*,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0
}

.hamburger,body {
    position: relative
}

.closeIcon,.menu,.menuItem {
    color: #7fc20f
}

.btn-animated a:hover span:before,body {
    background-repeat: no-repeat;
    background-position: center
}

.roller,.vdoBox {
    overflow: hidden
}

*,.timeline {
    box-sizing: border-box
}

.timeline-content,.timeline-period {
    box-shadow: 0 0 2px 2px rgba(0,0,0,.2)
}

a,h4,h5,li,p,section.we-services .card ul li {
    font-family: Montserrat,sans-serif
}

.btn-animated a,.dropdown-ul li a,.menuItem,a,footer h5 a,section.service-wedo .main-wedo ul li.dropdown a {
    text-decoration: none
}

.carousel-cell,.hamburger,.menu-btn {
    cursor: pointer
}

@font-face {
    font-family: sherika;
    src: url("../fonts/Sherika Medium.ttf")
}

p {
    font-size: 16px
}

::selection {
    background-color: #fff;
    color: #7fc20f
}

body {
    font-family: sherika;
    background-image: url('../imgs/bg.webp');
    object-fit: cover;
    background-size: cover
}

.menuItem {
    display: block;
    margin: 2rem 4rem;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 2px
}

.closeIcon,.dropdown-ul {
    display: none
}

.hamburger {
    z-index: 100;
    top: 1rem;
    right: 1rem;
    padding: 4px;
    border: none;
    background: #ffffff00
}

.closeIcon {
    position: absolute;
    font-family: Montserrat
}

.menu {
    position: fixed;
    margin: 0 0 0 auto;
    width: 40%;
    transform: translateY(-115%);
    transition: transform .2s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #000;
    list-style: none;
    padding-top: 4rem
}

.anim-heading,.anim-vdo,.btn-animated,.btn-animated a,.dropdown-menu2,.vdoBox {
    position: relative
}

.dropdown-menu2 .menuItem,.dropdown-ul {
    margin: 0 4rem
}

.item,.slick-center>div>div {
    transition: transform 1s cubic-bezier(.165, .84, .44, 1)
}

.box1,.box4 {
    left: 200px;
    top: 0
}

.box2,.box3 {
    bottom: 0;
    right: 200px
}

.anim-heading h1,.box1 {
    background-color: #7fc20f
}

.showMenu {
    transform: translateY(0)
}

.dropdown-ul li {
    list-style: none
}

.dropdown-ul li a {
    text-align: center;
    color: #7fc20f;
    font-size: 20px
}

.dropdown-menu2:hover .dropdown-ul {
    display: block;
    background-color: #000
}

.dropdown-menu2 .menuItem img {
    width: 15px
}

.btn-animated a:hover {
    border: 1px solid #fff;
    padding: 22px 23px 22px 4px;
    background: #7fc20f;
    border-radius: 38px
}

.btn-animated a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    transition: .3s;
    font-family: Montserrat
}

.btn-animated a:hover span:before {
    content: "";
    background-image: url("../imgs/customicon.png");
    background-size: 40%;
    position: absolute;
    width: 70px;
    height: 50px;
    margin-left: -57px
}

.card .btn-animated a:hover span:before {
    margin-left: -32px;
    height: 28px;
    width: 40px
}

.bannerHeading h5,.process h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300
}

.about-main-content h2 span,.about-main-content h4 span,.bannerHeading span,.card .header h3 span,.main-contact-form h2 span,.portfolio span,.process span,.study-main h2 span,section.blog-sec h2 span,section.partner .partner-content h2 span,section.service-detail .detail-maincont h3 span,section.service-wedo .main-wedo ul li h3 span,section.service-wedo h2 span,section.service-wedo h4 span,section.studies .study-main h4 span {
    color: #7fc20f
}

.banner h1 {
    color: #d9d9d9;
    font-family: sherika;
    font-size: 100px;
    font-style: normal;
    font-weight: 499;
    line-height: 110px;
    letter-spacing: -3px;
    text-transform: capitalize
}

