@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:400,500,600,700|Raleway:300,400,500,600,700|Sofia);
*::-moz-selection {
  background: #f6b20e none repeat scroll 0 0;
  color: #fff;
}
::-moz-selection { background: #64bb67; color:#fff; text-shadow: none; }
::selection { background:#64bb67; color:#fff; text-shadow: none; }

 body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	overflow-x:hidden;
	position:relative;
	font-weight:300;
} 
section {
  clear: both;
  padding: 0;
 /*  margin-top: 20px;
    border-top: 2px solid #eee; */
}
a {
    color: #333;
}
h1 {
  font-size: 66px;
}
h2{
  font-size: 35px;
}
h3 {
  font-size: 36px;
}
h4{
  font-size: 25px;
}
h5 {
	 font-size: 26px;
}
h6{
	font-size: 22px;
}
.mid-mar{margin-bottom:20px;}

p{
	font-size: 13px;
	color:#585858;
	line-height: 25px;
	font-weight: 100;
}


.secondary-bg{
	background-color:#010a1c;
}
.primary-bg{
	background-color:#f1efef;
}
.third-bg{
	background-color:#000711;
}
.fourth-bg{
	background-color:#000205;
}
.fifth-bg{
	background-color:#f0efef;
}


a {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
		text-decoration:none;
}

a:hover{
	text-decoration:none;
}

.padding_bottom_none{
	padding-bottom:0px;
}

.padding_none {
  padding: 0;
}

.clear{
	clear:both;
}


.section_heading.primary-bg > a {
  text-decoration: none;
}

.section_heading.secondary-bg.recent_post > a {
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 1;
}


/*============
	header
===================*/
header {
  background: #eee;
  margin: 0 auto;
  padding: 0;
      /* box-shadow: 0 6px 6px -6px #999; */
    z-index: 999;
    webkit-box-shadow: 0px 13px 35px -12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 13px 35px -12px rgba(0, 0, 0, 0.15);
}

.logo_img {
  padding: 9px 0;
}
@media (min-width: 1200px){
.logo_img img {
  width:120%;
}
}

/*=========
	menu
==========*/

.dropdown .dropdown-toggle::after{
 
  content: "";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  margin: 0 3px;
  position: absolute;
}
.dropdown .dropdown-toggle {
  position: relative;
}

.navbar.navbar-default, #navbar.collapse.navbar-collapse {
	background-color:transparent;
}


.navbar {
  border: 0 solid hsla(0, 0%, 0%, 0);
  margin-bottom: 0;
  position: relative;
}

.collapse.navbar-collapse {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  margin: 0 auto;
  text-align: right;
}
.navbar ul.nav.navbar-nav {
	float:none;
	text-align:center;
	}
.navbar ul.nav.navbar-nav {
	display:inline-block;
	float:none;
	vertical-align:middle;
}

.navbar ul.nav.navbar-nav li {
  margin: 0;
  padding: 0 5px;
}

.navbar ul.nav.navbar-nav li:first-child {
	border-left:0px;
}

.navbar ul.nav.navbar-nav li:last-child {
	border-right:0px;	
}

.navbar ul.nav.navbar-nav li a {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 13px;
  text-transform: uppercase;
}

.navbar ul.nav.navbar-nav li a:hover {
    background-color: #f6b20e;
    color: #fff;
}
	
.navbar ul.nav.navbar-nav li.active a {
    background-color: #f6b20e;
    color: #fff;
}

.navbar-collapse {
  overflow-x: visible;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px){
	.navbar-nav {
		float: left;
		margin: 0;
		top: 15px;
		position: relative;
	}
}
#footer_section{padding:50px 0;background:#eee;}
.creativefox-about h4{
	font-size: 23px;
    font-weight: 600;
	}
.footer_responsive .creativefox-about .about_description{
	line-height: 0;
	}	

@media (min-width:990px) {.navbar-collapse { display: inline-block;}	}

/*----------blog----------*/
section.post_blog_bg {
  padding: 10px 0 60px;
}

.blog_category > ul {
  margin: 0;
  padding: 0;
}
.blog_category li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  list-style: outside none none;
  text-transform: uppercase;
}
.blog_category {
  display: inline-block;
  float: left;
}
.blog_text > ul {
  margin: 0;
  padding: 0;
}
.blog_text li {
  display: inline;
  font-size: 13px;
  font-weight: 300;
  list-style: outside none none;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}

.blog_text li a {
  font-size: 13px;
  font-weight: 300;
  color: #949393;
  text-transform:uppercase;
}

.blog_text li a:hover {
	color:#f6b20e;

}

.blog_post > h4 {
  padding-bottom: 10px;
}
.blog_post_img {
  margin: 10px 0 20px;
}
.blog_post {
  border-bottom: 1px solid hsl(0, 0%, 80%);
  padding: 40px 0;
}
.blog_post > p {
  font-family: open sans;
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 15px;
}

.blog_post > a {
  color: hsl(0, 0%, 0%);
  font-size: 17px;
  font-weight: 300;
}

.blog_post > a:hover {
	color:#f6b20e;
}

.blog_category li a {
  color: hsl(0, 0%, 0%);
  font-weight: 600;
}
.blog_category li a:hover {
	color:#f6b20e;
}

.blog_post h4 a {
  color: hsl(0, 0%, 0%);
  font-weight: 300;
}

article.blog_post:last-child {
  border-bottom: medium none;
}

.page-numbers {
  clear: both;
  margin: 30px auto;
  padding: 0;
}
.page-numbers li {
  display: inline-block;
  list-style: outside none none;
}
.page-numbers li:hover a, .page-numbers li:hover span, .page-numbers li .current {
  background-color: hsl(42, 93%, 51%);
  color: hsl(0, 0%, 100%);
  border-radius: 10px;
}
.page-numbers li a, .page-numbers li span {
  color: hsl(0, 0%, 0%);
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 5px;
  padding: 4px 15px;
  text-decoration: none;
}
.page-numbers li a, .page-numbers li span {
  color: hsl(0, 0%, 0%);
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 5px;
  padding: 1px 12px;
  text-decoration: none;
}

.side_bar_heading {
  text-align: center;
}

.side_bar_heading h6 {
  border-bottom: 1px solid hsl(0, 0%, 75%);
  display: inline-block;
  font-weight: 300;
  line-height: 64px;
margin-bottom: 40px;
  margin-top: 0;
  padding: 0 10px 10px;
  position: relative;
  text-transform: uppercase;
}


.side_bar_heading h6::after {
  bottom: -34px;
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  color: rgba(0, 0, 0, 0.5);
}


.side_bar_sub_heading h6 {
  border-bottom: 1px solid hsl(0, 0%, 75%);
  display: inline-block;
  font-weight: 300;
  line-height: 64px;
margin-bottom: 40px;
  margin-top: 0;
  padding: 0 10px 10px;
  position: relative;
  text-transform: uppercase;
  color:#fff;
}


.side_bar_sub_heading h6::after {
  bottom: -34px;
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
}


.news_sletter p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: hsl(0, 0%, 100%);
}
.news_sletter {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  padding: 27px;
  margin-bottom: 40px;
  text-align: center;
}
.blog_form .form-control {
  border: medium none;
  border-radius: 10px;
  box-shadow: none;
  height: 50px;
}
.search_btn-3 .btn-default {
  background: hsl(39, 100%, 50%) none repeat scroll 0 0;
  border: medium none;
  border-radius: 10px;
  color: hsl(0, 0%, 100%);
  font-family: roboto slab;
  font-size: 22px;
  height: 50px;
  width: 100%;
}

.side_blog_bg {
  padding: 60px 0 60px;
}
.sidebar_wrap {
  border: 1px solid hsl(0, 0%, 80%);
  padding: 20px;
  margin-bottom: 40px;
}

