
/*GOOGLE FONTS*/
@import url(http://fonts.googleapis.com/css?family=Lato);
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1{
	color: #0095d6;
	font-weight: normal;
	text-transform: uppercase;
}
h2{font-size: 24px; font-weight: normal; text-transform: uppercase;}
h2,h6{color: #165b7e;}

*, ul,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
li{list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration: none;}

body {
  margin: 0;
  font-size: 13px;
  color: #777777;
  font-family: 'Lato', sans-serif;
}
.clr{
	clear:both;
}
.container{
	max-width: 1170px;
}
/*HEADER CSS START*/
.top_header{
	background:none;
	z-index:99999999;
}
#top_header_section{
	 background:#fff;
	 max-height:61px;
}
.promination{
	padding-bottom:10px;
}
#top_header .container{

}
#top_header .social_icon{}
.social_icon li{ 
	float: left;
/*	border:1px solid #1c6082;*/
/*	border-radius: 50%;*/
/*	width: 30px;
	height: 30px;*/
	text-align: center;
	margin-left: 26px;
}
.social_icon li a{
	color:#165b7e;
	font-size: 16px;
}
.social_icon li:hover{ 
	color: #00bcf2;
}
.social_icon li a:hover{ 
	color: #00bcf2;
}
#top_header .social_icon{
	float: right;
}
#top_header .input-group{
	clear: both;
	max-width: 307px;
	float: right;
	background:#fff;
	border: 1px solid #0095d6;
	margin-top:35px;
}
#top_header .form-control{
	border: none;
	box-shadow: none;
	font-style: italic;
}
#top_header .glyphicon.glyphicon-search{
	font-size: 17px;
	cursor: pointer;
	color: #0095d6;
	padding-right:10px;
}
.ftsc{
	float:right;
}
.ftsc li i{
	color:#fff !important;
	font-size:24px;
}
.ftsc li i:hover{
	color:#f26b24 !important;
}
.input-group-btn.glyphicon.glyphicon-search > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    left: 0;
    position: absolute;
    z-index: -1;
}
.language_sec{
	float:right;
	padding-top:12px;
}
.language_sec a span{
	color:#22b8eb;
}


/*HEADER CSS START*/

.logo{
	left: 0;
    position: absolute;
    right: 0;
    text-align: center;
	z-index: 100 !important;
}
.logo > a{
	display: inline-block;
/*    margin-right: 40px;*/
    position: relative;
    
}
.logo img{
	width:100% !important;
}
	/*=========== NAVIGAION CSS ============*/
.main_nav {
	width:100%;
    background:none;
	position:absolute;
	z-index:5;
	
	
}
.navbar-nav {
    float:none !important;

	padding-left:0 px;
}
.nav{
	padding-left:0px !important;
}
.main_nav .navbar-default{
	background: url(../images/bg-menu.png) repeat-x ;
	height:97px;
	border:none;
	border-radius:0;
	width: 100%;
}
.navbar-default{
	background:none;
}
.right_manu{
	margin-left:29.5%;
}
.navbar{margin-bottom:0 !important;}
.main_nav .navbar-default .navbar-nav > li{
	float:left;
}
.navbar-nav > li:last-of-type{
	background:none !important;
}
.main_nav .navbar-default .navbar-nav > li:last-child{
	background:none !important;
}
.main_nav .navbar-default .navbar-nav > li > a {
	color:#fff;
	font-family: 'Lato', sans-serif !important;
	font-size:13px;
	padding: 15px 10px;
	text-transform:uppercase;
	font-weight:400;
}

.main_nav .navbar-default .navbar-nav > li > a:hover {
	color:#f26b24 !important;
	background:none !important;
/*	padding: 15px 30px;*/
border:none !important;
}
.active_link{
	color:#f26b24;
}


/************************************dropdown***********************/
.navbar-nav li ul {
 position:absolute;
 display:none;
 z-index: 9999;
 padding-top:0;
 background:#22b8eb;

}
.navbar-nav ul li {
 padding:8px 6px 8px 6px;
 min-width:218px;
font-family: 'Lato', sans-serif;
 font-size:16px;
 text-align:left;
 margin-top:0px;
 border-top:1px solid #fff;
 font-weight:400;

}
.navbar-nav ul li:hover {
	background:#1491cb;

}
.navbar-nav ul li a:hover {
     text-decoration:none;
 	background:#0887ca;
    color:#fff;
}
.navbar-nav ul li a {
 text-decoration:none;
 color:#fff;
}
.navbar-nav li:hover ul {
 display:block;
 
}


/*=================== BANNER CSS START =========================*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.container h4{
	font-size:36px;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	color:#ffffff;
	text-transform:none;
	padding:8px 0;
	margin-top:128px;

	background:url(../images/about_heading.png) no-repeat;
}
.main_banner{
	position: relative;
	margin-top:6px;
}
.main_banner img{
	width:100%;
}
#top_header .row{
	margin:0;
}
.main_banner .container{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	margin:0 auto;
	color: #165b7e;
	padding-top:17%;
}
.container.banner{
		position: absolute;
	top: 0;
	left:0;
	right: 0;
	margin:0 auto;
	color: #165b7e;
	padding-top:36px;
}
.banrtoptxt{
	font-size:90px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:normal;
	color:#ffffff;
	text-transform:none;
	text-align:center!important;
}

.banrtoptxt span{
	color:#f26b24;

}
.main_banner h2{
	font-size:30px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:300 !important;
	color:#fff;
	text-transform:none;
	padding-top:22px;
	margin-top:0;
	text-align:center!important;
	text-transform:uppercase;

}

.main_banner p{
	font-size:14px;
	font-family: 'Lato', sans-serif;
	padding-top:0px;
	text-transform:uppercase;
	color:#222222;
	line-height:30px;
}
.blue_button {
	font-size:14px;
	background:#00bcf2;
	padding:12px 25px 11px;
	margin-top:17px;
	float:left;
	margin-top:31px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'ralewayregular';
}
.banner h1{
	font-size:60px;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	text-transform:capitalize;
	color:#165b7e;

}
.banner p{
	font-size: 24px;
	font-family: 'ralewayregular';
	padding-top:25px;
	text-transform:uppercase;
	color:#165b7e;
	margin-bottom:0;
}
.blue_button.bnr {
	font-size:14px;
	background:#00bcf2;
	padding:12px 25px 11px;
	margin-top:5px;
	float:left;
	color: #fff;
	text-transform: uppercase;
	font-family: 'ralewayregular';
}
.container img{
}
.home_content_area{
	padding-top:80px;
/*	padding:40px 40px;*/
}
/*.home_content_area h1{
	font-size: 30px;
	color:#0095d6;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}*/