.anim-heading h1 {
    color: #000;
    text-align: center;
    border-radius: 72px;
    display: inline-block;
    padding: 10px 65px
}

.anim-vdo {
    display: flex;
    align-items: center;
    justify-content: center
}

.vdoBox {
    width: 325px;
    height: 550px;
    border: 4px solid #fff;
    border-radius: 25px
}

@-webkit-keyframes diagonal-slide {
    0% {
        left: 0;
        top: 0;
        background-color: #80c20f2c
    }

    100% {
        left: 50px;
        top: 100px;
        background-color: #80c20fff
    }
}

@keyframes diagonal-slide {
    0% {
        left: 0;
        top: 0;
        background-color: #80c20f5c
    }

    100% {
        left: 100px;
        top: 100px;
        background-color: #80c20f
    }
}

.box1 {
    -webkit-animation: 5s diagonal-slide;
    animation: 7s infinite diagonal-slide;
    border-radius: 10px;
    position: absolute;
    z-index: 1
}

.box2,.box3,.box4 {
    background-color: #68a105;
    border-radius: 10px;
    position: absolute;
    z-index: 1
}

@-webkit-keyframes diagonal-slide2 {
    0% {
        right: 0;
        bottom: 0;
        background-color: #80c20f45
    }

    100% {
        right: 100px;
        top: 100px;
        background-color: #80c20f
    }
}

@keyframes diagonal-slide2 {
    0% {
        right: 0;
        bottom: 0;
        background-color: #80c20f4e
    }

    100% {
        right: 200px;
        bottom: 100px;
        background-color: #80c20f
    }
}

.box2 {
    -webkit-animation: 5s diagonal-slide2;
    animation: 7s infinite diagonal-slide2
}

@keyframes diagonal-slide3 {
    0% {
        transform: matrix(1,0,0,1,0,-50);
        background-color: #80c20f4e
    }

    100% {
        transform: matrix(1,0,0,1,0,50);
        background-color: #80c20f
    }
}

.box3 {
    -webkit-animation: 1s diagonal-slide3;
    animation: 7s infinite diagonal-slide3
}

@keyframes diagonal-slide4 {
    0% {
        transform: matrix(1,0,0,1,0,50);
        background-color: #80c20f4e
    }

    100% {
        transform: matrix(1,0,0,1,0,-50);
        background-color: #80c20f
    }
}

.box4 {
    animation: 7s infinite diagonal-slide4
}

.process,.roller {
    position: relative
}

.vdoBox video {
    width: 100%;
    position: absolute;
    object-fit: cover
}

.banner-anim {
    width: 100%;
    display: flex;
    align-items: center
}

.h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 4rem
}

.roller {
    height: 4.125rem;
    line-height: 4rem;
    width: 100%;
    display: flex;
    color: #fff;
    text-transform: capitalize;
    font-size: 60px
}

#spare-time {
    font-size: 1rem;
    font-style: italic;
    letter-spacing: 1rem;
    margin-top: 0;
    color: #a8dadc
}

.roller #rolltext {
    border-radius: 25px;
    position: absolute;
    top: 0;
    animation: 11s ease-in-out infinite slide;
    color: #7fc20f;
    opacity: 0
}

#rolltext span {
    line-height: 21px
}

@keyframes slide {
    0% {
        top: 0;
        opacity: 1
    }

    25% {
        top: -4rem;
        opacity: 1
    }

    50% {
        top: -8rem;
        opacity: 1
    }

    72.5% {
        top: -12.25rem;
        opacity: 1
    }
}

@media screen and (max-width: 600px) {
    h1 {
        text-align:center;
        text-transform: uppercase;
        color: #f1faee;
        font-size: 2.125rem
    }

    .roller {
        height: 2.6rem;
        line-height: 2.125rem
    }

    #spare-time {
        font-size: 1rem;
        letter-spacing: .1rem
    }

    .roller #rolltext {
        animation: 5s infinite slide-mob
    }

    @keyframes slide-mob {
        0% {
            top: 0
        }

        25% {
            top: -2.125rem
        }

        50% {
            top: -4.25rem
        }

        72.5% {
            top: -6.375rem
        }
    }
}