.recent-detail {
  border-bottom: 1px solid hsl(0, 0%, 80%);
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

.recent-image {
  float: left;
  padding: 0 12px 0 0;
}
.recent-text h6 {
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 10px;
}
.blog_category.side_category {
  display: inline-block;
  float: left;
}
.blog_category.side_category li {
  font-size: 11px;
}
.recent-detail:last-child {
  border-bottom: medium none;
}

.category-detail > ul {
  margin: 0 auto 30px;
  padding: 0;
}

.category-detail li {
  border-bottom: 1px dashed hsl(0, 0%, 80%);
  list-style: outside none none;
  margin: 0 20px 0 20px;
  padding: 10px 0;
}

.category-detail span {
  float: right;
}

.category-detail i {
  padding-right: 5px;
}

.category-detail li:last-child {
  border-bottom: medium none;
}
.category-detail li a {
  color: hsl(0, 0%, 0%);
  font-size: 15px;
}

.category-detail li a:hover {
 color:#ffa200;
}

.tag-detail ul {
  margin: 0 auto 30px;
  padding: 0;
  }

.tag-detail li {
  display: inline-block;
  list-style: outside none none;
  padding:  3px 0px;
}
.tag-detail li a {
  background: #f6b20e none repeat scroll 0 0;
  border-radius: 10px;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 300;
padding: 5px 18px;
}

.recent-text a {
  color: hsl(0, 0%, 0%);
}

.recent-text a:hover {
 color:#f6b20e;
}

.blog_post h4 a:hover {
  color:#f6b20e;
}
.tag-detail li a:hover {
  background: #d7232d;
}
article.blog_post {
  margin: 0;
}

.form-group.blog_form {
  margin: 0;
  padding: 25px 0;
}





/*---------coming soon--------*/
.logo_bar {
  padding: 10px 0;
}
.logo_bar > ul {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
.logo_bar li a {
  border: 1px solid hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
  padding: 5px 30px;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
}
.logo_bar li {
  list-style: none;
  display: inline-block;
}

.logo_bar li a:hover{
 background:#ffa200;
 color:#fff;	
}

section.coming_soon_bg {
  background: hsl(221, 93%, 6%) url("../images/top_banner.html") no-repeat fixed 0 0 / cover ;
  position: relative;
  padding: 60px 0 160px;
}
section.coming_soon_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	background:rgba(1, 10, 28, 0.8);	
}
.coming_soon_detail {
  width: 80%;
}
.coming_soon_detail h2 {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  line-height: 65px;
}



#defaultCountdown {
  margin: 0 auto;
  padding: 10px 0 40px;
  text-align: left;
}
#defaultCountdown .countdown-section {
  display: inline-block;
  height: 144px;
  list-style: outside none none;
  margin: 0 30px 0 auto;
  padding: 30px 0;
  text-align: center;
  width: 104px;
}
#defaultCountdown .countdown-section .countdown-period {
  color: hsl(0, 0%, 100%);
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  font-family: roboto slab;
}
#defaultCountdown .countdown-section .countdown-amount {
  border: 2px solid #ffa200;
  border-radius: 100px;
  color: hsl(0, 0%, 100%);
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 33px;
  padding: 35px 0;
  text-align: center;
  font-family: roboto slab;

}

.email_field .form-control {
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 10px;
  box-shadow: none;
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-weight: 300;
  height: 55px;
  margin: 0 auto;
  position: relative;
  width: 50%;
  float: left;
}
.search_btn-2 {
  bottom: -35px;
  position: absolute;
  right: 240px;
}
.search_btn-2 .btn.btn-default {
  background: hsl(42, 93%, 51%) none repeat scroll 0 0;
  border: medium none;
border-radius: 0 10px 10px 0;
  color: hsl(0, 0%, 100%);
  font-family: roboto slab;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  margin: 10px 0 35px;
  padding: 13px 40px;
}

.coming_soon_footer {
  background: hsla(0, 0%, 0%, 0.5) none repeat scroll 0 0;
  bottom: 0;
  padding: 15px 0 5px;
  position: absolute;
  width: 100%;
}

.coming_soon_footer ul {
  float: right;
  margin: 0;
  padding: 0;
}
.coming_soon_footer li {
  display: inline-block;
  list-style: outside none none;
}

.coming_soon_footer p {
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 17px;
}

.coming_soon_footer a {
  color: hsl(0, 0%, 100%);
  font-size: 22px;
  padding: 0 10px;
}

.coming_soon_footer a:hover {
	color:#ffa200;
}


/*----------error404---------*/
section.error_top_bg {
  background: hsl(220, 93%, 6%) url(../images/404_bg.html) no-repeat fixed 0 0 / cover ;
  position: relative;
}
section.error_top_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	background:rgba(1, 10, 28, 0.8);	
}

.category_m {
  text-align: center;
  margin: 0 auto;
}

.category_m > h2 {
  color: #fff;
  font-weight: 300;
  line-height: 40px;
}

ul.breadcrumbs_m {
  margin: 0;
  padding: 0;
}

.breadcrumb_m {
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 0;
  right: 0;
  top: 0;
}

#breadcrumbs_m > li {
  font-size: 15px;
  font-weight: 400;
  line-height: 44px;
  list-style: outside none none;
  display: inline-block;
  color:#fff;
}

#breadcrumbs_m a {
  color: #fff;
  text-decoration: none;
}

#breadcrumbs_m a:hover {
  color: #f69712;
}

.error_detail {
  text-align: center;
}
.text_404 {
  width: 49%;
  float: left;
  margin: 0 auto;
}

.text_404 h1 {
  font-size: 202px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 50px;
}

.not_found {
  width: 49%;
  float: left;
  margin: 0 auto;
}

.not_found h2 {
  font-size: 132px;
  font-weight: 300;
  line-height: 45px;
}

.not_found h3 {
  font-size: 50px;
  font-weight: 300;
  line-height: 45px;
  padding-bottom: 30px;
}

.error_detail h3 {
  font-weight: 300;
  margin: 0 0 40px;
}
.error_form .form-control {
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 10px;
  box-shadow: none;
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-weight: 300;
  height: 55px;
  width: 49%;
  margin: 0 auto;
  position:relative;
}

.search_btn .btn.btn-default {
  background: hsl(42, 93%, 51%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 10px;
  color: hsl(0, 0%, 100%);
  font-family: roboto slab;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  margin: 10px 0 35px;
  padding: 10px 30px;
}

.search_btn {
  bottom: -13px;
  left: 344px;
  position: absolute;
  right: 0;
}


/*---------- about-us --------*/

.about_us_img {
  float: left;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.about_us_detail > ul {
  margin: 0;
  padding: 0;
}
.about_us_detail li {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 20px;
  list-style: outside none none;
  margin: 0 20px 40px 0;
  width: 47%;
}

.about_us_detail i {
  font-size: 30px;
  padding-right: 10px;
  color:#ffa200;
}

.about_us_detail {
  margin-top: 50px;
  overflow: hidden;
}

.app_screenshot {
  float: left;
  padding: 10px;
  width: 25%;
}

.panel-group .panel {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  border-color:#e5e5e5;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  margin-bottom: 26px;
  padding: 20px 0;
}

.panel-heading {
  position:relative;
  padding:0;
}
.panel-title a {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 10px 10px 60px;
  text-decoration: none;
  font-weight:400;
}

.panel-title a.collapsed {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}
.font-icon-m {
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}
.font-icon-m i.fa {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  font-size: 24px;
  height: 50px;
  line-height: 39px;
  padding: 7px;
  text-align: center;
  width: 47px;
}
.panel-title a.collapsed .fa-plus-circle {
  display: block;
}
.panel-title a .fa-plus-circle{
  display: none;
}
.panel-title a .fa-minus-circle {
  display: block;
}
.panel-title a.collapsed .fa-minus-circle {
  display:none;
}
.panel-body {
  background-color: hsl(0, 0%, 100%);
  padding: 20px 0 0 60px;
}
.panel-body p {
  color: hsl(0, 1%, 33%);
  margin-bottom: 20px;
}
#accordion1.panel-group {
  margin-bottom: 90px;
}


.screenshot_slider {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}






/*------ present app layers-------*/

section.top_banner_bg {
  background: hsl(220, 93%, 3%) url("../images/concert-wall1.jpg") no-repeat fixed 0 0 / cover ;
  padding-bottom: 0;
  position: relative;
  	padding-top:50px;
	padding-bottom:0;
}

.present h6{color:#fff;font-size:18px;/* font-family: 'Courgette', cursive; */}

section.top_banner_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	background:rgba(1, 10, 28, 0.8);	

}
.present .prc-cut {
    font-weight: 100;
}

.st-cut{color: #fff!important;
    font-size: 32px;}

.present .gst-value{font-weight: 100;
    font-family: 'Poppins', sans-serif;}
.prc-cut {
    text-decoration: line-through;
	color:#f6b20e;
}	
	
.present {
  position: relative;
  z-index: 2;
}

.present_img {
  position: relative;
  z-index: 2;
}

.present h1 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 65px;
  padding-bottom:0;
  padding-top: 50px;
  text-transform:uppercase;
  font-family: 'Poppins', sans-serif;
}
.present h5 {
  font-weight: 300;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

.present h5,h6 {
    padding-bottom: 5px;
}






.present span {
  color: hsl(37, 99%, 44%);
  font-weight: 700;
}
.present b {
  color: hsl(42, 93%, 51%);
  font-weight: 700;
}

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #ccc;
}

