
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	  font-size: 13px;
    color: #6a737b;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    /* text-decoration: none; */
    outline: 0;
}

a:focus, a:hover {
    color: #6CB670;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	/* color: #0feb9e; */
}

body > section,
.footer {
	padding: 70px 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type='number'] {
	-moz-appearance: textfield;
}

.goUrl{
  /* background-color: red; */
  position: absolute;
  bottom: 10px;
  width: 28%;
  height: 100px;
  cursor: pointer;
}
.goUrl1{
  bottom: 0px;
  left: 0;
  width: 50%;
}
.goUrl2{
  bottom: 10px;
  right: 13%;
}
.goUrl3{
  bottom: 0px;
  right: 34%;;
}
.goUrl4{
  bottom: 0px;
  right: 34%;;
}
.sec-title h2 {
  color: #001225;
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sec-title img{
  width: 80%;
}
.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  color: #5b6674;
  letter-spacing: 1px;
}
.sec-sub-title span {
  background: #001225;
  color: #fff;
  padding: 4px 12px;
  border-radius: 13px;
}
.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/*=========================================
	Header
==========================================*/

#navigation {
  /* background-color: rgba(16, 22, 54, 0.2); */
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}
#logo{
  color: #292929;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: 15px;
}
#logo img{
  width: 22px;
  margin-right: 10px;
}
.navbar-nav li a{
  border: 0 none;
  font-size: 13px;
  padding: 9px 29px;
  text-align: right;
  background: #2471f6;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  background: #2471f6;
	/* background-color: transparent; */
	/* border-top: 1px solid #32B0EE; */
	color: #fff;
}
.toux{
  position:fixed;
  right: 10px;
  top: 50%;
  z-index: 99;
  width: 103px;
  text-align: center;
}
.toux img{
  width: 100%;
  margin-bottom: 12%;
}
.modal-content{
  background: #eff8ff;
  text-align: center;
  /* background-image: url("../img/dialog.png"); 
  background-size: cover;
  height: 500px;
  width: 150%;
  margin-left: -25%; */
}
.modal-content img{
  width: 60%;
}
.modal-body{
  background: #d0e2fd;
}
/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
    height: auto !important;
}
.carousel-inner{
  height: auto !important;
}
#slider .carousel-inner .item {
  background-size: cover;
  height: auto !important;
  padding-top: 9%;
}
 
.carousel-caption{
  right: 5%;
  left: 5%;
  top: 20%;
}

.member-thumb1{
  text-align: left;
  /* width: auto !important; */
}
.member-thumb1 h1{
  color: #001225;
  font-size: 39px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 51px;
}
.member-thumb1 p{
  margin-top: 10px;
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  color: #5b6674;
  letter-spacing: 1px;
}
.member-thumb1 .img-responsive{
  max-width: 85%;
  display: inline-block;
}
.member-thumb1 .img-responsive:last-child{
  margin-top: 10%;
}
.member-thumb1 .imgPoat{  
  width: 38%;
  position: absolute;
}
.member-thumb1 .imgPoat1{  
  top: -2%;
  left: 57%
}
.member-thumb1 .imgPoat2{  
  top: 50%;
  left: -20%;
  width: 54%;
}
.member-thumb1 .imgPoat3{  
  bottom: 14%;
  left: 52%;
  width: 48%;
}
.col-md-4{
  width: 33.3%;
}
.carousel-caption div{
  width: 78%;
}
.carousel-caption img{
  display: inline;
  max-width: 100%;
  height: auto;
}
.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #0feb9e;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  /* color: #fff; */
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}



/*=========================================
	Features
==========================================*/

.features {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}




/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
  margin-top: 31px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a,
