﻿




#more {
    display: none;
}


.theme-btn-blue {
    padding: 9px 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #123262;
    border-radius: 23px;
    font-weight: 600;
    background-color: #123262;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
}

    .theme-btn-blue:hover {
        border: 1px solid #e6b645;
        background-color: #e6b645;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
    }


.sub-button {
    color: #24a54e;
    margin-top: 40px;
    display: block !important;
    font-size: 18px;
    display: none !important;
}

.faq-section {
    margin-bottom: 15px;
}

.client-section {
    margin-top: -20px;
}

.faq-question:hover {
    cursor: pointer;
}

.sec-pad-custom {
    padding: 60px;
}

.section-faq {
    padding: 0px 80px;
}

.banner-section {
    background-size: 37% auto;
    background-position: 80% 50%;
    background-repeat: no-repeat;
    height: 90vh;
}




    .banner-section .content-box .sub-head {
        font-size: 24px;
        margin-top: 15px;
        text-align: left;
        line-height: 32px;
    }

    .banner-section .content-box .relative ul li p {
        font-size: 20px;
    }

    .banner-section .content-box .relative .oa-list-holder {
        margin-top: 20px;
    }


.row:before, .row:after {
    display: table;
    content: " ";
}

.row:after, .clearfix {
    clear: both;
}


.case-study-section {
    padding: 15px 80px 0px 80px;
}


.case-study-section .header {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 1px;
    color: #123262;
}

.case-study-section .image {
    text-align: center;
    margin-bottom: 10px;
}


/*.image img {
    border-radius: 50%;
    border: 3px solid #ffd700;
    max-height: 130px;
}*/

.case-study-section .content {
   display:flex;
   flex-direction: column;
   text-align:center;
}

    .case-study-section .content .title {
        color: #123262;
        font-weight: 600;
    }

    .case-study-section .content .desc_1 {
        font-size: 14px;
        color: #123262;
    }

    .case-study-section .content .desc_2 {
        font-size: 14px;
        color: #123262;
    }


.case-study-section {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 10px; /* Adjust the gap between the columns as needed */
    padding: 20px 180px;
}

.case-study-section-item {
    border: 0px solid #ccc; /* Optional: Add a border for better visibility */
    padding: 10px; /* Optional: Add padding for better spacing */
}