.section_btn .btn.btn-default {
 /* background: hsl(355, 80%, 50%) none repeat scroll 0 0;*/
 
  /*
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  border: 0 none;
  text-transform:  uppercase;
  border-radius: 5px;
  box-shadow: 5px 5px 5px hsla(0, 0%, 0%, 0.2);
  color: hsl(0, 0%, 100%);
  font-size: 20px;
  font-weight: 600;
  line-height: 64px;
  margin: 10px 5px 0;
  padding: 0 30px;*/
  /* text-shadow: 1px 1px 1px hsl(0, 0%, 0%); */
  
	border-color: #2893c9;
	color:#fff;
	border-radius: 100px;
	border-style: solid;
	border-width: 2px;
	 margin: 20px 0 35px;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 25px!important;
	text-decoration: none;
	text-transform: capitalize;
  
}

.btn-default:hover {
    color: #fff;
    background-color: #2893c9;
    border-color: #2893c9;
}


.section_btn > span .btn.btn-default {
  background: #f6b20e;
}


.present_img {
  position: relative;
}



.section_btn > span .btn.btn-default:hover {
  background: #d59700 none repeat scroll 0 0;
}

.section_sub_btn .btn.btn-default:hover {
  /* background: #d7232d none repeat scroll 0 0; */
}


/*-------- features ---------*/

.section_heading {
  text-align: center;
}
.section_heading p{    font-size: 28px; padding: 15px;}
.section_heading h2 {
  /*border-bottom: 1px solid hsl(0, 0%, 75%);*/
  display: inline-block;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform:  uppercase;
  padding: 0 10px 10px;
  position: relative;
  font-family: 'Raleway', sans-serif;
      font-size: 23px;

}


.section_heading h2::after {
  bottom: -34px;
 /* content: "";*/
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  color: rgba(0, 0, 0, 0.5);
}

.section_heading h4 {
  font-weight: 300;
  line-height: 45px;
  margin: 0;
  padding: 0 0 50px;
  color:#555454;
}

.features_detail > ul {
  margin: 0;
  padding: 0;
}

.features_detail li:nth-child(2n) {
  border-right: 0 none;
  /*padding-left: 18px;*/
  text-align: left;
}

.features_detail li:nth-last-child(2) {
  border-bottom: 0 none;
}
.features_detail li:nth-child(2n) {
  border-right: 0 none;
  /*padding-left: 18px;*/
  text-align: left;
}
.features_detail li:last-child {
  border-bottom: 0 none;
}

.features_detail li {
  border-bottom: 1px solid #bfbfbf;
    /* border-right: 1px solid #bfbfbf; */
    display: inline-block;
    /* font-size: 4px; */
    font-weight: 300;
    /* line-height: 17px; */
    /* list-style: outside none none; */
    /* margin-bottom: 20px; */
    padding: 8px 20px 24px 16px;
    text-align: right;
    /* width: 49%; */
    color: #555454;

    /* font-family: 'Courgette', cursive; */
}
.features_detail li:hover {
  border-bottom: 1px solid #bfbfbf;
    /* border-right: 1px solid #bfbfbf; */
    display: inline-block;
    /* font-size: 4px; */
    font-weight: 300;
    /* line-height: 17px; */
    /* list-style: outside none none; */
    /* margin-bottom: 20px; */
    padding: 8px 20px 24px 16px;
    text-align: right;
    /* width: 49%; */
    color: #555454;
    background-color: #ddd;
    /* font-family: 'Courgette', cursive; */
}
.features_detail i {
  font-size: 28px;
  color:#f6b20e;
}

.features_detail h5 {
  color: hsl(0, 0%, 33%);
  font-weight: 600;
  line-height: 47px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
.features_detail p{
  text-align: justify;
  font-size: 17px;
}
.features_img {
  text-align: right;
}


.features_detail1 > ul {
  margin: 0;
  padding: 0;
}

.features_detail1 li:nth-child(2n) {
  border-right: 0 none;
  /*padding-left: 18px;*/
  text-align: left;
}

.features_detail1 li:nth-last-child(2) {
  border-bottom: 0 none;
}
.features_detail1 li:nth-child(2n) {
  border-right: 0 none;
  /*padding-left: 18px;*/
  text-align: left;
}
.features_detail1 li:last-child {
  border-bottom: 0 none;
}

.features_detail1 li {
  border-bottom: 1px solid #bfbfbf;
    /* border-right: 1px solid #bfbfbf; */
    display: inline-block;
    /* font-size: 4px; */
    font-weight: 300;
    /* line-height: 17px; */
    /* list-style: outside none none; */
    /* margin-bottom: 20px; */
    padding: 8px 20px 24px 16px;
    text-align: right;
    /* width: 49%; */
    color: #555454;
    background-color: #ddd;
    /* font-family: 'Courgette', cursive; */
}
.features_detail1 li:hover {
  border-bottom: 1px solid #bfbfbf;
    /* border-right: 1px solid #bfbfbf; */
    display: inline-block;
    /* font-size: 4px; */
    font-weight: 300;
    /* line-height: 17px; */
    /* list-style: outside none none; */
    /* margin-bottom: 20px; */
    padding: 8px 20px 24px 16px;
    text-align: right;
    /* width: 49%; */
    color: #555454;
    background-color: #fff;
    /* font-family: 'Courgette', cursive; */
}
.features_detail1 i {
  font-size: 28px;
  color:#f6b20e;
}

.features_detail1 h5 {
  color: hsl(0, 0%, 33%);
  font-weight: 600;
  line-height: 47px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
.features_detail1 p{
  text-align: justify;
  font-size: 17px;
}
.features_img {
  text-align: right;
}



/*---------- services---------*/
.section_heading.section_heading_2 h2 {
  border-bottom:1px solid rgba(53, 52, 52, 0.5);
  display: inline-block;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 60px;
  padding: 0 10px 10px;
  position: relative;
  color:#333;
}

#events .section_heading.section_heading_2 h2 {
  color:#000;
}

.section_heading.section_heading_2 h2::after {
  bottom: -34px;
 /* content: "";*/
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
}

.section_heading.section_heading_2 h4 {
  font-weight: 300;
  line-height: 45px;
  margin: 0;
  padding: 0 0 50px;
  color:#fff;
}

.services_img {
  float: left;
  padding: 63px 10px 0 0;
}


.services_detail span {
  border: 2px solid hsl(42, 93%, 51%);
  border-radius: 100%;
  color: hsl(42, 93%, 51%);
  display: inline-block;
  float: left;
  font-size: 30px;
  padding: 30px 32px;
}


.services_detail h5 {
  color:#fff;
  display: inline-block;
  float: left;
  line-height: 47px;
  margin: 0;
  padding: 0 20px 5px;
}

.services_detail p {
  color: hsl(0, 0%, 100%);
  /* float: left; */
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
  padding: 0 0 0 20px;
  /* width: 74%; */
  text-align:  justify;
  /* font-family: 'Courgette', cursive; */
}
.services_detail > ul {
  margin: 0;
  padding: 0;
}
.services_detail {
  /* margin-left: 45px; 
  margin-top: 45px;*/
}
.services_detail li {
  margin-bottom: 30px;
  overflow: hidden;
}

.services_detail span i {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.services_detail span i:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}


section.our_service_bg {
  background: url(../images/audeance4.jpg) repeat scroll 0 0;
  position:relative;
  padding:50px 0 0;
}




section.our_service_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	/*background:rgba(1, 10, 28, 0.8);*/	
}



/*------ how it work-------*/

.how_it_work_m {
  margin-top: 50px;
}

.how_it_work_m i {
  font-size: 46px;
  line-height: 50px;
  color: #f6b20e;
}
.how_it_work_m.text-right h5 {
  color: #555454;
  line-height: 50px;
  padding-bottom: 15px;
  position: relative;
}

