@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css2?family=Montserrat:300,400,400i,500,600,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration:none!important;
}
html {
  scroll-behavior: smooth!important;
}
html, body {
    height:100%;
}
body{
	font-family: 'Montserrat', sans-serif!important;
	font-weight:400!important;
	line-height: 30px!important;
	font-size: 16px!important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#fff;
}
.res-hide{
}
.res-show{
	display:none!important;
}

@media screen and (max-width : 992px) {
body{	
	line-height: 30px!important;
	font-size: 15px!important;
}
.res-hide{
	display:none!important;
}
.res-show{
	display:block!important;
}
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.affix {
      top:0;
	  padding:0;
      width: 100%;
      z-index: 90 !important;
	  box-shadow:0px 0px 4px rgba(0,0,0,.3);
}

.affix .logo{
	display:none;
}
/*.affix .logo img{
	height:50px;
	width:auto;      
}*/
.affix .header-right{
	padding:3px 0 0 10px;
}
.affix .header-right2 img{
	height:50px;
}
.affix .header-right a {
    padding: 0px 5px;
    line-height: 40px;    
}
.affix .call{
	display:block;
}
.affix .header-right2{
	padding:3px 0 0 10px;
}
.affix .header-right2 a {
    padding: 0px 5px;
    line-height: 40px;    
}

@media screen and (max-width : 992px) {
}

.top-nav{
	line-height:35px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	background-color:#203061;
}
.top-nav .container{
	padding-top:0;
	padding-bottom:0;
}
.top-nav a{
	color:#fff;
	font-size:22px;
}
.top-nav a:hover{
	color:rgba(0, 0, 0, .8)
}
.top-nav .icon{	
	font-size:16px;
}
.top-nav ul{
	margin:0!important;
}
.top-nav ul li{
	list-style:none;
	float:left;
	margin:0 20px 0 0;
}
.top-nav ul li a{
	color:#fff;
}
.top-nav .social{
	float:right;
}
header{
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background-color:#374c8b;
}
header .container{
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
}
header .container .oc-img{
	position:fixed;
	z-index:99;
	bottom:75px;
	right:50px;
	width:130px;
	height:auto;
}
header .logo{
	position:absolute;
	z-index:100;
	bottom:-80px;
	width:17%;
}
/*header .logo{
	float:left;
	position:relative;	
	width:17%;
}*/
header .logo img{
	width:auto;
	height:70px;
	max-width:90%;
}
header .header-c{
	float:left;
	width:64%;
	text-align:center;
}
header .header-c h4{
	font-size:22px!important;
	color:#fff!important;
	margin:0!important;
	padding:0!important;
	line-height:30px!important;
}


header .header-right{
	float:left;
	width:18%;
	padding:8px 0 0 10px;
}
header .header-right a {
	display:block;
    background-color:#27b921;
    color: #fff !important;
    padding: 5px 5px;
    border-radius: 5px;
    margin: 0 0 0 0;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    border: solid 0px #fff;
	font-weight:700;
	font-size:20px;
}
header .header-right a i {
    width:35px;
	height:35px;
	line-height:35px;
	border:solid 2px #fff;
	border-radius:100%;
	text-align:center;
	font-size:22px!important;
}
header .header-right2{
	float:left;
	width:18%;
	padding:8px 0 0 10px;
}
header .header-right2 a {
	display:block;
    background-color:#f68523;
    color: #fff !important;
    padding: 5px 5px;
    border-radius: 5px;
    margin: 0 0 0 0;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
    border: solid 0px #fff;
	font-weight:700;
	font-size:14px;
}
header .header-right2 a i {
	line-height:35px;
	font-size:22px!important;
	margin: 0 5px 0 0;
}
.t-menu{
	margin-top:5px;
}
.call{
	display:none;
	position:absolute;
	z-index:1;
	right:0;
	bottom:-42px;
	background-color:#203061;
	padding:5px 20px;
	font-size:22px;
	font-weight:700;
	border:solid 2px #fff;
	border-top:0;
}
.call a{
	color:#fff;
}
.call a:hover{
	color:#fff;
}
@media screen and (max-width : 1180px) {
}

@media screen and (max-width : 992px) {
.top-nav{
	line-height:35px;
	font-size:10px;
	position:relative;	
	margin:0;
	color:#fff;
}
.top-nav .text-right{
	text-align:left
}
.top-nav .icon{	
	font-size:12px;
}
.top-nav ul{
	float:left;
}
.top-nav ul li{
	margin:0 0 0 0;
}
.top-nav ul li a{
	color:#fff;
}
header{
	position:relative;
	width: 100%;
	top:auto;
}
header .container{
	padding-top:5px;
	padding-bottom:5px;
	border-radius:0;
	box-shadow:0px 0px 10px rgba(0,0,0,0);
}
header .container .oc-img{
	position:fixed;
	z-index:99;
	bottom:60px;
	right:10px;
	width:80px;
	height:auto;
}
header .logo{
	position:absolute;
	z-index:100;
	bottom:-60px;
	width:40%;
}
header .logo img{
	width:auto;
	height:50px;
}
header .header-c{
	float:left;
	width:2%;
	text-align:center;
}
header .header-right{
	width:60%;
	padding:1px 0 0 0;
}
header .header-right a {
	padding: 5px 0;
    border-radius: 5px;
    margin: 0 0 0 0;
    line-height: 30px;
    font-size:22px;
}
header .header-right a i {
    width:25px;
	height:25px;
	line-height:22px;
	border:solid 2px #fff;
	border-radius:100%;
	text-align:center;
	font-size:16px!important;
}
header .header-right2{
	display:none;
}
.t-menu{
	margin:0;
}
}
.slider{
	position:relative;
}
.slider img{
	width:100%;
	height:auto;
}
.slider img.desktop{
	width:100%;
	height:auto;
	display:block;
}
.slider img.responsive{
	width:100%;
	height:auto;
	display:none;
}
.slider.inner{
}

.slider.inner .slider-content{
	bottom:10px;	
}

@media screen and (max-width : 992px) {
.slider img.responsive{
	display:block!important;
}
.slider img.desktop{
	display:none;
}
.slider.inner{
	height:auto;
	overflow:hidden;
}
}
.slider .slider-content{
	position:absolute;
	left:0;
	bottom:50px;
	z-index:10;
	width:100%;
	height:auto;
}
.slider .slider-content .container{
	padding-top:35px;
	padding-bottom:35px;
}
.slider .slider-content .slide-text{
	width:38%;
	float:left;
}
.slider .slider-content .slide-text h1{
	background-color:rgba(255,255,255,.8);
	display:inline-block;
	padding:5px;
	margin:100px 0 0 0!important;
	text-transform:capitalize;
}
.slider .slider-content .slide-text ul{
	margin:0 0 0 0;
}
.slider .slider-content .slide-text ul:before, .slider .slider-content .slide-text ul:after{
	display: table;
	content: "";
}
.slider .slider-content .slide-text ul:after{	
	clear: both;
}
.slider .slider-content .slide-text ul li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 20px;
	font-weight:700;
	font-size:16px;
	color:#333;
}
.slider .slider-content .slide-text ul li strong{
	color:#f68523;
	font-size:22px;
}
.slider .slider-content .slide-text ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -20px;
    content: "\f00c";
	color:#f68523;
	font-size:20px;
}