.abtWorkBoxes h6,.process p,.processBox h6,.tab p,footer p,h5,section.founder .card .founder-content p.founder-name span {
    color: #fff
}

.process {
    padding: 100px 0 40px
}

.portfolio h1,.process h1 {
    color: #fff;
    font-size: 70px
}

.process p {
    width: 80%;
    margin: 0 auto
}

.abtWorkBoxes,.processBox {
    background-color: #2337004a;
    padding: 20px 30px;
    border: 1px solid #fff;
    border-radius: 30px
}

.timeline,.timeline-content {
    padding: 20px;
    position: relative
}

.abtWorkBoxes p,.processBox p {
    width: 100%;
    color: #b5b5b5
}

.process img,section.partner .partner-img.last img {
    width: 80%
}

.process .row,section.concept .row {
    justify-content: space-between
}

.second-row {
    justify-content: space-around!important
}

.timeline {
    width: 100%;
    height: 480px;
    overflow: auto;
    overflow-y: hidden;
    display: flex;
    margin-top: 50px
}

.timeline::-webkit-scrollbar {
    display: none
}

.timieline-title {
    font-size: 18px;
    font-family: Montserrat;
    color: #fff
}

.timeline-content {
    max-width: 20%;
    height: 154px;
    font-size: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start;
    border: 1px solid #848383;
    color: #b5b5b5;
    border-radius: 10px
}

.timeline-content:before {
    position: absolute;
    width: calc(100% + 14px);
    height: 4px;
    top: calc(100% + 10px);
    background: #fff;
    content: "";
    left: -7px;
    border-radius: 5px
}

.timeline-content:after {
    position: absolute;
    width: 4px;
    height: 25px;
    top: 100%;
    left: calc(50% - 10px);
    background: #fff;
    content: ""
}

.timeline-period {
    position: absolute;
    top: calc(100% + 25px);
    background: #7fc20f;
    padding: 10px;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    left: calc(50% - 60px)
}

.timeline-period:before {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 6px);
    z-index: 2
}

.timeline-content:nth-child(2n) {
    align-self: flex-end
}

.timeline-content:nth-child(2n):before {
    top: -15px
}

.timeline-content:nth-child(2n):after {
    top: -25px
}

.timeline-content:nth-child(2n) .timeline-period {
    top: -60px
}

.timeline-content:nth-child(2n) .timeline-period:before {
    top: calc(100% + 2px)
}

.portfolio h5 {
    color: #fff;
    font-weight: 300
}

#p-img2,.abt-img img,.flickity-enabled.is-draggable .flickity-slider img,.portfolio #p-img1,.why-connact .whyconnact-image img,section.blog-sec .main-blog img,section.career-sec img.careers-img,section.partner .partner-img.second img,section.service-detail .detail-img img {
    width: 100%
}

.portfolio .card {
    border: none;
    background: 0 0
}

.item,.item img {
    border-radius: 10px
}

.nav-tabs .nav-link.active,.portfolio .nav-tabs .nav-item.show .nav-link {
    border-color: transparent!important
}

.portfolio .card p {
    font-size: 15px
}

.card {
    background-color: transparent
}

.tab .nav-link {
    color: #b5b5b5
}

.nav-tabs .nav-link.active,.tab .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    color: #fff
}

.card .nav-link {
    padding: 10px 12px;
    font-size: 14px
}

.portfolio .pfSlider {
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    align-items: center;
    overflow: hidden;
    justify-content: center
}

.item img {
    color: #3a3a3a;
    font-size: 26px
}

.item h1 {
    position: absolute;
    top: 35%;
    color: #fff;
    font-size: 32px
}

.abt-2nd,.card,.tl,.tl-container,section .about-us-work {
    position: relative
}

