@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body{
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}
.custom_container{
    width:88%;
}
.custom_header .ml-auto{
    margin-left:auto;
}
.custom_header{
    margin-top:20px;
}
.custom_header .navbar{
    border-radius:22px;
    padding-top:15px;
    padding-bottom:0;
}
.custom_header .navbar li{
    padding-bottom:15px;
}
.custom_header .navbar li a{
    color:rgba(255,255,255,1) !important;
    opacity: 1;
    /* letter-spacing: 1px; */
}
.custom_header .navbar-nav .dropdown-menu{
    background:rgb(64 60 57 / 95%) !important
}
.custom_header .navbar .active a{
    background:#fff;
    border-radius:10px; 
}
.custom_header .navbar .active a{
    color:#403c39 !important;
    padding:8px 20px;
}
.custom_header .navbar li{
    margin-left:20px;
    /* padding-top:4px; */
}
.custom_header .nav-item {
    position:relative;
}
.custom_header .nav-item::after{
    content:'';
    width:0px;
    height:2px;
    background:#f7ee24;
    position:absolute;
    left:10px;
    bottom:20px;
    transition:0.3s ease all;
}
.custom_header .nav-item:hover::after{
    width:20px;
}
.custom_header .nav-item.active::after{
    display:none;
}
.contact_box{
    margin-right:20px;
}
.contact_box a{
    border-right:2px solid #fff;
    padding-right:30px !important;
}
.custom_header .dropdown-toggle::after{
transition: 0.3s ease-in-out all;
}
.custom_header .dropdown-toggle:hover::after{
    transform:rotate(180deg);
}
.custom_header .navbar-brand{
    margin-top:-14px;
    margin-left:10px;
}
.banner_section {
    padding: 20px 0;
    padding-bottom:0;
}
.bnr_two img{
    border-radius: 22px;
    width:100%;
}
.blog_text h3{
    margin-bottom:15px;
    font-size:22px;
}
.blog_text p{
    font-size:15px;
    margin-bottom:25px;
}
.banner_heading{
    font-size:3rem;
    font-weight:700;
    text-align:center;
}
.footer_log{
    margin-bottom:20px;
}
.logo_img{
    width:150px
}
.single_box.col {
    max-width: 10%;
    overflow: hidden;
    border-radius:10px;
    padding: 25px 0;
    height:550px;
}
.single_box.col img{
    border-radius:10px;
    object-fit:cover;
    height:500px;   
}
.single_content {
    position:relative;
}
.animation_text{
    position:absolute;
    background: rgba(0,0,0,0.5);
    color:#fff;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:5;
    border-radius: 10px;
}
.animation_text p{
    margin:0;
    transform: translate(-50%) rotate(-90deg);
    position: absolute;
    bottom:50%;
    left:20px;
    white-space: nowrap;
    font-weight: 700;
    font-size:18px;

}
.single_content img{
    width:100%;
    /* height:500px; */
    object-position:center;
    object-fit:cover;
}

.single_box:hover img{
    animation: hovering 0.3s 1 forwards;
    transform-style: preserve-3d;
    transition:0.3s;
    /* width:444px; */

}
.single_box:hover .animation_text{
    animation: hovering 0.3s 1 forwards;
    transform-style: preserve-3d;
    transition:0.3s;
}
@keyframes hovering {
    0%{
        width:100%;
        transform:scale(1);
    }
    100%{
        width:350px;
        transform: scale(1.1);
    }
}

.single_box:hover .single_content{
    overflow:unset;
    transition:0.5s;
}
.single_box.col:hover{
    max-width:25%;
    width:25%;
    flex:1 0 25%;
    transition:0.5s;
}
.single_box.col{
    padding-left:8px;
    padding-right:8px;
}
.banner_bottom {
    padding:40px 0;
}
p.bn_text {
    font-size: 19px;
    font-weight: 600;
    /* padding: 0px 60px; */
    text-align: justify;
    margin-right:20px;
}