.how_it_work_m.text-right h5::after {
  border-bottom: 1px solid hsl(42, 93%, 51%);
  bottom: 0;
  color: hsl(42, 93%, 51%);
  content: "";
  position: absolute;
  right: -60px;
  width: 60%;
  z-index: 1;
}

.how_it_work_m.text-right h5::before {
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  right: -69px;
  top: 38px;
  z-index: 1;
  color:#f6b20e;
}

.how_it_work_m p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 8px 0;
  color:#555454;
}
.workng_img {
  margin: 0 auto;
  text-align: center;
}

.how_it_work_m.text-left h5 {
  color: #555454;
  line-height: 50px;
  padding-bottom: 15px;
  position: relative;
}

.how_it_work_m.text-left h5::after {
  border-bottom: 0.5px solid #f6b20e;
  bottom: 0;
  content: "";
  position: absolute;
  left: -60px;
  width: 60%;
  z-index: 1;
  color:#f6b20e;
}

.how_it_work_m.text-left h5::before {
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  left: -69px;
  top: 38px;
  z-index: 1;
  color:#f6b20e;
}



/*--------price rate ----------*/
.table-1 {
   background: linear-gradient(to bottom left, #2893c9 56%, #006699 100%);  border-radius: 0;
  overflow: hidden;
  padding: 50px;
  position: relative;
  text-align: center;
 

  
}
.table-1:hover{
   background:linear-gradient(to bottom left, #22aff7 56%, #85cdf1 100%);;  border-radius: 0;
  overflow: hidden;
  padding: 50px;
  position: relative;
  text-align: center;
 

  
}
.table-1 h1{
font-weight:600;
font-size:50px;
}

.table-1 h4{
color:#000;
}

.table-blank h4{color:#000;}

.table-blank{background:rgba(165, 161, 161, 0.2);
border-left: 6px solid #2893c9;}








.discount > p {
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.discount {
  background: #d7232d none repeat scroll 0 0;
  left: -30px;
  padding: 5px 35px;
  position: absolute;
  top: 10px;
  transform: rotate(-43deg);
}

.table-1 h3 {
  font-size: 44px;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
}

.price_month {
  background: hsl(0, 2%, 89%) none repeat scroll 0 0;
  padding:10px 0;
}

.round {
  /* background: hsl(0, 0%, 100%) none repeat scroll 0 0; */
  border: none;
  border-radius: 0;
  display: table;
  margin: 0 auto;
  padding: 31px 24px;
}

.round > h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 15px;
  padding: 0 0 15px;
}
.round span p {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.table-1 > ul {
  margin: 25px 0;
  padding: 0;
}
.table-1 li {
  border-bottom: 1px dashed #e3e2e2;
  color: hsl(0, 0%, 0%);
  font-size: 20px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 40px;
  padding: 10px 20px;
}

.section_sub_btn .btn.btn-default {
  /*background: hsl(42, 93%, 51%) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 10px;
  color: hsl(0, 0%, 100%);
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  margin: 10px 0 35px;
  padding: 10px 30px;*/
  border: 1px solid #ccc;
  border-radius: 100px;
  background: #eee;
  border-style: solid;
  border-width: 2px;
  margin: 20px 0 35px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 25px!important;
  text-decoration: none;
  text-transform: capitalize;
}

.price_month_m {
  background: #d7232d none repeat scroll 0 0;
  padding:10px 0;
}


section.price_table_bg {
  background: transparent;
  position:relative;
  padding: 50px 0;
}




section.price_table_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	/* background:rgba(1, 10, 28, 0.8); */
}



/*---------- team member --------*/

.member_name > h5 {
  margin: 0;
}
.member_name {
  border: 1px solid hsl(0, 0%, 80%);
  padding: 25px 0;
  text-align: center;
}
.member_name > h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
}
.member_name > p {
  color: hsl(42, 93%, 51%);
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  padding: 5px 0;
}


/*--------- testomimianl------*/
section.testimonial_bg {
  /* background: url(../images/testi_bg.png) repeat scroll 0 0; */
  position:relative;
  padding:50px 0;
  margin-top:0;
}

section.testimonial_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	/*background:rgba(1, 10, 28, 1);	*/
}

.testimonial_slide {
  margin: 0 auto;
  padding: 15px 20px;
  text-align: justify;
  /* width: 675px; */
  margin-bottom: 10px;
  height: 24em;
  line-height: 10px;
  /* overflow:hidden; */
  border: 1px solid rgba(255, 255, 77, 0.5);
  border-radius:10px;
}

.testi_img img {
 border-radius:50%;
 width:100px;
 height:100px;
}

.testi_img {
  /* float: left; */
  text-align: center;
  /* width: 30%; */
}
.testi_img > h5 {
  color: hsl(0, 0%, 100%);
  font-size: 20px;
  font-weight: 400;
}
 
 
  .testi_img > p {
  font-size: 12px;
  font-weight: 300;
  color: #f6b20e;
  line-height: 15px;
}
.testi-text {
  /* float: left; */
  /* padding: 20px 16px 0; */
  width: auto;
}

.testi-text > p {
  color: hsl(0, 0%, 100%);
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

/*---------our - blogs-----------*/
.blog_detail {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  bottom: -70px;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 310px;
}

.category_heading h6 {
  color: #f6b20e;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.category_heading h5 {
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-weight: 300;
}

.category_heading a h5:hover {
  color: #d7232d;
}

.category_heading li {
  color: hsl(0, 0%, 70%);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  list-style: outside none none;
  padding-right: 20px;
}

.category_heading a {
  font-size: 13px;
  font-weight: 300;
  color: #b2b2b2;
}

.category_heading ul {
  margin:0;
  padding:0;
}

.category_heading ul li a:hover {
  color:#f6b20e;
}

.read_more > p {
  border-bottom: 1px solid;
  color: hsl(0, 0%, 0%);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.read_more p:hover {
  color:#f6b20e;
}



/*-------- contact -------*/
section.contact_bg {
  background: url(../images/contact_bg.html) repeat scroll 0 0;
  position:relative;
}

section.contact_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	background:rgba(1, 10, 28, 0.8);	
}

.contact_form {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  padding: 45px 35px 0;
}

.form-group span {
  color: hsl(0, 100%, 50%);
}

.contact_form .form-control {
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 10px;
  box-shadow: none;
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-weight: 300;
  height: 55px;
  margin-bottom: 2px;
}

label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
  font-family: roboto slab;
}

.form-group {
  margin-bottom: 20px;
}


.contact_form .form-textarea {
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 10px;
  box-shadow: none;
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 2px;
  padding: 5px 15px;
  width: 100%;
}

.contact_text span {
  color: hsl(42, 93%, 51%);
  display: inline-block;
  float: left;
  font-size: 50px;
  padding: 10px;
}
.contact_text h5 {
  color: hsl(0, 0%, 100%);
  display: inline-block;
  float: left;
  line-height: 47px;
  margin: 0;
  padding: 10px 30px 5px;
  width: 384px;
}

.contact_text p {
  color: hsl(0, 0%, 100%);
  float: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 0 0 0 20px;
  width: 74%;
}
.contact_text > ul {
  margin: 0;
  padding: 0;
}
.contact_text {
  margin-left: 45px;
  margin-top: 45px;
}
.contact_text li {
  margin-bottom: 30px;
  overflow: hidden;
}

.contact_text span i {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.contact_text span i:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}



.subscribe_form .form-control {
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 10px;
  box-shadow: none;
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-weight: 300;
  height: 55px;
  margin-bottom: 2px;
}

.subscribe {
  margin-top: 60px;
}
.subscribe > h3 {
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 30px;
}
.subscribe > h6 {
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 30px;
}



/*------- portfolio------*/
.tags {
  margin: 0 auto;
  text-align: center;
}
.tags > ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.tags li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 10px;
}
.tags a {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  color: hsl(0, 0%, 0%);
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 56px;
}

.tags a:hover {
	background:#f6b20e;
	color:#fff;
}

.port_img1 {
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
}

.portfolio_img {
  margin-top: 50px;
  overflow: hidden;
}


/*--------footer---------*/

.footer_top {
  margin: 5px 0;
  text-align: center;
}

footer{
	/* padding:50px 0 0; */
}
.footer_top > h4 {
  font-weight: 300;
  color: #fff;
}

.footer_top > ul {
  margin: 0;
  padding: 0;
}
.footer_top li {
  background: hsl(216, 100%, 1%) none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  font-size: 26px;
  margin: 50px 5px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
}

.footer_top li:hover {
  background:#ffa200 none repeat scroll 0 0;
}

.footer_top a {
  color: hsl(0, 0%, 100%);
  display:block;
}

.footer_bottom p {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  margin:0 auto;
  display:inline-block;
  
}


footer .footer_bottom {
  padding: 20px;
  text-align: center;
}

.footer_bottom.fourth-bg a.backtop {
  background: #02060d none repeat scroll 0 0;
  border: 2px solid #f6b20e;
  border-radius: 100%;
  color:#f6b20e;
  float: right;
  font-weight: 700;
  width: 40px;
  text-decoration: none;
  font-size: 25px;
  height: 40px;
  text-align: center;
  line-height: 36px;
}
.footer_bottom a {
	color:#F6B20E;	
}

.dropdown-menu {
  background-color: hsl(0, 0%, 0%);
}

/*-------- responsive----------*/

@media (max-width:767px){
.collapse.navbar-collapse {
  overflow: scroll;
}
.dropdown-menu {
  position: relative;
  width: 100%;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 365px;
}
.tags > ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 170px;
}

.navbar.navbar-default, #navbar.collapse.navbar-collapse {
  /* background-color: hsl(0, 0%, 0%); */
}	
	