.home_content_area h2{padding-top:19px;}
.home_content_area h6{
	font-size: 18px;
	padding-top:8px;
}
.home_content_area p{
	line-height: 24px;
	padding-top:10px;
}

#upcoming_event{
	background: url(../images/upcoming_bg.jpg) no-repeat #ececec;
	overflow: hidden;
	padding:15px 0 12px;
}
#upcoming_event h1{
	padding-bottom: 17px;
}
.date{
	text-align: center;
	font-size: 72px;
	color: #fff;
	line-height: 36px;
	padding:26px 0 47px;
	background: #0095d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #0095d6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0095d6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0095d6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0095d6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0095d6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0095d6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.date span{
	font-size: 24px;
	color: #165b7e;
	display: block;
	padding-top:18px;
}
#upcoming_event h2{
	line-height: 18px;
	padding-bottom:14px;
}
.time{
	color: #0095d6;
	font-size: 13px;
}

#upcoming_event .blue_button{float: right; margin-top: 0;}
#upcoming_event h3{font-size: 16px; color: #165b7e; text-transform: uppercase; padding:19px 0 12px 0 ;}
.clock{color: #000;font-size: 16px;}
.small_blue{
    background:url(../images/contact_bg.png) no-repeat;
    color: #fff;
    float: left;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    width: 69px;
	padding-right: 16px;
	height:54px;
    margin-right: 6px;
}
/*=====================FREE TRIAL ===============*/
.free_trial_sec{
     margin-top: -63px;
    position: absolute;
    width: 100%;
}
.free_trial{
	padding:47px 0;
	background:url(../images/trial_bg.jpg) no-repeat;
}
.trial1 h1{
	font-family: 'Lato', sans-serif;
	font-size:36px;
	color:#fff;
	font-weight:400;
	font-style:italic;
	text-transform:none;
	padding-bottom:0px;
	margin-top:0;
	text-align:center;
}
.trial1 a{
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 36px;
    font-weight: 300;
    padding: 17px 44px;
    text-align: center;
    text-transform: uppercase;
	text-decoration:none !important;
}
.trial1 a:hover{
    background: #f26b24 none repeat scroll 0 0;
    color: #fff;
}
.trial12{
	padding-right:6%;
}
.trial12 a{
	float:right;
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 36px;
    font-weight: 300;
    padding: 13px 44px;
    text-align: center;
    text-transform: uppercase;
	text-decoration:none !important;
}
.trial12 a:hover{
    background: #fff none repeat scroll 0 0;
    color: #000;
}
/*=====================CONTANT SECTION ===============*/
.heading{
	background:url(../images/line_bg.png) center center repeat-x;
	font-family: 'Lato', sans-serif;
	font-size:36px;
	color:#f26b24;
	font-weight:400;
	text-transform:none;
	padding-bottom:0px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	
		
}
.heading h1{
	display:inline-block;
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size:36px;
	color:#f26b24;
	font-weight:400;
	text-transform:none;
	text-transform:uppercase;
	padding:30px 117px;
	width:auto;
		
}
.gallery_sec{
	padding-bottom:90px;
}
.main_contant p{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#777777;
	font-weight:400;
	text-transform:none;
	text-align:center;
	padding:20px 0;
		
}
.whoarewe h1{
   border-bottom: 2px solid #000;
    color: #f26b24;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

.text1{
	width:100%;
    color: #000;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
	margin-bottom:10PX;
	text-align: center !important;
    text-transform: uppercase;
}

.whoarewe h2{
	font-family: 'Lato', sans-serif;
	font-size:36px;
	color:#f26b24;
	font-weight:400;
	text-transform:none;
	
	text-align:center;
	text-transform:uppercase;
}
.whoarewe p{
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#777777;
	font-weight:400;
	line-height:30px;
	text-transform:none;
    text-align:left;
	padding-top:0;
	padding-bottom:10px;
		
}


.shdlwhoarewe{
	text-align:center;
	padding:10px;
	margin-bottom:30px;
}

.shdlwhoarewe h1{
	font-family: 'Lato', sans-serif;
	font-size:24px;
	color:#f26b24;
	margin-bottom:10px;
	font-weight:400;
	text-transform:none;
	text-align:center;
	text-transform:uppercase;
}
.shdlwhoarewe h2{
	font-family: 'Lato', sans-serif;
	font-size:36px;
	color:#f26b24;
	font-weight:400;
	text-transform:none;
	text-align:center;
	text-transform:uppercase;
}
.shdlwhoarewe p{
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#777777;
	font-weight:400;
	line-height:30px;
	text-transform:none;
    text-align:center;
	padding-top:0;
	padding-bottom:10px;
		
}

.who_girl2{
	margin-top:43px;
	text-align:center;
	position:relative;
}
.who_girl2 img{
	width:100% !important;
}
.who_girl{
	text-align:center;
	position:relative;
}
.who_girl img{
	width:100%;
}
.girl_text{
	position:absolute;
	top:10%;
	left:0%;
	bottom:10%;
	right:10%;
/*	border:1px solid #22b8eb;
	background: rgba(256, 256, 256, 0.6);*/
	padding-top:5%;
}
.prgrm_post{
	padding-bottom:40px;
}
.girl_text h1{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:400;
	text-transform:none;
	padding:10px 20px;
	text-align:left;
	background:url(../images/yello_tag.png) no-repeat;
}
.girl_text h2{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:400;
	text-transform:none;
	padding-top:10px;
	padding-left:20px;
	margin-top:0;
	text-align:left;
}

.mixed_sec{
	padding-top:0;
}
.most_populer_sec{
	width:100%;
	padding:35px 0;
	background:url(../images/most_popular_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.slide{
	background:#fff;
	padding:5px 5px 30px 5px;
}
.slide h1{
	font-family: 'Lato', sans-serif;
	font-size:24px;
	color:#222222;
	font-weight:400;
	text-transform:none;
	text-align:center;
	padding-top:10px;
}
.bx-wrapper .bx-prev {
    background:url(../images/lft_aro.png) no-repeat;
    left: -60px;
}
.bx-wrapper .bx-prev:hover {
    background:url(../images/lft_aro_hover.png) no-repeat;
}
.bx-wrapper .bx-next {
    background:url(../images/rght_aro.png) no-repeat;
    right: -60px;
}
.bx-wrapper .bx-next:hover {
    background:url(../images/rght_aro_hover.png) no-repeat;
}

/*=====================WANT TO WANT SECTION ===============*/

.want_section{
	width:100%;
	background:url(../images/free_tr.jpg) repeat-x;
	padding:40px 0;
	margin-bottom:90px;
}
.want_section h1{
    font-family: 'Lato', sans-serif;
	font-size:30px;
	color:#ffffff;
	font-weight:400;
	text-transform:none;
	text-align:center;
}
.want_section h1 a{
    font-family: 'Lato', sans-serif;
	font-size:31px;
	color:#000000;
	font-weight:400;
}
/*================Video SECTION ===============*/
.video_sec{
	width:100%;
	margin-top:180px;
	background:#000 url(../images/video_bg.jpg) no-repeat;
}
.vdeo{
	padding:37px 0 37px 30px;
}
.tweeter{
/*	 background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
*/}
/*=====================WANT TO WANT SECTION ===============*/
.footer_section{
	background:#242427;
	background-size:100% 100%;
	padding-top:77px;
	padding-bottom:30px;
}
.ftlogo img{
	padding-bottom:10px;
}
.ftlogo p{
  font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:300;
	padding-top:10px;
	line-height:30px;
}
.why_formcent{
/*    background: #209dd8 none repeat scroll 0 0;
    border: 3px solid #086084;*/
    display: inline-block;
    padding: 20px 20px 20px 20px;
    width:85%;
	margin-top:10px;
}
.why_formcent{
/*    background: #209dd8 none repeat scroll 0 0;
    border: 3px solid #086084;*/
    display: inline-block;
    padding: 0px 20px 20px 0px;
    width:100%;
}
.why_formcent label {
	text-align:justify;
	font-size:14px;
    color: #000000;
	font-weight:300;
    font-family: 'Lato', sans-serif;
	 width:100%;
}
.why_formcent input {
	width:100%;
	height:42px;
	border: 1px solid #d5d5d5;
	margin-bottom:20px;
	background:none;
	float:left;
	padding-left:10px;
	font-weight:300;
   text-transform:none;
    font-size:14px;
    color: #fff !important;
	font-weight:300;
    font-family: 'Lato', sans-serif;
}
.why_formcent textarea {
	width:100%;
	height:142px;
	border: 1px solid #d5d5d5;
	margin-bottom:20px;
	background:none;
	float:left;
	padding-left:10px;
	font-weight:300;
   text-transform:none;
    font-size:14px;
    color: #fff !important;
	font-weight:300;
    font-family: 'Lato', sans-serif;
}

.submit6{
	display:inline-block !important;
	width:auto!important;
	float:left !important;
	height:30px !important;
	background:#F26B24 !important;
	padding : 1px 12px !important;
	border:1px solid #fff !important;
	font-size:16px !important;
	font-weight:normal !important;
	 font-family: 'Lato', sans-serif !important;
	color:#fff !important;
	text-transform:uppercase !important;
}
.submit6:hover{
	background:#000 !important;
	color:#fff !important;
}
.why_formcent a{
	font-weight:300;
   text-transform:none;
    font-size:16px;
    color: #000000;
	font-weight:300;
    font-family: 'Lato', sans-serif;
}
.why_formcent a span{
	font-weight:300;
   text-transform:none;
    font-size:16px;
    color: #22b8eb;
	font-weight:300;
    font-family: 'Lato', sans-serif;
}
.maincontact textarea{
	color:#000000 !important;
}
.maincontact input{
	color:#000000 !important;
}
input:focus{
   border:1px solid #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
textarea:focus{
	  border:1px solid #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.contact_inf{
	border:1px solid #d5d5d5;
	padding:40px 0 15px 0;
	text-align:center;
	min-height:222px;
}
.contact_inf:hover{
	border:1px solid #F26B24;
}
.contact_inf i{
    font-size:38px;
    color: #F26B24;
	text-align:center;

	
}
.contact_inf h1{
	font-weight:400;
    text-transform:none;
    font-size:14px;
    color: #F26B24;
	padding-top:10px;
	text-align:center;
    font-family: 'Lato', sans-serif;
	
}
.contact_inf p{
	font-weight:400;
    text-transform:none;
    font-size:14px;
    color: #333333;
	text-align:center;
	line-height:30px;
    font-family: 'Lato', sans-serif;
	
}
.contact_inf a{
	font-weight:400;
    text-transform:none;
    font-size:14px;
    color: #333333;
	text-align:center;
    font-family: 'Lato', sans-serif;
	
}
.seplater{
	padding-bottom:50px;
}





.contact_info{
	padding-left:0;
	padding-right:0% !important;
}
.contact_info h1{
	font-weight:400;
    text-transform:none;
    font-size:18px;
    color: #ffffff;
	margin-top:0;
    font-family: 'Lato', sans-serif;
}
.contact_info ul{
}
.contact_info ul li{
	padding:15px 0;
	width:100%;
	border-bottom:1px solid #22b8eb;
}
.contact_info ul li i{
    font-size:18px;
    color: #ffffff;
	float:left;
	padding-right:5px;
}
.contact_info ul li a{
	font-weight:400;
    text-transform:none;
    font-size:14px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}
.contact_info ul li p{
	font-weight:400;
    text-transform:none;
    font-size:14px;
    color: #ffffff;
	float:left;
    font-family: 'Lato', sans-serif;
}
.contact_info p{
	font-weight:400;
    text-transform:none;
    font-size:13px;
    color: #999999;
	line-height:30px;
	float:left;
    font-family: 'Lato', sans-serif;
}
.contact_info2 h1{
	font-weight:400;
    text-transform:none;
    font-size:18px;
    color: #ffffff;
	margin-top:0;
    font-family: 'Lato', sans-serif;
}
.contact_info2 p{
	font-weight:400;
    text-transform:none;
    font-size:13px;
    color: #999999;
	line-height:30px;
	margin-bottom:0;

	float:left;
    font-family: 'Lato', sans-serif;
}
.contact_info2 p span{
	font-weight:400;
    text-transform:none;
    font-size:13px;
    color: #999999;
	width:114px;
	float:left;
	line-height:30px;
    font-family: 'Lato', sans-serif;
}
.contact_info2 a{
	font-weight:400;
    text-transform:none;
    font-size:13px;
    color: #999999;
	line-height:30px;
	float:left;
	text-decoration:none;
    font-family: 'Lato', sans-serif;
}



.contact_info3 h1{
	font-weight:400;
    text-transform:none;
    font-size:18px;
    color: #ffffff;
	margin-top:0;
    font-family: 'Lato', sans-serif;
}
.contact_info3 p{
	font-weight:400;
    text-transform:none;
    font-size:13px;
    color: #999999;
	line-height:30px;
	margin-bottom:0;
	float:left;
    font-family: 'Lato', sans-serif;
}
.contact_info3 p span{
	font-weight:400;
    text-transform:none;
    font-size:13px;
    color: #999999;
	line-height:30px;
    font-family: 'Lato', sans-serif;
}
.contact_info3 a{
	font-weight:400;
    text-transform:none;
    font-size:13px;
    color: #999999;
	line-height:30px;
	float:left;
	text-decoration:none;
    font-family: 'Lato', sans-serif;
}

.footer_section2{
	background:#1a1a1d;
	padding:34px 0;
}
.small_ft p{
	font-weight:400;
    text-transform:none;
    font-size:14px;
    color: #666666;
	float:left;
	margin-bottom:0;
	padding-top:0px;
    font-family: 'Lato', sans-serif;
}
.small_ft p a{
	font-weight:400;
    text-transform:none;
    font-size:14px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.fowlous{
}
.fowlous h1{
	font-weight:400;
    text-transform:none;
    font-size:18px;
    color: #fff;
	margin:0;
	float:left;
    font-family: 'Lato', sans-serif;
}
/*========================================
          PROGRAM PAGE
========================================*/
.program_heading{
	width:100%;
	text-align:center;
	padding-bottom:40px;
}
.program_heading h1{
	width:auto;
	display:inline-block;
	font-weight:400;
	text-align:left;
    text-transform:uppercase;
    font-size:36px;
    color: #f26b24;
    font-family: 'Lato', sans-serif;
}
.program_heading p{
	font-weight:400;
    text-transform:uppercase;
    font-size:18px;
    color: #000;
    font-family: 'Lato', sans-serif;
}



/***************hover box2*********************/
.royal_products{
	position:relative;
}
.hover_box4 {
	background: rgba(256, 256, 256, 0.8);
/*	background: rgba(0, 0, 0, 0) url("../images/hover_box.png") no-repeat scroll 0 0 / 100% 100%;*/
	bottom: 35px;
	display: none;
	height: 80%;
	left: 35px;
	border:1px solid #31aae2;
	 padding: 53px 0 0 101px;
	position: absolute;
	right: 35px;
	top:35px;
	width: 85%;
}
.royal_products:hover .hover_box4 {
	display: block;
}
.hover_box4.royal_products:hover {
	background: url(../images/black_img.png) repeat;
}
.hover_box4 p {
	color: #141414 !important;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px !important;
	line-height: 25px !important;
	padding-top: 11px !important;
	text-align: left !important;
}
.hover_box4 p a {
	color: #ffffff !important;
	font-family: 'PT Sans', sans-serif;
	font-size: 24px !important;
	line-height: 25px !important;
	padding-top: 11px !important;
	text-decoration: none;
	text-align: center !important;
}
.hover_box4 img {
	padding-left: 0% !important;
	text-align: center !important;
	float: none !important;
}
.hover_box4 i{
	font-size:14px;
	height:30px;
	color:#fff;
	padding-top:8px;
	width:30px;
	background:#f26b24;
	border-radius:50px;
	margin-right:10px;
}
.masntab{
}
.masntab li{
	float:left;
	padding:0 5px;
}

.load_more{
	padding:30px 0;
	text-align:center;
}
.about_page1{
	width:100%;
}

.about_page1 h1{
     font-weight:400;
    text-transform:none;
    font-size:24px;
    color: #f26b24;
	padding-top:40px;
	margin-top:0;
	text-align:left;
	margin-bottom:20px;
    font-family: 'Lato', sans-serif;
}
.about_page1 p{
     font-weight:400;
    text-transform:none;
    font-size:14px;
    color: #333333;
	text-align:left;
	line-height:30px;
	padding-top:20px;
	margin-top:0;
    font-family: 'Lato', sans-serif;
}
.about_page1 img{
	float:right;
	border:5px solid #e1e1e1;
	margin-left:30px;
	margin-bottom:5px;
	margin-top:30px;
}
























.social_icon{
	width:auto;
	display:inline-block;
	padding:0px 0;
	margin:0;
}
#contact_detail .social_icon li{
	display: -moz-stack;
    float:left;
	height:48px;
    line-height: 43px;
    width: 48px;
}
.ekamail{
	padding-top:10px;
}
.ekamailrgt{
	float:right;
	padding-top:17px;
}
.email{
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	padding-left:0px;
	font-weight:300;
	margin-right:20px;
}
.email i{
	float:left;
	font-size:16px;
	color:#f26b24;
	margin-right:10px;
}
.email a{
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:400;
}
.sweethome{
	font-size:24px;
	color:#f26b24;
}
.Promotions{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#f26b24;
	text-transform:uppercase;
	border:1px solid #000000;
	padding:10px 20px;
	margin-left:40px;
	text-decoration:none !important;
}

.Promotions:hover{
	color:#fff;
	border:1px solid #fff;
	background:#f26b24;
}
.email2{
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
	padding-left:0px;
	font-weight:300;
	margin-bottom:0;
}
.email2 i{
	float:left;
	font-size:16px;
	color:#f26b24;
	margin-right:5px;
	padding-top:4px;
}
.logo{
	text-align:center;
	margin-top:0;
}
#top_header .social_icon{
	padding-top:0px !important;
}

/*===================FOOTER CSS START========================*/
#footer{
	background: url(../images/ft_bg.jpg) repeat-x;
	min-height: 76px;
	padding:26px 0 20px;
	font-family: 'ralewayregular';
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 1px;
}
/*=====================	Main MENU ===========================*/


.meet_sec{
	padding-top:28px;
}
.meet_sec li{
	width:100%;
	padding-bottom:14px;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#165b7e;
	font-weight:300;
}
.meet_sec li p{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#777777;
	font-weight:300;
	margin:0;
	padding:0;
}
.meet_sec li p span{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#165b7e;
	font-weight:300;
	float:left;
	width:85px;
	margin:0;
	padding:0;
}

.home_content_area h4{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#165b7e;
	font-weight:300;
}

.meet_me1{
	width:100%;
	padding-left:15px;
}
.meet_me1 h1{
	font-family: 'Lato', sans-serif;
	font-size:30px;
	color:#0095d6;
	font-weight:300;
}
.meet_me1 p{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#777777;
	font-weight:300;
	line-height:30px;
}
.meet_me1 p span{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#0095d6;
	font-weight:300;
}
.my_gole{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#777777;
	font-weight:400;
	text-transform:uppercase;
}
.my_gole span{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#0095d6;
	font-weight:400;
	text-transform:uppercase;
}

/*==============appointment===================*/
.meet_me1.appointment h1{
}
.meet_me1.appointment p{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#777777;
	font-weight:300;
	text-transform:uppercase;
	line-height:30px;
}
.apoint_sec{
	float:left;
	padding-top:20px;
}
.apoint_sec li{
	float:left;
	width:100%;
}
.apoint_sec li i{
	float:left;
	width:4%;
	padding-top:20px;
	font-size:14px;
	color:#0095d6;
	text-align:left;
}
.apoint_sec li p{
	width:96%;
	float:left !important;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#777777;
	font-weight:300;
	text-transform:uppercase;
	line-height:30px;
}
.fealds_sec{
	width:100%;
}
.why_form{
	width:60%;
	margin-top:0px;
}
.why_form label {
	text-align:justify;
     width:70%;
	font-size:13px;
    color: #6e6e6e;
   font-family: 'Roboto', sans-serif;
	float:left;
	padding-top:15px;
	margin-top:0px;
}
.why_form input {
	width:70%;
	height:30px;
	border:none;
	margin-bottom:0px;
	background:#e0f7fd;
	float:left;
	padding-left:10px;
	font-size:14px;
    color:#165b7e;
	font-weight:lighter;
    font-family: 'Lato', sans-serif;
    margin-right:0px;
	margin-top: 25px;
	border-radius: 3px;
}

.why_form textarea{
	width:100%;
	height:155px;
	border:none;
	margin-bottom:0px;
	background:#e0f7fd;
	float:left;
	padding-left:10px;
	font-size:14px;
    color:#165b7e;
	font-weight:lighter;
    font-family: 'Lato', sans-serif;
    margin-right:0px;
	margin-top: 25px;
	border-radius: 3px;
}
.chack_box label {
	text-align:justify;
	max-width:96%;
	font-size:13px !important;
    color: #6e6e6e;
   font-family: 'Roboto', sans-serif !important;
	float:left;
	padding-top:20px;
	padding-left:15px;
	margin-top:0px;
}

.chack_box input {
	width:3%;
	height:30px;
	border:1px solid #777;
	margin-bottom:0px;
		background:#fff;
	float:left;
	padding-left:10px;
	font-size:13px;
    color:#777;
	font-weight:lighter;
   font-family: 'Lato', sans-serif;
    margin-right:0px;
	margin-top:14px;
}

.submitw{
    background:#00bcf2 !important;
    border: medium none !important;
    border-radius: 0px;
	width:161px !important;
    color: #fff !important;
    font-family: "Lato",sans-serif;
    font-size: 18px !important;
    height: 35px !important;
    margin-top:30px !important;
	float:none !important:
	margin-bottom:20px;
    padding: 1px 30px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
.submitw:hover{
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	color : #ffffff;
	background : #000;
}
input:focus{

	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
textarea:focus{
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
	 outline: 0 none;
}
.ftr_social{
	margin:0;
	width:100%;
	text-align:center;
}
.royal_products{
/*	background:#d5d5d5;*/
/*	padding:5px;*/
	margin-top:10px;
}
.royal_products img{
	width:100%;
}
.royal_products h1{
	font-family: 'Lato', sans-serif;
	font-size:24px;
	color:#222222;
	font-weight:400;
	text-transform:uppercase;
	margin:0;
	text-align:center;
	padding:10px 0 6px 0;

}
.emp_logo{
	text-align:center;
}
.emp_logo img{
	width:auto;
	text-align:center;
}
	  .storee{
	  }
	  .storee img{
		  width:100%;
		  border:1px solid #201B18;
	  }
	  	  .storee img:hover{
		  width:100%;
		  border:1px solid #F55406;
	  }
	  .storee h1 {
    color: #f26b24;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align:center;
	padding:15px 0;
    text-transform: uppercase;
    width:100%;
}
	  .storee h1 a {
    color: #f26b24;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align:center;
	padding:15px 0;
    text-transform: uppercase;
    width:100%;
}
	  .storee h1 a:hover{
    color:#F55406 !important;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align:center;
	padding:15px 0;
    text-transform: uppercase;
    width:100%;
}

.emplogoso{
}
.emplogoso img{
	width:100%;
}






















/*================== CSS FOR IE8 =======================*/
.ie8 .col-lg-3,.col-md-3,.col-sm-3,.col-xs-3{ 
   	 width: 25%\9!important;
   	 float: left\9!important;
	}
.ie8.col-lg-4,.col-md-4,.col-sm-4{ 
   	 width: 33.3333%\9;
   	 float: left\9;
	}
.ie8.col-lg-8,.col-md-8,.col-sm-8{width: 74.66%\9;}
.ie8.col-lg-6,.col-md-6,.col-sm-6{
	width: 50%\9;
	float: left;
}
.ie8.col-lg-12,.col-md-12{
	width: 100%\9;
}
.ie9.navbar-nav{
	margin-bottom:0 !important;
	padding-top:20px;
	margin-top:7.5px !important;
}
.ie8.collapse .navbar-collapse{
	border: none\9!important;
	margin: 10px 0 0\9;
	padding: \9;
	box-shadow: none\9!important;
}
.ie8.navbar-collapse{
	top:0px;
}
.navbar-default .navbar-collapse{display: block\9!important;}
.navbar-nav > li{float: left\9;}
.navbar-header{display: none\9;}
.collapse .navbar-collapse{
	border: none\9!important;
	margin: 010px 0 0\9;
	padding: \9;
	box-shadow: none\9!important;
}
.navbar-collapse{
	text-align:center;
	border: none\9!important;position: relative\9; top: 0px\9;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.inner_banner{
	position:relative;
	max-height:263px;
	background:url(../images/inner_banner.jpg) no-repeat;
}
.inner_banner img{
	width:100%;
}
.sunny > img{
	width:100%;
}


/*===============events===================*/
.coming_soon{
	padding:60px 0 0 0;
	
}
.coming_soon h1{
	text-align:center;
	font-size:60px;
	color: #165b7e;
	text-transform:uppercase;
	
}
.bx-wrapper .bx-controls-direction a{
	display:none !important;
}




/*=============CONTACT US POPUP=====================*/
#popup {
    position: absolute;
    width: 511px;
    height: 500px;
    background: #fff;
    left: 55%;
    top: 105%;
    border-radius: 5px;
    padding: 10px 0;
    margin-left: -320px;
    margin-top: -650px;
    text-align: center;
    box-shadow: 0 0 10px 0 #000;
    z-index: 152;
}
#hover {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 150;
}
#close {
    position: absolute;
    background: black;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000;
}
#popup2 {
    position:fixed;
    width: 80%;
	min-height:500px;
    background: #fff;
    left: 33%;
    top: 103%;
    border-radius: 5px;
    padding: 10px 10px;
    margin-left: -320px;
    margin-top: -650px;
    text-align: center;
    box-shadow: 0 0 10px 0 #000;
    z-index: 152;
}
#hover2 {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 150;
}
#close2 {
    position: absolute;
    background: black;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000;
}
img {
    vertical-align: middle;
}
.pop_contact{
}
.pop_contact h1{
	color: #000;
    font-family: "Century Gothic",sans-serif,monospace;
    font-size: 20px;
    font-weight: 400;
    text-align:center;
}
.pop_contact p{
	color: #000;
    font-family: "Century Gothic",sans-serif,monospace;
    font-size: 14px;
    font-weight: 400;
    text-align:center;
	line-height:24px;
}
.contactppup{
	color: #000;
    font-family: "Century Gothic",sans-serif,monospace;
    font-size: 20px;
    font-weight: 400;
	padding-bottom:10px;
    text-align:center;
}
.top_contact{
	padding-top:10px;
}
/*=============CONTACT US POPUP=====================*/
.md-content p{
	color: #000 !important;
    font-family: "Century Gothic",sans-serif,monospace;
    font-size: 20px !important;
	text-transform:uppercase;
    font-weight: 400;
	padding-bottom:10px;
	line-height:30px;
    text-align:center;
}
.md-content p span{
	color: #f26b24  !important;
    font-family: "Century Gothic",sans-serif,monospace;
    font-size: 20px !important;

    font-weight: 800;
	padding-bottom:10px;
	line-height:30px;
    text-align:center;
}
.md-content p a{
	color: #f26b24  !important;
    font-family: "Century Gothic",sans-serif,monospace;
    font-size: 20px !important;

    font-weight: 400;
	text-transform:none;
    text-align:center;
}
.md-trigger{
	font-family: 'Montserrat', sans-serif !important;
	font-size:14px !important;
	color:#f26b24 !important;
	background:none !important;
	text-transform:uppercase !important;
	border:1px solid #000000 !important;
	padding:10px 20px !important;
	margin-left:40px !important;
	text-decoration:none !important;
}