.slider .slider-content .slide-form{
	float:left;
	width:40%;
	margin-left:22%;
	background-color:rgba(0,0,0,.8);
	padding:20px;
}
.slider .slider-content .slide-form h3{
	font-size:28px!important;
}
.slider .slider-content .slide-form h4{
	color:#fff!important;
	font-size:22px!important;
}
.slider .slider-content .slide-form h4 strong{
	color:#f68523;
	background-color:#fff;
	padding:0 7px;
	font-size:26px!important;
}
@media screen and (max-width : 992px) {
.slider .slider-content{
	position:relative;
	left:0;
	top:0;
	z-index:auto;
	height:auto;
	background-color:#203061;
}
.slider .slider-content container{
	padding-top:10px!important;
	padding-bottom:10px!important;
}
.slider .slider-content .slide-text{
	padding:0px;
	width:100%;
	float:none;
	text-align:center;
}
.slider .slider-content .slide-text h1{
	background-color:#f68523;
	text-align:center;
	padding:7px;
	border-radius:5px;
	margin:0 0 0 0!important;
	text-transform:capitalize;
	color:#fff!important;
}
.slider .slider-content .slide-text ul li{
	font-size:14px;
}
.slider .slider-content .slide-form{
	float:none;
	width:100%;
	margin-left:0;
	background-color:rgba(0,0,0,0);
	padding:20px;
	margin-top:0;
}
.slider .slider-content .slide-form h3{
	font-size:18px!important;
}
.slider .slider-content .slide-form h4{
	color:#fff!important;
	font-size:16px!important;
}
.slider .slider-content .slide-form h4 strong{
	color:#f68523;
	background-color:#fff;
	padding:0 7px;
	font-size:18px!important;
}
}
h1, h2, h3, h4, h5{
	font-weight:700!important;
}
h1{
	font-size: 32px!important;
	line-height: normal;
	color: #203061!important;
	padding:0 0 15px 0;
	margin:0 0 20px 0!important;
	position:relative;
	text-transform:uppercase;
}
h1 span{
	position:absolute;
	bottom:0;
	width:80px;
	height:3px;
	background-color:#000;
	left:0;
}
.text-center h1 span{	
	left:50%;
	margin:0 0 0 -40px;
}
h2{
	font-size: 28px!important;
	line-height: normal;
	color: #f68523 !important;
	padding:0 0 15px 0;
	margin:0 0 20px 0!important;
	position:relative;
}
h2 span{
	position:absolute;
	bottom:0;
	width:80px;
	height:3px;
	background-color:#000;
	left:0;
}
.text-center h2 span{	
	left:50%;
	margin:0 0 0 -40px;
}
.pink h2{
	color: #f68523!important;
}
.pink h2 span{
	background-color:#fff;
}
h3{
	font-size: 24px!important;
	line-height: normal;
	color: #f68523!important;
	margin: 0 0 10px 0!important;
}
h3.title{
	background-color:#374c8b;
	font-size: 22px!important;
	line-height: normal;
	color: #f68523!important;
	margin: 0 0 10px 0!important;
	padding:8px 10px;
	border-radius:3px;
}
h3.title span{
	color: #fff!important;
	margin:0 10px;
}

