@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --primary-font: "Inria Sans", sans-serif;
    --main-color: #0e9d80;
    --second-color: #090b3c;
    --white-color: #fff;
    --black-color: #000;
    --color-1: #D2691E;
    --color-2: #8B5B29;
    --color-3: #F5DEB3;
    --color-4: #4B3D29;
    --color-5: #A0522D;
        --bg-features-1: #fff6d6;
        --light-color: #f2f7fa;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
}
.mobileheader{
     background-color: var(--color-2);
    padding: 15px 0px;
}
.mobileheader a{
    color: var(--white-color);
    font-size: 16px;
    text-decoration: none;
    margin: 0px 4px;
    padding: 4px 20px;

    border-radius: 6px;
}

.mobileheader a:hover{
    color: var(--white-color);
    background-color: var(--color-1);
}
header{
    background-color: var(--color-2);
    padding: 5px 0px;
}
header a{
    color: var(--white-color);
    font-size: 14px;
    text-decoration: none;
    margin: 0px 4px;
}
header a i{
    padding-right: 6px;
    font-size: 16px;
}
header a:hover{
    color: var(--black-color);
}
.navbar{
    min-height: 70px;
    background-color: var(--bg-features-1);
    padding: 10px  0px;
}
.navbar .topbtn{
    text-decoration: none;
    background-color: var(--color-2);

    border-radius: 5px;
    padding: 10px 30px;
    color: var(--white-color);
    font-weight: 600;
}
.navbar .topbtn:hover{
    background-color: var(--color-1);
}