.section-content {
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial .section-content img {
   
}

@media (max-width: 768px) {
    

    .col-sm-6 {
        width: 50%;
    }

    .client-section {
        margin-top: 0px;
    }

    .about-one .inner-container {
        padding: 60px 0px 12px;
    }

    .section-faq {
        padding: 0px 20px;
    }

    .section-benchkart-difference .owl-stage-outer {
        margin-left: -35px;
    }

    .section-benchkart-difference .owl-nav {
        margin-left: 60px;
    }

    .testimonial-one .owl-nav {
        position: absolute;
        top: 57%;
    }

    .testimonial-one .inner-container {
        padding: 40px 0px;
    }

    .sec-pad-custom {
        padding: 60px 0px;
    }

    .faq-content {
        padding: 20px;
    }

    .banner-section {
        
    }

    .inner-box1 {
        margin-top: -40px;
        padding: 2px;
    }

    .case-study-section {
        display: flex;
        padding: 10px;
        flex-direction: column;
    }
    .testimonial .section-content img {
        top: -10%;
    }
    .banner-section.style-three {
    }

}

@media screen and (max-width: 600px) {
    .icon-box {
        width: 64px !important;
        height: 64px !important;
        padding: 12px;
    }
}

.faq-answer {
    display: none; /* Hide the answer by default */
    /*max-height: 0;*/ /* Set the maximum height to 0 for animation */
    /*overflow: hidden;*/ /* Hide any overflowing content */
    transition: max-height 0.3s ease-in-out; /* Apply a transition effect */
}

.faq-question i {
    color: #b3afaf;
}

.client-section {
    background-image: url(/landing/Hire_Developer/assets/img/banner/clientbg.webp);
}

.faq-question ion-icon {
    font-size: 2rem;
}


.scroll-to-top {
    position: fixed;
    right: 0px;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}

    .scroll-to-top .visible {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .scroll-to-top .scroll-top-inner {
        opacity: 0;
        visibility: hidden;
    }

    .scroll-to-top .scroll-top-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
        -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
        transition: all cubic-bezier(.4,0,.2,1) .4s;
    }

    .scroll-to-top .scroll-bar {
        width: 50px;
        height: 2px;
        margin-right: 10px;
        position: relative;
    }

        .scroll-to-top .scroll-bar:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: #f4244f;
            opacity: .3;
        }

        .scroll-to-top .scroll-bar .bar-inner {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            background-color: currentColor;
        }

    .scroll-to-top .scroll-bar-text {
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .scroll-to-top .scroll-bar-text:hover {
            transform: scale(1.1);
        }


.bg-gray {
    background-color: #F4F4F6;
}

.bg-white {
    background-color: #fff !important;
}

.text-blue {
    color: #123262 !important;
}

.text-white {
    color: #fff !important;
}

.text-yellow {
    color: #F0B61C !important;
}

.text-green {
    color: #26a04c !important;
}

.text-gray {
    color: #58595b !important;
}

.roadblock .nav-style-two .owl-prev {
    top: 100%;
    left: 0%;
}

.roadblock .nav-style-two .owl-next {
    top: 100%;
    left: 20%;
}

.form-header {
    color: #7d7c79;
}






@media screen and (max-width: 768px) {
    /*.form-header {
                color: #ffffff;
            }*/
}

.country_code {
    font-size: 12px;
    color: mediumblue;
    text-decoration: underline;
    width: 90%;
}

    .country_code:hover {
        cursor: pointer;
    }

@media (max-width: 575.98px) {
    .large-screen {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .mobile-screen {
        display: none !important;
    }
}

.phone-contianer {
    margin-top: -8px;
}

    .phone-contianer .icon {
        margin-top: 7px;
        margin-right: 8px;
    }

    .phone-contianer .img {
        margin-right: 6px;
    }

        .phone-contianer .img img {
            height: 16px;
        }

    .phone-contianer .number {
        margin-top: 3px;
    }



@media (max-width: 450px) {
    /* .custom-phone-column {
                display: flex;
                flex-direction: column;
            }
            .phone-contianer {
                margin-top: -25px;
                justify-content: left !important;
            }*/
    .phone-contianer {
        font-size: 11px !important;
    }

        .phone-contianer .icon {
            margin-right: 6px;
        }

        .phone-contianer .img img {
            height: 14px;
        }

        .phone-contianer .img {
            margin-right: 4px;
        }
}


.banner-section .oa-list-holder li ion-icon {
    margin-right: 5px;
    background-color: #003366;
    color: #ffffff;
}

.range-of-solutions .action ion-icon {
    font-size: 24px;
    color: #cdcdcd;
}

    .range-of-solutions .action ion-icon:hover {
        cursor: pointer;
    }

.range-of-solutions .flip-flop {
    height: 230px;
    position: relative;
}

.flip-flop-wrapper col-sm-12 col-md-4 {
    padding: 10px;
}


.container {
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 20px;
}




/*START MENU*/
header .nav-links {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-right: -75px;
}

.visible-xs {
    display: none !important;
}


.enquire_now_btn_header {
    display: none !important;
}




.menu-expand .dropdown-toggle {
    color: #123262;
    line-height: 26px !important;
    font-size: 20px;
    margin-left: 10px;
    padding: 10px 0px;
    font-style: normal !important;
    font-family: 'Montserrat', sans-serif;
}

header .header-logo {
    width: 200px;
    max-width: 150% !important;
    margin-left: -50px;
}

header .sign-in-wrapper {
}

header .nav-links a {
    display: inline-block;
    padding: 10px 0;
    line-height: 32px;
    margin: 0px 15px;
    font-size: 16px;
    text-align: left;
    color: #123262;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-weight: 400;
    border-bottom: 5px solid transparent;
}

header .nav-links a {
    line-height: 26px !important;
    margin: 0px;
    padding: 10px 0px;
}

/*Header Starts*/

header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 9999;
    padding: 10px 0px 0px;
    transition: all 0.6s ease-in-out;
}






.goto-home {
    top: 2px;
    position: relative;
    padding: 10px 0px;
    text-align: center;
}

.sticky-header {
    position: fixed !important;
    width: 100%;
    /*box-shadow: 1px 6px 10px 0px rgb(0 0 0 / 14%);*/
}

header .brand-logo a {
    display: block;
}

    header .brand-logo a img {
        display: block;
    }



header .nav-links a.mobile_number {
    font-weight: bold;
}

header .nav-links a.active {
    color: #123262;
    /*border-bottom: 5px solid #4E9E55;*/
}

    header .nav-links a.active::before {
        content: "";
        position: absolute;
        bottom: 5px;
        width: 100%;
        height: 1px;
        border-radius: 1px;
        border-bottom: 1px solid #4E9E55;
    }

header .nav-links a:hover::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    border-bottom: 5px solid #4E9E55;
}

.mobile_number i.fa {
    font-weight: bold;
    color: #000;
}

.nav-menu {
    padding: 0px 0px;
}