h4{
	font-size: 14px!important;
	line-height: normal;
	color: #000!important;
	padding:0;
	margin:0 0 10px 0!important;
	position:relative;
}
h5{
	font-size: 26px!important;
	line-height: normal;
	color: #999!important;
	padding:0;
	margin:0 0 10px 0!important;
}
h6{
	font-size: 16px!important;
	font-style:italic;
	line-height:32px!important;
	color:#777!important;
	font-weight:300!important;
}
@media screen and (max-width : 480px) {
h1{
	font-size: 20px!important;
	padding:0 0 10px 0;
	margin:0 0 10px 0!important;
}
h2{
	font-size: 18px!important;
	padding:0 0 10px 0;
	margin:0 0 10px 0!important;
}
h3{
	font-size: 16px!important;
	margin: 0 0 10px 0!important;
}
h4{
	font-size: 14px!important;
}
h5{
	font-size: 14px!important;
	line-height: normal;
}
h6{
	font-size: 14px!important;
	line-height:24px!important;
}
}
.waves{
	width:120%;
	height:100px;
	background-color: #f68523;
	position:absolute;
	z-index:2;
	bottom:-50px;
	left:-10%;
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari */
}
.inner-banner{
	background-color:#203061;
	background-attachment: scroll;
	background-image: url(../images/inner-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width:100%;
	overflow:hidden;
	padding:280px 0 40px 0;	
	position: relative;
}
.inner-banner .waves{
	width:120%;
	height:100px;
	background-color: #f68523;
	position:absolute;
	z-index:1;
	bottom:-50px;
	left:-10%;
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari */
}

.inner-banner h3{
	margin:0!important;
	color:#fff!important;
}
.inner-banner .container{
	padding-top:0;
	padding-bottom:0;
}
@media screen and (max-width : 768px) {
.waves{
	height:70px;
	bottom:-50px;
}
.inner-banner{
	padding:150px 0 10px 0;
}
.inner-banner .waves{	
	height:70px;
	bottom:-50px;
}
}
.banner{
	margin:60px 0;
}
.banner img{
	width:100%;
	height:auto;
}


.container{	
	padding-top:60px;
	padding-bottom:60px;
}
@media screen and (max-width : 768px) {
.container{	
	padding-top:30px;
	padding-bottom:30px;
}
}
.container4{	
	background-color:#fcfcfc;
}
.container5{	
	background-color:#fff;
}
.container5 .padd-50{
	padding:50px;
}
.container5 .c5-shadow{
	box-shadow:-15px 0 0 #fcfcfc;
}
.container5 h3{
	font-size:28px!important;
}
.container p{
	margin:0;
	text-align:justify;
}
.text-center p{
	margin:0;
	text-align:center!important;
}
.container2{
	background-color:#fff;
	position:relative;
	color:#666;
}
.container2 .container{
	background-image:url(../images/rocket.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.container2 h2{
	color: #203061!important;
	text-transform:none;
}
.container2 h2 span{
	background-color:#f68523!important;
}
.container2 h6{
	color: #666!important;
}

@media screen and (max-width : 992px) {
.container2 .text-right{
	text-align:left;	
}
.container2 .container{
	background-image:none;
}
}
.container3{
	
}
.container3 ul{
	margin:0 0 0 15px;
}
.container3.cyan{
	background-color: #29c6af;
}
.container3.pink{
	background-color: #203061;
	color:#fff!important;
}
.container3 h1{
	color: #203061!important;
}
.container3 h1 span{
	background-color:#fff;
}
.container3 h2 span{
	background-color:#fff;
}
.container3 h3{
	color: #f68523!important;
}
.container3 h6{
	color:rgba(255,255,255,1)!important;
}
.container3 h6 a{
	color:rgba(255,255,255,.8)!important;
}
.home-1{
	background-color:#f68523;
	font-size:16px;
	color:#fff;
	height:500px;
}
.home-1 .container{
	padding-top:0;
	padding-bottom:0;
}
.home-1 h2{
	color: #fff!important;
}
.home-1 h2 span{
	background-color:#203061;
}
.home-1 .hm1-l{
	background-attachment: scroll;
	background-image: url(../images/home1-2.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	float:left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:50%;
	height:100%;
}
.home-1 .hm1-l.hm2{
	background-attachment: scroll;
	background-image: url(../images/home2.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	float:left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:50%;
	height:100%;
}
.home-1 .hm1-r{
	float:left;
	width:50%;
	padding:50px;
	position:relative;
}
.home-1 .hm1-r form{
	position:absolute;
	width:105%;
	background-color:rgba(32,48,97,.9);
	right:-100px;
	padding:30px;
}
.home-1 .hm1-r h2{
	color:#fff!important;
}
@media screen and (max-width : 920px) {
.home-1{	
	color:#fff;
	height:auto;
}
.home-1 .container{
	padding-top:0;
	padding-bottom:0;
}
.home-1 .hm1-l{
	background-attachment: scroll;
	float:none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:300px;
}
.home-1 .hm1-l.hm2{
	float:none;
	width:100%;
	height:100%;
}
.home-1 .hm1-r{
	float:none;
	width:100%;
	padding:20px;
}
.home-1 .hm1-r form{
	position:relative;
	width:100%;
	background-color:rgba(32,48,97,.0);
	right:0;
	padding:0;
}
.home-1 .hm1-r h2{
	color:#fff!important;
}
.home-1 .hm1-r ul li{
	list-style:none;
	margin:20px 0;
	font-weight:700;
	font-size:13px;
	line-height:normal;
}
}

.image{
	border:solid 10px #203061;
	border-right-color:#fff;
	border-bottom-color:#fff;
	box-shadow:10px 10px 0px #f68523;
	width:100%;
	height:auto;
}

.thumb{
}
.thumb .th-img{	
	background-color:rgba(0,0,0,0);
	padding:20px 0;
	text-align:center;
}
.thumb .th-img img{
	width:auto;
	height:120px;
}
.thumb .th-cont{
	padding:20px!important;	
}
.thumb .th-cont h3{
	font-size:22px!important;
	color:#203061!important;
}
@media screen and (max-width : 768px) {
.thumb{	
	margin:20px 0;
}
.thumb .th-img{		
}
.thumb .th-img img{	
}
.thumb .th-cont{
	padding:20px!important;	
}
}



.container-red{
	background-color:#fff;
	box-shadow:inset 0px 100px 50px -50px rgba(0,0,0,.03);
	border-top:solid 3px #fff;
}
.container-red img{
	width:auto;
	height:auto;
	max-width:320px;
	border-radius:25px 0 25px 0;
	margin:0 0 0 15px;
}
.container-red p{
	text-align:justify;
}
.container-red ul{
	margin:0;
}
.container-red ul li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
}
.container-red .list-subcat{
	margin:0;
}
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:15px;
	font-weight:700;
	margin:1%;
	text-align:center;
	float:left;
	width:23%;
}
.container-red .list-subcat li a{
	background-color:#fff;
	font-family:Lato-Light!important;
	display:block;
	color:#b84e25;
	border:solid 1px rgba(0,0,0,.1);
	padding:15px 0;
	box-shadow:5px 5px 0px rgba(0,0,0,.1);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	border:solid 3px #dc3c14;
}
.container-red .list-subcat li a img{
	margin:0 0 10px 0;
	border-radius:0;
}
.container-red .list-subcat li a h5{
	margin:0!important;
	font-size:18px!important;
	color:#dc3c14!important;

}
.container-red .list-subcat li a:hover{
	background-color:#dc3c14;
}
.container-red .list-subcat li a:hover h5{
	color:#fff!important;
}

@media screen and (max-width : 920px) {
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:12px;
	font-weight:700;
	margin:2%;
	text-align:center;
	float:left;
	width:46%;
}
.container-red .list-subcat li a{
	border:solid 3px rgba(0,0,0,.1);
	padding:10px 0;
	border-radius:5px 0 5px 0;
	box-shadow:3px 3px 0px rgba(0,0,0,.3);
}
}
@media screen and (max-width : 480px) {
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:12px;
	font-weight:700;
	margin:5%;
	text-align:center;
	float:none;
	width:90%;
}
.container-red .list-subcat li a{
	border:solid 3px rgba(0,0,0,.1);
	padding:10px 0;
	border-radius:5px 0 5px 0;
	box-shadow:3px 3px 0px rgba(0,0,0,.3);
}
}



.r-form{
	padding:15px;
}
.r-form:before, .r-form:after{
	display: table;
	content: "";
}
.r-form:after{	
	clear: both;
}
.r-form li{
	float:left;
	width:50%;
	text-align:center;
	list-style:none;
}
.r-form li a{
	display:block;
	color:#111;
	text-decoration:none;
	text-align:center;
	padding:45px 0;
	font-size:11px;
}
.r-form li a:hover{	
	color:#f86031;
}
.r-form li a img{
	width:40px;
	height:auto;
	margin:0 0 10px 0;
	display:inline-block;
	clear:both;
}




.bdr-right{
	border-right:solid 1px rgba(0,0,0,.1);
}
.bdr-left{
	border-left:solid 1px rgba(0,0,0,.1);
}
.bdr-bottom{
	border-bottom:solid 1px rgba(0,0,0,.1);
}
.bdr-top{
	border-top:solid 1px rgba(0,0,0,.1);
}



.nav-pills{
	margin:0 0 20px 0!important;
	padding:0!important;
	font-size:16px;
	border-bottom:solid 1px #ddd;
	width:100%;
	text-align:center;

}
.nav-pills > li {
	display:inline-block!important;
	float:none!important;
	top:2px;
	margin:0 3px;
}
.nav-pills > li > a {
  border-radius: 0px!important;
  padding:10px 10px !important;
  color:#000;
  border:solid 1px #ddd;
}
.nav-pills > li > a:hover {
	background-color: transparent!important;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ff4800!important;
  background-color: transparent!important;
  border-bottom:solid 2px #fff;
}
@media screen and (max-width : 768px) {
.nav-pills > li > a {
  padding:5px 5px !important;
  color:#000;
  font-size:11px;
  border:solid 1px #ddd;
}
}
.testimonials{	
	background-color:#ddd;
	padding:30px 0;
	position:relative;
	font-size:16px;
	color:#000;
	box-shadow:inset 0px 0 200px rgba(0,0,0,.4);
}
.testimonials h2{
	margin:0 0 30px 0;
	color:#111;
}
.testimonials h4 a{	
	font-weight:700;
	color:#666;
}
.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#f1f1f1;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	box-shadow:10px 20px 10px rgba(0,0,0,0);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #f1f1f1;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
@media screen and (max-width : 480px) {
.testimonial img{
	width:80px;
}
}




.smile-gal{
}

.smile-gal img{
	height:380px;
	width:auto;
	padding:7px;
	box-shadow:0px 0px 3px rgba(0,0,0,.5);
	margin:0 10px;
}

.form-box{
	border:solid 5px #ddd;
	background-color:#f9f9f9;
	box-shadow:10px 10px 0px rgba(0,0,0,.3);
	margin:0!important;
	padding:0!important;
}
.form-box h5{
	font-size:14px!important;
}
.form-box iframe{
	margin:0!important;
	padding:0!important;
}
.video{
	background-color:#f9f9f9;
	border-radius:10px;
	width:100%;
	height:350px;
	box-shadow:10px 10px rgba(0,0,0,.2);
}
.video iframe{
	margin:0!important;
	padding:0!important;
	width:100%;
	height:350px;
	border-radius:10px;
}
::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
input[type="text"] {
	font-size: 16px;
	border: 0px;
	border-bottom:solid 3px #fff;
	color: #fff;
	font-weight: lighter;	
	padding: 0 10px 0 30px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border-bottom:solid 3px #f68523;	
}
@media screen and (max-width : 992px) {
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border-bottom:solid 3px #f68523;	
}
}