.md-trigger:hover{
	color:#fff !important;
	border:1px solid #fff !important;
	background:#f26b24 !important;
}
.md-close{
	width:36px;
	height:36px;
	text-align:center !important;
    font-family: 'Montserrat', sans-serif !important;
	font-size:14px !important;
	color:#f26b24 !important;
	text-transform:uppercase !important;
	border:1px solid #000000 !important;
	padding:0px 0 0 0px !important;
	border-radius:50px;
	font-weight:800 !important;
	text-decoration:none !important;
}
.md-close:hover{
	color:#fff !important;
	border:1px solid #fff !important;
	background:#f26b24 !important;
}

#top_hide_section{
	display:none !important;
}
.gallrey{
	margin:0;
}


/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #000; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  
  
  	 color: #f26b24;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: center;
    text-transform: none;
}
td{
	 color: #000;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: center;
    text-transform: none;
}


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
}

/*@media (max-width: 767px)*/
@media (max-width: 980px) {
    .navbar-header {
        float: none;
    }
	.main_nav .navbar-default .navbar-nav > li > a:hover{
		color:#fff !important;
	}
	.right_manu{
		margin-left:0;
	}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
.navbar-nav>li {
        float: none;
 }
.nav li i {
        float:left !important;
    }
.nav > li {
    display: block;
    float: none;
    position: relative;
    width: 100%;
}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		text-align:left;
    }
    .collapse.in{
      display:block !important;
  }
  .dropdown-menu{
		left: -31px;
		background: none;
	}
	.main_nav{background: none;}
	.navbar-collapse.collapse.in{border: none;}
	#header .account_info ul li{padding-left: 6px;}
}



