#header {
    background: #000;
}

.navbar a, .navbar a:focus {
    color: #fff;
}
a.ct_login_btn.ct_login:hover {
    color: #fff;
}
.navbar ul li a:before {
    background-color: #bd944c;
}

#header.header-scrolled {
    background: #000;
}
a.ct_login_btn {
    border-radius: 4px;
    padding: 10px 30px !important;

    
}

.our_client_bg {
    background-color: #000;
    padding: 40px;
    /* background-image: url(../img/img_2/our_client_bg.png); */
    border-radius: 5px;
    position: relative;
    margin-top: -142.5px;
}

.count-area-content {
    border: none;
    padding: 0px;
    color: #fff;
}
span.count-digit,.ct_plus_bg {
    color: #bd944c;
}
.count-area-content:hover  span.count-digit,.count-area-content:hover span.ct_plus_bg{
    color: #bd944c;
}
.count-area-content:before{
    display: none;
}
.count-area-content span {
    font-size: 36px;
}
.ct_custom_btn {
    background: #000;
    padding: 18px 35px;
    width: 200px;
    border-radius: 5px;
    border-color: #000;
}
.ct_font_h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}
.ct_light_grey_bg {
    background-color: #f2f2f5;
    padding: 55px 45px 55px 45px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}



.ct_choose_single_item figure figcaption h4 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 25px 0px 15px;
} 
.ct_choose_single_item figure figcaption p {
    color: #8b8f9f;
    line-height: 25px;
}
.ct_choose_single_item .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct_choose_single_item .icon img{
    width: 40px;
    height: 40px;
}

.ct_divider_border {
    border: 1px dashed #c3c8d2b8;
    position: absolute;
    top: 41%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 0px;
    width: 100%;
    z-index: -1;
}

.feature-detail h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.ct_feature_box span {
    background-color: rgb(0 0 0 / 69%);
    color: #fff;
}
.ct_feature_box span.active:before {
    color: #fff;
  
}
.ct_feature_box span:before {
    background-color: #000;
   
}

.feature-icon.mr-25 {
    width: 70px;
    height: 60px;
    display: grid;
    align-items: center;
    border-right: 1px solid #d4d7df;
    margin-right: 11px;
}
.feature-detail p {
    margin-bottom: 0px;
}
.feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.ct_feature_box {
    margin-bottom: 15px;
}
.ct_feature_box.active {
    padding: 15px;
    background-color: #f2f2f5;
    border-radius: 3px;
    margin-bottom: 25px;
}
.ct_feature_right_img{
    position: relative;
    transition: 0.4s ease all;
}
.ct_feature_right_img img {
    width: 100%;
    transition: 0.4s ease all;
}

.ct_feature_right_img img + img {
    position: absolute;
    width: 80px;
    height: 80px;
    object-fit: contain;
    z-index: 9;
   
}

.ct_feature_right_img img:nth-child(2) {
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    transition: 0.4s ease all;
}
.ct_feature_right_img img:nth-child(3) {
    right: 100px;
    top: 40px;
    width: 80px;
    height: 80px;
    transition: 0.4s ease all;
}
.ct_feature_right_img img:nth-child(4) {
    right: 70px;
    bottom: 70px;
    width: 80px;
    height: 80px;
    transition: 0.4s ease all;
}
.ct_feature_right_img img:nth-child(4) {
    right: 70px;
    bottom: 36px;
    width: 80px;
    height: 80px;
    transition: 0.4s ease all;
}
.ct_feature_right_img:hover img:nth-child(1) {
    transform: translateY(15px)
}
.ct_feature_right_img:hover img:nth-child(2) {
    transform: translate(-50%, -50%) rotate(30deg);
}

.ct_feature_right_img:hover img:nth-child(3) {
    transform: scale(1.2)
}

.ct_feature_right_img:hover img:nth-child(4) {
    filter: grayscale();
}
.ct_price_box ,.ct_pricing_div:hover{
    background-color: black;
  
}

.ct_custom_clr_btn {
    background-color: #bd944c;
    border-color: #bd944c;
}
.ct_custom_clr_btn:hover {
    border-color: #3c434e;
}
.count-area{
    background-image: none;
}
.ct_btn_lg {
    width: 220px;
    text-align: center;
}
.ct_transparent_bg {
    background-color: transparent;
    color: #000;
    border-color: #000;
}
.ct_transparent_bg:hover{
    color: #fff;
}
.ct_app_playstore_img img {
    width: 300px;
    transform: scale(1.4);
}

.ct_video_bg {
    background-image: url(../../assets/img/img_2/video_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-block: 50px;
    position: relative;
    z-index: 1;
}
.ct_video_bg:before{
    content: "";
    position: absolute;
    inset: 0px;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}
.ct_trade_point{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 50px;
}
.ct_trade_point li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}


.ct_video_btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bd944c;
    border-radius: 100px;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
   margin-inline: auto;
}
.ct_trade_point i {
    width: 16px;
    height: 16px;
    background-color: #bd944c;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.ct_video_btn a{
    color: #fff;
}
section.ct_call_back_bnr:before {
    background: #000;
}
.ct_about_3d_imges{
    position: relative;
}
.ct_about_3d_imges img {
    width: 100%;
    object-fit: contain;
}
.ct_about_3d_imges img + img {
    position: absolute;
    left: 0px;
  
}
.ct_about_3d_imges img:nth-child(2) {
    width: 200px;
    height: 200px;
    bottom: 0px;
    left: 60px;
    transition: 0.4s ease all;
}
.ct_about_3d_imges img:nth-child(3) {
    left: 50%;
    transform: translate(-50% , -50%);
    top: 20px;
    width: 94px;
    height: 94px;
    transition: 0.4s ease all;
}
.ct_about_3d_imges img:nth-child(4) {
    bottom: 44px;
    right: 94px;
    left: auto;
    transition: 0.4s ease all;
    width: 94px;
    height: 94px;
}

