/* Stellar Colors */

.filters .input-group-addon,
.search .input-group-addon {
  background-color: #0f3880;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f3880;
  border-color: #0f3880;
}

.panel-primary {
  border-color: #0f3880;
}

.btn-primary {
  background-color: #0f3880;
  border-color: #0f3880;
}

.text-primary,
a.list-group-item-info,
button.list-group-item-info,
.btn-link,
.panel-info > .panel-heading {
  color: #0f3880;
}
.main-home {
  background-color: white;
}
#content {
  background-color: #f5f8fa;
}

.badge {
  display: none;
}

/* end Stellar Colors */

/* Skin Styles */

/* header styles */
header ul{
  list-style:none;
}
header {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index:3;
}

header a:hover,
header a:focus{
  text-decoration:none;
}

header * {
  margin: 0;
}

header .header-container {
  display: block;
  background:white;
}

header .mobile-container,
header .submenu-container,
header .smaller-desktop-icons-list,
header .expansion-button-column{
  display:none;
}

header .inner-main-row{
  max-width:1500px;
  margin:0 auto;
  display:flex;
  padding:21px 0 22px;
}

header .nav-list{
  display:flex;
}

header .logo-column{
  margin-right:58.5781px;
}

header .nav-column{
  display:flex;
  align-items: center;
}

header .nav-list .house-li a{
  display:flex;
  justify-content: center;
  align-items: center;
  height:50px;
  width:42.72px;
  font-size:18px;
}

header .nav-list .house-li a i{
  transform:translateY(-2px);
}

header .nav-list>li>a{
  line-height:50px;
  display:block;
  position:relative;
  color:rgb(1,27,65);
  padding:0 13px;
}

header .nav-list>li a::after{
  background:#011B40;
  width:0;
  content:'';
  position:absolute;
  display:block;
  height:3px;
  bottom:5px;
  left:50%;
  transform:translateX(-50%);
  transition:0.3s linear;
}

header .nav-list>li:hover>a::after{
  width:100%;
}

header .nav-list>li:not(.house-li)>a>i{
  position:absolute;
  right:5px;
  top:50%;
  transform:translateY(-50%);
  font-size:6px;
  color:#949494;
}

header .contact-and-phone-wrapper-desktop,
header .contact-list{
  display:flex;
}

header .contact-list{
  column-gap:18px;
}

header .contact-list li{
  position:relative;
}

header .phone-wrapper a{
  position:relative;
}

header .contact-list li a::after,
header .phone-wrapper a::after{
  background:#F29F31;
  width:0;
  content:'';
  position:absolute;
  display:block;
  height:2px;
  bottom:-4px;
  transition:0.3s linear;
}

header .phone-wrapper a::after{
  bottom:0;
}

header .contact-list li a:hover::after,
header .phone-wrapper a:hover::after{
  width:100%;
}

header .contact-and-phone-wrapper-desktop{
  align-items: center;
  margin-left:25px;
  margin-right:20px;
}

header .contact-list li>a{
  display:grid;
  grid-template-columns:18.29px auto;
  line-height:22px;
}

header .contact-list>li>a{
  color:rgb(1,27,65);
}

header .contact-list .space{
  width:1px;
  display:inline-block;
}

header .contact-list i{
  color:rgb(251,165,52);
  font-size:18px;
}

header .phone-wrapper a{
  color:rgb(1,27,65);
  font-size:24px;
  font-weight:700;
  padding-left:19px;
  margin-left:20px;
  display:inline-block;
  line-height:25.5px;
  border-left:1px solid #CCD1D9;
}

header .icons-list:last-child,
header .icons-list-column{
  display:flex;
}

header .icons-list-column{
  align-items: center;
}

header .icons-list{
  column-gap:13px;
}

header .icons-list-column a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:50px;
  height:50px;
  border-radius:10px;
  background:rgb(1,27,65);
  color:white;
  transition:0.15s linear;
}

header .icons-list-column a:hover{
  background:#FBA533;
  color:#011B40;
}

header .icons-list-column .facebook-a{
  font-size:17px;
}

header .icons-list-column .instagram-a{
  font-size:16px;
}

header .nav-list .submenu-container{
  position:absolute;
}

header .nav-list .submenu{
  border-radius:7px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  width:250px;
  overflow:hidden;
}

header .nav-list .submenu a{
  color:white;
  line-height:36px;
  padding:0 20px;
  font-family: "Roboto Condensed", sans-serif;
  display:block;
  background:rgb(247,142,5);
}

header .nav-list .submenu a:hover{
  background:#011B40;
}