input[type="password"] {
	font-size: 16px;
	border: 0px;
	border-bottom:solid 3px #fff;
	color: #fff;
	font-weight: lighter;	
	padding: 0 10px 0 30px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
input[type="tel"] {
	font-size: 16px;
	border: 0px;
	border-bottom:solid 3px #fff;
	color: #fff;
	font-weight: lighter;	
	padding: 0 10px 0 30px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
input[type="number"] {
	font-size: 16px;
	border: 0px;
	border-bottom:solid 3px #fff;
	color: #fff;
	font-weight: lighter;	
	padding: 0 10px 0 30px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
input[type="email"] {
	font-size: 16px;
	border: 0px;
	border-bottom:solid 3px #fff;
	color: #fff;
	font-weight: lighter;	
	padding: 0 10px 0 30px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
select {
	font-size: 16px;
	border: 0px;
	border-bottom:solid 3px #fff;
	color: #fff;
	font-weight: lighter;	
	padding: 0 10px 0 30px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px!important;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
select option {	
	color: #666;
}
textarea {
	font-size: 16px;
	border: 0px;
	border-bottom:solid 3px #fff;
	color: #fff;
	font-weight: lighter;	
	padding: 0 10px 0 30px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0px 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
.f-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 22px;
    left: 12px;
}
.f-map:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 22px;
    left: 12px;
}
.f-email:before {
    content: "\f2b7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 22px;
    left: 12px;
}
.f-message:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 22px;
    left: 12px;
}
.f-mobile:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 22px;
    left: 12px;
}




.btn1{
	display:inline-block;
	font-weight:700;
	/*background: -webkit-linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
	background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);*/
	background-color:#27b921;
	line-height:35px;
	color:#fff!important;
	text-decoration:none!important;
	padding:5px 40px;
	margin:5px 0 0 0;
	text-transform:uppercase;
	border-radius:30px;
	border:solid 2px #fff;
}
.btn1:hover{
	text-decoration:none;
	background-color:rgba(0,0,0,.8);
	color:#fff;
}
.btn1-2{
	display:inline-block;
	font-weight:700;
	/*background: -webkit-linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
	background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);*/
	background-color:#27b921;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	padding:5px 15px;
	margin:5px 0 0 0;
	text-transform:uppercase;
	border-radius:30px;
	border:solid 2px #fff;
	float:right;
}
.btn1-2:hover{
	text-decoration:none;
	background-color:rgba(0,0,0,.8);
	color:#fff;
}
.footer-stick .btn1{
	background-color:#374c8b;
}
@media screen and (max-width : 992px) {
.btn1-2{	
	float:none;
}

}
.btn2{
	display:inline-block;
	font-weight:700;
	/*background: -moz-linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
	background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);*/
	background-color:#203061;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	padding:5px 40px;
	margin:5px 0 0 0;
	text-transform:uppercase;
	border-radius:30px;
	border:solid 2px #fff;
	float:right;
}
.btn2:hover{
	text-decoration:none;
	background-color:#f68523;
	color:#fff;
}
.btn3{
	display:inline-block;
	background-color:#4bae23;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 25px;
	border-radius:3px;
	font-weight:bold;
	font-size:12px;
	margin:5px 0 0 0;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2);
}
.btn3:hover{
	text-decoration:none;
	background-color:#333;
	color:#fff;
}

.btn4{
	display:inline-block;
	background-color:rgba(0,0,0,.05);
	box-shadow:inset 0px 0px 0px 2px #fff;
	line-height:50px;
	height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 30px;
	border-radius:8px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;
	font-family:MontserratAlternates-Regular!important;
}
.btn4:hover{
	text-decoration:none;
}
.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	margin:5px 0;
	font-family:MontserratAlternates-Regular!important;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:0px 5px 0px 0;
	margin-top:5px;
	background-color:#fff;
}
.captcha i{
	margin:10px 0 0 0;
}
.captcha a{
	color: #111;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 5px 0 0;
	padding:0!important;
	border:0!important;
	box-shadow: 0px 0px 0px #fff!important;
}
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
    background-color:#f68523;
    text-align:center;
    padding:8px 0;
    box-shadow:0px 0px 5px rgba(0, 0, 0, .5);
}
.fix-call a{
    color:#fff !important;
    font-size:32px;
}


