.logo{
	margin: 8px 0 0;
}
.m-30{
	margin: 0 0 30px 30px;
}
.text-white{
	color:#fff
}
.no-text-before:before{
	display:none
}
.header-top{
	background:#00539c;
	color:#fff;
	font-family: Jost;
	position:relative;
}
.header-top:before{
	content:"";
	right: 0;

top: 0;

bottom: 0;

left: 80%;

position: absolute;
}
.header-top a{
	color:#fff;
}
.header-top .email{
	display: block;

text-align: center;

padding: 10px 0;

}
.header-top .email:before{
	font-family:FontAwesome;
	content:"\f0e0";
	margin-right:10px;
}

.header-top .phone{
	display:block;
	padding:9px 0;
}
.header-top .phone:before{
	font-family:FontAwesome;
	content:"\f10b";
	font-size: 22px;
	margin-right:10px;
}
.header-top .social,
.header-top .top-menu{
	list-style-type: none;

display: block;
margin: 0;

padding: 0;

}
.header-top .social{
	text-align: right;
}
.header-top .top-menu{
	text-align: center;
}
.header-top .social li,
.header-top .top-menu li{
	display: inline-block;
}
.header-top .top-menu li a{
	font-weight: 600;

padding: 10px 15px;

display: block;
}
.header-top .social li a{
	padding: 10px 9px;
display: block;
font-size: 18px;
}
html {
  scroll-behavior: smooth;
}
.hero-slide.inner {
  position: relative;
  height: 220px;
  background: #00539c;
  overflow: hidden;
}
.hero-slide.inner:before{
	position: absolute;
content:"";
top: 0;

bottom: 0;

left: 0%;

right: 0;
z-index: 1;
	background: url(../images/slider_overlay.png) no-repeat left bottom/cover;
}
.hero-slide .owl-theme .owl-nav [class*="owl-"]{
	padding: 7px 7px;
  background: #FFD662;
}


.hero-slide{
	position:relative;
}

.hero-slide .container h1{
	color:#000;
	font-size:50px;
	text-transform:uppercase;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.hero-slide .container h1 span{
	display:block;
	color:#00539c
}
.hero-slide .container h1::after {

    bottom: 0;
    content: '';
    display: block;
    width: 6%;
    margin-top: 20px;
    height: 5px;
    background-color: #fff;
	border-radius: 2px;

}
.hero-slide>div::before{
	position: absolute;
content:"";
top: 0;

bottom: 0;

left: 0%;

right: 0;
z-index: 1;
background: url(../images/slider_overlay.png) center/contain;
}
.section-padding h1{
	font-size: 25px;
	position: relative;
line-height:1;
padding-bottom: 25px;
text-transform:uppercase;
font-weight:300
}
.section-padding h1 span{
	display:block;
	font-size:175%;
	text-transform:capitalize;
	font-weight:500
}
.testimonial-section h3.section-title, .testimonial-section a{
	color:#000;
}
.hero-slide img{
    min-width: 100%;
    }
.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom       : 0%;
	z-index: 2;
    transform : translateY(-50%);
    }

.hero-slide .carousel-caption {
    position    : relative;
    right       : 0;
    left        : 0;
    text-align  : left;
    text-shadow : none;
    width : 60%;
    }

.hero-slide .carousel-caption small {
    font-size       : 13px;
    color           : #777777;
    font-weight     : 500;
    animation-delay : 1s;
    }

.hero-slide .carousel-caption .phone {
    font-size               : 30px;
    color                   : #ff5722;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    }

.hero-slide .carousel-caption h1 {
    font-size               : 56px;
    line-height             : 1;
    font-weight             : bold;
    text-transform          : capitalize;
    margin                  : 30px 0 20px;
    -webkit-animation-delay : 150ms;
    animation-delay         : 150ms;
    }

.hero-slide .carousel-caption .lead {
    font-size               : 24px;
    color                   : #555555;
    font-weight             : normal;
    margin-bottom           : 30px;
    -webkit-animation-delay : 200ms;
    animation-delay         : 200ms;
    }

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    }

/* Slider Controller */

.hero-slide .carousel-control.left {
    left : -100%;
    }

.hero-slide .carousel-control.right {
    right : -100%;
    }

.hero-slide:hover .left {
    left : 0;
    }

.hero-slide:hover .right {
    right : 0;
    }

/* Slider Indicator*/
.hero-slide .carousel-indicators li {
    border  : 2px solid rgba(0, 0, 0, .5);
    opacity : .5;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #00539c;
    background-color : #00539c;
    opacity          : 1;
    }

/*Media Query*/

