
a{
    text-decoration: none !important;
    
}

.text-primary {
    color: #fe6927 !important;
}




/*** Navbar ***/
header{
    padding: 10px 0;
}

.header_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_main ul{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
}
.header_main ul li{
    list-style: none;

}

.header_main ul li a{
    color:#000;
    text-transform: uppercase;
    text-decoration: none;
}

#myModal .modal-dialog{
    max-width: 700px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

input#mobile_code {
    height: 50px;
}



.intl-tel-input,
.iti{
  width: 100%;
  margin-bottom: 20px;
}

input#mobile_code:focus {
    box-shadow: none !important;
}

#myModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    text-align: left;
    font-size: 41px;
    font-weight: bold;
    color: #fe6927;
    padding: 20px;
}

#myModal .modal-body h2{
    color: #000;
    margin-bottom: 30px;
}

a.logo {
    width: 195px;
}

img{
    max-width: 100%;
    display: block;
}

.navigation {
    display: flex;
    align-items: center;
}

.navigation .btn-primary{
    margin-left: 30px;
}

.btn-primary {
    color: #fff;
    background-color: #fe6927;
    border-color: #fe6927;
    padding: 10px 30px;
}

.btn-primary:focus{
    outline: none;
    box-shadow: none !important;
}

.btn-primary:hover{
    background: #f3530c;
    border: 1px solid #f3530c;
}

section.inner_banner {
    background-size: cover !important;
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
}

section.inner_banner:before{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0,0.6);
    content: "";
    width: 100%;
    height: 100%;
}

section.inner_banner .inner_main{
    position: relative;
}

.about_section{
    padding: 80px 0;
    text-align: center;
}

.about_top{
    margin-bottom: 50px;
}

.about_section .about_right{
    text-align: left;
    padding-left: 30px;
}

.about_section .about_right h2{
    margin-bottom: 20px;
}

.we_offer{
    padding: 80px 0 60px;
}

.top_offer{
    text-align: center;
    margin-bottom: 50px;
}

.why-choose{
    padding: 50px 0;
    text-align: center;
}


.why_box {
    text-align: left;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    height: 100%;
}

.why-choose h2{
    margin-bottom: 60px;
}

.why_box h3{
    font-size: 22px;
    min-height: 53px;
}

.why-choose .col-md-3{
    padding-bottom: 30px;
}

.why-choose .why_box img {
    width: 91px;
}

.provide__section{
    padding: 100px 0;
}

.provide__section ul{
    column-count: 2;
    margin: 30px 0 0;
    padding: 0;
}

.provide__section ul li{
    list-style: none;
    margin-bottom: 20px;
    background: url(../img/bullete_icon.png) no-repeat left top;
    padding-left: 35px;
    background-size: 22px;
    font-size: 20px;
    font-weight: 700;
}

.provide__section {
    padding: 100px 0;
    position: relative;
}

.provide__section img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.testimonial__section{
    background-size: cover !important;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.testimonial__section:before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
}

.testimonial__section h2{
    color: #fff;
}

.testimonial__section .container{
    position: relative;
}

.textimonial_box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;
}