.item {
    transform: scale(.7,.7);
    display: flex!important;
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: .7
}

.card,section.founder .card {
    opacity: 1!important;
    transition: transform .4s;
    box-shadow: none
}

.slick-center>div>div {
    transform: scale(1,1);
    border-radius: 10px;
    opacity: 1
}

section.contact-main {
    padding: 55px 0
}

section.contact-main .col-md-5 .main-contact,section.itsolution .col-md-10 .main-contact {
    padding: 35px 35px 30px
}

section.contact-main .col-md-5 .main-contact h3,section.itsolution .col-md-10 .main-contact h3 {
    color: #d9d9d9;
    font-size: 62px;
    font-style: normal;
    line-height: 72px
}

section.contact-main .col-md-5 .main-contact p,section.itsolution .col-md-10 .main-contact p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    padding-top: 11px
}

section.contact-main .col-md-5 .main-contact ul,section.itsolution .col-md-10 .main-contact ul,section.location .presence-main .col-md-4 ul {
    list-style: none;
    padding: 0
}

section.contact-main .col-md-5 .main-contact ul li,section.itsolution .col-md-10 .main-contact ul li {
    padding: 10px 0
}

section.contact-main .col-md-5 .main-contact ul li a,section.itsolution .col-md-10 .main-contact ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

section.contact-main .col-md-5 .main-contact ul li a img,section.itsolution .col-md-10 .main-contact ul li a img {
    width: 44px;
    height: 33px;
    padding-right: 10px
}

.main-contact-form h2 {
    color: #d9d9d9;
    font-size: 65px;
    font-style: normal
}

.main-contact-form .main-form form .input__box input {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    border: .5px solid #757575;
    background: rgba(36,36,36,.4);
    backdrop-filter: blur(40px);
    margin-bottom: 10px;
    color: #fff;
    font-family: Montserrat;
    padding-left: 20px
}

.main-contact-form .main-form form .input__box input::placeholder {
    font-size: 18px;
    color: rgba(255,255,255,.21)
}

.main-contact-form .main-form form .input__box input[type=textarea] {
    height: 170px
}

.main-contact-form .main-form form .input__box input[type=textarea]::placeholder {
    position: absolute;
    top: 20px
}

.main-contact-form .main-form form .button {
    transition: .4s;
    width: 20%
}

.main-contact-form .main-form form .button:hover {
    border: 2px solid #fff;
    width: 19%;
    border-radius: 32px;
    padding: 3px 0 3px 3px;
    background: #7fc20f
}

.main-contact-form .main-form form .button input[type=submit] {
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 16px
}

.main-contact-form .main-form form .button input[type=submit]:before {
    content: "";
    background-image: url(../imgs/customicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    position: absolute;
    width: 70px;
    height: 50px;
    margin-left: -57px
}

.main-contact-form {
    padding-left: 20px
}

section.career-sec {
    padding: 60px 0 80px
}

section.career-sec .career-main h2 {
    font-size: 40px;
    color: #fff;
    width: 86%;
    line-height: 50px
}

section.career-sec .career-main h2 span {
    color: #72c632
}

section.career-sec .career-main p {
    color: #fff;
    padding: 20px 0;
    width: 80%
}

footer .row,section.about-us .row,section.about-us-work .row,section.career-sec .row,section.partner .row,section.service-detail .row,section.studies .row {
    align-items: center
}

section.career-sec .career-main h4 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px
}

section.career-sec .career-main h4 img,section.studies .study-main h4 img {
    padding-right: 10px;
    margin-top: -5px
}

section.location {
    padding: 60px 0 80px;
}

section.location .presence-main {
    display: flex;
    justify-content: space-evenly;
}

.why-connact .row,section.location .row {
    align-items: end;
}
section.location .about-main-content {
    text-align: center;
    width: 55%;
    margin: 0 auto;
    padding-bottom: 25px;
}
section.location .presence-main .col-md-4 {
    border-radius: 30px;
    border: .5px solid #757575;
    background: rgba(36,36,36,.4);
    backdrop-filter: blur(40px);
    padding: 15px 18px 0px 25px;
    width: 30.333333%;
}
section.location .presence-main .location-smalhead {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 8px 0px;
}