.right-fix{
	position:fixed;
	right:-48px;
	z-index:999;
	top:30%;
	width:130px;	
	text-align:center;
	background-color:#f68523;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix a{
	display:block;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
}
.right-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.right-fix2{
	position:fixed;
	right:-83px;
	z-index:999;
	top:60%;
	width:200px;	
	text-align:center;
	background-color:rgba(0,0,0,1);
	transform: rotate(-90deg);
	text-align:center;
	text-transform:capitalize;
	font-size:16px;
}
.right-fix2 a{
	display:block;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
}
.right-fix2 i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
@media screen and (max-width : 992px) {
.right-fix{
	position:fixed;
	right:0 !important;
	top:auto;
	bottom:0;
	left:0;
	width:50%;	
	text-align:center;
	transform: rotate(0deg);
	text-align:center;
	font-size:14px;
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:50px;
	padding:0 0;
}
.right-fix2{
	position:fixed;
	right:0;
	top:auto;
	bottom:0;
	width:50%;	
	text-align:center;
	transform: rotate(0deg);
	text-align:center;
	font-size:14px;
}
.right-fix2 a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:50px;
	padding:0 0;
}
}

.modal{
	background-color:rgba(0,0,0,.5)!important;
}
.modal-content{
	background-color:#25479e!important;
}
.modal-header{
	text-align:center;
}
.close {
    float: right;
    font-size: 42px!important;
    font-weight: bold;
    line-height: 1;
    color: #FFF!important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=1)!important;
    opacity: 1!important;
}
h4.modal-title {
	color:#fff!important;
    margin: 0;
    line-height: 1.42857143;
}
.footer-stick{
	position:fixed;
	width:100%;
	height:auto;
	z-index:100;
	left:0;
	bottom:0;
	padding:5px 0;
	background-color:#27b921;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.footer-stick .container{
	padding-top:0!important;
	padding-bottom:0!important;
}
.footer-stick img{
	height:58px;
}
.footer2{
	padding: 40px 0 90px 0;
	position: relative;
	background-color:#203061;
	width: 100%;
	overflow: hidden;
	color: rgba(255,255,255,.9);
}
.footer2 .copy{
	font-size:12px;
	line-height:18px;
	text-align:justify;
}
.footer2 a{
	color:#29c6af;
}
.footer2 .container{
	padding-top:0;
	padding-bottom:0;
}
.footer2 h3{
	font-size:18px!important;
	text-transform:uppercase;
	color:#fff!important;
	padding:0 0 15px 0;
	margin:0 0 20px 0;
	font-weight:700;
	position:relative;
}
.footer2 h3 span{
	position:absolute;
	bottom:0;
	width:60px;
	height:2px;
	background-color:rgba(0,0,0,.2);
	left:0;
}
.footer2 ul li{
	list-style:none;
	font-size:14px;
	float:left;
	margin:0 30px 0 0;
}
.footer2 ul li i{
	font-size:20px;
}
.footer2 ul li a{
	color: rgba(255,255,255,.8);
}
.footer2 ul li span{
	color: rgba(255,255,255,.9);
}
.footer2 ul li a:hover{
	color: rgba(255,255,255,1);
}
footer{
	background-color:rgba(0,0,0,.08);
	position: relative;
	color: rgba(255,255,255,.9);
	font-size:12px;
	margin:30px 0 0 0;
}
footer .container{
	padding-top:18px!important;
	padding-bottom:15px!important;
}
footer a{	
	color: rgba(255,255,255,.9);
	text-decoration:none;
}
@media screen and (max-width : 992px) {
.footer-stick{
	display:none;
}
.footer2{
	padding: 30px 0 60px 0;
}
.footer2 .text-right{
	text-align:left;
}
.footer2 h3{
	font-size:18px!important;
	margin:20px 0 5px 0!important;
}
.footer2 ul li{
	list-style:none;
	font-size:12px;
	float:left;
	margin:0 10px 0 0;
}
.footer2 ul li i{
	font-size:14px;
}
.footer2 ul li a{
	color: rgba(255,255,255,.8);
}
footer{
	margin:20px 0 0 0;
}
}

