@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-BlackItalic.woff2') format('woff2'),
        url('../font/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraBold.woff2') format('woff2'),
        url('../font/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Black.woff2') format('woff2'),
        url('../font/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-BoldItalic.woff2') format('woff2'),
        url('../font/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Bold.woff2') format('woff2'),
        url('../font/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Italic.woff2') format('woff2'),
        url('../font/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraLight.woff2') format('woff2'),
        url('../font/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../font/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Light.woff2') format('woff2'),
        url('../font/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-LightItalic.woff2') format('woff2'),
        url('../font/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-MediumItalic.woff2') format('woff2'),
        url('../font/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-SemiBold.woff2') format('woff2'),
        url('../font/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Medium.woff2') format('woff2'),
        url('../font/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.woff2') format('woff2'),
        url('../font/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Thin.woff2') format('woff2'),
        url('../font/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ThinItalic.woff2') format('woff2'),
        url('../font/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{

}
.top-section {
    background-image: linear-gradient(180deg, #91CB74, #1D9CA9);
    display: flex;
    text-align: center;
}
.top-section p{
    font-size: 14px;
    font-family: poppins;
    letter-spacing: 0;
    font-weight: 300;
    color: #FFFFFF;
    padding: 0px;
    margin: 2px 0px 2px 0px;
}
li.nav-item .three-icon span {
    width: 36px;
    display: block;
    background: #000;
    height: 2px;
    margin: 10px;
    transition: all .8s;
}
header.header-sticky.header-absolute {
    position: sticky;
    background: #fff;
    top: -1px;
    display: block;
    box-shadow: 0px 0px 10px #ddd;
    z-index: 999;
}
.navbar{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
ul.navbar-nav.navbar-nav-scroll.dropdown-hover.mx-auto li.nav-item {
    padding: 20px 15px;
    transition: all .5s;
}
li.nav-item.service{
    position: relative;
}
.navbar-brand img.light-mode-item.navbar-brand-item {
    width: 78%;
}
li.nav-item.service:before{
    content: '';
    display: inline-block;
    border: 1px solid #000;
    position: absolute;
    padding: 4px;
    right: 5px;
    top: 43%;
    border-top: 0;
    border-right: 0;
    transform: rotate(315deg);
}

.affiliate-sec nav ol.breadcrumb li.breadcrumb-item a {
    color: #000000;
    font-size: 15px;
    font-family: 'poppins';
    font-weight: 500;
    text-decoration: none;
}
.affiliate-sec nav ol.breadcrumb .breadcrumb-item.active{
    font-size: 15px;
    font-family: 'poppins';
}
.affiliate-sec nav {
    margin-top: 10px;
}

/*ul.navbar-nav.navbar-nav-scroll.dropdown-hover.mx-auto li.nav-item:hover{*/
/*    background-color: #1D9CA9;*/
/*}*/
.navbar li.nav-item a.nav-link {
    color: #000;
    font-size: 16px;
    font-family: poppins;
    font-weight: 400;
}
.mega-menu {
    position: absolute;
    background: #fff;
    /*padding: 20px;*/
    top: 78px;
    width: 300px;
    /*left: 15%;*/
    border-top: 1px solid #8fca74;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: 0px 6px 20px #2ca0a436;
}
ul.navbar-nav.navbar-nav-scroll.dropdown-hover.mx-auto li.nav-item.service:hover .mega-menu{
    height: auto;
    visibility: visible;
    overflow: visible;
}
li.nav-item.service .mega-menu button.nav-link.active {
    background: #0000;
    color: #000;
    font-weight: 500;
    font-family: 'poppins';
    border-bottom: 2px solid #1d9ca9;
    border-radius: 0;
    font-size: 14px;
}
.mega-menu .mega-menu-content .service-form button{
    background-image: linear-gradient(#1D9CA9, #91CB74);
    padding: 8px 32px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-family: poppins;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0px 0px 10px #6b9f50;
}
.mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-menu ul li a {
    padding: 20px 25px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-family: 'poppins';
    font-size: 16px;
}



li.nav-item.service .mega-menu button {
    color: #000;
    font-weight: 400;
    font-family: 'poppins';
    font-size: 14px;
    text-align: left;
    border: 1px solid #fff;
}
.mega-menu .mega-menu-content {
    text-align: left;
    padding: 15px;
}
.mega-menu .mega-menu-content h2 {
    font-family: 'poppins';
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
}
.mega-menu .mega-menu-content p {
    font-family: 'poppins';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.mega-menu .row .service-form {
    margin-top: 0;
    padding: 0;
    text-align: center;
}
.mega-menu .row .service-form span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mega-menu .row .service-form span input {
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #000;
    outline: 0;
}
.mega-menu .row .service-form span select {
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #000;
    outline: 0;
}
.mega-menu .row .service-form button{
    background-image: linear-gradient(#1D9CA9, #91CB74);
    padding: 8px 32px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff !important;
    font-family: poppins;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0px 0px 10px #6b9f50;
    margin-top: 10px;
    border: 1px solid #fff;
}
.mega-menu .row a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: poppins;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    text-transform: Capitalize;
}
.mega-menu .row h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'poppins';
    color: #000;
    margin-bottom: 20px;
}

.main-banner {
    margin-bottom: 80px;
}
.main-banner .carousel-caption{
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.main-banner .carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon{
    filter: none !important; 
}
.main-banner .carousel-control-next-icon{
    background-image: url(../images/icon/right-arrow.png);
}
.main-banner .carousel-control-prev-icon{
    background-image: url(../images/icon/left-arrow.png);
}
.main-banner .carousel-control-next, .carousel-control-prev{
    display: inline-block !important;
    position: absolute;
}
.slider-content .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
}
.slider-content .row .col-sm-4{
    position: relative;
}
.slider-content{
    position: relative;
}
.slider-content .circle-bg {
    width: 380px;
    height: 380px;
    background: #91CB74;
    display: block;
    opacity: 70%;
    border-radius: 100%;
}
.slider-content .circle-bg-second{
    width: 380px;
    height: 380px;
    background-image: linear-gradient(#1D9CA9, #91CB74);
    display: block;
    opacity: 70%;
    border-radius: 100%;
}

.slider-content .slide-headding {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-32%, -50%);
}
.slider-content .slide-headding-second{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -54%);
    width: 75%;
}

.slider-content .slide-headding h1{
    color: #fff;
    text-align: left;
    font-size: 50px;
    font-family: poppins;
    letter-spacing: 0;
    font-weight: 400;
}
.slider-content .slide-headding h1 span{
    font-weight: 700;
}
.slider-content .slide-headding-second h1 {
    font-size: 50px;
    color: #fff;
    font-family: poppins;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
}
.slider-content .slide-headding-second h2{
    font-size: 20px;
    color: #fff;
    font-family: poppins;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
}
.slider-content .slide-headding-second p{
    font-size: 14px;
    color: #fff;
    font-family: poppins;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0;
}
.button-sec {
    text-align: left;
    margin-top: 24px;
}
.slide-headding-second .button-sec a {
    background-image: linear-gradient(#1D9CA9, #91CB74);
    padding: 8px 32px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-family: poppins;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0px 0px 10px #6b9f50;
}
.three-icon.main{
    position: relative;
    transition: all 1s;
}
.three-icon{
    transition: all .8s;
    padding: 1px;
}
.three-icon.main span{
    transition: all 1s;
}
.three-icon.main span:nth-child(2) {
    display: none;
    transition: all .8s;
}
.three-icon.main span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    position: absolute;
    transition: all .8s;
}
.three-icon.main span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all .8s;
}


.header-nav {
    z-index: 99999;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 14px 30px;
    height: 100%;
    width: 280px;
    text-align: left;
    background: #ffffff !important;
    color: #000;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    box-shadow: 0px 0px 30px #8fca74;
  }
  .mega-menu-sidebar ul {
        list-style: none;
    }
    .mega-menu-sidebar ul a {
        font-size: 14px !important;
    }

  nav.header-nav.main {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}
.qlwapp-whatsapp {
    margin-top: 25px;
    background: #fff;
    border: 1px solid #39ae41;
    border-radius: 30px;
    padding: 5px;
}
.qlwapp-whatsapp i.whatsapp-icon {
    margin-right: 5px;
    display: inline-block;
}
.qlwapp-whatsapp a{
    text-decoration: none;
}
.qlwapp-container {
    text-align: center;
}
.qlwapp-whatsapp span.qlwapp-text {
    color: #39ae41;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 500;
}

.header-nav__content ul.header-nav__list {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header-nav__content ul.header-nav__list li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 4px;
}
.header-nav__content ul.header-nav__list li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
}
.header-nav__content ul.header-nav__social {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    align-items: center;
}
.header-nav__content ul.header-nav__social a img {
    display: block;
    width: 100%;
    transition: all .6s;
}
.header-nav__content ul.header-nav__social a img:hover {
    transform: rotate(360deg);
    background: #e8ffdf;
    border-radius: 25px;
}
.review-content{
    margin: 80px 0px;
}
.review-content .row {
    width: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
}

