/*----------intial declartaion of css----------*/
/*----- Normalize.css Start -----*/
/*----------intial declartaion of css----------*/
* { /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/ }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; padding: 0; border: 0; outline: 0; /* list-style:none;*/ box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0 }
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul {list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
h1 { font-size: 4.0rem;font-weight: 700;color: #001730;line-height: 1.2;margin-bottom: 15px; }
h2 { font-weight: 700;font-size: 4.0rem;line-height: 1.2;margin-bottom: 20px;color: #001730; }
h3, .h3 { font-weight: 600; font-size: 3.0rem; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2;font-family: 'Poppins', sans-serif; }
h4, .h4 { font-weight: 400;font-size: 2.6rem;color: #FFF;margin: 0 0 20px 0;line-height: 1.2;}
h5, .h5 { font-weight: 400; font-size: 2.4rem; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2; }
h6, .h6 { font-family: 'Montserrat'; font-weight: 700; font-size: 1rem; color: #737882; line-height: 1.2; margin-bottom: 15px; } 
p { font-family: 'Montserrat'; font-weight: 400; line-height: 1.5; font-size: 1.8rem; margin-bottom: 20px; color: #001730;}
a { color: #001730; }
a:hover { color: #4AD7D1; }
hr { margin: 40px 0; }
a, button, .btn { outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none !important; }
.btn{-webkit-border-radius: 0;  -moz-border-radius: 0;  border-radius: 0; font-size: 1.8rem; display: inline-block; }
input { -webkit-appearance: none; border-radius: 0px; }
html { font-size: 62.5%; }
body { -webkit-font-smoothing: antialiased; font-family: 'Poppins', sans-serif; font-size: 1.8rem; }
.wrapper { overflow: hidden; }

::-webkit-input-placeholder {
    opacity: 1;
    color:#ffffff;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color:#ffffff;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color:#ffffff;
}

:-ms-input-placeholder {
    opacity: 1;
    color:#ffffff;
}
select::-ms-expand {
    display: none;
}

/*----------intial declartaion of css end----------*/

.container {
    max-width: 1800px;
    margin: auto;
    padding: 0 30px;
}
/*----------header-main----------*/
.logo-part a {
    display: inline-block;
    width: 450px;
    padding-top: 8px;
}
.header-main .colour,
.header-main.fixed .white{
    display: none;
}
.header-main.fixed .colour,
.header-main .white{
    display: inline-block;
}

.header-main{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 25px 0;
    z-index: 9;
}
.header-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.menu-part {
    z-index: 9;
    position: relative;
}
.menu-part .menu { display: flex; align-items: center; }
.header-main.fixed{
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    animation: slide-down 0.7s;
    opacity: 1;
    animation-direction: normal;
    animation-duration: 0.7s;
    position: fixed !important;
    top: 0px;
    z-index: 999; 
    padding: 15px 0;
    background: #FFF;
}
.portfolio-box-text a.btn {
    font-weight: 600;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
/*
.header-main.fixed .logo-part img {
    max-width: 60px;
}
*/
.in-mob {
    display: none;
}
body.mob li.in-mob {
    display: inline-block;
}
.enumenu_ul ul > li a.circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #4AD7D1;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
}

.enumenu_ul ul > li a.circle em {
    line-height: 48px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-size: 2.4rem;
}
.enumenu_ul ul > li a.circle:hover{
    background: #001730;
}
.enumenu_ul ul > li a.circle:hover em{
    color: #FFF;
}

/*
.logo-part {
    width: 100px;
}
*/
/*----------header-main End----------*/
/*----------main-banner----------*/
.main-banner {
    position: relative;
}

.main-banner .banner-cover {
    width: 100%;
    min-height: 100vh;
    background: #8a8a8a;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: stretch;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.main-banner .banner-cover:after { 
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(74,215,209,0.51);
    background: rgba(0,23,48,0.51);
    background: -moz-linear-gradient(-0deg, rgba(74,215,209,1) 0%, rgba(0,23,48,1) 100%);
    background: -webkit-linear-gradient(-0deg, rgba(74,215,209,1) 0%,rgba(0,23,48,1) 100%);
    background: linear-gradient(90deg, rgba(74,215,209,1) 0%,rgba(0,23,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eabd68', endColorstr='#1f5236',GradientType=1 );
    opacity: 0.75;
    background: rgb(74,215,209);
    background: linear-gradient(32deg, rgba(74,215,209,0.9521594101123596) 29%, rgba(0,23,48,0.9521594101123596) 77%);
}
.banner-text-part {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 106px;
     -webkit-transition: opacity 1.8s ease-in;
    -moz-transition: opacity 1.8s ease-in;
    -o-transition: opacity 1.8s ease-in;
    -ms-transition: opacity 1.8s ease-in;
    transition: opacity 1.8s ease-in;
}
.home-slider .banner-text-part{
    opacity: 1;
    max-width: 1100px;
    text-align: center;
}
.home-slider .banner-text-part h2:after {margin: 0 auto; right: 0;}
.home-slider .btn {padding: 15px 20px; border: 2px solid #4AD7D1; color: #fff;min-width: 290px; margin: 15px 10px 0;}
.home-slider .banner-text-part h2 {padding-bottom: 12px; margin-bottom: 32px;}

.slick-active .banner-text-part{
    opacity: 1;
}
.banner-text-part h2 {
    font-size: 7.0rem;
    font-weight: 700;
    color: #FFF;
    position: relative;
}
.banner-text-part p{
    color: #FFF;    
}
.banner-text-part h2:after{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #fff;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
.banner-text-part h2 span {
    font-size: 75%;
    /* line-height: normal; */
    /* display: inline-block; */
}
.slick-track:before, .slick-track:after {
    display: none;
    content: '';
}

.fade-in {
    animation: fadeIn ease 20s;
    -webkit-animation: fadeIn ease 20s;
    -moz-animation: fadeIn ease 20s;
    -o-animation: fadeIn ease 20s;
    -ms-animation: fadeIn ease 20s;
}
@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
/*----------main-banner end----------*/

.title-heading { width: 100%; margin-bottom: 20px; text-align: center;}
.title-heading > * { margin-bottom: 0; } 
.title-heading h2, .title-heading h2 { margin-bottom: 20px; }
.section.our-portfolio .title-heading p { color: #1f5236; }

/*----------intro-section ----------*/
.section.intro-section {   padding: 65px 0 55px; }
.intro-text {
    max-width: 850px;
    margin: auto;
    text-align: center;
}
.intro-text figure  { margin-top: 0; padding-bottom: 16px; }
.intro-text figure img { width: 100px; }
.expend-text {
    display: none;
}
.intro-text .title-heading{
    margin-bottom: 20px;
}
.section{
    padding: 90px 0;
}
.add-line span {
    position: relative;
    line-height: 1;
    padding-right: 25px;
    color: #001730;
    padding-left: 0;
    /*    font-weight: 700;*/

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.add-line span:after {content: '';position: absolute;bottom: 6px;width: 20px;height: 2px;background: #4AD7D1;right: 0; -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;}
.add-line.white span{
    color: #FFF;
    font-weight: bold;
}
.add-line.white.unbold span { font-weight: 400; }
.add-line.white span:after { background:#4AD7D1;}
.add-line.hover-orange:hover span,
.add-line.hover-orange:focus span{color: #4AD7D1;}

a.btn.add-line.hover-orange:hover span:after, 
a.btn.add-line.hover-orange:focus  span:after{background: #4AD7D1;}
.icon-box-cover a.btn {

}

a.btn-box {
    height: 44px;
    overflow: hidden;
    position: relative;
    margin: auto;
    text-transform: capitalize;
    background: #1f5236;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
    border: 1px solid #1f5236;
    cursor: pointer;
    padding: 10px 20px 8px 20px;
    font-size: 1.6rem !important;
    display: inline-block;
}

a.btn-box:hover {
    background: #4d60a5!important;
    transition: all 0.5s ease-in-out;
    color: #FFF !important;
    border: 1px solid #4d60a5;
}
/*----------intro-section end----------*/


section.what-we-do { background: #001730; padding: 90px 0 55px; }
.about-page section.what-we-do {  padding: 40px 0 0px 0;}
.about-page .intro-text p:last-child,
.careers-page .intro-text p,
.services section.section.intro-section p{ margin-bottom: 0;}
.what-we-do .btn-part {
    margin-top: 20px;
    margin-bottom: 35px;
}
section.what-we-do .title-heading p {
    color: #FFF;
}
section.what-we-do h2 {
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
.btn-part{
    margin-top:80px;
    text-align: center;
}

.icon-list { display: flex; flex-wrap: wrap; margin: 0 -20px; justify-content: center; }


.icon-list .icon-box-parent { width: 33.33%; padding: 0 20px; margin-bottom: 40px; }
.icon-list .icon-box { position: relative; padding: 30px 40px 50px; height: 100%; }

.icon-list.box-4 {}

.icon-list.box-4 .icon-box-parent {
    width: 25%;
}
.icon-list .icon-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #08213c;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
}
.icon-list .icon-box:nth-of-type(3n + 3) {
    margin-right: 0;
}
.icon-list .icon-box .icon-box-cover {position: relative;}
.what-we-do .icon-box .icon-box-cover p span { position: relative; }
.what-we-do .icon-box .icon-box-cover p span:after {
    content: '';
    position: absolute;
    top: -25px;
    width: 20px;
    height: 2px;
    background: #4AD7D1;
    left: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.icon-list .icon-box .icon-box-cover img{
    margin-bottom: 20px;
}

.icon-list .icon-box .icon-box-cover h4 a {
    color: #FFF;
}

.icon-list .icon-box .icon-box-cover p, .icon-list .icon-box .icon-box-cover a, .property-link {
    color: #FFF;
}
ul.footer-nav-link li a {
    color: #4AD7D1 !important;
}
ul.footer-nav-link li a:hover {
    color: #fff !important;
}
.icon-list .icon-box-cover h4{
    padding-right: 80px;
}
.icon-list.box-4 .icon-box-cover h4{
    font-size: 2.0rem;
    padding-right: 0;
    line-height: 1.4;
}
.icon-list.box-4 .icon-box-cover h4 a:after{
    width: 30px;
    right: -40px;
}

.icon-list .icon-box-cover h4 a {
    position: relative;

}
.icon-list .icon-box .icon-box-cover h4:hover a {
    color: #4AD7D1;
}
.icon-list .icon-box-cover h4 a:after {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 40px;
    height: 2px;
    background: #6da198;
    right: -50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: none;
}

/*----------portfolio-list ----------*/
section.section.our-portfolio {
    padding-top: 40px;
    padding-bottom: 0;
}
.portfolio-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.portfolio-list .portfolio-box {
    width: 33.3%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.portfolio-box-cover {height: 350px;background-size: cover;background-position: center center;display: flex;align-items: center;flex-wrap: wrap;position: relative;}

.portfolio-box-cover .box-title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 1s ease 0s;
    opacity: 0;
    padding: 0 20px;
}

.portfolio-box-cover .box-title h3 {
    margin-bottom: 0;
}

.portfolio-box-cover .box-title p {
    color: #FFF;
}

.portfolio-box-cover:after {content: '';position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.70);z-index: 0;transition: all 0.3s ease 0s;opacity: 0; top: 0;}
.portfolio-box-cover:hover:after,
.portfolio-box-cover:hover .box-title{
    opacity: 1;
}
.section.our-portfolio .btn-part {
    margin-top: 0; 
    margin-bottom: 40px;
}
.btn-part > a > span {  font-weight: 700; }
.section.intro-section .intro-text p {
    color: #001730;
}
section.section.intro-section .add-line span {
    font-weight: bold;
}
.section.intro-section + section.section.our-portfolio {
    padding-top: 0;
    padding-bottom: 40px;
}
.portfolio-box-text {
    padding: 16px 0 0 0;
}

.portfolio-box-text h3 {
    color: #1f5236;
    margin: 0 0 5px 0;
}
.portfolio-box-text .h6 {
    color: #1f5236;
    margin: 0 0 10px 0;
    display: block;
}

.portfolio-box-text p {
    color: #1f5236;
}

.portfolio-box-text a.property-link {
    color: #eabd68;
    font-size: 1.8rem;
}
.portfolio-box-text .description {
    margin: 10px 0 0 0;
}
.portfolio-box-cover .box-title span.h6.magnifying {
    position: relative;
    z-index: 1;
    color: #FFF;
    padding: 60px 20px 0 20px;
    display: inline-block;
}

.portfolio-box-cover .box-title span.h6.magnifying:after {
    content: '';position: absolute;width: 50px;height: 50px; position: absolute;top: 0;left: 50%;margin-left: -25px; background-image: url(../images/magnifying.svg);}

.portfolio-box-cover a.main-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
/*----------portfolio-list end----------*/
/*----------team-section----------*/
section.section.team-section {
    background: #f3f3f3;
    overflow: hidden;
}
.team-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.team-box .img-box {  width: calc(85.5% - 480px); position: relative; z-index: 1; }
.team-box .img-box.video-image:after { content: "";
    background: rgba(0,23,48,0.7);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 7px;
    right: 0;}

.team-box .img-box.map-box:after { content: ""; background: rgba(31,82,54,0.5); z-index: 1; position: absolute; left: 0; top: 0; bottom: 0; right: 0; }
.map-icon { position: absolute; height: 150px; width: 110px; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); z-index: 2; background-size: 110px; background-repeat: no-repeat; }

.team-box .text-box {
    width: calc(42% - 40px);
    max-width: 480px;
}
/*.team-box .text-box a.btn {
border: 2px solid #1f5236;
padding: 10px 18px;
}
*/
.team-box .text-box a.btn span:hover,
.team-box .text-box a.btn span:focus{
    color: #4AD7D1;
}

.team-box .text-box a.btn span {
    font-weight: bold;
}

.team-box.img-left {}

.team-box.img-left .text-box {
}

.team-box .text-box h2{
    font-size: 4.0rem;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 35px;
}
.team-section p {
    color: #001730;
}
.team-section.img-left .text-box h2{
    /* margin-left: -470px; */
    /* text-align: right; */
} 
h2.line-cover {
    line-height: 0.8;
}

h2.line-cover span {
    display: inline-block;
    line-height: 1.28;

}
h2.line-cover span span{
    font-size: 75%;
}
h2.line-cover span.line {
    width: 70px;
    height: 3px;
    background: #4AD7D1;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.section.team-section.img-left h2.line-cover span.line {
    left: 0;
}

section.section.team-section.img-right h2.line-cover span.line {
    left: 0;
}

.team-section.img-right .team-box .img-box {order: 2;}

.team-section.img-right .team-box .text-box {
    order: 1;
    padding-right: 40px;
}
section.section.team-section + .team-section {
    padding-top: 0;
}
section.section.team-section.img-right .team-box {
    justify-content: flex-end;
    align-items: flex-start;
}
section.section.team-section.img-right .team-box .img-box { padding-top: 10px; }
section.section.team-section.img-right .team-box.center { 
    justify-content: center;
}
.team-section.img-left .team-box .text-box {
    padding-left: 40px;
}
section.section.team-section.img-left .team-box {
    justify-content: flex-start;
    align-items: flex-start;
}
section.section.team-section.img-left .team-box .img-box { padding-top: 10px; }
.team-section.img-right .team-box .text-box h2 {

}
.icon-list.top-space { margin-top: 55px; }

/*----------team-section end----------*/
/*----------About page team-section ----------*/
.title-heading.white h2, .title-heading.white p {color: #FFF;}
.about-page .section.team-list-section { background: #1f5236;padding: 60px 0; }
.about-page .section.team-list-section  .title-heading { margin-bottom: 50px; }
.team-block-list { display: flex; margin: 0 -15px; flex-wrap: wrap; }
.team-block-list .team-block {padding: 0 15px; margin-bottom: 30px; width: 50%; }
.team-block-cover { position: relative; padding: 25px; text-align: center; height: 100%; }
.team-block-cover:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; background: #245b3c; }
.team-block-cover > * {position: relative;z-index: 1;color: #FFF; }
.team-block-cover figure.profile-pic { margin: 0;padding: 15px 0 25px 0; }
.team-block-cover figure.profile-pic img { border-radius: 50%; }
.team-block-cover .info h3,
.team-block-cover .info h4{ margin-bottom: 5px; text-transform: capitalize;}
.team-block-cover .info h3 span { font-size: 75%; display: inline-block;position: relative; }
.team-block-cover .info h6 { color: #FFF; text-transform: capitalize; }
.team-block-list.w3 .team-block { width: 33.3%; }
/*----------About page team-section end----------*/

/*----------contact page  ----------*/
.team-section.img-right.contact-form { background: #ffffff; padding-top: 90px !important; }
section.section.team-section.img-right.contact-form .team-box { justify-content: center; align-items: flex-start; }
section.section.team-section.img-right.contact-form .img-box{margin-top: 5px;}
section.section.team-section.img-right.contact-form .team-box iframe { height: 480px; }

/*----------contact page   end----------*/

/*----------Footer ----------*/

footer.footer { background: #001730 url(../images/pattern.svg); padding: 60px 0 50px; background-repeat: repeat;background-size: 500px;  }
.footer-main { display: flex; }
.footer-main .location {display: flex;flex-wrap: wrap;width: 100%;justify-content: space-evenly;}
.footer-main .location .footer-logo { text-align: left; padding-top: 5px; }
.footer-main .location .footer-logo img {  display: inline-block;}
.footer-main .location .logo-sections { text-align: left; }


.footer-nav-link-box { order: 4; }
.footer-link-sec { order: 3; display: inline-block; }
.footer-link-sec .location { max-width: 100%; width: 100%; text-align: left; }
.location p, .location a { color: #FFF; font-size: 1.6rem; margin-bottom: 20px; width: 100%; vertical-align: middle;}
.footer-link ul li a{ color: #fff; font-family: 'Poppins', sans-serif; margin-left: 10px; margin-bottom: 0; white-space: nowrap; }
.footer-link ul li a:hover{ color: #4AD7D1; }
.footer-link { display: flex; flex-wrap: wrap;margin-left: 0; }
.footer-link ul { width: 50%; }
.footer-link ul.footer-nav-link { text-align: right; }
.footer-link-sec img { margin-bottom: 20px; }
.footer-link ul li {margin-bottom: 15px;display: flex;align-items: inherit;}
.footer-link ul li i {  color: #fff; font-size: 2.2rem; top: 3px; position: relative; }
.location a:hover{ color: #4AD7D1; }
.location img.bam-footer { width: 275px; margin-bottom: 30px; }
.footer-link.mobile { display: none; }
.footer-link ul li i.fa.fa-linkedin { top: -1px; }
ul.footer-nav-link li i { color: #fff; font-size: 2.2rem; top: 3px; position: relative; margin-right: 5px; margin-left: 2px; }
.footer-nav-link-box ul.footer-nav-link.top {  margin-bottom: 15px; }
.footer-nav-link-box ul.footer-nav-link.top li a { color: #FFF !important; }
.footer-nav-link-box ul.footer-nav-link.top li a:hover { color: #4AD7D1 !important; }
.footer-nav-link-box ul.footer-nav-link.top li a:hover .fa { color: #4AD7D1 !important; transition: all 0.5s ease-in-out; }

/*----------Footer end----------*/
.services section.section.what-we-do { padding-top: 60px; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer !important; }
.services section.section.what-we-do .title-heading.white { margin-bottom: 40px; }
.services section.section.what-we-do .title-heading.white h3 span.sm{font-size: 75%;}
.services section.section.what-we-do .title-heading.white h3 span.block{display: inline-block;}
.icon-list .icon-box-cover h4 span { position: relative; }

.property-link { font-size: 2.0rem; }
.icon-box-cover h4 { padding-right: 0; padding-bottom: 20px; }

.icon-list .icon-box-cover h4 span:after {content: '';content: '';position: absolute;bottom: 6px;width: 30px;height: 2px;background: #eabd68;left: calc(100% + 10px);-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

.bottom-spacing { margin-bottom: 90px; }

.intro-section h3 {color: #1f5236; }
.intro-section p {margin-bottom: 20px !important;}
.intro-section ul {width: 100%; text-align: left; padding-left: 20px; margin-bottom: 20px; }
.intro-section ul li {list-style: disc; font-family: 'Montserrat'; font-weight: 400; line-height: 1.5; font-size: 1.8rem; list-style: disc;color: #1f5236; margin-bottom: 10px; }
.intro-section ol {width: 100%; margin-bottom: 20px; text-align: left; padding-left: 20px; }
.intro-section ol li {list-style: disc; font-family: 'Montserrat'; font-weight: 400; line-height: 1.5; font-size: 1.8rem; list-style: decimal;color: #1f5236; margin-bottom: 10px; }
.enumenu_ul ul li a.btn { padding: 15px 20px; border: 2px solid #4AD7D1; }
.enumenu_ul ul li a.btn:hover { color: #4AD7D1 !important; }
.enumenu_ul ul li a.btn:after { display: none; }
.home-four-block .icon-list .icon-box:before {display: none;}
.home-four-block .icon-list .icon-box {border: 2px solid #4AD7D1;}
.home-four-block .icon-list .icon-box p span {font-weight: normal;color: #001730;transition: 0.3s ease-in-out; white-space: normal; }

.services section.section.what-we-do .title-heading.white h1 {color: #fff;}
.video-cnt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95px;
    text-align: center;
    color: #fff;
    z-index: 11;
}
.img-box a:hover span {color: #4AD7D1; transition: 0.3s ease-in-out;}
.remove-link h4:hover a{color: #fff !important;}
.remove-link h4:after {
    content: '';
    display: inline-block;
    margin-left: 10px;    
    bottom: 3px;
    width: 30px;
    height: 2px;
    background: #eabd68;
    right: 35px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.map-box img {width: 100%;}


section.what-we-do h2 br{display: none;}
section.what-we-do .title-heading p br{display: none;}
.icon-box-cover h4 br {display: none;}
.intro-text .btn { padding: 15px 20px; border: 2px solid #6da198; font-size:1.8rem; margin-top: 7px; font-family: 'Poppins', sans-serif; min-width: 170px; color: #6da198; }
.intro-text .btn:focus, .intro-text .btn:hover { color: #a4d4d7; border-color: #a4d4d7; }
.intro-text .btn:focus span, .intro-text .btn:hover span { color: #a4d4d7; border-color: #a4d4d7; }
.icon-list .icon-box .icon-box-cover p br {display: none;}
.map-section .text-box ul li i {color: #1f5236; font-size: 2.2rem; top: 3px; position: relative;}
.map-section .text-box ul li i.fa-linkedin {top: -1px;}
.map-section .text-box ul li{margin-bottom: 15px; display: flex; align-items: inherit;}
.map-section .text-box ul li a {font-family: 'Poppins', sans-serif; margin-left: 10px; margin-bottom: 0; white-space: nowrap;}
.home-slider .btn:hover { color: #4AD7D1; }
.calendly-inline-widget { margin-left: -75px; }
.logo-part.mobile { display: none; }

/*=== blog style start ===*/
.home .header-main .white { display: none;}
.home .header-main .colour { display: inline-block; margin-top: -8px; }
.category .header-main .white { display: none;}
.category .header-main .colour { display: inline-block; margin-top: -8px; }
.single .header-main .white { display: none;}
.single .header-main .colour { display: inline-block; margin-top: -8px; }

.blog .header-main { position: relative; }
.blog .enumenu_ul ul li a { color: #001730; }
.blog .enumenu_ul.desk ul li > a:hover { color: #4AD7D1; }
.category .header-main { position: relative; }
.category .enumenu_ul ul li a { color: #001730; }
.category .enumenu_ul.desk ul li > a:hover { color: #4AD7D1; }
.single .header-main { position: relative; }
.single .enumenu_ul ul li a { color: #001730; }
.single .enumenu_ul.desk ul li > a:hover { color: #4AD7D1; }

.resources-blog .container { max-width: 1550px; }
.blog-image {padding-bottom: 56%; width: 100%; position: relative; overflow: hidden;}
.blog-image a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center;}
.blog-block { width: 100%; border: 2px solid #4AD7D1; border-radius: 0; overflow: hidden; height: 100%; }
.blog-content {width: 100%; text-align: center; padding: 20px 15px 26px; }
.resources-blog { width: 100%; padding: 80px 0 0;}
.blog--block {margin-bottom: 30px;}
.blog-block .main-btn:hover {color: #fff; background: #4AD7D1; }
.ftr-nav ul{ margin: 0; }
.entry-title a {font-weight: 700; color: #4AD7D1; padding-bottom: 15px; display: inline-block;text-transform: capitalize; font-family: 'Poppins', sans-serif; position: relative; }
.entry-title a:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 2px solid #001730; width: 35px; margin: 0 auto; }
.entry-title a:hover {color: #001730;}
.border-bottom { border-bottom: 1px solid #d5d5d5; }
.resource-button.text-center { margin-bottom: 90px; }

article {padding: 80px 15px 0;max-width: 900px; text-align: center; margin: 0 auto;}
.post-thumbnail { margin-bottom: 30px;display: inline-block; }
.post-thumbnail img {height: auto; width: 100%;}
.blog-content h3 { margin-bottom: 15px;font-size: 1.8rem; }
.blog-content p { font-size: 1.6rem;}

.pagination {width: 100%;
    text-align: center;
    color: #f15a40;
    font-weight: 700;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;}
a.page-numbers {
    margin: 0 6px;
}
.page-numbers.current {
    margin: 0 6px;
    color: #4a4f55;
}
a.page-numbers:hover { color: #4a4f55;}
.entry-content {
    margin-bottom: 30px;
}
 
.banner-slider.new-banner-cls {
    height: 245px;
    position: relative;
    padding-top: 0;
    display: flex;
    background-color: #4AD7D1 !important;
}
}
.entry-header h1 {text-align: center; color: #f15a40;}

.banner {background: #4AD7D1;}
.nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
   margin-bottom: 80px;
    
}
.nav-links a{display: inline-block;
    vertical-align: middle;
    background: #4AD7D1;
    color: #fff;
    line-height: 1;
    padding: 15px 20px;
    letter-spacing: 0.60px;
    text-align: center;
    position: relative;
    width: 190px;    
    font-size: 1.8rem;
    border: 2px solid #4AD7D1;margin: 0 10px;}
.nav-links a:hover {color: #4AD7D1; background: #fff;}
nav.navigation.post-navigation {
    margin-bottom: 20px;
}


.col-12.text-center.cell .main-btn {    display: inline-block;
    vertical-align: middle;
    background: #4AD7D1;
    color: #fff;
    line-height: 1;
    padding: 15px 20px;
    letter-spacing: 0.60px;
    text-align: center;
    position: relative;
    width: 160px;
    font-size: 1.8rem;
    border: 2px solid #4AD7D1; margin-top: 0 !important; font-weight: 400; }
.col-12.text-center.cell .main-btn:hover, .col-12.text-center.cell .main-btn:focus { color: #4AD7D1; background: transparent; border-color: #4AD7D1; color: #4AD7D1; cursor: pointer; }
.entry-header p strong {color:#4AD7D1; }
.aligncenter {
    clear: both;
    max-width: 100%;
    margin: 30px auto 35px;
    display: block;
    height: auto;
}
.iframe-video {
    width: 100%;
    min-height: 400px;
    position: relative;
    margin: 0 auto 61px;
    display: block;
    max-width: 700px;
}
/*
.blog-post-list {
    padding: 0 15px;
}
*/
.iframe-video iframe {position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
.blog-content p strong {color: #4AD7D1;}

.blog-block .main-btn {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    color: #001730;
    line-height: 1;
    padding: 15px 20px;
    letter-spacing: 0.60px;
    text-align: center;
    position: relative;
    width: 160px;    
    font-size: 1.8rem;
    border: 2px solid #4AD7D1;margin-top: 8px;
}
.blog-block .main-btn:hover {text-decoration: none;}
.new-banner-cls h1 {text-align: center; color: #fff; margin-bottom: 0; font-size: 8.0rem;}
.single-post .header-main {border-bottom: 1px solid #ededed;}

.blog-category li {
    text-transform: capitalize;    
    font-weight: 400;
    color: #001730;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    position: relative;
    font-family: 'Poppins', sans-serif;
    padding-right: 10px;
}
.blog-category li a {
    display: inline-block;
    vertical-align: middle;
        letter-spacing: 0.40px;
}
.blog-category li a:hover { color: #4AD7D1;}
.blog-category li:after {
    content: "/";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9px;
    margin: auto;
    color: #4AD7D1;
    line-height: 24px;
}
.blog-category li:first-child:after {display: none;}
.blog-category li:last-child {
    padding-right: 0;
}

.blog-category {
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.single-post .blog-category {margin-bottom: 40px;}

.blog-content .blog-category {margin: 0 auto 19px}
.entry-meta { margin-bottom: 20px; }


.blog-tags{
    max-width: 900px;
    margin: 0 auto 20px;
    list-style: none;
    text-align: center;
    padding: 0 15px;
}
.blog-tags li {
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4AD7D1;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
        letter-spacing: 0.40px;
}
.blog-tags li:last-child{ padding-right: 0;}

@media (min-width: 1370px){
    .sec-contact-us iframe {height: 500px;}
}
h1.entry-title{
	position:relative;
}
h1.entry-title:after { content: ''; display: block; text-align: center; border-bottom: 2px solid #4AD7D1; width: 280px; margin: 18px auto 0; }

.main-banner.services .banner-text-part h2 { font-size: 9.3rem; }


