body{
	font-family:libre franklin,Helvetica,Arial,sans-serif;
}
/*header starts*/
#header{
	min-height: 662px;
	background-color: #3d5c5c;
}
#header h2{
	text-align: left;
	color: #72da3e;
	font-size: 32px;
	top: 200px;
	position: relative;
}
#header p{
	text-align: left;
	color: #c2d6d6;
	font-size: 16px;
	margin-top: 230px;
}
#header .navbar-inverse{
	background-color: #3d5c5c;
    border-color: #3d5c5c;
	border-radius: 0px;
	height: 60px;
	margin-bottom: 0px;
}
#header .navbar-inverse .navbar-brand{
	padding-top: 5px;
}
.headerImage{margin-top: 65px; max-width: 100%;}
.navbar-inverse .navbar-toggle{ border-color: #fff;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background: #71b3b0;
	border: none;
}
#header .navbar ul{
	background-color: #3d5c5c;
    border-color: #144065;
	padding-bottom: 20px;

}
#header .nav>li a{
	font-size: 18px;
	color: #c2d6d6;
	text-transform: capitalize;
	padding: 5px 10px 5px 10px;
}
#header .nav>li{
	top: 15px;
}
#header .nav >li a:hover{
	font-size: 18px;
	color: #fff;
	border-radius: 20px;
	/* background :#efdede; */
	padding: 5px 10px 5px 10px;
}
#header .nav li.active a{
	background: transparent;
	font-size: 18px;
	color: #fff
}
/* slider starts */
.padChange{
	padding-left: 0px;
	padding-right: 0px;
	}
/* about starts */
#about{}
#about h2{
	font-size: 28px;
	text-align: center;
	color: #3d5c5c;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#about p{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}
#about .card{
	max-width: 100%;
	/* background: #94b8af; */
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 50px;	
}
#about .card h3{
	font-size: 24px;
	color: #293d3d;
	text-align: center;
	padding-top: 20px;
	text-transform: capitalize;
	
}
#about .card p{
	font-size: 14px;
	margin-top: 20px;
	text-align: justify;
}
.aboutImage{ 
   max-width: 100%;
   margin-top: 50px;
   border-radius: 5px;
}
/* ourDirectors starts */
#ourDirectors{background: #f8f8f8;}
#ourDirectors .directorsDiv{
	max-width: 100%;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;	
}
#ourDirectors h2{
	font-size: 28px;
	text-align: center;
	color: #3d5c5c;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#ourDirectors .directorsDiv h3{
	font-size: 24px;
	color: #293d3d;
	text-align: center;
	padding-top: 20px;
	text-transform: capitalize;
	
}
#ourDirectors .directorsDiv p{
	font-size: 14px;
	margin-top: 15px;
	text-align: center;

}
#ourDirectors .directorsDiv img{
	margin-top: 20px;
	max-width: 100%;
}
.modal{
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}
.modal-dialog{
	width: 100%;
	margin-left: 0px;
}
.modal-content{
	    width: 100%;
		margin-left: 8px;
		height: 300px;
		overflow: hidden;
		background: #3d5c5c;
		color: #c2d6d6;
}
.modal-body p{
	text-align: justify !important;
}
.modal-header{
	padding: 3px;
    border-bottom: none;
}
/* ourconsultants starts */
#ourCosultants .consultantsDiv{
	max-width: 100%;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;	
}
#ourCosultants h2{
	font-size: 28px;
	text-align: center;
	color: #3d5c5c;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#ourCosultants .consultantsDiv h3{
	font-size: 24px;
	color: #293d3d;
	text-align: center;
	padding-top: 20px;
	text-transform: capitalize;
	
}
#ourCosultants .consultantsDiv p{
	font-size: 14px;
	margin-top: 15px;
	text-align: center;

}
#ourCosultants .consultantsDiv img{
	margin-top: 10px;
	max-width: 100%;
}
/* service starts */
#service{background: #f8f8f8;}
#service h2{
	font-size: 28px;
	text-align: center;
	color: #3d5c5c;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#service p{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 40px;
}
#service .serviceDiv{
}
/* #service .serviceDiv:hover{ */
	/* border: 1px solid #94b8af;  */
	/* background-color: #c7b9b9; */
	/* border-radius: 10px; */