.bc{	
	width:100%;	
}
.bc:before, .bc:after{
	display: table;
	content: "";
}
.bc:after{	
	clear: both;
	margin:0 0 0 0!important;
}
.bc li{
	list-style:none;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height:normal;
}
.bc li a{
	list-style:none;
	float:left;
	color:rgba(0,0,0,1);
	border-right:solid 1px #111;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
.time-table{
	font-size:12px;
}
.time-table div{
	margin:5px 0;
}

.tbl1{
	background-color:rgba(255,255,255,1);
}
.tbl1 th{	
	padding:15px 10px;
	text-align:center;
	border:solid 1px #fff;
	color:#fff;
	font-size:16px;
	background-color:#dc3c14;
	font-weight:400!important;
}
.tbl1 td{
	padding:10px;
	text-align:center;
	border:solid 1px #ccc;
	color:#231f20!important;
	font-size:14px;
	background-color:fff;
	vertical-align:middle!important;
}
.tbl1 td h5{
	font-size:12px!important;
	text-transform:capitalize;
	color:#666!important;
}
.tbl1 .grey{
	padding:10px;
	text-align:center;
	border:solid 1px #ccc;
	background-color:#f4f4f4;
}
.tbl1 th.grey{
	padding:10px;
	text-align:center;
	border:solid 1px #fff;
	background-color:#f77064;
}
.tbl1 .red{
	padding:10px;
	color:#fff!important;
	text-align:center;
	border-bottom:solid 1px #fff;
	background-color:#dc3c14;
}
.tbl1 .price{
	font-weight:700;
	font-size:26px;
}
.tbl1 td input[type="submit"] {
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2);
	font-size: 16px;
	border-radius:4px;
	text-transform: uppercase;
	border: 0px solid #dddddd;
	color: #FFF;
	clear: both;
	height: 45px;
	width: auto!important;
	padding: 0 20px!important;
	text-decoration: none;
	margin: 10px auto;
	display: block;
}
@media screen and (max-width : 768px) {
.tbl-outer{
	padding:0 0 20px 0;
	overflow-x: scroll;
	overflow-y: hidden;
	width:100%;
}
.tbl-outer table{
	min-width:800px!important;
}
.tbl1 th{	
	padding:5px;
	font-size:12px;
}
.tbl1 td{
	padding:5px;
	font-size:12px;
}
.tbl1 th.grey{
	padding:5px;
}
.tbl1 .red{
	padding:5px;
}
}

