@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Roboto", sans-serif;
    padding: 0px;
    margin: 0px;
    text-decoration: none !important;
}


p{
    text-align: justify;
}


:root{
    --primary: #0070BB;
    --secondary: #ffbb00;
}

h1, h2, h3{
    font-weight: 600;
}


/**** Navbar ****/

.navbar{
    background-color: var(--primary);
}

.navbar .nav-link{
    color: white;
    letter-spacing: 1px;
    font-size: 17px !important;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    transition: .5s;
}

.navbar .nav-link:hover{
    color: var(--secondary);
}

.navbar .nav-item .active{
    color: var(--secondary);
}

.sticky-top{
    transition: .5s all ease-in-out;
}

.navbar-toggler{
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.navbar-toggler .menu{
    font-size: 30px;
    color: white;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .nav-item .dropdown-menu{
    border-radius: 0px !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition-behavior: normal;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--primary) !important;
    color: white !important;
}

.dropdown .dropdown-menu .dropdown-item.active{
    color: white;
    background-color: var(--primary);
}

@media (min-width: 992px){
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}


/****** Carousel ******/

/* .slide-carousel{
    z-index: inherit;
} */

.slide-carousel .owl-nav {
    /* position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    bottom: 5%;
    padding: 0px 5%; */
    display: none;
   
}

.slide-carousel h1{
    font-size: 70px;
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
    -webkit-text-stroke: 1px rgb(250, 0, 0);
    text-shadow: 0px 0px 6px black;
}

.slide-carousel p{
    font-size: 25px;
    text-shadow: 0px 0px 6px rgb(94, 92, 92);
    letter-spacing: 2px;
}


.slide-carousel img{
    height: 100vh !important;
    width: 100%;
    object-fit: cover;

} 

.owl-theme .owl-dots .owl-dot {
    display: none;

}

@media(max-width:768px){
    .slide-carousel img{
        height: 100% !important;
        width:100%;
    }
}

/* .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: end;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots {
   position: absolute;
   top: 50%;
   right: 10%;
}
.owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span :hover{
    color: white!important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: white !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid transparent !important;
    transition: .5s ease-in-out;

}
.owl-theme .owl-dots .owl-dot.active span {
    height: 30px;
    background-color: var(--secondary) !important;
} */


/**** Breadcrumb ****/

.bg-breadcrumb {
    background: linear-gradient(#000000c4, #000000c9), url(../imgs/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    object-fit: cover !important;
    background-size: cover !important;
    /* background-attachment: fixed; */
    padding: 150px 0 50px 0;
}

@media(max-width:768px){
    .bg-breadcrumb{
        padding: 100px 0 50px 0 !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: white !important;
}



/*** Quote ***/

.quote h1{
    color: var(--primary);
    font-weight: 700;
}

.quote h6{
    font-weight: 600;
}



/*** About ***/


.tick{
    color: var(--primary);
}


.features h6{
    font-weight: bolder;
}


/**** Highlight ****/


.high-card{
    transition: .5s all ease-in-out;
}

.high-card:hover{
    background-color: var(--primary);
    color: white !important;
}



.gallery-img{
    height: 250px !important;
    width: 100%;
    object-fit: cover;
}



/**** Contact *****/

input,textarea{
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid rgb(235, 235, 235) !important;
}
@media(max-width:768px){
    .mail-text{
            font-size: 13px !important;
        }
}

.text-primary{
    font-size: 20px;
    background-color: white;
    color: var(--primary) !important;
}

form .bg-light{
    background-color: #e5e6e6a1 !important;
}

.btns{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0px;
    color: white !important;
    transition: .5s all;
}

.btns:hover{
    background-color: #00374d;
}





/**** Footer *****/

.footer{
    background-color: var(--primary);
}

.footer .footer-item a{
    color: white;
}

.footer .footer-item .links a{
    transition: .5s all ease-in-out;
    color: white;
}

.footer .footer-item .links a:hover{
    color: #848484;
    letter-spacing: 1px;
}

.footer .footer-item span{
    color: white;
}

.footer .footer-item .angle{
    font-size: 20px;
    color: white;
}

.footer .footer-item .footer-icon{
    color: white;
    font-size: 19px;
}

.footer .footer-item .social-media{
    font-size: 17px;
    color: white;
    border: 1px solid white;
    transition: .5s all ease-in-out;
}

.footer .footer-item .social-media:hover{
    background-color: #ffffff4d;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    font-weight: 500;
    color: rgb(187, 187, 187);
    border-top: 1px solid rgb(165, 165, 165);
}

.footer .copyright a {
    color: white;
    transition: .5s all ease-in-out;
}

.footer .copyright a:hover {
    color: var(--secondary);
}


.whats a{
    transition: .5s;
    
}
  
.whats span{
    font-size: 0px;
     word-spacing: -40px;
    transition: .5s ;
   
}
  
.whats:hover span{
    font-size: 13px;
    word-spacing:  0px;
    transition: .5s all;
    /* margin-right: 50px; */
}



.no-download {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  user-select: none;
  pointer-events: none;
}