@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.order{
    padding: 200px 0 100px;
    background: #f4fffa; 
}
.btn--orange {
    background-color: #ffb806;
    color: #100803;
    transition: all .5s;
}

.navbar-toggler{
    border: unset;
}
.navbar-toggler:focus{
    box-shadow: unset;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #00c471;
    transition: all .5s;
    z-index: 11111111;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header.sticky .navbar-nav .nav-item a {
    font-size: 17px;
    font-weight: 400;
    color: #000 !important;
}

.navbar-nav li {
    margin-left: 1rem;
}

.navbar-nav .nav-item a {
    position: relative;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}



/* ================= hero section =========== */

.hero {
    position: relative;
    padding: 180px  0 150px;
    background-color: #00c471;
}

.hero-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
}

.hero-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-icons__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 0;
}

.hero-icons__item p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 1rem 0;
}

.hero__benefits-text {
    text-align: center;
}

.hero-btn {
    margin: .5rem;
    padding: 1em 3.5em;
    font-size: medium;
    font-weight: 700;
    text-align: center;
    background-color: #0a0a0a;
    border-radius: 3px;
    border: 2px solid #0a0a0a;
    transition: background-color .3s, box-shadow .3s, border .3s, color .3s
}

/*.btn-work {*/
/*    background: transparent;*/
/*    color: #fff;*/
/*    border: 2px solid #fff;*/
/*}*/

/*.btn-work:hover {*/
/*    background: #a3a3a3;*/
/*    color: #fff;*/
/*    border: 2px solid #fff;*/
/*}*/

.button {
    height: 60px;
    width: 200px;
    border: none;
    border-radius: 2px;
    padding: 1rem 3.5rem;
    font-size: medium;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    top: -.3rem;
    transition: all 0.5s ease-in-out;
}

.button:hover {
    box-shadow: .5px .5px 150px #252525;
}

.type1::after {
    content: "Request a Quote";
    height: 60px;
    width: 200px;
    background-color: #008080;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(50px);
    font-size: medium;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.type1::before {
    content: "Request a Quote";
    height: 60px;
    width: 200px;
    background-color: #fff;
    color: #008080;
    position: absolute;
    font-size: medium;
    font-weight: 700;
    top: 0;
    left: 0;
    transform: translateY(0px) scale(1.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.type1:hover::after {
    transform: translateY(0) scale(1.2);
}

.type1:hover::before {
    transform: translateY(-50px) scale(0) rotate(120deg);
}


/* ================== form ==================== */

.forms {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid;
}

#captcha {
    background-color: #ffc502;
    text-align: center;
    padding: 1% 2%;
    margin: 0 2% 0 0;
    font-weight: bold;
}

.captcha-field {
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.buttons {
    margin-left: 1rem;
}

.sub-btn {
    width: 100%;
}

.sub-btn a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.calculator__reviews-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    margin-top: 1rem;
}

.calculator__reviews-text {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}
.iti__country-list {
    max-width: 390px;
}

/*==================== counter ======================================*/
.counter {
    padding: 3rem 0;
    background-color: #dff9ee;
}

.counter-box {
    padding-top: 1rem;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 7px solid #00c471;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.counter-box img {
    height: 50px;
    width: 50px;
}

.counter-num,
.counter-num span {
    margin-top: .5rem;
    font-size: 2.4rem;
    font-weight: 800;
    color: #00c471;
    text-align: center;
}

.summery {
    font-size: 1.2rem;
    margin-top: -.5rem;
    text-transform: uppercase;
    color: #000;
}

/*=============================== step box =============================*/

.steps {
    padding: 2rem 0 3rem 0;
}

.step-heading h2 {
    position: relative;
    margin-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
}

.step-heading h2:after {
    position: absolute;
    text-align: center;
    width: 120px;
    height: 1px;
    background: #93b874;
    content: "";
    bottom: 0;
    left: 41%;
    margin: 0 auto;
}

.step-heading h2:before {
    text-align: center;
    width: 15px;
    height: 10px;
    background: #93b874;
    content: "";
    bottom: -4px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    z-index: 9;
}

.step-heading .step-para {
    text-align: center;
}

.step-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 20px;
}

.steps .step-box {
    position: relative;
    height: 470px;
    width: 330px;
    background-color: #f4fffa;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    border-radius: 7px;
    overflow: hidden;
}

.steps .step-box:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.step-icon img {
    margin: 0 auto;
    text-align: center;
    width: 70px;
    height: 70px;
    border: 1px solid #eef5ff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: -2px 3px 5px 0 #00240e21;
    background: #fff;
}

.step-head h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #3d3c3c;
    text-transform: capitalize;
}