.review-details ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}
.review-details ul li {
    margin: 0;
    list-style: none;
}
li.border-rig {
    background: #1d9ca9;
    margin: 0;
    padding: 0;
    width: 4px;
    height: 100px;
}
.review-details ul li span.number {
    font-size: 50px;
    font-weight: 500;
    color: #1D9CA9;
    font-family: 'poppins';
    font-style: normal;
}
.review-details ul li span.text {
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 500;
    color: #1D9CA9;
    vertical-align: text-bottom;
    margin-left: 8px;
}
.review-details ul li p {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    font-family: 'poppins';
    font-style: normal;
    color: #1D9CA9;
}

.what-wedo-bg{
    background-image: url(../images/banner/what-wedo-banner.jpg);
    background-attachment:scroll;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 85px 0px 70px 0px;
}
.whatdo-section-col .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.what-wedo-bg .whatdo-content p {
    font-family: 'poppins';
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}
.what-wedo-bg .whatdo-content h3 {
    font-family: 'poppins';
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 60px;
}
.whatdo-content .row {
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    vertical-align: middle;
}
.what-wedo-bg .whatdo-content img {
    width: 30%;
    height: auto;
    float: right;
    clear: both;
}
.whatdo-section-col .colum-cont {
    background: #fff;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    min-height: 300px;
    transition: all ease .5s;
}
.whatdo-section-col .colum-cont:hover{
    transform: translateY(-20px);
}
.whatdo-section-col .colum-cont h4 {
    color: #000;
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 500;
    margin: 12px 0px;
    font-style: normal;
}
.whatdo-section-col .colum-cont p {
    color: #000;
    font-size: 15px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
}

