 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.sticky{
      position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.thin {
    /* Montserrat Thin = 100 */
    font-weight: 100;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

.extralight {
    /* Montserrat Extra Light = 200 */
    font-weight: 200;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.light {
    /* Montserrat Light = 300 */
    font-weight: 300;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.regular {
    /* Montserrat Regular = 400 */
    font-weight: 400;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.medium {
    /* Montserrat Medium = 500 */
    font-weight: 500;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.semibold {
    /* Montserrat Semi-bold = 600 */
    font-weight: 600;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.bold {
    /* Montserrat Bold = 700 */
    font-weight: 700;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.extrabold {
    /* Montserrat Extra Bold = 800 */
    font-weight: 800;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.black {
    /* Montserrat Black = 900 */
    font-weight: 900;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

body{
	font-family: 'Montserrat';
}
h2{
	font-size: 35px;
	 font-weight: 700;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
h3{
	font-size: 28px;
	 font-weight: 700;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
h4{
	font-size: 20px;
	 font-weight: 700;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
p{
	line-height: 1.8em;
}
.text-white{
	color: #fff;
}
.site-logo{
	max-width: 	250px;
}
.logo{
	    display: flex;
    align-items: center;
    padding: 15px 0 15px 0;
}
.logo-container{
	border-right: 3px solid #162b75;
    margin-right: 20px;
    padding-right: 20px;
}
.red{
	color: #d82231;
}
.blue{
	color: #162b75;
}
.logo h3{
	    text-transform: uppercase;
    font-weight: 700;
    color: #162b75;
}
.nav-bg{
	background: #162b75;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 70%);
}
.hero-section{
	position: relative;
    overflow: hidden;
}
.hero-section:before{
	content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
}
.hero-image{
	object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
   	width: 100%;
    height: 100%;
}
.inner-content{
	 padding-top: 150px;
	 padding-bottom: 	200px;
	color: #fff;
	    z-index: 1;
    position: relative;
}
.inner-content h1{
	    font-size: 80px;
}
.inner-content p{
	font-size: 20px;
}
.btn{
	padding: 20px 40px;
    font-size: 20px;
    border-radius: 0;
    border: none;
}
.bg-red{
		background: 	#d82231;
}
.bg-blue{
		background: 	#162b75;
}
.bg-grey{
  background:   #e1e1e1;
}
.border-left{
  border-left:  3px solid #162b75;
  padding-left:   15px;
}
.font-white{
    color:  #fff;
}
.relative{
	position: relative;
}
.bg-image{
	object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
   	width: 100%;
}
section{
        padding: 30px 0;
}
section ul li, section ol li{
  margin-bottom: 15px;
}
.section-2{
	background: 	url(images/bg-highway.jpg);
	    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 40px;
}
.section-2 .card h2{
	font-size: 60px;
    border-bottom: 3px solid #d82231;
    padding: 50px 20px;
    margin-bottom: 30px;
}
.section-2 .card{
	position: relative;
    top: -100px;
}
.section-2 .card-body{
	padding: 30px 50px 80px 50px;
}
.section-3{
	padding: 100px 0;
	border-bottom: 	2px solid #d82231;
}
.section-4{
	padding: 50px 0;
}
.img-rounded{
	    border-radius: 40px;
}
.circle-image{
	    text-align: center;
    background: #162b75;
    padding: 50px;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: auto;
    margin-bottom: 30px;
}
.section-5{
	padding: 50px 0;
}
.six-cards .card{
	margin-bottom: 30px;
    padding: 20px;
}
.six-cards {
	margin-top: 50px;
}
.section-7{
	padding: 100px 0;
}
.inside-row .col-md-6{
	margin-bottom: 	30px;
}

.handout {
    max-width: 350px;
    margin-right: 10px;
    height: auto;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #eee;
}
.inside-row h2{
	font-size: 	60px;
}
.red-bg{
  background-color: #dc2029;
}
.red-bg h3{
   color: #ffffff;

}
.yellow-bg {
  background-color: #fdbe12;

}
.yellow-bg p{
  color: #dc2029;
  font-weight: bold;

}
.yellow-bg img{
      height: auto;
    min-width: 160px;
}
.calendar img {
  height: auto;
    min-width: 100px;

}
.red{
 color:#dc2029;

 
}
.blue {
 color:#162b75;
}
.faq-red{
  color:#dc2029;
  font-weight: bold;
}
.faq-blue {
  color:#162b75;
  font-weight: bold;
}


footer{
	background: url(images/market-segment-goods.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
        position: relative;
}
footer:after{
	content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
    background: rgb(0 0 0 / 88%);
}
.footer-content{
	    z-index: 1;
    color: #fff;
    position: relative;
}
footer .left-content{
	padding-right: 	60px;
}
footer .footer-logo{
	max-width: 250px;
	margin-bottom: 	30px;
}
footer ul{
	list-style: none;
	font-size: 20px;
	padding-left: 	0;
}
.page-title{
    padding: 20px 0;
    margin-bottom: 20px;
    background: #e1e1e1;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown .submenu{
    left: 100%;
    top: 0;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    color: #ccc;
}
.navbar-light .navbar-toggler {
    color: #f8f9fa;
    border-color: rgba(0,0,0,.1);
    background: #fff;
}
html {
  scroll-behavior: smooth;
}
.container ul li {
	margin-bottom: 15px;
}
.back-top-section {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}
.back-top-section a:hover{
	opacity: 0.8;
}
.block{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}
header a {
	color: #162B75;
	text-decoration: none;
}
footer::after {
	background: rgba(0, 0, 0, 0.49);
}

.home .section-2 .card  h2.extrabold.red {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-left: 0;
}
.risking-section{
    border-bottom: 3px solid #d82231;
    padding-bottom: 25px;
    margin-bottom: 35px;
	text-align: center;
}
.risking-section p{
    margin-bottom: 0;
}
.row.grid-section .col-md-3 {
    text-align: center;
}
.risking-section h3 {
    padding: 50px 20px;
    text-align: center;
}
.grid-section button.btn.btn-primary.bg-red {
    min-width: 200px;
}



/*img{
	width: 100%;
}*/
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #162b75;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button{
    color: #ffffff;
    background-color: #162b75;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
[type=reset]{
  background: #d82231;
    color: #fff;
    border: none;
    padding: 5px 20px;
}
[type=submit]{
      background: #162b75;
    color: #fff;
    border: none;
    padding: 5px 20px;
}
.number{
  font-size: 40px !important;
    font-weight: 700;
        padding: 20px 30px;
}

@media only screen and (max-width: 1199px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px !important;
	}
	.navbar-light .navbar-nav a.dropdown-item {
		font-size: 12px !important;
	}

}


@media only screen and (max-width: 768px) {
  .section-2 .card h2{
    font-size: 30px;
    padding: 20px 0;
  }
  .logo-container{
    border: none !Important;
        padding: 10px;
  }
  .logo-container img{
    max-width: 200px;
  }
  header a {
    color: #162B75;
    text-decoration: none;
    font-size: 18px;
}
  .inner-content h1 {
    font-size: 40px;
  }
  .container {
    padding: 15px 15px;
  }
  .section-2 .card {
    position: relative;
    top: 20px;
  }
  iframe{
    width: 100%;
  }
  header .container{
    padding: 0 !Important;
  }
  .navbar .container-fluid{
    justify-content: end;
  }
}
.accordion-button::after {
  background-image: url(./images/img-beth-Recovered.png);
}
/*header .text-right a.nav-link {
    display: none;
}*/

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
.navbar-light .navbar-nav a.dropdown-item {
    font-size: 14px;
}

.home-v2 .section-2 .card {
    position: relative;
    bottom: -130px !important;
    z-index: 99 !important;
	top: 65px;
	border-radius: 20px;
}