.textimonial_box img{
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.textimonial_box p{
    padding: 0 150px;
}


.call__section{
    padding: 100px 0;
    text-align: center;
}

.call_main{
    border: 2px solid #fe6927;
    padding: 50px;
    border-radius: 20px;
}

.call_main h2{
    font-size: 42px;
}

.call_main p {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}

.container-xxl{
    max-width: 100% !important;
}

.faq-section {
    padding: 100px 0 100px;
    background: #f7f7fb;
}

.accordion-wrapper {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.accordion-wrapper.active button {
    color: rgba(6, 1, 85, 1);
}

.faq-section .btn-wrapper button {
    background: transparent;
    border: 0;
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 60px;
    color: #000;
}



.services_section{

    padding: 100px 0 60px;
    text-align: center;
    background: #ffe6c1;
   
}



.services_section h2{
    margin-bottom: 20px;
}

.services_section p{
    margin-bottom: 40px;
    padding: 0 150px;
}

.services_section .col-md-6{
    padding-bottom: 40px;
}

.services_section .services_desc p{
    margin-bottom: 0;
    padding: 0;
}

.services_section .services_desc  img{
    height: 360px;
    object-fit: cover;
    width: 100%;
}

.services_section .services_desc img{
    border-radius: 20px 20px 0 0;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

.planing_main {
    display: flex;
    margin: 0 -30px;
}

.planing_left {
    width: 33.33%;
    padding: 0 30px;
}

.planing_middle {
    width: 33.33%;
}

.planing_middle img {
    border-radius: 50%;
    width: 350px;
    height: 350px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.planing_top {
    text-align: center;
    margin-bottom: 70px;
}

.planing_box h3 span {
    color: #ccc;
    margin-right: 21px;
    font-size: 30px;
}

.planing_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

section.intro_section {
    width: 100%;
    background-size: cover !important;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

section.intro_section:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.9);
    content: "";

}

.intro_mian {
    position: relative;
}

.intro_section h5{
    color: #fff;
    margin-bottom: 20px;
}

.intro_section h2{
    margin-bottom: 70px;
    color: #fff;
    font-size: 60px;
}

section.planing_section {
    padding: 50px 0 100px;
}

.gallery_section{
    padding: 100px 0;
}

.gallery_section .col-md-4{
    padding-bottom: 30px;
}
.gallery_section img{
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}

.blog_section{
    padding: 100px 0 60px !important;
}

.hero-header img.img-fluid {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    animation: rotate 15s infinite linear;
}

@-webkit-keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
    }
  }


  .whatapp_icon{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #67c15e;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  
  .whatapp_icon2{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #3B82F6;
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  
  .whatapp_icon3{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f9ce34, #ee2a7b, #6228d7);
    position: fixed;
    bottom: 150px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  
  .whatapp_icon4{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ff0000;
    position: fixed;
    bottom: 220px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  
  .whatapp_icon2 i, .whatapp_icon3 i, .whatapp_icon4 i{
    font-size: 30px;
  }

  .whatapp_icon svg{
    width: 40px;
  }

.map iframe{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.blog_section .row .col-md-4{
    padding-bottom: 40px
}

.blog_section .row .col-md-4 .btn-primary{
    margin-top: 25px;
    display: inline-block;
}

.tool-tip{
    position: relative;
}

.tool-tip .btn-primary:hover + .tooltip{
    opacity: 1;
}

.tool-tip .tooltip{
    top: 46px;
    border: 1px solid #000;
}

.tooltip p {
    font-size: 32px;
    margin-bottom: 0;
    width: 100%;
    max-width: 250px;
    line-height: 43px;
}






/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

a.toggle-menu {
    display: none;
}

.toggle-close{
    display: none;
}

@media(max-width:991px){
    .container{
        max-width: 100%;
        width: 100%;
    }

    .hero-header img.img-fluid{
        margin: 0 auto;
        display: block;
    }

    .why-choose .col-md-3{
        width: 50%;
    }

    .provide__section ul{
        column-count: 1;
    }

    .navigation{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translateX(100%);
        transition: 0.3s;
        flex-direction: column;
        align-items: flex-start;
        z-index: 9;

    }

     .toggle-menu {
        
        width: 50px;
        height: 50px;
        position: absolute;
        display: inline-block;
        right: 29px;
        display: block !important;
    }

    .show-toggle .navigation{
        transform: translateX(0);
    }

    .header_main ul{
        flex-direction: column;
        width: 100%;
        text-align: left;
        align-items: flex-start;
        padding-top: 100px;
        gap: 10px;
        margin-bottom: 30px;
    }

    .header_main ul li a{
        font-size: 20px;
    }

    a.toggle-close {
        position: absolute;
        right: 30px;
        width: 50px;
        top: 30px;
        display: block !important;
    }

    .planing_main{
        margin: 0 -15px;
        flex-wrap: wrap;
    }

    .planing_left{
        padding: 0 15px;
        width: 100%;
    }

    .planing_middle img{
        width: 300px;
        height: 300px;
      
    }

    .planing_middle{
        
        margin: 0 auto 40px;
        width: 100%;
    }
    section.planing_section{
        padding: 50px 0;
    }

    .intro_section h2{
        font-size: 43px;
    }
    section.intro_section{
        height: 450px;
    }


}

@media(max-width:767px){
    .services_section p{
        padding: 0;
    }

    .gallery_section{
        padding: 50px 0;
    }

    .p-4{
        padding: 0 !important;
    }

    .provide__section img{
        position: static;
        width: 100%;
    }

    .provide__section, .testimonial__section{
        padding: 0;
    }

    .call__section, .faq-section, .services_section{
        padding: 50px 0;
    }

    .textimonial_box p {
        padding: 0;
    }

    .call_main{
        padding: 50px 20px;
    }

    .faq-section .btn-wrapper button{
        font-size: 16px;
    }

    .call_main p{
        font-size: 20px;
    }

    .call_main h2 {
        font-size: 34px;
    }
    .about_section .about_right {
        text-align: left;
        padding-left: 0;
        padding-top: 30px;
    }

    .about_section{
        padding: 50px 0;
    }


}



@media(max-width:500px){
    .hero-header img.img-fluid{
        width: 250px;
        height: 250px;
    }

    .why-choose .col-md-3{
        width: 100%;
    }
}