.step-head .step-content {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.step-boxes .step-box span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    font-weight: 500;
    padding: 0.5rem 0.7rem;
    height: 100px;
    width: 100px;
    background: linear-gradient(135deg, #95d560, #348F50);
    color: #fff;
    border-bottom-right-radius: 100%;
    z-index: 1;
    display: grid;
    place-items: center;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

/*================ step end ==========================*/
/* ===================== cta ============== */
.cta {
    position: relative;
    padding: 1.3rem 3rem;
    background-color: #00c471;
}

.cta-content p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.cta-content .sub-para {
    font-size: 1rem;
    color: #fff;
}

.order_btn .btn {
    padding: .5rem 1rem;
    text-transform: uppercase;
    border: none;
    margin-top: 10px;
}

.btn--orange:hover {
    background-color: #000;
    color: #fff;
    border: none;
}

/* ================ cta end =============== */
/*=========================== content box =============================*/
.contetn-area {
    padding: 30px 0;
}

.content-box {
    margin-top: 20px;
    padding: 2rem 0;
    min-width: auto;
}

.content-img .person {
    max-height: 400px;
    width: 67%;
}

.content-item {
    margin-bottom: 10px;
}

.content_header {
    display: flex;
}

.content_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: #00c471;
    font-size: 19px;
    cursor: pointer;
    padding: 10px 20px;
    transition: all .4s;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.arrow i {
    margin-left: 1rem;
    transition: all .4s;
}

.content_title h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

.content_title:hover {
    background-color: #348F50;
}

.content-para {
    background: #edfde0;
    display: none;
    padding: 10px;
    transition: all .4s;
}

.content-para .p p {
    margin-bottom: 1.5rem;
}

.content-para .p li {
    padding-left: 2rem;
    margin-top: .5rem;
    position: relative;
}

.content-para .p li:before {
    background: #348F50;
    border-radius: 100%;
    left: 0;
    height: 11px;
    width: 11px;
    top: 7px;
    content: "";
    position: absolute
}

.content-item.active .content-para {
    display: block;
}

.content-item.active .content_title {
    background-color: #348F50;
}

.content-item.active .arrow i {
    transform: rotate(90deg);
}

/* ===================== cta ========================= */
.offer-area {
    padding: 3rem 0;
    background-color: #f4fffa;
}

.head {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
}

.head span {
    color: #00c471;
}

.offer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.offer-box {
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #18c84d;
    border-radius: 100%;
    border: 5px solid grey;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.offer-box p {
    font-size: 20px;
    color: #fff;
}

.offer-box p span {
    font-size: 23px;
    font-weight: 800;
    position: relative;
}

.offer-box p span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    height: 5px;
    width: 80px;
    background-color: #ffff00;
    border-radius: 50%;
}

.catagory {
    font-size: 22px;
    font-weight: 700;
    color: #ffff00;
}

.offer-dis {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.offer-dis span {
    color: orange;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    box-shadow: #3bb482 0px 7px 0px 0px;
    background-color: #18c84d;
    border-radius: 12px;
    overflow: hidden;
    transition: 31ms cubic-bezier(.5, .7, .4, 1);
}

.order-btn:before {
    content: attr(alt);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    font-size: 15px;
    font-weight: bold;
    color: white;
    letter-spacing: 4px;
    opacity: 1;
}

.order-btn:active {
    box-shadow: none;
    transform: translateY(7px);
    transition: 35ms cubic-bezier(.5, .7, .4, 1);
}

.order-btn:hover:before {
    transition: all .0s;
    transform: translateY(100%);
    opacity: 0;
}

.order-btn i {
    color: white;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4px;
    font-style: normal;
    transition: all 2s ease;
    transform: translateY(-20px);
    opacity: 0;
}

.order-btn:hover i {
    transition: all .2s ease;
    transform: translateY(0px);
    opacity: 1;
}

.order-btn:hover i:nth-child(1) {
    transition-delay: 0.045s;
}

.order-btn:hover i:nth-child(2) {
    transition-delay: calc(0.045s * 3);
}

.order-btn:hover i:nth-child(3) {
    transition-delay: calc(0.045s * 4);
}

.order-btn:hover i:nth-child(4) {
    transition-delay: calc(0.045s * 5);
}

.order-btn:hover i:nth-child(6) {
    transition-delay: calc(0.045s * 6);
}

.order-btn:hover i:nth-child(7) {
    transition-delay: calc(0.045s * 7);
}

.order-btn:hover i:nth-child(8) {
    transition-delay: calc(0.045s * 8);
}

.order-btn:hover i:nth-child(9) {
    transition-delay: calc(0.045s * 9);
}

.order-btn:hover i:nth-child(10) {
    transition-delay: calc(0.045s * 10);
}
.scroll-section{
    padding: 60px 0;
    background-color: #f4fffa;
    background-position: center;
}

.scroll-wrapper{
    min-height: 550px;
    max-height: 550px;
    border: 1px solid var(--primary);
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 40px;  
}

.scroll-container{
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 40px;  
}
@media screen and (max-width:480px){
    .scroll-container{
        padding: 20px;
    }
}

/*========================= review ===================================*/

.city {
    padding: 3rem 0;
    background-color: #edfde0;
}
.services-head{
    font-size: 36px;
}
.carousel-box {
    position: relative;
    max-width: 510px;
    height: 400px;
    margin-top: 3rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-img {
     height: 50px;
    width: 50px;
    position: absolute;
    top: -7%;
    left: 6%;
}

.content p {
    margin-top: 1rem;
    text-align: justify;
}

.reviewer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* ======================== faq ========================== */


.faq-img img {
    height: 100%;
    width: 100%;
    justify-content: flex-end;
}

.faq .heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    padding: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.accordionItem {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open-sans', Arial, sans-serif;
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
    background: #01d47c;
    color: #fff;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
}

.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    transform: scaleY(0);
    float: left;
    display: block;
    transition: all .5s ease;

}

.open .accordionItemContent {
    padding: 20px;
    background-color: #f0f1f1;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .accordionItemHeading {
    margin: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #008c52;
    color: #ffffff;
}

.accordionItemHeading:after {
    font-family: FontAwesome;
    content: "\f150";
    font-family: "fontawesome";
    float: right;
}

.open .accordionItemHeading:after {
    content: "\f151";
}


/* ======================= footer ================= */

footer {
    background: #00c471;
    color: #fff;
    padding-top: 86px;
}

footer .list-unstyled li {
    color: #fff;
}

.single-box ul {
    list-style: none;
    padding: 0;
}

.single-box ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 2;
    font-weight: 100;
    font-size: 1rem;
    transition: all .4s;
}

.single-box ul li a:hover {
    text-decoration: underline;
    color: rgb(43, 43, 188);
}

.single-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.single-box p {
    color: #fff;
}

.copyright {
    border-top: 1px solid;
    padding: 1rem 0;
    position: relative;
}

.copyright h4 {
    font-size: 1rem;
    color: #fff;
}

.copyright a {
    color: #fff;
}



/*===============  social icons ==============*/


.wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}



.fab {
    margin: auto;

}

.social {
    color: #FFF;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social:hover {
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    transition: all ease 0.5s;
    -moz-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;

}

.facebook {
    color: #4267B2;
}

.twitter {
    color: #1DA1F2;

}

.pinterest {
    color: #c8232c;
}

.instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;

}