@media(max-width:1024px){
.banner h1 {
    font-size: 45px;
}

.banner p {
    font-size: 20px;
    padding-top: 6px;
}
.container.banner {
    padding-top: 10px;
}
.navbar-collapse.collapse.in{
	background:#F26B24;
}
#contact_detail .social_icon {
    padding-bottom: 20px;
    padding-top: 20px;
}
.main_nav .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: "Lato",sans-serif !important;
    font-size: 12px;
    padding: 15px 4px;
}
.email2{
	margin-top:10px;
}
.main_banner .container {
    color: #165b7e;
    left: 0;
    margin: 0 auto;
    padding-top:0px;
    position: absolute;
    right: 0;
    top: 0;
}
.main_banner p{
	display:none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 15px !important;
}
}


@media(max-width:980px){
.logo img{
	width:100%;
}
.tweeter img{
	width:100%;
}
.banner h1 {
    font-size: 45px;
}
.banner p {
    font-size: 20px;
    padding-top: 6px;
}
.container.banner {
    padding-top: 10px;
}
#contact_detail .social_icon {
    padding-bottom: 20px;
    padding-top: 20px;
}
.main_nav .navbar-default .navbar-nav > li > a {
    color: #333333;
    font-family: "Lato",sans-serif !important;
    font-size: 16px;
    padding: 15px 13px;
}
.email2{
	margin-top:10px;
}
.main_banner .container {
    color: #165b7e;
    left: 0;
    margin: 0 auto;
    padding-top:0px;
    position: absolute;
    right: 0;
    top: 0;
}
.main_banner p{
	display:none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 15px !important;
}
.masntab li{
	float:left;
	width:48%;
}
.ekamailrgt {
    float: right;
    padding-left: 20px;
    padding-top: 10px;
}
.ftlogo img{
	width:100%;
}
.container{
	width:100%;
}
}

