*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Nunito', sans-serif;
}

ul{
    padding: 0;
    margin:0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

.section-header{
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.section-header h1{
    font-weight: 900;
    position: relative;
}



.section-header h1::before{
    content: '\f1b0';
    position: absolute;
    color: #e4a339;
    font-family: FontAwesome;
    font-size: 120px;
    z-index: -1;
    margin-top: -40px;
    left: 35%;
    margin-top: -62px;
    opacity: 0.3;
}

/* header */
.header-top{
    background: #e4a339;
    color: #fff;
}
.header-top li{
    display: inline-block;
    line-height: 42px;
    border-left: 1px solid #fcbd59;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
}

.header-top li i{
    margin-right: 10px;
    color: #fff2ba;
}

.header-top a{
    color: #fff;
}

.header-social li{
    padding: 0 10px;
}

.header-social li i{
    margin-right: 0;
}

.header-bottom{
    background: #1e1e1e;
}

.header-bottom .navbar-collapse{
    justify-content: end;
}

.header-bottom .navbar-brand{
    width: 11rem;
    padding: 0;
}

.header-bottom .nav-link.active{
    color: #e4a339;
    font-weight: 900;
}

.navbar{
    padding: 0;
}

.nav-link{
    color: #fff;
    transition: .3s ease-in-out;
}

.nav-link:hover{
    color: #e4a339;
}

/* banner */
.sv{
    padding: 15rem 0;
    background-position: bottom !important;
    background-size: cover !important;
}

.bg1{
    background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3)), url(./img/bread.webp);

}

.bg2{
    background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3)), url(./img/b2.jpg);
}

.sa{
    color: #fff;
}

.sa h1{
    color: #e4a339;
    font-weight: 900;
    font-size: 50px;
}

.sa p{
    font-size: 18px;
    font-weight: 600;
}

.banner-button{
    margin-top: 30px;
    text-align: center;
}

.b-btn{
    background: #e4a339;
    color: #fff;
    padding: 14px 35px;
    font-weight: 900;
}

.banner .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
}

.banner .owl-prev{
    position: absolute;
    left: 0;
}
.banner .owl-next{
    position: absolute;
    right: 0;
}

.banner .owl-nav i{
    font-size: 40px;
    background: transparent;
    color: #e4a339;
}

.banner .owl-nav button:hover{
    background: transparent !important;
}
/* diuvider */
.divider{
   

    
}

.divider img{
    position: absolute;
    margin-top: -13%;
    z-index: 1;
    
    width: 100%;
}
/* about */
.about{
    padding:8rem 0 5rem;
    position: relative;
    z-index: 1;
}

.about-content{
    text-align: center;
    color: #6a6a6a;
}

.about h3{
    color: #e4a339;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-button{
    margin-top: 36px;
}

.a-btn{
    background: #e4a339;
    padding: 15px 35px;
    font-weight: 900;
    color: #fff;
}

.a1{
    width:220px;
    height: 220px;
}

.a2{
    width:350px;
    height: 330px;
}

.a3{
    width: 227px;
    height:227px
}

.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #e4a339;
}

/* services */
.services{
    padding:8rem 0 5rem  ;
    background: #e4a339;
}

.services h1{
    color: #fff;
}
.s-box{
    padding: 40px;
    background: #fff;
    text-align: center;
}

.s-img{
    margin: 0 auto;
    height: 150px;
    width: 150px;
    margin-top: -70px;
}

.s-img img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 10px solid #fcbd59;
    
}

.services .owl-item{
    margin-top: 50px;
}

.s-content{
    margin-top: 20px;
}

.s-content h3{
    font-weight: 800;
    margin-bottom: 15px;
    color:#e4a339
}

.s-content p{
    color: #6a6a6a;
}

.service-button{
    margin-top: 30px;
}

.s-btn{
    font-size: 14px;
    background: #e4a339;
    color: #fff;
    padding: 12px 18px;
    font-weight: 700;
}

.services .owl-nav{
    position: absolute;
    top: 45%;
    width:100%
}

.services .owl-prev{
    position: absolute;
    left: -10px;
}

.services .owl-next{
    position: absolute;
    right:8px
}

.services .owl-nav i{
    font-size: 40px;
    color: #ffca74;
}

