@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Josefin+Slab&family=Lato&family=Poppins&family=Raleway&family=Roboto&family=Taviraj&display=swap');

/* 
font-family: 'Concert One', cursive;
font-family: 'Josefin Slab', serif;
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Taviraj', serif;
*/

.main_header{
    background-color: #005b7f;
    box-shadow: -1px 0px 10px gray;
}

.main_header .navbar-brand{
    color: #fed006;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
}

.main_header .navbar-brand:hover{
    color: #fed006;
}

.main_header .navbar-collapse .navbar-nav .nav-item .nav-link{
    color: #fff;
    margin: 0px 0.4rem;
    padding: 0.4rem 1rem;
    position: relative;
    transition: all 0.6s;
    border-radius: 0px 20px 0px 20px;
}


.main_header .navbar-collapse .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 0px;
    height: 3px;
    background-image: linear-gradient(to right, #005b7f , #fed006);
    transition: all 0.6s;
}



.main_header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before{
    width: 70%;
}

.main_header .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
    background-image: linear-gradient(to right, #005b7f , #fed006);
    color: #fff;
}

.download_btn{
    background-color:#d41010;
    color: #fff;
    border: none;
    padding: 0.5rem 1.2rem;
    position: relative;
}

.download_btn span{
    position: relative;
    z-index: 1;
    color: #fff;
    transition: all 0.4s;
}

.download_btn::after{
    content: "";
    width: 0%;
    height: 100%;
    background-color: #fed006;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

.download_btn:hover::after{
    width: 100%;
}

.download_btn:hover span{
    color: #000;
}

/* banner css */
.banner .carousel-inner .carousel-item{
    transition: all 2s !important;
}

.banner .fa-solid{
    background-image: linear-gradient(to right, #fed006 , #005b7f);
    color: #fff;
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #000;
}

/* about_us css */
.about_us h4{
    color: #005b7f;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
}

.para{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}

.read_more{
    background-color:#005b7f;
    color: #fff;
    border: none;
    padding: 0.5rem 2rem;
    position: relative;
}

.read_more span{
    position: relative;
    z-index: 1;
    color: #fff;
    transition: all 0.4s;
}

.read_more::after{
    content: "";
    width: 0%;
    height: 100%;
    background-color: #fed006;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

.read_more:hover::after{
    width: 100%;
}

.read_more:hover span{
    color: #000;
}

/* Hiw Css */
.hire_now{
    background-color: #fed006;
    color: #000;
    border: none;
    padding: 0.5rem 1rem;
    transition: all 0.4s;
}

.hire_now:hover{
    background-color: #005b7f;
    color: #fff;
}

.how_box .tittle{
    color: #005b7f;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
}

.how_box{
   box-shadow: 0px 0px 10px #005b7f;
   padding: 0.8rem;
   transition: all 0.5s;
   border: 1px solid #fff;
}

.how_box:hover{
    box-shadow: unset;
    transform: translateY(-10px);
    border: 1px solid #005b7f;
}

.how_box:hover .hire_now{
    background-color: #005b7f;
    color: #fff;
}

/* why_best css */
.why_best{
    padding: 2rem 1rem;
    /* box-shadow: 0px 0px 10px #005b7f; */
    height: 100%;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 3px solid #005b7f;
    border-radius: 20px 20px 0px 0px;
}

.why_best i{
    color: #005b7f;
}

.why_best:hover{
    background-color: #005b7f;
    color: #fff;
    border-bottom: 3px solid #fed006;
}

.why_best:hover i{
    color: #fed006;
}

.headings{
    font-family: 'Lato', sans-serif;
    text-align: center;
}

/* clients css */
.clients h2{
    color: #005b7f;
    font-weight: bolder;
}

/* Footer css */
.footer_cstm_bg{
   background-color: #005b7f;
}

.footer_sub{
    background-color: #fed006;
}

.cstm_color{
    color: #fff;
}

.footer_list{
    list-style-type: none;
    line-height: 25px;
}

.footer_list li a{
    text-decoration: none;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.footer_list li{
    transition: all 0.4s;
}

.footer_list li:hover{
    transform: translateX(10px);
}

.about_footer{
    border-left: 3px solid #fed006;
    border-right: 3px solid #fed006;
    text-align: center;
}

.footer_cstm_bg .icons_box i {
    list-style-type: none;
    background: #fff;
    color: #005b7f;
    padding: 0.6rem;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-size: 20px;
    transition: all 0.4s;
}

.footer_cstm_bg .icons_box i:hover{
    background-image: linear-gradient(to right, #005b7f , #fed006);
    color: #fff;
    transform: translateY(-4px)
}

.footer_cstm_bg .brand_name{
    color: #fed006;
}

.footer_cstm_bg .footer_list li a{
    color: #fff;
}

.footer_cstm_bg .footer_list li a i{
    color: #fed006;
}

/* Responsive css */
.navbar-toggler:focus{
    box-shadow: unset;
}

@media (max-width:991px){
    body{
        overflow-x: hidden;
        width: 100%;
    }
    html{
        overflow-x: hidden;
        width: 100%;
    }
    .navbar-toggler{
        z-index: 25;
    }
    .navbar-collapse{
        position: absolute;
        top: 0%;
        left: -100%;
        background-color: #005b7f;
        width: 100%;
        height: 100vh;
        z-index: 20;
        display: flex;
        justify-content: center;
        align-items:center;
        flex-direction: column;
        transition: all 0.4s;
    }    
    .navwrapper{
        left: 0px;
        transition: all 0.4s;
    }
    .navbar-collapse .navbar-nav .nav-item{
        margin-bottom: 40px;
        text-align: center;
    }
    .dowload_box{
        margin: 0px !important;
    }
}

@media (max-width:336px) {
    .main_header .navbar-brand{
        font-size: 20px !important;
    }
    .main_header .navbar-brand img{
        width: 50px;
    }
}

@media (max-width:390px) {
    .how_box .d-flex{
        display: block !important;
        text-align: center;
    }
    .how_box .d-flex p{
        text-align: center !important;
    }
    .footer_cstm_bg{
        text-align: center !important;
    }
    .footer_cstm_bg .text-end{
        text-align: center !important;
    }
}

.break{
    word-break: break-all;
}
.contact_btn{
   background-color: #005b7f; 
   padding: 7px;
   margin: 4px;
   color: #fed006;
   font-weight: bold;
   border-radius: 4px;
}
.contact_btn:hover{
color: #d41010;
background-color: #fed006;
}
.contact_class{
   color:#d41010; ;
    
}
.box_logo{
    border: 2px solid gray;
    padding: 30px
}

.Whatsapp_btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.Phone_btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

                  
