
/**header**/
 
.site-header{ padding: 15px 0;
    position: fixed; left: 0; top: 0; width: 100%; z-index: 123;
    transition: .5s;
    background: var(--white);
}
.sticky .site-header{padding: 5px 0; background: var(--black);}
.sticky .logo{max-width: 140px;} 
.headerHold{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{max-width: 200px; transition: .5s;}
.logo img{width:100%;}
.headerRight{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:50px;
}
.menulist{list-style: none; margin: 0; padding: 0; display: inline-flex;
    gap:32px;
}
.menulist li{display: inline-block;}
.menulist li a{color: var(--black); padding: 5px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.menulist li a:hover{color: var(--primary);}

.sticky .menulist li a{color: var(--white);}
.sticky .menulist li a:hover{color: var(--primary);}

/**banner**/
.banner{
	background: var(--lightprimary);
	padding: 100px 0 0 ;
}
.banner .row{
	align-items: center;
}

.bannerContent{
	color: var(--black);
}
.bannerContent h1{
	font-size: 60px;
	font-weight: bold;
	color: var(--primary);
	margin: 0 0 50px;
}
.bannerContent h1 span{
	display: block;
	color: var(--black);
}
.bannerContent ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bannerContent ul li{
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 0 25px;
}
.bannerContent ul li:before{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: var(--primary);
	left: 0;
	top: 5px;
	transform: rotate(45deg);
}

/**get_free_sec**/
.get_free_sec{
	padding:  0 0 50px;
}
.get_free_holder{
	padding: 50px;
	border-radius: 10px;
	background: var(--primary);
}
.get_free_holder .row{
	align-items: center;
}
.get_free_sec h2{
	font-size: 50px;
	color: var(--white);
	line-height: 50px;
	margin: 0;
}

.get_free-from input,
.get_free-from select{
	width: 100%;
	padding: 15px;
	border: none;
	margin: 0 0 20px;
	border-radius: 10px;
}
.get_free-from input[type="submit"]{
	background: #422a21;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s;
}
.get_free-from input[type="submit"]:hover{
	background: #000;
}


/**about_sec**/
.about_sec{
	color: var(--black);
}
.tophd h2.title1{
	color: var(--black);
	font-size: 50px;
	line-height: 60px;
}
.tophd h2.title1 span{
	color: var(--primary);
}
 
/**core_value_sec**/
.core_value_sec{
	background:rgb(252, 242, 232);
	color: var(--black);
}
.core_value_row >.row{
    row-gap: 30px;
}
.coreValueDiv{background:var(--white); border-radius:10px; 
    padding: 32px; text-align: center; transition: .5s;
    position: relative;
}
.coreValueDiv .ico{display: inline-block; width: 60px; margin: 0 0 15px;}
.coreValueDiv h3{
    font-size: 24px; line-height: 30px;
    font-weight: 600; margin: 0 0 10px;
    color: var(--black);
}
 
 
.coreValueDiv .ico img{transition: all .5s ease-in-out .5s;} 
.coreValueDiv{
    height: 100%;
}



/**testimonial_sec**/
.testimonial_sec{background: url(../images/testbg.jpg) no-repeat 0 0 ;
 background-size: cover; background-attachment: fixed;}
.testimonialSlider{max-width: 70%; margin: 0 auto;}
.testdiv{
    background: var(--lightprimary);
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 10px;
    padding: 30px;
    backdrop-filter: blur(8px);
    position: relative;
    color: var(--black);
}
.testdiv:after{
    position: absolute;
    content: "";
    background: url(../images/invert.svg) no-repeat 0 0;
    background-size: 100%;
    width: 55px;
    height: 55px;
    right: 30px;
    bottom: 30px;
}
.testdiv .star{display: inline-block; margin: 0 0 20px;}
 
.tcdetails{
    display: flex;
    gap:15px;
    align-items: center;
}
.tcdetails .img{width: 52px; height: 52px; border-radius: 50%;}
.tcdetails .img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.tcdetails .name{font-size: 16px; line-height: 20px; margin: 0;
    font-weight: bold;   margin: 0 0 5px;
}
.tcdetails span{display: block; font-size: 14px;
    line-height: 16px; font-weight: 400;
 
}
.testimonialSlider .owl-nav button.owl-prev{
    background: var(--dark); width: 50px; height: 50px;
    border-radius: 50%; box-shadow: 0 0 20px 0 rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: -10px;
}
.testimonialSlider .owl-nav button.owl-prev:before{
    content: "\F12F";
    font-family: ;
        font-family: bootstrap-icons !important;
}
.testimonialSlider .owl-nav button.owl-next{
    background: var(--dark); width: 50px; height: 50px;
    border-radius: 50%; box-shadow: 0 0 20px 0 rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
    transform: translate(50%,-50%);
    right: -10px;
}
.testimonialSlider .owl-nav button.owl-next:before{
    content: "\F138";
    font-family: ;
        font-family: bootstrap-icons !important;
}
.testimonialSlider .owl-nav button span{display: none;}

.ques_sec{
	background: var(--lightprimary);
	padding: 60px 0 0 ;
}
.ques_sec .row{
	align-items: center;
}
.quesContent{
	color: var(--black);
}
.quesContent h2.title1{
	color: var(--black);
	font-size: 50px;
	margin: 0 0 30px;
}

 

.debtForm{
    width: 400px;
    margin: 30px auto;
}
.debtFormPart p{
    background: #ffe4e4;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 2px 2px 0 2px var(--primary);
}
.debtForm select,.debtForm input{
  
    width: 100%;
    padding:15px 20px;
    border-radius: 7px;
    border: 2px solid #000;
    margin-bottom: 20px;
}
input::placeholder {
  color: #333; 
}
button[type="submit"],
input[type="submit"]{
    line-height: 24px;
    background:#422a21;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    gap:6px;
    position: relative;
    overflow: hidden;
    color: var(--white);
    border: none;
    width: 100%;
} 
button[type="submit"]:hover,
input[type="submit"]:hover{color: var(--white);
    background: #000;
}
.rt{
    display: flex;
        justify-content: center;
        gap:20px;
}
.get_free_holder h2{text-align: center;}

@media (max-width:1199px){
    .headerRight{gap:20px;}
    .menulist li a{
        font-size: 15px;
    }
    .menulist{gap:10px;}
    .headerSearch input{width: 170px;}
    .container{max-width: 990px;}
    .tophd1 >div {
        width: 75%;
    }
     
}

@media (max-width:991px){
    .container{
        max-width: inherit;
        padding: 0 25px;
    }
    .menulist{
        display: none;
    }
    .menubtn{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .tophd .title1{
        font-size: 30px;
        line-height: 40px;
    }
    
    .procesContent h3,.coreValueDiv h3,
    .blogContent h3{
        font-size: 20px;
    }
    .tophd .title1 {
        font-size: 26px;
        line-height: 36px;
    }
     
    .cmnbtn{padding: 10px 18px; font-size: 15px; line-height: 20px;}
    .tophd1 >div{width: 70%;}
    .tophd p{max-width: inherit;}


    .bannerContent h1{
    	font-size: 45px;
    }
     
     .get_free_sec h2{
     	margin: 0 0 20px;
     }
     .testimonialSlider{
     	max-width: inherit;
     }
     .quesContent h2.title1{
     	font-size: 40px;
     }
}

@media (max-width:767px){
    .tophd1{
        flex-wrap: wrap;
        gap:20px;
        text-align: center;
        justify-content: center;
    }
    .tophd1 >div{width: 100%;}
    .process_sec .row,.about_sec .row,.why_sec .row,
    .blog_sec .row,.category_sec .row{gap:25px;}
     
     .quesimg{
     	margin: 0 0 20px;
     }

}

@media (max-width:576px){ 
    .tophd .title1 {
        font-size: 22px;
        line-height: 30px;
    }
    .testimonialSlider .owl-nav button.owl-prev,
    .testimonialSlider .owl-nav button.owl-next{
        width: 30px; height: 30px;
    }
    .testimonialSlider .owl-nav button.owl-prev{left: 5px;}
    .testimonialSlider .owl-nav button.owl-next{right: 5px;}
    .testimonialSlider{
        max-width: inherit;
    }
    .newsletterForm{flex-wrap: wrap; justify-content: center;}
     
    
}

@media (max-width:479px){
	.container{
		padding: 0 15px;
	}
    .logo,.sticky .logo{
    	max-width: 120px;
    }
    .bannerContent h1{
    	font-size: 30px;
    	margin: 0 0 30px;
    }
    .bannerContent ul li{
    	margin: 0 0 15px;
    }
    .get_free_holder{
    	padding: 20px;
    }
    .cmnbtn {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .headerRight{
    	gap: 8px;
    }
    .get_free_sec h2,.tophd h2.title1{
    	font-size: 30px;
    	line-height: 35px;
    }

}

  