:root {
    --theme-yellow:  #FF9B1A;
    --theme-blue: #004AAD;
    --white: #fff;
    --black: #212121;
  }
  body{
    background-color: #F4F4F4;
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* padding-top: 70px; */
  }
  html {
    scroll-behavior: smooth;
  }
  p{
    line-height: 27px;
  }
  
.btn-theme{
    background-color: var(--theme-yellow);
    color: var(--white);
    padding: 15px 30px;
    border-radius: 5px;
    
}
a{
    color: var(--theme-yellow);
    text-decoration: none;
}
.btn-theme:hover{
    background-color: var(--theme-blue);
    color: var(--white);
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.sub-heading{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    color:  var(--black);
}
.blog-details-content h2{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    color:  var(--black);
}
.blog-details-content h3{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    color:  var(--black);
}
.blog-details-content h4{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color:  var(--black);
}
.blog-details-content h5{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color:  var(--black);
}
.blog-details-content ul{
    margin-bottom: 15px;
}
.blog-details-content li{
    margin-bottom: 5px;
}

.blog-details-content p {
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 10px;
}
.blog-details-content p strong {
	font-family: "Titillium Web", sans-serif;
}
.blog-details-content a {
	color: #031273;
}
.blog-details-content ul {
	margin-left: 0;
	padding-left: 18px;
	margin-top: 15px;
}
.blog-details-content ul li {
	font-size: 16px;
	margin-bottom: 5px;
}
.blog-details-content ol {
	margin-left: 0;
	padding-left: 18px;
	margin-top: 15px;
}
.blog-details-content ol li {
	font-size: 16px;
	margin-bottom: 5px;
}
.blog-details-content blockquote {
	font-size: 18px;
	margin-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 35px;
}
.blog-details-content blockquote p {
	font-size: 18px;
	margin-bottom: 10px;
}
.navbar{
    background: rgb(239,239,239);
/* background: linear-gradient(90deg, rgba(239,239,239,1) 34%, rgba(0,74,173,1) 34%, rgba(0,74,173,1) 100%); */
/* min-height: 90px; */

transition:  0.5s;
position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    /* top: 0; */
   /* min-height: 90px; */
}
.navbar .nav-item .nav-link{
    color: #000;
    margin-left: 60px;
    font-size: 20px;
    transition: font-size 0.5s;
    padding: 0px;
    border-bottom: 1px solid transparent;
}

.navbar .nav-item .nav-link.active{
    color: var(--theme-blue);
    font-weight: 600;
    border-bottom: 1px solid var(--theme-blue);
}
.navbar .nav-item .nav-link:hover{
    color:var(--theme-blue);
    border-bottom: 1px solid var(--theme-blue);
}
.navbar-light .navbar-nav .nav-link:focus{
    color: var(--theme-blue);
   
}
.logo{
    width: 135px;
    transition: width 0.5s;
}
/* .is-sticky .logo{
    width:170px;
    } */
    .is-sticky {
        top: 0;
        position: fixed;
    width: 100%;
    z-index: 99;
   /* min-height: 80px; */
transition:  0.5s;
box-shadow: 0 0 12px rgba(0, 0, 0, .35);
    border: none;
    padding: 10px 0px;
    min-height: 75px;
    }
    .is-sticky .logo{
width: 80px;
    }
    /* .is-sticky .nav-item .nav-link{
        color: var(--white);
        margin-left: 10px;
        font-size: 18px;
        transition: size 0.5s;
    
    } */

footer .nav-item .nav-link{
    color: var(--white);
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0px;
    margin-right: 30px;
    width:fit-content;
    border-bottom: 1px solid transparent;
}
footer .nav-item .nav-link:hover{
    border-bottom: 1px solid;
}
footer .logo{
    width: 200px;
}
footer .nav-item .nav-link.active{
    color: var(--white);
    font-weight: 600;
    border-bottom: 1px solid;
}
footer .footer-heading{
    color: var(--white);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}
footer ul{
    list-style: none;
    padding: 0;
}
.home-banner{
    background-image: url('./assets/img/home-banner.jpg');
    min-height: 500px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.home-banner h1{
    text-align: center;
    font-size: 64px;
    font-weight: 500;
    color:  var(--white);

}
/* .home-banner::after {
    position: absolute;
    height: 500px;
    width: 100%;
    background: #29292970;
    content: "";
    z-index: -1;
} */
.one-section img{
    height: 320px;
    border-radius: 5px;
}
.page-banner{
    height: 400px;
    position: relative;
}
.page-banner img{
    height: 400px;
    object-fit: cover;
}
    .page-banner .banner-heading{
        position: absolute;
        font-weight: 600;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        color:  var(--white);
        font-size: 40px;
        text-align: center;
        width: 60%;
        z-index: 1;
    }
    .page-banner.p-0::after {
        position: absolute;
        height: 500px;
        width: 100%;
        background: #29292970;
        content: "";
        /* z-index: -1; */
        left: 0;
        height: 400px;
        top: 0;
    }
    .blog-main-box .card-text{
        margin-bottom: 10px;
        color: #212121;
        font-weight: 200;
    }
    .blog-main-box .card-title{
        color: #212121;
        font-size: 18px;
    }
    .blog-main-box span {
       color: var(--theme-blue);
        display: inline-block;
  transition: 0.1s ease-in;
    }
    .blog-main-box .view-link:hover {
        color: var(--theme-yellow);
        
     }
    .blog-main-box .view-link:hover span{
        
        color: var(--theme-yellow);
    }
    .view-link {
        position: absolute;
        bottom: 15px;
    }
    .blog-main-box .card{
        height: 100%;
        border-radius: 5px;
    }
    .blog-main-box .card img{
        transform: scale(1);
    transition: transform .3s ease-in-out;
    height: 200px;
    object-fit: cover;
    }
    .blog-main-box .card:hover img{
        transform: scale(1.2);
    }
    .blog-main-box .img-box{
        overflow: hidden;
        border-radius: 5px 5px 0px 0px;
    }
    .product-main-box .img-box{
        position: relative;
    }
    .product-main-box .card .card-title{
        position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    background: #393838a1;
    left: 0;
    color: #fff;
    padding: 10px 0px;
    }
    .contact-box .form-group{
        margin-bottom: 25px;
    }
    .contact-box textarea.form-control {
        height: 150px;
        min-height: 150px;
    }
    .contact-box .form-control{
        border: 0px;
        padding: 18px 22px;
        border-radius: 8px;
    }
    .contact-box .form-control:focus{
        box-shadow: 0 0 0 1px #ffc10778;
    }
    .contact-box .icon-box{
        height: 50px;
    width: 50px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:var(--theme-yellow);
    color: var(--white);
    margin-right: 20px;
    min-width: 50px;
    }
    .contact-box .wpcf7-not-valid-tip{
        font-size: 13px;
        color: #d61717;
        margin-top: 3px;
        display: block;
        text-align: start;
    }
    .contact-box.fix-contact textarea{
        min-height: 100px;
        height: 100px;
    }
    .fix-contact .btn-theme{
padding: 8px 15px;

    }
   

    .contact-box .wpcf7-spinner{
        position: absolute;
        right: 100px;
        margin: 0 40px;
    margin-top: 20px;
    }

    .contact-box .position-relative{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }
    .contact-box .position-relative p{
        margin-bottom: 0px;
    }

    .fix-contact .form-group p{
        margin: 0;
    }
    .contact-box .wpcf7 form .wpcf7-response-output{
        border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
    }
    .contact-box .card{
        margin-bottom: 25px;
        border: 0px;
    }
    .contact-box .card .text-box {
    word-break: break-all;
}
.contact-box .card .text-box a{
    color: var(--black);
}
.contact-box .card .text-box a:hover{
    color: var(--theme-yellow);
}
.home-product-box{
    padding: 40px 0px;
    padding-bottom: 40px;
    background: white;
    /* box-shadow: 2px 4px 4px #00000029; */
}
button.navbar-toggler {
    border-radius: 0px;
}
.home-product-box .card-body{
    background-color:  var(--theme-blue);
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 30px;
}
.blog-main-box .card-body{
    padding-bottom: 40px;
}
.product-card-box{
    margin-bottom: 24px;
}
.home-product-card.product-card-box{
    margin-bottom: 24px!important;
}
.product-card-box:nth-last-child(-n+3) {
   margin-bottom: 0px;
}
.blog-main-box.home-product-box .card-title{
    color:  var(--white);
    text-transform: capitalize;
}
.blog-main-box.home-product-box .card-text{
    color:  var(--white);
    font-weight: 200;
}
.blog-main-box.home-product-box .view-link{
    color:  var(--white);
}
.blog-main-box.home-product-box .view-link:hover span{
    color:  var(--white);
}
.blog-main-box.home-product-box .view-link span{
    color:  var(--white);
    opacity: 0;
}
.blog-main-box .view-link:hover span{
    opacity: 1;
}
.blog-main-box .view-link span{
    opacity: 0;
}

.blog-main-box.home-product-box .view-link:hover span{
    opacity: 1;
}
.client-box{
    margin: 30px 0px;
    border-radius: 5px;
    padding: 40px 20px;
    background: white;
   margin-left: 10px;
   margin-right: 10px;
}
.bg-theme{
    background-color: var(--theme-yellow);
}
.card-gray{
    margin-top: 20px;
    background-color:#ECECEC;
}
.card-gray span{
    color: var(--black);
    font-size: 20px;
}
.client-box img{
    width: 100px;
    margin:  auto;
}
.single-product-box .accordion-item {
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 1px 3px 4px #00000021;
    border: 0px;
}
.single-product-box .accordion-button{
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}
.single-product-box .accordion-button:not(.collapsed){
    background-color: var(--white);
    color: #000;
}
.single-product-box .accordion-button:focus{
    box-shadow: none!important;
}
.single-product-box .accordion-body ul{
    padding-left: 17px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 10px;
}
.single-product-box .accordion-body ul li.active a{
   color: var(--theme-blue);
}
.single-product-box .accordion-body ul a{
    color: var(--black);
}
.single-product-box .accordion-body ul a:hover{
    color: var(--theme-yellow);
}
.single-product-box .accordion-body ul li:not(:last-child){
   padding-bottom: 10px;
   
}
.single-product-box .card {
    color: var(--white);
    border-radius: 5px;
    border: 0;
}
.single-product-box .card span{
    font-size: 20px;
    display: block;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
.sub-inner-heading{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    color:  var(--black);
}
.sub-pra{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-icon-cards{
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 1px 3px 4px #00000021;
    background-color: #fff;
    padding: 15px 12px;
    align-items: center;
}
.product-icon-cards .text-box span{
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.product-icon-cards .icon-card{
    height: 100px;
    width: 100px;
    min-width: 100px;
    margin-right: 35px;
    background-color: var(--theme-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.product-icon-cards .icon-card img{
    width: 55px;
}
.sm-img-card-box img{
    width: 80px;
    min-width: 80px;
    border-radius: 50%;
    margin-right: 15px;
}
.sm-img-card-box span{
    font-weight: 500;
}
.sm-img-card-box .d-flex{
    margin-bottom: 30px;
}
/* .faq-box .accordion{
    width: 70%;
    margin: auto;
} */
.faq-box .accordion-button {
    font-size: 22px;
    font-weight: 500;
    outline: 0px;
    box-shadow: none;
    border-radius: 5px;
    border: 0px;
}
.faq-box .accordion-body{
    padding-top: 0px;
}
.faq-box .accordion-body p{
    margin-bottom: 0;
}
.faq-box .accordion-item{
    box-shadow: none;
    /* border: 1px solid #CDCDCD; */
    margin-bottom: 20px;
    border-radius: 5px;
}
.faq-box .accordion-button:not(.collapsed){
    background-color: var(--white);
    color: #000;
}
#client-slider{
    padding: 0px;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow:none;
}
.fix-btn .dropdown-menu{
min-width: 400px;
padding: 0;
margin-bottom: 10px!important;
}
.fix-btn{
    position: fixed;
    right: 30px;
    z-index: 999;
    bottom: 25px;
}
.fix-btn .dropdown-toggle{
    background-color: var(--theme-yellow);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.fix-btn .dropdown-toggle:hover{
    background-color: var(--theme-blue);
}
.fix-btn .dropdown-toggle::after{
    display: none;
}
.fix-btn .dropdown-toggle img{
    width: 50px;
}
.fix-btn .dropdown-toggle img.close-img{
    width: 30px;
}
.pagination{
    padding: 0;
    justify-content: center;
}
.pagination a.prev.page-numbers {
    width: fit-content;
}
.contact-box .wpcf7 form.invalid .wpcf7-response-output{
    display: none;
}
.pagination .page-numbers.current {
    padding: 10px;
    background-color: var(--theme-yellow);
    border: 1px solid var(--theme-yellow);
    color: var(--white);
    border-radius: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-contact-box{
    padding: 40px 0px;
    margin-bottom: -70px;
    background-color: #fff;
}
.pagination a.next.page-numbers {
    width: fit-content;
    margin: 0;
}
.pagination .page-numbers {
    color: var(--black);
    padding: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid;
}
.single-product-box .img-section img{
    max-height: 300px;
    border-radius: 5px;
    object-fit: cover;
}
.blog-details-content.container{
    max-width: 70%;
}
.contact-box .form-control{
    border: 1px solid #dadada;
         }
@media only screen and (max-width:1185px) {
    /* body{
        padding-top: 0px;
    } */
    footer .logo{
        width: 200px;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: none;
    }
}
@media only screen and (max-width:991px) {

    .page-banner{
        height: 300px;
       
    }
    .page-banner img{
        height: 300px;
       
    }
        .page-banner .banner-heading{ 
            transform: translate(-50%, 84%);
        }
        .page-banner.p-0::after {
            height: 300px;
            
        }
    .blog-details-content.container {
        max-width: 100%;
    }
    .product-card-box:nth-last-child(-n+3) {
        margin-bottom: 30px;
     }
     .product-card-box:nth-last-child() {
        margin-bottom: 0px;
     }
    .container{
        max-width: 100%;
    }
    .fix-btn{
        position: fixed;
        right: 30px;
        z-index: 999;
        bottom: 30px;
    }
    .fix-btn .dropdown-toggle{
        width: 60px;
        height: 60px;
    }
    .fix-btn .dropdown-toggle img{
        width: 40px;
    }
    .fix-btn .dropdown-toggle img.close-img{
        width: 22px;
    }
    footer .logo{
        width: 150px;
    }
    .one-section img{
        height: auto
    }
    .navbar{
        min-height: auto;
    }
.navbar-collapse.collapse.show {

background: var(--theme-blue);
z-index: 9;
text-align: start;

}

.navbar-collapse{
width: 100%;
position: absolute;
right: 0;
padding: 0px 6px;
background: var(--theme-blue);
top: 100%;
}
.logo{
width: 100px;
}
.navbar .nav-item .nav-link {
margin: 10px;
font-size: 14px;
width: fit-content;
        padding-bottom: 5px;
        color: var(--white);
}
.navbar .nav-item .nav-link.active{
    color: var(--white);

}
.navbar-nav{
    padding-top: 15px;
}
.navbar .nav-item .nav-link:hover{
    color: var(--white);
}

.navbar-light .navbar-toggler-icon{
    display: flex;
    align-items: center;
    justify-content: center;
background-image: none;
}
.navbar-light .navbar-toggler {
color: var(--theme-blue);
border-color: var(--theme-blue);
padding: 2px;
}
.navbar-toggler:focus{
box-shadow: none;
}
.home-banner{
   min-height: 300px;
}
/* .home-banner::after {
    height: 300px;
    
} */
.home-banner h1{
    font-size:30px;
}
/* footer{
   padding-top: 5px;
background: var(--theme-blue);
}
.logo-box{
    background-color: #efefef;
    padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 15px;
}
footer .footer-heading{
    margin-bottom: 15px;
} */
.sub-heading{
    font-size: 28px;
}
.sub-inner-heading{
    font-size: 25px;
}
footer .footer-heading{
    font-size: 28px;
}
.page-banner .banner-heading{
    font-size: 25px;
    width: 90%;
}
/* .faq-box .accordion{
    width: 100%;
    margin: auto;
} */
}
.container-fluid.home-product-box.faq-box {
    background-color: transparent;
    padding: 0;
    /* border: 1px solid #9f9f9f; */
}
.blog-card-box{
    margin-bottom: 24px;
}
footer{
    margin-top: 70px;
    /* padding: 60px 0px; */
    background: #efefef;
    background: linear-gradient(90deg, #efefef 60%, rgba(0,74,173,1) 53%, rgba(0,74,173,1) 100%);
}
.footer-link-box{
    background: var(--theme-blue);
    padding-top: 60px;
    padding-bottom: 40px;
}
@media only screen and (max-width:700px) {
    
    .home-product-card.product-card-box{
        margin-bottom: 15px!important;
    }
    .blog-card-box{
        margin-bottom: 15px
    }
    .product-card-box {
        margin-bottom: 15px
    }
    .product-icon-cards .icon-card{
        height: 60px;
    width: 60px;
    min-width: 60px;
    margin-bottom: 10px;
    }
    .product-icon-cards .icon-card img{
        width: 35px;
    }
    .fix-btn .dropdown-menu{
        min-width: 300px;
    }
    footer{
        padding-top: 0px;
     background: var(--theme-blue);
     }
     .logo-box{
         background-color: #efefef;
         padding-top: 20px;
             padding-bottom: 20px;
             /* margin-bottom: 15px; */
     }
     footer .footer-heading{
         margin-bottom: 15px;
     }
     footer{
     background: linear-gradient(90deg, #efefef 100%, rgba(0,74,173,1) 53%, rgba(0,74,173,1) 100%);}
    
}
.logo-box{
    background-color: #efefef;
}
@media screen and (max-height: 480px) { 
  
    .fix-btn .dropdown-menu{
        min-width: 600px;
    }
    .fix-contact.contact-box .form-group {
        margin-bottom: 15px;
        width: 50%;
    }
    .fix-btn{
        bottom: 5px;
    }
    .fix-btn .dropdown-menu{
        margin-bottom: 0px!important;
    }
    .fix-btn .dropdown-toggle{
        height: 40px;
        width: 40px;
    }
    .fix-btn .dropdown-toggle img{
        width: 30px;
    }
    .fix-btn .dropdown-toggle img.close-img{
        width: 16px;
    }
    .contact-box.fix-contact textarea {
        min-height:42px;
        height: 42px;
    }
 } 
