/*
Custom Css
*/
.greybg{
    background-color: #f4f6f7;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #121212;
}
.navbar-nav {
    min-width: 75vw !important;
}

.nav-item-space {
    justify-content: center;
}

.flex-fill {
    flex: none!important;
}
/*Body background color*/
.body-background{
    background-color:white!important;
}
/*slider background color*/
#template-mo-zay-hero-carousel {
    background: #f4f6f7!important;
}

#template-mo-zay-hero-carousel {
     background: #f4f6f7!important;
}
/*slider page icon*/
#template-mo-zay-hero-carousel .carousel-indicators li {
    margin-top: -50px;
    background-color: transparent !important;
}
.img-fluid {
    height: 195px !important;
    min-width: 90%!important;
}
.theme-color{
    color: #000099!important;

}
.bg-theme, .btn-theme {
    background-color: #000099!important;
    color:white!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000099!important;
    font-weight: 700!important;
    font-size:16px!important;
    padding-right: 12px!important;
    padding-left:12px!important;
    /*text-transform: uppercase;*/
}
.navbar-light .navbar-nav .nav-link:hover {
    color: white!important;
    text-decoration:solid;
    text-decoration-color:#3b2436!important;
    background-color:#000099;
    border-radius:10px;
    
    /*text-transform: uppercase;*/
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000099;
    outline: 0;
    box-shadow: none!important;
}
/*===========================
      19.CONTACT css 
===========================*/
.contact-area {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #f4f6f7;
}

p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px;
    margin-left: 15px;
}

    p.form-message.success.form-message.error, p.form-message.error.form-message.error {
        color: #f00;
    }

.contact-map iframe {
    width: 100%;
    height: 550px;
}

@media (max-width: 767px) {
    .contact-map iframe {
        height: 350px;
    }
}

.contact-info .single-contact-info .contact-info-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.contact-info .single-contact-info .contact-info-content {
    padding-left: 20px;
}

    .contact-info .single-contact-info .contact-info-content .text {
        color: #121212;
    }

.contact-info .single-contact-info.contact-color-1 .contact-info-icon i {
    background-color: #fc3832;
}

.contact-info .single-contact-info.contact-color-2 .contact-info-icon i {
    background-color: #808080;
}

.contact-info .single-contact-info.contact-color-3 .contact-info-icon i {
    background-color: #0F9D58;
}

.contact-info .single-contact-info.contact-color-facebook .contact-info-icon i {
    background-color: #005ad5;
}

.contact-info .single-contact-info.contact-color-whatsapp .contact-info-icon i {
    background-color: #25D366;
}
.contact-info .single-contact-info.contact-color-eye .contact-info-icon i {
    background-color: #25D366;
}
.contact-info .single-contact-info.contact-color-4 .contact-info-icon i {
    background-color: #d411a0;
}


.contact-wrapper .contact-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

@media (max-width: 767px) {
    .contact-wrapper .contact-title {
        font-size: 26px;
    }
}

.contact-wrapper .contact-title i {
    color: #121212;
    margin-right: 8px;
}

.contact-wrapper .contact-title span {
    font-weight: 400;
}

.pa-5 {
    padding: 5px;
}

.contact-info .single-contact-info .contact-info-content {
    padding-left: 20px;
    padding-top: 10px;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.sliderh1 {
    font-size: 2em !important;
}
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background-color: #000099;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}
/*Mobile  device*/
@media only screen and (max-width: 600px) {
    .sliderh1 {
        font-size: 1.5em !important;
    }
    .carousel-indicators
    {
        width:0px!important;
    }
    .img-fluid {
    height: 195px !important;
    width:100%!important
    }
}
.modal-dialog {
    max-width: 100%;
    
}
.carousel-content{
    height:150px!important;
    max-height:150px!important;
    min-height:150px!important;
    width:100%!important;
    overflow-y:scroll;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
.header-searchbox{
    background-color: transparent;
}
/*on hover imagezoom effect*/
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}