.bg-ico {
    display: flex;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 90px;
    margin: 0 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;

}

.bg-ico:hover {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.bg-ico i {
    font-size: 1.5rem;
}

#facebook:hover {
    background-color: #4267B2;
}

#twitter:hover {
    background-color: #1DA1F2;

}

#pinterest:hover {
    background-color: #c8232c;
}

#instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);


}

.facebook:hover,
.twitter:hover,
.pinterest:hover,
.instagram:hover {
    color: #fff;
    transform: scale(1.1);

}

/*========================= whats app ====================*/


/*======================= whats app*/


.whatsAppCTAWrp {
    position: fixed;
    bottom: 20px;
    left: 21px;
    z-index: 1;
    background: #25d366;
    width: 45px;
    height: 45px;
    border-radius: 7px;
    transition: ease all 0.5s;
    box-shadow: 1px 1px 4px #777;
    overflow: hidden;
}

.whatsAppCTAWrp p {
    display: block;
    height: 100%;
    text-align: center;
}

.whtIcon img {
    width: 30px;
    margin: 0px auto;
    text-align: center;
}

.whatsAppCTAWrp {
    position: fixed;
    bottom: 20px;
    left: 21px;
    z-index: 999;
    background: #25d366;
    width: 45px;
    height:
        45px;
    border-radius: 7px;
    transition: ease all 0.5s;
    box-shadow: 1px 1px 4px #777;
    overflow: hidden;
}

.whtIcon img {
    width: 30px;
    margin: 0px auto;
    text-align: center;
}

.whatsAppCTAWrp p a {
    padding: 5px 5px;
    color: #fff;
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    width:
        100%;
    text-align: center;
    margin: 0px auto;
}

.whtIcon {
    float: left;
    width: auto;
    padding: 0 0px 0 0;
    margin-left: 3px;
}

span.whatsAppText {
    float: left;
    width: 84%;
    text-align: left;
    text-align-last: left;
    padding: 1px 0 0;
    display: none;
}

.whatsAppText strong {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 15px;
}

.whatsAppText small {
    font-size: 14px;
}

.whatsAppCTAWrp:hover {
    width: 250px;
}

.whatsAppCTAWrp:hover .whatsAppText {
    display: block;
}

.whatsAppCTAWrp p {
    display: block;
    height: 100%;
    text-align: center;
}

.btnhover .mt_btn_white-bor {
    color: #fff
}

.btnhover .mt_btn_white-bor:before {
    background-color: #31b8a8;
}

.btnhover .mt_btn_white-bor.on-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.btnhover {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    width: 76%;
    transition: all 400ms ease;
}

.btnhover:hover .mt_btn_white-bor.on-hover {
    opacity: 1;
    transition: all 200ms ease;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
}

.btnhover:hover .mt_btn_white-bor {
    opacity: 0;
}

:root {
    --background_color: #0f0f10;
    --text-color: rgb(233, 225, 225);
    --yellow: #edda0a;
    --neon: #01d9fa;
    --red: #ed3519;
}



.box {

    animation: box 2s linear infinite;
}

.box:hover {
    animation: none;
}

@keyframes box {
    0% {
        rotate: 0deg;
        border: solid 3px var(--yellow);
    }

    50% {

        rotate: 180deg;
        border: solid 3px var(--neon)
    }

    100% {
        rotate: 360deg;
        border: solid 3px var(--red);
    }
}