@media(max-width:800px){
.main_nav .navbar-default .navbar-nav > li > a {
    color: #333333;
    font-family: "Lato",sans-serif !important;
    font-size: 16px;
    padding: 15px 14px;
}
.ekamailrgt {
    float: right;
    padding-left: 20px;
    padding-top: 10px;
}
.email2{
	margin-top:10px;
}
.masntab li{
	float:left;
	width:48%;
}
.ftlogo{
	width:50%;
}
.contact_info{
	width:50%;
	min-height:250px;
}

.trial1 h1{
	font-size:25px;
}
.contact_info2{
	width:50%;

}
.contact_info3{
	width:50%;
}
.main_banner .container {
    color: #165b7e;
    left: 0;
    margin: 0 auto;
    padding-top:0px;
    position: absolute;
    right: 0;
    top: 0;
}
.main_banner p{
	display:none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 15px !important;
}
.main_nav .navbar-default .navbar-nav > li > a{
	text-align:left;
}
.main_nav .navbar-default .navbar-nav > li{
	background:none;
}
.nav li i{
	float:right !important;
}



.banner h1 {
    font-size: 25px;
}
.banner p {
    font-size: 17px;
    margin-bottom: 0;
    padding-top: 8px;
}
.container.banner {
    padding-top: 11px;
}
#top_header .container {
    padding: 14px 0 10px;
}
}
@media(max-width:768px){
.main_nav .navbar-default .navbar-nav > li > a {
    color: #333333;
    font-family: "Lato",sans-serif !important;
    font-size: 16px;
    padding: 15px 14px;
}
.container h4 {
    background: rgba(0, 0, 0, 0) url("../images/about_heading.png") no-repeat scroll 0 0;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin-top: 93px;
}
.mpopuler_collection .bx-wrapper .bx-controls-direction a {
	display:none !important;
}
.banner h1 {
    font-size: 25px;
}
.email2{
	margin-top:10px;
}
.main_banner p{
	display:none;
}
.banner p {
    font-size: 17px;
    margin-bottom: 0;
    padding-top: 8px;
}
.container.banner {
    padding-top: 11px;
}
.main_banner h1 {
    font-size: 38px;
}
.main_banner .container {
    padding-top: 8px;
}
.home_content_area {
    padding: 40px 0;
}

}
@media(max-width:767px){
.navbar-nav li ul {
   display: block;
    padding-top: 0;
   position: inherit;
    z-index: 9999;
}
}
@media(max-width:640px){
#top_header_section {
    background: #fff none repeat scroll 0 0;
    margin-top: 84px;
    max-height: 61px;
}
.logo img {
    width: 69%;
}
.logo {
	  position: inherit;
    text-align: center;
}
.ekamailrgt {
    float: right;
    margin-top: -40px;
    padding-top: 17px;
}
.container h4 {
    background: rgba(0, 0, 0, 0) url("../images/about_heading.png") no-repeat scroll 0 0;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin-top: 60px;
}
.hover_box4 {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #31aae2;
    bottom: 20px;
    display: none;
    height: 79%;
    left: 25px;
    padding: 20% 0 0 25%;
    position: absolute;
    right: 20px;
    top: 29px;
    width: 89%;
}
.banner p {
    font-size: 10px;
    margin-bottom: 0;
    padding-top: 8px;
}
.main_banner h2 {
    display: none;
}
.masntab li {
    float:left;
    padding: 0 5px;
}
.trial1{
	float:none;
	text-align:center;
	margin-top:19px;
}
.video_sec {
    background:url("images/video_bg.jpg") no-repeat #000;
    margin-top: 180px;
    width: 100%;
}
.free_trial {
    background:url(../images/trial_bg.jpg) no-repeat #f26b24 !important;
    padding: 23px 0;
	background-size:100% 100%;
}
.tweeter {
    margin-top: 20px;
}
}
@media(max-width:480px){
#top_hide_section{
	display:block !important;
}
#top_header_section{
	display:none;
}
.ekamailrgt {
    display: inline-block;
    float: none;
    margin-top: -40px;
    padding-top: 17px;
    width: 42%;
}
.masntab li{
	float:left;
	width:100%;
}
.promination{
	
	text-align:center;
}
.whoarewe{
	margin-top:10px;
}
.Promotions {
    border: 1px solid #000000;
    color: #f26b24;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    margin-left: 271px;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.logo img {
    width: 80% !important;
}

