@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
   font-family: 'poppinsregular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ffc019;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}

p{
    font-size: .9rem;
}

hr:not([size]) {
    height: 1px;
    color: #006889;
}
h4{
    font-family: 'poppinsbold';
    font-size: 1.2rem;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #ffc019;
    left: 0;
    top: -2px;
}
.img-rounded{
    border-radius: 20px;
}

.only-mob {
    display: none;
}

.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.theme-color{
    color: #0f56a4;
}

.yellow-line{
    width: 60px;
    height: 4px !important;
    background: #ffc019;
    opacity: 1;
}

.big-btn{
    background: rgb(28,125,195);
    background: linear-gradient(90deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
    font-family: 'poppinsbold';
}
.big-btn:hover{
    background: rgb(28,125,195);
    background: linear-gradient(270deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
}


.banner-btn{
    background: #ffe433;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ffe433;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #ffe433;
    color: #ffe433;
}

.common-btn {
    background: #ffc019;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 0;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    font-size: 0.9rem;
}
.common-btn:hover, .common-btn:focus {
    background: #000;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link.common-btn{
    padding: 7px 20px;
}
.navbar-light .navbar-nav .nav-link.common-btn:hover{
    background: #000;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.common-btn:focus{
    background: #000;
    color: #fff;
}

.white-btn {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 1px solid #fff;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.white-btn:hover, .white-btn:focus {
    background: transparent;
    color: #fff;
}

.navbar-brand img {
    width: 150px;
}


.accordion-button {
    font-family: 'poppinsmedium';
    font-size: 1.2rem;    
}


/*company*/
.theme-color{
    color: #ffc019;
    font-family: 'poppinsmedium';
}
.fw-med {
    font-family: 'poppinsmedium';
}


.light-blue-bg {
    padding: 40px 0;
    background: url('../images/dots-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cta{
    padding: 40px 0;
    background: #0d2e51;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.banner-menu{
    position: relative;
}
.top-links{
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}
.top-links a i{
    color: #ffc019;
}
.navbar-expand-lg .navbar-nav{
    margin-top: 35px;
}
.navbar {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 5px 0;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 20px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
}
.dropdown-item {
    padding: .7rem 1rem;
}
nav.navbar li.dropdown ul.dropdown-menu>li {
    border-bottom: 1px dashed #ccc;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
nav.navbar li.dropdown ul.dropdown-menu>li a:hover, nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    background-color: #0f56a4;
    color: #fff;
}
.about{
    padding: 40px 0;
}
.common-heading {
    font-family: 'poppinsbold';
    font-size: 1.8rem;
}
.common-heading span {
    color: #0f56a4;
}

.text-italic{
    font-style: italic;
}
.testimonial-no-bg{
    padding: 60px 0;
}
.testimonial-box {
    text-align: center;
    padding: 25px 15px;
    border: 1px solid #ffc019;
    border-radius: 15px;
    background: #fff;
    height: 100%;
}
.comma{
    width: 70px;
    display: inline-block;
}
/*media*/
.media{
    padding: 40px 0;
    background: url('../images/meadia-bg.png');
}

.common-btn-1{
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 0;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    font-size: 0.9rem;
}
.common-btn-1:hover, .common-btn:focus {
    background: #000;
    color: #fff;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons li{
    display: inline-block;
}
.social-icons li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 20%;
    transition: 0.3s;
    margin: 0 3px;
}

/*footer*/
footer{
    padding: 40px 0;
    background: #00162f;
    padding-bottom: 0;
}
footer .common-list li a{
    color: #fff;
    font-size: 0.8rem;
}
.footer-logo{
    width: 120px;
}
footer .common-list li:before{
    color: #ffc019;
}
footer i{
    color: #ffc019;
}
footer .sub-heading{
    margin-top: 15px;
}


.inner-banner {
    position: relative;
}
.inner-banner-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.rounded-box{
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #feca00;
    height: 100%;
}
.icon-box{
    margin-bottom: 10px;
}
.icon-box i{
    font-size: 2rem;
    color: #fff;
}
.info-icon i{
    font-size: 2rem;
    color: #0f56a4;
}
.form-control{
    font-size: 0.8rem;
    min-height: 40px;
}
.contact-form{
    padding: 60px 0;
}
.inner-banner-text h3{
    font-size: 1.4rem;
    color: #fff;
}
.inner-banner-text p{
    color: #fff;
}
.inner-banner-text p a{
    color: #fff;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar.navbar-light.sticky .original-logo{
    display: block;
}
.navbar.navbar-light.sticky{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    background: #fff;
    padding: 6px 0;
    box-shadow: 5px 0px 14px rgb(0 0 0 / 25%);
}
.navbar-light.sticky .navbar-toggler {
    color: #155799;
    border-color: #0d539e;
    background: #0d539e;
}

.feature{
    padding: 40px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ffc019;
}
.nav-pills .nav-link {
    color: #000;
    background: #d5d5d5;
    border-radius: 50px;
    padding: 7px 25px;
}
.nav-pills .nav-item{
    margin-right: 15px;
    margin-bottom: 10px;
}
.tab-pane{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ffc019;
}
.nav-pills .nav-link.active{
    position: relative;
}
.nav-pills .nav-link.active:before{
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1.5rem;
    border-radius: 50%;
    color: #ffc019;
    left: 0;
    right: 0;
    bottom: -15px;
}
.map{
    padding: 40px 0;
}


.testimonial{
    padding: 60px 0;
    background: url('../images/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
/*Owl Carousel CSS*/
.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #ffc019;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    left: -45px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #ffc019;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    right: -45px;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #686868;
    font-size: 14px;
    padding: 0;
    background: #ccc;
}
.owl-carousel .owl-stage{
  display: flex;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #000;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}
.owl-carousel .owl-item img.comma{
    width: 70px;
    display: inline-block;
}

.gallery{
    padding: 40px 0;
}


.why-choose-box{
    height: 100%;
    border-radius: 15px;
    border: 1px solid #ffc019;
    padding: 15px;
}
.why-choose-box img{
    width: 75px;
}

/*Ultima CSS*/
.navbar-brand .ultima-logo{
    width: 80px;
}
.dark-brown-bg{
    padding: 40px 0;
    background: #9f6226;
}
.commmon-section{
    padding: 50px 0;
}
.highlights{
    padding: 20px;
    background: #9f6226;
    height: 100%;
    border-radius: 20px;
}
.ground-floor{
    background: #4b5356;
    padding: 50px 0;
}
.upper-ground-floor{
    padding: 50px 0;
}






/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .navbar {
        position: relative;
        width: auto;
    }
    .cta {
        text-align: center;
    }
    .cta .col-md-3.text-end{
        margin-top: 20px;
        text-align: center !important;
    }
    .top-links{
        display: none;
    }
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    .navbar-light.sticky .navbar-toggler {
        color: #ffffff;
        border-color: #ffffff;
        background: #ffc019;
    }
    .about img{
        margin-bottom: 30px;
    }
    
    .whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25D366;
        color: white;
        border-radius: 50px;
        padding: 10px 16px;
        font-size: 16px;
        text-decoration: none;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        display: flex;
        align-items: center;
        gap: 8px;
      }
  
      .whatsapp-button img {
        width: 2px;
        height: 2px;
      }
  

}

   
  