.about-section{
    position: relative;
    margin-bottom: 80px;
}
.about-section .row {
    width: 100%;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.about-section .about-content p {
    font-family: 'poppins';
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.about-section .about-content h3 {
    font-family: 'poppins';
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
}
.about-section .about-content p.abou-para {
    font-size: 16px;
    line-height: 24px;
}
.desi-services .circl-button {
    width: 130px;
    height: 130px;
    border: 1px solid #000;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    transition: all .5s;
}
.desi-services .circl-button:hover{
    background-image: linear-gradient(#1D9CA9, #91CB74);
}
.desi-services .circl-button a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-family: 'poppins';
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 30px;
}
.desi-services .circl-button a:hover{
    color: #fff;
}
.desi-services .desi-services-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.desi-services .desi-services-content{
    margin-top: 20px;
}
.desi-services .desi-services-content ul li{
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    position: relative;
}
.desi-services .desi-services-content ul li::after{
    content: "";
    display: inline-block;
    border: 2px solid #000;
    padding: 10px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    position: absolute;
    right: 0px;
    top: 5px;
}
.desi-services .desi-services-content ul li::before {
    content: "";
    display: inline-block;
    border: 2px solid #000;
    padding: 5px;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
}
.desi-services .desi-services-content ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'poppins';
    display: block;
}
.about-section .circle-about {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background: transparent radial-gradient(closest-side at 50% 50%, #91CB74 0%, #1D9CA9 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translate(-96%, -5%);
}
.about-section .circle-about span {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    font-family: 'poppins';
    font-style: normal;
    display: block;
    padding-top: 36px;
}
.about-section .circle-about p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    font-family: 'poppins';
    font-style: normal;
    margin: 0;
    padding: 0;
    margin-top: -20px;
}


.our-services-sec {
    background: #E0FCF6;
    padding: 70px 0px;
}
.our-services-sec .service-content {
    text-align: center;
    margin-bottom: 50px;
}
.our-services-sec .service-content p{
    font-family: 'poppins';
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.our-services-sec .service-content h3{
    font-family: 'poppins';
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
}
.service-sec-cont .row {
    width: 100%;
    margin: 0;
    padding: 0;
}
.service-sec-cont .row .col-sm-3 {
    margin-bottom: 30px;
}
.service-sec-cont .sec-cont {
    background: #fff;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 30px;
    min-height: 300px;
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 2px #84848429;
    transition: all ease .4s;
    overflow: hidden;
}
.service-sec-cont .sec-cont > img {
    width: 15%;
    height: auto;
    transition: all .5s;
}
.service-sec-cont .sec-cont > img:hover {
    transform: scale(1.1);
}

.corner-image img {
    width: 76px;
    height: 77px;
}
.service-sec-cont .sec-cont:hover{
    transform: translateY(-20px);
}
.service-sec-cont .sec-cont h4 {
    color: #000;
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 500;
    margin: 10px 0px;
    font-style: normal;
}
.service-sec-cont .sec-cont p {
    color: #000;
    font-size: 14px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    padding: 0px 12px;
}
.service-sec-cont .sec-cont .corner-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.services-bottom-sec {
    border-top: 1px solid;
    padding-top: 10px;
    width: 100%;
    display: block;
}
.services-bottom-sec a {
    font-size: 15px;
    font-family: 'poppins';
    color: #000;
    font-weight: 400;
    font-style: normal;
    background: transparent;
    border: 0;
    text-decoration: underline;
}
.services-bottom-sec a:hover{
    background: transparent;
    border: 0;
    color: #000;
    box-shadow: 0 0 0 0 #000;
    outline: 0;
}
.services-bottom-sec a:focus{
    background: transparent;
    border: 0;
    color: #000;
    box-shadow: 0 0 0 0 #000;
}

.testimonial-sec{
    background-image: url(../images/banner/testimonial-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 880px;
    background-size: cover;
    margin: 80px 0px;
    padding: 80px 0px;
}
.testimonial-sec .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    margin: 0;
}
.testimonial-content p{
    font-family: 'poppins';
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.testimonial-content h3{
    font-family: 'poppins';
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}
.testimonial-slider.owl-carousel.owl-theme {
    margin-top: 40px;
    position: relative;
}
.testimonial-slider .testimo-cont-pal p {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    width: 80%;
}
.testimonial-slider .testimo-cont-pal .border-bottom-pal {
    border: 1px solid #000;
    margin: 40px 0px;
}
.testimo-cont-pal .nameandimage {
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    margin: 0;
}
.testimo-cont-pal .nameandimage span {
    margin-right: 30px;
}
.testimo-cont-pal .nameandimage span.nameandesition {
    vertical-align: middle;
    width: 100%;
    display: block;
}
.testimo-cont-pal .nameandimage span.nameandesition h5 {
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 600;
    font-style: normal;
    color: #000;
}
.testimo-cont-pal .nameandimage span.nameandesition p{
    font-weight: 400;
    font-family: 'poppins';
    font-size: 18px;
    font-style: normal;
    color: #000;
}
.testimonial-slider .owl-controls{
    margin: 0 !important;
    float: right;
    clear: both;
    display: inline-block;
}

.grow-business-sec{
    background-image: url(../images/banner/grow-business-banner.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 80px 0px;
    height: 702px;
    overflow: hidden;
}
.creative-idea-cont .row {
    width: 100%;
    margin: 0;
}
.grow-business-sec .creative-idea-cont h3 {
    color: #fff;
    font-size: 28px;
    font-family: 'poppins';
    font-weight: 600;
    margin-bottom: 20px;
}
.creative-idea-cont .row .professional-cont ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 30px 0px;
    vertical-align: middle;
    align-items: center;
}
.creative-idea-cont .row .professional-cont ul li {
    padding-right: 25px;
}
.creative-idea-cont .border-bottom-pal {
    border: 1px solid #fff;
    margin: 25px 0px;
}
.creative-idea-cont .row .professional-cont ul li img {
    display: block;
}
.creative-idea-cont .row .professional-cont ul li h5 {
    color: #fff;
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 500;
    font-style: normal;
}
.creative-idea-cont .row .professional-cont ul li p {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
}
.creative-idea-cont .since-sec p {
    font-family: 'poppins';
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    margin: 0;
}
.creative-idea-cont .since-sec h3 {
    font-family: 'poppins';
    font-size: 60px;
    color: transparent;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
}
.creative-idea-cont .since-sec img{
    width: 100%;
    display: block;
}

.our-digital-sec {
    background: #E0FCF6;
    margin: 80px 0px;
    padding-bottom: 40px;
}

.best-digital-cont .row {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.best-digital-cont .leading-cont p {
    font-family: 'poppins';
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.best-digital-cont .leading-cont h3 {
    font-family: 'poppins';
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}
.best-digital-cont .leading-cont-circle ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 80px;
}
.best-digital-cont .leading-cont-circle ul li {
    margin-right: 10px;
    text-align: center;
}
.leading-cont-circle li.border-rig {
    width: 2px;
    height: auto;
    background: #000;
    margin: 0;
    padding: 0;
}
.best-digital-cont .leading-cont-circle ul li span.number {
    font-size: 40px;
    font-family: 'poppins';
    font-weight: 600;
    width: 150px;
    color: #fff;
    height: 150px;
    display: inline-block;
    background: transparent linear-gradient(180deg, #1D9CA9 0%, #91CB74 100%) 0% 0% no-repeat padding-box;
    border: 10px solid #FFFFFF;
    border-radius: 100%;
    padding: 38px 0px 0px 0px;
    text-align: center;
}
.best-digital-cont .leading-cont-circle ul li span.text {
    display: block;
    text-align: center;
    font-family: 'poppins';
    font-size: 22px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin-top: 25px;
}
.best-digital-cont .faq-sec {
    padding: 40px 30px;
    background: transparent linear-gradient(180deg, #1D9CA9 0%, #91CB74 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 40px;
}
.best-digital-cont .faq-sec .accordion-item {
    background-color: #fff0;
    border: 0;
}
.best-digital-cont .faq-sec .accordion-item .accordion-button:not(.collapsed){
    background-color: #e7f1ff00;
}
.best-digital-cont .faq-sec .accordion-item .accordion-button{
    background-color: #e7f1ff00;
    border-bottom: 1px solid #fff;
}
.best-digital-cont .faq-sec .accordion-item .accordion-button:focus{
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
.best-digital-cont .faq-sec .accordion-item 
.accordion-header .accordion-button{
    color: #fff;
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 400;
}
.best-digital-cont .faq-sec .accordion-item .accordion-body {
    color: #fff;
    font-family: 'poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.profe-staff-cont-icon ul {
    width: 100%;
    margin: 0;
    vertical-align: middle;
    padding: 0;
}
.profe-staff-cont-icon ul li {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}
.profe-staff-cont-icon ul li span:first-child {
    margin: 0px 30px 0px 0px;
}
.profe-staff-cont-icon ul li span:last-child {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'poppins';
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.global-brands-sec{
    background-image: url(../images/banner/brands-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 830px;
    padding: 200px 0px 80px 0px;
}
.global-brand-content p {
    font-family: 'poppins';
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.global-brand-content h3 {
    font-family: 'poppins';
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 60px;
    text-align: center;
}
.brand-sec {
    background: #e0fcf6d1;
    padding: 60px 0px;
}
.brand-sec .item img {
    width: 100%;
}

.close-icon {
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 1s;
    margin-bottom: 10px;
}
.close-icon span{
    width: 24px;
    display: block;
    background: #000;
    height: 2px;
    margin: 10px;
    transition: all .8s;
}
.close-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    position: absolute;
    transition: all .8s;
}
.close-icon span:nth-child(2) {
    display: none;
    transition: all .8s;
}
.close-icon span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all .8s;
}
nav.header-nav.main .header-nav__content img.light-mode-item.navbar-brand-item {
    width: 75%;
}

.contact-information-sec{
    background-image: url(../images/banner/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: scroll;
    margin: 80px 0px;
    padding: 0px 0px 80px 0px;
}
.contact-information-content .contact-us-content {
    padding-top: 70px;
}
.contact-information-sec .contact-information-content .row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}
.contact-information-sec .contact-information-content .contact-us-content p:first-child {
    font-family: 'poppins';
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.contact-information-sec .contact-information-content .contact-us-content h3 {
    font-family: 'poppins';
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}
.contact-information-sec .contact-information-content .contact-us-content p:last-child {
    font-family: 'poppins';
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    width: 74%;
}
.address-details {
    margin: 50px 0px;
}
.address-details .phone-email {
    margin: 0px 0px 40px 0px;
}
.address-details .phone-email h5 {
    color: #000;
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 14px;
}
.address-details .phone-email a{
    color: #000000;
    font-family: 'poppins';
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.address-details .phone-email p{
    color: #000000;
    font-family: 'poppins';
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.address-details .phone-email ul {
    display: flex;
    list-style: none;
    margin: 14px 0px 0px 0px;
    padding: 0;
    width: 100%;
    justify-content: space-between;
}
.contact-form {
    background: #fff;
    padding: 40px 40px 70px 40px;
    transition: all ease .5s;
}
.contact-form:hover{
    transform: translateY(-20px);
}
.contact-form p{
    font-size: 20px;
    font-weight: 400;
    font-family: 'poppins';
    font-style: normal;
    text-align: left;
    color: #000;
}
.contact-form h4{
    font-size: 30px;
    font-weight: 500;
    font-family: 'poppins';
    font-style: normal;
    text-align: left;
    color: #000;
}
.contact-form form.cont-form span.name {
    display: block;
    width: 100%;
}
.contact-form form.cont-form span.name input[type="text"],
.contact-form span.Message textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    outline: 0;
}
.contact-form form.cont-form span.email {
    display: inline-block;
    width: 100%;
}
.contact-form form.cont-form span.email input[type="email"]{
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    outline: 0;
}
.contact-form form.cont-form span.phone {
    display: inline-block;
    width: 100%;
}
.contact-form form.cont-form span.phone input[type="number"]{
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    outline: 0;
}
.contact-form form.cont-form span.massage textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    outline: 0;
}

.contact-form form.cont-form button {
    color: #000;
    font-size: 15px;
    font-family: 'poppins';
    background: transparent;
    border: 0;
    font-weight: 500;
    position: relative;
    padding: 0px 0px 0px 22px;
    margin-top: 30px;
    transition: all .5s;
}
.contact-form form.cont-form button::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 100%;
    position: absolute;
    top: -14px;
    left: 0;
    transition: all .4s;
}
.contact-form form.cont-form button:hover::before{
    width: 134px;
    height: 50px;
    border-radius: 80px;
    border: 1px solid linear-gradient(#1D9CA9, #91CB74);
}

.our-services-sec.blog-sec .service-sec-cont.blog-cont .sec-cont {
    padding: 0;
    text-align: left;
}
.our-services-sec.blog-sec .service-sec-cont.blog-cont img {
    width: 100%;
    display: block;
}
.our-services-sec.blog-sec .service-sec-cont.blog-cont .sec-cont h4{
    padding: 0px 10px;
}
.our-services-sec.blog-sec .service-sec-cont.blog-cont .sec-cont h4 {
    padding: 0px 14px;
}
.our-services-sec.blog-sec .service-sec-cont.blog-cont .sec-cont p {
    padding: 0px 14px;
}
.our-services-sec.blog-sec .service-sec-cont.blog-cont .sec-cont .blog-bottom-sec a {
    font-size: 15px;
    font-family: 'poppins';
    font-weight: 400;
    padding: 10px 30px;
    margin: 0px 14px;
    background-image: linear-gradient(#1D9CA9, #91CB74);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}
.our-services-sec.blog-sec .service-sec-cont.blog-cont .sec-cont .blog-bottom-sec{
    margin-top: 20px;
    margin-bottom: 28px;
}

.footer{
    background: transparent linear-gradient(180deg, #91CB74 0%, #1D9CA9 100%) 0% 0% no-repeat padding-box;
    padding: 20px 0px 0px 0px;
    border-top: 1.5px solid #25d366;
}
.footer .row {
    width: 100%;
    margin: 0;
}
.footer .row .col-sm-6 {
    padding: 0;
}
.footer .footer-content .foot-heading h4{
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 500;
    color: #fff;
}
.footer .footer-content .foot-content ul {
    width: 100%;
    list-style: none;
    padding: 0;
}
.footer .footer-content .foot-content ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer .footer-content .foot-content ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-family: 'poppins';
}
.footer-content .new-content h5 {
    font-size: 16px;
    color: #fff;
    font-family: 'poppins';
    margin: 0px 0px 5px 0px;
}
.footer-content .new-content p{
    font-size: 14px;
    font-family: 'poppins';
    font-weight: 400;
    color: #fff;
    width: 92%;
}
.footer-content .new-content form {
    position: relative;
}
.footer-content .new-content form input {
    width: 90%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 39px;
    opacity: 1;
    padding: 8px;
    outline: 0;
}
.footer-content .new-content form button.massage-icon{
    opacity: 0;
}
.footer-content .new-content form label img {
    position: absolute;
    top: 2px;
    right: 60px;
    padding: 5px;
    cursor: pointer;
}
.footer .row .footer-right-img img {
    width: 70%;
    display: block;
}
.copywrite {
    background-color: #91CB74;
    padding: 6px;
}


.copywrite{
    background-image: linear-gradient(360deg, black, transparent);
}
.copywrite .row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.copywrite .row .socil-icon ul {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.copywrite .row p.rights {
    color: #fff;
    font-size: 14px;
    font-family: 'poppins';
    text-align: left;
    margin: 0;
}
.copywrite .row p.creat {
    color: #fff;
    font-size: 14px;
    font-family: 'poppins';
    text-align: right;
    margin: 0;
}
.copywrite .row .socil-icon ul img {
    filter: invert(1);
    width: 70%;
}


.about-banner{
    background-image: url(../images/banner/about-banner-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 78px;
    margin-bottom: 80px;
}
.about-brudcrumb {
    background: transparent linear-gradient(180deg, #91cb74b9 0%, #1d9ba9bf 100%) 0% 0% no-repeat padding-box;
    padding: 46px 0px;
}
.about-brudcrumb .row {
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    vertical-align: middle;
}
.about-brudcrumb .row nav li.breadcrumb-item {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
}
.about-brudcrumb .row nav li.breadcrumb-item.active {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 300;
}
.about-brudcrumb .row nav li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}
.about-brudcrumb .row nav h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    font-family: 'poppins';
    font-style: normal;
}
.about-brudcrumb .row nav ol.breadcrumb {
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
}
.about-brudcrumb .row .about-dot-image {
    text-align: right;
}
.about-cont-sec .about-sec-text-img .row {
    width: 100%;
    margin: 0;
}
.about-cont-sec .about-sec-text-img .row .sec-cont-abo {
    background: transparent linear-gradient(180deg, #1d9ba9bf 0%, #91cb74b9 100%) 0% 0% no-repeat padding-box;
    padding: 30px 15px 30px 15px;
    text-align: center;
    min-height: 270px;
    transition: all ease .5s;
}
.sec-cont-abo:hover{
    transform: translateY(-20px);
    box-shadow: 0px 5px 0px #ffffc5;
}
.about-cont-sec .about-sec-text-img .row .sec-cont-abo h4 {
    color: #fff;
    font-family: 'poppins';
    font-size: 24px;
    font-style: normal;
    margin: 10px 0px;
}
.about-cont-sec .about-sec-text-img .row .sec-cont-abo p {
    color: #fff;
    font-family: 'poppins';
    font-size: 16px;
    font-style: normal;
    margin: 10px 0px;
}

.together-sec {
    background: transparent linear-gradient(180deg, #91CB74 0%, #1D9CA9 100%) 0% 0% no-repeat padding-box;
}
.together-sec .row {
    width: 100%;
    margin: 0;
    align-items: center;
}
.together-sec .together-sec-content p:nth-child(1) {
    font-family: 'poppins';
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}
.together-sec .together-sec-content h3 {
    font-family: 'poppins';
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    font-style: normal;
}
.together-sec .together-sec-content p {
    font-family: 'poppins';
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}
.button-sec a{
    background-image: linear-gradient(#1D9CA9, #91CB74);
    padding: 8px 32px;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    font-family: poppins;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0px 0px 10px #6b9f50;
}
.together-sec .row .together-sec-img img {
    width: 100%;
}

.choose-sec{
    background-image: url(../images/banner/choose-banner.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 605px;
    padding: 40px 0px;
}
.choose-sec .choose-content p:nth-child(1) {
    font-family: 'poppins';
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-family: 'poppins';
}
.choose-sec .choose-content p.abou-para {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    font-family: 'poppins';
}
.choose-sec .choose-content h3 {
    font-family: 'poppins';
    font-size: 39px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'poppins';
}
.fast-plan-support {
    margin-top: 40px;
}
.fast-plan-support .row {
    width: 100%;
    margin: 0;
}
.fast-plan-support .row .sec-content {
    text-align: center;
}
.fast-plan-support .row .sec-content .choose-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #1D9CA9 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
    padding-left: 18px;
    margin-bottom: 24px;
}
.fast-plan-support .row .sec-content h4 {
    font-family: 'poppins';
    font-size: 24px;
    font-style: normal;
    margin: 10px 0px;
    font-weight: 500;
    color: #000;
}
.fast-plan-support .row .sec-content p {
    font-family: 'poppins';
    font-size: 16px;
    font-style: normal;
    margin: 10px 0px;
    font-weight: 400;
    color: #000;
    width: 80%;
    margin: 0 auto;
}

.future-sec {
    padding: 0px 0px;
}
.future-sec .future-sec-content {
    text-align: center;
}
.future-sec .future-sec-content p:nth-child(1){
    font-family: 'poppins';
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    font-family: 'poppins';
    text-align: center;
}
.future-sec .future-sec-content h3{
    font-family: 'poppins';
    font-size: 39px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'poppins';
}
.future-sec .future-sec-content p.abou-para {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    font-family: 'poppins';
}
.future-sec .future-col {
    margin-top: 40px;
}
.future-sec .future-col .row {
    width: 100%;
    margin: 0;
}
.future-sec .future-col .row .mission-sec h4 {
    font-family: 'poppins';
    font-size: 24px;
    font-style: normal;
    margin: 10px 0px;
    font-weight: 500;
    color: #000;
}
.future-sec .future-col .row .mission-sec p {
    font-family: 'poppins';
    font-size: 16px;
    font-style: normal;
    margin: 10px 0px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}
.future-sec .future-col .row .mission-sec img {
    width: 100%;
    display: block;
}

.team-member{
    background-image: url(../images/banner/team-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}
.team-member .team-sec-cont p {
    text-align: center;
    font-family: 'poppins';
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.team-member .team-sec-cont h3 {
    text-align: center;
    font-family: 'poppins';
    font-size: 39px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 40px;
}
.team-member .expert-team .row {
    width: 100%;
    margin: 0;
    position: relative;
}
.team-member .expert-team .row .team-img-cont {
    position: relative;
    text-align: center;
    z-index: 9;
}
.team-member .expert-team .row .team-img-cont img {
    width: 100%;
    display: block;
}
.team-member .expert-team .row .team-img-cont h4{
    font-family: 'poppins';
    font-size: 24px;
    font-style: normal;
    margin: 10px 0px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 10px;
}
.team-member .expert-team .row .team-img-cont p{
    font-family: 'poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}
.team-member .expert-team .row .bg-back {
    height: 0;
}
.team-member .expert-team .row .bg-back::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 250px;
    background: transparent linear-gradient(180deg, #1D9CA9 0%, #91CB74 100%) 0% 0% no-repeat padding-box;
    position: relative;
    left: 0;
    bottom: 230px;
}

.service-banner{
    background-image: url(../images/banner/services-banner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    padding: 27px 0px 0px 0px;
    margin-bottom: 80px;
}
.service-banner-cont .row {
    width: 100%;
    margin: 0;
    align-items: center;
}
.service-banner-cont .row nav ol.breadcrumb {
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
}
.service-banner-cont .row nav li.breadcrumb-item {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
}
.service-banner-cont .row nav li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}
.service-banner-cont .row nav li.breadcrumb-item.active {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 300;
}
.service-banner-cont .row nav h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    font-family: 'poppins';
    font-style: normal;
}
.service-banner-cont .row nav h2 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    font-family: 'poppins';
    font-style: normal;
    margin: 20px 0px;
}
.service-banner-cont .row nav p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'poppins';
    font-style: normal;
}

.work-sec {
    padding: 80px 0px;
}
.work-sec .work-sec-cont {
    text-align: center;
}
.work-sec .work-sec-cont p {
    color: #000;
    font-family: 'poppins';
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
}
.work-sec .work-sec-cont h3 {
    font-family: 'poppins';
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 40px;
}
.work-sec .work-col-sec .row {
    width: 100%;
    margin: 0;
}
.work-sec .work-col-sec .row .work-cont {
    padding: 30px 16px;
    text-align: center;
    width: 100%;
    background: #E0FCF6 0% 0% no-repeat padding-box;
    transition: all ease .5s;
}
.work-cont:hover{
    transform: translateY(-20px);
    box-shadow: 0px 5px 0px #1D9CA9;
}
.work-sec .work-col-sec .row .work-cont span {
    width: 80px;
    height: 80px;
    display: block;
    background: #1D9CA9;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 40px;
    font-family: 'poppins';
    font-weight: 600;
    font-style: normal;
    padding-top: 10px;
    margin-bottom: 15px;
}
.work-sec .work-col-sec .row .work-cont h4 {
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
}
.work-sec .work-col-sec .row .work-cont p{
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
}

.digital-jouney {
    padding: 168px 0px;
    background-image: url(../images/banner/digital-journey-banner.jpg);
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
.digital-jouney .digital-sec-cont p:first-child {
    font-family: 'poppins';
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.digital-jouney .digital-sec-cont h3 {
    font-family: 'poppins';
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
}
.digital-jouney .digital-sec-cont p.abou-para {
    font-family: 'poppins';
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}
.digital-jouney .digital-sec-cont {
    width: 49%;
}

.service-banner{
    background-image: url(../images/banner/services-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 27px 0px 0px 0px;
    margin-bottom: 80px;
}
.service-banner.contact-us {
    padding: 6px 0px 0px 0px;
    background-size: cover;
}
.answer-question-sec{
    background-image: url(../images/banner/ans-ques-banner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0px;
    margin-bottom: 80px;
    height: 695px;
    position: relative;
}
.answer-question-sec .ans-ques-cont {
    position: absolute;
    top: 30%;
    width: 32%;
}
.answer-question-sec .ans-ques-cont h4 {
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 800;
    font-style: normal;
    line-height: 32px;
    color: #1D9CA9;
    margin-bottom: 46px;
    text-shadow: 0px 0px 20px #fff;
}

.career-sec-banner img {
    width: 100%;
    display: block;
}
.career-start-cont {
    margin: 80px 0px;
}
.career-start-cont .row {
    width: 100%;
    margin: 0;
    align-items: center;
}
.career-start-cont .row .start-img-cont img {
    width: 100%;
    display: block;
}
.career-start-cont .row .start-cont-sec p{
    font-family: 'poppins';
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.career-start-cont .row .start-cont-sec h3{
    font-family: 'poppins';
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
}
.career-start-cont .row .start-cont-sec p.abou-para {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.our-values-sec .our-values-cont {
    margin-bottom: 60px;
    text-align: center;
}
.our-values-sec .our-values-cont p{
    font-family: 'poppins';
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.our-values-sec .our-values-cont h3{
    font-family: 'poppins';
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
}
.our-values-sec .values-cont-sec .row {
    width: 100%;
    margin: 0;
    margin-bottom: 80px;
}
.our-values-sec .values-cont-sec .row .care-deeply {
    padding: 30px 9px;
    background: #E0FCF6;
    min-height: 274px;
    transition: all ease .5s;
}
.care-deeply:hover{
    transform: translateY(-20px);
    box-shadow: 0px 5px 0px #1D9CA9;
}
.our-values-sec .values-cont-sec .row .care-deeply span.icon {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.our-values-sec .values-cont-sec .row .care-deeply span.value-text {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 500;
    font-style: normal;
}

.our-culture-sec{
    padding: 80px 0px;
    background: #E0FCF6;
}
.our-culture-sec .our-cluture-cont {
    text-align: center;
    margin-bottom: 30px;
}
.our-culture-sec .our-cluture-cont p{
    font-family: 'poppins';
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.our-culture-sec .our-cluture-cont h3{
    font-family: 'poppins';
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
}
.our-culture-slider.owl-carousel.owl-theme .item{
    margin: 0px 10px;
}
.our-culture-slider.owl-carousel.owl-theme .item img {
    width: 100%;
}
.our-culture-slider.owl-carousel.owl-theme .owl-controls {
    display: none !important;
}

.opening-post-sec {
    padding: 80px 0px;
    margin: 80px 0px 0px 0px;
    background: #e0fcf6;
}
.opening-post-sec .opening-post-cont {
    text-align: center;
}
.opening-post-sec .opening-post-cont p{
    font-family: 'poppins';
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.opening-post-sec .opening-post-cont h3{
    font-family: 'poppins';
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
}
.opening-post-sec .opening-form-sec .row {
    width: 100%;
    margin: 0;
}
.opening-post-sec .opening-form-sec .row .post-bg-opening {
    background: #fff;
    padding: 30px 40px;
    height: 100%;
}
.opening-post-sec .opening-form-sec {
    margin-top: 60px;
}
.opening-post-sec .opening-form-sec .row .post-icon-text {
    width: 100%;
    align-items: center;
    display: flex;
    vertical-align: middle;
    margin-bottom: 20px;
}
.post-icon-text span.text{
    display: inline-block;
    margin-left: 20px;
}
.post-icon-text span.text h5 {
    margin: 0;
}
.post-icon-text span.text p {
    margin: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    margin-top: 6px;
}
.post-icon-text span.text h5 {
    margin: 0;
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 500;
    font-style: normal;
}
.opening-post-sec .opening-form-sec .row .post-form-cont {
    padding: 30px 40px;
    background: #fff;
}
.opening-form-sec .row .post-form-cont .form-cont-heading h4 {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px;
    text-align: center;
}
.opening-form-sec .row .post-form-cont .form-field {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.opening-form-sec .row .post-form-cont .form-field span.name {
    width: 49%;
    display: inline-block;
}
.opening-form-sec .row .post-form-cont .form-field span.name label {
    display: block;
    width: 100%;
    font-size: 17px;
    font-family: 'poppins';
    font-weight: 500;
}
.opening-form-sec .row .post-form-cont .form-field span.name label.error{
    font-size: 14px;
    color: #ff0000;
    font-weight: 400;
}
.opening-form-sec .row .post-form-cont .form-field span.name input {
    width: 94%;
    padding: 0px 5px;
    border: 0;
    border-bottom: 1px solid #000;
    outline: 0;
}
.opening-form-sec .row .post-form-cont .form-field span.name select {
    width: 94%;
    padding: 10px 5px;
    border: 0;
    border-bottom: 1px solid #000;
    outline: 0;
}
.opening-form-sec .row .post-form-cont .form-field span.name input[type="date"] {
    width: 94%;
    padding: 10px 5px;
    border: 0;
    border-bottom: 1px solid #000;
    outline: 0;
}
.opening-form-sec .row .post-form-cont .form-field span.name input[type="file"] {
    width: 94%;
    padding: 10px 5px;
    border: 0;
    border-bottom: 1px solid #000;
    outline: 0;
}
.opening-form-sec .row .post-form-cont .form-field span.name textarea {
    width: 94%;
    padding: 10px 5px;
    border: 0;
    border-bottom: 1px solid #000;
    outline: 0;
}   
.opening-form-sec .row .post-form-cont .form-field span.name label span.red {
    color: #ff0000;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-family: 'poppins';
}

.opening-form-sec .row .post-form-cont .form-field button {
    color: #000;
    font-size: 15px;
    font-family: 'poppins';
    background: transparent;
    border: 0;
    font-weight: 500;
    position: relative;
    padding: 0px 0px 0px 22px;
    margin-top: 30px;
    transition: all .5s;
}
.opening-form-sec .row .post-form-cont .form-field button::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 100%;
    position: absolute;
    top: -14px;
    left: 0;
    transition: all .4s;
}
.opening-form-sec .row .post-form-cont .form-field button:hover::before {
    width: 134px;
    height: 50px;
    border-radius: 80px;
    border: 1px solid linear-gradient(#1D9CA9, #91CB74);
}
.opening-form-sec .row .post-form-cont .form-field.butt {
    text-align: center;
    margin: 60px 0px;
}

/*##################### Top Button Css Start ################# */
div#backto-top.show {
    opacity: 1;
    visibility: visible;
}
div#backto-top {
    position: fixed;
    right: 80px;
    bottom: 80px;
    z-index: 999;
    cursor: pointer;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
div#backto-top span.topicon {
    background: #ffffff;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 100%;
    position: relative;
    box-shadow: 1px 1px 15px #efebeb61;
    border: 1px solid #019345;
}
div#backto-top span.topicon::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #019345;
    border-right: 2px solid #019345;
    padding: 4px;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*##################### whatsapp Button Css start ################# */
    .float-whatsapp {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 160px;
        right: 80px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .whatsaap-chat a:hover {
        color: #fff;
    }
    a.float-whatsapp svg.svg-inline--fa.fa-whatsapp {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/*##################### whatsapp Button Css End ################# */

/*##################### Thank-You page Css Start ################# */

    .thank-sec {
        padding: 80px;
        text-align: center;
    }
    .thank-sec .thanks-content .button-sec {
        text-align: center;
    }
    .thank-sec .thanks-content p {
        text-align: center;
        font-size: 20px;
        font-family: 'poppins';
        font-weight: 500;
        margin: 30px;
    }
    .thank-sec .thanks-content img{
        display: inline-block;
        width: auto;
    }
    
/*##################### Thank-You page Css Start ################# */

.our-digital-sec.faq-page {
    margin: 0;
    padding: 40px;
}
.ajax-loader{
    text-align: center;
}
.ajax-loader img.img-responsive {
    width: 40% !important;
}

/* ############################ Services css start ################### */
.affiliate-sec .services-content-affiliate {
    margin-top: 20px;
    margin-bottom: 20px;
}
.affiliate-sec .services-content-affiliate h1 {
    font-size: 32px;
    font-family: 'poppins';
    font-weight: 600;
    font-style: normal;
    text-align: center;
}
.affiliate-sec .services-content-affiliate p {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.service-form {
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 20px;
    margin: 0 auto 20px auto;
    box-shadow: 0px 0px 10px #ddd;
}
.service-form .cont-form span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.service-form .cont-form span select {
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid #000;
    border-radius: 0;
}
.service-form .cont-form span input {
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid #000;
    border-radius: 0;
}
.service-form .cont-form button {
    background-image: linear-gradient(#1D9CA9, #91CB74);
    padding: 8px 32px;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    font-family: poppins;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0px 0px 10px #6b9f50;
    border: 0;
    margin-top: 15px;
}
.service-form .cont-form span.ser-button{
    text-align: center;
}


.hiring a img {
    width: 60%;
}
.hiring{
    width: 15%;
    height: auto;
    z-index: 9999;
    position: fixed;
    top: 20px;
    left: 25%;
    animation: 1.25s ease-in-out infinite alternate moveIt;
    background-position: center;
    display: flex;
}
@keyframes moveIt{
    0% {
        transform: translateX(-20px) scale(.9, 1) rotateX(-45deg);
    }
    
    100% {
        transform: translateX(20px) scale(1, .9) rotateY(45deg);
    }
}