.ct_about_3d_imges:hover img:nth-child(2) {
    transform: rotate(20deg);
}
.ct_about_3d_imges:hover img:nth-child(3){
    transform: translate(-50%, -50%)scale(1.2)
}
.ct_about_3d_imges:hover img:nth-child(4){
filter: grayscale();
}

.ct_pad_btm_200{
    padding-bottom: 200px;
    z-index: unset;
}

#footer {
    background: #000000;
  
}

.footer-newsletter {
    padding: 50px 0;
    background: #f2f2f5;
}
.footer-newsletter {
  
    background: #f2f2f5;
}

.ct_client_logo .owl-dots {
    display: none;
}

@media screen and (max-width:991px) {
    #header.header-scrolled a {
    color: #333!important;
}
#navbar a.ct_login_btn.ct_login {
    color: #fff !important;
}

.navbar a, .navbar a:focus {
    color: #333 ;
}
a.ct_login_btn {
    color: #fff;
}
}
@media only screen and (max-width: 1024px) and (min-width: 991px)  {
    .ct_animate {
        padding-inline: 105px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 820px)  {
    .ct_slider_bg {
        padding-inline: 40px;
    }
}
@media only screen and (max-width: 820px) and (min-width: 769px)  {
    .ct_slider_bg {
        padding-inline: 50px;
    }
}

@media screen and (max-width:991px) {
    .ct_app_playstore_img img{
        transform: scale(1);
    }
    .ct_feature_right_img {
        max-width: 400px;
    }
    .ct_divider_border {
    
        display: none;
    }
    #header.header-scrolled a.ct_login_btn {
    color: #fff !important;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #bd944c !important;
}
   
}
@media screen and (max-width: 768px) and (min-width: 767px) {
    .ct_slider_bg {
        padding-inline: 105px;
    }
    .waviy span ,.ct_animate span{
        font-size: 32px;
    }
    .ct_animate {
        line-height: 55px;
    }
   
}
@media screen and (max-width:767px) {
    .ct_feature_right_img img:nth-child(2) {
        width: 130px ;
        height: 130px ;
    }
    .ct_feature_right_img {
        max-width: 100%;
    }
    .waviy span {
        font-size: 28px;
    }
    .waviy {
        margin-inline: 46px;
    }


    .ct_row_reverse{
        flex-direction:column-reverse;
    }
    .ct_font_h2 {
        font-size: 24px;
      
    }
    .ct_light_grey_bg {
        padding: 30px;
    }
    .ct_divider_border{
        display: none;
    }
    .feature-detail h5 ,.ct_choose_single_item figure figcaption h4{
        font-size: 16px;
       
    }
  

    .our_client_bg {
      
        margin-top: 80px;
    }
    .ct_video_btn  {
        margin-bottom: 50px;
    }
    .ct_app_playstore_img,.ct_about_3d_imges {
        margin-top: 50px;
    }
    .ct_slider_bg {
        padding-inline: 80px;
    }
    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  
        display: none;
    }
    .ct_client_log ,section{
        padding-block: 50px;
    }
}
@media screen and (max-width:575px) {
    .ct_feature_box{
        display: flex;
    }
    #hero {
     
        margin-top: 107px;
      
    }
    .waviy {
        margin-inline: 25px;
    }
   


    .ct_about_3d_imges img:nth-child(3),.ct_about_3d_imges img:nth-child(4) {
        width: 50px;
        height: 50px;  
    }
    .ct_about_3d_imges img:nth-child(2) {
        width: 100px;
        height: 100px;
        bottom: 84px;
      
    }
    .ct_light_grey_bg {
        padding: 50px 15px;
    }
    .our_client_bg{
        padding: 30px 15px;
    }
    .ct_full_width_res_btn {
        display: block !important;
    }
    .ct_full_width_res_btn button{
        width: 100%;
    }
    .ct_inner_banner {
   
    margin-top: 108px;
}
}

@media screen and (max-width:540px) {
    .ct_slider_bg {
        padding-inline: 60px;
    }
    .waviy{
        margin-inline: 0px;
    }
}

@media screen and (max-width:414px) and (min-width:412px) {
    .ct_slider_bg {
        padding-inline: 45px;
    }
    .waviy {
        margin-inline: 20px;
    }
    /* .waviy {
        margin-inline: 0px;
    } */
}


@media screen and (max-width:412px) {
    
    .ct_slider_bg {
        padding-inline: 0px;
    }
    .ct_animate {
        padding-inline: 40px;
    }
    .waviy {
        margin-inline: 48px;
    }
}


@media screen and (max-width:393px) and (min-width:390px){
    .ct_animate {
        padding-inline: 35px;
    }
    .waviy {
        margin-inline: 40px;
    }
}

@media screen and (max-width:375px) {
    
    .ct_animate {
        padding-inline: 25px;
    }
    .waviy {
        margin-inline: 30px;
    }
  
}


@media screen and (max-width:360px) {
    .waviy {
        margin-inline: 24px;
    }
    .ct_animate {
        padding-inline: 20px;
    }
    
}