@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'NiveauGroteskLight';
    src: url('fonts/NiveauGroteskLight.eot');
    src: url('fonts/NiveauGroteskLight.eot') format('embedded-opentype'),
         url('fonts/NiveauGroteskLight.woff2') format('woff2'),
         url('fonts/NiveauGroteskLight.woff') format('woff'),
         url('fonts/NiveauGroteskLight.ttf') format('truetype'),
         url('fonts/NiveauGroteskLight.svg#NiveauGroteskLight') format('svg');
}
@font-face {
    font-family: 'NiveauGroteskRegular';
    src: url('fonts/NiveauGroteskRegular.eot');
    src: url('fonts/NiveauGroteskRegular.eot') format('embedded-opentype'),
         url('fonts/NiveauGroteskRegular.woff2') format('woff2'),
         url('fonts/NiveauGroteskRegular.woff') format('woff'),
         url('fonts/NiveauGroteskRegular.ttf') format('truetype'),
         url('fonts/NiveauGroteskRegular.svg#NiveauGroteskRegular') format('svg');
}
@font-face {
    font-family: 'NiveauGroteskMedium';
    src: url('fonts/NiveauGroteskMedium.eot');
    src: url('fonts/NiveauGroteskMedium.eot') format('embedded-opentype'),
         url('fonts/NiveauGroteskMedium.woff2') format('woff2'),
         url('fonts/NiveauGroteskMedium.woff') format('woff'),
         url('fonts/NiveauGroteskMedium.ttf') format('truetype'),
         url('fonts/NiveauGroteskMedium.svg#NiveauGroteskMedium') format('svg');
}
@font-face {
    font-family: 'NiveauGroteskBold';
    src: url('fonts/NiveauGroteskBold.eot');
    src: url('fonts/NiveauGroteskBold.eot') format('embedded-opentype'),
         url('fonts/NiveauGroteskBold.woff2') format('woff2'),
         url('fonts/NiveauGroteskBold.woff') format('woff'),
         url('fonts/NiveauGroteskBold.ttf') format('truetype'),
         url('fonts/NiveauGroteskBold.svg#NiveauGroteskBold') format('svg');
}

html {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'NiveauGroteskLight';
  font-size: 18px;
  color: #505251;
  line-height: 30px;
  overflow-x: hidden;
  background: #f9f6f3;
}
h1, h2, h3, h4 {
  font-family: "miller-banner", serif;
  color: #112a4f;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 30px;
}
.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, button, input, textarea {
  outline: none;
}
a {
  text-decoration: none !important;
}


/*** Header Style ***/

.header-nav-icon {
  display: none;
}
.sidenav .closebtn {
  display: none;
}
.site-header.home_header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: transparent;
}
.site-header {
  padding: 35px 0 65px;
}
.menu_inner_sec {
  text-align: right;
}
.menu_inner_sec ul {
  padding: 0;
  margin: 0;
}
.menu_inner_sec ul li {
  display: inline-block;
  padding-right: 35px;
}
.menu_inner_sec ul li.active a {
  color: #f2ae5f;
}
.menu_inner_sec ul li.active a::before {
  border-color: #f2ae5f;
}
.menu_inner_sec ul li a {
  color: #112a4f;
  font-family: 'NiveauGroteskRegular';
  font-size: 18px;
  position: relative;
}
.home_header .menu_inner_sec ul li a {
  color: #fff;
}
.home_header .menu_inner_sec ul li.active a {
  color: #f2ae5f;
}
.menu_inner_sec ul li:last-child {
  padding-right: 0;
}
.menu_inner_sec ul li a::before {
  content: "";
  border-top: 1px solid transparent;
  display: block;
  max-width: 21px;
  padding-bottom: 4px;
}
.menu_inner_sec ul li a:hover {
  color: #f2ae5f;
}
.menu_inner_sec ul li a:hover::before {
  border-color: #f2ae5f;
}
.site-header .container {
  max-width: 1500px;
}
.right_side_socials {
  position: fixed;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}