.navbar .nav-item{
    margin: 0px 15px;
}
.navbar ul li a{
    color: var(--white-color);
    font-weight: 500;
}
.navbar-toggler{
    padding: 5px;
    background-color: var(--white-color);
}
/*--------------------------------------*/
.hero_wrapper{
    min-height: 700px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_wrapper h1{
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 10px;
}
.hero_wrapper p{
    line-height: 1.9;
}
.hero_wrapper .ctabtn a{
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 6px;
    color: var(--white-color);
    font-weight: 600;
}
.hero_wrapper .ctabtn .btn1{
    background-color: var(--color-1);
}
.hero_wrapper .ctabtn .btn2{
    background-color: var(--color-2);
}
.hero_wrapper .ctabtn .btn1:hover{
    background-color: var(--color-2);
}
.hero_wrapper .ctabtn .btn2:hover{
    background-color: var(--color-1);
}
/*------------------------------*/
.help_wrapper{
    min-height: 80px;
    background-color: var(--color-2);
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}
.help_wrapper a{
    font-size: 30px;
    color: var(--white-color);
    text-decoration: none;
    font-weight: normal;
}
.help_wrapper a:hover{
    color: var(--color-1);
}
.service_wrapper{
    padding: 30px 0px;
}
.service_wrapper h2{
    text-align: center;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
}
.service_wrapper img{
 height: 250px;
 width: 100%;
     border-radius: 6px;
}
.service_wrapper .serviceinner{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 6px;
    padding: 10px;
}
.service_wrapper .serviceinner:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  
}
.service_wrapper h3{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}
.service_wrapper .serviceinner2{
    min-height: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
}
/* .service_wrapper .servicebtn a{
  text-decoration: none;
    padding: 10px 50px;
    border-radius: 6px;
    color: var(--white-color);
    font-weight: 600;
} */
.service_wrapper .servicebtn a i{
    font-size: 30px;
}
.service_wrapper .btn1{
    background-color: var(--color-1);
}
/* .service_wrapper  .btn2{
    background-color: var(--color-2);
} */
.service_wrapper  .btn1:hover{
    background-color: var(--color-2);
}
.service_wrapper .btn2:hover{
    background-color: var(--color-1);
}
.book_wrapper{
    padding: 25px 0px;
}
.book_wrapper h2{
    font-weight: 600;
}
.book_wrapper .bookinginner{
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.book_wrapper .number h4{
    padding: 20px;
    font-size: 30px;
    font-weight: 800;
    background-color: var(--color-4);
    color: var(--white-color);
    border-radius: 5px;

}
.book_wrapper .para{
    padding: 0px 0px 0px 20px;
}
.book_wrapper .para h4{
    font-weight: 600;
}
.chooseus_wrapper{
    padding: 30px 0px;
}
.chooseus_wrapper h2{
    font-weight: 600;
    position: relative;
}
.chooseus_wrapper h2:after{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    height: 2px;
    min-width: 200px;
    background-color: var(--black-color);
    border-radius: 50%;
}
.chooseus_wrapper .fa-check{
    color: var(--color-1);
}
.chooseus_wrapper  .chooseinner{
    background-color: var(--light-color);
    padding: 30px 20px;
    position: relative;
    border-radius: 10px;
    min-height: 460px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.chooseus_wrapper p b{
    color: var(--color-1);
    font-size: 16px;
    font-weight: 600;
}
.chooseus_wrapper ul{
    list-style-type: none;
}
.chooseus_wrapper ul li{
   margin-top: 20px;
}
.chooseus_wrapper ul li i{
    padding-right: 10px;
}
.chooseus_wrapper ul li span{
    font-weight: 600;
    padding-right: 10px;
}
.chooseus_wrapper ul li a{
    color: var(--color-2);
}
.consultbtn a{
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 6px;
border: 2px solid var(--color-1);
    color: var(--black-color);
    position: absolute;
bottom: 20px;
}

.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 30px 0;
  background-color: var(--color-2);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}
.testimonial-section2 h2{
    color: var(--white-color);
    font-weight: 600;
}
.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: var(--white-color);
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

.faq_wrapper{
    padding: 30px 0px;
}
.faq_wrapper h2{
    font-weight: 600;
    margin-bottom: 15px;
}
.faq_wrapper h3{
    font-size: 20px;
    font-weight: 600;
}
.review{
        background-color: var(--color-5);
}
.review .review_inner{
    min-height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px 0px;
}
.review .review_icon i{
    font-size: 40px;
    padding: 0px 10px;
      color: var(--white-color);
}
.review h4{
    font-weight: 800;
    font-size: 30px;
    color: var(--white-color);
}
.review h5{
    color: var(--white-color);
}
footer{
    background-color: var(--color-2);
    padding: 30px 0px;
    color: var(--white-color);
}
footer h4{
    font-weight: 600;
    color: var(--white-color);
    text-decoration: underline;
    margin-bottom: 20px;
}
footer img{
    margin: 10px 0px;

}
footer ul li{
    line-height: 1.8;
}
footer ul li a{
    color: var(--white-color);
    text-decoration: none;
}
footer .cont{
    text-decoration: none;
    color: var(--white-color);
    font-size: 17px;
}
/*---------------------*/
.whatsapp-api img{
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 2%;
    bottom: 4%;
    box-shadow: 1px 0px 0px 5px rgba(212, 211, 211, 0.3);
}


@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}


@media (max-width: 750px){
  
     .hero_wrapper .inner2::before{


     }
     .hero_wrapper .inner1{
    
        min-height: 500px; 
     }
}

@media (max-width: 1200px){
    .navbar-toggler{
        display: none;
    }
    .hero_wrapper{
        justify-content: center;
        text-align: center;
    }
    .hero_wrapper h1{
        font-size: 30px;
        line-height: 1.2;
    }
    .help_wrapper a{
        font-size: 20px;
    }
    .service_wrapper h2{
        font-size: 30px;
    }
        .service_wrapper h3{
            font-size: 18px;
        }
    .book_wrapper .bookinginner{
        display: inline-block;
    }  
        .book_wrapper .number h4{
           width: 60px;
           margin: 30px 0px;
        }  
        .book_wrapper .para{
            padding: 0px;
        }
        .book_wrapper{
            padding: 0px 10px;
        }
        .testimonial-section2{
            margin: 0px 8px;
            border-radius: 10px;
        }
        .consultbtn{
            bottom: 10px;
        }
}

@media (max-width: 820px){
    .heroreviews{
        display: none;
    }
}