@charset "utf-8";
/* CSS Document */

@import url('slick.css');
@import url('slick-theme.css');
/*@import url('bootstrap.css');*/
/*@import url('http://needsecured.com/Developer/truckdrivers/wp-content/themes/wp-bootstrap-starter/inc/assets/css/bootstrap.min.css?ver=5.4.1');*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,600;0,800;1,400&display=swap');

body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif !important;
  color: #666666 !important;
  font-weight: 300;
  font-size: 16px;
}

div:focus, a:focus{
  outline: 0 none;
}

@media (min-width: 991px) {
/** {
  transition: 0.3s ease-in-out;
}*/
a:hover {
  transition: 0.3s ease-in-out;
}
}
a:hover {
  text-decoration: none !important;
}
a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0px auto -webkit-focus-ring-color;
}

@-webkit-keyframes myfadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes myfadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes myfadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes myfadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes myslideup {
  0% {
    opacity: 1;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes myslideup {
  0% {
    opacity: 1;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
img {
  max-width: 100%;
}
.n_container {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}
/********************************************* header css **********************************************************/
.top_bar {
    width: 100%;
    float: left;
    background: #001e70;
    text-align: right;
    padding: 0 20px;
}
.top_bar span a {
    background: #fdaf18;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
}
.top_bar ul {
    margin: 0;
    padding: 0 0 0 25px;
    display: inline-block;
}
.top_bar ul li {
    display: inline-block;
    padding: 0 13px;
}
.top_bar ul li a {
    color: #fff;
}
.top_bar ul li a:hover {
    color: #fdaf18;
}
.header_section {
  width: 100%;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
}
.header_section .head_left {
  width: 25%;
  float: left;
  padding: 5px 0 5px 30px;
}
.header_section .head_left img {
    max-width: 220px;
}
.header_section .head_center {
  width: 75%;
  float: left;
  padding: 6px 10px;
}
.header_section .head_center nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.header_section .head_center nav ul li {
    display: inline-block;
    padding: 19px 25px;
}
.header_section .head_center nav ul li a {
    color: #666;
    padding: 0;
}
.header_section .head_center nav ul li a:hover {
  color: #fdaf17;
}
.banner_section {
    background: url(../images/banner-image.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
    padding: 80px 15px;
}
/*.banner_section:before {
    content: "";
    position: absolute;
    width: 60%;
    background: url(../images/banner_shape.png);
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}*/
.banner_section .banner_cont {
    position: relative;
    max-width: 1400px;
    padding: 0 15px;
    color: #fff;
    margin: 0px auto;
}
.banner_section .banner_cont .banner_left h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}
.banner_section .banner_cont .banner_left h3 {
    letter-spacing: 2px;
    font-size: 32px;
    color: #fff;
}
.banner_section .banner_cont .banner_left {
    width: 50%;
    float: left;
    padding: 120px 0 0;
}
.enroll_pay_sec {
    width: 40%;
    float: right;
}
.enroll_pay_sec .enroll_pay_cont {
    max-width: 700px;
    padding: 20px 30px;
    box-shadow: 0px 0px 6px #9e9e9e;
    background: #fff;
    color: #666;
}
.enroll_pay_sec .enroll_pay_cont h2 {
    text-align: center;
}
.enroll_pay_sec .enroll_pay_cont h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.enroll_pay_sec .enroll_pay_cont h4 {
    font-size: 16px;
    margin: 30px 0 10px;
}
.enroll_pay_sec .enroll_pay_cont p {
    font-size: 13px;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .left_form {
    width: 50%;
    float: left;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .right_img {
    width: 50%;
    float: left;
    text-align: right;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .left_form h3 {
    font-weight: 400;
    text-align: left;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .left_form a {
    color: #fdaf18;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .left_form a:hover {
    color: #333;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .left_form input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px 15px;
    margin: 0px 0 10px;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    z-index: 10;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .left_form input[type="submit"] {
    background: #fdaf17;
    color: #fff;
    padding: 12px 60px;
    border: 0px;
    margin: 15px 0 0;
    position: relative;
    z-index: 10;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .left_form input[type="submit"]:hover {
  background: #001e70;
}
.three_col_sec {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/background-image.jpg);
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
    margin-bottom: 3%;
}
/*.three_col_sec .top_cont {
    display: inline-block;
    width: 100%;
    background: url(../images/iStock-531318714.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
    padding: 80px 15px 250px;
}
.three_col_sec .top_cont:before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(253, 175, 23, 0.85);
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}*/

.three_col_sec .bottom_cont {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0px 15px 0;
}
.three_col_sec .bottom_cont .col_list_cont {
    max-width: 1170px;
    margin: 0px auto;
}
.three_col_sec .bottom_cont .col_list_cont ul {
    margin: 0;
    padding: 0;
}
.three_col_sec .bottom_cont .col_list_cont ul li {
    float: left;
    width: 30%;
    padding: 0 30px;
    margin: 0 2.5%;
    list-style: none;
    transition: 0.5s ease-in-out;
    color: #fff;
}
.three_col_sec .bottom_cont .col_list_cont ul li:first-child {
    margin-left: 0px;
}
.three_col_sec .bottom_cont .col_list_cont ul li:last-child {
    margin-right: 0px;
}
.three_col_sec .bottom_cont .col_list_cont ul li h3 {
    margin: 30px 0 20px;
}
.three_col_sec .bottom_cont .col_list_cont ul li p {
    line-height: 30px;
}
.three_col_sec .bottom_cont .col_list_cont ul li p strong {
    font-weight: 600;
}
.satisfy_sec {
    width: 100%;
    float: left;
    padding: 100px 0;
    text-align: center;
}
/*.satisfy_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(187, 187, 187, 0.85);
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}*/
.satisfy_sec .satisfy_cont {
  position: relative;
}
.satisfy_sec .satisfy_cont h3 {
    color: #182957;
    margin: 30px 0;
}
.satisfy_sec .satisfy_cont a {
    background: #fbaf17;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
}
.satisfy_sec .satisfy_cont a:hover {
  background: #182957;
}
.slide_section {
    width: 100%;
    float: left;
    padding: 80px 0 150px;
    text-align: center;
}
.slide_section h2 {
    color: #333;
    font-size: 36px;
    margin-bottom: 40px;
}
.slide_section .regular {
    max-width: 1170px;
    margin: 0px auto;
}
.slide_section .col_cont {
    background: #f3f3f3;
    padding: 0px 20px 30px;
    position: relative;
}
/*.slide_section .col_cont:before {
    content: "";
    background-image: url(../images/quote_icon.png);
    width: 50px;
    height: 36px;
    left: 0;
    right: 0;
    position: absolute;
    top: 15px;
    margin: 0px auto;
    opacity: 0;
}
.slide_section .slick-center .col_cont {
    background: #faaf16;
    color: #fff;
    border-radius: 4px;
}
.slide_section .slick-center .col_cont:before {
    opacity: 1;
}*/
.slide_section .col_cont p {
    font-size: 14px;
    color: #001e6f;
    line-height: 26px;
}
.slide_section .col_cont img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.slide_section .col_cont .quote_icon span {
    width: 50px;
    height: 50px;
    background: #fdaf18;
    display: inline-block;
    border-radius: 50%;
    line-height: 50px;
    margin-bottom: 30px;
}
.slide_section .col_cont .quote_icon span img {
    border-radius: 0;
    max-width: 23px;
    height: auto;
}
.slide_section ul.slick-dots {
    padding: 0;
    bottom: -40px;
}
.slide_section .regular .slick-slide {
    padding: 50px 10px 40px;
}
.slide_section .slick-dots li.slick-active button:before, .slide_section .slick-dots li button:hover:before {
    color: #fdaf17 !important;
}
.slide_section .col_cont .img_text_cont {
    top: -35px;
    position: relative;
    margin-bottom: -10px;
}
.slide_section .col_cont .img_text_cont h4 {
    font-size: 20px;
    margin: 25px 0 0;
    color: #001e6f;
}
.slide_section .regular .slick-list {
    padding: 0 !important;
}
/*@media (min-width: 1024px) {
.slide_section .regular .slick-list {
    padding-top: 75px !important;
}
.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.2);
    z-index: 99999999999;
    position: relative;
    top: -35px;
}
}*/
.footer_section {
    background: #060e21;
    width: 100%;
    float: left;
    padding: 0px 0 30px;
    margin: 0px 0 0;
    text-align: center;
}
.footer_section ul {
    margin: 0;
    padding: 0;
}
.footer_section ul li {
    display: inline-block;
}
.footer_section ul li a {
    color: #fff;
}
.footer_section .footer_logo {
    display: inline-block;
    max-width: 300px;
    padding: 40px 20px 20px;
}
.footer_section .footer_middle ul {
    position: relative;
    margin-bottom: 40px;
}
.footer_section .footer_middle ul:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: #ccc;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
}
.footer_section .footer_middle li a {
    padding: 40px 30px;
    display: inline-block;
}
.footer_section .footer_middle li a i {
    transform: rotate(-35deg);
    color: #fdaf17;
}
.footer_section .footer_middle li a:hover {
  color: #fdaf17;
}
.footer_section .footer_bottom li a {
    color: #fdaf17;
    font-size: 24px;
    margin: 0 15px;
}
.footer_section .footer_bottom li a:hover {
    color: #fff;
}
.quoteEnroll {
	border-right: 5px solid #fdaf17;
	background: #fdaf17;
}
@media (max-width: 1024px) {
.enroll_pay_sec {
    width: 50%;
}
}
@media (max-width: 991px) {
.top_bar {
    padding: 0 2px;
}
.header_section .head_left {
    width: 50%;
    padding: 5px 0 5px 15px;
}
.header_section .head_center {
  width: 0px;
}
.header_section .head_right {
    width: 50%;
    text-align: left;
    background: transparent;
}
.header_section .head_right a {
    color: #fdaf17;
}
.banner_section .banner_cont .banner_left h2 {
    font-size: 46px;
}
.banner_section .banner_cont .banner_left h3 {
    font-size: 24px;
}
.three_col_sec .bottom_cont .col_list_cont ul li h3 {
    margin: 30px 0;
    font-size: 24px;
}
.three_col_sec .bottom_cont .col_list_cont ul li p {
    line-height: 24px;
    font-size: 14px;
}
.three_col_sec .bottom_cont .col_list_cont ul li {
    width: 32%;
    padding: 0px 15px 20px;
    margin: 0 1%;
}
.footer_section .footer_middle li a {
    padding: 20px 15px;
}
}
@media (max-width: 767px) {
.banner_section .banner_cont .banner_left {
    width: 100%;
    padding: 0 0 0;
}
.enroll_pay_sec {
  width: 100%;
  margin-top: 30px;
}
.three_col_sec .bottom_cont .col_list_cont ul li {
    width: 100%;
    margin: 10px 0;
    min-height: auto;
}
.footer_section .footer_middle ul li {
    width: 100%;
    border-bottom: 1px solid #333d54;
}
.footer_section .footer_middle ul li:last-child {
    border-bottom: 0px solid #e0e0e0;
}
.footer_section .footer_middle ul:after {
  display: none;
}
.footer_section .footer_middle li a {
    padding: 15px 15px;
}
.banner_section:before {
    width: 100%;
    background: rgba(253, 172, 23, 0.7);
}
}
@media (max-width: 480px) {
.top_bar span a {
    padding: 8px 20px;
}
.top_bar ul {
    padding: 0 0 0 5px;
}
.header_section .head_right {
    display: none;
}
.banner_section .banner_cont {
  padding: 0;
}
.banner_section .banner_cont .banner_left h2 {
    font-size: 30px;
}
.banner_section .banner_cont .banner_left h3 {
    font-size: 16px;
    letter-spacing: 1px;
}
.enroll_pay_sec .enroll_pay_cont h2 {
    font-size: 24px;
}
.enroll_pay_sec .enroll_pay_cont h3 {
    font-size: 14px;
    line-height: 20px;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .left_form, .enroll_pay_sec .enroll_pay_cont .form_img_cont .right_img {
    width: 100%;
}
.enroll_pay_sec .enroll_pay_cont .form_img_cont .right_img {
  text-align: center;
  margin-top: 20px;
}
.satisfy_sec {
  padding: 40px 0;
}
.satisfy_sec .satisfy_cont h3 {
    font-size: 24px;
    padding: 0 15px;
}
.slide_section h2 {
    font-size: 24px;
}
.three_col_sec {
    margin-bottom: 40px;
}
.slide_section {
    padding: 40px 15px 100px;
}
}