header .nav-list li:hover .submenu-container{
  display:block;
}
@media only screen and (max-width:1529px){
  header .contact-and-phone-wrapper-desktop{
    display:none;
  }
  header .inner-main-row{
    max-width:1170px;
    padding-left:30px;
    padding-right:30px;
  }
  header .logo-column{
    margin-right:5px;
  }
  header .smaller-desktop-icons-list{
    display:flex;
  }
  header .icons-list-column{
    column-gap:26px;
    margin-left:auto;
  }
  header .smaller-desktop-icons-list{
    column-gap:12px;
  }
  header .smaller-desktop-icons-list .map-marker-a{
    font-size:16px;
  }
  header .smaller-desktop-icons-list .phone-a{
    font-size:15px;
  }
}
/* mobile header styles */
@media only screen and (max-width:1199px){
  header .inner-main-row{
    max-width:970px;
    padding-left:0;
    padding-right:0;
  }
  header .nav-column,
  header .expansion-button .fa-close,
  header.skin-nav-menu-opened .fa-bars{
    display:none;
  }
  header.skin-nav-menu-opened .fa-close{
    display:block;
  }
  header .icons-list-column{
    column-gap:10px;
  }
  header .expansion-button{
    background:none;
    margin-left:270px;
    display:flex;
    align-items: center;
    column-gap:13px;
  }
  header .expansion-button i{
    font-size:24px;
    color:#011B40;
  }
  header .expansion-button:focus i,
  header .expansion-button:hover i,
  header.skin-nav-menu-opened .expansion-button i{
    color:#FBA533;
  }
  header .expansion-button-column{
    display:flex;
    align-items: center;
  }
  header .expansion-button span{
    color:rgb(1,27,65);
  }
  header .mobile-submenu-container{
    display:none;
  }
  header .mobile-container{
    display:block;
    max-width:970px;
    width:100%;
    margin:0 auto;
    max-height:0;
    overflow:hidden;
    transition:0.5s linear;
  }

  header.skin-nav-menu-opened .mobile-container{
    max-height:800px;
  }

  header .mobile-nav-list{
    background:#011B40;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  header .mobile-nav-list>li>a{
    color:white;
    line-height:40px;
    padding:0 15px;
    display:flex;
    align-items: center;
  }
  header .mobile-nav-list>li>a.mobile-submenu-header{
    line-height:40.664px;
  }
  header .mobile-nav-list>li.house-li>a{
    column-gap:4px;
  }
  header .mobile-nav-list>li:not(.mobile-house-li)>a{
    column-gap:5px;
  }
  header .mobile-nav-list>li:not(.mobile-house-li)>a>i{
    font-size:6px;
  }

  header .mobile-nav-list>li.submenu-opened>a{
    background:#FBA533;
  }

  header .mobile-nav-list li.submenu-opened .mobile-submenu-container{
    display:block;
  }

  header .mobile-nav-list .mobile-submenu a{
    background:rgb(247,142,5);
    font-family: "Roboto Condensed", sans-serif;
    color:white;
    line-height:40px;
    padding-left:25px;
    display:block;
  }
}

@media only screen and (max-width:991px){
  header .inner-main-row{
    max-width:750px;
  }
  header .expansion-button{
    margin-left:50px;
  }
  header .mobile-container{
    max-width:750px;
  }
}

@media only screen and (max-width:767px){
  header .logo-column img{
    max-width:166px;
    margin-left:15px;
    margin-top:6.5px;
  }
  header .inner-main-row{
    max-width:100%;
  }
  header .expansion-button span,
  header .icons-list:last-child{
    display:none;
  }
  header .icons-list{
    flex-direction:column;
    row-gap:1px;
    margin-right:12px;
  }
  header .icons-list-column a{
    border-radius:0;
    height:49px;
  }
  
  header .expansion-button{
    margin-left:auto;
    margin-right:39px;
    margin-top:-20px;
  }

  header .expansion-button-column{
    width:100%;
  }
  header .inner-main-row{
    padding-bottom:0;
  }
  header .mobile-container{
    max-width:100%;
  }
}

/* footer styles */

footer {
  font-family: "Poppins", sans-serif;
}

footer a:hover,
footer a:focus{
  text-decoration:none;
}

footer ul{
  list-style:none;
}

footer .footer-container {
  display: block;
  background:white;
  border-bottom:10px solid rgb(251,165,52);
}

footer * {
  margin: 0;
}

footer .main-row{
  padding:91px 10px 0;
}

footer .inner-main-row{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, 25%);
}

footer .inner-main-row>div{
  padding:0 15px;
}