.section_sub_btn .btn.btn-default {
  padding: 10px 20px;
}	
	
.footer_top li {  font-size: 15px;  height: 45px;  line-height: 3;  margin: 7px 5px; text-align: center;  width: 45px;}
.footer_bottom.fourth-bg a {  font-size: 15px;  height: 30px;  line-height: 28px;  width: 30px;}
.footer_bottom p { font-size:13px;}
.blog_post > p {  font-size: 15px;}
.blog_post > h4 {  font-size: 25px;}
.tag-detail {  text-align: center;}

	section.coming_soon_bg {  padding: 60px 0 90px;}
.coming_soon_img {margin: 50px 0;  text-align: center;}
.coming_soon_footer a {  font-size: 18px;}
.coming_soon_footer ul {  float: none;  text-align: center;}
.coming_soon_footer p {
  font-size: 13px;
  display: block;
  text-align: center;
}.search_btn-2 .btn.btn-default {  border-radius: 15px;}
.email_field .form-control {  width: 100%;}
.search_btn-2 {  text-align: center;  width: 100%;position: inherit;margin-bottom: 60px;}
#defaultCountdown {  margin: 0 auto;  padding: 10px 0 0px;  text-align: center;}
#defaultCountdown .countdown-section .countdown-period {  font-size: 14px;  line-height: 45px;}
#defaultCountdown .countdown-section .countdown-amount {  font-size: 27px;  line-height: 20px;  padding: 16px 0;}
#defaultCountdown .countdown-section {  height: 144px;  margin: 0 7px 0 auto;  width: 55px;}
.coming_soon_detail h2 {  font-size: 31px;  line-height: 40px;  text-align: center;}
.coming_soon_detail {  width: 100%;  margin-top: 40px;}	

	
.panel-body {  padding: 10px 0;  text-align: center;}
.panel-title a {   font-size: 20px; }
.about_us_img {  float: none;}
.about_us_detail li {  float: none; width:100%;}
	
.text_404 {  float: none;  margin: 0 auto;  width: 100%;}
.text_404 h1 {  font-size: 140px;padding-bottom: 0;}
.not_found {  float: none;  margin: 0 auto;  width: 100%;}	
.not_found h2 {  font-size: 72px;}
.not_found h3 {  font-size: 35px;  line-height: 50px; margin:0;}
.error_detail h3 {  font-size: 25px;}
.error_form .form-control {  width: 100%;}
.search_btn { position: inherit;}

	
.navbar ul li {  border-left: none;  border-right:none; }
.nav_icon {  display: block;  margin: 10px 0;}
.nav.navbar-nav.navbar-right {  display: none;  margin-top: 15px;}
.menu_bar ul li {  padding: 10px 20px;  text-align: left;  display:block;  cursor:pointer; }
.navbar ul li {  line-height: 15px;  list-style: outside none none;  margin: 5px 0;  padding: 0;  vertical-align: middle;  width: 100%;}
.navbar {  padding: 5px 0; position:relative;}
.navbar-toggle {
  float: none;
  margin: 10px;
  padding: 10px;
}
.navbar-header {
  text-align: center;
}
.navbar ul.nav.navbar-nav {
  display: block;
}
.navbar ul.nav.navbar-nav li a {  text-align: center;}
.menu_bar {
  display: inline;
  padding: 15px 0;
}
.navbar-collapse {
  border-top: none;
}
.dropdown-menu li:hover {
  background: hsl(39, 100%, 50%) none repeat scroll 0 0;
  color:#fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: hsl(39, 100%, 50%);
  color: hsl(0, 0%, 33%);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: hsla(0, 0%, 0%, 0);
  color: hsl(0, 0%, 100%);
}


.logo_img {
  float: left;
  padding: 9px 0;
  position: relative;
  z-index: 1;
}
.present {  text-align: center;}
.present h1 {  font-size: 40px;  line-height: 60px;padding-bottom: 50px;}
.section_btn {  margin: 20px 0 30px;}
.present_img {  margin: 0 auto;  text-align: center;}
.section_heading h2 {  font-size: 35px; line-height:50px;}
.section_heading h4 {  font-size: 20px;  line-height: 30px;}
.features_detail {  margin-top: 30px;}
.features_detail li {  border-right: none;  text-align: center;  width: 100%;}
.features_img {  text-align: center;width: 100%;}
.services_img {  display:none;}
.services_img_n {  margin: 0 auto;  padding: 20px 5px 0;  text-align: center;  width: 100%;}
.services_detail {  margin: 0 0 30px;  text-align: center;
}.services_detail li {  padding: 50px 0 0px;margin: 0 auto;}
.services_detail span {  float: none;}
.services_detail h5 {  float: none;padding: 10px 20px 5px; display: block;}
.services_detail p {  float: none;  width: 100%;}
.how_it_work_m {  margin-top: 15px;  text-align: center;}
.how_it_work_m.text-right h5::before {  display: none;}
.how_it_work_m.text-right h5::after {  display: none;}
.how_it_work_m.text-right h5 {  line-height: 35px;}
.how_it_work_m p {  margin: 0 0 30px;}
.workng_img {  margin: 0 auto 40px;}
.how_it_work_m.text-let h5::before {  display: none;}
.how_it_work_m.text-left h5::after {  display: none;}
.how_it_work_m.text-left h5 {  line-height: 35px;}
.tags li {  background: hsl(0, 0%, 100%) none repeat scroll 0 0;  display: block;  margin: 10px 0;  width: 100%;}
.port_img1 {  float: none;  padding: 0;margin-bottom: 15px;}
.table-1 {  margin: 10px 0 25px;}
.member_img {  margin: 0 auto;  text-align: center;  width: 77%;}
.member_name {  margin: 0 auto;   width: 77%;}
.member_detail {  margin: 0 0 30px;}
.testimonial_slide {width: 100%;padding: 15px 0 0 15px;height: auto;}
.testi-text {  padding: 0 16px;}
article {  margin: 0 0 70px;}
.blog_detail {  width: 90%;}
.blog_image {  text-align: center;  margin: 0 auto;}
.contact_text h5 {       line-height: 40px;  margin: 0;  padding: 7px 1px 5px 30px;  width: 200px; font-size:16px;}
.contact_text span {  padding: 11px 0;}
.contact_text li {  display: block;  margin: 0 auto;}
.contact_text { margin-left: auto;  margin-top: 45px;}
.subscribe {  text-align: center;}
.workng_img {  margin: 30px auto 40px;}
.section_btn .btn.btn-default {  margin: 20px 5px 0;}
.footer_top > h4 {  font-size: 20px;  line-height: 30px;margin: 0 auto 25px;}
.features_detail li:nth-child(2n) {  text-align: center;}
.features_detail li:nth-last-child(2) {  border-bottom: 1px solid hsl(0, 0%, 80%);}
.pull-right {  float: none;  width: 100%;}
.contact_text span {  font-size: 30px;}

}



