@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&display=swap');
* {
	font-family: Jost, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight:400;
}

@media (min-width: 1200px) {
    .container {
        width:1170px;
    }
}

.global-color{
	color:#165E9B;
}

.global-bg-color{
	background-color:#165E9B;
}

#heading1 {
	font-size: 24px; 
	font-weight: 600;
}

/***********************************/
.navbar {
	background-color: #165E9B;
	line-height: 13px; 
}

.nav-link {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0px;	
	padding:20px 14px 20px 14px !important;
}

.nav-link:hover{
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
	transition-duration: 0.2s; 	
	text-decoration: none; 
	font-weight: none;
}

/***********CUSTOM************/
 h2 {
	position: relative;
  }
  
  h2 span {
	font-size: 24px; 
	font-weight: 500;	
	background-color: white;
	padding-right: 10px;
  }
  
  h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 2px solid black;
	z-index: -1;
  }

  .pbold{
	font-weight: 700;
  }

  .nav-shadow {
	box-shadow: 5px 0px 7px 0px #3F3535;
  }

  .atag {
	text-decoration:none;
  }

  .atag:hover {
	text-decoration:none;
  }
  
  .about-us
  {
	background-image: url('../images/1.jpg'); 
	background-repeat:no-repeat;
	background-size: 100%; 
	background-position: center top ;
  }
 