.logo {
    text-align: center;
}

.main_nav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-top: 41px;
    position: absolute;
    width: 100%;
    z-index: 999999;
}
.ftlogo{
	width:100%;
}
.contact_info{
	width:100%;
	padding:0 15px;
	min-height:95px;
}
.small_ft p{
	margin-bottom:15px;
}
.trial1 h1{
	font-size:25px;
}
.contact_info2{
	width:100%;

}
.contact_info3{
	width:100%;
}
.fowlous {
    display: inline-block;
    width: 55%;
	float:none;
}
.want_section{
	text-align:center;
	margin-bottom:30px;
}
.vdeo{
	padding:0 15px;
}
.heading h1 {
    padding: 30px 40px;
}
.trial1{
	float:none;
	text-align:center;
	margin-top:19px;
}
.free_trial {
    background:url("images/trial_bg.jpg") no-repeat scroll 0 0;
    padding: 23px 0;
	background-size:100% 100%;
}
.video_sec {
    background:url("images/video_bg.jpg") no-repeat #000;
    margin-top: 180px;
    width: 100%;
}
.trial12{
	float:none;
	  padding-right: 20%;
}
.free_trial_sec {
    margin-top: 0px;
    position: absolute;
    width: 100%;
}
.footer_section2{
	width:100%;
	text-align:center;
}
.about_page1 img {
    border: 5px solid #e1e1e1;
    float:none;
    margin-bottom: 5px;
    margin-left:0px;
    margin-top: 30px;
	width:100%;
}
.contact_inf{
	margin-top:20px;
}
.language_sec {
    float: none;
    padding-top: 0px;
	padding-bottom:20px;
    text-align: center;
}
.email {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll 0 40%;
    color: #ffffff;
    float: none;
}