.team{	
	padding:10px;
	margin:0 0 15px 0;
	text-align:left;
	font-size:13px;
	line-height:24px;
	border:solid 2px #eee;
}
.team img{
	margin:0 0 15px 0;
	width:100%;
	height:auto;
}
.team h4{
	margin:0 0 15px 0;
	letter-spacing:0px!important;
	width:100%;
	height:auto;
	font-size:22px!important;
	font-weight:normal!important;
}
.box1{
	background-color:rgba(255,255,255,.9);
	padding:20px;
}
.box1 h3{
	font-size:28px!important;
	color:#203061!important;
}
.box1 ul{
	margin:0 0 0 0;
}
.box1 ul:before, .box1 ul:after{
	display: table;
	content: "";
}
.box1 ul:after{	
	clear: both;
}
.box1 ul li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 20px;
	font-weight:700;
	font-size:16px;
	color:#333;
}
.box1 ul li strong{
	color:#f68523;
	font-size:22px;
}
.box1 ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -20px;
    content: "\f00c";
	color:#f68523;
	font-size:20px;
}
	
.dynamic{
}
.dynamic ol{
	margin:20px 0 0 20px;
}
.dynamic ul{
	margin:20px 0 0 0;
}
.dynamic ul:before, .dynamic ul:after{
	display: table;
	content: "";
}
.dynamic ul:after{	
	clear: both;
}
.dynamic ul li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 26px;
	font-size:14px;
	font-weight:500;
}
.dynamic ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -26px;
    content: "\f087";
	color:#f68523;
	font-size:22px;
}
.container3.pink .dynamic ul li:before {
	color:#f68523;
}
.container3 .dynamic ul li:before {
	color:#203061;
}
.list1{
	margin:20px 0 0 0;
}
.list1:before, .list1:after{
	display: table;
	content: "";
}
.list1 :after{	
	clear: both;
}
.list1  li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 20px;
}
.list1 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -20px;
    content: "\f111";
	color: #2bbfc7;
	font-size:9px;
}
.list2{
	margin:20px 0 0 0;
}
.list2:before, .list2:after{
	display: table;
	content: "";
}
.list2:after{	
	clear: both;
}
.list2 li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 26px;
	float:left;
	width:47%;
	font-size:14px;
	font-weight:500;
	text-align:left;
}
.list2 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -26px;
    content: "\f087";
	color: #203061;
	font-size:18px;
}
.container3.pink .list2 li:before {
	color:#f68523;
}
@media screen and (max-width : 768px) {
.list2 li{
	float:none;
	width:100%;
	font-size:13px;
	text-align:left;
}
}
.map{
	border:solid 3px #fff;
	box-shadow:0px 5px 10px rgba(0,0,0,.5);
	overflow:hidden;
	margin:0 0 10px 0;
	background-color:#000;
}
.img-r{
	float:right;
	width:auto;
	max-width:300px;
	height:auto;
	margin:0 0 0 20px;
}
@media screen and (max-width : 480px) {
.img-r{
	float:none;
	width:100%;
	max-width:100%;
	height:auto;
	margin:10px 0;
}
}

