/* Theme Base Colors for Blue*/
:root {
    --theme-white : white;
    --theme-midnight-blue : #001F3D;
    --theme-navy-blue : #045174;
    --theme-desert-sun : #D89C60;
    --theme-burnt-orange : #E87A00;
    --theme-wine : #632B30;
    
}

/********Font Import****************/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-style: normal;
}

/*********Overriding Bootstrap*********/
.navbar-light {
    background-color: white !important;
    /* border: 1px solid red; */
    padding: 0px;
}

.navbar-nav > li{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.nav-link, .navbar-brand {
    color: var(--theme-midnight-blue);
    /* text-transform: uppercase; */
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size:16px;
    
}

.nav-link:hover{
    color:var(--theme-desert-sun) !important;
}

.nav-link::after {
    /* display: none !important; */
    position: absolute;
    right: 0px !important;
    bottom: 45%;
    font-size: 15px !important;
}

.navbar-top .nav-link:hover{
    color: white !important;
}


.form-control {
    border-radius: 50;
    font-weight: 300 !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: none;
  box-shadow: none;
  outline: 0 none;
  
}

.dropdown-item:hover{
    background:var(--theme-navy-blue);
    color:white
}

.btn{
    font-weight: 300 !important;
}

.dropdown-menu.show {
    border-radius: 0;
}
/************Ending Bootstrap Overriding**********************/


/*************top navbar*********************************/

.navbar-top{
    background: var(--theme-desert-sun) !important;
}

.navbar-top .nav-link{
    font-size: 13px;
    
}
/**********************************************************/

/*********HERO********/

.hero{
    background-image: url('../imgs/hero-bg-lg.jpg');
    background-size: cover;
    height: 70vh;
    /* width:91.5vw; */
    padding-left:5px;
    padding-right:5px;
    /* border:1px solid red; */
    /* margin-top:20px; */
    background-repeat: no-repeat;
    display: table;
    border-radius: 10px;
}

.hero-content-div{
    vertical-align: middle;
    display: table-cell;
}

.hero-headline-container{
    margin-top: -4%;
}

.hero-headline-container> .col-md-8{
    
    padding-left:0%;
    padding-right: 0%;
    
}

.hero-headline{
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 800;
    background-image: linear-gradient(62deg, rgb(142, 197, 252,0.2) 0%, rgb(224, 195, 252,0.2) 100%);
    display: inline-block;
    padding: 15px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 5px;
    color:black;
    width:100%;
}

.hero-content-form-div{
    background-color: rgba(0, 0, 0, 0.3);
    padding:15px;
    border-radius: 5px;
    
}

.hero-content-form-div button{
    padding:5px;
    
}

.hero-content-form-div > .container-fluid > .row > .col-md-3, .col-md-6{
    padding-left:2px !important;
    padding-right:2px !important;
    padding-top:4px !important;
    
}

.hero-content-form-div .nav-link{
    font-weight: 300 !important;
    border-radius:0px;
}

.hero-search{
    height:92%;
    margin-top:2px;
    border:1px solid black;
}

/* tab active bg color : var(--theme-midnight-blue) */

.nav-pills .nav-link.active, .nav-pills .show >.nav-link {
    background: var(--theme-navy-blue) !important;
}

.tab-content{
    color:black;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background: var(--theme-navy-blue) !important;
    color:white;
}

.btn-light{
    border:1px solid var(--theme-navy-blue);
    border-radius:40px;   
}

#myTabsContent2 .btn-light, #myTabsContent .btn-light{
    font-size:12px !important;
}


.btn-light::hover{
    border:1px solid var(--theme-navy-blue) !important;
}

.btn-check+.btn:hover {
    border:1px solid var(--theme-navy-blue) !important;
    background: var(--theme-navy-blue) !important;
    color:white;
}

.btn-theme{
    background: var(--theme-navy-blue) !important;
    color:white;
    border-radius:5px;
}

.btn-theme:hover{
    color:white;
    font-weight:bold;
}

.dropdown-toggle::after {
    /* display: none !important; */
    position: absolute;
    right: 20px;
    bottom: 45%;
    font-size:20px;
}

/* .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
} */

.bootstrap-select{
    width: 100% !important;
}

.bootstrap-select > .btn-light{
    border-radius:5px;
}


/***********************Featured Products Section*******************/
.featured-products-section{
    /* border:1px solid red; */
}
.featured-products-section .card{
    border-radius: 0px;
}

.featured-products-section .card img{
    height: 300px;
    object-fit: cover;
    border-radius: 0px;
}

.card-icon{
    width:18px !important;
    height:18px !important;
}

.card-btn{
    border-radius:0px;
    background: white !important;
    border:1px solid gray;
    width:100%;
    color:black;
}

.card-btn:hover{
    background: var(--theme-navy-blue) !important;
    color:white;
}

.call-btn{
    color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
    font-weight: bold;
}

.view-btn{
    color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
    font-weight: bold;
}


.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
 }

 .modal{
    --bs-modal-border-radius: 0px !important;
 }

 .btn{
    border-radius:0px !important;
    margin-top: 2px;
 }

 .tel-number{
    font-size: 14px;
 }
    /*******************************************************************/

/*********************POPULAR AREA SECTION*************************************/

.popular-section-pills .nav-link.active, .nav-pills .show >.nav-link{
    background:none !important;
    color: green;
    border-bottom: 2px solid var(--theme-midnight-blue);
    border-radius: 0px;
}

.area-view-btn{
    border:1px solid var(--bs-list-group-border-color);
}

.area-view-btn{
    border-radius:0px;
    background: white !important;
    border:1px solid gray;
    color:black;
}

.area-view-btn:hover{
    background: var(--theme-navy-blue) !important;
    color:white;
}

.theme-link{
    color:green;
    text-decoration: none;
}

.pop-text{
    font-size:13px;
}

.bg-primary-theme{
    background-color: var(--theme-navy-blue) !important;
}

.fw-bold a{
    color:#045174;
}

/******************************************************************************/

/*****************Meet Agents**************************************/

.agent-card {
    padding-top:2%;
    border-radius: 0px;
}

.agent-card .card-title {
    font-weight: 400;
    font-size: 1.5em;
}

.agent-img {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.img-circle{
    text-align: center;
}

.agent-card-body{
    text-align: center;
    justify-content: space-around;
} 

/********************************************************************/

/*********************CONTACT FORM************************************/

.contact-form-bg{
    
}

.contact-input{
    border-radius:0px;
}

.justify-text{
    text-align: justify;
}

/***********************************************************************/