/* } */
#service .serviceDiv h3{
	font-size: 20px;
	color: #293d3d;
	text-align: center;
	padding-top: 20px;
	
}
#service .serviceDiv p{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
#service .serviceDiv:hover h3{
	 color:  #277171;	
}
#service .serviceDiv i.iconSize{
	font-size: 40px;
	margin-top: 30px;
	color: #3d5c5c;
	font-weight:700;
	margin-left: 45%;
	margin-right: 45%;
	
}
#service .serviceDiv i.iconSize:hover{
	color: #277171;
}
#service .serviceDiv .btn-default{
	background: #5c8a7e;
	margin-top: 30px;
	color: #fff;
	text-transform: capitalize;
}
#service .serviceDiv .btn-default:hover{
	background: #4d91ff;
	color: #fff;
}
#contact h2{
	font-size: 28px;
	text-align: center;
	color: #3d5c5c;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#contact .contactDiv{
	top: 30px;
    position: relative;
	padding-bottom: 30px;
}
#contact .contactDiv .btn{
     min-width: 200px;
	 background: #3d5c5c;
	 color: #c2d6d6;
	 text-transform: capitalize;
}
#contact .contactDiv .btn:hover{
     min-width: 200px;
	 background: #277171;
	 text-transform: capitalize;
	 color: #c2d6d6;
}
#contact .contactDiv input.form-control{
	border: 1px solid #3d5c5c !important;
	color: #3d5c5c;
	height: 50px;
}
#contact .contactDiv textarea.form-control{
	border: 1px solid #3d5c5c !important;
	color: #3d5c5c;
} 
::placeholder {
  color: #3d5c5c;
}
#contact .addressDiv{
	position: relative;
    margin-top: 30px;
}
#contact .addressDiv i.fa{font-size:35px; color:#3d5c5c;}
#contact .addressDiv i.fa:hover{font-size:35px; color:#277171;}
#contact .addressDiv p{ margin-top:20px; line-height: 27px;}
#contact .socialDiv{
	margin-left: 20%;
	position: relative;
    margin-top: 30px;
}
#contact .socialDiv i{font-size:18px; color:#3d5c5c; margin-top:40px; margin-bottom:30px; font-size:40px; margin-left:20px;}
#contact .socialDiv i:hover{font-size:18px; color:#277171; margin-top:40px; margin-bottom:30px; font-size:40px; margin-left:20px;}
#footer{
	width: 100%;
	min-height: 50px;
	background: #3d5c5c;
}
#footer .footerDiv h2{
	 font-size: 12px;
	 color: #c2d6d6;
	 margin-top: 20px;
	 text-align: center;
}
.error{
	color:#3d5c5c;
}
#gotop .fa{
	font-size: 30px;
	color: #72da3e;
}
.serviceBox{
	color: #606060;
	padding: 0 10px 60px;
	background-color: #3d5c5c;
	border: 1px solid transparent;
	border-radius: 20px;
	margin: 80px 0 30px;
	position: relative;
}
.serviceBox .service-content{
   text-align: center;
   padding: 10px 5px 1px;
    margin-top: -80px;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
    transition:all 0.3s;
 }
  .serviceBox .service-content:hover{
   box-shadow: 0 0 20px -5px #000;
 }
 .serviceBox .service-content:after{
    content: '';
    height: 50px;
    width: 50px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    transform:translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.serviceBox .service-icon{
    display: inline-block;
    color: #3d5c5c;
    font-size: 50px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{
    transform:rotateX(360deg);
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin:0 0 10px;
	color: #3d5c5c;
}
.serviceBox .description{
    font-size: 15px;
    /* line-height: 25px; */
    margin: 0;
	text-align: justify;
}
.serviceBox .read-more{
    display: block;
    width: 60%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #6D4D42;
    border-radius: 15px;
    transform:translateX(-50%);
    transition:all 0.3s ease 0s;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
.serviceBox .read-more:hover{
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 0 0 10px #000;
}
.our-team{margin-top: 30px;}
.our-team .pic{
	 position:relative;
	 overflow: hidden;
}
.our-team .pic img{
    width:100%;
    height: auto;
}
.our-team .team-profile{
    background:#3d5c5c;
    position: absolute;
    top:0;
    text-align:center;
    width:100%;
    height:100%;
    opacity: 0;
    transition:all 0.3s ease 0s;
}
.our-team:hover .team-profile{
    opacity:0.9;
}
.our-team .team-title{
    color:#fff;
    margin:-30px 0 0 0;
    font-weight: bold;
    transition: all 0.2s ease 0s;
}
.our-team:hover .team-title{
    margin:40px 0 0 0;
}
.our-team .post{
    display:block;
    text-align:center;
    font-size: 18px;
    color:#fff;
}
.our-team .description{
    color: #fff;
    padding: 90% 2%;
    transition: all 0.3s ease 0s;
}
.our-team:hover .description{
    padding:20% 2%;
}
.our-team .social-links{
    background:#d7d7d7;
    padding:15px 0;
    text-align:center;
    margin-bottom: 0;
}
.our-team .social-links li{
    display:inline-block;
    margin:0 10px;
}
.our-team .social-links li a{
    display:inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background:#3d5c5c;
    color:#fff;
    transition:all 0.30s ease 0s;
}
.our-team .social-links li a:hover{
    background:#333;
    color:#fff;
}
@media only screen and (max-width: 990px) {
    .our-team{
        margin-bottom:20px;
    }
}
.tab_list .active{
	order: -1;
}
.myTeam{
	text-align: center;
	border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.myTeam .dicImage{
    background: #3d5c5c;
    transition: all 0.3s ease 0s;
}
.myTeam:hover .dicImage{
    padding: 10px;
    border-radius: 10px;
    transform: scale(0.5) translateY(-30%);
}
.myTeam .dicImage img{
    max-width: 100%;
    height: auto;
}
.myTeam .teamContent{
    width: 100%;
    padding: 7px 15px;
    background: #3d5c5c;
    position: absolute;
    bottom: -30%;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.myTeam:hover .teamContent{
    opacity: 1;
    bottom: -10px;
}
.myTeam .heading{
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.myTeam .design{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.myTeam .socialMedia{
    padding: 0;
    margin: 0;
    list-style: none;
    transition: all 0.35s ease 0s;
	width: 45%;
	margin: auto;
}
.myTeam .socialMedia li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 15px 0 15px 0;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.35s ease 0s;
	float: left;
}
.myTeam .socialMedia li a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #e06f06;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}
.myTeam .socialMedia li a:hover:before{ left: 0; }
@media only screen and (max-width: 990px){
    .myTeam{ margin-bottom: 30px; }
}
	