section.location .presence-main .location-smalhead img {
    width: 23%;
    height: 42px;
}
section.location .presence-main .col-md-4 ul li {
    display: flex;
    padding-bottom: 10px;
}
section.location .presence-main .col-md-4 ul li img {
    padding-right: 8px;
    width: 44px;
    height: 25px;
    object-fit: contain;
}
section.location .presence-main .col-md-4 h3 {
    color: #7fc20f;
    font-size: 30px;
    font-style: normal
    line-height: 40px
}

.about-main-content p,section.location .presence-main .col-md-4 ul li span {
    color: #fff;
    font-size: 16px
}

section.location .presence-main .col-md-4 p,section.service-detail .detail-maincont p {
    color: #fff;
    font-size: 16px;
    font-style: normal
}

section.location .presence-main .col-md-4 ul li img {
    padding-right: 8px
}

.about-main-content p {
    font-style: normal;
    line-height: 25px
}

section.client-logo {
    padding: 100px 0 60px
}

section.client-logo .row {
    justify-content: center;
    align-items: center
}

section.client-logo .row .col-md-2 {
    flex: 0 auto;
    width: 20%
}

section.client-logo img {
    width: 100%;
    height: 70px;
    object-fit: contain
}

.founder {
    padding: 110px 0 55px;
}

section.founder .card {
    backdrop-filter: blur(0px);
    border: 0 solid #757575;
    background: 0 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.abt-2nd .abtBgBox,.card,.counterBox,section.partner .partner-img,section.service-clients .main-clients {
    backdrop-filter: blur(40px)
}

section.founder .card img {
    width: 100%;
    /*height: 634px;*/
    /*border-radius: 45px;*/
    /*object-fit: cover*/
}

section.founder .card .founder-content img {
    width: auto;
    height: auto;
    border-radius: 0
}

section.founder .card .col-md-7 {
    padding-left: 40px
}

section.founder .card .founder-content h3 {
    color: #d9d9d9;
    font-size: 44px;
    font-style: normal;
    line-height: 52px
}

section.founder .card .founder-content p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    padding-top: 18px;
    padding-bottom: 0
}

section.founder .card .founder-content p.founder-name {
    color: #7fc20f;
    padding-top: 0
}

section.founder .swiper-slide-active .card {
    transform: scale(1)
}

.swiper-rtl .swiper-button-prev,section.founder .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,10px)
}

section.founder .swiper-button-next,section.founder .swiper-button-prev {
    top: auto;
    right: 80px;
    left: 0;
    margin: -50px auto
}

section.founder .swiper-button-next {
    right: 0
}

.cd__main {
    display: block!important;
    background: #ddfcf5!important;
    min-height: 450px;
    height: 100vh
}

.container {
    width: 100%;
    height: 100%
}

section.we-services .card {
    padding: 22px 0 0
}

.card {
    border: .5px solid #757575;
    background: rgba(36,36,36,.4);
    width: 561px;
    height: 78%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0 0
}

section.we-services .col-md-4 {
    display: flex;
    align-items: center
}

.card p {
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    padding-bottom: 0
}

section.we-services .card ul {
    padding-left: 15px;
    padding-bottom: 60px
}

section.we-services .card ul li {
    color: #fff;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 19px
}

.header {
    padding: 0 18px;
    text-align: left;
    z-index: 1
}

.quote-container {
    margin: 0;
    height: 100%;
    z-index: 1;
    padding: 5px 10px 20px 24px;
    overflow: hidden
}

.card .header h3 {
    font-size: 18px;
    color: #d9d9d9;
    font-style: normal
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    display: flex!important;
    justify-content: center;
    align-items: center
}

.swiper-slide-active {
    z-index: 1
}

.swiper-slide-active .card {
    transform: scale(1.2)
}

