﻿@import url("css2-Montserratwght300400500600700_swap.css");
@import url("css2-Ubuntuwght300400500700_swap.css");
@import url("css2-Poppinswght200300400500600700900_swap.css");
@font-face {
    font-family: MuseoSans-100;
    src: url(https://www.fsawm.com/wp-content/themes/fsa-wealth-child/assets/fonts/MuseoSans-100.otf);
}

@font-face {
    font-family: MuseoSans-300;
    src: url(https://www.fsawm.com/wp-content/themes/fsa-wealth-child/assets/fonts/MuseoSans-300.otf);
}

@font-face {
    font-family: MuseoSans-500;
    src: url(https://www.fsawm.com/wp-content/themes/fsa-wealth-child/assets/fonts/MuseoSans-500.otf);
}

html {
      scroll-behavior: smooth;
    --top-spacing: 120px;
    scroll-padding-top: var(--top-spacing);
}

body {
    font-family: "Montserrat", sans-serif;
    color: #333334;
}

h1,
h2 {
    font-family: MuseoSans-100;
    text-transform: uppercase;
}

a {
    color: #004f49;
    text-decoration: none;
}

a:hover {
    color: #7d9ba9;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 3;
    padding: 5px 0;
}

.logo img {
    width: 180px;
}

#header.header-scrolled {
    background: #004f49;
    padding: 0 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header {
    background: #fff;
}

#header .logo {
    margin: 0;
    padding: 0;
}

#header .logo a {
    color: #111111;
}

#header .logo a span {
    color: #e03a3c;
}

#header .logo img {
    transition: 0.3s;
}

#header.header-scrolled img {
    transition: 0.3s;
}

#header.header-scrolled nav.nav-menu {
    margin-top: 0px;
}

#header.header-scrolled .adv-btn {
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
}
#header .adv-btn.get-started-btn {
background: #858478;
}
#header.header-scrolled .nav-menu a {
    color: #fff;
}

#header.header-scrolled img {
    transition: 0.3s;
    filter: brightness(0) invert(1);
}

.adv-btn {
    transition: all 0.3s ease-in-out;
}

.nav-menu li:hover.adv-btn a {
    color: #fff !important;
}

@media (max-width: 992px) {
    #header {
        padding: 12px 0;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 8px;
    margin: 0 2px;
}

.nav-menu a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #707070;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

li.nav-btn {
    border-radius: 6px;
    background-color: #1d70b8;
}

li.nav-btn a {
    color: #fff;
}

li.nav-btn a i {
    margin-left: 5px;
}

.nav-menu .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .menu-item-has-children li {
    min-width: 180px;
    position: relative;
    border-left: 4px solid transparent;
}

.nav-menu .menu-item-has-children ul a {
    padding: 10px 20px;
    text-transform: none;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
}

.nav-menu .menu-item-has-children ul li:hover,
.nav-menu .menu-item-has-children ul .active,
.nav-menu .menu-item-has-children ul li:hover {
    background: #1a999b;
    border-left: 4px solid #000;
}

.nav-menu .menu-item-has-children ul li:hover a {
    /*color: #fff;*/
}
.nav-menu li ul li:hover a, .nav-menu li ul li ul li:hover a, .nav-menu li ul li ul li ul li:hover a {
    color: #fff;
}
#header.header-scrolled .nav-menu li ul li:hover a, #header.header-scrolled .nav-menu li ul li ul li:hover a, #header.header-scrolled .nav-menu li ul li ul li ul li:hover a {
    color: #fff;
}

.nav-menu .menu-item-has-children ul li a, .nav-menu .menu-item-has-children ul li ul li a, .nav-menu .menu-item-has-children ul li ul li ul li a {
    color: #707070;
}
#header.header-scrolled .nav-menu .menu-item-has-children ul li a, #header.header-scrolled .nav-menu .menu-item-has-children ul li ul li a, #header.header-scrolled .nav-menu .menu-item-has-children ul li ul li ul li a {
    color: #707070;
}
.nav-menu .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .menu-item-has-children .menu-item-has-children > a {
    padding-right: 35px;
}

.header-top li {
    font-size: 15px;
    letter-spacing: 0px;
    color: #00396e;
    font-weight: 400;
    list-style: none;
    display: inline-block;
}

.header-top {
    height: 30px;
    margin: 10px 0;
}

.header-top ul {
    margin: 0;
}

nav.nav-menu {
    width: 100%;
    padding: 15px 0;
}

.nav-menu > ul {
    justify-content: flex-end;
}

li.space-logo {
    width: 220px;
}

@media (max-width: 1366px) {
    .nav-menu .menu-item-has-children .menu-item-has-children ul {
        left: -90%;
    }
    .nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
        left: -82%;
    }
    .nav-menu .menu-item-has-children .menu-item-has-children:hover > ul li ul {
       left: -100%;
    }
}

