@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.min.css');
@import url('https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css');
@import url('animate.css');
@import url('https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.min.css');


/**************************************
                General
**************************************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
a,a:hover,a:focus{
    color: #0ABEFF;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
main{
    overflow: hidden;
    margin-top: 112px;

}
b, strong {
    font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}

/**************************************
        PreLoader
**************************************/
.preloader-area {
    position: fixed;
    z-index: 999999;
    background-color: #0ABEFF;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}
.preloader-area .spinner {
    width: 4em;
    height: 4em;
    -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-left: auto;
    margin-right: auto;
}
.preloader-area .spinner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    border: 2px dotted #ffffff;
    margin: -15px;
}
.preloader-area .spinner .inner {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: sphereSpin 6s linear infinite;
    animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner .disc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 0.3em dotted #ffffff;
}   
.preloader-area .spinner .disc:nth-child(1) {
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
    -webkit-animation: rotateDisc2 12s linear infinite;
    animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
    -webkit-animation: rotateDisc3 12s linear infinite;
    animation: rotateDisc3 12s linear infinite;
}      
  

@keyframes sphereSpin {
    0% {
        transform: rotateX(360deg) rotateY(0deg);
    }
    100% {
        transform: rotateX(0deg) rotateY(360deg);
    }
}
@keyframes rotate {
    from {
              transform: rotate(0deg);
    }
    to {
              transform: rotate(360deg);
    }
}
@keyframes rotateDisc2 {
    from {
        transform: rotateX(90deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(90deg) rotateZ(360deg);
    }
} 
@keyframes rotateDisc3 {
    from {
        transform: rotateY(90deg) rotateZ(0deg);
    }
    to {
        transform: rotateY(90deg) rotateZ(360deg);
    }
}
/**************************************
                Helper Class
**************************************/
.section-title{
font-style: normal;
font-weight: 800;
font-size: 40px;
line-height: 50px;
color: #00171F;
}
.title{
color: #011C27;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.75px;
text-transform: capitalize;
}
.sub-title{
    color: #011C27;
    font-size: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    text-transform: uppercase;

}

.dec{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.dec2{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 36px;
letter-spacing: 0.9px;
text-transform: capitalize;
}
p{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}

.card-title{
    color: #011C27;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 13px;  
}

.primary-btn{ 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
height: 79px;
    border-radius: 20px;
background: #F58635;
box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
color: #FFF;
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.25px;
border: 0;
    outline: none;
    transition: all .3s;
}

.primary-btn:hover{
    background: #0ABEFF;
    color: #fff;
}
.secondary-btn{
display: flex;
justify-content: center;
align-items: center;
width: 175px;
height: 49px;
background: #FFFFFF;
box-shadow: 0px 11px 15px rgba(18, 81, 151, 0.25);
border-radius: 8px;
color: #125197;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
transition: all .3s;
}
.secondary-btn:hover{
background: linear-gradient(88deg, #108EC5 0%, #36B6E2 100%);
color: #fff;
}
.call-btn{
    width: 329px;
height: 79px;
    border-radius: 20px;
background: linear-gradient(88deg, #108EC5 0%, #36B6E2 100%);
box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.9px;
display: flex;
    align-items: center;
    justify-content: center;
}
.call-btn:hover{
    background: linear-gradient(88deg, #36B6E2 0%, #108EC5 100%);
    color: #fff;
}
.nice-select:after {
    border-bottom: 1px solid rgba(41, 45, 50, 1);
    border-right: 1px solid rgba(41, 45, 50, 1);
    content: '';
    /* background-image: url(../img/select-arrow.png); */
    display: block;
    background-repeat: no-repeat;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 10px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-136deg);
    -ms-transform: rotate(-136deg);
    transform: rotate(-136deg);
    margin-top: -8px;
    -moz-transform: rotate(-136deg);
    -o-transform: rotate(-136deg);
}

.form-control{
    border-radius: 20px;
    border: 0.5px solid rgba(1, 28, 39, 0.30);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
    height: 65px;
    margin-bottom: 20px;
    padding: 19px 30px;
    color: #011C27;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.9px;
width: 100%;
}
.form-select{
    border-radius: 20px;
    border: 0.5px solid rgba(1, 28, 39, 0.30);
    box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
    height: 65px;
    margin-bottom: 20px;
    padding: 19px 30px;
    color: #011C27;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.9px;
width: 100%;
cursor: pointer;
}
.form-select::placeholder{
    color: #000;
}
.form-select:focus {
    border-color: rgba(1, 28, 39, 0.30);
    outline: 0;
    box-shadow: none;
}
.select-list li{
    color: #000;
    border-bottom: 0.5px solid rgba(1, 28, 39, 0.30);
}
.select-list li {
    color: #000;
    border-bottom: 0.5px solid rgba(1, 28, 39, 0.30);
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    padding-top: 20px;
}
.select-list li:first-child{
    padding-top: 0;
}
.offcanvas.offcanvas-bottom{
    height: auto;
    max-height: 80%;
}
.form-select.nice{
    background: #fff;
}
.form-select.nice::placeholder{
    color: #9FA0A2;
}
.mob{
    display: none;
}
.form-control::placeholder{
    color: #9FA0A2;
}

.nice-select.form-select:focus,.form-control:focus{
    box-shadow: none;
    border: 1px solid #125197;
}
.nice-select .list{
    width: 100%;
    min-height: auto;
    max-height: 300px;
    overflow: auto;
}
.form-group {
    position: relative;
    margin-bottom: 15px;
}
label {
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
display: flex;
align-items: center;
text-transform: uppercase;
color: #001124;
margin-bottom: 5px;
}
.thm-orange{
    color: rgba(245, 134, 53, 1);
}
/**************************************
                Hero Area
/***************************************/
#hero {
    padding-top: 88px;
    padding-bottom: 220px;
}
.card{
    border-radius: 50px;
border: 0.5px solid rgba(1, 28, 39, 0.30);
background: #FFF;
box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
}
.card-header{
    border-radius: 50px 50px 0px 0px !important;
    background: linear-gradient(88deg, #108EC5 0%, #36B6E2 100%);
    box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 50px 50px 0px 0px !important;
    -moz-border-radius: 50px 50px 0px 0px !important;
    -ms-border-radius: 50px 50px 0px 0px !important;
    -o-border-radius: 50px 50px 0px 0px !important;
    padding: 23px 0;
    text-align: center;
}
.card-header h4{
    color: #FFF;
text-align: center;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.1px;
margin-bottom: 0;
}
.card-body{
    padding: 30px 28px;
}
.info-text {
    color: #F58635;
    text-align: center;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-bottom: 24px;
}
.p26{
    padding: 19px 26px;
}
.list{
    position: relative;
    padding: 15px;
    border-bottom: 1px solid rgba(1, 28, 39, 0.10);
    padding-left: 67px;
    margin-bottom: 15px;
}
.list:nth-child(3){
    border-bottom: 0;
}
.list:last-child{
    border-bottom: 0;
}
.icon-box{
width: 50px;
height: 50px;
border-radius: 14px;
border: 0.5px solid rgba(1, 28, 39, 0.30);
background: rgba(245, 134, 53, 0.05);
box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
position: absolute;
left: 0;
top: 8px;
display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #011C27;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list-content h2{
color: #011C27;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.25px;
text-transform: capitalize;
margin-bottom: 10px;
transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list-content p{
    color: #000;
font-size: 15px;
font-family: Poppins;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.75px;
margin-bottom: 0;
}
.form-btn.text-center {
    padding-bottom: 15px;
    padding-top: 78px;
}
.list:hover .icon-box{
    background-color: #F58635;
    border-color: #F58635;
    color: #fff;
}
.list:hover h2{
    color: #F58635;
}
/***************************************
    Deal Section
****************************************/
.deal-sec {
    padding-bottom: 70px;
    position: relative;
}
.deal-sec:after {
    content: '';
    background-image: url(../img/curve.svg);
    width: 100%;
    height: 256px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: -256px;
    z-index: -1;
}
.deal-sec .card{
    padding: 40px 20px;
    border-radius: 50px;
    border: 0.5px solid rgba(1, 28, 39, 0.30);
    background: #FFF;
    box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.deal-sec .card:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    border-color: #F58635;
}
.deal-sec .card:hover .icon-box{
    background-color: #F58635;
    border-color: #F58635;
    color: #fff;
}
.deal-sec .card .icon-box{
    width: 74px;
    height: 74px;
    border-radius: 20.72px;
    border: 0.74px solid rgba(1, 28, 39, 0.30);
    background: rgba(245, 134, 53, 0.05);
    box-shadow: 0px 102.12000274658203px 168.72000122070312px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    top: unset;
    margin-bottom: 8px;
    font-size: 35px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
/***************************************
    Support
****************************************/
.support-sec{
    background-image: url(../img/support-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 165px;
    padding-bottom: 80px;
}
.support-sec .title{
    margin-bottom: 20px;
}
/***************************************
    Why Choose
****************************************/
.why-choose-sec{
    padding: 70px 0;
}
.why-choose-sec .title{
    margin-bottom: 30px;
}
.why-choose-sec .sub-title{
    margin-bottom: 50px;
}
.why-choose-sec .title.thm-orange{
    margin-bottom: 26px;
}
.why-choose-sec .dec2{
    margin-bottom: 30px;
}
.pt-70{
    padding-top: 70px;
}
.choose-img img{
border-radius: 50px;
border: 0.5px solid rgba(1, 28, 39, 0.30);
box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
}
/***************************************
    Product
****************************************/
.product-sec{
    background: rgba(245, 134, 53, 0.10);
    padding: 70px 0;
}
.product-sec .title{
    margin-bottom: 70px;
}
.product-box{
border-radius: 50px;
box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
overflow: hidden;
height: 238px;
position: relative;
transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.product-box::after{
    content: '';
    background: linear-gradient(359deg, #108EC5 0%, rgba(54, 182, 226, 0.00) 42.71%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition-delay: 1s;
}
.product-box:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.product-box:hover:after{
    background: linear-gradient(359deg, #108EC5 0%, rgba(54, 182, 226, 0.00) 99.71%);
}
.product-box:hover .product-title h4{
    color: #fff;
}
.product-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.product-title h4{
    color: #FFF;
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.25px;
text-transform: uppercase;
}
/*************************************
    Used Part
*************************************/
.used-parts-sec {
    padding-top: 70px;
    padding-bottom: 20px;
}
.used-parts-box{
box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
border-radius: 50px;
}
.box-head{
    border-radius: 50px 50px 0px 0px;
background: linear-gradient(88deg, #108EC5 0%, #36B6E2 100%);
padding: 46px 100px 80px 100px;
}
.box-head h1{
    color: #FFF;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.75px;
text-transform: capitalize;
}
.box-body{
    border-radius: 50px 50px 50px 50px;
    background: #FFF;
    margin-top: -46px;
    -webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -ms-border-radius: 50px 50px 50px 50px;
    -o-border-radius: 50px 50px 50px 50px;
}

table td{
    color: #000;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.25px;
text-transform: capitalize;
text-align: center;
}
table tr:nth-child(2n) {
    background: #F5F8FE;
}
table tr:first-child {
    border-radius: 50px 50px 0px 0px;
}
table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 50px;
}
table tr:last-child td:last-child {
    border-radius: 0px 0px 50px 0px;
    -webkit-border-radius: 0px 0px 50px 0px;
    -moz-border-radius: 0px 0px 50px 0px;
    -ms-border-radius: 0px 0px 50px 0px;
    -o-border-radius: 0px 0px 50px 0px;
}
.table>:not(caption)>*>*{
    padding: 33px;
}
/*************************************
    Testmonials
*************************************/
.testimonials-sec{
    padding: 90px 0;
}
.testi-title{
    color: #000;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 60px;
letter-spacing: 2px;
text-transform: capitalize;
margin-bottom: 40px;
}
.testi-box{
    border-radius: 40px;
border: 2.5px solid rgba(44, 50, 190, 0.20);
background: #FFF;
padding: 30px 20px 30px 30px;
margin: 15px;
transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.testi-box:hover{
    background-color: #F58635;
}
.testi-box:hover .user-image img{
    border-color: #fff;
}
.testi-box:hover .testi-content h2,
.testi-box:hover .testi-content p{
    color: #fff;
}
.user-image img{
    border-radius: 26.1px;
border: 1.958px solid rgba(44, 50, 190, 0.20);
width: 87px;
height: 87px;
margin-bottom: 23px;
}
.testi-content h2{
    color: #000;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.2px;
transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.testi-content p{
    color: #020C21;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.9px;
transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.testi-bg{
border-radius: 40px;
background: linear-gradient(88deg, #108EC5 0%, #36B6E2 100%);
box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
width: 738px;
height: 427px;
margin: auto;
}
.testimonial-area {
    position: relative;
}
.testimonial-slider{
    margin-top: -386px;
    padding-bottom: 70px;
}
/**************************************
                Footer
**************************************/
footer{
    background: radial-gradient(178.87% 178.87% at 37.56% -85.79%, #FFF 0%, #F9BC6E 100%);
    padding: 90px 0;
}
.footer-about{
    color: #192728;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 155.3%;
letter-spacing: 2.08px;
text-transform: capitalize;
}
.footer-title{
    color: #192728;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}
footer ul li{
    list-style-type: disc;
    margin-bottom: 6px;
}
footer ul li a{
    color: #192728;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 168.8%;
letter-spacing: 2.08px;
text-transform: capitalize;
}
footer ul li a:hover{
    color: #F58635;
}
footer ul li::marker{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
footer ul li:hover::marker{
    color: #F58635;
}
.contact-info p{
    color: #192728;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 155.3%;
letter-spacing: 2.08px;
text-transform: capitalize;
margin-bottom: 18px;
position: relative;
padding-left: 45px;
}
.contact-info p img{
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
}

/**************************************
                Floating Chat
**************************************/
.floating-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-button {
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.chat-options {
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: 60px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.chat-option {
    padding: 10px;
    text-align: center;
    color: #007bff;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.chat-option:last-child {
    border-bottom: none;
}

.chat-option i {
    font-size: 24px;
}