.card .header H3 img {
    width: 15%;
    padding-right: 5px;
    margin-top: -5px
}

.swiper-button-next:focus,.swiper-button-prev:focus {
    outline: 0
}

.card .btn-animated {
    padding: 5px 20px 27px
}

.card .btn-animated a {
    font-size: 12px
}

.card .btn-animated a img {
    width: 10%
}

.card .btn-animated a:hover {
    padding: 10px 12px 11px 3px
}

.swiper-button-next,.swiper-button-prev {
    top: auto;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 1))
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: 60px
}

.swiper-button-next:after,.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    background-image: url(../imgs/ser-arrow.png);
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    transform: rotate(180deg)
}

@media (max-height: 400px) {
    .header {
        margin:40px 0 0
    }

    .name {
        font-size: 12px
    }

    .title {
        font-size: 10px
    }

    .quote-container {
        padding: 5px 20px 20px
    }

    .quote-icon {
        width: 75px;
        height: 75px
    }

    .avatar {
        width: 100px;
        height: 100px;
        transform: translate(-50px,-50px)
    }
}

section.we-services {
    padding: 65px 0 8px
}

.about-main-content h4 {
    font-size: 22px;
    color: #d9d9d9
}

.about-main-content h4 img {
    padding-right: 15px;
    margin-top: -5px
}

.about-main-content h2 {
    color: #d9d9d9;
    font-size: 68px;
    line-height: 74px
}

section.about-us,section.service-clients,section.studies {
    padding: 60px 0
}

footer h5 a {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px
}

footer {
    margin-top: 40px
}

footer .social-media ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .social-media ul li {
    padding: 0 10px
}

section.service-clients .main-clients {
    border-radius: 20px;
    border: .5px solid #757575;
    background: rgba(36,36,36,.4)
}

section.service-wedo {
    padding: 80px 0 130px
}

section.service-wedo h4 {
    color: #fff;
    font-family: Sherika;
    font-size: 22px;
    font-style: normal;
    text-align: center
}

section.partner .partner-content h2,section.service-wedo h2 {
    color: #fff;
    font-size: 70px;
    font-family: Sherika;
    font-style: normal
}

section.service-wedo h2 {
    text-align: center
}

section.service-wedo p {
    color: #fff;
    text-align: center;
    font-size: 18px
}

section.service-wedo .main-wedo ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    border: 1px solid #8c8c8c;
    border-bottom: none
}

section.service-wedo .main-wedo {
    padding: 30px 0
}

section.service-wedo .main-wedo ul li {
    display: flex;
    align-items: center;
    border-right: 1px solid #8c8c8c;
    padding: 22px 18px
}

section.service-wedo .main-wedo ul li h3 {
    color: #fff;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal
}

section.service-wedo .main-wedo ul li img {
    padding-right: 4px;
    width: 14%
}

section.service-wedo .main-wedo ul li.last-list {
    border-right: 0
}

.about-main-content ul.mainbanner-list li,.designUnitList {
    font-family: Montserrat;
    color: #fff
}

section.partner .partner-content p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    width: 92%
}

.partner-smallcont h4 {
    color: #7fc20f;
    font-family: Sherika;
    font-size: 35px;
    display: flex;
    align-items: center
}

.partner-smallcont h4 span {
    color: #7fc20f;
    font-size: 40px
}

section.partner .partner-img {
    border-radius: 20px;
    border: .5px solid #757575;
    background: rgba(36,36,36,.4);
    padding: 25px 24px 25px 26px;
    text-align: center;
    margin-bottom: 18px
}

.why-connact,section.itsolution .col-md-10 {
    background-position: bottom;
    background-repeat: no-repeat
}

section.partner .partner-img img {
    width: 65%;
    margin: 0 auto
}

section.partner .partner-img.last {
    padding: 35px 32px 42px;
    margin-top: -26px
}

section.partner .partner-img.second {
    padding: 45px 24px 40px 26px;
    margin-top: -45px
}

section.partner .partner-img.third img {
    width: 85%
}

