* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000;
     /* overflow-x: hidden; */
}
/*---------- Header ----------------- */
header {
    border-bottom: 1px solid #333;
}
  
header nav .current {
    border-bottom: 2px solid #bd8b24;
}
  
header .navbar-dark .navbar-nav .nav-link {
    color: #333 !important;
}
  
header .nav-btn.btn-outline-light:hover {
    color: #bd8b24 !important;
}
  
header nav .nav-item {
    margin-right: 1rem;
}
  
header nav .btn.bg-primary {
    padding-top: 0;
    padding-bottom: 0;
    background: #bd8b24 !important;
}
  
header nav a:hover {
    opacity: 0.8;
}
  
header .btn:hover {
    opacity: 0.9 !important;
}

/*------- Footer--------- */
footer p{
    color: white !important;
    display: block;
    line-height: 2rem;
    font-weight: 300;
    opacity: 0.7;
}
footer a{
  color: white !important;
  display: block;
  line-height: 2rem;
  font-weight: 300;
  opacity: 0.7;
}
footer a:hover{
    opacity: 0.9 !important;
    color: white !important;
    text-decoration: none;
}
footer p.head{
    opacity: 0.9;
    font-weight: 500;
    font-size: 1rem;
}
.logo img{
    width: 30px;
    height: 30px;
    transition: ease-in-out 0.4s all;
    cursor: pointer;
}
.logo img:hover{
    width: 35px;
    height: 35px;
} 
/*------INDEX--------*/

h1{
  font-weight: 600;
  font-size: 35px;
  line-height: 130%;
}
.breadcrumb-bg{
    background: linear-gradient(rgba(17, 45, 78, 0.7), rgba(17, 45, 78, 0.7)), url(../assets/slide_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 60vh;
}
.section-title h3 {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 54px;
    margin-bottom: 24px;
}
h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 147%;
}
.content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}
.btn-style{
    background: #112D4E;
    color: white;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    border-radius: 5px;
    border: 1px solid #112D4E;
}

.services-bg__1 {
  background: linear-gradient(rgba(17, 45, 78, 0.5), rgba(17, 45, 78, 0.5)), url(../assets/jason-goodman-vbxyFxlgpjM-unsplash.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: white;
}
.form-container label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #3A3A3A;
}
input[type=checkbox]{
  transform:scale(1.5);
}
.sub-service{
	font-size: 13px;
	font-weight: 500;
}
.remove-btn{
	font-size: 12px;
	padding: 3px;
	margin-top: 12px;
}
/*-----------------Products------------*/
.tablinks, .tablinks1, .tablinks2, .tablinks3, tablinks4, tablinks5, tablinks6, tabblinks7, tablinks8, tablinks9 {
  border: 0;
  background: none;
  font-weight: 700;
  color: #8D99AE;
  outline: none !important;
}
    /* .tab button::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #D10024;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
 */
.tab button:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #112D4E;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.tab button.active {
  color: #112D4E;
}

.tab button:hover:after,
.tab button:focus:after,
.tablinks.active:after, .tablinks1.active:after, .tablinks2.active:after {
  width: 100%;
}
/*---------- Responsiveness----------------- */
@media (max-width: 768px) {
  header nav .btn {
    margin-top: 1rem;
  }
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media (min-width: 768px) and (max-width: 992px) {
    .whatweprovide {
        height: 200px!important;
    }
}