@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,100&family=Poppins:wght@300;400;500;600&display=swap');

body{
    background-color: #f0f0f0;
    font-family: 'Poppins', sans-serif;
}
a.navbar-brand img {
    width: 250px;
}
#user-info-sec{
    padding: 50px 0;
}
.content{
    padding: 50px 0;
}
.btn-primary{
    background: #001C32;
    border: none;
    border-radius: 0;
}
.btn-primary:hover{
    background: #FA6210;
}
/* Header */
.dropdown-submenu {
    position: relative;
}
.navbar {
   
    padding: 1.2rem;
    border-bottom: 5px solid #096DB9;
}
.navbar.bg-light{
background-color: #01315A !important;
}
.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-brand{
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #FA6210;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #FA6210;
}
.navbar-nav .dropdown-menu{
    background-color: #01315A !important;
    font-size: 12px;
    padding: 0;
}
ul.dropdown-menu li {
    border-bottom: 1px solid #fff;
}
.call-us {
    background: #096DB9;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin: auto;
    font-size: 20px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.call-us span {
    color: #ff8442;
}
/* Header */
section.home-slider {
    padding-top: 80px;
}
.bottom-grids ul{
    padding-left: 5px;
    padding-top: 5px;
}
/* Card */

.card {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    border: none;
    /* margin-bottom: 30px; */
  }
  .card:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
    z-index: 999;
  }
  .card-01 .card-body {
    position: relative;
    padding-top: 40px;
  }
  .card-01 .badge-box {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    text-align: center;
  }
  .card-01 .badge-box i {
    background: #006eff;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
  }
  .card-01 .height-fix {
    height: 455px;
    overflow: hidden;
  }
.banner h1 {
  margin: 0;
  text-shadow: 2px 2px 6px rgb(0 0 0 / 67%);
  text-align: center;
}

.banner {
  color: white;
  height: 500px;
  background-size: 100% 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .card-01 .height-fix .card-img-top {
    width: auto;
  }
/* Card */
.about-top td, .about-top ul li, .bottom-grid1 ul li, .bottom-grid3 ul li, .span_2_of_a ul li, .span_1_of_a ul li {
    padding-bottom: 5px;
    list-style-image: url(../images/marker1.png);
}
.span_1_of_a {
    width: 37.2%;
    padding: 1.5%;
    margin: 0 auto;
}
.clear_h20{
  margin-bottom: 20px;
}
.clear{
  margin-bottom: 10px;
}
.banner-img{
    display:flex;
    justify-content:center;
    align-items:center;
     height:75vh;
     filter: brightness(0.5);
   background-size:cover;
    background-position:center;
  }
section.bottom-grids {
    background: #fff;
    padding: 50px 0;
}
.orange-title{
    color: #FA6210;
}

/* footer */
footer {
    padding: 2rem 0 0 0;
    background-color: #01315A;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  
  .footer-column:not(:first-child) {
    padding-top: 2rem;
  } 
  @media (min-width: 768px) {
    .footer-column:not(:first-child) {
      padding-top: 0rem;
    }
  }
  
  /* .footer-column {
    text-align: center;
  } */
  footer{
    color: #fff;
  }
  .footer-column .nav-item .nav-link {
    padding: 0.1rem 0;
    color: #fff;
  }
  
  .footer-column .nav-item span.nav-link {
    color: #6c757d;
  }
  .footer-column .nav-item span.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }
  .footer-column .nav-item .fas {
    margin-right: 0.5rem;
  }
  .footer-column ul {
    display: inline-block;
   
  }
  footer .list-style
  {
    list-style-image: url(../images/marker1.png);
  }
 
  @media (min-width: 768px) {
    .footer-column ul {
      text-align: left;
    }
  }
  
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #1a1d20;
  }
  
  footer .quick-links {
    font-size: 90%;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .quick-links a {
    text-decoration: none;
    color: #ff8442;
}
  .copyright {
    color: white;
  }
  
  .fa-ellipsis-h {
    color: white;
    padding: 2rem 0;
  }

@media (min-width: 1025px)
{
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}
.navbar-expand-lg .navbar-nav {
    margin: auto;
}
.navbar-nav .dropdown-menu {
    width: 200px;
}
}
@media (max-width: 1025px)
{
.call-us-section{
    display: none !important;
}
footer h3{
    font-size: 22px;
}
footer p, footer a {
    font-size: 13px;
}
}