@media (max-width : 1024px) {
    .hero-slide .carousel-caption h1 {
        font-size : 24px;
        margin-top: 10px;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 16px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 18px;
        }
    .hero-slide .carousel-caption small{
        font-size: 11px;
        }

    .hero-slide .carousel-caption{
        padding: 40px 0;
        }
    }


@media (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size : 18px;
        margin-top: 10px;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 14px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 16px;
        line-height: 1;
        }

    .hero-slide .carousel-caption small{
        font-size: 10px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }
    }

@media (max-width : 600px) {
    .carousel-indicators{
        display: none;
        }

    .hero-slide .carousel-caption{
        width: 100%;
        text-align: center;
        padding: 30px;
        }

    .hero-slide .carousel-caption .lead{
        margin-bottom: 10px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 10px;
        padding: 5px 10px;
        border-width: 1px;
        }
    }
	
	
/* ------------------------------------------------------------------
OUR SERVICES SECTION
--------------------------------------------------------------------- */
.footer-widget p{
	margin:0
}

.sticky .logo{
	margin:0
}
.sticky .logo img{
	display: block;
  padding: 3px;
	background: #fff;
}
.service-thumb-home img {
  width:auto;
  margin: 0 auto;
}

.service-home h3 {
  margin-bottom: 15px;
  color:#392577;
  line-height:1.2
}
.service-carousel .item{
	position:relative;
}
.service-carousel .item:hover .img__description_layer {

    visibility: visible;
    opacity: 1;

}
.service-home .content-row, .service-home1 .content-row {
  margin-top: 100px;
}

.service-home .readmore {
  display: inline-block;
  margin-top: 10px;
  font-size:16px;
}
.service-carousel-navigation{
	position:relative
}
.service-carousel-navigation a{
	border:1px dotted #ddd;
	padding: 0px 20px;
	color:#fff!important
}
.service-carousel-navigation .btn{
	background:#000;
	padding:10px 44px;
	margin:0
	
}
/* ------------------------------------------------------------------
Featuer Section
--------------------------------------------------------------------- */
.feature-section {
  position:relative
}
.feature-section:before{
	font-family:Jost;
	content:"What we do?";
	text-transform:uppercase;
	font-size: 150px;
width: 60%;
position: absolute;
line-height: 1;
opacity: .07;
font-weight: 600;
left: 5%;
}

.feature-section h2 {
  color: #fff;
  margin-bottom: 35px;
}