section.partner .partner-img.third {
    padding: 35px 24px 30px 26px
}

section.partner .partner-content .row {
    align-items: start
}

section.partner {
    padding: 110px 0 90px
}

section.service-clients .main-clients img {
    text-align: center;
    width: 100%
}

.why-connact {
    background-image: url(../imgs/sservice-b.g.png);
    background-size: contain;
    width: 80%;
    margin: 0 auto
}

.why-connact .whyconnact-main {
    padding: 0 40px
}

.why-connact .whyconnact-main h2 {
    color: #fff;
    font-family: Sherika;
    font-size: 42px;
    font-style: normal;
    margin-top: 57px
}

.why-connact .whyconnact-main p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    width: 90%
}

.why-connact .whyconnact-main .btn-animated {
    padding-bottom: 2rem;
    padding-top: 0!important
}

section.service-wedo .main-wedo ul li.dropdown ul.dropdown-content {
    display: none;
    border: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0
}

section.service-wedo .main-wedo ul li.dropdown ul.dropdown-content li {
    padding: 5px 10px;
    color: #fff;
    font-family: Montserrat;
    border-right: 0px solid #8c8c8c;
    font-size: 14px
}

section.service-wedo .main-wedo ul li.dropdown {
    position: relative;
    width: 100%;
    padding: 15px 5px;
    cursor: pointer;
    display: block
}

section.service-wedo .main-wedo ul li.dropdown a {
    display: flex
}

section.service-wedo .main-wedo ul li.dropdown a img {
    object-fit: contain
}

section.service-wedo .main-wedo ul li.dropdown:hover ul.dropdown-content {
    display: block;
    border: 0 solid #8c8c8c;
    width: 100%;
    border-top: none
}

section.service-wedo .main-wedo ul li.dropdown ul.dropdown-content li span {
    width: 25px;
    height: 1px;
    border: 1px solid #599a27;
    margin-right: 5px
}

.about-main-content h2.mainbanner-head {
    font-size: 44px
}

.about-main-content ul.mainbanner-list {
    padding-left: 1rem
}

.abt-2nd {
    padding: 115px 0 0
}

.abt-2nd .abtBgBox {
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: -1;
    right: 0;
    border-radius: 30px;
    border: .5px solid #757575;
    background: rgba(36,36,36,.4)
}

.counterBox {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 100px 10px;
    border-radius: 30px;
    background: linear-gradient(220deg,#7fc20f -15.45%,rgba(127,194,15,0) 133.99%)
}

.counterBox .counterItems .elems {
    width: 200px
}

section .about-us-work {
    padding: 60px 0
}

section.about-us-work .row .col-md-2 {
    width: 28%;
    padding-left: 0;
    padding-right: 0
}

section.about-us-work .row .col-md-2.column-center {
    width: 8%!important;
    height: 2px;
    background-color: #fff;
    padding-right: 0;
    padding-left: 0
}

section.about-us-work {
    padding: 30px 0 60px
}

.designUnitList {
    padding-left: 1rem;
    font-size: 16px
}

section.service-detail .detail-maincont h3 {
    color: #fff;
    font-family: Sherika;
    font-size: 46px;
    font-style: normal;
    text-transform: capitalize
}

.tl {
    max-width: 1200px;
    margin: 0 auto
}

.tl::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #fff;
    top: 94px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    max-height: 90%
}

.tl-container {
    padding: 10px 40px
}

.title-left::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    margin: 73px auto;
    background-color: #7fc20f;
    border: 4px solid #7fc20f;
    border-radius: 50%;
    z-index: 1
}

.tl-content {
    padding: 20px 30px
}

section.itsolution .col-md-10 {
    background-image: url(../imgs/contact-bg.png);
    background-size: cover;
    border-radius: 30px;
    z-index: 1
}

section.itsolution {
    padding: 55px 0;
    margin-top: 30px
}

section.itsolution .row {
    display: flex;
    justify-content: center
}

