/*
Theme Name:   twentytwentyone-child
Template:     twentytwentyone
*/

:root{
    --primary-color: #f5a025;
    --secondary-color:  #000;
    --text-black: #000;
    --roboto:"Roboto", sans-serif;
  --slab:"Roboto Slab", serif;


}

.container{
    max-width: 1120px !important;
}
.section-padding{
    padding: 60px 0px ;
}
h1,h2,h3,h4{font-family:var(--slab);}
.logo img{ width: 150px;}
body{
    font-size: 16px;
    line-height: 24px;
    color: #111;
    font-family:var(--roboto) !important;
}
.slick-dots{
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;gap: 6px;
}
.slick-dots li button {
    text-indent: -9999px;
    width: 10px;
    height: 13px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #ccc;
}
.slick-dots li.slick-active button{ background: var(--primary-color);}
.colored{color: var(--primary-color);}
/* navbar */
.nav-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 20px 0px; 
}
.navbarlinks .links-data{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0;
    margin: 0;
}
.navbarlinks a{
    font-size: 16px;
    font-weight: 500;
    color: var(--text-black); text-decoration: none;
    white-space: nowrap;
}
.navbarlinks a:hover{
    color: var(--primary-color);
}
.navigation ul li { position: relative;}
.navigation > ul > li > a:hover {  color: var(--secondary-color);}
.navigation ul li ul li a:hover{ padding-left: 15px; color: var(--secondary-color); transition: all 0.3s ease; }    
.navigation ul li ul li{ width: 100%;}
.navigation ul li ul li a{ min-width: 14rem; line-height: 34px; font-weight: 500; max-width: 100%; display: flex; align-items: center; justify-content: space-between; color: #000; transition: all 200ms ease 0s;padding: 0 16px; text-decoration: none;}
.navigation ul li ul{ position: absolute;
    list-style: none;
  left: 0px; display: block;
   padding: 15px 0px;
  background: #ebf5eb;;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;    transition: all 200ms ease 0s;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;}
.navigation ul li:hover ul {
opacity: 1;
  pointer-events: auto;
  z-index: 2;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
 
.navigation > div ul> li a:hover {   color: #000;  }

.navigation > ul ul ul{display: none;}
.navigation ul ul li:hover ul{display: block;transform: translate(224px, -44px);}

.nav_buttons a{
    padding: 6px 37px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    line-height: 36px;
}
.nav_buttons .book_demo{
    background-color: var(--primary-color);
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
    white-space: nowrap;
}
.nav_buttons .book_demo:hover{
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
}
.nav_buttons .login_btn{
    border: 1px solid var(--primary-color);
    font-size: 17px;
    font-weight: bold;
    color: var(--text-black);
}
.nav_buttons .login_btn:hover{
    background-color: var(--secondary-color);
    color: #fff;
    transition: all 0.3s ease;
}
/* footer */
.footer-banner{
    background:#fff3e0;
}
.footer-content{
    padding:20px 0;
}
img{ max-width: 100%;}
.bss-service{
    background: #fff;
    padding: 13px;
    border: 1px solid #dddcdc;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.bss-service figure{
    width: 25%;
    margin: 0;
}
.bss-service h3{    font-size: 15px;
    font-weight: 600;
    width: 70%;
    margin: 0;
}
.footer-content .logo-col p{
 
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    margin-top: 30px;
}
.footer-bt{
    border-top: 1px solid #EAEAEA;
}

.service-form-query h3{  font-size: 25px;  margin-bottom: 20px;  font-weight: 800;}



.footer-copyright{
    padding: 23px 0;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.footer-copyright ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 23px;
}
.footer-copyright ul a, .footer-copyright .copyright-content{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    transition: all 0.3s ease;
}
.footer-copyright ul a:hover{
    color: var(--secondary-color);
}
.footer-content .footer-heading{
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
}
.footer-content .footer-list {  
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.footer-content .footer-list li a{
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: #222222;
    text-decoration: none;
}
.footer-content .footer-list li a:hover{
    color: var(--secondary-color);
    transition: all 0.3s ease;
}
.footer-content .contact-details{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
.testimonials{padding: 30px 0px;}
.gray{ background: #f1f1f1;}
.testi { text-align: center;}
.tsbox{     background: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    color: #4c4848;}
.profile-name{ margin-top: 40px;}
.tsbox:before{    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #f3f3f3 transparent transparent transparent;}
.slick-slide>div{ padding: 10px;}
.profile-name figure img{ display: inline-block; border-radius: 100%;}
.profile-name h3{ font-size: 15px; color: #111; font-weight: 700;}
.profile-name  span{ display: block; font-size: 13px; font-style: italic; }

.footer-content .contact-details li a{
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    line-height: 32px;
    text-decoration: none;
    color: #222222;
}
.footer-content .contact-details li a:hover{
    color: var(--primary-color);
}
.footer-content .get-the-app{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-content .get-the-app img{
    width: 160px;
}
.mobile-menu,.d-custom-md-none{
    display: none;
}

/* new css  */
header.scrolled {    background: #fff;
    box-shadow: 0px 0px 3px #dbd9d9;}
.logo{text-decoration: none;}
.logo img{ height: auto;}
.logo h1{
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    margin-bottom: 0;
}
.logo h1:hover{
    color: var(--secondary-color);
}
.top-bar {
  height: 45px;
  opacity: 1;
  transition: height 0.4s ease, opacity 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #355efc12;
  display: flex;
  align-items: center;
}

header.scrolled .top-bar {height: 0;opacity: 0;}
.top-bar-content{display: flex;justify-content: space-between;}
.top-bar-content a{text-decoration: none; color: #141414; line-height: 36px;}
.banner-slider{position: relative;}
.banner-slider .carousel-control-next, .carousel-control-prev{
       width: 6%;
}
.carousel-control-prev .circle-box{
    position: absolute;
    left: 0px;
    width: 56px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 6px 17px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.carousel-control-next .circle-box{
    position: absolute;
    right: 0px;
    width: 56px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 6px 17px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.banner-slider .carousel-caption{
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: left;
    bottom: auto; color: #000;
}
.banner-slider .carousel-caption h1 , .banner-slider .carousel-caption h2{
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    color: var(--text-black);
    
}
.banner-slider .wlcm-to{color: var(--primary-color);}
 .exp-more{background: var(--primary-color); color: #fff;}
.exp-more:hover{background: var(--secondary-color); color: #fff;}

.about-section .about-img{border-radius: 20px;}
.blog-item{    box-shadow: 0px 0px 3px 0px #b1abab;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.newslestterbx input[type="text"]{
    width: 100%;
    border: 1px solid #e1dfdf;
    padding: 8px 12px;
    font-size: 14px;
}
.newslestterbx button{
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 8px;
    border: 0;
    margin-top: 7px;
}
.blog-item figure{ margin: 0;}
.blog-item .bbs-card{ padding: 20px;}
.blog-item .bbs-card h3{  font-size: 22px;  font-weight: 700; color:#111;}
.blog-item .bbs-card p{  font-size: 14px; color: #323030;}
.blog-item .bbs-card .more a{
    text-decoration: none;
    font-weight: 500;
    color: var(--primary-color);
}
.blog-item .bbs-card .more a:hover{ color: #111;}
.section-tag {border: 1px solid #dedfe5;
    padding: 1px 10px;
    border-radius: 8px;
    color: #8d8d8d;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    background: #fff;}
.section-heading{
    margin:0 0 20px 0px;
    font-size: 38px;
    font-weight:700;
    color: var(--text-black); 
}
.head-subtext{
    font-weight: 400;
    color: #141414;
    line-height: 24px;
    font-size: 16px;
}
.bs-service{    background: #f9f5ee; padding:30px 0px;}
.about-section .tab-content p{
    font-size: 14px;
    color: #141414;
}
.about-section .num{
    width: 72px;
    height: 60px;
    display: grid;place-items: center;
    background: var(--primary-color);
    color: #fff;font-weight: 500;
    border-radius: 50%;font-size: 24px;
    flex-wrap: nowrap;
}
.about-section h3{font-size: 20px; color: var(--text-black); }
.about-section .nav-tabs .nav-link{color: #141414;font-weight: 600;}
.about-section .nav-tabs .nav-link.active{color: var(--primary-color); font-weight: 500;} 

.about-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border-color: #ffffff #ffffff var(--primary-color) !important;}

.info-sec{background: var(--primary-color);}
.info-sec h2{font-weight: 600; font-size: 50px; color: #fff;}

.our-services .nav-pills .nav-link{
    color: #141414;
    border-radius: 32px;
    padding: 0rem 1.4rem;
    height: 50px;
    margin-bottom: 1rem;font-weight: 600;
    display: flex; align-items: center;
    text-align: start;
    border: 1px solid #dee2e6;
    width: 100%; position: relative;
}
.our-services .nav-pills .nav-link::before{
    content: "";
    border: 1px solid #dee2e6;
    position: absolute;
    border-left: none;
    border-bottom: none;
    width: 34px;
    height: 34px;
    top: 7px;
    right: -4px;
    transform: rotate(45deg);
    border-radius: 6px;
    background: #fff;
}
.our-services .nav-pills .nav-link.active, .nav-pills .show>.nav-link,.our-services .nav-pills .nav-link.active::before{background: var(--primary-color); color: #fff;}
.our-services h3{     font-size: 16px !important;
    font-weight: 600;}
.our-services .nav-link{
    transition: none !important;
}
.inside-top-header{ color: #fff;    background: #f5a025;
    background-size: cover;
    padding: 23px 0px;}
.inside-top-header h1{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.offset_top{ margin-top: 140px;}
img,a{transition: ease all 0.4s;}
.service-card{
    border: 1px solid #ffe1b6;
    padding: 10px 10px 15px 10px;
    margin:0 0 12px 0px;
    border-radius: 10px;
    transition: ease all 0.4s;
}
.service-card h3{ font-size: 22px!important; font-weight: 800;}
.more-text a{  color: #111;  text-decoration: none;  font-weight: 800;}
.service-card figure{ overflow: hidden; border-radius: 10px; }
.service-card:hover figure img{ scale:1.1}
.service-card:hover{ background: var(--primary-color); color: #fff;}
.service-card:hover .more-text a{ color: #fff;}
/* mobile */
@media screen and (max-width:1000px) {
    .top-bar{display: none;}
     .mobile-menu,.d-custom-md-none{
        display: block;
    }
    .mobile-menu .bar-icon{
        width: 35px;
        cursor: pointer;
    }
    .mobile-menu .offcanvas-body{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .mobile-menu .offcanvas-body .mob-link{
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 17px;
    }
    .mobile-menu .offcanvas-body ul .mob-sublink{
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        margin-top: 15px;
        display: inline-block;

    }
    .nav-container{
        padding: 10px 0px; 
    }
    .nav-container .logo{
        width: 90px;
    }
    .nav_buttons .book_demo {
        font-size: 14px;
        margin-right: 6px;
    }
    .nav_buttons a {
        padding: 2px 10px;
        border-radius: 6px;
        line-height: 30px;
    }
    .navbarlinks .links-data{
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: start;
    }
    .navbarlinks .links-data .droplink{
        font-size: 14px;
    }
    .banner-slider .carousel-caption h1 , .banner-slider .carousel-caption h2{
        font-size: 28px;
        }
        .our-services .nav-pills .nav-link{height: auto;}
        .banner-slider .circle-box{display: none;}
        .our-services .nav-pills .nav-link{
            height: 50px;
        }
}

.sendbtn{ background: var(--primary-color); color: #fff; border: 0; padding: 7px 20px; border-radius: 6px;}
.form-control { padding: 10px 15px; color: #111; font-size: 14px;}
.service-form-query{ border:1px solid var(--primary-color);position: sticky; top:100px;}
.ts-content-section h2{font-size: 28px; margin-bottom: 20px; color: #111;font-weight: 700;}
.ts-content-section h3{font-size: 23px; margin-bottom: 16px; font-family: var(--roboto);
    font-weight: 700;}

.ts-content-section  ul li{    background: url(images/tickark.png) no-repeat 0px 3px;
    background-size: 18px;
    padding-left: 27px;
    margin-top: 10px;}    
.ts-content-section  ul{list-style: none; padding: 0; margin: 0 0 41px 0;}
.breadcrumb a{color: #fff; text-decoration: none; padding:0 5px;}
