@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600');
@import url(font-awesome.css);
body {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	background-color: #fff;
	color:#000;
	overflow-x:hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	background-image: url(../images/banner/fbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120% auto;
	
}
* {
	outline:none!important;
}
p, ul, li, h1, h2, h3, h4, h5, h6 {
	padding:0px;
	list-style-type: none;
	margin:0px;
}
.clear {
	clear:both;
}
a, a img {
	border:0px;
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration:none;
	color:inherit;
}
.show {
	display:block;
}
.none {
	display:none;
}
@media screen and (min-width: 768px) {
.left {
	position: relative;
	left: -3000px;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.right {
	position: relative;
	right: -3000px;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.bottom {
	position: relative;
	bottom: -1000px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
}

.header {
	width:100%;	
	position:fixed;
	-webkit-transition: top 1s; /* Safari */
    transition: top 1s;
	z-index: 9999999;
}
.header.height-a{	
	top:0px;
	z-index:99999;-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	background-color: #fff;
	
}
.header-bottom{
	width:100%;
	margin:0 auto;
	padding:0 15px;
	position:relative;
}
.logo-main{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	position:absolute;
	top:20px;
	width:300px;
	height:170px;
	left:50%;
	margin-left:-150px;
	z-index: 999999;
}

@-webkit-keyframes slidebtm {
  0%{ top:0; opacity:0; }
  100%  { top:20px; opacity:1;  }
}
@keyframes slidebtm {
 0%{ top:0; opacity:0;  }
  100%  { top:20px; opacity:1;  }
}

.anim {
  -webkit-animation: slidebtm 2500ms 0ms;
  animation: slidebtm 2500ms 0ms;
}

.logo{
	width:268px;
	height:50px;
	background-image: url(../images/logo-h.png);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	position:relative;
	z-index:99999999;
	background-size: contain;
	margin-top: 5px;
}
.logo a{
	display:block;
	width:100%;
	height:100%;
}

.navigation {
	width: calc( 100% - 270px);
	float:right;
	text-align:right;
}
.navbar-nav  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:100%;
}
.navigation li  {
	display: inline-block;
	position: relative;
	float:none!important;
}
.navbar-collapse{
	padding:0px;
}

.navigation li a {
	display: block;
	font-size: 12px;
	color: #777;
	padding: 7px 15px 6px 15px;
	margin:15px 2px;
	text-transform:uppercase;
	border-radius:2px;
	font-weight:500;
	cursor:pointer;
}
.navigation li a:hover, .navigation li a.active {
	color: #65b828;
	background-color:transparent;
}
.navigation li a.special {
	color: #fff;
	background-color:#72BF23;
}

.navigation li ul {
    width: 200px;
    padding: 20px 20px;
    background: #292929;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    visibility: hidden;
    margin-top: -1px;
    left: 0px;
}
.navigation li:hover ul {
	visibility: visible;
	opacity: 1;
}
.navigation li ul li {
	display: block;
}
.navigation li ul li a {
	padding: 6px;
	display: block;
	margin:0px;
	text-align: left;
}
.has-dropdown i {
	padding-left: 6px;
	font-size: 18px;
	position: relative;
	top: 2px;
}


.banner {
	position:relative;
	min-height:600px;
}
.banner .caption{	
	max-width:1170px;
	width:100%;
	margin:0px auto;
	position:relative;
	background-position:right center;
	background-size:auto 70%;
	background-repeat:no-repeat;
	top:20px;
}
.banner .caption-inner{	
	position:absolute;
	width:100%;
	padding: 0 10px;
}
.banner .caption-inner h1 {
	display:block;
	font-size:60px;
	color:#415363;
	padding:0 5px;
text-align:center;
position:absolute;
line-height:60px;
width:100%;
font-weight:200;
}
.banner .caption-inner h1 em{
	font-style: normal;
}
.banner .caption-inner h1 span {
	display:block;
	font-size:27px;
	text-transform:none;
	line-height:50px;
	color:#415363;
	padding-left:3px;
}
.banner .admin-link{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
text-align:center;
padding-top:15px;
}
.banner .admin-link a{	
    color: #fff;
    padding: 16px 8px;
    display: inline-block;
    background-color:#72BF23;
    min-width: 220px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 3px 10px 3px 0px;
    text-align: center;
    font-size: 20px;
	font-weight:300;
	line-height:normal;
}
.banner .admin-link a:hover{
	background-color:#2f3b45!important;
}
.banner .admin-link a.blue-link:hover{
	background-color:#0770b2!important;
}
.blue-link{
background-color:#00B1E1!important;
}
.banner .admin-link a em{
	display:block;
	font-size:12px;
	color:#fff;
	font-style:normal;
}

.scroll {
	background-image:url(../images/icons/scroll2.png);
	background-repeat:no-repeat;
	background-position:center;
	padding:40px 0px;
	text-align:center;
	color:#fff;
	clear:both;
	margin-bottom:10px;
	position:absolute;
	width:100%;
	bottom:0;
	text-transform:uppercase;
	font-size:10px;
	z-index:999;
}
.scroll span {
	position:relative;
	z-index:2147483647 !important;
	cursor:pointer;
}

.maincol-wrap-out
{
	margin:0 auto;
	background-color:#F7F8FA !important;
	padding-bottom:60px;
}
.maincol-wrap
{
	max-width:1170px;
	margin:0 auto;
}
.maincol-wrap h2{
	font-size:48px;
	text-align:center;
	color:#444;
	margin:0px 0px 10px 0px;
	font-weight:100;
	padding-top:80px;
}
.maincol-wrap h3
{
	font-size:17px;
	text-align:center;
	color:#444;
	font-weight:100;
	clear:both;
	margin-bottom:60px;
}
.maincol-wrap h3 span
{
	display:inline-block;
	border-top:1px solid #72BF23;
	border-bottom:1px solid #72BF23;
	padding:15px 0px;
}
.center-img
{
	text-align:center;
}
.maincol-wrap .center-img img
{
	max-width:250px;
}

.main-col
{
	width:100%;
	padding:0px 0px 15px 0px;
	cursor:pointer;
}
.to-right
{
	text-align:right;
	padding-top:50px;
}
.to-left
{
	text-align:left;
	padding-top:50px;
}
.maincol-details
{
	float:left;
	clear:right;
	width:calc( 100% - 80px);
}
.maincol-details h4{
    color: #00B1E1;
    font-size: 20px;
    font-weight: 300;
    padding-bottom:10px;
}
.maincol-details p{
font-size: 16px;
font-weight: 300;
color: #313131;
line-height: 28px;
}

.maincol-img
{
	float:left;
	clear:right;
	width:80px;
	min-height:120px;
	font-size:30px;
	color:#00B1E1;
	-webkit-transition: all ease-in 0.25s;
transition: all ease-in 0.25s;
}
.maincol-img .fa
{
	border-radius:50%;
	border:1px solid #00B1E1;
	-webkit-transition: all ease-in 0.25s;
transition: all ease-in 0.25s;
width:60px;
height:60px;
padding-top:13px;
text-align:center;

}
.main-col:hover .maincol-img .fa
{	
	background-color:#00B1E1;
	color:#fff;
}
.main-col:hover .maincol-img
{
	color:#fff;
}





.fourcol-wrap{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding-bottom:80px;	
}
.special-fourcol{
	background-color:#F7F8FA;
}
.special-fourcol .four-col{
	width:33.3333%;
	float:left;
	padding:15px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
}
.fourcol-wrap h2{
	font-size:48px;
	background-image:url(../images/icons/border.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	color:#444;
	margin:0px 0px 40px 0px;
	padding-bottom:40px;
	font-weight:100;
	padding-top:80px;
}
.four-col{
	width:25%;
	float:left;
	padding:15px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
}
.col-img{
	text-align:center;
	font-size:90px;
	color:#00B1E1;
	padding-bottom:15px;
}
.four-col h3{
	font-size:22px;
	padding-bottom:15px;
	color:#00b1e1;
	font-weight:300;
}
.four-col p{
	font-size:15px;
	color:#444;
}
.col-one{background-image: url(../images/icons/art-one.png);}
.col-two{background-image: url(../images/icons/art-two.png);}
.col-three{background-image: url(../images/icons/art-three.png);}
.col-four{background-image: url(../images/icons/art-four.png);}


.testimonial-wrap{
	background-image: url(../images/inner/motto-bg.jpg);
	background-position: center center;
	min-height: 600px;
	width: 100%;
}
.testimonial-inner{
	max-width:1000px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.testimonial-inner h2{
	font-size:48px;
	background-image:url(../images/icons/border.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	margin:60px 0px 20px 0px;
	padding-bottom:20px;
	font-weight:100;
}
.testimonial-inner h3{
	font-size:22px;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}
.testimonial-inner p{
	font-size:15px;
	text-align:center;
	padding:5px 10%;
}
.test-img{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
	
.test-img img{
	border-radius:50%;
	display:inline!important;
}
.test-name{
	background-image: url(../images/icons/decoration.png);
	height: 88px;
	width: 586px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	font-size:22px;
	padding-top:18px;
	font-family: 'Satisfy', cursive;
}
.test-name span{
	font-size:14px;
	display:block;
}

.app-download-wrap{
	width:100%;
	padding:150px 0px;
	max-width:1170px;
	width:100%;
	margin:0 auto;
}
.app-download-wrap h2{
	font-size:48px;
	background-image:url(../images/icons/border.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	color:#444;	
	font-weight:100;
	padding-bottom:40px;
	margin-bottom:20px;
}

.app-download-wrap .app-link{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
text-align:center;
padding-top:15px;
}
.app-download-wrap .app-link a{	
    color: #fff;
    padding: 14px 6px;
    display: inline-block;
    background-color:#72BF23;
    min-width: 230px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 3px 10px 3px 0px;
    text-align: center;
    font-size: 16px;
	font-weight:300;
	line-height:normal;
}
.app-download-wrap .app-link a:hover{
	background-color:#318d74!important;
}

.subscribe-wrap-out{
background-color:#F7F8FA !important
}
.subscribe-wrap{
	width:100%;
	padding:150px 0px;
	max-width:1170px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.subscribe-wrap h2{
	font-size:48px;
	background-image:url(../images/icons/border.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	color:#444;	
	font-weight:100;
	padding-bottom:40px;
	margin-bottom:20px;
}
.subscribe-wrap .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
    display: inline-block;
}
.standard-button {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    width: 210px;
    height: 56px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;    
    background: #72BF23;
}




.form-wrap{
	background-image: url(../images/map.jpg);
	min-height: 540px;
	width: 100%;
	background-size:cover;
	padding-top:100px;
}
.form-inner{
	background-color:rgba(9, 139, 220, .8);
	padding:15px;
	max-width:928px;
	margin:0 auto;
	position:relative;
}
.form-inner .intto{
	position:absolute;
	right:-20px;
	top:-20px;
	background-image: url(../images/icons/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	width:50px;
	height:50px;
	cursor:pointer;
}
.form-inner h2{
	font-size:48px;
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	margin:0px 0px 20px 0px;
	font-weight:100;
	padding-top:20px;
}

.form-inner input[type="text"]{
	width:100%;
	height:42px;
	padding:2px 5px;
	font-size:14px;
	color:#fff;
	border:0px;
	font-size:15px;
	background-color:transparent;
	border-bottom:1px solid #fff;
}
.form-inner textarea{
	width:100%;
	height:100px;
	padding:2px 5px;
	font-size:14px;
	color:#fff;
	border:0px;
	font-size:15px;
	background-color:transparent;
	border:1px solid #fff;
}
.form-inner input[type="button"]{
	width:100%;
	height:60px;
	background-color:transparent;
	border:0px;
	color:#fff;
	font-size:17px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:2px dashed #fff;
	border-left:2px dashed #fff;
	margin-top:40px;
}

.input-wrap-three{
	width:33.33%;
	float:left;
	padding:15px;
}
.input-wrap-four{
	width:66.67%;
	float:left;
	padding:15px;
}
.input-wrap-one{
	width:33.33%;
	float:left;
	padding:15px;
}




.footter{
	background-color:#fff;	
	padding:50px 0px;
	color:#fff;	
}
.footter-resize{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	text-align:center;
	color:#415363;
	font-size:16px;
	line-height:30px;
}
.footter-resize a
{
	color:#00B1E1;
}
.social-links{
	width:100%;
	float:left;
	text-align:center;
	padding-top:35px;
}
.social-links a{	
	background-repeat: no-repeat;
	background-position: center center;
	width:28px;
	height:28px;
	display:inline-block;
	margin:0 4px;
	padding:5px;
	background-color:#3f3f3f;
	border-radius:3px;
}
a.fb{background-image: url(../images/social/fb.jpg);}
a.gp{background-image: url(../images/social/gp.jpg);}
a.ins{background-image: url(../images/social/insta.jpg);}
a.pi{background-image: url(../images/social/pin.jpg);}
a.tw{background-image: url(../images/social/twit.jpg);}


.newsletter-wrap{
	border:1px solid #00B1E1;
	width:100%;
	height:45px;
	position:relative;
	float:left;
	background-color:#3d3d3d;
	margin-top:15px;
}
.newsletter-wrap input[type="text"]{
	width:100%;
	height:42px;
	padding:5px 110px 5px 10px;
	font-size:14px;
	color:#fff;
	border:0px;
	font-size:15px;
	background-color:#212020;
}
.newsletter-wrap input[type="button"]{
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	height:44px;
	background-color:#00B1E1;
	border:0px;
	color:#fff;
	font-size:22px;
}
.newsletter-wrap input[type="button"]:hover{
	background-color:#00B1E1;
}
.copyright{
	background-color:#fff;
	min-height:90px;
	padding:0 10px;
	color:#415363;
	font-size:16px;
}
.copyright a
{
	color:#00B1E1;
}
.copyright a:hover
{
	color:#000;
}
.copyright p{
	height:60px;
	display:block;
	max-width:1170px;
	margin:0 auto;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	border-top: 1px solid #e5e5e5;
}






@media (max-width: 768px) 
{	
.header-bottom{
background-color:rgba(255, 255, 255, 0.95);
}
.navigation {
	width: 100%;
}
.logo{
	position:absolute;
	top:-5px;
}
.navigation li {
	width:100%;
	display:block;
}
.navigation li a
{
    font-size: 12px;
    padding: 4px 16px 2px 16px;
    margin: 12px 4px;
}
.header-resize{
		min-height:auto;
}
.footter-col{
	width:100%;
	float:none;
	clear:both;
	padding:10px;
}
.four-col, .special-fourcol .four-col{
	width:100%;
	margin:15px 0px;
	padding:0px;
}
.input-wrap-three{
	width:100%;
	float:none;
	clear:both;
}
.input-wrap-four{
	width:100%;
	float:none;
	clear:both;
}
.input-wrap-one{
	width:100%;
	float:left;
	clear:both;
}
.test-name{
	background-image:none;
	width:100%;
}

.maincol-img
{
float: none;
clear: both;
width: 100%;
min-height: auto;
text-align:center;
}
.maincol-details {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
}
.banner .caption
{
	background-image:none;
}
.banner .caption-inner h1
{
	text-align:center;
	font-size:40px;
	line-height:40px;
	font-weight:400;
	top:200px!important;
}
.banner .caption-inner h1 span
{
	font-size:18px;
	line-height:20px;
}
.banner .admin-link
{
	text-align:center;
}
.header-bottom
{
	min-height:70px;
}
.navbar-toggle
{
	margin-top: 20px!important;
	margin-bottom: 10px!important;
}
}



.form-inner ::-webkit-input-placeholder {
   color: #fff;
}

.form-inner :-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}

.form-inner ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.form-inner :-ms-input-placeholder {  
   color: #fff; 
}


#clouds{
	padding:0;}
	.cloud{width:200px; opacity:0px; height:60px;background:#32bda1;border-radius:200px;-moz-border-radius:200px;-webkit-border-radius:200px;position:absolute;}
	.cloud:before,.cloud:after{content:'';position:absolute;background:#32bda1;width:100px;height:80px;position:absolute;top:-15px;left:10px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;-webkit-transform:rotate(30deg);transform:rotate(30deg);-moz-transform:rotate(30deg);}
	.cloud:after{width:120px;height:120px;top:-55px;left:auto;right:15px;}
	.x1{-webkit-animation:moveclouds 15s linear infinite;-moz-animation:moveclouds 15s linear infinite;-o-animation:moveclouds 15s linear infinite;opacity:.1;}
	.x2{left:200px;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6);opacity:.1;-webkit-animation:moveclouds 25s linear infinite;-moz-animation:moveclouds 25s linear infinite;-o-animation:moveclouds 25s linear infinite;}
	.x4{left:470px;top:450px;-webkit-transform:scale(.75);-moz-transform:scale(.75);transform:scale(.75);opacity:.2
		;-webkit-animation:moveclouds 18s linear infinite;-moz-animation:moveclouds 18s linear infinite;-o-animation:moveclouds 18s linear infinite;}
	.x5{left:-150px;top:300px;-webkit-transform:scale(.8);-moz-transform:scale(.8);transform:scale(.8);opacity:.2;-webkit-animation:moveclouds 20s linear infinite;-moz-animation:moveclouds 20s linear infinite;-o-animation:moveclouds 20s linear infinite}@-webkit-keyframes moveclouds{0%{margin-left:1000px;}100%{margin-left:-1000px;}}@-moz-keyframes moveclouds{0%{margin-left:1000px;}100%{margin-left:-1000px;}}@-o-keyframes moveclouds{0%{margin-left:1000px;}100%{margin-left:-1000px;}}