.banner_bottom .col-xs-6{
    max-width:50%;
}
.bnr_btm_img{
    font-size: 20px;
    font-weight:700;
    text-align:center;
    padding:12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height:90px
}
/* .bnr_btm_img img{
    t
} */
.counter-section .counter{
    /* border:3px solid #ccc; */
    /* box-shadow: 0 0 5px 1px #eee; */
    padding:20px;
    border-radius:15px;

}
.counter-section p{
    margin-bottom:0;
}
.counter-section{
    padding:40px 0;
    padding-top:40px;
}
.counter-section h2{
    display:inline-block;
    font-size:4rem;
    font-weight:700;
}
.counter-section span{
    font-size:25px;
    font-weight:700;
}
.counter-section p{
    font-size:18px;
    font-weight:700;
}
.owl-nav{
    display:none;
}
img.ac_first_image {
    width: 150px;
    height: 40px;
    object-fit: cover;
    border-radius: 40px;
}
.custom_accordian .accordion-header{
    display: flex;
}
.custom_accordian .accordion-header button{
    font-weight: 700;
    font-size:20px;
    padding:10px 20px;
}
.custom_accordian .accordion-item{
    /* margin-bottom:10px; */
    padding-bottom:10px;
}
.custom_accordian .accordion-button:not(.collapsed){
    background: none;
}
.custom_accordian .accordion-button:focus{
    box-shadow: none !important;
}
.custom_accordian .accordion-button:not(.collapsed)::after{
    content:"-";
    font-size:28px;  
    transform:none;
    background-image:none;
}
.custom_accordian .accordion-button::after{
    content:"+";
    font-size:28px;
    background-image:none;
}
.service_ul {
    padding-left:0;
    list-style:none;
    }
    .service_ul li{
        padding:6px 10px;
        /* padding-left:10%; */
        /* border-bottom: 1px solid #ccc; */
        position: relative;
    }
    .service_ul li::after{
        content:"";
        width:50px;
        height:50px;
        background-repeat: no-repeat;
        background-image: url('../images/icons/arrow_button.svg');
        display:inline-block;
        padding-right:5px;
        position: absolute;
        /* left:8%; */
        top:5px;
        transform: rotate(0);
        transition:0.3s ease-in-out all;
    }
    .service_ul li:hover::after{
        transform: rotate(45deg);
        
    }
    .service_ul li a{
        color:#403c39;
        padding-bottom:5px;
        border-bottom:2px solid #403c39;
        text-decoration:none;
    }
    .service_ul li:last-child{
        border-bottom:none;
    }
    .width_half.service_ul li{
        width:33%;
        display: inline-block;
    }
    .custom_accordian .accordion-body{
        padding-bottom:0;
    }
    .main_heading{
        margin-bottom:28px;
        font-size:32px;
        font-weight:600;
        color: #403c39;
        position: relative;
        text-transform:uppercase;
        display: flex;
        margin-bottom:50px;
    }
    .main_heading .blue{
        position: relative;
        background: linear-gradient(to top,#2DA4DC, #0B6DB5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .main_heading .blue::after{
        position: absolute;
        bottom:-13px;
        content: "";
        width:100%;
        height:15px;
        left:0;
        background-repeat: no-repeat;
        background-image: url('../images/icons/flow.svg');
        background-position: right;
        /* border: 2px solid #2DA4DC; */
        /* border-radius: 10px 20px 30px 40px; */
         /* Top-left, top-right, bottom-right, bottom-left */
    }

    /* .main_heading::after{
        content:"_";
        display: inline-block;
        font-weight: 900;
        margin-left:5px;
        /* width:30px;
        height:30px;
        margin-bottom:-4px; */
        /* background-image: url('../images/icons/arrow_heading.svg'); 
        background-repeat: no-repeat;
        background-size: cover;
        animation: bulb 1s ease-in-out infinite;
        display: block;
    } */
    @keyframes bulb {
       0%{
        display: block;
       } 
       50%{
        display: none;
       }
    }
    p.after_main {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .p-50{
        padding-top:75px;
    }
    .custom_card {
        /* border: 2px solid #aaa; */
        border-radius:30px;
        overflow:hidden;   
    }
    .lets_talk{
        margin-top:75px;
        margin-bottom:75px;
    }
    .desc_box{
        padding:10px 15px;
        font-size:18px;
        font-weight:700;
        /* overflow:hidden; */
        /* height:55px; */

    }
    .custom_big_button_box{
        border:2px solid #403c39;
        border-radius:30px;
        padding:8px;
        text-align:center;
        transition:0.3s ease-in-out all;
    }
    .big_button{
        font-size:16px;
        text-decoration:none;
        color:#403c39;
        font-weight:700;
        display:inline-block;
        width:100%;
        position: relative;
    }
    .big_button::after{
        content:"";
        position: absolute;
        display: inline-block;
        width:35px;
        height:35px;
       top:50%;
       transform:translateY(-50%);
        background-image: url('../images/icons/arrow_button.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .custom_big_button_box:hover {
        background: #403c39;
        transition:0.3s ease-in-out all;

    }
    .custom_big_button_box:hover .big_button{
        color:#fff;
    }
    .blog_card{
        border-radius: 20px;
        overflow:hidden;
    }
    .blog_desc{
        padding-bottom:20px;
    }
    .blog_date{
        color:#aaa;
        padding:8px 0;
    }
    .second_heading{
        font-size: 20px;
        font-weight:700;
    }
    .inside_box {
        position: relative;
        /* padding: 25px 0; */
        height: 500px;
        overflow:hidden;
        border-radius:50px;
    }
    .inside_box .background_image{
        position:absolute;
        z-index:4;
        width:100%;
    }
    .inside_box .background_image img{
        width:100%;
    }
    .inside_box .bg_overlay{
        position:absolute;
        z-index:10;
        background:rgba(0,0,0,0.5);
        top:0;
        right:0;
        left:0;
        bottom:0;
        color:#fff;
        text-align:center;
        padding:80px;
    }
    .big_heading{
        font-size:90px;
        font-weight:700;
    }
    .inside_box_content{
        max-width:60%;
        margin:0 auto;
    }
    .inside_box_content p{
        margin:15px 0;
        font-size:20px;
    }
    .white_button {
        margin-top:20px;
        padding:12px 30px;
        font-size:16px;
        margin-top:10px;
        border-radius:25px;
        font-weight: 700;
        border:none;
        box-shadow:0 0 10px 1px #403c39;
        background:#fff;
        text-decoration: none;
        color:#403c39;
    }
    .footer{
        /* margin:50px 0; */
        margin-top:50px;
        background:#2d2d2d;
        color:#fff;
        padding-top:50px;
        /* border-radius:40px; */
    }
    .footer .white_button{
        padding:8px 20px;
    }
    .footer h4 {
        text-transform:uppercase;
        font-size:14px;
    }
    .footer ul{
        padding:0;
        list-style:none;
    }
    .footer li{
        padding: 8px 0;
    }
    .footer li a{
        text-decoration:none;
        color:#fff;
        font-size:14px;
    }
    .footer p{
        font-size:15px;
        margin-bottom:20px;
    }
    .footer form input{
        color:#fff;
        font-size:14px;
        background:none;
        border:none;
        border-bottom:1px solid #fff;
        padding-bottom:10px; 
        width:70%;
    }
    .footer form input::placeholder{
        color:#fff;
    }
    .footer form{
        margin-bottom:30px;
    }
    .image_box img{
        height:unset;
    }
    .image_section img{
        height:300px;
    }
    .recent_section .custom_big_button_box{
        margin-top:20px;
    }

    /* home page end */

    /* service page start */
    .custom_breadcumb {
        border:2px solid #767779;
        margin:30px 0;
        padding:0 20px;
        border-radius:22px;
    }
    .custom_breadcumb h3{
        font-size:25px;
        font-weight:700;
    }
    .custom_breadcumb .col-sm-4{
        border-right:2px solid #aaa;
        padding:15px 25px;
    }
    .custom_breadcumb .col-sm-8{
        padding:10px 25px;
    }
    .custom_breadcumb h6{
        width:70%;
        font-size:17px;
        font-weight:700;
        padding:10px;
    }
    .single_sevice {
        position:relative;
        /* margin-bottom:60px; */
    }
    .service_img{
        width:100%;
        border-radius:22px;
        height:550px;
        overflow:hidden;   
    }
    .service_img img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center center;
    }
    .service_btn {
        position:absolute;
        right:50px;
        bottom:50px;
        width:320px;
        border-radius:22px;
        border:2px solid #767779;
        /* box-shadow: 0 0 10px 1px #323232; */
        background:#fff;
    }
    .service_btn a{
        padding:20px;
        border-radius:10px;
        display:inline-block;
        position:relative;
    }
    .service_btn h6{
        font-size:17px;
        font-weight:500;
        margin-bottom:10px;
    }
    .service_btn p{
        color: #555;
    }
    .service_btn p::after{
        content:"";
        position: absolute;
        display: inline-block;
        width:35px;
        height:35px;
        top:65%;
        transform:translateY(-50%);
        background-image: url('../images/icons/arrow_button.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .service_middle .bold_heading {
        font-weight:600;
        font-size:20px;
        padding-right:40px;
        padding-left:40px;
        padding-top:30px;
        text-align: center;
    }
    .popup_section {
        padding: 20px;
        text-align:center;
        margin-bottom:20px;
    }
    .popup_section p{
        width:90%;
        margin: 0 auto;
    }
    .dot_log img{
        margin: 0 auto; 
        margin-bottom:8px;
    }
    .popup_section h5{
        font-weight:600;
        margin-bottom:10px;
    }
    .popup_section:hover{
        box-shadow: 0 0 10px 1px #e7e7e7;
        border-radius:20px;
        transition:0.3s;
        transform:scale(1.02) translateY(-5px);
    }
    .popup_section img{
        transform:rotate(0);
        transition: 1s ease-in-out all;
    }
    .popup_section:hover img{
        transform: rotate(360deg);
    }
    .popup_section p{
        font-size:15px;
    }
    .desc_box_with_text {
        padding:20px;
        font-size:18px;
        font-weight:600;
        min-height:128px;
    }
    .desc_box_with_text p{
        font-size:15px;
        font-weight:400;
    }
    .service_botttom {
        padding: 22px 32px;
        border: 2px solid #767779;
        text-align:center;
        font-size:20px;
        border-radius:22px;
        margin:30px 0;
    }
    .service_botttom p{
        width:80%;
        margin: 0 auto;
    }
    .faq_section {
        padding: 60px 0;
    }
    .faq_section .custom_accordian .accordion-header button{
        font-weight:700;
        font-size:20px;
    }
    /* .faq_section .custom_accordian .accordion-header button::before{
        content:"";
        width:7px;
        height:7px;
        background:#111;
        border-radius:50%;
        margin-right:10px;
    } */
    /* about_page */
    .counter_two .counter{
        border:none;
        padding:20px 0;
    }
    .about_banner_section {
        padding: 30px 0;
        text-align: center;
    }
    .about_heading {
        width:80%;
        margin: 0 auto;
        font-size:2rem;
    }
    .ab_bnr_img img{
       height:500px; 
        width:100%;
        object-fit:cover;
        border-radius:30px
    }
    .about_banner_bottom{
        padding-top:30px;
        padding-bottom:50px;
    }
    .about_banner_bottom .bn_text{
        font-size:30px;
    }
    .about_banner_bottom p{
        font-size:18px;
    }
    .banner_additional h4{
        font-size:36px;
        font-weight:700;
        margin-bottom:15px;
    }
    .banner_additional p{
        font-size:18px;
    }
    .acme_journey {
        padding: 60px 0;
    }
    .counter_two p{
        font-weight: 400;
    }
    .counter_two .counter{
        padding-left:20px;
    }
    .journey_box {
        text-align:center;
        padding:20px;
    }
    .journey_box img{
        width:150px  !important;
        margin: 20px auto;
        height:130px;
        object-fit: contain;
    }
    .journey_box p{
        font-size:15px;
    }
    /* .journey_box .owl-item.center .journey_box p{
        color:red;
    } */
    .blue_box{
        width:40px;
        height:40px;
        background:#31A8DF;
        margin: 20px auto;
        border-radius: 50%;
        border:10px solid #E9E8E6;
        z-index:1000;
    }
    .case_breadcumb .col-sm-4:last-child{
        border:none;
    }
    .single_info{
        display:inline-flex;
        width: 49%;
    }
    .single_info p{
        margin-left:10px;
    }
    .blog_img img{
        height:250px;
        width:100%;
        object-fit:cover;
        object-position:top;
        border-radius:30px;
    }
    .blog_heading{
        font-size:20px;
        font-weight:600;
    }
    .single_blog_card{
        margin-bottom:30px;
        margin-top:10px;
    }
    .single_blog_detail {
        margin: 30px 0;
    }
    .main_heading span.blue{
        color:#2DA4DC;
        margin-left:10px;
    }
    .single_blog_detail .main_heading{
        font-size:20px;
        position:relative;
        padding-left:30px;
    }
    .single_blog_detail .main_heading:before{
        position: absolute;
        top:-5px;
        left:0
    }
    .main_blog_heading{
        font-size:3rem;
        margin-bottom:5px;
        font-weight:600;
    }
    .date_and_author{
        font-size:16px;
        margin-bottom:24px;
        color:#bababa;
    }
    .blog_text{
        padding:30px 0 ;
    }
    .secondary_heading{
        font-size:2rem;
        margin-bottom:10px;
        font-weight:600;
    }
    /* contact */
    .hq_section img {
        height:400px;
        width:100%;
        object-fit:cover;
        border-radius:22px;
    }
    .office_images{
        position:relative;
    }
    .img_tex{
        border-radius:0 8px 8px 0;
        position:absolute;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(55px);
        top:50px;
        left:0px;
        padding:10px 30px;
        color:#fff;   
    }
    .black_button a{
        background: #403c39;
        color:#fff;
        border-radius: 30px;
        padding:7px 30px;
        display: inline-block;
        text-decoration: none;
    }
    
    .black_button{
        margin:30px 0;
    }
    .contact_section{
        padding:40px 0;
    }
    .more_ofcs{
        padding:40px 0;
    }
    .more_ofcs .img_tex{
        background: #403c39;
        backdrop-filter: unset;
        top:30px;
    }
    .more_ofcs img{
        border-radius: 24px;
        width:100%;
    }
    .hq_section h6{
        font-size:34px;
    }
    .ofc_address h6{
        font-size:20px;
        margin:15px 0;
    }
    ul.contact_lis {
        list-style: disc;
    }
    .contact_lis li{
        list-style-position: inside;
        font-size:15px;
    }
    .contact_lis span{
        display:inline-block;
        margin-right:20px;
        display:inline-block;
        min-width:50px;
    }
    .contact_lis a{
        color:#296099;
        padding-left:10px;
    }
    .hq_section .adress{
        font-size:30px;
    }
    .hq_section .office_images{
        margin-bottom:20px;
    }
    .contact_form{
        padding: 40px 0 ; 
    }
    .contact_form h4{
        font-size:30px;
        font-weight:600;
        text-align:center;
        margin-bottom:40px;
    }
    .contact_form label{
        font-size:14px;
    }
    .contact_form span{
        color:#f00;
    }
    .contact_form .form-group{
        margin-bottom:30px;
    }
    .contact_form .form-control{
        border:none;
        border-bottom:1px solid #403c39;
        padding-top:5px;
        padding-bottom:5px;
        border-radius:0;
        padding-left:0;
        font-size:14px;
    }
   
    .form-group_btm small{
        color:#9d9fa1;
        font-size:12px;
        padding-left:10px;
        
    }
    .contact_form .form-control:focus{
        outline:none  !important;
        box-shadow: unset;
    }
    .form-group_btm input{
        border-radius: 4px;
    }
    .contact_form .form-group {
        position: relative;
        padding: 10px;
        border: 1px solid transparent;
        padding-bottom:0;
        padding-top:0;
    }
    .contact_form .form-group:focus-within {
        border-color: #403c39;
        border-radius:5px;
    }

    .form-group label {
        transition: 0.3s;
        font-size:12px;
    }
    .contact_form .form-group:focus-within .form-control{
        border:none;
    }
    .contact_form .form-group:focus-within label {
        color: #007BFF;
        padding: 0 12px;
        background: #fff;
        top:-12px;
        position: relative;
    }
.contact_form option{
    background: transparent !important;
    color:#403c39 !important;
    font-size: 12px;
}
.glow-on-hover {
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.form_btn{
    margin-top:20px;
    border:2px solid #767779;
    width:100%;
    padding:12px;
    border-radius:20px;
    margin-bottom:10px;
    font-weight:700;
    background: #fff;
    color:#403c39;
}
.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 20px;
}
.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 20px;
}
.glow-on-hover:hover:after {
    background: #403c39;
}
.glow-on-hover:hover {
    color:#fff;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.new_services img{
height: 420px;
}
.new_services .service_img{
    height:420px;
}
.new_services .service_btn{
    width:unset;
    right:30px;
    left:30px;
    bottom:20px;
}
.new_services .service_btn a{
    width:100%;
}
.more_ofcs img{
    height:300px
}
.form_box input{
    outline:none !important;
}
.blogs_page a{
    text-decoration: none;
    color:#403c39;
}
.service_btn a, .custom_card a,.blog_card a{
    color:#403c39;
    text-decoration: none;
}
.service_btn p::after{
    top:58%;
}
.bnr_btm_img {
    width: 120px;
    padding:15px;
    height: 90px;
    object-fit:contain;
    object-position:center;
}
.big_logo{
    height:50px;
    width:30px;
}
.client_bnr img{
    width:100%;

}
.client_bnr{
    object-fit: cover;
    /* border-radius: 20px; */
    height: 200px;
    overflow: hidden;
    margin-bottom:50px;
}

.client_logo {
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
}
.client_logo .row1 img, .client_logo .row2 img{
    /* width:12%; */
    padding:60px;
    /* filter:grayscale(1); */
    background:#f9f9f9;
    transition:0.2s all;
    height:195px;
    margin-bottom:10px;
    /* margin-bottom:5px; */
    object-fit:contain;
}
.client_logo .row1 img:hover,.client_logo .row2 img:hover {
    filter:grayscale(0);
    /* transform: scale(1.2); */
    /* background: #403c39; */
}
.client_area {
    position:relative;
    height:200px;
    margin-bottom:50px;
    overflow: hidden;
    border-radius: 20px;

}
.client_bnr{
    position:absolute;
    width:100%;
    height:200px;
    top:0;
    bottom:0;
    z-index:9;
    transition: 2s ease all;
    transform: translateX(0);
}
.client_area:hover .client_bnr{
    /* animation: sliders 2s 1 forwards; */
    transition: 2s ease all;
    transform: translateX(-50%);
    /* animation-delay: 2s; */
}
.client_logo{
    position:absolute;
    top:0;
    bottom:0;
    width:50%;
    right:0;
    height:400px;
    background: #fff;
}
@keyframes sliders {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
.owl-dots{
    display: none;
}
.get_in_touch {
    margin: 40px 0;
}
.get_in_touch .ab_bnr_img{
    margin-bottom:40px;
}
/* .comp_box {
    display:none;
}
.form2,.form3,.form4{
    display: none;
} */

h3.form_heading {
    color: #403c39;
    border-bottom:2px solid #ddd;
    width:70%;
    padding-bottom:10px;
    margin-bottom:40px;
    font-size:20px;
}
.form-group{
    margin-bottom:20px;
}
.form_buttons{
    color:#403c39;
    border:2px solid #403c39;
    padding:10px;
    width:100%;
    border-radius:10px;
    background: #fff;
    text-align:center;
}
.button2{
    background: #403c39;
    border:2px solid #403c39;
    color:#fff;
}
.form-group h4{
    color:#666;
    font-size:15px;
}
.radio-group label{
    border: 1px solid #666;
    padding:8px 20px;
    padding-left:60px;
    border-radius:20px;
    position:relative;
}
.radio-group label:before{
    content:"";
    display:inline-block;
    width:40px;
    height:20px;
    border-radius:30px;
    opacity:1;
    border:1px solid #666;
    position:absolute;
    left:10px;
}
.radio-group input{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0;
    z-index:9;
}

.radio-group input[type="radio"]:checked + span  {
    opacity:1 !important;
    content:"";
    position:absolute;
    left:10px;
    top:9px;
    border:1px solid #403c39;
    background:#403c39;
    width:40px;
    height:20px;
    border-radius:30px;
    display:inline-block;
}
.check_group {
    position: relative;
    margin-bottom:20px;
}
.check_group input{
    position:absolute;
    top:5px;
    left:100px;
    width:190px;
    height:25px;
    z-index:9;
    opacity: 0;
}
.check_group span{
    position:absolute;
    top:5px;
    content:"";
    left:220px;
    top:5px;
    border:1px solid #403c39; 
    height:25px;
    width:40px;
    display:inline-block;
    border-radius:20px;
}
.check_group input:checked + span{
    background:#403c39;
}
.dot_log img{
    width:50px
}
.middle_aligns{
    display: flex;
    align-items: center;
    justify-content: center;
    height:300px;
}

/* banner_animation */

.ab_bnr_img {
    display: flex;
    overflow:hidden;
    border-radius:20px;
}
.first_bnr img,.second_bnr img{
     width:200%;   
    border-radius:0;
}
.first_bnr,.second_bnr{
    position:relative;
    height:550px;
    width:50%;
    overflow: hidden;
}
.first_bnr img{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    transform: translateY(100%);
    animation: upbreak 1s 1 forwards;

}
.second_bnr img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    transform: translateY(-100%);
    animation: downbreak 1s 1 forwards;
    /* animation-delay:1s; */
}
.seconeOne:hover .second_bnr img{
    animation: downbreak 1s forwards;
    /* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
}
.seconeOne:hover .first_bnr img{
    animation: upbreak 1s forwards;
    /* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */

}
@keyframes upbreak {
    0%{
    transform: translateY(100%);   
    }
    70%{
        transform:translateY(0);
    }
    100%{
        transform:translateY(0);
    }
}
@keyframes downbreak {
    0%{
    transform: translateY(-100%);   
    }
    70%{
        transform:translateY(0);
    }
    100%{
        transform:translateY(0);
    }
}

.owl_journey .owl-item{
    position: relative;
}
.owl_journey .owl-item .dtos{
    width:350px;
    height:3px;
    top:104px;
    left:0;
    transform:translateX(0px);
    position:absolute;
    background:#e9e8e6;
    display: inline-block;
}
.owl_journey .owl-item .dtos::after{
    position:absolute;
    content:'';
    width:0px;
    height:3px;
    top:0px;
    left:0;
    transform:translateX(0px);
    /* transition:3s ease-in-out all; */
    z-index:999;
}
.owl_journey .owl-item.center .dtos::after{
    animation: lines 4s backwards 1;
    background:#403c39;
}
@keyframes lines {
    0%{
        width:0;
    }
    100%{
    width:350px;
    }
    
}
.owl_journey .blue_box{
    position:absolute;
    z-index:1000;
    left:50%;
    transform: translate(-50%);
    /* margin-top:20px;
    margin-bottom:20px; */
}
.jouren_img{
    margin-top:0px;
    border-radius: 18px;
    background: rgba(217, 217, 217, 0.15);
}
.custom_card .image_box img{
    height:240px;
    object-fit:cover;
    border-radius:20px;
}
.image_section img{
    height:240px !important;
    object-fit: cover;
    border-radius: 20px;
}
.desc_box{
    color:#403c39;
}
.recent_section a{
    text-decoration: none !important;
}
.hide_class{
    display: none;
}
video {
    width: 100%;
    height: 500px; /* Set the fixed height */
    object-fit: cover; /* Ensure the video fills the container */
  }

  /* Hide the default browser controls */
  video::-webkit-media-controls {
    display: none;
  }

  /* Hide the controls for other browsers */
  video {
    pointer-events: none;
  }

  /* Show controls on hover (optional) */
  video:hover {
    cursor: pointer;
    pointer-events: auto;
  }
  .about_img2 img{
    height:380px;
    border-radius: 20px;
    width:100%;
    object-fit: cover;
    object-position: center;
  }

  .banner_additional .middle_aligns{
    height:500px;
  }
  .form_shadow{
    box-shadow: 0 0 10px 1px #ddd;
    padding:25px;
    border-radius: 22px;
  }
  .client_bnr h3{
    position:absolute;
    bottom:50px;
    /* transform:translateY(-50%); */
    right:50px;
    font-weight:700;
    z-index:99;
    font-size:2rem;
    color:#fff;
    /* white-space: break-all; */
    /* transform: translateX(0); */
    
}
.client_bnr:hover h3{
    /* left:unset; */
    right:50px;
/* transform:translateX(100%); */
}.policy_section {
    padding: 100px 0;
}
.policy_section h4{
    font-size:20px;
}
.policy_section p{
    margin-bottom:40px;
}


/* megamenu */
.megamenu_row {
    width: 700px;
    position: absolute;
    left: -200px;
    right: 0px;
    top: 36px;
    border:none;
}
.megamenu_row .dropdown-item {
    padding: 8px;
    padding-left:20px;
    color: #403c39;
    font-size: 15px;
}
.megamenu_row a{
    white-space: normal;
}
.megamenu_row p{
    color:#403c39;
    font-size:18px;
    border-bottom:2px solid #403c39;
    margin-bottom:15px;
    margin-left:8px;
    padding-bottom:5px;
    font-weight: 700;
    display: inline-block;
    width:20px;
    white-space: nowrap;
}
.megamenu_row {
    /* background: linear-gradient(90deg, rgba(245, 95, 141, 1) 0, rgba(248, 174, 86, 1) 51%, rgba(245, 95, 141, 1)); */
    /* background-size: 200%; */
    /* filter: drop-shadow(2px 4px 6px black); */
    padding:20px;
}


 .megamenu_row .dropdown-item:hover {
    /* color:#f5608d; */
    /* font-weight: 600; */
    transition: 0.3s ease-in-out all;
    box-shadow: 0 0 0px 0px #ddd inset;
    padding-left:25px;

}

 .megamenu_row .dropdown-item:hover,
.dropdown-item:focus,
.mg_small .dropdown-item:hover {
    background: transparent;
    /* color:#000; */
    box-shadow: 0 -3px 3px rgba(0, 0. 0, 0.2) inset;
    /* transform: scale(1.1); */
    padding-left:15px !important;
    border-radius: 10px;
}
a.dropdown-item {
    padding: 4px 8px !important;
}
.case_study_section .ab_bnr_img{
    height:500px;
}
.single_sectionCase .case_box{
    padding-top:20px;
    padding-bottom:20px;
}
.seconeOne img{
    width:100%;
}
/* .owl_journey .owl-dots{
    display: block;
    text-align: center;
}
.owl_journey .owl-dot{
    width:20px;
    height:20px;
    background:#ccc !important;
    border-radius:50%;
    padding:10px;
    border:1px solid #ccc !important;
} */
/* .owl_journey{
    position:relative;
    margin-top:80px;
}
.owl_journey .owl-dots{
    position:absolute;
    top:-40px;
    display:flex;
} */
.journey_box{
    position:relative;
    /* padding:10px 0; */
    /* margin-top:80px */
}
/* span.dtos {
    position:absolute;
    top:-70px;
    width:40px;
    height:40px;
    border-radius:50%;
    display:inline-block;
    background:#000;
    left:50%;
    transform:translateX(-50%);
}
span.dtos::after{
    content:"";
    display: inline-block;
    width:350px;
    height:2px;
    background:#000;
    position: absolute;
    left:50%;
    top:50%;
    transition: 2s ease all;

}
.owl_journey .owl-item.active span.dtos{
    background: #ccc;
}
.owl_journey .owl-item.active span.dtos::after{
    background: #ccc;
    width:0px;
} */
.no_desktop{
    display: none;
}
    
.hidden {
    display: none;
}

 .filter select{
     top:20px;
     width:300px;
     border-radius: 10px;
     margin-bottom:20px;
     outline:none;
     box-shadow: unset;
     border:2px solid #403c39;
     /* max-height:300px; */
 }
 #cat_box{
    position: relative;
 }
 /* #categorySelect span{
    width:10px;
    height:10px;
    background: red;
    background-image: url('../images/icons/down_arrow.svg');

 }
        content:"";
        position: absolute;
        display: inline-block;
        width:35px;
        height:35px;
       top:50%;
       transform:translateY(-50%) rotate(0deg);
        background-repeat: no-repeat;
        background-size: cover;
        transition: 0.3s ease all;;
    } */
 .home-industeries-warpper-img img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 450px;
    position: relative
}
.home-industeries-warpper-img {
    position: relative;
    object-fit: cover
}
.home-industeries-warpper-img-right img {
    height: 726px;
    object-fit: cover
}
.image-wrapper img {
    height: auto;
    max-width: 100%
}