@media (min-width:500px) and (max-width:991px){
.tags li {
  display: inline-block;
  list-style: outside none none;
  margin: 10px 10px;
}
.subscribe_form .form-group {
  margin-bottom: 20px;
  padding: 0;
}
.contact_form .form-group {
  margin-bottom: 20px;
  padding: 0;
}
.contact_text h5 {
  width: auto;
}
.tag-detail {  text-align: center;}

section.coming_soon_bg {  padding: 60px 0 200px;}
.form-group {  margin-bottom: 45px;  padding: 60px 0 40px;}
.search_btn-2 .btn.btn-default {  border-radius: 0 15px 15px 0;  margin: 0;}
.email_field .form-control {
  float: none;
  width: 100%;
}
.search_btn-2 {
  margin-top: -140px;
  position: relative;
  right: -4px;
  text-align: right;
  top: 0;
  z-index: 1;
}
.coming_soon_footer p {
  display: block;
  font-size: 18px;
  text-align: center;
}

#defaultCountdown {  margin: 0 auto;  padding: 10px 0 0px;  text-align: center;}
#defaultCountdown .countdown-section .countdown-period {  font-size: 20px;  line-height: 45px;}
#defaultCountdown .countdown-section .countdown-amount {  font-size: 30px;  line-height: 20px;  padding: 30px 0;}
#defaultCountdown .countdown-section {  height: 144px;  margin: 0 20px 0 auto; width: 80px;}

}




/*--------768-992-------*/

