@charset "utf-8";

/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type:none;
	box-sizing:border-box;
}



body {
    background-color: #fff;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}

img {
    vertical-align: middle;
    border: none;
   
}

h1,h2
{
font-family:'Playfair Display',Raleway, sans-serif;
color:#0282d7;
text-transform:uppercase;
font-size:24px;
}

h3
{
	font-family: "Open Sans",sans-serif;
    font-size:16px;
	font-weight:600;
    color:#323b40;
}
a
{
	font-family:'Open Sans', sans-serif;
	text-decoration: none;
	color:#656565;
}

.btn-green {
    padding: 10px 20px;
    margin: 30px 0;
    overflow: hidden;
    display: block;
    width: 150px;
    color: #333;
    text-transform: uppercase;
    border: 1px solid #333;
    border-radius: 3px;
    text-align: center;
    background-color: transparent;
    transition: all 0.3s ease 0s;
}

.btn-green:hover
{

 border: 1px solid #f72a64;
background-color:#f72a64;
color:#fff;
} 

body input,textarea,button
{
outline:none !important;
}
.row
{
	float: left;
	width: 100%;
}

.wrapper
{

	width:1170px;
	margin: 0 auto;
	padding:0;
}


.pad60{
	padding:60px 0;
	}

.bg-grey
{
background-color:#f5f5f5;}



.topbar {
    background-color: #0f1115;
    
}

.topbar ul {
    margin: 0;
    padding: 0;
}
.top-contact ul li {
    display: inline;
    float: left;
    padding:10px 0;
 height:40px;

}

.top-contact ul li a {
    padding: 0 12px;
	transition:all 0.3s ease 0s;color:#fff;
}
.top-contact ul li a:hover {
color:#f72a64;
}

.top-contact ul li a span {
    color: #f72a64;
    margin-right: 3px;
}

.top-social {
    text-align: right;
	margin: 7px 0px;
}
.top-social ul {
    margin: auto;
}

.top-social ul li {
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 7px 0;
    margin-right:5px ;
	border-radius:50%;
    text-align: center;
    border: 1px solid #fff;
	transition:all 0.3s ease 0s;
}
.top-social ul li a {
    color: #fff;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}

.top-social ul li:hover{color:#fff;
transition:all 0.3s ease 0s;
background-color:#F72A63;
cursor:pointer;
border: 1px solid #F72A63;

}
 /* ----------- topbar END ---------------- */





.logo {
    width: 167px;
    height: auto;margin: 20px 0px;
}

.logo img {
    width: 100%;
    height: auto;
}

.menu-header-menu-container {
    margin: 34px auto;
    float: right;
}

.header ul {
    list-style-type:none;
    margin:auto;
    padding:0;
}

.header li {
display:inline-block;
padding: 0;
color:#c4c4c4;
position: relative;
  transition:all 0.3s ease 0s;
}

.header li a {
color:#000;
padding:12px 15px;
transition:all 0.3s ease 0s;
display: inline-block;
text-transform: uppercase;


}
.header li a:hover {
   color:#fff;
   background:#f72a64;

}

.header .current-menu-item a {
    background: #f72a64;
    color: #fff;
}


.header ul li .sub-menu {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left:0;
    width: 250px;
    display: none;
    background-color: #fff;
    border-top: 2px solid #f72a64;
    box-shadow: 0 5px 7px 0px rgba(0,0,0,0.30);
}



.header ul li .sub-menu li {
    width: 100%;
    display: block;
    border-bottom:1px solid #eee; 

}

.header ul li .sub-menu li a {
    font-size: 14px;
    display: block;
    margin: auto;
}

.header li:hover .sub-menu{
display:block;
}



 /* ----------- header and nav END ---------------- */


.slider
{
height:auto;
}
.slider img
{
width:100%;
height:auto;
cursor:pointer;
}
 /* ----------- Slider END ---------------- */
 
 

.section-title {
    font-family:'Playfair Display',Raleway, sans-serif;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #f72a64;
    font-weight: 700;
    margin-bottom: 40px;
	font-size:32px;
	text-align:center;
}

.section-title::after{position:absolute;content:"";height:2px;background-color:#2e5d8f;width:70px;bottom:0;left: 50%;margin-left: -35px;}
.welcomw-p{width:70%; margin:0px auto; text-align:center;}



.serv-bx {
    width: 33.33%;
    float: left;
   
}
/*.serv-img{ min-height:200px;width:364px; overflow:hidden;}
.serv-img  img
{

transform:scale(1);
transition:all 1.5s ease 0.3s;
}


.serv-img img:hover
{
transform:scale(1.2);

}*/


.serv-content {
    float: left;
    width: 100%;
}
.serv-content h3 {
	color: #2e5d8f;
	font-family:'Open Sans', sans-serif;	
	text-align:center;	
    font-size: 20px !important;
	font-weight:600;
	margin:15px 0px;
    
}
.serv-content p {
    text-align:center;
	
}

 /* ----------- Services END ---------------- */
.about
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.about-div {
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f5f5f5;
	overflow:hidden;
}
.about-div img
{

transform:scale(1);
transition:all 1.5s ease 0.3s;
}
.about-div img:hover
{
transform:scale(1.2);

}
.about-div .abt-content {
    margin: 0 auto;
    padding: 60px 45px 0;
}

.abt-content .section-title {    
	text-align:left;
}
.abt-content .section-title::after{position:absolute;content:"";height:2px;background-color:#2e5d8f;width:70px;bottom:0;left:0%;margin-left: 0px;}
.vision-text{ margin-top:20px;}
.vision-text ul{}
.vision-text ul li{ display:block;}
.vision-text ul li a{ font-size:16px; font-weight:600;color:#000; line-height:30px;}
.vision-text ul li a:hover{ color:#f72a64;}
.vision-text ul li span{ font-size:18px; font-weight:600;color:#305e90; margin-right:10px;}


 /* ----------- About us END ---------------- */


.footer
{
background-color:#14171E;
padding:50px 0;
}

footer a,footer {
    color: #6b787f;
}


.foot-bx {
    float: left;
    margin: 0 15px;
    width: 260px;
}

.foot-bx h3 {
    color: #f3f3f3;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto 25px;
    text-transform: uppercase;
	padding-bottom:10px;
	border-bottom:1px solid #23323a;
	position:relative;
}


.foot-bx h3::after {
    background-color: #305e90;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

.foot-bx ul li {
    margin-bottom: 10px;
	overflow:hidden;
}

.foot-bx ul li a{
color:#dedede;
transition:all 0.3s ease 0s;
}

.foot-bx ul li a:hover
{
color:#f72a64;
}

.contact-us li p {
    float: left;
    width: 88%;
	color:#dedede;
}
.contact-us li span {
    float: left;
    height: auto;
    padding-right: 10px;
    padding-top: 3px;
    text-align: center;
    width: 10%;
}

.foot-map{}
.foot-map iframe{
	width:100%; height:200px;
}

.footer-btm {
    background-color: #0f1619;
}

.foot-social
{

}
.foot-social ul li{
  
    margin: 15px 0px;
	line-height:40px;
    
}
.foot-social ul li span {
    display:block;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #2c3b42;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
	margin-right:15px;
	line-height:40px;
	 padding:0px;
}

.foot-social ul li a{
color:#f3f3f3;
transition:all 0.3s ease 0s;
}


.foot-social ul .fb span:hover
{
		cursor:pointer;
background-color:#3a5795;
}


.foot-social ul .tw span:hover
{
		cursor:pointer;
background-color:#55ACEE;
}


.foot-social ul .in span:hover
{
		cursor:pointer;
background-color:#1884BB;
}

.foot-social ul .gplus span:hover
{
        cursor:pointer;
background-color:#DB4437;
}

.foot-social ul li:hover a{
	color:#fff;
	cursor:pointer;
}


.topbar ul {
    margin: 0;
    padding: 0;
}
.top-contact ul li {
    display: inline;
    float: left;
    padding:10px 0;
 height:40px;

}
.copy {
    color: #b4b4b4;
    padding: 15px 0;
	float:left;
}
.copy a{
    color: #fff;
   
   
}
.copy a:hover{
    color: #f72a64;
    
}
 /* ----------- inner-page about us START ---------------- */

.inner-banner{width:100%;}
.page-header {
    height: 85px;
    background-image: url("../images/about-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 25px 0;
}

.page-header h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    line-height: normal;
    padding-right: 15px;
    font-size: 30px;
    letter-spacing: 1px;
	text-align:center;
}


.inner .service-img
{
width:50%;
height:auto;
padding-right:20px;
padding-bottom:20px;
}

.inner p {
    line-height: 24px;
    margin:15px auto;
}
.pad30
{
padding:20px  0;
}
.inner ul {
  padding-left: 42px;
}

.inner ul li{ /*display:block;*/   list-style-type: circle !important; margin:10px auto;}

.con-form {
  float: left;
  width: 50%;
}

.con-sidebar {
  float: left;
  width: 50%;
}


.con-form .foot-map iframe {
  height: 330px;
  width: 100%;
}



.con-form .wpcf7-form-control {
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin: 5px auto;
    width: 70%;
}


.wpcf7-form-control.wpcf7-submit {
    background: #305e90;
    color: #fff;
    width: auto;
    display: block;
    margin: auto;
    float: left;
    padding: 0 20px;
    line-height: 45px;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}


.wpcf7-form-control.wpcf7-submit:hover {
    background: #f72a64;
    color: #fff;
    cursor: pointer;
}

.footer .menu-header-menu-container {
    margin: auto;
    float: left;
}


.footer .menu-header-menu-container .sub-menu {
    display: none;
}