hr{	
	border: 0!important;
	height: 1px!important;
	margin:20px 0!important;
	background: #00cccc!important;
	background-image: linear-gradient(to right, #ccc, #ddd, #ccc)!important;
}

.page_nation{
	height: 45px;
	margin:30px 0 0 0;
}
.page_nation a{
	text-decoration: none;
	color: #fff!important;
	line-height: 30px;
	background-color: #242B34;
	height: 30px;
	border: 1px solid #242B34;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.page_nation a:hover{
	text-decoration: none;
	color: #242B34;
	background-color: #F6D600;
	border: 1px solid #F6D600;
}
.page_nation .pn-sel{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background-color: #dd2627;
	border: 1px solid #dd2627;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.right-strip{
	position:fixed;
	z-index:2000;
	bottom:0;
	right:0;
}
.right-strip .rs-btn{
	margin:0 130px 0 0!important;
}
.right-strip .right-strip-open{
	width:330px;
	background-color:#fff;
	padding:10px 15px;
	box-shadow:0px 0px 5px rgba(0,0,0,.7);
}

.right-strip h2{
	margin:0 0 10px 0;
	font-size:22px;
}
.right-strip p{
	line-height:normal;
	font-size:12px;
}
.right-strip input[type="submit"] {
	height: 35px;
}
.presence{
	text-align:center;
	margin:20px 0;
}
.presence i{
	width:90px;
	height:90px;
	line-height:90px;
	font-size:40px;
	border-radius:50%;
	background-color:#fff;
	color:#203061;
	margin:0 0 15px 0;
}
.presence iframe{
	width:100%!important;
	height:200px!important;
	padding:10px;
	box-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.presence h3{
	color:#203061!important;
}
.presence h6 a{
	color:#fff!important;
}

.f-fav{
    position:fixed;
    z-index:100;
    right:5px;
    bottom:60px;
    width:32px;
    height:32px;
    display:none;
}

@media screen and (max-width : 992px) {
.f-fav{
    display:inline-block;
}
}

#dots{display:inline-block;}
#more{display: none;}
#myBtn{display:inline-block!important; margin:0px 0 0px 0;}

#dots2{display:inline-block;}
#more2{display: none;}
#myBtn2{display:block!important; margin:20px 0 25px 0;}

#dots3{display:inline-block;}
#more3{display: none;}
#myBtn3{display:block!important; margin:20px 0 25px 0;}

.grecaptcha-badge { opacity:0;}