.work-filter ul li{
  color: #001225;
  display: block;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  text-transform: capitalize;
  border: 1px solid #e4f0ff;
  padding: 12px 30px;
  margin: 10px 14px;
  background-color: #fafdff;
}
.work-filter ul li {
  cursor: pointer;
  width: 165px;
}
.nav-tabs {
  border-bottom: none;
}
.work-filter ul li a:hover,
.work-filter ul li a.active,
.work-filter ul li span:hover,
.work-filter ul li.active{
  background-color: #ebf4ff;
  border-radius: 10px;
  color: #2471f6;

}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
  position: relative;
}
 
.mix {
    display: none;
}
.disNone{
  display: none !important;
}
.disBlock{
  display: block;
}
.work-item {
    float: left;
    /* width: 100% !important; */
    position: relative;
}

.work-item >img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overlay {
	background-color: rgba(14,180,147,.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}
.fade{
  opacity: 1;
}
.work-item .cont1Txt{
  position: absolute;
  top: 36%;
  right: 6%;
}
.work-item .cont1Txt img{
  width: 16px;
  margin-right: 7px;
}
.work-item .cont1Txt p{
  line-height: 34px;
  letter-spacing: 1px;
  color: #596472;
  font-size: 15px;
}
.work-item .cont2Txt{
  position: absolute;
  top: 11%;
  right: 0%;
  box-sizing: border-box;
  padding: 20px;
}
.work-item .disCent{
  display: flex;
  align-items: start;
  margin-bottom: 2%
}
.work-item .cont2Txt img{
  width: 35px;
  margin-right: 10px;
  display: block;
}
.work-item .cont2Txt h3{
  line-height: 19px;
  letter-spacing: 1px;
  color: #001225;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px;
}
.work-item .cont2Txt p{
  line-height: 19px;
  letter-spacing: 1px;
  color: #596472;
}

/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 100%;
  position: relative;
}
#team1 .member-thumb{
  width: auto;
}
#team1 .col-xs-12{
  padding: 0 10px;
}
#team1 .col-md-3{
  width: 20%;
}
.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #0eb493;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  /* background-color: #0d7c67; */
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}
 
/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}


/*=========================================
	Contact Us
==========================================*/

.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #001225;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  /* border-style: none none solid; */
  border-width:  1px;
  box-shadow: none;
  margin-bottom: 20px;
  border-radius: 5px !important;
  line-height: 48px;
  height: 45px;
}
.contact-form textarea{
  height: 162px !important;
  line-height: 27px !important;
  letter-spacing: 1px;
}
.contact-form .input-field {
  width: 44%;
  float: left;
  margin-right: 6%;
} 
/* .contact-form .input-field:last-child {
  margin-right: 0;
} */

.contact-form .form-control.error {
border-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  /* background: url("../img/envelop.png") no-repeat scroll 0 15px transparent; */
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  background: #2471f6;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  width: 44%;
  margin-top: 23px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}



/*=========================================
	Contact Us
==========================================*/
 
#footer .row{
  align-items: center;
  display: flex;
}

.footer {
  background-color: #081125;
  border-top: 5px solid #062033;
  color: #fff;
}
.footer .col-xs-12{
  padding: 5px;
}
.footer .container{
  padding: 0;
}
.footer a:hover {
  color: #fff;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 28px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #495362;
  margin-top: 60px;
  width: 50%;
  float: left;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}
.foot_con .foot_con_l{
    float: left;
    overflow: hidden;
    margin-top: 50px;
}
.foot_con .foot_con_r {
  float: right;
  padding-top: 30px;
}
.foot_con .foot_con_r ul {
  float: right;
  font-size: 12px;
  color: #c7c7c7;
  line-height: 30px;
  margin-bottom: 20px;
}
.foot_con .foot_con_r ul li {
  display: block;
  text-align: right;
  overflow: hidden;
  height: 26px;
  line-height: 28px;
}
.foot_con .foot_con_r ul li .tel {
  float: right;
  padding-left: 14px;
  color: #c7c7c7;
}
.foot_con .foot_con_r img {
  width: 80px;
  float: right;
  margin-bottom: 30px;
  margin-left: 12px;
}