.right_side_socials ul {
  padding: 0;
  margin: 0;
}
.right_side_socials ul li {
  display: block;
  padding-bottom: 19px;
}
.right_side_socials ul li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.right_side_socials ul li i {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
.blue_color_social .white-social-title {
  display: none;
}
.white_color_social .blue-social-title {
  display: none;
}
.white_color_social.blue_color_social .blue-social-title {
  display: block;
}
.right_side_socials.blue_color_social ul li a {
  color: #112a4f;
}

/*** End Header Style ***/

/*** Content Section Style ***/

.home_banner_title h1 {
  color: #f2ae5f;
  font-size: 85px;
  line-height: 82px;
  margin: 0 0 35px;
  font-weight: 400;
}
.home_banner_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 340px 0 210px;
}
.home_banner_title h1::after {
  content: "";
  border-bottom: 1px solid #f2ae5f;
  display: block;
  max-width: 150px;
  margin-top: 40px;
}
.home_banner_txt {
  color: #fff;
  font-family: 'NiveauGroteskLight';
  font-size: 29px;
  line-height: 38px;
  max-width: 700px;
  width: 100%;
  padding-top: 5px;
}
.home_banner_btn {
  text-align: center;
  padding-top: 80px;
}
.home_banner_btn a {
  display: inline-block;
  border: 1px solid #f2ae5f;
  color: #fff;
  font-size: 22px;
  font-family: 'NiveauGroteskLight';
  padding: 15px 45px;
}
.home_banner_btn a:hover {
  background: #f2ae5f;
}
.video-block-pos > img {
  height: 410px;
  object-fit: cover;
  width: 100%;
}
.video-block-pos {
  position: relative;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.play-icon img {
  max-height: 95px;
  width: auto;
}
.play-icon img {
  display: inline-block;
  cursor: pointer;
}
.hm_video_rgt_sec iframe {
  width: 100%;
  height: 410px;
}
.left_border_title h2 {
  font-size: 70px;
  margin: 0;
  line-height: 55px;
  border-left: 1px solid #eaa95d;
  padding-left: 20px;
}
.hm_about_img::after {
  content: "";
  border: 1px solid #eaa95d;
  position: absolute;
  left: 25px;
  right: 0;
  top: 25px;
  bottom: 0;
}
.hm_about_img {
  display: inline-block;
  position: relative;
}
.hm_about_img img {
  max-height: 520px;
  width: auto;
  padding-right: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 9;
}
.home_about_section {
  z-index: 1;
  position: relative;
  padding: 145px 0 80px;
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: right 160px;
  background-color: #fff;
}
.hm_about_header {
  padding-bottom: 60px;
}
.border_tp_title h3::before {
  content: "";
  border-top: 2px solid #eaa95d;
  display: block;
  max-width: 110px;
  margin-bottom: 38px;
}
.bold_font_title h3 {
  font-size: 62px;
  font-weight: 700;
  margin: 0 0 50px;
  line-height: 77px;
}
.bold_font_title h3 span {
  color: #eaa95d;
  font-style: italic;
}
.hm_about_rgt_sec.col-sm-7 {
  padding-left: 110px;
  padding-right: 75px;
}
.hm_video_left_sec {
  padding-right: 50px;
}
.home_video_section {
  padding-top: 135px;
  background-color: #f9f6f3;
  padding-bottom: 130px;
}
.oc-box--home_video_section {
  overflow: hidden;
}
.hm_video_left_sec {
  width: 38%;
  padding-top: 30px;
}
.hm_video_rgt_sec {
  width: 62%;
}
.hm_video_rgt_sec .video-block {
  position: relative;
  padding-bottom: 65px;
}
.hm_video_rgt_sec .video-block::after {
  content: "";
  border-bottom: 2px solid #eaa95d;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: -550px;
}
.home_edu_section {
  padding: 135px 0 100px;
  background-color: #fff;
}
.hm_edu_header.col-sm-12 {
  padding-bottom: 60px;
}
.hm_edu_boxes {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  padding: 0;
}
.hm_edu_box {
  display: flex;
  width: 50%;
  align-self: stretch;
  position: relative;
  float: left;
  flex-direction: column;
  border-bottom: 1px solid #f9e6d1;
  border-right: 1px solid #f9e6d1;
  padding: 55px;
}
.hm_edu_bx_year::before {
  content: "";
  background: #eba95d;
  position: absolute;
  width: 28px;
  height: 28px;
  bottom: 1px;
  left: -7px;
}
.hm_edu_bx_year span {
  position: relative;
  z-index: 9;
}
.hm_edu_bx_year {
  font-size: 62px;
  font-family: "miller-banner", serif;
  line-height: 65px;
  position: relative;
  color: #112a4f;
  margin-bottom: 75px;
}
.hm_edu_bx_title {
  color: #eaa95d;
  font-family: 'NiveauGroteskMedium';
  font-size: 27px;
  line-height: 30px;
}
.hm_edu_box:nth-child(2n) {
  border-right: none;
}
.hm_edu_box:nth-child(3) {
  border-bottom: none;
}
.hm_edu_box:nth-child(4) {
  border-bottom: none;
}
.center_align h3::before {
  margin: 0 auto 30px;
}
.center_align {
  text-align: center;
}
.hm_goal_header h3 {
  color: #fff;
}
.home_goal_section {
  z-index: 999;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80px 0 50px;
}
.home_goal_section #dynamic {
  z-index: -1;
}
.goal_sub_txt {
  text-align: center;
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.hm_goal_boxes.col-sm-12 {
  padding-bottom: 120px;
  padding-top: 80px;
}
.hm_goal_bx_icon img {
  max-height: 115px;
  width: auto;
}
.hm_goal_bx_title::before {
  content: "";
  border-top: 1px solid #eaa95d;
  display: block;
  max-width: 85px;
  margin: 0 auto 20px;
  width: 100%;
}
.hm_goal_bx_title {
  color: #fff;
  font-size: 34px;
  line-height: 38px;
  padding-top: 38px;
}
.hm_goal_bx {
  text-align: center;
}
.home_career_section {
  background: #faf6f3;
  padding-top: 160px;
  padding-bottom: 55px;
}
.hm_career_tp_title {
  color: #112a4f;
  font-size: 22px;
  font-family: "miller-banner", serif;
  padding: 50px 0 15px;
  font-weight: 700;
}
.hm_career_tp_txt {
  color: #000;
  max-width: 650px;
  width: 100%;
}
.hm_career_tp {
  padding-bottom: 125px;
}
.hm_career_tp_rgt {
  text-align: right;
}
.hm_career_tp_rgt img {
  max-height: 485px;
  width: auto;
}
.hm_career_img_inn {
  position: absolute;
  left: 0;
  right: 0;
  top: 41%;
  transform: translateY(-50%);
}
.hm_career_inner_img {
  max-width: 930px;
  float: right;
  width: 100%;
}
.hm_career_inner_img img {
  max-height: 515px;
  width: auto;
}
.hm_career_sec .bold_font_title {
  max-width: 525px;
  width: 100%;
}
.home_career_section .row.container {
  position: relative;
}
.hm_career_tp_lft p {
  margin-bottom: 0;
}
.hm_career_btm_inn {
  max-width: 890px;
  float: right;
  color: #000;
  padding-top: 50px;
}
.home_testimonials_inn {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
}
.hm_testi_left {
  display: flex;
  width: 50%;
  align-self: stretch;
  position: relative;
  float: left;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.hm_testi_rgt {
  display: flex;
  width: 50%;
  align-self: center;
  position: relative;
  float: left;
  flex-direction: column;
  background: #e6dfd8;
}
.home_testimonials_sec .row.container {
  max-width: none;
  padding: 0;
}
.hm_testi_rgt_inner {
  max-width: 550px;
  padding: 155px 40px 95px;
  width: 100%;
  margin: 0 auto;
}
.hm_testi_txt::before {
  content: "";
  background-image: url(../images/quote_left.webp);
  background-repeat: no-repeat;
  position: absolute;
  left: -49px;
  top: 38px;
  width: 42px;
  height: 42px;
  background-size: contain;
}
.hm_testi_txt {
  color: #112a4f;
  font-size: 55px;
  font-family: "miller-banner", serif;
  font-weight: bold;
  line-height: 65px;
  padding: 30px 0 100px;
  position: relative;
}
.hm_testi_txt span {
  position: absolute;
}
.hm_testi_txt img {
  max-height: 37px;
  position: relative;
  top: -102px;
  left: 275px;
}
.home_certific_section {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #fff;
}
.home_certific_section .hm_certi_header {
  padding-bottom: 85px;
}
.hm_certi_lft {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 35px;
}
.hm_certi_lft .bold_font_title {
  max-width: 525px;
  width: 100%;
}
.hm_certi_rgt {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}
.hm_certi_img::after {
  content: "";
  border: 1px solid #eaa95d;
  position: absolute;
  left: 50px;
  right: 0;
  top: 0;
  bottom: 25px;
}
.hm_certi_img {
  display: inline-block;
  position: relative;
}
.hm_certi_img img {
  max-height: 415px;
  width: auto;
  position: relative;
  padding: 25px 50px 0 0;
  z-index: 9;
}
.hm_certi_rgt_txt {
  font-family: "miller-banner", serif;
  color: #112a4f;
  font-weight: bold;
  font-size: 22px;
  padding: 25px 0 0 0;
  text-align: center;
}
.hm_certi_btn.center_align {
  padding-top: 100px;
}
.orange_bdr_btn a {
  color: #112a4f;
  border: 1px solid #f2ae5f;
  padding: 9px 50px;
  display: inline-block;
}
.orange_bdr_btn a:hover {
  color: #fff;
  background: #eaa95d;
}
.blog_posts_section {
  background: #f9f6f3;
  padding: 150px 0 85px;
}
.blog_posts_header {
  padding-bottom: 80px;
}
.blog_posts_boxes {
  margin-left: -20px;
  margin-right: -20px;
}
.blog_posts_bx {
  float: left;
  width: 33.3%;
  padding: 0 20px;
}
.blog_posts_boxes .hm_certi_btn.center_align {
  clear: both;
  padding-top: 80px;
}
.blog_post_bx_ico {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #112a4f;
  font-size: 11px;
  font-family: 'NiveauGroteskLight';
  padding-left: 18px;
  padding-top: 5px;
}
.blog_post_bx_ico a {
  color: #112a4f;
  text-decoration: none;
  display: inline-block;
  line-height: 18px;
}
.blog_post_bx_mata i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: #112a4f;
  font-size: 15px;
}
.blog_post_bx_mata .fa-sharp.fa-solid.fa-share {
  color: #eaa95d;
}
.fa-solid.fa-message-dots::before {
  content: "\f27a";
}
.blog_posts_cont {
  padding: 20px 23px 15px;
}
.blog_posts_title a {
  display: inline-block;
  font-family: "miller-banner", serif;
  font-weight: 700;
  color: #112a4f;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_posts_txt {
  font-size: 15px;
  line-height: 25px;
}
.blog_posts_btm {
  padding-top: 15px;
}
.blog_posts_btn {
  float: left;
  padding-right: 10px;
}
.blog_posts_btn a {
  border: 1px solid #f2ae5f;
  color: #112a4f;
  font-size: 13px;
  padding: 11px 28px;
}
.blog_post_bx_mata {
  float: right;
}
.blog_posts_bx_inn:hover .blog_posts_cont {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog_posts_bx_inn:hover .blog_posts_btn a {
  color: #fff;
  background: #eaa95d;
}
.how_can_help_sec {
  padding: 145px 0;
  background-color: #fff;
}
.how_can_help_sec .row.container {
  max-width: 1095px;
  border: 1px solid #eba95e;
  padding: 32px 35px;
}
.how_can_help_inner.col-sm-12 {
  padding-right: 5px;
}
.how_can_help_inner .bold_font_title {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  width: 61%;
}
.how_can_help_inner .bold_font_title h3 {
  margin: 0;
}
.how_can_help_btn {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #eba95e;
  padding: 22px 0 22px 55px;
  width: 37%;
}
.how_can_help_btn a {
  display: block;
  text-align: center;
  width: 100%;
  background: #122a50;
  color: #fff;
  padding: 13px 15px;
}
.how_can_help_btn a:hover {
  background: #eaa95d;
}
.blog_banner_section::after {
  content: "";
  position: absolute;
  background: #e6dfd8;
  top: -150px;
  right: -500px;
  width: 1315px;
  height: 470px;
  z-index: -1;
}
.blog_banner_section {
  position: relative;
}
.blog_banner_lft {
  display: inline-block;
  vertical-align: middle;
  width: 38%;
  padding-right: 35px;
}
.blog_banner_lft .left_border_title {
  padding-bottom: 55px;
}
.left_border_title h2 {
  font-size: 70px;
  margin: 0;
  line-height: 55px;
  border-left: 1px solid #eaa95d;
  padding-left: 20px;
}
.blog_banner_rgt {
  display: inline-block;
  vertical-align: middle;
  width: 62%;
  padding-left: 10px;
}
.blog_banner_inner {
  margin-right: -80px;
}
.blog_pg_posts .blog_posts_bx {
  padding-bottom: 50px;
}
.blog_posts_bx:nth-child(3n+1) {
  clear: left;
}
.certific_pg_section .left_border_title {
  padding-bottom: 120px;
  padding-top: 50px;
}
.certifi_content_sec {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
}
.certifi_left_sec::before {
  content: "";
  background: #f9f6f3;
  position: absolute;
  left: -500px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.certifi_left_sec {
  float: left;
  width: 45%;
  padding-right: 30px;
  position: relative;
  z-index: 9;
  background: #f9f6f3;
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
.certifi_right_sec {
  float: left;
  width: 55%;
  display: flex;
  align-self: stretch;
  position: relative;
  flex-direction: column;
  background: #e6dfd8;
  padding: 60px;
}
.certifi_left_title h3 {
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  padding-bottom: 32px;
}
.certifi_left_txt {
  max-width: 485px;
  width: 100%;
  padding-bottom: 15px;
}
.certifi_left_name {
  color: #eaa95d;
  line-height: 22px;
}
.certifi_left_date {
  color: #000;
  line-height: 22px;
}
.certifi_right_sec .slick-list.draggable {
  overflow: visible;
}
.certifi_right_sec .certifications::after {
  content: "";
  background: #e6dfd8;
  position: absolute;
  left: -60px;
  width: 60px;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
.certifi_right_sec::after {
  content: "";
  border-bottom: 2px solid #eaa95d;
  position: absolute;
  left: 0;
  bottom: -40px;
  right: -500px;
}
.certifi_right_sec::before {
  content: "";
  background: #e6dfd8;
  position: absolute;
  left: 0;
  right: -500px;
  top: 0;
  bottom: 0;
}
.certifi_right_sec .slick-next.slick-arrow {
  top: -110px;
  right: unset;
  left: 35px;
}
.certifi_right_sec .slick-prev::before, .certifi_right_sec .slick-next::before {
  opacity: 1;
}
.certifi_right_sec .slick-prev.slick-arrow {
  top: -110px;
  left: -70px;
}
.certifi_right_sec .slick-prev::before, .certifi_right_sec .slick-next::before {
  font-size: 42px;
  color: #eaa95d;
}
.certifi_right_sec .slick-prev::before {
  content: "";
  background-image: url(../images/arrow_left.png);
  width: 50px;
  height: 25px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.certifi_right_sec .slick-next::before {
  content: "";
  background-image: url(../images/arrow_right.png);
  width: 50px;
  height: 25px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.certifi_slide_img {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  min-height: 385px;
}
.certifi_slide_img span {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.certifi_slide_img img {
  max-height: 285px;
  display: inline-block !important;
  width: auto;
}
.certifi_right_sec .slick-slide > div {
  padding-right: 25px;
}
.certific_pg_section {
  padding-bottom: 140px;
}
.blog_detai_tp_title h2 {
  margin: 0;
  font-size: 48px;
  line-height: 54px;
  padding-bottom: 38px;
}
.blog_detai_tp_txt {
/*   max-width: 485px; */
  width: 100%;
  padding-bottom: 8px;
}
.blog_detai_tp_auth {
  color: #eaa95d;
  line-height: 24px;
}
.blog_detai_tp_date {
  color: #000;
  line-height: 24px;
}
/* .blog_detai_tp_lft {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 30px;
} */
.blog_detai_tp_lft {
  width: 100%;
}
.blog_detai_tp_inner {
  background: #e6dfd8;
  padding: 50px 55px;
}
/* .blog_detai_tp_rgt {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
} */
.blog_detai_tp_rgt {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.blog_detailed_tp_sec {
  padding-top: 50px;
  padding-bottom: 110px;
}
.blog_deta_heading_one .row.container {
  max-width: 1000px;
  padding-right: 130px;
}
.deta_heading_txt {
  padding-top: 55px;
}
.blog_deta_heading_one {
  padding-bottom: 70px;
}
.blog_deta_heading_two {
  background: #e6dfd8;
  padding-top: 65px;
}
.deta_heading_image.col-sm-6 {
  padding-right: 45px;
  margin-bottom: -95px;
}
.deta_heading_cont.col-sm-6 {
  padding-top: 110px;
  padding-left: 22px;
}
.blog_deta_heading_three {
  background: #fff;
  padding-top: 175px;
  padding-bottom: 110px;
}
.blog_deta_heading_three .deta_heading_image.col-sm-6 {
  margin-bottom: 0;
}
.blog_deta_heading_three .left_border_title h2 {
  display: inline-block;
}
.blog_deta_heading_three .left_border_title {
  text-align: right;
}
.blog_deta_heading_three .deta_heading_cont.col-sm-6 {
  padding-right: 50px;
}
.blog_deta_heading_four {
  background: #fff;
  padding-bottom: 85px;
}
.blog_deta_heading_four ul {
  padding: 20px 0 0;
  margin: 0;
}
.blog_deta_heading_four ul li {
  display: block;
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}
.blog_deta_heading_four ul li::before {
  content: "";
  background: #eaa95d;
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  top: 11px;
}

/*** End Content Section Style ***/

/*** Footer Style ***/

.site-footer {
  background: #fff;
  padding: 0 75px;
}
.site-footer .container {
  max-width: 1500px;
}
.footer_boxes {
  border-top: 1px solid #949fb0;
  border-bottom: 1px solid #949fb0;
  padding: 40px 0 30px;
}
.footer_col.footer_one {
  padding-left: 0;
}
.footer_menu ul {
  padding: 0;
  margin: 0;
  column-count: 2;
}
.footer_menu ul li {
  display: block;
  padding-bottom: 8px;
}
.footer_menu ul li a {
  color: #112a4f;
  font-family: 'NiveauGroteskRegular';
}
.footer_menu ul li a:hover {
  color: #eaa95d;
}
.footer_menu {
  max-width: 300px;
  width: 100%;
}
.footer_social {
  text-align: center;
}
.footer_social ul {
  padding: 0;
  margin: 0;
}
.footer_social ul li {
  display: inline-block;
  padding: 0 25px;
}
.footer_social ul li a {
  color: #112a4f;
}
.footer_social ul li a:hover {
  color: #eaa95d;
}
.footer_col.footer_three.col-sm-4 {
  padding-right: 0;
  text-align: right;
}
.footer_col.footer_three p {
  margin-bottom: 15px;
  color: #112a4f;
  line-height: 26px;
  font-family: 'NiveauGroteskRegular';
}
.footer_col.footer_three p a {
  color: #112a4f;
}
.footer_col.footer_three p a:hover {
  color: #eaa95d;
}
.footer_copyright.col-sm-12 {
  padding: 20px 0 45px;
  font-size: 16px;
  color: #000;
}
.footer_social ul li i {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}

/*** End Footer Style ***/



.fancybox-container {
  z-index: 999999 !important;
}
.blog_posts_bx_img img {
  height: 245px;
  object-fit: cover;
  width: 100%;
}















@media (max-width: 1500px) {
.container {
  padding-left: 100px;
  padding-right: 40px;
}
.right_side_socials {
  left: 42px;
}
.how_can_help_sec {
  padding: 145px 60px 145px 100px;
}
}
@media (max-width: 1400px) {
.site-footer {
  padding: 0 8px;
}
}
@media (max-width: 1300px) {
.blog_banner_section::after {
  width: 1255px;
}
}
@media (max-width: 1200px) {
.bold_font_title h3 {
  font-size: 52px;
  line-height: 55px;
}
}
@media (max-width: 1100px) {
.hm_career_inner_img {
  max-width: 640px;
}
.hm_career_inner_img img {
  max-height: 350px;
}
.hm_testi_txt {
  font-size: 42px;
  line-height: 52px;
}
.blog_post_bx_ico {
  padding: 0 6px;
}
.blog_posts_boxes .hm_certi_btn.center_align {
  padding-top: 40px;
}
.blog_posts_bx {
  padding: 0 10px;
}
.blog_posts_boxes {
  margin-left: -10px;
  margin-right: -10px;
}
.hm_testi_txt {
  padding: 30px 0 35px;
}
.home_banner_section {
  padding: 220px 0 135px;
}
.home_banner_title h1 {
  font-size: 60px;
  line-height: 50px;
  margin: 0 0 30px;
}
.home_banner_txt {
  font-size: 23px;
  line-height: 33px;
  max-width: 580px;
}
.blog_banner_section::after {
  width: 100%;
}
.certifi_left_title h3 {
  font-size: 36px;
  line-height: 38px;
  padding-bottom: 20px;
}
.container {
  padding-left: 50px;
  padding-right: 20px;
}
.how_can_help_sec {
  padding: 145px 60px;
}
.right_side_socials {
  left: 20px;
}
.hm_testi_txt span {
  right: 0;
}
.hm_testi_txt img {
  top: -92px;
  left: 0;
}
}
@media (max-width: 1023px) {
.footer_social ul li {
  padding: 0 10px;
}
.footer_copyright_inn {
  text-align: center;
}
.how_can_help_sec .row.container {
  padding: 20px 10px;
}
.how_can_help_sec .bold_font_title h3 {
  font-size: 44px;
  line-height: 44px;
}
.home_about_section {
  background-size: 500px;
}
.hm_about_rgt_sec.col-sm-7 {
  padding-left: 60px;
  padding-right: 50px;
}
.left_border_title h2 {
  font-size: 55px;
  line-height: 42px;
}
.bold_font_title h3 {
  font-size: 42px;
  line-height: 50px;
}
.hm_edu_bx_year {
  font-size: 48px;
  line-height: 55px;
}
}
@media (max-width: 900px) {
.menu_inner_sec ul li {
  padding-right: 25px;
}
.how_can_help_sec {
  padding: 145px 25px 145px 60px;
}
}
@media (max-width: 800px) {
.header-nav-icon {
  display: block;
  position: absolute;
  right: 32px;
  width: 45px;
  top: 32px;
  z-index: 9;
}
.header-nav-icon > span {
  height: 30px !important;
  background: transparent !important;
}
.header-nav-icon span {
  background: #112a4f;
  display: block;
  max-width: 45px;
  height: 3px;
  margin-bottom: 9px;
}
.sidenav .closebtn {
  display: block;
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: 35px;
  top: 28px;
}
.site-header .col-sm-12 {
  position: unset;
}
.sidenav {
  width: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background: #112a4f;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
}
.home_header .header-nav-icon span {
  background: #fff;
}
.menu_inner_sec {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu_inner_sec ul li {
  padding-right: 0;
  display: block;
  text-align: center;
  padding-bottom: 12px;
}
.menu_inner_sec ul li a::before {
  content: none;
}
.menu_inner_sec ul li a {
  color: #fff;
  font-size: 23px;
}
.how_can_help_inner .bold_font_title {
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.how_can_help_btn {
  border-left: none;
  padding: 22px 0 10px;
  width: 100%;
  text-align: center;
}
.how_can_help_btn a {
  display: inline-block;
  max-width: 250px;
}
.home_banner_btn {
  padding-top: 30px;
}
.home_banner_title h1 {
  font-size: 48px;
  line-height: 38px;
  margin: 0 0 22px;
}
.home_about_section {
  padding: 75px 0 35px;
}
.hm_about_rgt_sec.col-sm-7 {
  padding-left: 25px;
  padding-right: 25px;
}
.bold_font_title h3 {
  font-size: 36px;
  line-height: 44px;
}
.home_video_section {
  padding-top: 75px;
  padding-bottom: 70px;
}
.home_edu_section {
  padding: 75px 0 65px;
}
.hm_goal_bx_title {
  font-size: 24px;
  line-height: 30px;
  padding-top: 30px;
}
.hm_goal_boxes.col-sm-12 {
  padding-bottom: 65px;
  padding-top: 35px;
}
.home_career_section {
  padding-top: 75px;
  padding-bottom: 30px;
}
.hm_career_inner_img {
  max-width: 450px;
}
.hm_career_inner_img img {
  max-height: 235px;
}
.left_border_title h2 {
  font-size: 40px;
  line-height: 32px;
}
.hm_testi_txt {
  font-size: 31px;
  line-height: 39px;
  padding: 20px 0 5px;
}
.hm_testi_rgt_inner {
  padding: 60px 40px 25px;
}
.hm_testi_txt::before {
  left: -40px;
  top: 10px;
}
.hm_testi_txt span {
  position: absolute;
  right: -35px;
  bottom: -5px;
}
.home_certific_section {
  padding-top: 65px;
  padding-bottom: 60px;
}
.blog_posts_section {
  padding: 60px 0;
}
.blog_posts_bx {
  padding: 0 10px 20px;
  width: 100%;
}
.blog_posts_header {
  padding-bottom: 45px;
}
.how_can_help_sec {
  padding: 65px 25px 60px 60px;
}
.hm_certi_btn.center_align {
  padding-top: 45px;
}
.home_certific_section .hm_certi_header {
  padding-bottom: 45px;
}
.blog_pg_posts .blog_posts_bx {
  padding-bottom: 25px;
}
.blog_detailed_tp_sec {
  padding-top: 10px;
  padding-bottom: 55px;
}
.deta_heading_txt {
  padding-top: 30px;
}
.blog_deta_heading_one .row.container {
  padding-right: 25px;
}
.blog_deta_heading_one {
  padding-bottom: 25px;
}
.blog_deta_heading_three {
  padding-top: 60px;
  padding-bottom: 25px;
}
.blog_deta_heading_four ul {
  padding: 0;
}
.blog_deta_heading_four {
  padding-bottom: 40px;
}
.deta_heading_cont.col-sm-6 {
  padding-top: 0;
}
.certific_pg_section .left_border_title {
  padding-bottom: 40px;
  padding-top: 10px;
}
.certifi_left_txt {
  max-width: none;
}
.certifi_slide_img img {
  max-height: 300px;
}
.certifi_right_sec {
  width: 100%;
  padding: 25px 5px;
}
.certifi_right_sec .slick-prev.slick-arrow {
  top: -65px;
  left: 0px;
  z-index: 9;
}
.certifi_right_sec .slick-next.slick-arrow {
  top: -65px;
  left: 65px;
  z-index: 9;
}
.certifi_left_sec {
  width: 100%;
  padding-right: 0;
  padding-bottom: 65px;
}
.certific_pg_section {
  padding-bottom: 95px;
}
.certifi_right_sec .certifications::after {
  content: none;
}
.certifi_right_sec::before {
  left: -70px;
  right: -30px;
}
.hm_testi_txt img {
  top: -45px;
}
.blog_posts_bx_inn .blog_posts_cont {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog_posts_bx_inn .blog_posts_btn a {
  color: #fff;
  background: #eaa95d;
}
.blog_post_bx_ico {
  padding: 4px 0 0 10px;
}
}
@media (max-width: 767px) {
.footer_menu {
  max-width: none;
  text-align: center;
}
.footer_menu ul {
  padding: 0 0 20px;
  column-count: 1;
}
.footer_col.footer_one {
  padding-right: 0;
}
.footer_col.footer_two.col-sm-4 {
  padding: 0;
}
.footer_col.footer_three.col-sm-4 {
  padding: 20px 0 0;
  text-align: center;
}
.hm_about_left_sec.col-sm-5 {
  width: 100%;
  padding-bottom: 40px;
}
.border_tp_title h3::before {
  margin-bottom: 20px;
}
.hm_about_header {
  padding-bottom: 35px;
}
.bold_font_title h3 {
  margin-bottom: 25px;
}
.home_video_section {
  padding-top: 40px;
  padding-bottom: 55px;
}
.hm_video_rgt_sec .video-block {
  padding-bottom: 33px;
}
.hm_video_left_sec {
  width: 100%;
  padding-right: 0;
}
.hm_video_rgt_sec {
  width: 100%;
}
.hm_edu_header.col-sm-12 {
  padding-bottom: 10px;
}
.hm_edu_box {
  width: 100%;
  border: none !important;
  padding: 25px 0 25px 20px;
  border-bottom: 1px solid #eaa95d !important;
}
.hm_edu_bx_year {
  margin-bottom: 25px;
}
.hm_goal_bx {
  text-align: center;
  padding: 0 0 40px;
}
.hm_goal_boxes.col-sm-12 {
  padding-bottom: 0;
  padding-top: 10px;
}
.home_goal_section {
  padding: 60px 0 30px;
}
.hm_career_tp_rgt {
  text-align: center;
  padding-top: 20px;
}
.hm_career_inner_img img {
  max-height: 485px;
}
.hm_career_inner_img {
  max-width: none;
  float: none;
  text-align: center;
}
.hm_career_img_inn {
  position: static;
  padding-bottom: 30px;
  transform: unset;
}
.hm_career_tp {
  padding-bottom: 40px;
}
.hm_career_sec .bold_font_title {
  max-width: none;
}
.hm_career_btm_inn {
  padding-top: 35px;
}
.hm_testi_left {
  width: 100%;
  min-height: 500px;
}
.hm_testi_rgt {
  width: 100%;
  padding-left: 50px;
}
.hm_certi_lft {
  width: 100%;
  padding-right: 0;
}
.hm_certi_lft .bold_font_title {
  max-width: none;
}
.hm_certi_rgt {
  width: 100%;
  text-align: center;
}
.blog_banner_lft {
  width: 100%;
  padding-right: 0;
  padding-bottom: 30px;
}
.blog_banner_rgt {
  width: 100%;
  padding-left: 0;
}
.blog_banner_inner {
  margin-right: 0;
}
.blog_banner_section::after {
  content: none;
}
.blog_banner_lft .left_border_title {
  padding-bottom: 25px;
}
.blog_detai_tp_lft {
  width: 100%;
  padding-right: 0;
}
.blog_detai_tp_rgt {
  width: 100%;
}
.blog_detai_tp_inner {
  padding: 35px 30px;
}
.blog_detai_tp_title h2 {
  font-size: 34px;
  line-height: 42px;
  padding-bottom: 20px;
}
p {
  margin-bottom: 20px;
}
.blog_detai_tp_txt {
  max-width: none;
  padding-bottom: 0;
}
.blog_detai_tp_lft {
  padding-right: 0;
  padding-bottom: 30px;
}
.deta_heading_image.col-sm-6 {
  padding-right: 0;
  margin-bottom: 35px;
  padding-left: 0;
}
.deta_heading_cont.col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.blog_deta_heading_three .left_border_title {
  text-align: left;
}
.deta_heading_txt {
  padding-top: 20px;
}
.blog_deta_heading_three .deta_heading_cont.col-sm-6 {
  padding-right: 0;
}
.hm_testi_txt img {
  top: -28px;
}
}
@media (max-width: 580px) {
.home_banner_section {
  padding: 175px 0 100px;
}
.home_banner_btn a {
  padding: 12px 25px;
}
.home_banner_txt {
  font-size: 20px;
  line-height: 30px;
}
.home_banner_title h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 20px;
}
.home_banner_title h1::after {
  margin-top: 25px;
}
.hm_about_rgt_sec.col-sm-7 {
  padding-left: 10px;
  padding-right: 10px;
}
.bold_font_title h3 {
  font-size: 28px;
  line-height: 38px;
}
body {
  font-size: 16px;
  line-height: 25px;
}
.play-icon img {
  max-height: 60px;
}
.video-block-pos > img {
  height: 290px;
}
.hm_goal_bx_icon img {
  max-height: 75px;
}
.hm_career_tp.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.hm_career_tp.col-sm-12 > div {
  padding-left: 5px;
}
.hm_career_img_inn.col-sm-12 {
  padding-left: 5px;
}
.hm_career_sec.col-sm-12 {
  padding: 0;
}
.hm_career_sec.col-sm-12 > div {
  padding-left: 5px;
}
.left_border_title h2 {
  font-size: 30px;
  line-height: 28px;
  padding-left: 12px;
}
.how_can_help_sec .bold_font_title h3 {
  font-size: 28px;
  line-height: 32px;
}
.how_can_help_inner.col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
.hm_certi_img img {
  padding: 20px 20px 0 0;
}
.certifi_left_title h3 {
  font-size: 28px;
  line-height: 33px;
}
}
@media (max-width: 500px) {
.right_side_socials {
  left: 10px;
}
.white_color_social.blue_color_social .blue-social-title {
  max-height: 135px;
  width: auto;
}
.blue_color_social .white-social-title {
  max-height: 135px;
  width: auto;
}
.right_side_socials ul li {
  padding-bottom: 10px;
}
.right_side_socials ul li a {
  font-size: 16px;
}
.container {
  padding-left: 20px;
}
.hm_career_img_inn.col-sm-12 {
  padding-left: 15px;
}
.hm_career_tp.col-sm-12 > div {
  padding-left: 15px;
}
.hm_career_sec.col-sm-12 > div {
  padding-left: 15px;
}
.hm_testi_rgt {
  padding-left: 15px;
}
.how_can_help_sec {
  padding: 50px 25px 45px 25px;
}
.home_banner_btn {
  padding-top: 5px;
}
.home_banner_section {
  padding: 125px 0 75px;
}
}