.services .section-header h1::before{
    color: #ffca74;
    opacity: 1;
}
/* choose */
.choose{
    padding: 8rem 0 5rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.cs{
    position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  left: 57%;
  max-width: calc((100% - 1170px) / 2 + 1170px );
  background-size: 85%;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;background-size: 85%!important;
  background-position: right!important;
  background-repeat: no-repeat!important;
  bottom: -11.4rem !important;
}

.ch-box{
    background-color: #e4a339;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.ch-img{
    margin: 0 auto;
    height: 80px;
    width:80px
}
.ch-img img{
    width:100%;
    height: 100%;
    filter: invert(97%) sepia(9%) saturate(3644%) hue-rotate(315deg) brightness(106%) contrast(102%);
}

.ch-box h3{
    font-size: 18px;
    font-weight: 800;
    margin-top: 20px;
    color: #fff;
}

/* testimonial */
.testimonial{
    background:linear-gradient(rgba(41,41,41,0.42),rgba(41,41,41,0.42)), url(./img/t.jpg);
    padding: 5rem 0;
    background-attachment: fixed;
}

.testimonial h1{
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 24px;
}

.t-box{
    background: #fff;
    padding: 40px;
    padding-top: 60px;
}

.t-img{
    position: relative;
}

.t-img::before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 50px;
    height: 50px;
    line-height: 100px;
    margin: 0 auto;
    font-size: 64px;
    font-weight: 900;
    position: absolute;
    top: -74px;
    left: 59px;
    right: 0;
    opacity: 0.4;
    color: #e4a339;
}
.t-content p{
    font-style: italic;
}

.t-content h5{
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
}

.t-content small{
    display: inline-block;
    font-weight: 600;
}

.testimonial .owl-dot span{
    background: transparent !important;
    border: 1px solid #fff;
}

.testimonial .owl-dot.active span{
    background: #e4a339 !important;
}

.testimonial .owl-nav{
    position: absolute;
    top: 40%;
    width:100%
}

.testimonial .owl-prev{
    position: absolute;
    left: -20px;
}

.testimonial .owl-next{
    position: absolute;
    right:-1px
}

.testimonial .owl-nav i{
    font-size: 40px;
    color: #e4a339;
}

.testimonial .owl-nav button:hover{
    background-color: transparent !important;
}
/* gallery */
.gallery{
    padding:8rem 0 5rem;
    background: #e4a339;
    
}


.gallery .section-header h1::before{
    color: #fcbd59;
    opacity: 1;
}


.gallery h1{
    color: #fff;
}
.g-box{
    height: 15rem;
    margin-bottom: 23px;
}

.g-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-button{
    margin-top: 20px;
}


.g-btn{
    background: #1e1e1e;
    color: #fff;
    padding: 15px 34px;
    font-weight: 600;
}

/* contact */
.contact{
    padding: 5rem 0;
}



.contact h3 {
    font-size: 28px;
    font-weight: 900;
    color: #e4a339;
}

.ct-info {
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
}

.ct-info i {
    height: 60px;
    width: 60px;
    border: 1px solid #ecc903;
    color: #e4a339;
    border-radius: 50%;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    margin-right: 20px;
}

.ct-info h5 {
    font-weight: 900;
    color: #dda932;
}

.ct-info a {
    color: #000;
}

.c-social {
    display: flex;
    margin: 20px 0;
}

.c-social .fb {
    border: 1px solid #3b5998;
    color: #3b5998;
}

.c-social .inst {
    border: 1px solid #833ab4;
    color: #833ab4;
}
.c-social .twit {
    border: 1px solid #000;
    color: #000;
}

.c-social a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
    text-align: center;
}

.c-social i {
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}