.brand-logo img {
    transition: all 0.6s ease-in-out;
}

.call-me {
    margin: 4px 20px 0 3px;
    border-left: 1px solid #000;
    padding-left: 20px;
    line-height: 18px;
    color: #000;
    font-size: 15px;
}

.enq-cta-wrapper {
    position: relative;
}

.call-no {
    display: none;
    position: absolute;
    top: 57px;
    width: 161px;
    left: -76px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
}

    .call-no a {
        color: #000;
    }

.call-me img {
    width: 13px;
    transform: rotate(90deg);
    position: relative;
    top: 4px;
    left: -6px;
    vertical-align: top;
}

.enquire_now_btn_header {
    width: 170px;
    border: 0px;
    text-transform: uppercase;
    text-align: center !important;
    padding: 6px 8px !important;
    line-height: 24px !important;
    margin-top: 60px;
    background: #4E9E55;
    border-radius: 5px;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 600 !important;
    transition: all ease-in-out 0.2s;
    border: 0px !important;
}

    .enquire_now_btn_header:hover {
        background-color: #e6b645;
    }

header .nav-links a.enquire_now_btn_header::before {
    display: none !important;
}


.enquire_now_btn_header_mob {
    display: none;
}

header .nav-links a {
    margin: 0px 8px;
}

.enquire_now_btn_header {
    width: 150px;
}

.nav-links .dropdown-menu {
    background-color: #003366;
    min-width: 15rem;
}

.nav-links .dropdown .dropdown-menu li a {
    line-height: 14px !important;
    margin: 0px 15px;
}

.nav-links .dropdown .dropdown-menu li a {
    display: inline-block;
    padding: 10px 0;
    line-height: 32px;
    margin: 0px 15px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-weight: 400;
    border-bottom: 5px solid transparent;
}

.nav-links .dropdown .btn {
    color: #ffffff !important;
    padding: 0.35rem 0.55rem;
}

    .nav-links .dropdown .btn:hover::before {
        content: "";
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 5px;
        border-radius: 5px;
        border-bottom: 5px solid #4E9E55;
    }


.sticky-header {
    border-bottom: 1px solid #cdcdcd;
}

.sticky-header {
    position: fixed !important;
    width: 100%;
}

@media (max-width: 768px) {

    header .nav-links {
        position: fixed;
        top: 58px;
        left: 0;
        background-color: #ffffff;
        color: #123262;
        width: 100%;
        height: 100%;
        z-index: 999;
        padding-top: 0px;
        padding-left: 12px;
        display: none;
    }



    header .header-logo {
        width: 200px;
        max-width: 150% !important;
        margin-left: 0px;
    }

    .menu-icon-mobile {
        top: 10px !important;
    }

        .menu-icon-mobile > span {
            display: block;
            height: 3px;
            width: 100%;
            margin-bottom: 5px;
            background-color: #398840;
        }

    .menu-icon-mobile {
        display: block;
        width: 50px;
        padding: 14px;
        background-color: #ffffff;
        border-radius: 4px;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        height: 48px;
    }
}


/*Header Ends*/
@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}


footer {
    float: left;
    width: 100%;
    background-color: #123262;
    padding: 30px 0 20px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.footer-wrapper {
    display: flex;
    flex-direction: row;
}

.map_location {
    position: relative;
}

    .map_location img {
        position: absolute;
        left: -45px;
        height: 400px;
    }

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #footer .footer-top .footer-links ul li:first-child {
        padding-top: 0;
    }

    #footer .footer-top .footer-links ul li {
        border-bottom: 0px solid #ffffff;
        padding: 5px 0;
        width: 350px;
    }

#footer .footer-top h4::after {
    background: #26a04c;
    width: 60px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 0px solid #ffffff;
    padding: 5px 0;
    width: 350px;
}

footer a {
    color: inherit;
}

#footer .footer-top .footer-links ul li a:hover {
    color: #26a04c;
}

@media only screen and (max-width: 767px) {
    .map_location img {
        position: relative;
        left: -29px;
        height: 288px;
        top: 18px;
    }
}
/*END MENU*/






@media (max-width: 1024px) {
    
}

.dev-simplified .owl-nav {
    position: absolute !important;
    top: 35% !important;
}

.dev-simplified .owl-nav {
}

button.owl-prev {
    left: 0rem;
}

button.owl-next {
    left: 63rem;
}



.action {
    position: absolute;
    right: 15px;
    top: 10px;
}

.flip, .flop {
    height: 100% !important;
}