@media (min-width:768px) and (max-width:992px){
.logo_img {
  padding: 9px 0;
  text-align: center;
}
.navbar ul.nav.navbar-nav li {
  list-style: outside none none;
  margin: 0;
  padding: 0 2px;
}
.navbar ul.nav.navbar-nav li a {
  font-size: 13px;
  padding-left: 9px;
  padding-right: 12px;
}
.present {
  margin-top: 50px;
}

	
.coming_soon_footer ul {
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.coming_soon_img {  margin:50px 0 auto;  text-align: center;}
.search_btn-2 .btn.btn-default {  border-radius: 0 15px 15px 0;  margin: 0;}
.email_field .form-control {
  float: none;
  width: 100%;
}
.search_btn-2 {
  margin-top: -140px;
  position: relative;
  right: -4;
  text-align: right;
  top: 0;
  z-index: 1;
}
.coming_soon_footer p {
  display: block;
  font-size: 18px;
  text-align: center;
}
#defaultCountdown {  margin: 0 auto;  padding: 10px 0 0px;  text-align: center;}
#defaultCountdown .countdown-section .countdown-period {  font-size: 20px;  line-height: 45px;}
#defaultCountdown .countdown-section .countdown-amount {  font-size: 30px;  line-height: 20px;  padding: 40px 0;}
#defaultCountdown .countdown-section {  height: 144px;  margin: 0 20px 0 auto; width: 105px;}
.coming_soon_detail h2 {  font-size: 50px;  line-height: 60px;  text-align: center;}
.coming_soon_detail {  width: 100%;  margin-top: 40px;}	
	
	
	
.about_us_detail {  text-align: center;}
.panel-body {  padding: 10px 0;  text-align: center;}
.panel-title a {   font-size: 20px; }
.about_us_img {  float: none;}

	
	
.text_404 {  float: left;  margin: 0 auto;  width: 49%;}
.text_404 h1 {  font-size: 160px;padding-bottom: 0;}
.not_found {  float: left;  margin: 0 auto;  width: 49%;}	
.not_found h2 {  font-size: 82px;}
.not_found h3 {  font-size: 40px;  line-height: 50px; margin:0;}
.error_detail h3 {  font-size: 27px;}
.error_form .form-control {  width: 80%;}
.search_btn {  bottom: -33px;  left: 360px;  position: absolute;  right: 0;}
	
	

.present {  text-align: center;}
.present h1 {  font-size: 40px;  line-height: 60px;padding-bottom: 50px;}
.section_btn {  margin: 20px 0 30px;}
.present_img {  margin: 0 auto;  text-align: center;}
section {  padding: 60px 0;}
.section_heading h2 {  font-size: 40px;}
.section_heading h4 {  font-size: 26px;  line-height: 40px;}
.features_detail {  margin-top: 30px;}
.features_detail li {  border-right: none;  text-align: center;  width: 100%;}
.features_img {  text-align: center;}
.features_detail li:nth-child(2n) {  text-align: center;}
.features_detail li:nth-last-child(2) {  border-bottom: 1px solid #cccccc;}
.features_img.pull-left {  float: none;width: 100%;}
.services_img_n {  margin: 0 auto;  text-align: center;}
.how_it_work_m {  margin-top: 15px;  text-align: center;}
.how_it_work_m.text-right h5::before {  display: none;}
.how_it_work_m.text-right h5::after {  display: none;}
.how_it_work_m.text-right h5 {  line-height: 35px;}
.how_it_work_m p {  margin: 0 0 30px;}
.workng_img {  margin: 0 auto 40px;}
.how_it_work_m.text-left h5::before {  display: none;}
  .how_it_work_m.text-left h5::after {  display: none;}
.how_it_work_m.text-left h5 {  line-height: 35px;}
.port_img1 { width: 100%;}
.table-1 {  margin: 10px 0 25px;}
.member_detail {  margin: 0 0 30px;}
.member_detail {  float: left;  margin: 0 10px 30px;  width: 46%;}
article {  margin: 0 0 70px;}
.blog_image {  text-align: center;  margin: 0 auto;}
.blog_detail {  width: 90%;}
.contact_text h5 {  font-size: 16px;  width: auto;}
.contact_text span {  padding: 10px 20px;}
.contact_text li {  display: block;  margin: 0 auto;}
.contact_text { margin-left: auto;  margin-top: 45px;}
.subscribe {  text-align: center;}
.workng_img {  margin: 30px auto 40px;}
.section_btn .btn.btn-default {  margin: 20px 5px 0;}
.footer_top > h4 {  font-size: 25px;}
.footer_top li {  font-size: 20px;  margin: 25px 5px 10px;  }







}





/*----------992px -1200px -----------*/

@media (min-width:993px) and (max-width:1200px){
.contact_text h5 {
  width: 310px;
}
	
.search_btn-2 .btn.btn-default {  border-radius: 0 15px 15px 0;  margin: 0;}
.email_field .form-control {
  float: none;
  width: 100%;
}
.search_btn-2 {
  margin-top: -75px;
  position: relative;
  right: -4px;
  text-align: right;
  top: 0;
  z-index: 1;
}

.coming_soon_detail {  width: 94%;}	

.about_us_detail li {  width: 45%;}
.app_screenshot {  width: 25%;}
	
.navbar ul.nav.navbar-nav li a {  font-size: 15px;  padding-left: 4px;  padding-right: 4px;}
.present h1 {  padding-bottom: 65px;}
.section_btn .btn.btn-default {  margin: 30px 5px 0;}
.features_detail h5 {  font-size: 22px;}
.features_img {  padding-top: 30px;}
.features_detail {  margin-top: 70px;}
.services_img {  width: 49%;}
.services_img_n {  float: left;  width: 49%;}
.services_detail span {  padding: 23px 24px;}
.services_detail {  margin-left: 15px;  margin-top: 15px;}
.how_it_work_m { margin-top: 20px;}
.blog_detail {  width: 85%;}
.contact_text h5 {  font-size: 16px;}
.navbar ul.nav.navbar-nav li a {  font-size: 15px;  font-weight: 400;  padding-left: 4px;  padding-right: 4px;  text-transform: uppercase;}

   
.error_detail h3 {    margin: 0 auto;  padding: 60px 0;}
.search_btn {   left: 244px;  }


}
.amazo_price h4{font-weight:600;}
.footer_top_menu ul li{list-style:none;}
.footer_top_menu ul{margin-left:-40px;}
figure.snip1197 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  margin: 10px 1% 40px;
 max-width: 540px;
    width: 100%;
    height: 380px;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1197 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1197 img {
  float: right;
  max-width: 40%;
  vertical-align: middle;
  border-radius: 0 8px 8px 0;
}
figure.snip1197 figcaption {
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
}
figure.snip1197 blockquote {
  position: relative;
  padding: 25px 50px 25px 50px;
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1197 blockquote:before,
figure.snip1197 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1197 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1197 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0px;
}
figure.snip1197 .arrow {
  top: 30px;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}
figure.snip1197 .author {
  position: absolute;
  top: 76%;
 width: 60%;
      left: 58%;

  padding: 10px 15px;
  color: #444343;
  margin: 0;
  text-transform: uppercase;
}
figure.snip1197 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
      font-size: 16px;
}
figure.snip1197 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}
.list ul{
  padding: 40px;
}
.list ul li {
  font-size: 23px;
}
.text-cent{
  padding: 10px;
    border-bottom: 1px solid #daa000;
}
.thumbnail {
    display: flex;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    justify-content: space-between;
        
            box-shadow: 0 1px 13px 4px #808080;
    box-shadow: 6px 6px #daa000;
}
.caption h3{
  text-align: center;
    font-size: 27px;
    color: #daa000;
}
h3 span {
    color: #2b4218;
    font-size: 56px;
    font-family: 'Playfair Display SC', serif;
    font-weight: bold;
}
.vip-tix {
    border: 1px solid #e5e6e7;
}
.vip-tix-header {
    background-color: #760001;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
}
.vip-tix-header h3 {
    border: 0;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.price-cancel {
    background: url(../images/price-bg.png) no-repeat center center;
    font-weight: 300;
    font-size: 32px;
    padding-right: 20px;
    padding-left: 20px;
}
.vip-tix-header h2 {
    font-size: 56px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
.vip-tix ul {
    padding: 10px 15px;
}
.vip-tix ul li {
    font-size: 18px;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
   
    background-repeat: no-repeat;
    background-position: center left;
    list-style-type: none;
}
.vip-tix ul li span {
    font-weight: 300;
}
.btn-learnmore-addtl {
    margin-bottom: 20px;
    display: inline-block;
}

.btn-learnmore {
    background-color: #daa000;
    border-radius: 0;
    color: #fff;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    padding: 10px 35px;
}
.offer-img img {
    width: 60%;
    margin: 60px 0px 0px 80px;
}
.general-tix-header {
    background-color: #daa000;
}
.social-buttons {
    float: left;
    margin: auto;
    /* font-size: 0; */
    text-align: center;
    width: 32px;
    margin-top: 6%;
    margin-right: 4%;
}
.social-buttons a {
    color: #444444;
}
.social-buttons #facebook {
    display: block;
    background-image: url(../images/footer-facebook.gif);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    background-position: center center;
    background-size: cover;
}



/*---------------------------------------------------------------------*/
.first-part{
  padding-top: 20px;
    padding-bottom: 20px;
    border-color: rgba(47, 47, 47, 0.098);
    outline: none;
    background-color: rgb(11, 31, 81);
   
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.first-part-1{
      color: #fff;
    text-align: center;
    padding: 20px;
}
.first-part-1 h2{
           font-size: 48px;
    line-height: 60px;
    color: #101010;
    font-family: auto;
}
.first-part-1 h3{
        font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}
.first-part-1 p{
  font-size: 18px;
  color:#f00;
      margin-bottom: 30px;
}
.first-part{
  padding-top: 20px;
    padding-bottom: 20px;
    border-color: rgba(47, 47, 47, 0.098);
    outline: none;
    background-color:rgb(192 210 255);
    /*background-image: url(../images/office1.jpg);*/
}
.first-part-2 iframe{
  border: 8px solid #0065b5;
    padding: 10px;
    background-color: #fff;
}
.first-part-3{
     /* background-color: #ffffffcf;
    padding: 70px;
    margin: 30px 0;
    border-radius: 15px;*/
    color: #000;
}
.first-part-3 p{
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
}
.first-part-3 h6{
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
}

.first-part-4 h2{
      text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.first-part-5{
        padding: 10px;
    text-align: center;    color: #000;
}
.first-part-5 h2{
  text-decoration: underline;
    padding: 4px;
    font-family: fantasy;
    font-size: 45px;
}

.first-part-5 a{
         text-align: center;
    /*background-color: #ffcb01;
    padding: 27px;*/
    border-radius: 10px;
    font-size: 31px;
    color: #fff;
    font-weight: 700;
    }

.first-part-5 a   span {
      font-size: 20px;
    font-weight: 700;
    }
.first-part-5 p{
         background-color: rgb(1, 116, 199);
    padding: 20px;
    border-radius: 3px;
}    
.ea-buttonBounce {
    animation: bounce 1.5s infinite;
    animation-timing-function: ease-in;
    transition: .2s;
}
.first-part-5 h4 {
      font-size: 28px;
    margin: 45px;
    color: #000;
    font-weight: 600;
}
.second-part{
      background-color: #ffffff;
    padding: 60px;
}
.second-part h3{
    font-size: 30px;
    color: #000;
    text-align: left;
    font-weight: 700;
}
.second-part h4{
      font-size: 27px;
    color: #ffcb01;
    text-align: center;
        font-weight: 700;
}
.second-part p{
    font-size: 17px;
    text-align: justify;
    color: #000000;
    line-height: 25px;
    padding: 5px;
}
.second-part p span{
      color: rgb(237, 38, 27);
    font-weight: 700;
}
.second-part .second-part-2 {
    font-size:25px;
    text-align: center;
    color: #000;
    line-height: 30px;
}
.second-part .second-part-2  span{
  color: #f00;
}
.second-part-2 {
    font-size: 28px;
    text-align: center;
    color: #000;
    line-height: 40px;

}
.second-part-2  span{
  color: #f00;
  font-weight: 700;
}
.second-part-5 a span {
    font-size: 16px;
    font-weight: 700;
}
.second-part-5 a {
    text-align: center;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.second-part-5 p {
    background-color:rgb(1, 116, 199);
    padding: 20px;
    border-radius: 12px;
}
.third-part{
  padding: 40px;

}
.heading{
  text-align: center;
      margin-bottom: 50px;
}
.heading h2:before{
      font-size: 32px;
    font-weight: 700;
        border-top: 4px solid #0057ff;
    text-align: center;
    width: 58px;
}
.heading h2{
       padding: 12px;
    color: #0065b5;
    /* text-decoration: underline; */
    font-weight: 700;
    font-size: 42px;
    background-color: rgb(192 210 255);
    border: 4px solid #0065b5;
}
.heading span{
      font-size: 55px;
    line-height: 1;
    text-decoration: underline;
}
.heading p{
   text-align: center;
    margin-bottom: 50px;
    font-size: 21px;
    color: #f00;
    line-height: 3;
}
.third-part-li{
      list-style-type: none;
    margin: 0;
    padding: 0;
}
.third-part-li li{
  text-align: left;
}
.third-part-li li i{
   font-size: 24px;
    padding: 8px;
    /* border: 1px solid #dcdada; */
    margin-right: 15px;
    /* border-radius: 5px; */
    /* background-color: #f3f3f3; */
    /* width: 47px; */
    margin: 6px;
    text-align: center;
    color: #000000;
}
.third-part-li li{
     font-size: 28px;
    font-weight: 700;
    line-height:30px;
}
.third-part-img img{
  /*    padding: 35px;
    border: 3px solid #0057ff;
    border-radius: 5px;*/
}
.third-part h3{
  font-size: 23px;
    line-height: 34px;
    color: #1435ea;
    font-weight: 700;
}
.third-part-img h2{
  font-size: 40px;
    text-align: center;
    color: #f00;
    font-weight: 800;
}
.third-part h4{
    font-size: 32px;
    line-height: 38px;
    color: #000;
    font-weight: 700;

}
.forth-part{
  background-color: #ffffff;
      padding: 45px;
}
.forth-part h3{
       text-align: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 43px;
}
.fifth-part{
  text-align: center;
}
.fifth-part-1 p{
      font-size: 19px;
    font-weight: 600;
    color: #000;
}
.fifth-part-1{
        padding-bottom: 20px;
    
    margin-bottom: 35px;
}
.heading11 h2 {
    text-transform: capitalize;
    color: #000;
    /* text-decoration: underline; */
    font-weight: 500;
    font-size: 29px;
    padding: 40px;
}
.fifth-part-1 h5{
  font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.fifth-part-1 h3{
  color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.fifth-part-1 ul{
      padding: 0;
    margin: 0;
    text-align: left;
}
.fifth-part-1 ul li{
  list-style-type: none;
  color: #fff;
      padding: 5px;
}
.fifth-part-1 ul li i{
      margin-right: 10px;
}
.blue{
      background-color: #0b1f51;
    padding: 15px;
    padding-bottom: 75px;
}
.white{
  background-color: #fff;
  border: 2px solid #0057ff;
  padding-bottom: 75px;
}
.white h5{
  font-size: 18px;
    color: #000;
    font-weight: 700;
}
.white h3{
  color: #000;
    font-size: 22px;
    font-weight: 700;
}
.white ul{
      padding: 0;
    margin: 0;
    text-align: left;
}
.white ul li{
  list-style-type: none;
  color: #000;
      padding: 5px;
}
.white ul li i{
      margin-right: 10px;
}
.font-we800{
    font-weight: 800;
}
.clr-blue{
  color: #0057ff;
  font-size: 40px!important ;
}
.sixth-part{
 color: #f00;
    background-color: #f1f1f1;
    padding: 20px;
}
.sixth-part p{
  padding-top: 10px;
      text-align: center;
    font-size: 28px;
    line-height: 40px;
    color: #000;
}
.sixth-part h2{

    line-height: 75px;
    font-size: 62px;
    font-weight: 800;
    color: #ff0000;
    text-align: center;

}
.sixth-part h4{
       line-height: 65px;
    font-size: 79px;
    font-weight: 800;
    color: #3c3c3c;
    text-align: center;
}
.sixth-part h3{
      font-size: 61px;
    text-align: center;
    color: #000;
}
.sixth-part ul{
  list-style-type: none;
      margin: 0px;
    padding: 0;
}
.sixth-part ul li{
      font-size: 23px;
    padding: 10px;
    line-height: 36px;
}
.sixth-part ul li span{
      font-weight: 700;
}
.sixth-part ul li i{
      margin-right: 15px;
          color: #0057ff;
}
.dark-blue-back{
  background-color: #0b1f51;
}
.text-white{
  color: #fff;
}
.seven-part{
  padding: 25px;
}
.head-one{
  text-align: center;
}
.head-one h2{
      font-size: 42px;
    color: #ffc107;
    font-weight: 800;
}
.head-one h4{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.head-one p{
      color: #fff;
    font-size: 18px;
}
.inner-seven-block{
  text-align: center;
      padding-top: 40px;
}
.inner-seven-block i{
font-size: 70px;
    color: #ffc107;
}
.inner-seven-block p{
      font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.inner-seven-block img{
      padding-top: 30px;
}
.eight-part {
  padding: 40px;
}
.sky-blue{
      background-color: #0057ff;
    padding: 35px;
    margin: 25px;
}
.sky-blue h2{
  font-size: 52px;
    color: #fff;
    font-weight: 900;
}
.sky-blue h5{
      text-align: left;
    font-size: 23px;
    color: rgb(255, 203, 1);
    font-weight: 700;
}
.sky-blue p{
      text-align: left;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.sky-img img{
      width: 100%;
    padding: 16px;
}

.dark-blue{
      background-color: #0b1f51;
    padding: 35px;
    margin: 25px;
}
.dark-blue h2{
  font-size: 52px;
    color: #fff;
    font-weight: 900;
}
.dark-blue h5{
      text-align: left;
    font-size: 23px;
    color: rgb(255, 203, 1);
    font-weight: 700;
}
.dark-blue p{
      text-align: left;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.inner-nine{
      padding: 16px;
    background-color: #0057ff;
}
.icon i{
      font-size: 75px;
    padding: 20px 0px;
}
.inner-nine p{
      color: #fff;
    font-size: 14px;
}
.inner-nine h4{
      color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin: 30px 0;
}
.inner-nine{
 margin-bottom: 40px;     padding: 18px;
}
.inner-nine-dark{
  background-color: #0b1f51;
}
.icon1{
  color: #0057ff;
}
.ten-part{
  background-color: #f1f4f8;
  padding: 40px;
}
.ten-part img {
    margin-bottom: 16px;
    height: 145px;
    vertical-align: middle;
}
.ten-part img:hover {
    margin-bottom: 16px;
    height: 145px;
    vertical-align: middle;
    border:2px solid #000;
}
.ele-part{
  background-color: #0b1f51;
  padding: 40px;
}
.twe-part{

    background-image: url(../images/footer-bg.png);
    background-color: rgb(50, 76, 215);
    padding: 46px;

}
.copy-text p{
  color: #fff;
    font-size: 17px;
    margin-top: 40px;
}
.social ul
{
  list-style-type: none;
}
.social ul li{
  display: inline-block;
  margin-top: 40px;
  color: #fff;
  font-weight: 900;
  padding-right: 12px;
}
.social ul li a{
  color: #fff;
}
.social ul li i{

    padding-right: 12px;
}
.red-line{
  color: #f00;
}
.forrth-part ul li{
    list-style-type: decimal;
    font-size: 30px;
    padding: 10px;
}
.forrth-part h3{
      font-size: 67px;
    text-align: center;
    color: #f00;
}
.forrth-part ul li p{
    font-size: 30px;
    text-align: left;
}
.forrth-part ul li p span{
      font-size: 30px;
    text-align: right;
    color: #f00;
    float: right;
    font-weight: 700;
}
@media (max-width: 768px){
  .forrth-part ul li{
    list-style-type: decimal;
    font-size: 17px;
    padding: 10px;
}
.forrth-part h3{
      font-size: 21px;
    text-align: center;
    color: #f00;
}
.forrth-part ul li p{
    font-size: 17px;
    text-align: left;
}
.forrth-part ul li p span{
      font-size: 17px;
    text-align: right;
    color: #f00;
    float: right;
    font-weight: 700;
}
.heading11 h2 {
    color: #000;
    /* text-decoration: underline; */
    font-weight: 500;
    font-size: 24px;
}
.red-line h1{
    font-size: 25px;
}
.first-part-1 h2 {
    font-size: 44px;
    line-height: 55px;
    color: #3c3c3c;
    font-family: auto;
}
.second-part h3 {
    font-size: 35px;
    color: #000;
    text-align: center;
    font-weight: 700;
}
.second-part p {
    font-size: 16px;
    text-align: center;
    color: #000000;
    line-height: 23px;
    padding: 5px;
}
.second-part h1{

    font-size: 27px;

}
.heading h2 {
    color: #f00;
    text-decoration: underline;
    font-weight: 700;
    font-size: 30px;
}
.third-part-img h2 {
    font-size: 26px;
    text-align: center;
    color: #f00;
    font-weight: 800;
}
.third-part-li li {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.heading span {
    font-size: 22px;
    line-height: 1;
    text-decoration: underline;
}
.sixth-part h2 {
    line-height: 40px;
    font-size: 30px;
    font-weight: 800;
    color: #ff0000;
    text-align: center;
}
.sixth-part h4 {
    line-height: 65px;
    font-size: 42px;
    font-weight: 800;
    color: #3c3c3c;
    text-align: center;
}
.sixth-part h3 {
    font-size: 22px;
    text-align: center;
    color: #000;
}
.third-part h1 {
    font-size: 27px;
}
.second-part-2 {
    font-size: 25px;
    text-align: center;
    color: #000;
    line-height: 40px;
}
.second-part {
    background-color: #ffffff;
    padding: 0px;
}
.first-part-1 p {
    font-size: 9px;
    color: #f00;
    margin-bottom: 30px;
}
.another-cls h1{
  font-size: 27px;
}
}
.date-tim-cl{
  display: inline-block;
    width: 100%;
    text-align: left;
}
.date-tim-cl li{
     font-size: 30px;
    /* display: -webkit-inline-box; */
    list-style-type: none;
    padding: 10px;
    text-align: left;
}
.date-tim-cl li i{
      padding-right: 20px;
}
.awardss{
      padding: 40px;
    background-color: rgb(192 210 255);
}
.awardss img{
      
    border: 6px solid #0666b3;
        margin-bottom: 16px;
}
.awds-hdng{
  font-size: 30px;
    color: #000;
    /* text-align: left; */
    font-weight: 700;
    margin-bottom: 30px;
}
.third-part h1{
    font-size: 37px;
    font-family: 'Kaushan Script', cursive;
    text-transform: capitalize;
}
.progtm{
          border: 1px solid #ffffff;
    padding: 15px;
    background-color: #fff;
    border-radius: 23px;
    box-shadow: 6px 6px 6px #6d6d6d3d;
        margin-bottom: 25px;
}
.progtm:hover{
              border: 1px solid #ffffff;
    padding: 15px;
    background-color: #edf7ff;
    border-radius: 23px;
    box-shadow: 1px 2px 1px #6d6d6d3d;
    margin-bottom: 25px;
}
.progtm h2{ text-align: center;
font-size: 24px; }
.icon{
  text-align: center;
}
.awardsd{
      padding: 40px;
    background-color: rgb(192 210 255);
}