.shine {
    position: relative;
    overflow: hidden
}

.shine:before {
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -90%;
    position: absolute;
    top: 0;
    transform: skew(-25deg);
    width: 50%;
    z-index: 2
}

.shine:hover:before,.shine:focus:before {
    -webkit-animation: shine .85s;
    animation: shine .85s
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

.middle_alignsd .bn_text {
    font-size: 20px;
    font-weight: 400;
}

a.black_logo {
    text-decoration: none;
    color: #fff;
    background: #403c39;
    padding: 10px 30px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 20px;
}
.about_videos {
    border-radius: 20px !important;
    border:1px solid rgba(0,0,0,0.2) !important;
    overflow: hidden;
}
.check_group{
    min-width:24%;
    display:inline-block   
}
.white_header ul.navbar-nav.ml-auto {
    margin-left: auto;
}
.white_header{
    /* box-shadow:  0 0 5px 1px #e9e9e9; */
}
.white_header .nav-item{
    position: relative;
    margin-right:10px;
    padding-left:10px;
}
.white_header .nav-item::before{
    content: '';
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #403c39;
    display: inline-block;
    position: absolute;
    top:-12px;
    left:0;
    opacity:0;
}
.white_header .nav-link{
    padding:6px 22px;
    transform: translateY(0);
}
.white_header .megamenu_row .dropdown-item{
    position: relative;
}
.white_header .megamenu_row .dropdown-item::before{
    content: '';
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #403c39;
    display: inline-block;
    position: absolute;
    top:-12px;
    left:0;
    opacity:0;
}
.white_header .megamenu_row .dropdown-item:hover::before{
    animation: bounces 0.3s 1 forwards;
    animation-play-state: ease-in-out;
}
.white_header .nav-item:hover::before{
    animation: bounces 0.3s 1 forwards;
    animation-play-state: ease-in-out;
}
.white_header .nav-item:hover .nav-link{
    animation: bounces2 0.3s 1 forwards;
    animation-play-state: ease-in-out;   
}

@keyframes bounces {
 2%{
    top:-12px;
    opacity: 1;
 }   
 50%{
    top:90%;
    opacity: 1;

 }
 65%{
    top:60%;
    opacity: 1;

 }
 80%{
    top:30%;
    opacity: 1;

 }
 90%{
    top:55%;
    opacity: 1;

 }
 100%{
    top:40%;
    opacity: 1;

 }
}
@keyframes bounces2 {
    0%{
    transform: translateY(0);
    }
    80%{
    transform: translateY(-2px); 
    }
    90%{
    transform: translateY(2px);
    }
    100%{
    transform: translateY(0);
   
    }
   }
   .white_header .nav-item.active::before {
    display:none;
}
.white_header .nav-item.active{
    position:relative;
    color:#fff;
    margin-left:20px;
    width:165px
}
.white_header .nav-item.active .nav-link{
    border-radius:30px;
    background:#2d2d2d;
    color:#fff;
    padding:8px 30px;
    transition: 0.3s ease-in-out all;
    transform:translateX(0);
    position: absolute;
    right:0;
    animation: unset;
}
.white_header .nav-item.active img{
    position:absolute;
    transition: 0.3s ease-in-out all;
    position: absolute;
    left:0;
}
.white_header .nav-item.active:hover .nav-link {
    /* left:10%; */
    right:20%;
}
.white_header .nav-item.active:hover img{
    left:80%;
    /* right:0; */
}
.web_header {
    padding: 5px 0;
    box-shadow: 1px 0 5px 1px #e9e9e9;
}
.small_arrow{
    position: relative;
}
.small_arrow::after{
    content:"";
    position: absolute;
    display: inline-block;
    width:35px;
    height:35px;
   top:50%;
   transform:translateY(-50%) rotate(0deg);
    background-image: url('../images/icons/arrow_w.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease all;;
}
.footer_section1,.footer_section2,.footer_section3 {
    border-bottom:2px solid #fff;
}
.footer_section1 ul,.footer_section2 ul,.footer_section3 .row{
    width:88%;
    margin: 0 auto;
    padding-bottom:40px;
}
.footer_section2 ul,.footer_section3 ul{
    padding-top:40px;
}
.footer_section3 .row .col-sm-4,.footer_section3 .row .col-sm-8{
    padding: 0;
}
.footer_section1 ul li,.footer_section2 ul li {
    display:inline-block;
    width:16%;
}
.footer_section1 ul li a{
    font-size:20px;
    text-transform:capitalize;
}
ul.social_icons {
    margin: 0 auto;
    padding-top:10px;
}
.social_icons li{
    border:2px solid #fff;
    border-radius:10px;
    margin-right:5px;
    padding:6px;
    width:60px;
    height:60px;
    display:inline-block;
    text-align: center;

}
.social_icons img{
    width:18px;
    height:18px;
    margin: 0 auto;
}
.social_icons li a{
    font-size:10px;
}
.social_icons span{
    display: block;
    text-align: center;
    margin-top:6px;
}
.footer_section4{
    text-align: center;
}
.footer_section4 li{
    display: inline-block;
    font-size:14px;
}
.footer_section2 ul li{
    border-left:2px solid #fff;
    padding-left:15px;
    padding-top:4px;
    padding-bottom:4px
}
span.dots {
    width:7px;
    height:7px;
    background:#fff;
    display:inline-block;
    border-radius:50%;
    margin:0 7px;
}
.footer_section2 ul li:first-child{
    border-left:2px solid transparent;
}
.footer_section2 ul li .small_arrow::after{
    background-color:#3d3d3d;
    border-radius:50%;
    margin-left:15px;
}
.footer_section2 ul li:hover .small_arrow::after{
   transform:translateY(-50%) rotate(45deg);
    
}
.footer_section3 {
    padding: 40px 0;
}
.footer_section3 p{
    margin-bottom:0px;
    font-size:15px;
}
.footer_section3 small{
    font-size:13px;
    width:75%;
    display: inline-block;
}
.web_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
}
.web_header + .custom_container{
    margin-top:72px;
}
.stroke-text {
    font-family: Arial, sans-serif;
    font-size: 60px;
    fill: none;
    stroke: #403c39;
    stroke-width: 2px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation-name: stroke-animation;
    animation-duration: 4s;
    animation-timing-function:  ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

@keyframes stroke-animation {
    to {
        stroke-dashoffset: 0;
        fill: #403c39;

    }
}
.main_heading span:last-child{
    color:#403c39;
    text-transform: capitalize;
    padding-top:4px;
    font-size:14px;
    font-weight: 400;
    margin-left:20px;
    border-left:1px solid #ddd;
    padding-left:20px;
    width:60%;
}
.services_images {
    position: relative;
    top:40px;
    width: 500px;
    height: 180px;
    transition: 0.3s ease-in-out all;
}
.accordion-header:hover .services_images{
    top:20px;
}
.accordion-header:hover .accordion-button{
    font-weight:700;
}
.services_images img{
    width:150px;
    height:150px;
    object-fit: cover;
    border-radius:20px;
    position:absolute;
}
.services_images .img1{
    top:0;
    left:0;
    width:100px;
    height:110px;
    transform:rotate(8deg);
}
.services_images .img2{
    bottom:40px;
    left:20%;
    width:145px;
    height:130px;
    transform:rotate(-24deg);
}
.services_images .img3{
    bottom:40px;
    /* top:0; */
    left:50%;
    width:235px;
    height:180px;
    transform:rotate(-5deg);
}
.services_images .img4{
    top:0;
    left:20%;
    width:250px;
    transform:rotate(-20deg);
}
.services_images .img5{
    width:120px;
    transform:rotate(0deg);

}
.custom_container button.accordion-button{
    font-size:4rem;
    font-weight: 400;
    transition: 0.3 ease-in-out all;
}
.custom_container button.accordion-button span{
    display: block;
}
h2.accordion-header.row{
    padding:30px 0;
}

  /* animation */
  .text .char {
    display: inline-block;
    -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
            animation-delay: calc(0.25s + var(--char-index) * 0.1s);
    transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
  }
  .text--enter [data-scroll='out'] .char {
    opacity: 0;
    -webkit-transform: translate(0, -150%);
            transform: translate(0, -150%);
  }
  .text--enter .char {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .text--random [data-scroll='out'] .char:nth-of-type(1) {
    -webkit-transform: translateX(202%) translateY(-45%);
            transform: translateX(202%) translateY(-45%);
  }
  .text--random [data-scroll='out'] .char:nth-of-type(2) {
    -webkit-transform: translateX(198%) translateY(184%);
            transform: translateX(198%) translateY(184%);
  }
  .text--random [data-scroll='out'] .char:nth-of-type(3) {
    -webkit-transform: translateX(134%) translateY(56%);
            transform: translateX(134%) translateY(56%);
  }
  .text--random [data-scroll='out'] .char:nth-of-type(4) {
    -webkit-transform: translateX(-51%) translateY(250%);
            transform: translateX(-51%) translateY(250%);
  }
  .text--random [data-scroll='out'] .char:nth-of-type(5) {
    -webkit-transform: translateX(-109%) translateY(-81%);
            transform: translateX(-109%) translateY(-81%);
  }
  .text--random [data-scroll='out'] .char:nth-of-type(6) {
    -webkit-transform: translateX(234%) translateY(134%);
            transform: translateX(234%) translateY(134%);
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(1),
  .text--swapsies [data-scroll='out'] .char:nth-of-type(1) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(2),
  .text--swapsies [data-scroll='out'] .char:nth-of-type(2) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(3),
  .text--swapsies [data-scroll='out'] .char:nth-of-type(3) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(4),
  .text--swapsies [data-scroll='out'] .char:nth-of-type(4) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(5),
  .text--swapsies [data-scroll='out'] .char:nth-of-type(5) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(6),
  .text--swapsies [data-scroll='out'] .char:nth-of-type(6) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(7),
  .text--swapsies [data-scroll='out'] .char:nth-of-type(7) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(8),
  .text--swapsies [data-scroll='out'] .char:nth-of-type(8) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .text--swapsies [data-scroll='in'] .char {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(1) {
    -webkit-animation-name: swap-left;
            animation-name: swap-left;
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(2) {
    -webkit-animation-name: swap-right;
            animation-name: swap-right;
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(3) {
    -webkit-animation-name: swap-left;
            animation-name: swap-left;
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(4) {
    -webkit-animation-name: swap-right;
            animation-name: swap-right;
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(5) {
    -webkit-animation-name: swap-left;
            animation-name: swap-left;
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(6) {
    -webkit-animation-name: swap-right;
            animation-name: swap-right;
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(7) {
    -webkit-animation-name: swap-left;
            animation-name: swap-left;
  }
  .text--swapsies [data-scroll='in'] .char:nth-of-type(8) {
    -webkit-animation-name: swap-right;
            animation-name: swap-right;
  }
  @-webkit-keyframes swap-right {
    25% {
      -webkit-transform: translateX(-100%) translateY(-100%);
              transform: translateX(-100%) translateY(-100%);
    }
    75% {
      -webkit-transform: translateX(0) translateY(-100%);
              transform: translateX(0) translateY(-100%);
    }
    100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
  }
  @keyframes swap-right {
    25% {
      -webkit-transform: translateX(-100%) translateY(-100%);
              transform: translateX(-100%) translateY(-100%);
    }
    75% {
      -webkit-transform: translateX(0) translateY(-100%);
              transform: translateX(0) translateY(-100%);
    }
    100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
  }
  @-webkit-keyframes swap-left {
    25% {
      -webkit-transform: translateX(100%) translateY(100%);
              transform: translateX(100%) translateY(100%);
    }
    75% {
      -webkit-transform: translateX(0) translateY(100%);
              transform: translateX(0) translateY(100%);
    }
    100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
  }
  @keyframes swap-left {
    25% {
      -webkit-transform: translateX(100%) translateY(100%);
              transform: translateX(100%) translateY(100%);
    }
    75% {
      -webkit-transform: translateX(0) translateY(100%);
              transform: translateX(0) translateY(100%);
    }
    100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
  }
  .text--fading [data-scroll='out'] .char {
    opacity: 0;
  }
  .text--flipping [data-scroll='out'] .char {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .text--slide .char:nth-of-type(5) {
    transition-delay: 0s;
  }
  .text--slide .char:nth-of-type(4) {
    transition-delay: 0.1s;
  }
  .text--slide .char:nth-of-type(3) {
    transition-delay: 0.2s;
  }
  .text--slide .char:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  .text--slide .char:nth-of-type(1) {
    transition-delay: 0.4s;
  }
  .text--slide [data-scroll='out'] .char {
    opacity: 0;
    -webkit-transform: translate(-300%, 0) skewX(20deg);
            transform: translate(-300%, 0) skewX(20deg);
  }
  .text--karaoke .char {
    color: rgba(255,255,255,0.15);
    transition-duration: 0.1s;
  }
  .text--karaoke .char:after {
    color: #fff;
    visibility: visible;
  }
  .text--karaoke [data-scroll='in'] .char:after {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .text--karaoke [data-scroll='out'] .char:after {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  .text--filling .char {
    color: rgba(255,255,255,0.15);
  }
  .text--filling .char:after {
    color: #fff;
    visibility: visible;
  }
  .text--filling [data-scroll='in'] .char:after {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .text--filling [data-scroll='out'] .char:after {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  .text--blocks [data-scroll='out'] .char {
    visibility: hidden;
  }
  .text--blocks [data-scroll='in'] {
    overflow: hidden;
    position: relative;
  }
  .text--blocks [data-scroll='in'] .char {
    transition-delay: 0.5s;
  }
  .text--blocks [data-scroll='in']:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-animation: block 0.5s 0.25s both;
            animation: block 0.5s 0.25s both;
  }
  @-webkit-keyframes block {
    0% {
      -webkit-transform: translate(-110%, 0);
              transform: translate(-110%, 0);
    }
    45%, 55% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(110%, 0);
              transform: translate(110%, 0);
    }
  }
  @keyframes block {
    0% {
      -webkit-transform: translate(-110%, 0);
              transform: translate(-110%, 0);
    }
    45%, 55% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(110%, 0);
              transform: translate(110%, 0);
    }
  }
  .text--scale [data-scroll='out'] .char {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .text--turning [data-scroll='out'] .char {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  .text--folding [data-scroll='out'] .char {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .text--bulge [data-scroll='in'] .char {
    -webkit-animation-name: bulge;
            animation-name: bulge;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
  }
  @-webkit-keyframes bulge {
    50% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
  }
  @keyframes bulge {
    50% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
  }
  .text--perspective {
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .text--perspective .char {
    transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
    transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
    transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  }
  .text--perspective [data-scroll='out'] .char {
    opacity: 0;
    -webkit-transform: translate3d(-25px, -20px, -800px);
            transform: translate3d(-25px, -20px, -800px);
  }
  .text--zipping .char {
    transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
    transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
    transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  }
  .text--zipping [data-scroll='out'] .char {
    opacity: 0;
  }
  .text--zipping [data-scroll='out'] .char:nth-of-type(1) {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .text--zipping [data-scroll='out'] .char:nth-of-type(2) {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  .text--zipping [data-scroll='out'] .char:nth-of-type(3) {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .text--zipping [data-scroll='out'] .char:nth-of-type(4) {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  .text--zipping [data-scroll='out'] .char:nth-of-type(5) {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .text--zipping [data-scroll='out'] .char:nth-of-type(6) {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  .text--zipping [data-scroll='out'] .char:nth-of-type(7) {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
/* cursor  */
html, body {
    cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGc+CiAgICA8ZWxsaXBzZSBzdHJva2U9IiMwMDAiIHJ5PSI0LjE4NzQ5IiByeD0iNC4xODc0OSIgaWQ9InN2Z18xIiBjeT0iNSIgY3g9IjUiIHN0cm9rZS13aWR0aD0iMS41IiBmaWxsPSIjMDAwMDAwIi8+CiAgPC9nPgo8L3N2Zz4K") 5 5, auto;
    /* margin: 0; */
}
.cursor {
    position: absolute;
    z-index:999;
    pointer-events: none;
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 18px;
    transform: translate(-50%, -50%);
    transition: transform 0.2s;
}
.track .item{
    position: relative;
}
.track .itme .dtos{
    position: absolute;
    width:100px;
    height:100px;
    border-radius: 50%;
}
.track .item h2{
    position:absolute;
     top:0px;
     background:#0671b8;
     color:#fff;
     width:120px;
     text-align:center;
     font-size:16px;
     padding:8px 0 ;
     border-radius:8px;
 }
 .track .item h2 + img{
     position:absolute;
     top:75px;
 }
 span.dtos {
    position: absolute;
    top: 95px;
    height: 4px;
    width: 120%;
    background:#0671b8;
    z-index:2;
}
.track .item:first-child span.dtos{
    width:60%;
    left:55%;
}
.track .item:last-child span.dtos{
    width:45%;
    left:0;
}
 .journey_box{
     margin-top:210px;
     box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
     border-radius:30px;
     padding:10px;
     min-height: 260px;
 }
 .track .item{
     margin-top:80px;
 }
 .journey_box p{
    font-size: 14px;
    margin-top:15px;
    margin-bottom:15px;
 }
 .track .main_heading{
    margin-top:20px;
 }
 #services .single_sevice{
    margin-bottom:60px;
 }

 [data-aos="rotate-c"] {transform: rotate(-180deg);transition-property: transform;}

 .home_counter .counter-section{
    background:#e9e9e9;
    border-radius:30px;
    padding:22px;  

   }
   .home_counter .counter-section .col{
       min-width:50%;
       font-size:20px;
       padding:0;
   }
   .home_counter .counter-section h2{
    font-size:35px;
   } .home_counter .counter-section span{
       font-size:20px;
       /* font-weight: 400; */
   }
   .home_counter .counter-section p.count-text{
       font-size:16px;
       font-weight: 400;

   }
   .home_counter .counter-section{
    position: relative;
   }
   .home_counter .counter-section::after{
    content:'';
    width:1px;
    height:50%;
    background:#403c39;
    position:absolute;
    top:25%;
    left:50%;
}
.home_counter .counter-section::before{
    content:'';
    width:50%;
    height:1px;
    background:#403c39;
    position:absolute;
    top:50%;
    left:25%;
}
.bnr_btm_img{
    margin: 0 auto;
}
.counter-section.counter_two{
    padding-top:0;
}
.counter_two.counter-section h2{
    font-size:2rem !important;
}
.horizontal-scroll .main_heading {
    display:block;
    text-align:center
}
.horizontal-scroll .track>div.item{
    width:400px;}

.horizontal-scroll .track>div.item .journey_box{   
    transition: 1s ease-in-out all;
}
.track .item h2 + img{
    transition: 1s ease-in-out all;
    transform:scale(1);

}

.horizontal-scroll .track>div.item:hover .journey_box{
    top:-5px;
    transform:scale(1.02);
    box-shadow: 0 0 3px 1px #c9c9c9;
    transition: 1s ease-in-out all;

}

.horizontal-scroll .track>div.item:hover h2 + img{
    transform:scale(1.5);
    transition: 1s ease-in-out all;
}
.scale1_half{
    transform: scale(1.5);
}
.scale1_third{
    transform: scale(1.5);
}
.scale_double{
    transform: scale(2);
}
@media(max-width:768px){
    .no_phone{
        display: none;
    }
    .services_images{
        width:300px;
    }
    .single_content {
        border-radius:22px;
        overflow:hidden;
    }
    .dropdown-menu.megamenu_row {
        width: unset;
        padding: 0;
    }
    .custom_header .navbar-nav .dropdown-menu{
        background: transparent !important;
        border:none; 
    }
    .single_content img{
        height: 500px;
    }
    .no_desktop{
        display: block;
    }
    .banner_heading{
        font-size:2rem;
    }
    .single_box.col{
        padding-left:2px;
        padding-right:2px;
        max-width:20%;
        height:400px
    }
    .custom_container{
        width:96%;
    }
    .animation_text p{
        font-size:15px;
        left:15px;
    }
    .middle_aligns{
        height:unset;
    }
    p.bn_text{
        font-size:20px;
    }
    .counter-section .counter{
        padding:0px;
    }
    .counter-section h2{
        font-size:2rem;
    }
    .counter-section span{
        font-size:20px;
    }
    .counter-section p{
        font-size:15px;
    }
    .custom_accordian h2 button{
        font-size:18px !important;
    }
    .p-50{
        padding:10px 0;
    }
    .custom_card .image_box img{
        height:180px;
    }
    .desc_box{
        padding:15px;
        font-size:15px
    }
    h2.main_heading{
        font-size:20px;
    }
    .image_section img{
        height:180px
    }
    a.big_button{
        font-size: 18px;
    }
    .inside_box{
      height:240px;  
    }
    .inside_box .bg_overlay{
        padding:10px;
    }
    .inside_box_content{
        padding-top:20px;
        max-width: 100%;
    }
    .big_heading{
        font-size:22px;
        display: inline-block;
    }
    .inside_box_content p{
        font-size:15px;
    }
    .custom_breadcumb .col-sm-4{
        padding:10px;
    }
    .custom_breadcumb h3{
        font-size:20px;
        margin-bottom:0;
        padding-left:10px;
    }
    .custom_breadcumb{
        padding:10px;
    }
    .custom_breadcumb .col-sm-8,.custom_breadcumb .col-sm-4{
        padding:0;
    }
    .custom_breadcumb h6{
        padding:0;
        font-size:14px;
        padding-left:10px;
        padding-top:5px;
        width:100%;
        
    }
    .service_img{
        height:350px
    }
    .service_btn{
        right:0;
        padding:5px;
        width:300px;
    }
    .service_btn a{
        padding:8px;
    }
    .service_btn p::after{
        top:65%;
    }
    .footer{
        padding:20px;
    }
    .contact_box a{
        border:none;
    }
    .custom_header .navbar .active{
        margin-left:0;
        padding:0;
        background:none;
    }
    .custom_header .navbar .active a{
        color: #fff !important;
    }
    .client_bnr,.client_area,.client_logo{
        width:100%;
        position: unset;
        height:unset;
        margin-bottom:0;
    }
    .client_bnr h3{
        font-size: 1rem;
    }
    .client_logo .row1 img, .client_logo .row2 img{
        padding:20px;
        height:50px;
    }
    .client_area:hover .client_bnr{
        transform: translateX(0%);
    }
    video {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .about_heading{
        width:100%;
        font-size:2rem;
    }
    .about_banner_bottom .bn_text{
        font-size:20px;
    }
    .about_banner_bottom{
        padding-bottom:30px;
    }
    .banner_additional h4{
        font-size:24px;
    }
    .about_img2{
        display: none;
    }
    .acme_journey{
        padding:20px 0;
    }
    .more_ofcs img{
        height:200px;
    }
    .hq_section img{
        height:200px
    }
    .hq_section .adress{
        font-size:20px;
    }
    .blog_img img{
        height:200px
    }
    .ab_bnr_img img{
        height: 200px;
    }
    .main_blog_heading{
        font-size:2rem;
    }
    .footer_section1 ul li, .footer_section2 ul li{
        width:49%;
    }
    .footer_section1 ul li img{
        display: none;
    }
    .main_heading{
        display: block;
    }
    .main_heading span:last-child{
        display:none;
    }
    .footer_section1 ul, .footer_section2 ul, .footer_section3 .row{
        width:100%;
    }
    .footer_section3 .row .col-sm-6{
        padding:0;
    }
    .footer form{
        margin-bottom:10px;
    }
    [data-aos="fade-down-left"],[data-aos ="fade-up-left"] {
        transform: translateX(0);
    }
    .navbar-toggler{
        position: fixed;
        left:330px;
        top:20px;
    }
}