.flip-flop {
    background: rgb(14,90,121);
    background: linear-gradient(174deg, rgba(14,90,121,1) 0%, rgba(57,124,150,1) 100%);
    /*background: linear-gradient(174deg, rgba(204, 161, 61,1) 0%, rgba(201, 173, 107,1) 100%);*/
    -webkit-box-shadow: 7px 5px 18px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 5px 18px -3px rgba(0,0,0,0.75);
    box-shadow: 7px 5px 18px -3px rgba(0,0,0,0.75);
}

    .flip-flop .header {
        font-family: 'Big Shoulders Inline Text', cursive;
        color: #ffffff;
        font-size: 45px;
        line-height: 50px;
        text-align: center;
    }

    .flip-flop .desc {
        color: #ffffff;
    }

.link_post_wrapper {
    bottom: 5px;
    position: absolute;
    right: 17px;
}



.link_post {
    color: #ffffff;
}

    .link_post:hover {
        color: #ffffff;
        text-decoration: underline;
    }





@media (max-width: 768px) {
    button.owl-prev {
        left: -6rem;
    }

    button.owl-next {
        left: 14rem;
    }
}









/*START STAMP BORDER*/
.stamp-wrapper{
    max-width:600px !important;
}
.canvas {
    position: relative;
    padding-top: 62.5%;
}