.contact-form {
    
    color: #000;
    padding: 40px;
    
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.contact-form .form-control {
    border: 1px solid #e9e9e9 !important;
}

.contact-form .form-control {
    padding: 15px 25px;
    
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 15px;
    resize: none;
}

.contact-form .submit {
    background: #e4a339;
    color: #fff;
    border: none;
    padding: 15px 25px;
    font-weight: 800;
}

/* footer */
footer{
    background: #1e1e1e;
}

.footer-top{
    padding: 5rem 0;
    color: #fff;
    border-bottom: 1px dotted;
}

.footer-top h3{
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 28px;
    color: #e4a339;
}

.footer-top i{
    margin-right: 10px;
}

.footer-social{
    margin-top: 15px;
}

.footer-top li{
    margin-bottom: 10px;
    
}

.footer-top a{
    color: #fff;
}

.footer-social i{
    background: #fff;
    height: 40px;
    width:40px;
    border-radius: 50%;
    color: #000;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
}

.footer-bottom{
    padding: 30px 0;
}
.hours p{
    line-height: 13px;
}

.a-btn:hover, .b-btn:hover, .s-btn:hover , .g-btn:hover{
    background: #000;
    transition: .3s ease-in-out;
}

/* bread */
.bread{
    
    background: linear-gradient(rgba(0, 0, 0, 0.274),rgba(0, 0, 0, 0.26)), url(./img/bread.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    position: relative;
}

.inner-bread{
    padding: 8rem 0 5rem;
}

.inner-bread h1{
    font-weight: 800;
}

/* waves */
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    left: 0;
    bottom: -0px;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}


@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/* reviews */
.reviews{
    padding: 5rem 0;
}

.testimonial-block{
    margin-bottom: 30px;
}

.testimonial-detail {
    position: relative;
    padding: 30px;
    border: 2px solid #e4a339;
    border-radius: 8px;
}

.testimonial-detail::before {
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    color: #e4a339;
    background: #fff;
    font-size: 22px;
    padding-right: 10px;
    padding-bottom: 7px;
    top: -3px;
    left: -2px;
}

.reviews h4 {
    font-size: 20px;
    color: #e4a339;
    font-weight: bold;
}

.reviews span {
    font-size: 13px;
    color: #5e5d5e;
    font-weight: 400;
}

.testimonial-image {
    height: 80px;
    width: 80px;
    display: block;
    border: 4px solid #e4a339;
    transform: translateX(70px);
    border-radius: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.testimonial-image img {
    height: 100%;
    width: 100%;
}

.testimonial-detail::after {
    content: '\f10e';
    font-family: FontAwesome;
    position: absolute;
    color: #e4a339;
    background: #fff;
    font-size: 22px;
    padding-left: 10px;
    padding-top: 7px;
    bottom: -3px;
    right: -2px;
}

.testimonial-detail img {
    position: absolute;
    bottom: 0;
    left: 30px;
    transform: translateY(100%);
}

/* service-box */
.service-box{
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background: #1e1e1e;
}

.service-content{
    padding: 40px;
    color: #fff;
}

.service-content h1{
    color: #e4a339;
    font-weight: 800;
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
}

.service-content h1::before{
    
        content: "";
        position: absolute;
        height: 5px;
        width: 8rem;
        bottom: -14px;
        left: 0;
        background: #dda932;
    
}

.service-content p{
    font-size: 16px;
}

.service-img{
    height: 100%;
}

.service-img img{
    height: 100%;
    object-fit: cover;

}

@media (min-width:1200px) {
    .header-bottom .nav-link{
        font-size: 18px;
    }

    .about-img{
        padding-left: 58px;
    }
}
@media (min-width:992px) {
    .header-bottom .nav-item{
        padding: 10px 20px;
    }

    .about-img{
        margin-top: -100px;
    }

   
    .a2{
        margin-top: -100px ;
        margin-left: 120px;
        
    }

    .a3{
        margin-top: -75px;
    }
}

@media (max-width:992px){
    .about-content{
        margin-bottom: 40px;
    }

    .about-img{
        
    }

    

    .testimonial .owl-nav, .services .owl-nav{
        display: none;
    }

    .choose .cs{
        background-size: 90% !important;
        left:10% !important;
        bottom: -57.4% !important;
        display: none;
    }

    .header-top li{
        border-left: none;
    }
}

@media (max-width:767px){
    

    .a1,.a2,.a3{
        height: 250px;
        width:250px;
        margin:  0 auto;
    }
}

@media screen and (min-width:767px) and (max-width:992px){
    .about-img{
        margin-top: -65px;
    }

    .a1{
        width:200px !important;
        height: 200px;
    }
    
    .a2{
        width:300px !important;
        height: 300px;
        margin-top: -70px !important;
        margin-left: 50px !important;
    }
    
    .a3{
        width: 227px;
        height:227px;
        margin-top:-50px !important
    }
}


@media screen and (min-width:660px) and (max-width:992px) {
    .banner h1{
        font-size: 45px;
    }
}

@media (max-width:660px){
    

    .banner p{
        font-size: 15px;
    }

    .banner h1{
        font-size: 35px;
    }
}