.nav-menu li:hover a {
    color: #004d45;
}

.adv-btn a {
    color: #fff;
}

.adv-btn {
    position: relative;
    padding: 8px 18px 8px 35px !important;
    margin-left: 10px !important;
}

.adv-btn ::after {
    content: "";
    content: "";
    background: url("../image/login.png") no-repeat 10px center !important;
    position: absolute;
    padding-right: 0;
    left: 4px;
    width: 25px;
    height: 17px;
    background-size: cover;
    top: 15px;
}

/*.nav-menu li:hover {
    background: #1a999b;
}*/

.carousel-indicators {
    right: 0;
    bottom: 50px;
    left: 0px;
    margin: 0px auto;
    align-items: baseline;
    height: 30px;
}

.carousel-indicators li {
    width: 2px;
    height: 15px;
    background: #ccc;
    transition: all 0.4s;
}

.carousel-indicators .active {
    background-color: #46c5ef;
    height: 30px;
    transition: all 0.4s;
}

/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 10000;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i.icofont-close {
    margin: -9px 0 0;
    display: block;
}

.mobile-nav-toggle i {
    color: #00514a;
}

#header.header-scrolled .mobile-nav-toggle i {
    color: #fff;
}

.icofont-navigation-menu.icofont-close::before {
    content: "\f00d";
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 50px 0 0;
}

.mobile-nav::before {
    content: "";
    width: 100%;
    height: 50px;
    top: 0;
    background: #1c1c1c;
    position: absolute;
    right: 0;
}

.mobile-nav li:active {
    background: #7d9ba9;
}

.mobile-nav li.client-log {
    background: #7d9ba9;
    margin: 0px auto;
    display: table;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #111111;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #004f49;
    text-decoration: none;
}

.mobile-nav .menu-item-has-children > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 24px;
}

.mobile-nav .menu-item-has-children > a {
    padding-right: 35px;
}

.mobile-nav .menu-item-has-children ul {
    display: none;
    overflow: hidden;
    background: #272727;
}

.mobile-nav .menu-item-has-children ul a {
    color: #fff;
}

.mobile-nav .menu-item-has-children li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.nav-menu {
    position: relative;
}

#header.header-scrolled nav.nav-menu::after {
    display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 0;
    z-index: 2;
    padding: 20px 20px 0 20px;
}

.banner a#scroll-top {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: max-content;
    display: grid;
    background: transparent;
    border: 0;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    outline: none;
}

#scroll-top img {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: top-bottom 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s infinite;
    animation: top-bottom 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s infinite;
   width: 40px;
min-height: 23px;
height: 23px;
z-index: 1;
}