.stamp-border {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0%;
    left: 5%;
    background: radial-gradient(transparent 0%, transparent 50%, #58595b 50%, #58595b 100%);
    background-size: 10% 10%;
    background-position: 7% 6%;
    padding: 2%;
    filter: drop-shadow(3px 3px 3px #212836);
}

    .stamp-border .stamp-background {
        background: #fff;
        width: 94%;
        height: 95%;
        padding: 5%;
        margin-left: 4%;
        margin-top: 2%;
    }

        .stamp-border .stamp-background .stamp-image-background {
            position: relative;
            top: 3%;
            left: 3%;
            width: 95%;
            height: 95%;
            background: linear-gradient(#0e9ea5, #0a7176);
            filter: drop-shadow(2px 5px 5px #654017);
        }

            .stamp-border .stamp-background .stamp-image-background p {
                color: #ebdbc4;
            }

            .stamp-border .stamp-background .stamp-image-background .country {
                position: absolute;
                top: 73%;
                right: 13.5%;
                text-transform: uppercase;
                font-family: "Markazi Text", serif;
                font-size: 3vw;
            }

            .stamp-border .stamp-background .stamp-image-background .price {
                position: absolute;
                top: 79%;
                right: 8%;
                font-family: "Markazi Text", serif;
                font-size: 5vw;
            }

            .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(1) {
                position: absolute;
                width: 10%;
                height: 8%;
                background: #ebdbc4;
                opacity: 0.4;
                border-radius: 50% 50% 0 0;
                top: 80%;
                left: 15%;
                z-index: 1;
            }

                .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(1)::before {
                    content: "";
                    position: absolute;
                    width: 70%;
                    height: 60%;
                    background: inherit;
                    border-radius: 50% 50% 0 30%;
                    left: -50%;
                    top: 40%;
                }

                .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(1)::after {
                    content: "";
                    position: absolute;
                    width: 80%;
                    height: 70%;
                    background: inherit;
                    border-radius: 50% 50% 30% 30%;
                    right: -60%;
                    top: 30%;
                }

            .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(2) {
                position: absolute;
                width: 10%;
                height: 8%;
                background: #ebdbc4;
                opacity: 0.4;
                border-radius: 50% 50% 0 0;
                top: 60%;
                right: 15%;
                transform: scale(1.1);
                z-index: 1;
            }

                .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(2)::before {
                    content: "";
                    position: absolute;
                    width: 70%;
                    height: 60%;
                    background: inherit;
                    border-radius: 50% 50% 0 30%;
                    left: -50%;
                    top: 40%;
                }

                .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(2)::after {
                    content: "";
                    position: absolute;
                    width: 80%;
                    height: 70%;
                    background: inherit;
                    border-radius: 50% 50% 30% 30%;
                    right: -60%;
                    top: 30%;
                }

            .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(3) {
                position: absolute;
                width: 10%;
                height: 8%;
                background: #ebdbc4;
                opacity: 0.4;
                border-radius: 50% 50% 0 0;
                top: 20%;
                right: 20%;
                transform: scale(1.4);
                z-index: 3;
            }

                .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(3)::before {
                    content: "";
                    position: absolute;
                    width: 70%;
                    height: 60%;
                    background: inherit;
                    border-radius: 50% 50% 0 30%;
                    left: -50%;
                    top: 40%;
                }

                .stamp-border .stamp-background .stamp-image-background .cloud:nth-of-type(3)::after {
                    content: "";
                    position: absolute;
                    width: 80%;
                    height: 70%;
                    background: inherit;
                    border-radius: 50% 50% 30% 30%;
                    right: -60%;
                    top: 30%;
                }

.hot-air-balloon {
    position: absolute;
    width: 50%;
    height: 70%;
    left: 25%;
    top: -5%;
    animation: drift 5s ease-in-out infinite;
    z-index: 2;
}

    .hot-air-balloon .balloon-top {
        position: absolute;
        width: 100%;
        height: 71%;
        background: #e26c6c;
        border-radius: 50% 50% 50% 0%;
        transform: rotate(-45deg);
        z-index: 2;
    }

        .hot-air-balloon .balloon-top::before {
            content: "";
            position: absolute;
            width: 52%;
            height: 100%;
            left: 24%;
            top: 0%;
            background: #ebdbc4;
            border-radius: 50%;
            transform: rotate(45deg);
            z-index: 2;
        }

        .hot-air-balloon .balloon-top .balloon-bottom {
            position: absolute;
            width: 86%;
            height: 50%;
            top: 60%;
            left: -28%;
            background: #e26c6c;
            clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
            transform: rotate(45deg);
            z-index: 1;
        }

            .hot-air-balloon .balloon-top .balloon-bottom::before {
                content: "";
                position: absolute;
                width: 53%;
                height: 100%;
                left: 24%;
                background: #ebdbc4;
                clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
            }

    .hot-air-balloon .basket {
        position: absolute;
        width: 30%;
        height: 15%;
        top: 105%;
        left: 35%;
        background: #ebdbc4;
        border-radius: 5% 5% 40% 40%/5% 5% 30% 30%;
        z-index: 1;
    }

        .hot-air-balloon .basket::before {
            content: "";
            position: absolute;
            width: 120%;
            height: 30%;
            left: -10%;
            background: #e26c6c;
            border-radius: 5%/5%;
            z-index: 1;
        }

        .hot-air-balloon .basket .rope:nth-of-type(1) {
            position: absolute;
            width: 2%;
            height: 120%;
            top: -120%;
            background: #ebdbc4;
        }

        .hot-air-balloon .basket .rope:nth-of-type(2) {
            position: absolute;
            width: 2%;
            height: 120%;
            top: -120%;
            background: #ebdbc4;
            left: 46%;
            width: 5%;
        }

        .hot-air-balloon .basket .rope:nth-of-type(3) {
            position: absolute;
            width: 2%;
            height: 120%;
            top: -120%;
            background: #ebdbc4;
            right: 0;
        }

        .hot-air-balloon .basket .tie-left {
            position: absolute;
            width: 2%;
            height: 55%;
            background: #b1997f;
            left: 20%;
        }

            .hot-air-balloon .basket .tie-left .dangle {
                left: -300%;
                height: 62%;
            }

        .hot-air-balloon .basket .tie-right {
            position: absolute;
            width: 2%;
            height: 120%;
            background: #b1997f;
            right: 20%;
        }

            .hot-air-balloon .basket .tie-right .dangle {
                right: -300%;
                height: 32%;
            }

        .hot-air-balloon .basket .dangle {
            position: absolute;
            background: #b1997f;
            border-radius: 50%;
            top: 90%;
            width: 750%;
        }

@keyframes drift {
    0% {
        transform: translate(0%);
    }

    50% {
        transform: translate(0%, 5%);
    }

    100% {
        transform: translate(0%);
    }
}

.credit {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-variant: small-caps;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    padding: 0.5rem;
    color: #0a7176;
}

    .credit a {
        margin-left: 0.25rem;
        color: inherit;
    }

.stamp_carousel .num1{
    font-size: 38px;
    font-weight: bold;
    background: none;
    width: auto !important;
}

@media (max-width: 768px){
    .stamp-border
    {
        left:9%;
    }

    .stamp_carousel .num1 {
        font-size: 45px;
    }
}

/*END STAMP BORDER*/


.dev-simplified .case_studies_box {
    padding: 10px;
    background-image: url(/_mainsite/assets/images/scroller_bg.webp) !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 44% 52%;
    box-shadow: none !important;
    height: 200px;
    width: 200px;
}

.stamp_carousel .text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}

.stamp_carousel .text_1 {
   font-size: 12px;
   font-weight: bold;
}

.stamp_carousel .text_container .num1 {
    height: auto;
    line-height: inherit !important;
}

.stamp_carousel .text_container .numtext1 {
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .banner-section.style-three {
        padding: 20px 0;
        height: 95vh;
    }
    .banner-section {
        background-size: 90% auto;
        background-position: 50% 100%;
    }
}