.feature-section p {
  margin-bottom: 22px;
  color: #3d3d3d
}
.service-section.service-home .service-img::before,
.service-section.service-home .service-img img {
  width: 80%;
}
.service-home{
	background: #e5ecf2;
    background-image: none;
background-image: linear-gradient(to right, #fff, #e5ecf2);
position:relative;
padding-bottom:0;
}
.service-home:before{
	font-family:Jost;
	content:"services";
	text-transform:uppercase;
	font-size: 150px;
width: 60%;
position: absolute;
line-height: 1;
opacity: .07;
font-weight: 600;
left: 5%;
}
.service-home h1{
	background: #00539c;
color: #fff;
font-size: 50px;
font-weight: 600;
padding: 15px;
display: inline-block;
float: right;
}
.service-home .service-img{
	position:relative;
	margin: 0 0 25px;
}
.service-home .service-img:before{
	background:#00539c;
	position:absolute;
	content:"";
	left: 15px;
width: 80%;
height: 100%;
border-top-left-radius: 55px;
border-bottom-right-radius: 35px;
bottom: -15px;
}
.service-home .service-img img{
	border-top-left-radius: 55px;
border-bottom-right-radius: 25px;
width:80%;
height:auto;
position:relative;
}
.service-home a span{
	color: #392577;
text-decoration: underline;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
letter-spacing: 3px;
margin: 0 0 30px;
display:block
}
.service-home a:hover{
	color:#00539c
}




.btn {
  margin-top: 22px;
}


/*home2*/

.feature-section2{
  position:relative;
  background:#00539c;
  color:#fff;
}
.feature-section2:before{
  position:absolute;
  content:"";
  height:100%;
  right:0;
  left:62%;
  background:#023f75
}
.feature-section2:after{
  position:absolute;
  content:"";
  top:-149px;
  width:197px;
  height:149px;
  right:0;
  left:10%;
  background:url(../images/lines.png)
}

.feature-section2 h2{
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
}
.feature-section2 small{
	font-family:Jost;
	display:block;
	font-weight:200;
	color:#fff;
	font-size:15px;
	margin:0 0 10px;
	text-transform:uppercase
}

.feature-section2 [class*="col-"]:nth-child(1) h2{
	font-weight:600
}
.feature-section2 [class*="col-"]:nth-child(2) h2{
	margin-right:30px;
}
.feature-section2 [class*="col-"]:nth-child(3) h2{
	font-weight:700;
	font-size:50px
}
.feature-section2 img{
  margin-top: -30px;
}

/* ------------------------------------------------------------------
TESTIMONIAL SECTION
--------------------------------------------------------------------- */

.feature-section .img{
	position:relative;
	transition:1s;
}
.feature-section .img:hover{
	transform:scale(1.1)
}
.feature-section .img:hover:before{
	opacity:.5
}
.feature-section .img:before{
	content:"";
	position: absolute;
background: url(../images/about_overlay.png) center;
width: 100%;
height: 100%;
}


/* ------------------------------------------------------------------
PARTNER SECTION
--------------------------------------------------------------------- */
.partner-section {
	position:relative;
	top: -40px;
	z-index: 2;
}
.partner-section .grid-three{
	background:#ffd662;
	color: #fff;
padding: 40px 50px;
border:1px solid #fff
}
.partner-section [class*="col-"]:nth-child(even) .grid-three{
	background:#00539c
}
.partner-section [class*="col-"]:nth-child(1) .grid-three{
	border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.partner-section [class*="col-"]:nth-child(2) .grid-three span{
	background: #ffd662;
}
.partner-section [class*="col-"]:nth-child(3) .grid-three{
	border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.partner-section .grid-three span{
	position: relative;
display: inline-block;
font-family: Jost;
font-size: 60px;
background: #00539c;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-top-left-radius: 7px;
border-bottom-right-radius: 7px;
}
.partner-section .grid-three span:after,
.partner-section .grid-three span:before{
	content:"";
	position:absolute;
}

.partner-section .grid-three span:before{
	height: 80%;
width: 2px;
background: #fff;
left: -15px;
top: -15px;
}
.partner-section .grid-three span:after{
	width: 80%;
height: 2px;
background: #fff;
left: -15px;
top: -15px;
}
.partner-section [class*="col-"]:nth-child(even) .grid-three span:after{
	left: 10%;
}
.partner-section [class*="col-"]:nth-child(even) .grid-three span:before{
	opacity:0
}
.partner-section [class*="col-"]:nth-child(3) .grid-three span:after,
.partner-section [class*="col-"]:nth-child(3) .grid-three span:before{
	right: -15px;
left: auto;
}
.owl-carousel{
	z-index: inherit;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.owl-nav > div {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
}

.partner-section .grid-three small{
	color: #00539c;
display: block;
text-transform: uppercase;
letter-spacing: 4px;
margin: 15px 0 5px;
}
.partner-section [class*="col-"]:nth-child(even) small{
	color: #ffd662;
}
.partner-section .grid-three h3 a{
	color:#fff
}
.form-control{
	border-radius: 40px;
  height: 50px;
  font-size: 16px;
  padding: 0 30px;
}
textarea.form-control {
  height: 100px;
  padding: 12px 30px;
}

.partner-section .grid-three h3{
	color: #fff;
text-transform: capitalize;
font-size: 35px;
font-weight: 300;
line-height: 1.1;
}
.partner-section .grid-three a{
	color: #bfbfbf;
}
.gallery_section {
	background:url(../images/gallerybg.jpg) center/cover;
	position:relative;
}
.gallery_section:before {
	position:absolute;
	background:#392577;
	content:"";
	top: 0;
bottom: 0;
width: 20%;
right: 10%;
transform: skew(-30deg);
}
.gallery_section h1 {
	background: #392577;
color: #fff;
font-size: 50px;
font-weight: 600;
padding: 15px;
display: inline-block;
float: right;
}
.gallery_section .latest-work {
	background: #00539c;
border: 15px solid #392577;
line-height: 1.2;
padding:20px;
}
.gallery_section .latest-work h2 {
	color: #fff;
text-transform: uppercase;
font-size: 50px;
}
.gallery_section .latest-work h2 small {
	color: #fff;
font-family: Jost;
font-size: 15px;
display: block;
margin: 15px 0;
font-weight: 600;
letter-spacing: 4px;
}
.copyright_section{
	background:#00539c;
	color:#fff;
	padding:15px 0;
	text-align:center;
}

/* ----------------------------------------------------------------
Contact Page
-------------------------------------------------------------------*/
.contact-info-section {
  padding: 112px 0;
}

.contact-info-section .section-title {
  line-height: 60px;
}

.contact-info-section .content-row {
  margin-top: 100px;
}

.contact-info-section h3 {
  margin-bottom: 20px;
}

.other-office-address {
  padding: 112px 0;
  background-color: #f4f6f7;
}

.other-office-address .content-row {
  margin-top: 60px;
}

.other-office-address h2 {
  text-align: center;
}

.other-office-address h3 {
  margin-bottom: 20px;
}

.branch-map img {
  background-color: #fff;
  padding: 2px;
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}