 
/*scroll*/
::selection{background:#895ffc;color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:5px;background-color:#F5F5F5;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#dedede;}
::-webkit-scrollbar-thumb:vertical{border-radius:0px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-image:linear-gradient(#F3971B,#F3971B);}

/*body*/
html,
body {
  width: 100vw;
  height: 100vh;
}
#main {
    position: relative;
    overflow: hidden;
  }
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
img{max-width:100%;height:auto;}
a:hover{text-decoration: none;-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;}
body{padding: 0;margin: 0;overflow-x:hidden;font-family: 'GothamPro'; }



/*botton*/
.btn-primary{background-color: transparent;color:white;padding: 14px 24px;text-decoration:none;font-size: 14px;font-weight: 500;cursor:pointer;transition-duration:0.4s;border-radius: 69px;border: 1px solid rgba(255, 255, 255, 0.10);display: flex;gap: 9px;align-items: center;letter-spacing: 0.14px;}
.btn-primary:hover{border-color: #F3971B;background:transparent;color: #fff;}
.btn-secondary{border-radius:6px;color:white;padding: 14px 24px;text-decoration:none;font-size: 14px;font-weight: 500;cursor:pointer;display:inline-block;-webkit-transition-duration:0.4s;transition-duration:0.4s;border-radius: 69px;border: 1px solid #FFAA38;background: #F3971B;letter-spacing: 1.20px;text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);}
.btn-secondary:hover{background:transparent;color: #ffffff;}
.btn-secondary-black{color:white;padding: 14px 24px;text-decoration:none;font-size: 14px;font-weight: 500;cursor:pointer;display:inline-block;-webkit-transition-duration:0.4s;transition-duration:0.4s;border-radius: 69px;border: 1px solid #FFAA38;background: #F3971B;letter-spacing: 1.20px;text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);}
.btn-secondary-black:hover{background:transparent;color: #F3971B;}
.get-btn{
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    background-color: #fff;
    padding: 12px 47px;
    border-radius: 25px;
}

/* padding */
.padtb{
    padding: 100px 0;
}
.pad-btm{
    padding-bottom: 100px;
}

/* heading */
.mh-2 h2
{
    color: #212121;
    font-size: 52px;
    font-weight: 700;
    line-height: 56px;
    position: relative;
    z-index: 1;
}
.mh-4 h4{
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
} 
.mh-3 h3{
    color: #F3971B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
     
} 
.mh-5 h5{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
     
} 
/*paragrape*/
.p1 p{
    color: #646464;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.p2 p{
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.p3 p{
    color: #646464;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.p4 p{}
.p5 p{}




/* .logo img ,.ft-logo img {
    max-width: 150px;
}
  */

/*header*/
/* General Header Styles */
header.header {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  
  /* Menu Styles */
  ul.menu {
    display: flex;
    gap: 40px;
  }
  
  ul.menu > li {
    display: flex;
  }
  
  ul.menu > li > a {
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.17px;
    margin-right: 8px;
  }
  
  /* Hamburger Menu */
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #494949;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .head-btn {
      display: none;
    }
  
    .main-nav {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      background-color: #e8e8e8;
      display: none;
    }
  
    .main-nav.active {
      display: block;
    }
  
    ul.menu {
      flex-direction: column;
      gap: 20px;
      padding: 20px;
    }
  }

/*main-banner*/
.herobanner {
    background-image: url("../images/pattern.png");
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    height: 785px;
    overflow: hidden;
}
.line
{
    background-image: url("../images/line.png");
    background-size: cover;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 2;
    height: 225px;
    background-repeat: round;
}
.rb-img {
    position: absolute;
    right: -74px;
    top: 8px;
    z-index: 1;
}
.lb-ctn h1 {
    font-size: 62px;
    font-weight: 700;
    color: #212121;
    line-height: 60px;
}
.lb-ctn p {
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.btn-trust {
    color: #646464;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}

.btn-trust:after {content: '';position: absolute;width: 100%;bottom: -3px;height: 1px;background: #646464;left: 0;}
span.s-text {
    font-family: "Libre Baskerville", serif;
    position: relative;
}

span.s-text:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    background-color: #F3971B;
    left: 0;
    bottom: 14px;
    z-index: -1;
    border-radius: 41px;
}
.book {
    position: relative;
    padding: 140px 0;
}
/*index-page*/
section.c-logo {
    margin-top: -3%;
    position: relative;
}
ul.clogo-list  {
    border-bottom: 1px solid #FCE5C6;
}
.uline{
    position: relative;
}
.uline::after{
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    background-color: #F3971B;
    left: 0;
    bottom: 2px;
    z-index: -1;
    border-radius: 41px;
}
 .ser-box h2{
    font-size: 22px;
    line-height: 24px;
 }
 .ser-box p{
    font-size: 16px;
 }
 .ser-box {
    padding: 0px 58px 47px;
    position: relative;
    z-index: 1;
}

.ser-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 79%;
    background: #FEF9F1;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 23px;
}
.ser-box .btn-trust {
    color: #F3971B;
}
.ser-box .btn-trust::after{
    background-color: #F3971B;
}
.sil-wrap {
    padding-left: 25%;
    overflow: hidden;
}
ul.sil-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
}
.sil-bx {
    width: 278px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
a.btn-vmore {
    font-size: 18px;
    font-weight: 500;
    color: #F3971B;
}
.sil-ob {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition-duration: 0.4s;
}

.sil-ob a {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

.sil-bx:hover .sil-ob {
    opacity: 1;
}
.test-box {
    background-color: #F3971B;
    border-radius: 35px;
    padding: 98px  62px  133px 62px;
    position: relative;
}
.test-box h3{
color: #fff;
}
.test-box h2{
    color: #fff;
}
.test-box .uline {
    font-family: "Libre Baskerville", serif;
    position: relative;
}

.test-box .uline::after {
    background-color: #fff;
    height: 4px;
}

span.fchange {
    font-family: "Libre Baskerville", serif;
}
.client h4 {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.client p {
    font-size: 14px;
    color: #FDEAD1;
}
.count-box {
    padding: 0 55px;
    border-right: 1px solid #E9E9E9;
}
.count-box:last-child {
    border-right: 0;
}
.count-box h2 {
    width: 179px;
}
.cell {
    position: relative;
    overflow: hidden;
    height: 832px;
}
.cell img
{
    position: absolute;
    bottom: -16%;
    right: 8%;
}
.cell:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 97%;
    background: antiquewhite;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 23px;
}
 
.form-bx label {
    color: #646464;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.form-bx input,textarea {
    padding: 13px 21px;
    border: 1px solid #E9E9E9;
    width: 100%;
    border-radius: 30px;
    color: #646464;
    font-size: 15px;
    font-weight: 500;
}
.form-bx textarea {
    height: 120px;
    padding: 20px;
    resize: none;
}
.form-bx input::placeholder,.form-bx textarea::placeholder 
{
    font-size: 15px;
    font-weight: 500;
}
.form-bx {
    width: 100%;
}
.form-bx input#default-checkbox {
    width: auto;
}
.form-btn input[type="submit"] {
    color: white;
    padding: 14px 24px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 69px;
    border: 1px solid #FFAA38;
    background: #F3971B;
    letter-spacing: 1.20px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.ft-logo p{
    font-size: 16px;
}
 

.footer-links ul>li>a ,.footer-links ul>li>p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footer-links h3 {
    color: #646464;
}
.copy-wrap 
{
    border-top: 1px solid #373737;
}
.copy p{
    font-size: 16px;
    color: #fff;
}
.sco-list>li>a{
    color: #e5e3e3;
    font-size: 20px;
}
.setp-ctn h2 {
    font-size: 42px;
    line-height: 46px;
}
.step-img {
    position: relative;
    width: 380px;
    display: flex;
    overflow: hidden;
    height: 372px;
    z-index: 1;
}
.step-img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 72%;
    background: #ffffff;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 23px;
}
img.simg1 {
    margin: auto;
    position: relative;
    bottom: -12%;
}
img.simg3 {
    margin: 0 0 0 auto;
    position: relative;
    right: -9%;
}
.timeline {
    position: absolute;
    width: fit-content;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}

.step {
    display: flex;
    align-items: center;
    position: relative;
    margin: inherit;
    border: 10px solid #FEF9F1;
    border-radius: 50%;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #FEF9F1;
    border: 2px solid #e3dacd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6a30a;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    transition: background-color 0.4s ease-out, color 0.4s ease-out;
}

.circle.filled {
    background-color: #f6a30a;
    color: white;
    border: 2px solid #f6a30a;
}

.line-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 5px;
    height: 71%;
    background-color: #FDEFDC;
    z-index: -1;
    bottom: 0;
    margin: auto;
}

.line-p {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background-color: #f6a30a;
    height: 0%;
    transition: height 0.4s ease-out;
}
img.simg2 {
    margin: auto;
    position: relative;
    left: -20%;
}
  /* Custom CSS for smooth open/close animation */
  .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .faq-content.open {
    max-height: 150px; /* Adjust based on your content height */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
.capbx h5{
    font-weight: 600;
    font-size: 20px;
}
.capbx a{
    display: inline-block;
    color: #F3971B;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #F3971B;
    padding-bottom: 2px;
}

ul.cap-list {
    display: block;
    text-align: center;
}

ul.cap-list>li {
    display: inline-block;
    width: 30%;
    padding: 15px 10px;
}
.acc-bx {
    background-color: #F3971B;
    padding: 44px 0;
    border-radius: 25px;
}

.acc-bx h2 {
    color: #fff;
}

.acc-bx h3 {
    color: #fdf9f9;
}
.srch 
{
    position: relative;
}
.srch span{position: absolute;bottom: 0;top: 0;margin: auto;width: 30px;height: 23px;left: 10px;font-size: 18px;color: #d3d3d3;}
.srch input
{
   padding: 15px 20px 15px 41px;
   border: 2px solid #d3d3d3;
   border-radius: 35px;
   width: 400px;
}
.term-ctn h5{
    font-size: 30px;
}
.term-sec.padtb {
    border-top: 1px solid #e5e2e2;
    border-bottom: 1px solid #e5e2e2;
}
.cmap {
    position: relative;
}
.ccz{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #F3971B;
    border-radius: 50%;
}
.ccz::after{
    content:"";
    border: 15px solid #f3971b73;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -15px;
    bottom: -15px;
    animation: pulsate 1.6s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    z-index: 99;
}
@keyframes pulsate {
    0% {transform: scale(0.6, 0.6); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1, 1); opacity: 0.0;}
}

.cc1{right: 58px;bottom: 54px;}
.cc2{
    right: 143px;
    bottom: 72px;
}
.cc3{
    top: 0;
    bottom: 55px;
    margin: auto;
    right: 15%;
}
.cc4{top: 0;bottom: 0;margin: auto;right: 33%;}
.cc5{top: 0;bottom: 139px;margin: auto;right: -41px;left: 0;}
.cc6{top: 25%;margin: auto;right: -5%;left: 0;}
.cc7{
    top: 16%;
    margin: auto;
    right: -15%;
    left: 0;
}
.cc8{top: 0;margin: auto;left: 15%;bottom: 24%;}
.cc9{top: 0;margin: auto;left: 17%;bottom: 6%;}

.genebx img {
    padding-bottom: 20px;
}

.sup-bx h5{
    font-weight: 600;
    font-size: 22px;
}
.sup-bx a
{
    color : #F3971B;
    display: block;
    font-weight: 600;
}
.sign-sec .test-box {
    padding: 60px 62px 80px 62px;
}

.client img {
    margin: auto;
}
ul.slick-dots {
    font-size: 0;
    display: flex !important;
    position: absolute;
    bottom: -31px;
    right: 0;
    left: 0;
    justify-content: center;
    gap: 11px;
}

ul.slick-dots>li>button {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.8;
}

 

ul.slick-dots>li.slick-active>button {
    opacity: 1;
}
.arr a {position: absolute;bottom: -32px;right: 0;left: 0;margin: auto;background-color: #FEF9F1;width: 160px;height: 160px;border-radius: 25px;rotate: 44deg;display: flex;align-items: center;justify-content: center;}

.arr a i {
    rotate: -42deg;
    position: relative;
    top: 47px;
    left: 49px;
    color: #F6A30A;
}


.ff.arr a {
    bottom: auto;
    top: -13px;
    rotate: -136deg;
    z-index: -1;
    background-color:#212121;
}
.foter  .ft-top{
    padding: 115px 0;
}
.trma a {
    border-bottom: 1px solid #9f9f9f;
} 
.ghostpro .step-img:after
{
    background-color:#FEF9F1 ;
}
.publist .rb-img {
    position: absolute;
    right: -80px;
    top: -113px;
    z-index: 1;
}
.ab-test .test-box {
    background-color: #000;
}
.tlines {
    position: absolute;
    left: -58px;
    top: -47px;
    z-index: -1;
}
.celwrap {
    position: relative;
}

.comment {
    position: absolute;
    z-index: 1;
    top: 20%;
    margin: auto;
    height: 130px;
    left: -35px;
}
.splr {
    position: absolute;
    right: 5%;
    top: 10%;
}
.spl {
    position: absolute;
    left: -8%;
    bottom: 38px;
}
.splwave {
    position: absolute;
    bottom: 32px;
    left: 0;
    z-index: 1;
}
.accwrp {
    position: relative;
}

img.a1 {
    position: absolute;
    left: -50px;
    z-index: -1;
}

img.a2 {
    position: absolute;
    right: -58px;
    bottom: 6px;
    z-index: -1;
}
/* Animation css */
 


/*footer*/

/*media-quries*/
@media (max-width: 1920px)
{
    .sil-wrap {
        padding-left: 17%;
    }
}
@media (max-width: 1440px)
{
    .line {
       
      
        background-repeat: no-repeat;
    }	 
    .sil-wrap {
        padding-left: 5%;
    }
}

@media (max-width: 1024px){
	
}

@media (max-width:1200px){
 
}
@media (max-width: 980px)
{}

 
@media (max-width: 425px){
	.lb-ctn h1 {
        font-size: 33px;
        line-height: 37px;
    }
    span.s-text:after {
        height: 5px;
        bottom: 9px;
    }
    br{
        display: none;
    }
    .lb-ctn p {
        font-size: 14px;
        line-height: 20px;
    }
    .herobanner {
       
        height: 470px;
    }
    .btn-secondary-black {
        padding: 11px 10px;
        font-size: 11px;
    }
    .btn-trust {
        font-size: 13px;
    }
    .padtb {
        padding: 50px 0;
    }
    .mh-3 h3 {
        font-size: 14px;
    }
    .mh-2 h2 {
       font-size: 25px;
       line-height: 27px;
    }
    .p2 p {
        font-size: 14px;
        line-height: 20px;
    }
    .timeline
    {
        display: none;
    }
    .step-img
    {
        width: 100%;
    }
    img.simg2{
        left: 0;
    }
    .sil-wrap {
        padding-left:0%;
    }
    .sil-bx {
        width: 100%;
    }
    .sil-wrap .slick-slide img {
        display: block;
        width: 100%;
    }
    .test-box {
       
        padding: 32px 35px 90px 35px;
        
    }
    .ff.arr {
        display: none;
    }
    .foter .ft-top {
        padding: 40px 0;
    }
    .get-btn {
      
        padding: 12px 33px;
    }
    ul.cap-list>li {
        width: 100%;
    }
    .srch input {
        width: 100%;
    }
    .srch {
        padding-bottom: 15px;
    }
    .term-ctn h5 {
        font-size: 19px;
    }
    .p1 p {
        font-size: 14px;
        line-height: 20px;
    }
} 


 