section.itsolution .formBorder {
    border: 1px solid #626161;
    padding: 120px 10px 50px;
    border-radius: 30px;
    margin-top: -70px
}

section.studies .study-main h4 {
    color: #fff;
    font-family: Sherika;
    font-size: 20px
}

.study-main h2 {
    color: #d9d9d9;
    font-family: Sherika;
    font-size: 68px;
    font-style: normal;
    line-height: 74px;
    padding: 12px 0 5px
}

.study-main p {
    color: #fff;
    font-size: 18px;
    font-style: normal
}

section.studies .study-image img {
    width: 100%;
    padding-left: 20px
}

section.concept .concept-image img {
    width: 100%;
    padding: 10px 0 0
}

section.concept .concept-image .concept-first {
    padding: 10px 0 0
}

section.concept {
    padding: 90px 0 50px
}

section.blog-sec {
    padding: 90px 0 40px
}

section.blog-sec h2 {
    color: #d9d9d9;
    font-family: Sherika;
    font-size: 68px;
    text-align: center
}

section.blog-sec p {
    color: #d9d9d9;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px
}

section.blog-sec .main-blog {
    padding: 20px 0 50px
}

section.blog-sec .main-blog p {
    text-align: left;
    width: 100%;
    padding: 20px 0 5px
}

section.blog-sec .main-blog .btn-animated.pt-3 a img {
    width: auto
}

section.blog-sec .main-blog p.date {
    color: #7fc20f;
    font-weight: 600
}

.carousel-main .carousel-cell {
    margin-left: 60px;
    width: 100%;
    font-size: 5rem;
    padding-bottom: 56.25%
}

.carousel-nav {
    width: 260px;
    height: 58px;
    transform: rotate(90deg) translate(-39px,-111%);
    transform-origin: left top
}

.carousel-cell {
    width: 50px;
    height: 50px;
    font-size: 2.4rem
}

.flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background: 0 0
}

section.service-detail .row .col-md-6 .row .left {
    width: 20%;
    margin-left: 30px
}

.carousel-nav .flickity-prev-next-button.next {
    right: 8px
}

.carousel-nav .flickity-prev-next-button.previous {
    left: -14px
}

section.service-detail .row .col-md-6 .row {
    align-items: flex-start;
    justify-content: space-between
}

section.service-detail .row .col-md-6 .row .right img {
    width: 56%;
    border-radius: 20px;
    border: .5px solid #757575;
    background: rgba(36,36,36,.4);
    padding: 22px
}

section.service-detail .row .col-md-6 .row .right {
    width: 65%;
    flex: none;
    margin: 0 0 0 auto
}

section.service-detail .row .col-md-6 .row .left img {
    transform: rotate(-90deg) translate(0,-15%);
    border-radius: 5px;
    border: .5px solid #757575;
    background: rgba(36,36,36,.4);
    backdrop-filter: blur(40px);
    padding: 10px
}

ol.flickity-page-dots {
    display: none
}



section.comp-gallery {
    padding: 0 0 80px;
}
section.comp-gallery p {
    padding-bottom: 15px;
}
section.comp-gallery img {
    width: 100%;
}

section.comp-gallery .row.gallery-sec {
    padding-top: 13px;
}

.portfolio .modal-dialog .modal-body img {
    width: 100%;
}

section.comp-gallery button#loadMore {
    padding: 15px 37px 13px;
    text-align: center;
    margin: 20px auto 0;
    display: flex;
    border: none;
    font-size: 18px;
    line-height: 27px;
    border-radius: 49px;
}
section.comp-gallery button#loadMore:hover {
    background: #7fc20f;
    color: #fff;
}

section.gallery-mainbanner {
    padding: 60px 0 0;
}

section.gallery-mainbanner .row {
    justify-content: center;
    align-items: center;
}

section.gallery-mainbanner .about-main-content {
    text-align: center;
}

section.gallery-mainbanner .btn-animated.pt-3 {
    text-align: center;
}
section.comp-gallery .btn-animated img {
    width: auto;
}