.email2{
	float:none;
	  background: rgba(0, 0, 0, 0) url("../images/cell.png") no-repeat scroll 31% 40%;
	text-align: center;
}
.logo{
	width:100%;
	text-align:center;
}
.top_header{
	width:100%;
	text-align:center;
}
.detailone{
	width:100%;
	margin-bottom:40px;
}

.banner h1 {
    font-size: 32px;
}
.banner p {
    font-size: 18px;
}
.home_content_area {
    padding: 40px 0;
}
.home_content_area h1 {
    font-size: 24px;
}
figure {
    margin: 12px 0;
}
#top_header {
    text-align: center;
}
#top_header .social_icon {
    display: inline-block;
    float: none;
    padding-top: 17px;
}
#top_header .input-group {
    border-bottom: 1px solid #0095d6;
    clear: both;
    float: right;
    margin: 0 20px;
    min-width: 225px;
	max-width:100%;
}
.main_banner h1 {
    font-size: 22px;
}
#top_header .container {
    border-top: 4px solid #00bcf2;
    padding: 14px 0 10px;
}
#upcoming_event P{
	width:100%;
	float:left;
	padding-top:20px;
}
.subscribe .btn-default {
    background: #0095d6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 6px 30px 5px;
    text-transform: uppercase;
}
.why_form {
    margin-top: 0;
    width: 100%;
}
.main_banner .container {
    padding-top: 7px;
}
.main_banner p {
    display:none;
    font-size: 16px;
	padding-top:9px;
	
}
.blue_button {
    margin-top: 11px;
}
.small_ft p {
    float: none;
	text-align:center;
}
.container h4 {
    background:none;
    font-size: 21px;
    margin-top: 24px;
}
.hover_box4 {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #31aae2;
    bottom: 20px;
    display: none;
    height: 79%;
    left: 25px;
    padding: 27% 0 0 37%;
    position: absolute;
    right: 20px;
    top: 29px;
    width: 89%;
}
.who_girl img{
	width: 100%;
}
.main_nav .navbar-default{
	background:none;
}
.ekamail {
    padding-top: 10px;
    text-align: center;
	    margin-top: -1px;
}
.want_section {
    background: rgba(0, 0, 0, 0) url("../images/free_tr.jpg") repeat-x scroll 0 0;
    margin-bottom: 40px;
    padding: 40px 0;
	background-size:100% 100%;
    width: 100%;
}
}
@media(max-width:360px){
.fowlous {
    display: inline-block;
    float: none;
    width: 70%;
}
.detailone{
	width:100%;
	margin-bottom:40px;
}
.Promotions {
    border: 1px solid #000000;
    color: #f26b24;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    margin-left:149px;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.ekamailrgt {
    display: inline-block;
    float: none;
    padding-top: 17px;
    width:62%;
}
.banrtoptxt {
    color: #ffffff;
    font-family: "Montserrat",sans-serif !important;
    font-size: 53px !important;
    font-weight: normal;
    text-align: center !important;
    text-transform: none;
}
.banner h1 {
    font-size: 22px;
}
.banner p {
    font-size: 18px;
}
.home_content_area {
    padding: 40px 0;
}
.home_content_area h1 {
    font-size: 24px;
}
figure {
    margin: 12px 0;
}
#client_portfolio figure {
    float: left;
    width: 100%;
}
.portfolio p {
	width:100%;
    padding: 0px 0 0 0px;
    text-align: left;
}
#upcoming_event h2 {
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 14px;
	padding-top:20px;
}
#upcoming_event h1 {
    font-size: 23px;
    padding-bottom: 17px;
}
.sign_up p {
    color: #165b7e;
    font-size: 20px;
}
.main_banner .container {
    padding-top: 7px;
}
.main_banner p {
    display:none;
    font-size: 16px;
	padding-top:9px;
	
}
.ekamail {
    padding-top: 15px;
}
.ekamail p{
	margin-top:20px;
}
}
@media(max-width:320px){
.social_icon li {
    float: left;
    margin-left: 24px;
    text-align: center;
}
.banner h1 {
    display: none;
    font-size: 0;
}
.main_banner h1 {
    font-size: 20px;
}
.main_banner .container {
    padding-top: 7px;
}
#footer p{
	font-size:12px;
}
.banrtoptxt {
    color: #ffffff;
    font-family: "Montserrat",sans-serif !important;
    font-size: 40px !important;
    font-weight: normal;
    text-align: center !important;
    text-transform: none;
}
.Promotions {
    border: 1px solid #000000;
    color: #f26b24;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    margin-left:123px;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.ekamailrgt {
    width: 70%;
}
.trial12 a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 13px 44px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

}