.carousel-caption {
    bottom: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner.inner-banner .carousel-caption {
  bottom: 30%;
 }

.banner {
   /* position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    min-height: 80vh;*/
}
.banner .carousel-item::before {
    content: "";
     background: rgb(0 0 0 / 44%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.banner .carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    left: 0;
    object-position: top;
    min-height: 100vh;
}
.banner p {
    margin: 0;
    padding: 10px 0;
    line-height: 30px;
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-size: 22px;
}
.banner h1 {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 65px;
    line-height: 75px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.banner h1 span {
    display: block;
    font-size: 35px;
    font-weight: normal;
}
.banner .get-started-btn {
    color: #004f49;
    background: #fff;
    margin: 20px auto 0;
    font-family: "Poppins", sans-serif;
}


.menu-new li.current-menu-item a {
    color: #004d45;
}

.get-started-btn {
    width: max-content;
    display: flex;
    margin: 20px 0;
    font-size: 15px;
    letter-spacing: 0;
    color: #ffffff;
    font-weight: 500;
    align-items: center;
    padding: 10px 20px;
    background: #004f49;
    text-transform: uppercase;
}

.commn-layout {
    position: relative;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

img.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about {
    margin-top: -40px;
    padding-top: 120px;
}

.about::before {
    background-image: linear-gradient(to right, transparent, #fff);
    background-image: linear-gradient(to right, #f7f7f74a, #f7f7f72e, #f7f7f733, #f7f7f745, #f7f7f794, #f7f7f7ed, #fffc, #fff, #fff, #fff, #fff, #fff);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}

.about .welc-box {
    position: relative;
}

.about .welc-box::before {
    position: absolute;
    width: 100%;
    height: 108%;
    left: 0;
    top: -20px;
    z-index: 0;
    content: "";
    background-image: url(https://www.fsawm.com/wp-content/themes/fsa-wealth-child/assets/img/logo-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: top-bottom 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s infinite;
    animation: top-bottom 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s infinite;
}

section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.about .container,
.sec4 .container,
.sec3 .container {
    position: relative;
    z-index: 1;
}

.commn-layout h2 {
    margin: 0 0 40px 0;
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: #004f49;
    position: relative;
}

.commn-layout h2::before {
    content: "";
    width: 130px;
    height: 2px;
    background: #004f49;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sec1-content {
    display: flex;
}
.commn-layout ul{
    padding-left: 17px;
    margin: 0;
}

.commn-layout ul li {
    font-size: 16px;
    line-height: 28px;
    color: #343434;
    font-weight: 400;
    padding: 7px 0;
    list-style: disc;
    position: relative;
    text-align: left;
}

.commn-layout ul li:before {
  /*  content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    left: -30px;
    background: url(../img/arrow.png) no-repeat;
    background-size: contain;
    top: 13px;*/
}

.commn-layout p {
    line-height: 30px;
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.about .get-started-btn {
    margin: 20px auto;
}

.blue-bg {
    background: #0d5b8f;
}

li {
    list-style-type: none;
}

.services-sec {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.services {
    position: relative;
}

.serv-box h4 {
    font-size: 20px;
    line-height: 24px;
    color: #004f49;
    font-family: MuseoSans-100;
    text-transform: uppercase;
    font-weight: 700;
}

.serv-box h4 span {
    display: block;
}

.serv-box img {
   max-height: 80px;
width: auto;
max-width: 100px;
margin: 0 0 28px;
}

.serv-box:hover {
    background: #fff;
    border-bottom: 4px solid #1a8894;
    transform: translateX(0px) translateY(-20px);
    transition-duration: 0.5s;
}

.serv-box {
    padding: 30px;
    transition: all 0.3s ease-in-out;
    float: left;
    width: 100%;
    min-height: 180px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-bottom: 4px solid #fff;
    border-radius: 5px;
    transition-duration: 0.5s;
}

.sec3 .bg-img {
    z-index: 1;
    opacity: 0.2;
}

.sec3::before,
.sec4::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 109 155);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.sec4::before {
    background: #fff;
}

.sec4 img.bg-img {
    z-index: 1;
    opacity: 0.16;
}



/*what we do pg css*/
.wedo-sec{
    background-color: #e6f0ef;
}
.bg-wedo, .bg-wedo2, .bg-wedo1{
    position: relative;
}
.bg-wedo:before{
background-image: url(../image/we-do-bg1.png);
content: '';
width: 87%;
position: absolute;
height: 65px;
left: 112px;
bottom: -175px;
background-size: contain;
background-repeat: no-repeat;
}
.bg-wedo1:before{
background-image: url(../image/we-do-bg3.png);
content: '';
width: 86%;
position: absolute;
height: 194px;
left: 91%;
background-size: contain;
background-repeat: no-repeat;
z-index: 0;
top: 108px;
}
.bg-wedo2:before{
background-image: url(../image/we-do-bg2.png);
content: '';
width: 86%;
position: absolute;
height: 65px;
left: 110px;
bottom: 60px;
background-size: contain;
background-repeat: no-repeat;
z-index: -1;
}
.wedo-box{
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
padding: 25px 25px 20px;
background-color: #fff;
border-radius: 25px;
text-align: center;
min-height: 150px;
max-width: 310px;
margin: 35px auto 0;
}
.wedo-box h4{
font-size: 45px;
font-family: "Ubuntu", sans-serif;
font-weight: 600;
color: #004f49;
position: relative;
top: -24px;
margin: 0;
}
.wedo-mid{
    background-color: #133457;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------------------------
# founded-sec
--------------------------------------------------------------*/

.founded-sec {
    position: relative;
    margin-top: -92px;
    padding-top: 135px;
    background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

.founded-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 79, 73);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.9;
}

.founded-sec h2,
.founded-sec p,
.founded-sec h5,
.journey-sec h2,
.journey-sec p {
    color: #fff;
}

.founded-sec h2 {
    margin-bottom: 0;
}

.founded-sec h2 span,
.founded-box h5 span,
.journey-sec h2 span {
    display: block;
}

.founded-sec h2::before {
    background: #fff;
    margin: 0;
}

.founded-box {
    border: 2px solid #fff;
    border-radius: 30px 0 30px 0;
    padding: 30px 20px 20px;
    min-height: 417px;
    margin-top: 60px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.founded-box .get-started-btn {
  color: #065151;
  background: #fff;
}
.founded-sec .col-lg-4 p{
    min-height: 170px;
}
.founded-box:hover {
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}

.founded-box b {
    color: #b3b3b3;
    font-size: 130px;
    position: absolute;
    opacity: 0.1;
    left: 11px;
    top: -36px;
    font-weight: 600;
}

.founded-box h5 {
    line-height: 38px;
    font-family: MuseoSans-100;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
}

/*why-sec css*/

.why-sec {
    position: relative;
    padding-top: 45px;
}
.why-sec .img-why {
    position: relative;
}
.why-sec .img-why img {
    position: relative;
    top: 30px;
right: 0;
max-width: 370px;
min-height: 210px;
object-fit: cover;
width: 100%;
}
.why-sec .img-why::before {
position: absolute;
content: "";
top: 0%;
right: 43px;
width: 82%;
height: 100%;
border: 10px solid #005f55;
}


.nform .tnp-email {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding-right: 50px;
    width: 100%;
}
.nform::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 10px;
    background-image: url(../image/email-address.png);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
}

.nform {
    position: relative;
    margin-top: 15px;
}
.tnp-subscription-minimal::placeholder {
    color: #eee;
    font-size: 15px;
}
#gform_wrapper_1::placeholder {
    color: #000;
}
.nform input.tnp-submit {
    position: absolute;
    right: 0;
    width: 50px;
    height: 43px;
    z-index: 1;
    cursor: pointer;
    text-indent: 200px;
    background: transparent;
    outline: none;
    border: 0;
    top: 0;
}
.nform .tnp-subscription-minimal input.tnp-email {
  width: 100%;
  background-color: unset;
  border-right: 0;
  color: #fff;
  line-height: 21px;
  height: 45px;
}
.nform .tnp-subscription-minimal input.tnp-submit {
  width: 19%;
  background-color: unset;
  border: 1px solid #ddd;
  border-left: 0;
  height: 45px;
}


/*insight pg*/
.news{
    padding-top: 60px;
}
.news-box{
    transition: 0.5s all ease;
    box-shadow: -1px 1px 11px 0px rgba(174, 174, 174, 0.2);
    border-radius: 25px;
    margin-top: 30px;
}
.news-box:hover{
    box-shadow: -1px 1px 11px 0px rgba(174, 174, 174, 0.75);
-webkit-box-shadow: -1px 1px 11px 0px rgba(174, 174, 174, 0.75);
-moz-box-shadow: -1px 1px 11px 0px rgba(174, 174, 174, 0.75);
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px);
border-radius: 25px;
}
.news-text {
  padding:20px 20px 20px;
  background: #fff;
  color: #000;
}
.news-text h5{
color: #3c3c3c;
font-size: 18px;
line-height: 26px;
}
.news-text p{
color: #004d45;
}

.news-text img{
margin-right: 10px;
}

.news-item img{
  height: 220px;
min-width: 300px;
width: 100%;
object-fit: cover;
border-radius: 25px 25px 0 0;
}
.blog .news-item img {
  height: 316px;
  object-position: top;
}


/*blog-d css*/

.blog-d .team-img1 img {
max-height: 375px;
max-width: 395px;
height: 100%;
width: 100%;
object-fit: cover;
object-position: top;
border-radius: 5px;
}
.blog-d .team-member-card {
  max-width: 395px;
  margin: 5px 35px 30px 0;
  width: 100%;
  color: #000;
  float: left;
}
.blog-d .commn-layout h2::before {
  display: none;
}
.blog-d .commn-layout h2 {
  margin: 0 0 27px 0;
}
.blog-d .team-img1 {
  margin-bottom: 0;
  position: relative;
}
.blog-d .commn-layout h5 {
  margin-bottom: 15px;
  font-style: italic;
  color: #004f49;
}
.blog-d .team-img1::before {
content: "";
position: absolute;
left: -18px;
top: -18px;
display: inline-block;
width: 95%;
height: 95%;
border: 3px solid #004f49;
z-index: -1;
}
.blog-d .team-member-card p{
    margin-bottom: 10px;
}



/*services pg*/
.srv-sec{
    background-color: #e6f0ef;
    position: relative;
}
.srv-sec::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 53%;
  width: 100%;
  background-color: #fff;
  content: "";
  z-index: 0;
}
.srv-box{
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
padding: 40px 30px 25px;
background-color: #fff;
border-radius: 25px;
margin-bottom: 20px;
min-height: 435px;
transition: all 0.3s ease-in-out;
}
.srv-box:hover{
    background-color: #004d45;
    transition: all 0.3s ease-in-out;
}
.srv-box .img-srv{
    position: relative;
width: 65px;
margin-bottom: 15px;
z-index: 1;
}
.srv-box .img-srv::before {
  content: "";
  background: #d6e8f4;
  position: absolute;
  top: -8px;
  right: -22px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  z-index: -1;
  -webkit-animation: top-bottom 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s infinite;
  animation: top-bottom 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s infinite;
}
.srv-box ul{
    margin: 0;
}
.srv-box h3{
    font-size: 25px;
}
.srv-box:hover h3, .srv-box:hover ul li{
    color: #fff;
}
.srv-box:hover img{
    filter: brightness(0) invert(1);
}
@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.srv-center{
    background-color: #004d45;
}
.srv-center h5{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.srv-center .get-started-btn {
  color: #004f49;
  background: #fff;
  margin: 20px auto 0;
}
.srv-center .get-started-btn:hover {
  color: #fff;
}
.serices-pg .why-mid{
    background-color: #fff;
}
.serices-pg .why-mid h4{
    margin-bottom: 15px;
}





/*team pg css*/
.team-top ul {
  display: flex;
  justify-content: center;
}
.team-top ul li{
font-size: 23px;
color: #004f49;
margin-left: 35px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
margin-bottom: 15px;
}
.team-sec{
    background-color: #ebebeb;
}
.team-pg .why-mid{
    background-color: #fff;
}
.img-team{
    position: relative;
}
.img-team:before{
position: absolute;
content: "";
bottom: -6%;
right: 0;
width: 92%;
height: 100%;
background-color: #005f55;
z-index: 0;
}
.img-team img {
position: relative;
max-width: 325px;
max-height: 383px;
object-fit: cover;
width: 100%;
object-position: top;
}
.team-pg .why-mid h2, .team-pg .why-mid1 h2{
    margin-bottom: 10px;
}
.team-pg .why-mid h6, .team-pg .why-mid1 h6{
    color: #004d45;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.team-pg .why-mid h2::before, .team-pg .why-mid1 h2::before {
  display: none;
}
.team-pg .why-mid .about-team h2, .team-pg .why-mid1 .about-team h2{
    position: relative;
    margin:30px 0 20px;
}
.team-pg .why-mid .about-team h2::after, .team-pg .why-mid1 .about-team h2::after {
  content: "";
  position: absolute;
  width: 66%;
  margin: auto;
  height: 1px;
  display: inline-block;
  background-color: #004f49;
  margin-top: 14px;
  bottom: 24px;
  right: -145px;
}
.why-mid1{
    background-color: #004f49;
    color: #fff;
}
.why-mid1 a{
    color: #fff;
}
.why-mid1 a:hover{
    color: #7d9ba9;
}
section:nth-child(6).why-mid1 a {
  color: #004f49 !important;
}
.why-mid1 h2, .team-pg .why-mid1 h6, .why-mid1 p, .why-mid1 ul li{
    color: #fff;
}
.team-pg .why-mid1 .about-team h2::after, .why-mid1 .img-team::before {
    background-color: #fff;
}
section:nth-child(5), section:nth-child(7){
    background-color: #f3f3f3 !important;
}
section:nth-child(5) .img-team img {
  max-height: 280px;
}
section:nth-child(5) .img-team::before {
  bottom: -8%;
}
section:nth-child(6){
    background-color: #fff !important;
}
section:nth-child(6).why-mid1 .img-team::before, 
section:nth-child(6).why-mid1 .about-team h2::after {
    background-color: #004f49;
}
section:nth-child(6).why-mid1 h2,  
section:nth-child(6).why-mid1 p, 
section:nth-child(6).why-mid1 ul li{
    color: #232323;
}
section:nth-child(6).why-mid1 h6{
    color: #004f49;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    padding: 0px 0 0px;
    background: #021b18;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.ftr-logo img {
    width: 195px;
    filter: brightness(0) invert(1);
}
.crs-line a{
    color: #3a9582;
text-decoration: underline;
}
.footer-bg {
    padding: 80px 60px 5px;
}

.footer-bg h5 {
    text-transform: uppercase;
    margin: 0;
    color: #8f9f9d;
}

.ftr-left p {
    margin: 30px 0 15px;
}

.footer-links li a {
    font-size: 13px;
    line-height: 25px;
    color: #8f9f9d;
    font-weight: 400;
    transition-duration: 0.5s;
}

.footer-links li:hover a {
    color: #004f49;
    transition-duration: 0.5s;
}

.footer-links ul li {
    list-style: none;
    padding: 5px 0px;
    line-height: 18px;
}

.footer-links ul li {
    display: block;
}

.footer-links ul {
    column-count: 2;
    padding: 0;
}

footer .mid-footer {
    text-align: left;
}
footer .mid-footer ul {
    padding: 0 0 1.25rem;
    color: #8f9f9d;
}
footer .mid-footer ul li a {
    color: #8f9f9d;
    padding: 0;
}
footer .mid-footer ul li a:hover,
footer .mid-footer ul li a:focus {
    color: #027269;
}
footer .mid-footer ul li img {
    color: #323c77;
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    margin: 0;
}
footer .mid-footer ul.contact-info-part li {
    padding-left: 1.875rem;
    position: relative;
    margin-bottom: 0.8rem;
    text-align: left;
}

.ftr-btm {
    margin-top: 30px;
}
.ftr-btm1{
    border-top: 1px solid #5f5f5f;
padding-top: 15px;
border-bottom: 1px solid #5f5f5f;
color: #8f9f9d;
}
.ftr-btm p,
.ftr-btm p a {
    font-size: 15px;
}

.ftr-btm p a {
    color: #284ed7;
    text-decoration: underline;
}

.last-info {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.sc-links ul li {
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 0 6px;
}

.sc-links {
    display: flex;
    margin: 15px 0 30px;
    align-items: center;
}

.sc-links ul {
    margin: 0px 20px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.sc-links ul li a {
    width: 35px;
    height: 36px;
    border-radius: 24px;
    border: 1px solid #797979;
    color: #000;
    display: block;
    text-align: center;
    line-height: 35px;
    margin: 0 5px;
    transition-duration: 0.5s;
}

.sc-links ul li a:hover {
    background-color: #004f49;
    color: #fff;
    transition-duration: 0.5s;
}

@-webkit-keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


#hero.inner-banner, .banner.inner-banner .carousel-item img {
  height: 450px;
}

/*contact pg css*/

.contact-sec h2, .why-sec h2, .why-mid h2{
position: relative;
/*color: #004d45;
font-size: 40px;
text-transform: capitalize;
font-weight: 700;
font-family: "Ubuntu", sans-serif;
margin-bottom: 26px;*/
}
.contact-sec h2::after, .why-sec h2::after {
content: "";
position: absolute;
width: 60%;
margin: auto;
height: 1px;
display: inline-block;
background-color: #004f49;
margin-top: 14px;
bottom: 18px;
right: -145px;
}
.contact-sec .get-started-btn {
  margin: 20px auto;
}
.contact-lst{
    background-color: #f3f3f3;
}
.continfo-wrap li i {
 font-size: 20px;
color: #fff;
background: #004f49;
width: 51px;
height: 50px;
display: block;
border-radius: 50%;
min-width: 50px;
text-align: center;
line-height: 48px;
margin-right: 17px;
}
.continfo-wrap ul {
  padding: 0;
}
.continfo-wrap ul li {
  display: flex;
  margin-top: 13px;
}
#contact .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  left: -33px;
}
.continfo-wrap ul li a{
color: #363636;
}
.continfo-wrap ul li p{
  margin-bottom: 5px;
}
.continfo-wrap h3 {
  font-size: 20px;
color: #004f49;
font-family: MuseoSans-100;
font-weight: 600;
 }
.continfo-wrap {
  text-align: left;
}
.continfo-wrap ul.sc-info i {
width: 40px;
height: 40px;
line-height: 41px;
min-width: 40px;
font-size: 16px;
}
.contact-lst .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 120px;
  border: 1px solid #dad8d8;
}
.contact-lst .gform_wrapper.gravity-theme .gfield input.large, .contact-lst .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  border: 1px solid #dad8d8;
}
.contact-lst #gform_submit_button_1{
    width: max-content;
display: flex;
margin: 0;
font-size: 15px;
letter-spacing: 0;
color: #ffffff;
font-weight: 500;
align-items: center;
padding: 10px 20px;
background: #004f49;
text-transform: uppercase;
border: 0;
}


/*why pg css*/
.why-top{
    padding-bottom: 0;
}
.why-sec h2::after {
width: 44%;
}
.why-mid{
    background-color: #e6f0ef;
}
.why-sec.commn-layout h2::before, .contact-sec.commn-layout h2::before {
  display: none;
}
.why-mid .img-why{
    position: relative;
}
.why-mid .img-why::before {
  position: absolute;
  content: "";
  top: 0%;
  left:  0;
  width: 95%;
  height: 100%;
  border: 10px solid #005f55;
}
.why-mid .img-why img {
  position: relative;
  top: 30px;
  left: 30px;
  max-width: 450px;
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}
.why-center{
    background-color: #e6f0ef;
}
.why-lst{
    background-color: #fff;
}
.why-center h2:before{
    margin: 0;
}
.why-center table{
    padding: 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.why-center table, .why-center table tr, .why-center table tr td, .why-center table tr th{
    border: 1px solid #ccc;
    padding: 10px;
width: 100%;
text-align: center;
}
.why-center table tr th{
    background-color: #026b60;
    color: #fff;
    font-weight: normal;
}
.why-center  table tr th:nth-child(1), .why-center table tr td:nth-child(1) {
  width: 70%;
}



/*--------------------------------------------------------------
# button section
--------------------------------------------------------------*/

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #858478;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
.slide-right {
    -webkit-animation: slide-right 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
    animation: slide-right 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #2b2b2b;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}
@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol a {
    color: #aaaaaa;
}
.breadcrumbs ol a:hover {
    color: #fff;
    transition: 0.3s;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #e03a3c;
    content: "/";
}
@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
.slide-left {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.sec4 .col-xl-4:nth-child(2) .cont-box i {
    left: -15px;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}
@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}
.bounce-top {
    -webkit-animation: bounce-top 2s infinite both;
    animation: bounce-top 2s infinite both;
}
.single-post .team-member-card {
    display: none;
}
.single-post .blog-d .commn-layout a {
    color: #004f49;
    font-weight: 500;
}
@media (min-width: 1250px) and (max-width: 5400px) {
    #header .container-fluid {
        width: 1180px;
    }
}
@media (min-width: 1366px) and (max-width: 1370px) and (orientation: landscape) {
.banner.inner-banner .carousel-caption {
  bottom: 40%;
}
}
@media (max-width: 1199px) {
.srv-center h5 br{
  display: none;  
}
.why-sec .img-why::before {
  display: none;
}
.founded-sec .col-lg-4 p {
  min-height: 238px;
}
.contact-sec h2::after, .why-sec h2::after {
  display: none;
}
.banner h1 {
  font-size: 44px;
  line-height: 55px;
}
.banner .carousel-item img {
  width: 100%;
  height: 550px;
  min-height: 100%;
}
.founded-box {
  min-height: 435px;
  }
.blog-d{
text-align: center; 
}
.blog-d .team-member-card {
  margin: 0 auto 20px;
  float: none;
}
.blog-d .team-img1::before {
  display: none;
}
.img-team::before, .team-pg .why-mid .about-team h2::after, .team-pg .why-mid1 .about-team h2::after {
  display: none;
}
.img-team {
  text-align: center;
  margin-bottom: 20px;
}
.img-team img {
  max-height: 300px;
}
.team-pg{
    text-align: center;
}
.bg-wedo, .bg-wedo2, .bg-wedo1 {
  display: none;
}
.srv-box h3 {
  font-size: 23px;
}
.srv-box {
  min-height: 515px;
}
.contact-sec h3::after, .why-sec h2::after {
  display: none;
}
.why-sec .mb-4, .why-mid .mb-4{
  margin-bottom: 0rem !important;
}
.why-center h2::before {
  margin: 0 auto;
}

    .commn-layout h2,
    .cont-box h5,
    .cont-box p {
        text-align: center;
    }
    .get-started-btn {
        margin: 0px auto;
    }
    .box1 {
        width: 100%;
    }
    .cont-box i {
        left: 0;
        top: -30px;
        right: 0;
        margin: 0px auto;
    }
    #hero {
        height: 550px;
    }
    .nav-menu a {
        font-size: 12px;
    }
    .nav-menu > ul > li {
        padding: 6px;
    }
    .serv-box {
        padding: 30px 15px;
    }
    .about::before {
        background-image: linear-gradient(to right, #ffffffb5, #fff);
    }
    .founded-sec h2 {
        text-align: left;
    }
    .footer-bg {
        padding: 60px 60px 5px;
    }
    section {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
.nform .tnp-subscription-minimal input.tnp-email {
  width: 74%;
}
.nform::before {
  right: 105px;
}
.nform input.tnp-submit {
  position: relative;
  }
.ftr-btm1 {
  border-top: 0;
}
.news-text {
  text-align: center;
}
#hero.inner-banner, .banner.inner-banner .carousel-item img {
  height: 400px;
}
.banner.inner-banner .carousel-caption {
  bottom: 24%;
}
.wedo-box {
  padding: 25px 25px 10px;
  min-height: auto;
}
.banner h1 span {
  display: inline;
}
 .sub-menu-toggle {
    display: block !important;
  }
  .mobile-nav ul li {
    position: relative;
}
.mobile-nav .current-menu-item {
    background-image: unset;
}
    .mobile-nav .menu-item-has-children > a:after{
        display: none;
    }
    button.sub-menu-toggle {
    position: absolute;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 37px;
    top: 8px;
    right: 10px;
}
#header .adv-btn.get-started-btn {
  background: unset;
}
.founded-sec .col-lg-4 p {
  min-height: auto;
}
.why-sec .get-started-btn{
justify-content: center;
display: flex;  
}
.team-pg .why-mid .about-team h2, .team-pg .why-mid1 .about-team h2 {
  position: relative;
  margin: 10px 0 10px;
}
.team-top ul li {
  font-size: 19px;
 }
.srv-box {
  padding: 40px 30px 25px;
  margin-bottom: 20px;
  min-height: auto;
  text-align: center;
}
.srv-box .img-srv {
  margin: 0 auto 15px;
}
.commn-layout ul li {
  text-align: left;
}
.serices-pg .why-mid h4 {
  text-align: center;
}
.news-box {
  max-width: 400px;
  margin: 20px auto 0;
}
.news-item img {
  min-width: 100%;
  width: 100%;
}
.commn-layout ul {
  max-width: max-content;
  margin: 0 auto;
}
.continfo-wrap ul li p {
  text-align: left;
}
.contact-lst {
  text-align: center;
}
.contact-lst #gform_submit_button_1 {
  margin: 0 auto;
  }
.contact-sec h3 {
  text-align: center;
}
    .why-sec .img-why::before, .why-mid .img-why:before {
        display: none;
    }
    .why-sec .img-why, .why-mid .img-why {
        text-align: center;
        margin-bottom: 20px;
    }
    .why-sec .img-why img, .why-mid .img-why img {
        top: 0;
        right: 0;
        max-width: 400px;
        width: 100%;
        height: 100%;
    }
    .why-mid .img-why img {
    left: 0;
    }
    .contact-info-part li span {
        display: block;
    }
    .why-sec .mb-5 {
        margin-bottom: 1rem !important;
    }
    footer .mid-footer {
        text-align: left;
        margin: 0 auto;
        max-width: max-content;
    }
    #header.header-scrolled {
        padding: 10px 0;
    }
    .adv-btn ::after {
        display: none;
    }
    .header .get-started-btn {
        margin: 0;
        font-size: unset;
        font-weight: normal;
        padding: 0;
        background: unset;
        text-transform: capitalize;
    }
    .header .hvr-bounce-to-right::before,
    .about .welc-box::before,
    .commn-layout h2::before {
        display: none;
    }
    .header .hvr-bounce-to-right {
        transform: unset;
    }
    .adv-btn {
        padding: 0 !important;
        margin-left: 0 !important;
    }
    #header.header-scrolled .adv-btn {
        border: 0;
    }
    button#scroll-top {
        bottom: 10px;
    }
    .serv-box {
        min-height: auto;
    }
    .banner .carousel-item {
       /* padding-bottom: 30px;*/
    }
    #hero h1 {
        font-weight: 400;
        width: 100%;
        font-size: 40px;
    }
    #hero p {
        padding-top: 0;
    }
    .content-box {
        text-align: center;
        justify-content: normal;
        margin: 130px auto 50px;
    }
    .commn-layout p {
        text-align: center;
    }
    .get-started-btn {
        margin: 20px auto;
    }
    .mobile-nav-toggle {
        right: 25px;
        top: 20px;
    }
    section {
        padding: 40px 0;
    }
    .commn-layout h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0px;
        padding: 15px;
        text-align: center;
    }
    #hero h1 {
        font-weight: 400;
    }
    #hero {
        height: auto;
    }
    .about {
        padding-top: 61px;
    }
    .founded-sec h2 span,
    .founded-box h5 span,
    .journey-sec h2 span {
        display: inline-block;
    }
    .journey-sec p br {
        display: none;
    }
    #footer {
        text-align: center;
    }
    .sc-links {
        margin: 15px auto 30px;
        justify-content: center;
    }
    .last-info {
        display: block;
    }
    .footer-links ul {
        column-count: 1;
    }
    .founded-box {
        min-height: auto;
        margin-top: 30px;
    }
    .serv-box h4 span {
        display: inline-block;
    }
    .founded-sec {
        padding-top: 100px;
    }
    .footer-links {
        margin-top: 20px;
    }
    .mb-5 {
  margin-bottom: 1rem !important;
}
}
@media (max-width: 770px) {
.banner p {
  line-height: 26px;
  font-size: 16px;
}
.nform::before {
  right: 124px;
}
.page-id-191 .carousel-caption {
  right: 10%;
  left: 10%;
  bottom: 13%;
  }
.banner.inner-banner .carousel-caption {
  bottom: 26%;
}
.banner h1 span {
  display: inline;
}
    #hero {
        height: auto;
        padding: 10px;
    }
    .content-box {
        margin: 95px auto 50px;
    }
    .footer-bg {
        padding: 30px 30px 0;
    }
    .sc-links {
        display: block;
    }
    .sc-links ul {
        margin: 12px 20px 0;
    }
    .ftr-logo img {
        width: 180px;
    }
   .why-sec .p-0 {
  padding: 0 15px !important;
}
.team-top ul {
  display: block;
}
.team-top ul li {
  font-size: 17px;
  margin-left: 0;
  line-height: 20px;
}
}
@media (max-width: 600px) {
.nform .tnp-subscription-minimal input.tnp-email {
  line-height: 22px;
}
.nform::before {
  right: 25px;
}
.carousel-caption {
  bottom: 13%;
  }
  .banner a#scroll-top {
  bottom: 20px;
  }
    .commn-layout h2 {
        width: 100%;
        text-align: center;
    }
    #hero h1 {
        font-size: 23px;
line-height: 31px;
    }
    .banner h1 span {
  font-size: 27px;
}
    .footer-links ul li {
        display: block;
        border: 0px;
        text-align: center;
        padding: 0;
    }
}


@media (min-width: 568px) and (max-width: 570px) and (orientation: landscape) {
    .carousel-caption {
  bottom: 25%;
}
}

@media (min-width: 720px) and (max-width: 750px) and (orientation: landscape) {
.nform::before {
  right: 67px;
}
}

@media (min-width: 540px) and (max-width: 550px) {
    .carousel-caption {
  bottom: 25%;
}
.nform::before {
  right: 60px;
}
}

@media (max-width: 319px) {
.get-started-btn {
  padding: 10px 10px;
}
}