:root{
    --bg-01:black;
    --bg-02:#17275e;
    --bg-03:#a05c2b;
    --bg-04:hsl(0deg 0% 11.5%);
    --bg-06:#fff;
    --bg-05:#531213;
    --ft-01:#333333;
    --ft-02:#4a4032;
    --ft-03:#3b6f68;
    --ft-04:#5a3e2b;
    --ft-05:#9b5d4d;
    --ft-06:#263645;
    --ft-07:#9198a0;
    --ft-08:#797a68;
}
::selection{
    background-color: var(--ft-07);
}
*, body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    
}
a{
    text-decoration: none;
}
.header{
    background:hsl(201, 100%, 5%);
    position: fixed;
    z-index: 100;
    width:100%;
    top:0;
    /* box-shadow: 0px 0 4px #fff; */
}
.top-header{
    width:90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0px auto;
    padding:16px 0;
    border-bottom:1px solid #4a4032;
}
.hamburger, .cancel {
    display:none;
    background:inherit;
}
.hamburger button ,.cancel button{
    border:none;
    background: inherit;
}
.hamburger i, .cancel i{
    color:#28939D;
    font-size: 42px;
    font-weight: 400;
}
.bottom-header .social-media{
    display:flex;
    align-items: center;
    justify-content: center;
}
.bottom-header .social-media a{
    width:40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    background: #fff;
    margin-left:15px;
    /* box-shadow: 1px 1px 2px #6a1b1a; */
}
.bottom-header .social-media a i{
    color:black;
    font-size:18px;
}
.bottom-header .connect a{
    margin-right:15px;
    color: #29939D;
    font-weight: 700;
    font-size: 18px;
}
.bottom-header .connect a i{
    color:#29939D;
}
.bottom-header .social-media a:hover{
    background-color: hsl(201, 100%, 15%);
}
.bottom-header .social-media a:hover i, .bottom-header .connect a:hover i{
    color:#ffffff;
}
 .bottom-header .connect a:hover{
    color:#ffffff;
}
.bottom-header{
    width: 90%;
    display:flex;
    margin:0 auto;
    justify-content: space-between;
    align-items: center;
    padding:16px 0;
}
.bottom-header .logo{
    /* width:30%; */
    overflow: hidden;
    object-fit: cover;
}
.bottom-header .logo img{
    /* width:100%; */
    height:60px;
}
.bottom-header nav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:10px ;
}
.bottom-header nav .logo{
    display:none;
}
.bottom-header nav .social-media{
    display:none;
}
.bottom-header nav ul{
    display: flex;
    padding:0;
    align-items: center;
    list-style: none;
    vertical-align: middle;
    padding-top:10px;
}
.bottom-header nav ul li{
    display: inline-block;
    /* margin-right:16px; */
    color:#fff;
    padding:0px 17px;
}
.bottom-header nav ul li a{
    color:#29939D;
    font-size:20px;
    font-weight: 700;
    transition:0.2s ease-in-out;
}
.active{
    color:#29939D;
    /* text-shadow: 1px 1px 0 #fff; */
}
.bottom-header nav ul li a:hover, .bottom-header nav ul li a:active{
    color:#ffffff;
    text-shadow: 1px 1px 0 #fff;
}
/* hero section starts here */
.hero-section{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slide-container{
    width:100%;
    height:100%;
}
.slide-container .sliders{
    width:100%;
    height:100%;
}
.slide-container .sliders .slides{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* .sliders .owl-nav{
    position:absolute;
} */
.sliders .owl-nav .owl-prev, .sliders .owl-nav .owl-next{
    width:50px;
    height:80px;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color:var(--bg-04) !important;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%; */
    cursor: pointer;
    transition: 0.3s ease;
    font:bold;
}

        
.sliders .owl-nav .owl-next{
    right:3%;
}
.sliders .owl-nav .owl-prev{
    left:3%;
}
.sliders .owl-nav .owl-prev:hover,
.sliders .owl-nav .owl-next:hover {
    background-color: #fff !important;
    color: var(--bg-04);
}
.sliders .owl-dots{
    position: absolute;
    bottom:6%;
    width:100%;
    display: flex;
    justify-content: center;
}
.sliders .owl-dots .owl-dot{
    width:30px;
    height:4px;
    border-radius: 5px;
    margin-right:8px;
    background-color: rgba(255, 255, 255, 0.5);
    border:none;
}
.sliders .owl-dots .owl-dot.active{
    background-color: #fff;
}
/* hero section ends here */
/* footer */

.footer{
    padding-top:50px;
    background:hsl(201, 100%, 5%);
    box-shadow: 0px 0 8px var(--ft-01);
}
.top-footer{
    width:90%;
    display: flex;
    justify-content: center;
    align-items: start;
    padding:20px 0;
    margin:0 auto;
}
.top-footer img{
    height:80px;
}
.top-footer .social-media{
    display:flex;
    align-items: center;
    /* justify-content: center; */
}
.top-footer .social-media a{
    width:40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    background: #fff;
    margin-right:15px;
    /* box-shadow: 1px 1px 2px #28939D; */
}
.top-footer .social-media a i{
    color:black;
    font-size:18px;
}
.top-footer .social-media a:hover{
    background-color:  hsl(201, 100%, 15%);
    
}
.top-footer .social-media a:hover i{
    color:#ffffff;
}
.top-footer p, .top-footer address{
    color:#BCBCEB;
    font-size: 16px;
    margin:16px 8px;
}
.top-footer address span{
    font-weight: 600;
    
}
.top-footer h5{
    font-size: 32px;
    color:#28939D;
}
.top-footer a{
    display: inline-block;
    font-size:16px;
    color:#BCBCEB;
    margin:0 10px;
}
.top-footer a i{
    color:#BCBCEB;
}
.top-footer ul{
    margin-top:16px;
    padding: 0 12px;
    list-style: none;
}
.top-footer ul li{
    font-size:16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.top-footer ul li a{
    color:#BCBCEB;
}
.top-footer ul li a:hover, .top-footer a:hover i, .top-footer a:hover{
    color:#ffffff;
}


.bottom-footer{
    width:90%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin:0px auto;
    color:#fff;
    border-top:1px solid var(--ft-01);
    padding:16px 0;
    font-size: 16px;
}
.bottom-footer .copyright{
    padding:0;
    margin:0;
}
.bottom-footer a{
    color:#fff;
}
.bottom-footer a:hover{
    color:var(--bg-02);
    font-weight: 500;
}
.top-footer .mail{
    padding-top:8px;
}
/* footer ends here */


/* about starts here */
.about-us{
    padding:80px 0;
    width:100%;
    background:#DAF0F2;
}
.about-img{
    /* width:100%; */
    min-height:600px;
    overflow:hidden;
    object-fit: cover;
    border-radius:80px;
}
.about-img img{
    
    box-shadow: 1px 1px 8px var(--ft-05);
    border-radius:80px;
    width:100%;
    height:100%;
}
.about-content{
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding:0 50px;
}
.about-content h2{
    font-size: 42px;
    font-weight: 600;
    color:#1670ec;
    padding-bottom:16px;
}
.about-content p{
    font-size: 20px;
    font-weight: 300;
    color:#333333;
}
/* .get-quote{
    margin:16px 0;
    padding:8px 20px;
    background-color: var(--bg-04);
} */
.get-quote a, .get-quote button{
    display: inline-block;
    margin:16px 0;
    padding:10px 30px;
    background-color: white;
    font-size:24px;
    color:var(--ft-06);
    border-radius: 8px;
    box-shadow: 1px 1px 3px #1670ec;
}
.get-quote a:hover , .get-quote button:hover{
    background:#1670ec;
}
/* about ends here */


/* gallery starts here */
.gallery{
    padding:80px 0;
    width:100%;
    margin:0 auto;
    background-color: #A3D9CB;
}
.gallery .get-quote{
    margin:0 auto;
    display: flex;
    justify-content: center;
}
.gallery .get-quote a{
    box-shadow: 1px 1px 4px var(--ft-06);
    /* color:var(--ft-05); */
}
.section-heading{
    width:50%;
    margin:0 auto;
    text-align: center;
    margin-bottom: 16px;
}
.section-heading h2{
    font-size:48px;
    font-weight: 600;
    color:#1670ec;
}
.gallery .gallery-img{
    width:100%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gallery .gallery-img .img-card{
    height:auto;
    width:30%;
    margin:16px;
    box-shadow: 1px 1px 3px var(--ft-07);
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
}
.gallery-img .img-card img{
    width:100%;
    height:100%;
    transition:1s;
}
.gallery .gallery-img .img-card:hover img{
    transform:scale(1.1);
}
/* gallery ends here */
/* contact starts here */
.contact{
    width:100%;
    padding:80px 0;
    background-color: #f0f8ff;
}

.contact-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    margin:0px auto;
    padding:20px 0;
}

.contact-section h2, .contact-section p {
    text-transform: capitalize;
}


.contact-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-form h2{
    position: relative;
    font-size: 45px;
    font-weight: 800;
    margin:16px 0;
    text-align: center;
    color: #1670ec;
}

.contact-form h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    margin: 0px;
    text-align: center;
    color:#28939D;
}
.contact-form p{
    font-size: 18px;
    text-align: center;
    padding:16px 32px;
    font-weight: 400;
    color:#333333;
}
.contact-section .form-box {
    position: relative;
    padding: 20px;
    border: 1px solid var(--ft-07);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    margin:16px 0;
}

.contact-section .form-box .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-section .form-box .field-label {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.display-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.width-50{
    width:45%;
    position: relative;
    margin-bottom: 20px;
}
.width-100{
    width:100%;
    position: relative;
    margin-bottom: 20px;
}
.contact-section .form-box input[type="text"], .contact-section .form-box input[type="email"], .contact-section .form-box input[type="number"],.contact-section .form-box input[type="Date"],  .contact-section .form-box textarea{
    position: relative;
    display: block;
    width: 100%;
    color: #333333;
    line-height: 24px;
    padding: 7px 15px;
    border: 1px solid #fff;
    outline:none !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}








@media only screen and (max-width:768px){
    
    .contact-form{
        width:100%;
    }
    .contact-info h2{
        font-size: 32px;
    }
    .contact-info p{
        display: none;
    }
    .width-50{
        width:100%;
    }
    .map{
        width:100%;
    }
}
/* contact ends here */
/* page section starts here */

.page-section{
    width:100%;
    height:70vh;
    margin-top:88px;
    background-attachment: fixed;
    background-position: center center;
    background-size:cover;
    /* background-color: black; */
}
.page-section:after{
    position:absolute;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.page-topic{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.page-topic h2{
    font-size:58px;
    font-weight: 600;
    color:#ffffff;
}
.page-topic ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0;
}
.page-topic ul li{
    display: inline-block;
    padding-right:4px;
}
.page-topic ul li a{
    color:#ffffff;
    font-size: 18px;
    font-weight: 500;
}
.page-topic ul .angle:after{
    content:'>';
    color:#ffffff;
    font-size: 20px;
}
.page-topic ul .breadcrumb-active {
    color:#28939D;
    font-size: 20px;
}
/* page section ends here */
/* events starts here */
.events{
    width:100%;
    padding:80px 0;
    background-color: #f0f8ff;
}
.events-block{
    display:flex;
    flex-direction: column;
}
.events-block .event-heading{
    font-size:40px;
    font-weight: 500;
    color:#1670ec;
    margin:16px 0;
    text-align: center;
}
.events-block .events-cards-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.events-block .events-cards-container .event-card{
    height:400px;
    width:30%;
    border:1px solid var(--ft-07);
    margin:15px;
    border-radius: 8px;
}
.events-block .events-cards-container .event-card .card-img{
    width:100%;
    height:250px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.events-block .events-cards-container .event-card .card-img img{
    width:100%;
    height:100%;
}
.events-block .events-cards-container .event-card .card-content{
    padding:6px 10px;
    background-color: #ffffff;
    overflow: hidden;
    height:150px;
    border-radius: 0 0 8px 8px;
}
.events-block .events-cards-container .event-card .card-content h3{
    color: #1670ec;
    font-size: 24px;
}
.events-block .events-cards-container .event-card .card-content p{
    font-size: 18px;
    color:#333333;
}
/* events ends here */
/* parallax starts here */

.parallax{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    height:80vh;
}
.parallax-1{
    padding:80px 0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.parallax .parallax-content{
    width:80%;
    margin:0 auto;
    text-align: center;
}
.parallax-content h3{
    font-size: 40px;
    color:#1670ec;
    margin-bottom:16px;
}
.parallax-content p{
    font-size: 24px;
    color:var(--bg-06);
}
/* parallax ends here */
/* testimonial starts here */
.testimonial{
    padding:80px 0;
    width:100%;
    background:#f0f8ff;
}
.testimonial .card-item{
    /* height:200px; */
    /* width:380px; */
    border:1px solid var(--ft-06);
    padding:10px;
    position:relative;
    border-radius:10px;
}
.card-item .card-img{
    position:absolute;
    border-radius: 50%;
    width:100px;
    height:100px;
    left:50%;
    background-color: var(--ft-06);
    transform: translate(-50px, -65px);
    /* border: 1px solid black; */
    z-index:5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-item .card-img img{
    width:96%;
    height:96%;
    border-radius: 50%;
}
.card-item .card-img:hover img{
    width:100%;
    height:100%;
}
.owl-stage-outer{
    padding-top:70px;
}
.card-content{
    padding-top:50px;
}
.card-item h4{
    font-size: 24px;
    color:#1670ec;
}
.card-content p{
    font-size: 24px;
    color:#333333;
}
.card-content p span{
    font-size: 24px;
    color:var#1670ec;
}

.testimonial .owl-nav{
    position: absolute;
    top:-70px;
    right:0;
    display:flex;
    
}
.testimonial .owl-nav .owl-next, .testimonial .owl-nav .owl-prev{
    width:40px;
    height:50px;
    background-color: var(--ft-07) !important;
    color:var(--bg-04) !important;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%; */
    cursor: pointer;
    transition: 0.3s ease;
    font:bold;
    margin:4px;
    box-shadow: 2px -2px 4px var(--ft-07);
}
.testimonial .owl-nav .owl-next:hover, 
.testimonial .owl-nav .owl-prev:hover{
    background-color: #1670ec !important;
}
/* testimonial ends here */

/* services start here */
.services{
    padding:80px 0;
    background-color: #A3D9CB;
}
.services-cards-container{
    padding:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.service-card{
    width:45%;
    margin:16px;
}
.service-card .service-img{
    height:400px;
    border:none;

}
.service-card .service-img img{
    width:100%;
    height:100%;
}
.service-card .service-card-content{
    padding:16px;
    border:1px solid #ffffff;
    border-bottom:4px solid #ffffff;
    border-radius:0 0 15px 15px;
}
.service-card-content h3{
    font-size: 32px;
    color:#1670ec;
}
.service-card-content p{
    font-size: 18px;
    color:#333333;
}
/* services ends here */

/* mobile responsive starts here */
@media only screen and (max-width:768px){
    .bottom-header nav, .bottom-header .social-media, .bottom-header .connect{
        display:none;
    }
    .bottom-header nav{
        /* display: flex; */
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position:absolute;
        padding-top:20px;
        background:hsl(201, 100%, 5%);
        width:98%;
        height:100vh;
        top:0;
        left:-92%;
        box-shadow: 2px 2px 12px var(--ft-04);
    }
    
    .cancel {
        display: flex;
        position: absolute;
        top: 3%;
        right: 5%;
    }
    .hamburger{
        display:flex;
    }
    .bottom-header nav .logo{
        display:flex;
    }
    .bottom-header nav .logo img{
        height:100px;
    }
    .bottom-header nav .social-media{
        display: flex;
        margin:0;
    }
    .bottom-header nav .social-media a{
        width:50px;
        height:50px;
    }
    .bottom-header nav .social-media a i{
        font-size: 22px;
    }
    .bottom-header nav ul{
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        width:100%;
    }
    .bottom-header nav ul li{
        width:100%;
        margin-top:16px;
        border-bottom: 0.1px groove var(--ft-01);
        padding-bottom:8px;
    }
    .bottom-header nav ul li a{
        font-size:24px;
        color:#fff;
    }
    .section-heading{
        width:100%;
    }
    .about-us{
        padding-top:20px;
    }
    .about-img {
        border-radius:0;
    }
    .about-img img{
        border-radius:0;
    }
    .about-content{
        padding:10px 20px;
    }
    .container-fluid, .container{
        padding:0;
        margin:0;
    }
    .services-cards-container{
        padding:0;
    }
    .service-card-content h3 {
        font-size:30px;
    }
    .service-card{
        width:100%;
        margin:16px;
    }
    .events-block .events-cards-container .event-card {
        width:100%;
    }
    .gallery .gallery-img{
        width:100%;
    }
    .gallery .gallery-img .img-card{
        width:100%;
    }
    .parallax .parallax-content{
        width:100%;
    }
    .parallax-content h3{
        font-size:32px;
    }
    .parallax-content p{
        font-size:18px;
        padding:0 20px;
    }
    .top-footer{
        width:100%;
        padding:15px 6px;
    }
    .bottom-footer{
        width:100%;
        padding:6px;
    }
    .top-footer p{
        font-size: 18px;
    }
    .top-footer h5{
        margin:16px 8px 0 0;
        margin-top:16px;
    }
    .top-footer ul{
        padding: 0;
    }
    .top-footer a{
        font-size:18px;
    }
    .top-footer address{
        font-size: 18px;
    }
    .top-footer address span{
        font-size:20px;
    }
    .top-footer ul li a{
        font-size:20px;
    }
}