footer h2{
  margin:0;
  padding:0;
  border:none;
  font-size:24px;
  font-weight:bold;
  line-height:36px;
  color:rgb(1,27,65);
  margin-bottom:16px;
}

footer .contact-list li{
  line-height:20px;
  color:rgb(1,27,65);
}

footer .contact-list{
  display:flex;
  flex-direction: column;
  row-gap:10px;
  margin-bottom:19px;
}

footer .social-list{
  column-gap:10px;
  display:flex;
}

footer .social-list a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:50px;
  height:50px;
  border-radius:10px;
  background:rgb(1,27,65);
  color:white;
  transition:0.15s linear;
}

footer .social-list a:hover{
  background:#FBA533;
  color:#011B40;
}

footer .social-list .facebook-a{
  font-size:17px;
}

footer .icons-list-column .instagram-a{
  font-size:16px;
}

footer .phone-wrapper a{
  color:rgb(1,27,65);
  font-size:24px;
  font-weight:700;
  padding-left:19px;
  margin-left:20px;
  display:inline-block;
  line-height:25.5px;
  border-left:1px solid #CCD1D9;
}

footer .quick-links-list{
  display:flex;
  flex-direction: column;
  row-gap:2.4px;
}

footer .quick-links-list a{
  display:inline-block;
  color:rgb(1,27,65);
  line-height:20px;
  position:relative;
}

footer .alt-links-list a,
footer .stellar-inner-row a{
  position:relative;
}

footer .quick-links-list a::after,
footer .alt-links-list a::after,
footer .stellar-inner-row a::after{
  background:#F29F31;
  width:0;
  content:'';
  position:absolute;
  display:block;
  height:2px;
  transition:0.3s linear;
}

footer .quick-links-list a:hover::after,
footer .alt-links-list a:hover::after,
footer .stellar-inner-row a:hover::after{
  width:100%;
}

footer h3{
  margin:0;
  padding:0;
  border:none;
  font-size:14px;
  font-weight: bold;
  line-height:24px;
  margin-bottom:2px;
  color:rgb(1,27,65);
}

footer .hours-list li{
  display:grid;
  grid-template-columns:102px auto;
  color:rgb(1,27,65);
  line-height:20px;
}

footer h3:nth-child(5){
  margin-top:26px;
}

footer .logo-list{
  display:flex;
  column-gap:14px;
}

footer .logo-list a{
  opacity:0.5;
  transition:0.15s linear;
}

footer .logo-list a:hover{
  opacity:1;
}

footer .copyright-logo-column p{
  font-size:12px;
  line-height:20px;
  color:rgb(163,167,176);
  margin-top:43px;
}

footer .alt-links-list{
  display:flex;
  margin-top:5px;
  column-gap:9.1px;
}

footer .alt-links-list a{
  display:inline-block;
  font-size:12px;
  line-height:20px;
  color:rgb(1,27,65);
  font-weight:bold;
}

footer .stellar-inner-row{
  text-align: center;
  margin-top:40px;
  padding:0 15px;
  padding-bottom:43px;
}

footer .stellar-inner-row p{
  display:inline-block;
  margin:0 auto;
}

footer .stellar-inner-row a{
  font-size:24px;
  color:rgb(1,27,65); 
}

@media only screen and (max-width:1529px){
  footer .inner-main-row{
    max-width:1170px;
    grid-template-columns:repeat(3, 274.71px) 345.87px;
  }
  footer .copyright-logo-column p{
    margin-top:35px;
  }
}

@media only screen and (max-width:1199px){
  footer .inner-main-row{
    max-width:970px;
    grid-template-columns:485px 485px;
    row-gap:32px;
  }
  footer .main-row{
    padding-top:41px;
  }
}

@media only screen and (max-width:991px){
  footer .inner-main-row{
    max-width:750px;
    grid-template-columns:375px 375px;
  }
}

@media only screen and (max-width:767px){
  footer .inner-main-row{
    max-width:320px;
    margin:0 auto;
    grid-template-columns:100%;
  }
  footer .inner-main-row>div{
    padding:0;
  }
  footer .main-row{
    padding:19px 15px 0;
  }
  footer .logo-list{
    justify-content: center;
  }
  footer .hours-list li{
    grid-template-columns:120px auto;
  }
  footer .copyright-logo-column p{
    font-size:11px;
    text-align: center;
  }
  footer .alt-links-list{
    flex-wrap:wrap;
    justify-content: center;
    margin:0 auto;
    max-width:200px;
    margin-top:17px;
  }
  footer .stellar-inner-row a{
    font-size:18px;
  }
  footer .copyright-logo-column{
    margin-top:20px;
  }
}