@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*********************
VARIABLES
*********************/
/*
SCSS variables and mixins
*/
/*********************
BREAKPOINTS
*********************/
@media (min-width: 1201px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 80%;
  }
}

@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-md,
  .container-sm {
    max-width: 1080px;
  }
}

@media (max-width: 1180px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (max-width: 480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1181px) {
  .mxminus-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.not-found p {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 38px;
  line-height: 65px;
  color: #000000;
  line-height: 30px;
}

@media (max-width: 767px) {
  .not-found p {
    font-size: 28px;
    line-height: normal;
  }
}

a {
  text-decoration: none;
}

p a {
  font-weight: 700;
  text-decoration: underline !important;
}

p a:hover {
  text-decoration: none !important;
}

p a.btn {
  text-decoration: none !important;
}

.border_r {
  border: 0 !important;
}

.image_modal {
  z-index: 99;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

@media (max-width: 767px) {
  .px-100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.bb_3 {
  border-bottom: 3px solid #000000;
}

.px-55 {
  margin-bottom: 55px !important;
}

.px-40 {
  margin-bottom: 40px !important;
}

.mb_38 {
  margin-bottom: 38px !important;
}

.mb_16 {
  margin-bottom: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

@media (min-width: 768px) {
  .pr-0 {
    padding-right: 0 !important;
  }
}

.mt-75 {
  margin-top: 75px !important;
}

@media (max-width: 480px) {
  .w-auto {
    width: 100% !important;
  }
}

.mainLogo h1 {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grey_c_div {
  margin-bottom: 0 !important;
}

.grey_c_div_h1 h1 {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  color: #000000;
  line-height: 42px;
  text-transform: uppercase;
}

@media (max-width: 581px) {
  .grey_c_div_h1 h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .grey_c_div_h1 h1 {
    font-size: 30px;
    line-height: 28px;
  }
}

.bd_block h1 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 581px) {
  .bd_block h1 {
    font-size: 40px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .bd_block h1 {
    font-size: 30px;
    line-height: 28px;
  }
}

.bd_block h2 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 65px;
  color: #000000;
  line-height: 42px;
}

@media (max-width: 767px) {
  .bd_block h2 {
    font-size: 28px;
    line-height: normal;
  }
}

.bd_block h3 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 60px;
  color: #000000;
}

.bd_block h4 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 53px;
  color: #000000;
}

.p-t-68 {
  margin-top: 68px;
}

.p-b-65 {
  margin-bottom: 65px;
}

.p-t-33 {
  margin-top: 33px;
}

.p-b-33 {
  margin-bottom: 33px;
}

.white_text h2 {
  color: #ffffff;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  background: #bf2228;
  color: #ffffff !important;
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

body .ui-autocomplete {
  background-color: #ffffff !important;
  max-width: 410px;
  min-width: 410px;
  margin: 0;
  z-index: 9999;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  border: 2px solid #bf2228;
  margin-top: -2px;
  padding: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
  body .ui-autocomplete {
    max-width: 100%;
    min-width: 100%;
    right: 30px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 100% !important;
    padding-right: 30px;
    margin-right: 30px;
    border: 0;
  }
  body .ui-autocomplete li {
    padding: 0 20px;
  }
  body .ui-autocomplete :before {
    content: "";
    border: 2px solid #bf2228;
    position: absolute;
    left: 29px;
    right: 30px;
    top: -2px;
    bottom: 0;
  }
}

body .ui-autocomplete li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

body .ui-autocomplete li a {
  color: #bf2228;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  padding: 0;
  white-space: inherit;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
}

body .ui-autocomplete li a:hover {
  background: #bf2228;
  color: #ffffff;
}

body .ui-autocomplete li a:focus {
  background: #bf2228;
  color: #ffffff;
}

@media (max-width: 1180px) {
  .space_h2 .card_two_block_text_inner .row .col .card .card-body .card-title {
    font-size: 28px !important;
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  .space_h2 .card_two_block_text_inner .row .col .card .card-body {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

@media (max-width: 767px) {
  .space_h2 .card_two_block_text_inner .row .col .card .card-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bd_block_h1 h1 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 581px) {
  .bd_block_h1 h1 {
    font-size: 40px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .bd_block_h1 h1 {
    font-size: 30px;
    line-height: 28px;
  }
}

.bd_block_h2 h2 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 65px;
  color: #000000;
}

@media (max-width: 767px) {
  .bd_block_h2 h2 {
    font-size: 28px;
    line-height: normal;
  }
}

.bd_block_h3 h3 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 60px;
  color: #000000;
}

.bd_block_h4 h4 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 53px;
  color: #000000;
}

.big_button_btn {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 13px;
  padding: 29px 15px;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  background: #ffffff;
  text-decoration: none;
  min-width: 320px;
  text-align: center;
}

@media (max-width: 480px) {
  .big_button_btn {
    min-width: auto;
    width: 100%;
  }
}

.big_button_btn:hover {
  background: #bf2228;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.big_button_btn:focus {
  background: #bf2228;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.big_button_hover_btn {
  border: 2px solid #ffffff;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 13px;
  padding: 29px 15px;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
  background: #bf2228;
  color: #ffffff;
  text-decoration: none;
  min-width: 320px;
  text-align: center;
}

@media (max-width: 480px) {
  .big_button_hover_btn {
    min-width: auto;
    width: 100%;
  }
}

.big_button_hover_btn:hover {
  background: #ffffff;
  border: 2px solid #bf2228;
  color: #bf2228;
}

.big_button_hover_btn:focus {
  background: #ffffff;
  border: 2px solid #bf2228;
  color: #bf2228;
}

.small_button_btn {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 22px;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 480px) {
  .small_button_btn {
    max-width: 100%;
  }
}

.small_button_btn:hover {
  background: #bf2228;
  color: #ffffff;
}

.small_button_btn:focus {
  background: #bf2228;
  color: #ffffff;
}

.small_button_hover_btn {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 22px;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
  text-decoration: none;
  background: #bf2228;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 480px) {
  .small_button_hover_btn {
    max-width: 100%;
  }
}

.small_button_hover_btn:hover {
  background: #ffffff;
  border: 2px solid #bf2228;
  color: #bf2228;
}

.small_button_hover_btn:focus {
  background: #ffffff;
  border: 2px solid #bf2228;
  color: #bf2228;
}

.backgroud_red {
  background: #bf2228;
}

.backgroud_white {
  background: #ffffff;
}

.pd-x {
  padding: 30px 18px;
  margin-left: -8px;
}

@media (max-width: 767px) {
  .pd-x {
    padding: 15px;
    margin-left: 0;
  }
}

.hideOnDesktop {
  display: none;
}

@media (max-width: 767px) {
  .hideOnDesktop {
    display: block;
  }
}

.hideOnMobile {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .hideOnMobile {
    display: none;
  }
}

.bd_block {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  color: #000000;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (max-width: 620px) {
  .bd_block {
    font-size: 30px;
    line-height: 34px;
  }
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

.borderred {
  border: 2px solid #bf2228;
}

.image_left {
  shape-margin: 5px;
  margin-right: 40px;
  margin-bottom: 75px;
  float: left;
  margin-top: 24px;
}

.image_right {
  shape-margin: 5px;
  margin-left: 40px;
  margin-bottom: 90px;
  float: right;
  margin-top: 24px;
}

.vertical-rl {
  vertical-align: top;
  transform: rotate(7deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

.hidden {
  display: none !important;
}

.modal-backdrop {
  z-index: 9;
}

body .skippy {
  display: block;
  padding: 0.5em;
  text-align: center;
  background-color: #bf2228;
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: 0;
  z-index: 9999;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

body .skippy .skippy-text {
  padding: .5em;
  outline: 1px dotted;
}

body .skippy:hover {
  color: #ffffff;
  background: #000000;
}

body .skippy.sr-only-focusable {
  position: fixed;
  top: 20px;
  left: 30px;
}
body .red_popup {
    background: #bf2228;
    color: #ffffff;
    padding: 17px 21px;
    position: relative;
    z-index: 10;
}
body .blk_popup {
  background: #000;
  color: #ffffff;
  padding: 17px 21px;
  position: fixed;
 z-index: 9999;
	top: 0;
	width: 100%;
	margin: 0;
}

body .red_popup .row .campus_text_left p{
  font-size: 17px;
  line-height: 23px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

 body .blk_popup .row .campus_text_left p {
  font-size: 17px;
  line-height: 23px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

body .red_popup .row .campus_text_left p strong {
  font-weight: 700;
  text-transform: uppercase;
}
body .blk_popup .row .campus_text_left p strong  {
  font-weight: 700;
  text-transform: uppercase;
}

body .red_popup .row .campus_text_left p a {
  color: #ffffff;
}

 body .blk_popup .row .campus_text_left p a  {
  color: #ffffff;
}

@media (max-width: 1180px) {
  body .red_popup .row .campus_text_left{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
	
	 body .blk_popup .row .campus_text_left  {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

body .red_popup .row .campus_text_right p{
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-right: 35px;
  display: inline-block;
  margin-bottom: 0;
}
 body .blk_popup .row .campus_text_right p {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-right: 35px;
  display: inline-block;
  margin-bottom: 0;
}

body .red_popup .row .campus_text_right p a  {
  color: #ffffff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  -webkit-text-decoration: underline solid #ffffff 2px;
          text-decoration: underline solid #ffffff 2px;
}

body .blk_popup .row .campus_text_right p a  {
  color: #ffffff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  -webkit-text-decoration: underline solid #ffffff 2px;
          text-decoration: underline solid #ffffff 2px;
}

body .red_popup .row .campus_text_right p a:hover {
  text-decoration: none;
}

body .blk_popup .row .campus_text_right p a:hover {
  text-decoration: none;
}

body .blk_popup .row .campus_text_right p a:focus {
  text-decoration: none;
}
body .red_popup .row .campus_text_right p a:focus {
  text-decoration: none;
}

body .red_popup .row .campus_text_right span button{
  padding: 0;
}
 body .blk_popup .row .campus_text_right span button {
  padding: 0;
}
body .red_popup .row .campus_text_right span button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
body .blk_popup .row .campus_text_right span button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

body .red_popup .row .campus_text_right span button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .blk_popup .row .campus_text_right span button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
  box-shadow: 0px 0px 0px 2px #fff
}


@media (max-width: 1180px) {
  body .red_popup .row .campus_text_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    margin-top: 20px;
  }
	body .blk_popup .row .campus_text_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    margin-top: 20px;
  }
}

/*body header .header-top {
  background: #000000;
  position: relative;
  z-index: 10;
}*/

body header .header-top {
    background: #000000;
    /* position: fixed ;
    z-index: 10; */
    width: 100%;
}

body header .header-top ul {
  padding: 16px 0 15px 0;
}

body header .header-top.student ul {
  padding: 16px 16px;
}

body header .header-top.student ul.nav {
  margin-left: -33px;
}

body header .header-top ul li {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 28px;
  padding-left: 33px;
  letter-spacing: 0.12em;
  position: relative;
  font-size: 13px;
	z-index: 9999;
}

body header .header-top ul li a {
  color: #f6f6f6;
}

body header .header-top ul li a:hover {
  text-decoration: underline;
}

body header .header-top ul li a:focus {
  text-decoration: underline;
}

body header .header-top ul li :before {
  display: none;
}

body header .header-top ul li:last-child:after {
  content: "/";
  color: #a08f60;
  position: absolute;
  right: 0;
}

@media (max-width: 581px) {
  body header .header-top ul li {
    padding: 0 20px;
    padding-left: 24px;
  }
}

body header .header-top ul :before {
  content: "/";
  color: #a08f60;
  position: absolute;
  left: 0;
}

body header .header-bottom {
  color: #000000;
  position: relative;
  padding: 0;
  border-bottom: 1px solid #a08f61;
}

/*body header .header-bottom .navbar {
  padding: 0 21px;
  padding-top: 21px;
  padding-bottom: 19px;
}*/

body header .header-bottom {
    color: #000000;
    /* position: fixed; */
    padding: 0;
    border-bottom: 1px solid #a08f61;
    width: 100%;
    background-color: #fff;
    /* z-index: 11; */
    /* margin-top: 50px; */
}
@media (max-width: 811px) {
/*	body header .header-bottom{
		margin-top: 1px !important;
	}*/
/*	body .header_bottom_section_menu {
   
    margin-top: 116px !important;
	}*/
	
/*	body.student-home .header_bottom_section_menu {
   
    margin-top: 141px !important;
	}*/

	
	
}

body header .header-bottom .navbar .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

body header .header-bottom .navbar .container-fluid .left_logo_box {
  position: relative;
}

body header .header-bottom .navbar .container-fluid .left_logo_box .logo {
  width: auto;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}



body header .header-bottom .navbar .container-fluid .left_logo_box .mainLogo {
  position: absolute;
  top: 0;
  left: 5px;
  margin: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", sans-serif;
}

body header .header-bottom .navbar .container-fluid .left_logo_box .mainLogo a {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 28px;
  text-transform: uppercase;
  white-space: normal;
}

@media (max-width: 1180px) {
  body header .header-bottom .navbar .container-fluid .left_logo_box .mainLogo a {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  body header .header-bottom .navbar .container-fluid .left_logo_box .mainLogo a {
    font-size: 22px;
  }
}

@media (max-width: 581px) {
  body header .header-bottom .navbar .container-fluid .left_logo_box .mainLogo a {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  body header .header-bottom .navbar .container-fluid .left_logo_box .mainLogo a {
    font-size: 15px;
  }
}

@media (max-width: 581px) {
  body header .header-bottom .navbar .container-fluid .left_logo_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    padding: 0;
    width: 70%;
  }
}

body header .header-bottom .navbar .container-fluid .search_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .header-bottom .navbar .container-fluid .search_menu .link-secondary:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header .header-bottom .navbar .container-fluid .search_menu .link-secondary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header .header-bottom .navbar .container-fluid .search_menu button {
  background-color: transparent;
  border-color: transparent;
  padding-right: 0;
  margin-left: 14px;
  padding-left: 0;
  padding-top: 10px;
}

body header .header-bottom .navbar .container-fluid .search_menu button .animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

body header .header-bottom .navbar .container-fluid .search_menu button .animated-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000000;
}

body header .header-bottom .navbar .container-fluid .search_menu button .animated-icon2 span:nth-child(1) {
  top: 0px;
}

body header .header-bottom .navbar .container-fluid .search_menu button .animated-icon2 span:nth-child(2) {
  top: 10px;
  left: 0;
}

body header .header-bottom .navbar .container-fluid .search_menu button .animated-icon2 span:nth-child(3) {
  top: 10px;
  left: 0;
}

body header .header-bottom .navbar .container-fluid .search_menu button .animated-icon2 span:nth-child(4) {
  top: 20px;
}

body header .header-bottom .navbar .container-fluid .search_menu button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header .header-bottom .navbar .container-fluid .search_menu button:hover .animated-icon2 span:nth-child(2) {
  top: 10px;
  left: -10px;
}

body header .header-bottom .navbar .container-fluid .search_menu button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

@media (max-width: 767px) {
  body header .header-bottom .navbar .container-fluid .search_menu {
    width: auto;
  }
}

@media (max-width: 581px) {
  body header .header-bottom .navbar .container-fluid .search_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 480px) {
  body header .header-bottom .navbar {
    padding: 0;
  }
}

body header .header-bottom .modal {
  padding-right: 0 !important;
}

body header .header-bottom .modal .modal-dialog {
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
	height: 100%;
}

body header .header-bottom .modal .modal-dialog .modal-content {
  height: 100vh;
  border-radius: 0;
  max-width: 100%;
  background: #bf2228;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner {
  overflow-y: scroll;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header {
  padding: 44px 37px 33px 37px;
  padding-bottom: 59px;
  border: 0;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .nav {
  margin-top: -1px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .nav li {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  padding-left: 44px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .nav li a {
  color: #ffffff;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .nav li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .nav li {
    padding: 0 30px 0 0;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media (max-width: 581px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .nav li {
    padding-left: 0;
    padding: 0 30px 0 0;
  }
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .nav {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin-top: 0;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .m_close {
  border: 0;
  background: transparent;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 44px;
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .m_close {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .m_close img {
  margin-left: 19px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header .m_close:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-header {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body {
  padding: 16px 35px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form {
  position: relative;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form .form-group input {
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  height: auto;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 50px;
  font-size: 42px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form .form-group input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form .form-group input:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form .form-group input -webkit-input-placeholder {
  color: #ffffff;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form .form-group input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form .form-group input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form .form-group input::-ms-input-placeholder {
  color: #ffffff;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form .form-group input::placeholder {
  color: #ffffff;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  bottom: 0;
  z-index: 9;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .navbar-form button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner h4 {
  color: #ffffff;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 31px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner h4 a {
  color: #ffffff;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner h4 a:hover {
  font-weight: 500;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar .collapse .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0 !important;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar .collapse .navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
  color: #ffffff;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar .collapse .navbar-nav .nav-link.show {
  font-weight: 700;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar .collapse .navbar-nav .dropdown-menu {
  position: relative;
  background: #000000;
  border: 0;
  padding-bottom: 10px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar .collapse .navbar-nav .dropdown-menu li .dropdown-item {
  color: #ffffff;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding: 0;
  padding-left: 20px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar .collapse .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background: transparent;
  color: #bf2228;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar .collapse .navbar-nav .dropdown-menu li .dropdown-item:focus {
  background: transparent;
  color: #bf2228;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner .navbar .collapse:not(.show) {
  display: block !important;
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 .section_inner {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 50px 0;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0 !important;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item {
  padding-bottom: 52px;
  position: inherit;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: normal;
  padding: 0;
  white-space: inherit;
  width: auto;
  float: left;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .nav-link.show {
  -webkit-text-decoration: underline solid #ffffff 2px;
          text-decoration: underline solid #ffffff 2px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .nav-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  -webkit-text-decoration: underline solid #ffffff 2px;
          text-decoration: underline solid #ffffff 2px;
  outline: none;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .nav-link:after {
  display: none;
}

@media (max-width: 1180px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .nav-link:after {
    display: inline-block;
    position: absolute;
    top: inherit;
    bottom: 10px;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparen;
  }
}

@media (max-width: 1180px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .nav-link {
    width: 100%;
    float: inherit;
    font-size: 38px;
    position: relative;
  }
}

@media (max-width: 581px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .nav-link {
    font-size: 30px;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 0;
  top: 0;
  width: 50%;
  padding-left: 60px;
  bottom: 0;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu li {
  padding: 12px 0;
  display: block;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  color: #ffffff;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: normal;
  padding: 0;
  white-space: inherit;
  display: inline;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  font-weight: 700;
  color: #ffffff;
  background: transparent;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item:focus {
  color: #ffffff;
  background: transparent;
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu li {
    padding: 6px 0;
  }
}

@media (max-width: 1180px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu.show {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  background: #bf2228 !important;
  z-index: 9999;
}

@media (min-width: 1181px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item .dropdown-menu {
    left: 0;
    right: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
  }
}

@media (max-width: 1180px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item {
    padding-bottom: 50px;
  }
}

@media (max-width: 581px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item {
    padding-bottom: 30px;
  }
}

@media (min-width: 1181px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item {
    position: static;
  }
}

@media (min-width: 1181px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .collapse:not(.show) {
  display: block !important;
}

@media (min-width: 1181px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar .dropdown {
    position: static;
  }
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar .dropdown .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
  }
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
  }
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 {
    width: 100%;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 h2 {
  color: #ffffff;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 52px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 h2 a {
  color: #ffffff;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 h2 a:hover {
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

@media (max-width: 1180px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 {
    padding-left: 15px;
    padding-top: 50px;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar-nav {
  width: 50%;
  float: right;
  padding-right: 31px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar-nav li .nav-item {
  display: inline-block;
}

@media (min-width: 1181px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar-nav li .nav-item .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
  }
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar-nav li .nav-item .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
  }
}

@media (min-width: 1181px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar-nav li .nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
  }
}

@media (max-width: 1180px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar-nav li .nav-item {
    padding-left: 0 !important;
  }
}

@media (max-width: 1180px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar-nav li {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body .normandal_question_2 .navbar .navbar-nav {
    width: 100%;
  }
}

@media (max-width: 480px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-footer {
  border: 0;
  padding: 132px 60px 93px 60px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-footer .nav li {
  padding: 0 8px;
}

body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-footer .nav li a .fa {
  color: #ffffff;
  font-size: 32px;
}

@media (max-width: 480px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-footer .nav {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-footer {
    padding: 50px 20px 50px 20px;
  }
}

@media (min-width: 768px) {
  body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner {
    height: 80vh;
  }
}

@media (min-width: 768px) {
  body header .header-bottom .modal.show {
    overflow-x: visible;
    overflow-y: visible;
    position: absolute;
    height: 100%;
    border: 0;
    background: #bf2228;
	  margin-top: 8px;
	
  }
}

@media (max-width: 480px) {
  body header .header-bottom {
    padding: 0 10px;
  }
}

/*body .header_bottom_section_menu {
  background: #e9e9e9;
	position: fixed;
	width: 100%;
	height: auto;
}*/
body .header_bottom_section_menu {
    background: #e9e9e9;
    /* position: fixed; */
    width: 100%;
    height: auto;
   /* margin-top: 145px; */
    /* z-index: 10; */
}
body .header_bottom_section_menu .section_menu_bar {
  position: relative;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e9e9e9;
  border-left: 0;
  border-radius: 0;
  height: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 25%;
  padding-left: 62px;
  min-width: 240px;
  max-width: 298px;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button .animated-icon2 {
  width: 17px;
  height: 14px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button .animated-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000000;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="false"] .animated-icon2 span:nth-child(1) {
  top: 0px;
  width: 0%;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="false"] .animated-icon2 span:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -6px;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="false"] .animated-icon2 span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 6px;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="false"] .animated-icon2 span:nth-child(4) {
  top: 12px;
  width: 0%;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="true"] {
  background: #000000;
  border: 1px solid #a08f60;
  border-left: 0;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="true"] .animated-icon2 span {
  background: #ffffff;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="true"] .animated-icon2 span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="true"] .animated-icon2 span:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="true"] .animated-icon2 span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="true"] .animated-icon2 span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button[aria-expanded="true"] .section_menu {
  color: #ffffff;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid div button .section_menu {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  margin-left: 15px;
}

@media (max-width: 767px) {
  body .header_bottom_section_menu .section_menu_bar .container-fluid div button {
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  body .header_bottom_section_menu .section_menu_bar .container-fluid div button {
    width: 100% !important;
    padding-left: 30px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding-right: 33px;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 581px) {
  body .header_bottom_section_menu .section_menu_bar .container-fluid {
    padding-right: 0;
  }
}

body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb {
  position: absolute;
  top: 16px;
  left: 300px;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb {
  margin-bottom: 0;
  margin-left: 34px;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb li {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb li a {
  color: #000000;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb li a:hover {
  text-decoration: underline;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb li a:focus {
  text-decoration: underline;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb li.active {
  font-weight: 900;
}

body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb li.active a {
  font-weight: 900;
}

@media (max-width: 767px) {
  body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb {
    margin-left: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb {
    left: 250px;
  }
}

@media (max-width: 767px) {
  body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb {
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
  }
}

body .header_bottom_section_menu .menu_bar_dropdown {
  background: #ffffff;
  border-top: 2px solid #bf2228;
  border-left: 1px solid #bf2228;
  border-right: 1px solid #bf2228;
  border-bottom: 3px solid #bf2228;
  position: relative;
}

body .header_bottom_section_menu .menu_bar_dropdown .container-fluid {
  padding: 0 92px;
  padding-bottom: 32px;
}

body .header_bottom_section_menu .menu_bar_dropdown .container-fluid .col-md-4 ul {
  margin-bottom: 0;
  margin-top: 15px;
}

body .header_bottom_section_menu .menu_bar_dropdown .container-fluid .col-md-4 ul li {
  border: 0;
  padding: 0;
  margin-bottom: 11px;
  max-width: 200px;
}

body .header_bottom_section_menu .menu_bar_dropdown .container-fluid .col-md-4 ul li a {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

body .header_bottom_section_menu .menu_bar_dropdown .container-fluid .col-md-4 ul li a:hover {
  text-decoration: underline;
}

body .header_bottom_section_menu .menu_bar_dropdown .container-fluid .col-md-4 ul li a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body .header_bottom_section_menu .menu_bar_dropdown .container-fluid .col-md-4 {
    border-bottom: 1px solid #e9e9e9;
  }
}

body .header_bottom_section_menu .menu_bar_dropdown .container-fluid .col-md-4:last-child ul {
  border-bottom: 0;
}

@media (max-width: 767px) {
  body .header_bottom_section_menu .menu_bar_dropdown .container-fluid {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 581px) {
  body .header_bottom_section_menu .menu_bar_dropdown .container-fluid {
    padding: 0 15px;
  }
}

body .header_bottom_section_menu .menu_bar_dropdown .close_arrow {
  background: #bf2228;
  width: 50px;
  height: 25px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

body .header_bottom_section_menu.visible_breadcrumb .section_menu_bar .container-fluid .menu_breadcrumb {
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 60px;
}

@media (max-width: 767px) {
  body .header_bottom_section_menu.visible_breadcrumb .section_menu_bar .container-fluid .menu_breadcrumb .breadcrumb {
    padding: 15px !important;
  }
}

@media (max-width: 767px) {
  body .header_bottom_section_menu.visible_breadcrumb .section_menu_bar .container-fluid .menu_breadcrumb {
    padding: 0;
  }
}

body .home_carousel_main {
  position: relative;
}

body .home_carousel_main .home_carousel {
  padding-bottom: 72px;
}

body .home_carousel_main .home_carousel .carousel-indicators {
  bottom: 32px;
  margin-bottom: 0;
}

body .home_carousel_main .home_carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: transparent;
  margin-left: 10px;
  border: 1px solid #000000 !important;
  opacity: 1;
}

body .home_carousel_main .home_carousel .carousel-indicators li.active {
  background-color: #000000;
}

body .home_carousel_main .home_carousel .carousel-item img {
  width: 100%;
}

body .home_carousel_main .home_carousel .owl-carousel .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body .home_carousel_main .home_carousel .owl-carousel .owl-stage .owl-item .item {
  height: 100% !important;
}

body .home_carousel_main .home_carousel .owl-carousel .owl-stage .owl-item .item .common_banner_image {
  height: 100% !important;
}

body .home_carousel_main .home_carousel .owl-carousel .owl-stage .owl-item .item .common_banner_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
}

body .home_carousel_main .home_carousel #carouselButtons {
  position: absolute;
  right: 43px;
  bottom: 101px;
  z-index: 9;
  padding: 0;
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-decoration: none;
  margin: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .home_carousel_main .home_carousel #carouselButtons button {
  width: 20px;
  height: 28px;
  padding: 0;
}

body .home_carousel_main .home_carousel #carouselButtons button .fa {
  color: #ffffff;
}

body .home_carousel_main .home_carousel #carouselButtons button .fa.fa-pause:before {
  content: "" !important;
  width: 20px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}

body .home_carousel_main .home_carousel #carouselButtons button .fa.fa-play img {
  opacity: 0;
}

body .home_carousel_main .home_carousel #carouselButtons button:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 20px;
  height: 28px;
  padding: 0;
}

body .home_carousel_main .home_carousel #carouselButtons button:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
  border: 0;
  width: 20px;
  height: 28px;
  padding: 0;
}

body .home_carousel_main .home_carousel #carouselButtons .secondary {
  width: 20px;
  height: 28px;
  padding: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
}

body .home_carousel_main .home_carousel #carouselButtons .secondary span {
  color: #ffffff;
  width: 20px;
  height: 28px;
  left: 0;
  top: 0;
  font-size: 25px;
  vertical-align: top;
  position: relative;
}

body .home_carousel_main .home_carousel #carouselButtons .secondary span.fa-pause:before {
  content: "" !important;
  width: 20px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  body .home_carousel_main .home_carousel #carouselButtons .secondary span.fa-pause:before {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 767px) {
  body .home_carousel_main .home_carousel #carouselButtons .secondary span.fa-play:before {
    font-size: 20px;
    margin-left: 3px;
  }
}

body .home_carousel_main .home_carousel #carouselButtons .secondary:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 20px;
  height: 28px;
  padding: 0;
  background: #bf2228;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .home_carousel_main .home_carousel #carouselButtons .secondary:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
  border: 0;
  width: 20px;
  height: 28px;
  padding: 0;
  background: #bf2228;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  body .home_carousel_main .home_carousel #carouselButtons {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 85px;
  }
}

@media (max-width: 767px) {
  body .home_carousel_main .home_carousel #carouselButtons {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 85px;
  }
  body .landing_banner .image {
    height: calc(100vh - 110px) !important;
}
}

body .home_carousel_main.home_slide .home_carousel {
  padding-bottom: 32px;
  position: relative;
}

body .home_carousel_main.home_slide .home_carousel .owl-carousel .owl-stage .owl-item {
  opacity: 0;
}

body .home_carousel_main.home_slide .home_carousel .owl-carousel .owl-stage .owl-item .item .common_banner_image .image:before {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(15%, #0e0e0e), color-stop(40%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, #0e0e0e 15%, rgba(255, 255, 255, 0) 40%);
  opacity: 0.62;
}

@media (max-width: 1180px) {
  body .home_carousel_main.home_slide .home_carousel .owl-carousel .owl-stage .owl-item .item .common_banner_image .image_text {
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  body .home_carousel_main.home_slide .home_carousel .owl-carousel .owl-stage .owl-item .item .common_banner_image .image_text {
    padding-right: 70px;
  }
}

body .home_carousel_main.home_slide .home_carousel .owl-carousel .owl-stage .owl-item.active {
  opacity: 1;
}

body .home_carousel_main.home_slide .home_carousel .owl-dots {
  text-align: center;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body .home_carousel_main.home_slide .home_carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #000000;
  margin: 0 10px;
}

body .home_carousel_main.home_slide .home_carousel .owl-dots .owl-dot span {
  font-size: 0;
}

body .home_carousel_main.home_slide .home_carousel .owl-dots .owl-dot.active {
  background: #000000;
}

body .home_carousel_main.home_slide .home_carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

body .common_banner_image {
  z-index: 1;
}

body .common_banner_image .image {
  height: 702px;
  overflow: hidden;
}

body .common_banner_image .image img {
  width: 100%;
  min-height: 702px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
	/* margin-top: 130px; */
}
body .common_banner_image_program .image img {
  min-height: unset;
}
body .common_banner_image .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.7;
  mix-blend-mode: multiply;
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(15%, #0e0e0e), color-stop(40%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, #0e0e0e 15%, rgba(255, 255, 255, 0) 40%);
  opacity: 0.62;
}

@media (max-width: 1180px) {
  body .common_banner_image .image {
    height: 500px;
  }
}

@media (max-width: 767px) {
  body .common_banner_image .image {
    height: 400px;
  }
}

@media (max-width: 581px) {
  body .common_banner_image .image {
    height: 100%;
  }
}

body .common_banner_image .image_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  padding: 51px 55px;
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Lato", sans-serif;
}

body .common_banner_image .image_text .home_slider_content {
  width: 100%;
}

body .common_banner_image .image_text .home_slider_content .home_slider_title {
  font-weight: 900;
  font-size: 50px;
  line-height: 42px;
  margin-bottom: 4px;
}

body .common_banner_image .image_text .home_slider_content .home_slider_title h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 42px;
  margin-bottom: 4px;
}

@media (max-width: 581px) {
  body .common_banner_image .image_text .home_slider_content .home_slider_title h1 {
    font-size: 40px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  body .common_banner_image .image_text .home_slider_content .home_slider_title h1 {
    font-size: 30px;
    line-height: 28px;
  }
}

@media (max-width: 581px) {
  body .common_banner_image .image_text .home_slider_content .home_slider_title {
    font-size: 40px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  body .common_banner_image .image_text .home_slider_content .home_slider_title {
    font-size: 30px;
    line-height: 28px;
  }
}

body .common_banner_image .image_text .home_slider_content .home_slider_subtitle {
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 42px;
  text-indent: 36%;
}

@media (max-width: 767px) {
  body .common_banner_image .image_text .home_slider_content .home_slider_subtitle {
    text-indent: 0;
  }
}

@media (min-width: 1201px) {
  body .common_banner_image .image_text .home_slider_content .home_slider_subtitle {
    text-indent: 22%;
  }
}

@media (max-width: 581px) {
  body .common_banner_image .image_text .home_slider_content .home_slider_subtitle {
    font-size: 30px;
    line-height: normal;
  }
}

@media (max-width: 480px) {
  body .common_banner_image .image_text .home_slider_content .home_slider_subtitle {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body .common_banner_image .image_text {
    padding: 30px 0;
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (max-width: 480px) {
  body .common_banner_image .image_text {
    min-height: 300px;
    padding: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .common_banner_image.universal_banner .image {
  height: auto;
}

body .common_banner_image.common_banner_image_program .image {
  height: 600px;
}

@media (max-width: 1180px) {
  body .common_banner_image.common_banner_image_program .image {
    height: 450px;
  }
}

@media (max-width: 767px) {
  body .common_banner_image.common_banner_image_program .image {
    height: 300px;
  }
}

body .common_banner_image.program_filter .image:before {
  background: black;
  opacity: 0.62;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(15%, #0e0e0e), color-stop(40%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, #0e0e0e 15%, rgba(255, 255, 255, 0) 40%);
}

body .interior_text_container_section {
  padding-top: 50px;
  padding-bottom: 47px;
}

body .interior_text_container_section .container {
  padding-left: 76px;
  padding-right: 76px;
}

body .interior_text_container_section .container .frame_video .fl-html {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 55.7187%;
}

body .interior_text_container_section .container .frame_video .fl-html iframe {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .interior_text_container_section .container .video_overlayText p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

body .interior_text_container_section .container .text_content h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 26px;
  margin-top: 0;
  color: #000000;
}

body .interior_text_container_section .container .text_content .bd-example {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

body .interior_text_container_section .container .text_content .bd-example a {
  color: #000000;
}

body .interior_text_container_section .container .text_content .bd-example a:hover {
  color: #000000;
}

body .interior_text_container_section .container .text_content .bd-example a:focus {
  color: #000000;
}

body .interior_text_container_section .container .text_content .bd-example p a {
  color: #000000;
}

body .interior_text_container_section .container .text_content .bd-example p a:hover {
  color: #000000;
}

body .interior_text_container_section .container .text_content .bd-example p a:focus {
  color: #000000;
}

body .interior_text_container_section .container .text_content .bd-example .figure.image_left {
  display: inline-block;
  position: relative;
}

body .interior_text_container_section .container .text_content .bd-example .figure.image_left .figure-caption {
  position: absolute;
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 300;
}

@media (max-width: 480px) {
  body .interior_text_container_section .container .text_content .bd-example .figure.image_left .figure-caption {
    position: relative;
  }
}

@media (max-width: 480px) {
  body .interior_text_container_section .container .text_content .bd-example .figure.image_left {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

body .interior_text_container_section .container .text_content .bd-example .figure.image_right {
  display: inline-block;
  position: relative;
}

body .interior_text_container_section .container .text_content .bd-example .figure.image_right .figure-caption {
  position: absolute;
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 300;
}

@media (max-width: 480px) {
  body .interior_text_container_section .container .text_content .bd-example .figure.image_right .figure-caption {
    position: relative;
  }
}

@media (max-width: 480px) {
  body .interior_text_container_section .container .text_content .bd-example .figure.image_right {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

body .interior_text_container_section .container .text_content figure.image_left img {
  width: 100%;
}

body .interior_text_container_section .container .text_content figure.image_left .figure-caption {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 300;
  color: #000000;
}

body .interior_text_container_section .container .text_content figure.image_right img {
  width: 100%;
}

body .interior_text_container_section .container .text_content figure.image_right .figure-caption {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 300;
  color: #000000;
}

body .interior_text_container_section .container .text_content figure blockquote {
  padding-left: 100px;
  padding-right: 100px;
}

body .interior_text_container_section .container .text_content figure blockquote p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-style: italic;
  padding-bottom: 5px;
}

@media (max-width: 1180px) {
  body .interior_text_container_section .container .text_content figure blockquote {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .interior_text_container_section .container table {
  border-color: #a08f60;
  border-width: 2px;
  margin-bottom: 55px;
}

body .interior_text_container_section .container table thead {
  background: #000000;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  border-width: 2px;
}

body .interior_text_container_section .container table thead th {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  padding: 18px 32px;
}

body .interior_text_container_section .container table tbody {
  border-width: 2px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 22px;
}

body .interior_text_container_section .container table tbody td {
  border-width: 2px;
  width: 25%;
  min-width: 200px;
  padding: 18px 32px;
}

body .interior_text_container_section .container ul {
  padding-left: 90px;
  font-family: "Lato", sans-serif;
}

body .interior_text_container_section .container ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}

body .interior_text_container_section .container ul li a {
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
  font-family: "Lato", sans-serif;
}

body .interior_text_container_section .container ul li a:hover {
  text-decoration: none;
}

body .interior_text_container_section .container ul li a:focus {
  text-decoration: none;
}

@media (max-width: 1180px) {
  body .interior_text_container_section .container ul {
    padding-left: 20px;
  }
}

body .interior_text_container_section .container ol {
  padding-left: 90px;
  margin-bottom: 70px;
  font-family: "Lato", sans-serif;
}

body .interior_text_container_section .container ol li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}

body .interior_text_container_section .container ol li a {
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
  font-family: "Lato", sans-serif;
}

body .interior_text_container_section .container ol li a:hover {
  text-decoration: none;
}

body .interior_text_container_section .container ol li a:focus {
  text-decoration: none;
}

@media (max-width: 1180px) {
  body .interior_text_container_section .container ol {
    padding-left: 20px;
  }
}

body .interior_text_container_section .container .common_paragrap_text_heading {
  margin-bottom: 101px;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette {
  margin-bottom: 20px;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette .col-md-8 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette .col-md-4 img {
  width: 100%;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette ol {
  margin-bottom: 0;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette p a {
  font-weight: bold;
  color: #000000;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette p a:hover {
  text-decoration: underline;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette p a:focus {
  text-decoration: underline;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette a {
  font-weight: bold;
  color: #000000;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette a:hover {
  text-decoration: underline;
}

body .interior_text_container_section .container .common_paragrap_text_heading .accordion-body .featurette a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body .interior_text_container_section .container .common_paragrap_text_heading {
    margin-bottom: 80px;
  }
}

body .interior_text_container_section .container .tab_block .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0;
}

body .interior_text_container_section .container .tab_block .nav-tabs .nav-link {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33.33%;
  border-radius: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  padding: 18px 32px;
  background: #000000;
  border-width: 2px;
  border-color: #a08f60;
}

body .interior_text_container_section .container .tab_block .nav-tabs .nav-link.active {
  background: transparent;
  color: #000000;
  border-bottom: 2px solid transparent;
}

body .interior_text_container_section .container .tab_block .nav-tabs .nav-link:hover a {
  background: #ffffff;
  color: #000000 !important;
}

body .interior_text_container_section .container .tab_block .nav-tabs .nav-link:focus a {
  background: #ffffff;
  color: #000000 !important;
}

@media (max-width: 581px) {
  body .interior_text_container_section .container .tab_block .nav-tabs .nav-link {
    width: 100%;
  }
}

body .interior_text_container_section .container .tab_block .tab-content {
  padding: 70px 38px 95px 38px;
  border: 2px solid #a08f60;
  border-top: 0;
}

body .interior_text_container_section .container .tab_block .tab-content .col-md-8 p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

body .interior_text_container_section .container .tab_block .tab-content .col-md-4 img {
  width: 100%;
}

body .interior_text_container_section .container p a {
  color: #000000;
}

body .interior_text_container_section .container p a:hover {
  color: #000000;
}

body .interior_text_container_section .container p a:focus {
  color: #000000;
}

@media (max-width: 1180px) {
  body .interior_text_container_section .container {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

@media (max-width: 480px) {
  body .interior_text_container_section .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  body .interior_text_container_section {
    margin-bottom: 70px;
  }
}

body .interior_card_contain .card_two_block_text_inner .row .card-body {
  padding-top: 25px !important;
}

body .interior_card_contain.interior_2_b {
  padding: 70px 0 !important;
}

body .interior_card_contain.interior_2_b .card_two_block_text_inner {
  margin: 0;
}

body .interior_card_contain.interior_2_b .card_two_block_text_inner .row {
  margin: 0 -26px;
}

body .interior_card_contain.interior_2_b .card_two_block_text_inner .row .col {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 0;
  margin: 0;
}

@media (max-width: 1180px) {
  body .interior_card_contain.interior_2_b .card_two_block_text_inner .row .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 480px) {
  body .interior_card_contain.interior_2_b .card_two_block_text_inner .row .col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1180px) {
  body .interior_card_contain.interior_2_b .card_two_block_text_inner .row {
    margin: 0;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 581px) {
  body .interior_card_contain.interior_2_b .card_two_block_text_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 581px) {
  body .interior_card_contain.pd_b .card_two_block_text_inner .row .col {
    margin-bottom: 20px !important;
  }
}

body .interior_card_contain.interior_3_b {
  padding: 40px 0 63px 0 !important;
}

body .interior_card_contain.interior_3_b .card_two_block_text_inner {
  margin: 0;
}

body .interior_card_contain.interior_3_b .card_two_block_text_inner .row {
  margin: 0 -21px;
}

body .interior_card_contain.interior_3_b .card_two_block_text_inner .row .col {
  padding-left: 21px;
  padding-right: 21px;
}

@media (max-width: 1180px) {
  body .interior_card_contain.interior_3_b .card_two_block_text_inner .row .col {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .interior_card_contain.interior_3_b .card_two_block_text_inner .row {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1180px) {
  body .interior_card_contain.interior_3_b .card_two_block_text_inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 480px) {
  body .interior_card_contain.interior_3_b .card_two_block_text_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  body .interior_card_contain.interior_3_b {
    padding: 0 0 50px 0 !important;
  }
}

body .universal_text_content {
  padding-bottom: 57px !important;
}

body .universal_text_content .col-lg-12 {
  padding-left: 92px;
  padding-right: 92px;
}

body .universal_text_content .col-lg-12 h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 26px;
  margin-top: 7px;
  color: #000000;
}

body .universal_text_content .col-lg-12 p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

body .universal_text_content .col-lg-12 p a {
  color: #000000;
}

body .universal_text_content .col-lg-12 p a:hover {
  color: #000000;
}

body .universal_text_content .col-lg-12 p a:focus {
  color: #000000;
}

@media (max-width: 581px) {
  body .universal_text_content .col-lg-12 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

@media (max-width: 480px) {
  body .universal_text_content .col-lg-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body .program_finder_text {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

body .program_finder_text .bd_block {
  margin-bottom: 30px;
}

body .program_finder_text p {
  max-width: 715px;
  margin: 0 auto;
}

body .program_finder_text p a {
  color: #000000;
}

body .program_finder_text p a:hover {
  color: #000000;
}

body .program_finder_text p a:focus {
  color: #000000;
}

body .photo_video_gallery_modal .photo_video_gallery {
  background: #e9e9e9;
  padding: 43px 0 41px 0;
}

body .photo_video_gallery_modal .photo_video_gallery .container .bd_block {
  margin-bottom: 25px;
}

body .photo_video_gallery_modal .photo_video_gallery .container .bd_block h3 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 65px;
  color: #000000;
  line-height: 42px;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .bd_block h3 {
    font-size: 28px;
    line-height: normal;
  }
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .bd_block {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (max-width: 480px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .bd_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item {
  height: 100% !important;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item {
  height: 100% !important;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img {
  position: relative;
  height: 378px;
  max-width: 688px;
  min-height: 378px;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img .btn {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  position: absolute;
  top: 0;
  right: 12px;
  border: 0;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img .btn:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

@media (min-width: 1181px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img {
    width: 63.8%;
  }
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img {
    height: 300px;
    max-width: 100%;
  }
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .left_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text {
  position: relative;
  padding-left: 18px;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text .bd_block h4 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 35px;
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text .bd_block {
    padding-left: 0;
    padding-right: 0;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #000000;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text p .btn {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 13px;
  padding: 27px 37px;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 7px;
  background: transparent;
  min-width: 216px;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text p .btn:hover {
  background: #bf2228;
  color: #ffffff;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text p .btn:focus {
  background: #bf2228;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

@media (min-width: 1181px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text {
    width: 36.2%;
  }
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item .item .featurette .right_text {
    padding-left: 12px;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-item.active {
  opacity: 1;
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (max-width: 480px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: -1;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev {
  display: inline-block;
  width: 30px;
  width: 14px;
  height: 23px;
  position: absolute;
  left: -39px;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev span {
  font-size: 0;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev span:after {
  content: "";
  width: 14px;
  height: 23px;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev span:after {
    left: 0;
    width: 30px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev .fa {
  font-size: 18px !important;
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev {
    left: -20px;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
  border: 2px solid #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev {
    left: 0;
    right: inherit;
    width: 30px;
    background-color: #ffffff;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    float: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px !important;
  }
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev:hover {
    background-color: #bf2228;
    color: #ffffff;
    border: none !important;
  }
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-prev:focus {
    background-color: #bf2228;
    border: none !important;
    color: #ffffff;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next {
  float: right;
  width: 14px;
  height: 23px;
  position: absolute;
  right: -39px;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next span {
  font-size: 0;
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next span:after {
  content: "";
  width: 14px;
  height: 23px;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next span:after {
    left: 0;
    width: 30px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next .fa {
  font-size: 18px !important;
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next {
    right: -20px;
  }
}

body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
  border: 2px solid #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next {
    right: -35px;
    width: 30px;
    background-color: #ffffff;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next:hover {
    background-color: #bf2228;
    color: #ffffff;
    border: none !important;
  }
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav .owl-next:focus {
    background-color: #bf2228;
    color: #ffffff;
    border: none !important;
  }
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery .container .owl-nav {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 50%;
    top: inherit;
  }
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .photo_video_gallery .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .photo_video_gallery {
    padding-bottom: 50px;
  }
}

body .photo_video_gallery_modal .thumbnail_slider {
  padding-top: 13px;
}

body .photo_video_gallery_modal .thumbnail_slider .container {
  position: relative;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel {
  position: relative;
  z-index: 1;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image {
  height: 180px;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button picture {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button picture:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button picture:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button picture:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button picture:focus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button .card-text {
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #000000;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button .card-text .up {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 9;
  max-width: 150px;
  padding: 11px 4px;
  line-height: 14px;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button .card-text .up:before {
  display: none;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .button:focus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .card-text {
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #000000;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .card-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .card-text a .up {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 9;
  max-width: 150px;
  padding: 11px 4px;
  line-height: 14px;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item .card-image .card-text a .up:before {
  display: none;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item.current {
  position: relative;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item .item.current:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer .owl-item.current .item.current .card-image .button {
  position: relative;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-stage-outer {
    display: none;
  }
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: -1;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  width: 30px;
  height: 40px;
  position: absolute;
  left: -39px;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-prev span {
  font-size: 0;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-prev span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-prev span:after {
    left: 0;
    width: 30px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-prev .fa {
  font-size: 18px !important;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-prev:hover {
  background: #bf2228;
  color: #ffffff;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-prev:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
  border: 2px solid #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
  background: #bf2228;
  color: #ffffff;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-prev {
    left: 0;
    right: inherit;
    width: 30px;
    background-color: #ffffff;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    float: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px !important;
  }
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-next {
  float: right;
  width: 30px;
  height: 40px;
  position: absolute;
  right: -39px;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-next span {
  font-size: 0;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-next span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-next span:after {
    left: 0;
    width: 30px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-next .fa {
  font-size: 18px !important;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-next:hover {
  background: #bf2228;
  color: #ffffff;
}

body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-next:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
  border: 2px solid #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
  background: #bf2228;
  color: #ffffff;
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav .owl-next {
    right: -35px;
    width: 30px;
    background-color: #ffffff;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .owl-carousel .owl-nav {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 50%;
  }
}

body .photo_video_gallery_modal .thumbnail_slider .container .btns .customPreviousBtn {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: -28px;
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .btns .customPreviousBtn {
    left: 5px;
  }
}

@media (max-width: 480px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .btns .customPreviousBtn {
    padding: 0;
    left: 0;
  }
}

body .photo_video_gallery_modal .thumbnail_slider .container .btns .customNextBtn {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: -28px;
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .btns .customNextBtn {
    right: 5px;
  }
}

@media (max-width: 480px) {
  body .photo_video_gallery_modal .thumbnail_slider .container .btns .customNextBtn {
    padding: 0;
    right: 0;
  }
}

@media (max-width: 1180px) {
  body .photo_video_gallery_modal .thumbnail_slider .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  body .photo_video_gallery_modal .thumbnail_slider {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  body .photo_video_gallery_modal .thumbnail_slider {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-color: transparent;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-header {
  border: 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-header .btn-close {
  content: "";
  background: transparent;
  width: 23px;
  height: 23px;
  position: relative;
  background-repeat: no-repeat;
  padding: 0;
  opacity: 1;
  margin: 0;
  z-index: 99;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-header .btn-close:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-header .btn-close:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-body {
  position: relative;
  z-index: 9;
  height: 70vh;
  padding: 100px 20px;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-body img {
  height: auto;
  max-width: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  color: #ffffff;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-footer .btn {
  border: 2px solid #bf2228;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 13px;
  padding: 29px 37px;
  border-radius: 0;
  margin-top: 21px;
  margin-bottom: 0px;
  background: #bf2228;
  min-width: 216px;
  position: relative;
  z-index: 9;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-footer .btn:hover {
  background: #000000;
  color: #ffffff;
}

body .photo_video_gallery_modal .modal_popup .modal .modal-dialog-full-width .modal-content-full-width .modal-footer .btn:focus {
  background: #bf2228;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .photo_video_gallery_modal .modal_popup .modal:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.7;
  mix-blend-mode: multiply;
  width: 100%;
}

body .photo_video_gallery_modal.photo_video_main_section {
  padding: 56px 0 113px 0;
}

body .interior_text_content .container .row .col-lg-12 h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 26px;
  margin-top: 7px;
  color: #000000;
}

body .interior_text_content .container .row .col-lg-12 .bd-example {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

body .interior_text_content .container .row .col-lg-12 .bd-example figure.image_left img {
  width: 100%;
}

body .interior_text_content .container .row .col-lg-12 .bd-example figure.image_left figcaption {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 300;
}

body .interior_text_content .container .row .col-lg-12 .bd-example figure.image_right img {
  width: 100%;
}

body .interior_text_content .container .row .col-lg-12 .bd-example figure.image_right figcaption {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 300;
}

body .interior_text_content .container .row .col-lg-12 figure.image_left img {
  width: 100%;
}

body .interior_text_content .container .row .col-lg-12 figure.image_left figcaption {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 300;
}

body .interior_text_content .container .row .col-lg-12 figure.image_right img {
  width: 100%;
}

body .interior_text_content .container .row .col-lg-12 figure.image_right figcaption {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 300;
}

body .universal_card_two_block_text .card_two_block_text_inner {
  margin: 0 -10px;
}

body .universal_card_two_block_text .card_two_block_text_inner .col {
  padding-left: 15px;
  padding-right: 15px;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card {
  height: 100%;
  border-radius: 0;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-image picture {
  position: relative;
  min-height: 250px;
  height: 250px;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-image picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
}

@media (min-width: 1201px) {
  body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-image picture {
    min-height: 350px;
    height: 350px;
  }
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-image .card-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-image .card-text h3 {
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-image .card-text h4 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-image .card-text:hover :before {
  display: none;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-image .card-text:focus :before {
  display: none;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body {
  padding: 40px;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body .card-title {
  line-height: 40px;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body .card-text {
  color: #000000;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body .card-text a {
  font-weight: bold;
  color: #000000;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body .card-text a:hover {
  text-decoration: underline;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body .card-text a:focus {
  text-decoration: underline;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body .card-text .card-link {
  border: 2px solid #bf2228;
  color: #bf2228 !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 13px;
  padding: 11px 22px;
  border-radius: 0;
  margin-top: 13px;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
  text-decoration: none !important;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body .card-text .card-link:hover {
  background: #bf2228;
  color: #ffffff !important;
  text-decoration: none;
}

body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body .card-text .card-link:focus {
  background: #bf2228;
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 581px) {
  body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body {
    padding: 33px !important;
  }
}

@media (max-width: 480px) {
  body .universal_card_two_block_text .card_two_block_text_inner .col .card .card-body {
    padding: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .universal_card_two_block_text .card_two_block_text_inner {
    margin: 0;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (max-width: 480px) {
  body .universal_card_two_block_text .card_two_block_text_inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

body .universal_card_two_block_text.mb-90 {
  margin-bottom: 90px !important;
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner {
  margin: 0;
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row {
  margin: 0 -25px;
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body {
  padding: 31px 18px !important;
}

@media (min-width: 1380px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body {
    padding: 31px 40px !important;
  }
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body .card-title {
  margin-bottom: 0;
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
  margin-bottom: 10px;
  min-height: 50px;
  max-width: 100%;
}

@media (max-width: 1180px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
    font-size: 28px;
    line-height: normal;
    max-width: 100%;
    min-height: auto;
  }
}

@media (max-width: 581px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
    min-height: auto;
  }
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body .card-text a {
  font-weight: bold;
  color: #000000;
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body .card-text a:hover {
  text-decoration: underline;
}

body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body .card-text a:focus {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col .card .card-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 480px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row .col {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row {
    margin: 0 -12px;
  }
}

@media (max-width: 480px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner .row {
    margin: 0 0;
  }
}

@media (max-width: 480px) {
  body .universal_card_two_block_text.interior_2_b .card_two_block_text_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .universal_card_two_block_text.landing_top {
  padding-top: 13px !important;
}

@media (max-width: 1180px) {
  body .universal_card_two_block_text.landing_top .card_two_block_text_inner .col .card .card-body .card-title {
    font-size: 25px;
    line-height: 28px !important;
  }
}

body .universal_card_two_block_text.landing_top .card_two_block_text_inner .col .card .card-body .card-text .card-link {
  margin-top: 0 !important;
}

body .universal_card_two_block_text.interior_00_sec {
  margin-top: 55px !important;
}

@media (max-width: 581px) {
  body .universal_card_two_block_text.interior_00_sec .card_two_block_text_inner .row {
    margin: 0;
  }
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body {
  padding: 25px 40px 17px 40px !important;
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body .card-title {
  line-height: 40px;
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body .card-text {
  color: #000000;
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body .card-text a {
  font-weight: bold;
  color: #000000;
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body .card-text a:hover {
  text-decoration: underline;
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body .card-text a:focus {
  text-decoration: underline;
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body .card-text .card-link {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 13px;
  padding: 11px 22px;
  border-radius: 0;
  margin-top: 13px;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
  text-decoration: none;
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body .card-text .card-link:hover {
  background: #bf2228;
  color: #ffffff;
  text-decoration: none;
}

body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body .card-text .card-link:focus {
  background: #bf2228;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 581px) {
  body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body {
    padding: 33px !important;
  }
}

@media (max-width: 480px) {
  body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body {
    padding: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

@media (max-width: 767px) {
  body .interior_image_card_c .card_two_block_text_inner .row .col .card .card-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner {
  margin: 0;
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row {
  margin: 0 -20px;
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card picture {
  min-height: 180px;
  height: 180px;
}

@media (min-width: 1380px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card picture {
    min-height: 250px;
    height: 250px;
  }
}

@media (max-width: 581px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card picture {
    height: auto;
  }
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body {
  padding: 31px 18px !important;
}

@media (min-width: 1380px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body {
    padding: 31px 40px !important;
  }
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body .card-title {
  margin-bottom: 0;
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
  margin-bottom: 10px;
  min-height: 75px;
  max-width: 300px;
}

@media (max-width: 1180px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
    font-size: 28px;
    line-height: normal;
    max-width: 100%;
    min-height: auto;
  }
}

@media (max-width: 581px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
    min-height: auto;
  }
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body .card-text a {
  font-weight: bold;
  color: #000000;
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body .card-text a:hover {
  text-decoration: underline;
}

body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body .card-text a:focus {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col .card .card-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row .col {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner .row {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1180px) {
  body .interior_image_card_c.interior_3_b .card_two_block_text_inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

body .interior_image_card_c.landing_3 {
  margin-top: 30px;
  margin-bottom: 50px;
}

body .common_tab_section #exTab1 .nav-pills li a {
  border-radius: 0;
}

body .common_tab_section #exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

body .carousel-control {
  padding-top: 10%;
  width: 5%;
}

body .universal_card_three_block_text .card_two_block_text_inner {
  margin: 0 -7px;
}

body .universal_card_three_block_text .card_two_block_text_inner .col .card .card-image picture {
  position: relative;
}

body .universal_card_three_block_text .card_two_block_text_inner .col .card .card-image picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
}

@media (max-width: 1180px) {
  body .universal_card_three_block_text .card_two_block_text_inner .col .card {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 480px) {
  body .universal_card_three_block_text .card_two_block_text_inner .col .card {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .universal_card_three_block_text .card_two_block_text_inner .col .card .card-body {
  padding: 25px 20px 17px 30px !important;
}

@media (max-width: 1180px) {
  body .universal_card_three_block_text .card_two_block_text_inner {
    margin: 0;
  }
}

body .universal_card_two_red_text .card-body {
  padding: 0 0px 15px 0px !important;
}

body .universal_card_two_red_text .card-body .card-title h2 {
  font-size: 94px;
  line-height: 120px !important;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #bf2228;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

body .universal_card_two_red_text .card-body .card-title h2 sup {
  font-size: .55em;
  top: 0;
  line-height: 100px !important;
  top: -35px;
}

body .universal_card_two_red_text .card-body .card-title h2 sup.left {
  right: inherit;
}

@media (max-width: 581px) {
  body .universal_card_two_red_text .card-body .card-title h2 sup.left {
    left: -27px;
  }
}

body .universal_card_two_red_text .card-body .card-title h2 sup.right_p {
  font-size: 94px;
  line-height: 120px !important;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #bf2228;
  text-transform: uppercase;
  top: 0;
  margin-bottom: 0;
}

@media (max-width: 581px) {
  body .universal_card_two_red_text .card-body .card-title h2 sup {
    right: -47px;
    position: absolute;
    top: -5px;
  }
  body .universal_card_two_red_text .card-body .card-title h2 sup.right_p {
    position: absolute;
  }
}

body .universal_card_two_red_text .card-body .card-text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  max-width: 305px;
  margin: 0 auto;
  line-height: 25px;
  font-weight: 400;
}

body .universal_card_two_red_text .card-body .card-text a {
  color: #000000;
}

body .universal_card_two_red_text .card-body .card-text a:hover {
  color: #000000;
}

body .universal_card_two_red_text .card-body .card-text a:focus {
  color: #000000;
}

body .universal_card_two_red_text .card-body .card-text.small p {
  line-height: 11px;
  line-height: 11px;
  margin-top: 10px;
}

body .universal_card_two_red_text .card-body .card-text.small p small {
  font-style: italic;
  font-size: 12px;
  color: #000000;
  line-height: 11px;
  font-weight: 900;
}

body .universal_card_two_red_text.px-55 {
  margin-bottom: 55px !important;
}

body .universal_card_two_red_text.px-40 {
  margin-bottom: 40px !important;
}

body .universal_card_two_red_text.programm_card_two_block_text {
  margin-bottom: 10px;
}

body .home_four_image .row {
  margin-top: 0 !important;
}

body .home_four_image .row .card {
  height: 100%;
  min-height: 720px;
}

body .home_four_image .row .card .card-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Lato", sans-serif;
  overflow: hidden;
  z-index: 1;
}

body .home_four_image .row .card .card-text .btn {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: transparent;
  border: 0 !important;
  border-radius: 0 !important;
}

body .home_four_image .row .card .card-text .btn span {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 28px;
  text-align: left !important;
  text-transform: uppercase;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #ffffff;
  margin-bottom: 41px;
  margin-right: 41px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  right: 0;
}

@media (max-width: 767px) {
  body .home_four_image .row .card .card-text .btn span {
    font-size: 24px;
    text-transform: uppercase;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-orientation: inherit;
    margin-bottom: 25px;
    margin-right: 0;
    bottom: 0;
    z-index: 9;
    right: 0;
    left: 20px;
    line-height: 30px;
    right: 20px;
  }
}

@media (max-width: 480px) {
  body .home_four_image .row .card .card-text .btn span {
    font-size: 25px;
  }
}

body .home_four_image .row .card .card-text .btn .picture {
  width: 100%;
  height: 100%;
}

body .home_four_image .row .card .card-text .btn .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
}

@media (max-width: 767px) {
  body .home_four_image .row .card .card-text .btn .picture img {
    -o-object-position: center;
       object-position: center;
  }
}

body .home_four_image .row .card .card-text .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
  mix-blend-mode: multiply;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  body .home_four_image .row .card .card-text .btn:after {
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(40%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 40%);
    opacity: 1;
  }
}

body .home_four_image .row .card .card-text .btn:before {
  content: "";
  position: absolute;
  top: 26.5%;
  bottom: 0;
  right: -100%;
  background-color: #bf2228;
  mix-blend-mode: multiply;
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

body .home_four_image .row .card .card-text .btn:hover:before {
  right: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: right .5s linear;
  transition: right .5s linear;
}

body .home_four_image .row .card .card-text .btn:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .home_four_image .row .card .card-text .btn:focus:before {
  right: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: right .5s linear;
  transition: right .5s linear;
}

@media (max-width: 767px) {
  body .home_four_image .row .card {
    min-height: 320px;
  }
}

body .common_grey_background {
  background: #e9e9e9;
  border-bottom: 2px solid #000000;
  margin-bottom: 68px;
}

body .common_grey_background .container .row {
  max-width: 850px;
}

body .common_grey_background .container .row h2 {
  margin-bottom: 40px;
  margin-top: 19px;
}

body .common_grey_background .container .row h1 {
  margin-bottom: 40px;
  margin-top: 19px;
}

body .common_grey_background .container .row p {
  margin-bottom: 0;
  color: #000000;
  font-size: 19px;
  line-height: 25px;
}

body .common_grey_background .container .row p .btn {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 16px;
  padding: 26px 37px;
  border-radius: 0;
  margin-top: 56px;
  margin-bottom: 7px;
  background: transparent;
  min-width: 216px;
}

body .common_grey_background .container .row p .btn:hover {
  background: #bf2228;
  color: #ffffff;
}

body .common_grey_background .container .row p .btn:focus {
  background: #bf2228;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .common_grey_background .container .row p a {
  color: #000000;
}

body .common_grey_background .container .row p a:hover {
  color: #000000;
}

body .common_grey_background .container .row p a:focus {
  color: #000000;
}

body .common_grey_background.universal_common_grey_background {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

body .common_grey_background.universal_common_grey_background .container .row {
  max-width: 810px;
}

body .common_grey_background.universal_common_grey_background .container .row p {
  color: #000000;
}

body .common_grey_background.universal_common_grey_background .container .row p .btn {
  padding: 27px 37px;
  margin-bottom: 7px;
  min-width: 216px;
}

body .common_grey_background.universal_common_grey_background.p-75 {
  padding-top: 20px;
  margin-bottom: 75px;
}

body .common_grey_background.common_grey_programme_background {
  padding-bottom: 38px;
  margin-bottom: 50px;
}

body .common_grey_background.common_grey_programme_background .container .row {
  max-width: 850px;
}

body .common_grey_background.common_grey_programme_background .container .row h2 {
  margin-bottom: 40px;
  margin-top: 7px;
}

body .common_grey_background.common_grey_programme_background .container .row h1 {
  margin-bottom: 28px;
  margin-top: 7px;
}

body .common_grey_background.common_grey_programme_background .container .row p {
  margin-bottom: 0;
  color: #000000;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 16px !important;
}

body .common_grey_background.common_grey_programme_background .container .row p .btn {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 13px;
  padding: 29px 37px;
  border-radius: 0;
  margin-top: 21px;
  margin-bottom: 0px;
  background: transparent;
  min-width: 216px;
}

body .common_grey_background.common_grey_programme_background .container .row p .btn:hover {
  background: #bf2228;
  color: #ffffff;
}

body .common_grey_background.common_grey_programme_background .container .row p .btn:focus {
  background: #bf2228;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .common_grey_background.mb-82 {
  padding-bottom: 70px;
  padding-top: 67px;
  margin-top: 65px;
}

body .common_grey_background.mb-82 .container .row p .btn {
  min-width: 318px;
}

@media (max-width: 380px) {
  body .common_grey_background.mb-82 .container .row p .btn {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  body .common_grey_background.mb-82 {
    padding-top: 0;
    margin-top: 0;
  }
}

body .common_grey_background.common_grey_background_home_b .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

body .common_grey_background.pt-25 {
  padding-top: 25px;
}

body .card_two_block_text .card_two_block_text_inner {
  margin-left: 0;
  margin-right: 0;
}

body .card_two_block_text .card_two_block_text_inner .row {
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card {
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: "Lato", sans-serif;
  padding: 0 12px;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body {
  background: #e9e9e9;
  text-align: center;
  padding: 35px 32px;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-title {
  text-align: left;
  margin-bottom: 58px;
  margin-top: 10px;
  letter-spacing: -0.01em;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-text {
  font-weight: 400;
  color: #333333;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 32px;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-text b {
  font-weight: 700;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-text a {
  color: #000000;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-text a:hover {
  color: #000000;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-text a:focus {
  color: #000000;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-link {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 21px;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-link:hover {
  background: #bf2228;
  color: #ffffff;
}

body .card_two_block_text .card_two_block_text_inner .row .col .card .card-body .card-link:focus {
  background: #bf2228;
  color: #ffffff;
}

@media (max-width: 1180px) {
  body .card_two_block_text .card_two_block_text_inner .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (min-width: 1181px) {
  body .card_two_block_text .card_two_block_text_inner .row.mxminus-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col {
  margin: 0;
}

body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body {
  padding: 31px 20px;
}

@media (min-width: 1380px) {
  body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body {
    padding: 31px 40px;
  }
}

body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body .card-title {
  margin-bottom: 0;
}

body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
  margin-bottom: 10px;
  min-height: 75px;
  max-width: 300px;
}

@media (max-width: 1180px) {
  body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
    font-size: 28px;
    line-height: normal;
    max-width: 100%;
    min-height: auto;
  }
}

@media (max-width: 581px) {
  body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body .card-title h2 {
    min-height: auto;
  }
}

body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body .card-text a {
  font-weight: bold;
  color: #000000;
}

body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body .card-text a:hover {
  text-decoration: underline;
}

body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body .card-text a:focus {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .col .card .card-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .px-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 480px) {
  body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .card_two_block_text.programe_card_contain .card_two_block_text_inner .row .px-20 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .card_two_block_text.space_h2 .card_two_block_text_inner .row .col {
  margin-top: 35px !important;
}

body .common_paragrap_text_heading .programme_accordian_tab {
  padding-left: 80px;
  padding-right: 80px;
}

body .common_paragrap_text_heading .programme_accordian_tab .bd_block {
  font-size: 28px;
  line-height: 50px;
}

@media (max-width: 1180px) {
  body .common_paragrap_text_heading .programme_accordian_tab .bd_block {
    line-height: normal;
    margin-bottom: 20px;
  }
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion {
  margin-top: 10px;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border: 0;
  border-bottom: 2px solid #a08f60;
  padding-right: 65px;
  text-align: left;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button .minus {
  position: absolute;
  font-size: 18px;
  right: 38px;
  opacity: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button .plus {
  position: absolute;
  font-size: 18px;
  right: 38px;
  opacity: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] span.minus {
  opacity: 1;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="false"] span.plus {
  opacity: 1;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border: 0;
  border-bottom: 2px solid transparent;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background: transparent;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):hover {
  background: #000000;
  color: #ffffff;
  border-bottom: 2px solid #000000;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):hover:after {
  background: transparent;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 2px solid transparent;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:after {
  background: transparent;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:hover {
  background: #000000;
  color: #ffffff;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:hover:after {
  background: transparent;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
  border-bottom: 2px solid transparent;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse {
  border: 0;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 28px 32px;
  border: 0;
  border-bottom: 2px solid #a08f60;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette {
  margin-bottom: 20px;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette .bd-example {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 24px;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette .bd-example .image_left {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette .bd-example .image_left {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette .bd-example .image_right {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette .bd-example .image_right {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ul {
  padding-left: 90px;
  font-family: "Lato", sans-serif;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ul li a {
  text-decoration: underline;
  color: #000000;
  font-family: "Lato", sans-serif;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ul li a:hover {
  text-decoration: none;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ul li a:focus {
  text-decoration: none;
}

@media (max-width: 1180px) {
  body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ul {
    padding-left: 20px;
  }
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ol {
  padding-left: 90px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ol li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ol li a {
  color: #000000;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ol li a:hover {
  text-decoration: none;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ol li a:focus {
  text-decoration: none;
}

@media (max-width: 1180px) {
  body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette ol {
    padding-left: 20px;
  }
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette p {
  line-height: 24px;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette p a {
  font-weight: bold;
  color: #000000;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette p a:hover {
  text-decoration: underline;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette p a:focus {
  text-decoration: underline;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette a {
  font-weight: bold;
  color: #000000;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette a:hover {
  text-decoration: underline;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion .accordion-item .accordion-collapse .accordion-body .featurette a:focus {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  body .common_paragrap_text_heading .programme_accordian_tab {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (max-width: 480px) {
  body .common_paragrap_text_heading .programme_accordian_tab {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .common_text_blog_programme {
  margin-bottom: 10px;
}

body .common_text_blog_programme .text_blog_programme h2 {
  font-size: 28px;
  line-height: 50px;
}

@media (max-width: 1180px) {
  body .common_text_blog_programme .text_blog_programme h2 {
    line-height: normal;
  }
}

body .common_text_blog_programme .text_blog_programme p {
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  font-weight: 500;
}

body .common_text_blog_programme .text_blog_programme p a {
  color: #000000;
}

body .common_text_blog_programme .text_blog_programme p a:hover {
  color: #000000;
}

body .common_text_blog_programme .text_blog_programme p a:focus {
  color: #000000;
}

body .common_text_blog_programme .text_blog_programme ul {
  padding-left: 110px;
  font-family: "Lato", sans-serif;
}

body .common_text_blog_programme .text_blog_programme ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

body .common_text_blog_programme .text_blog_programme ul li a {
  font-weight: 700;
  color: #000000;
  font-family: "Lato", sans-serif;
  text-decoration: underline !important;
}

body .common_text_blog_programme .text_blog_programme ul li a:hover {
  text-decoration: none !important;
  color: #000000 !important;
}

@media (max-width: 1180px) {
  body .common_text_blog_programme .text_blog_programme ul {
    padding-left: 20px;
  }
}

@media (max-width: 1180px) {
  body .common_text_blog_programme {
    padding-left: 33px !important;
    padding-right: 33px !important;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  body .common_text_blog_programme {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 20px;
  }
}

body .grey-card_two_block_text_inner .card_two_block_text_inner {
  margin-left: 0;
  margin-right: 0;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row {
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col {
  padding-top: 20px;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card {
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: "Lato", sans-serif;
  padding: 0 12px;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card .card-body {
  background: #e9e9e9;
  text-align: center;
  padding: 35px 32px;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card .card-body .card-title {
  text-align: left;
  margin-bottom: 58px;
  margin-top: 10px;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card .card-body .card-text {
  font-weight: 400;
  color: #333333;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 32px;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card .card-body .card-text b {
  font-weight: 700;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card .card-body .card-link {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 21px;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card .card-body .card-link:hover {
  background: #bf2228;
  color: #ffffff;
}

body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card .card-body .card-link:focus {
  background: #bf2228;
  color: #ffffff;
}

@media (max-width: 581px) {
  body .grey-card_two_block_text_inner .card_two_block_text_inner .row .col .card {
    padding: 0;
  }
}

@media (max-width: 1180px) {
  body .grey-card_two_block_text_inner .card_two_block_text_inner .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

body .latest_blog_news_main {
  padding-top: 68px !important;
  padding-bottom: 65px !important;
}

body .latest_blog_news_main .latest_blog_news .row {
  padding-top: 0;
  margin-top: 0;
}

body .latest_blog_news_main .latest_blog_news .row .col {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 24px;
}

body .latest_blog_news_main .latest_blog_news .row .col .card h3 {
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
  line-height: 13px;
}

body .latest_blog_news_main .latest_blog_news .row .col .card h3 small {
  font-size: 15px;
  line-height: 13px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  vertical-align: top;
  margin-bottom: 0;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:hover picture {
  position: relative;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:hover picture:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:hover .card-body .up {
  text-decoration: underline;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:hover .card-body .down {
  text-decoration: underline;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #000000 !important;
  position: relative;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:focus picture {
  position: relative;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:focus picture:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:focus .card-body .up {
  text-decoration: underline;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a:focus .card-body .down {
  text-decoration: underline;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a .card-body {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 16px;
  padding-right: 12px !important;
  padding-bottom: 16px !important;
  text-align: left;
  display: inline-block;
  width: 100%;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a .card-body .up {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a .card-body .down {
  font-size: 12px;
  display: block;
  line-height: 20px;
  font-weight: 600;
  margin-top: 2px;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a .card-body:hover .up {
  text-decoration: underline;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a .card-body:hover .down {
  text-decoration: underline;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-image a .card-body:focus {
  outline: none;
  border: 2px solid #bf2228;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 16px;
  padding-right: 12px !important;
  padding-bottom: 16px !important;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body a {
  background-color: transparent;
  border-color: transparent;
  text-align: left;
  border-radius: 0;
  padding: 0;
  border: 2px solid transparent;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body a .up {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body a .down {
  font-size: 12px;
  display: block;
  line-height: 20px;
  font-weight: 600;
  margin-top: 2px;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body a:hover .up {
  text-decoration: underline;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body a:hover .down {
  text-decoration: underline;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body a:focus {
  outline: none;
  border: 2px solid #bf2228;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body h4 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

body .latest_blog_news_main .latest_blog_news .row .col .card .card-body p span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main .latest_blog_news .row .col .card {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 581px) {
  body .latest_blog_news_main .latest_blog_news .row .col .card {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main .latest_blog_news .row .col {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-top: 0;
    width: 33.33%;
  }
}

@media (max-width: 581px) {
  body .latest_blog_news_main .latest_blog_news .row .col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main .latest_blog_news .row {
    margin-left: -11px;
    margin-right: -11px;
  }
}

@media (max-width: 581px) {
  body .latest_blog_news_main .latest_blog_news .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

body .latest_blog_news_main .header-top {
  background: #000000;
  position: relative;
  z-index: 9;
  margin: 22px 0 0 0;
}

body .latest_blog_news_main .header-top ul {
  padding: 16px 0 15px 0;
}

body .latest_blog_news_main .header-top ul li {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 24px;
  padding-left: 30px;
  letter-spacing: 0.12em;
  position: relative;
  font-size: 13px;
}

body .latest_blog_news_main .header-top ul li a {
  color: #ffffff;
}

body .latest_blog_news_main .header-top ul li a:hover {
  text-decoration: underline;
}

body .latest_blog_news_main .header-top ul li a:focus {
  text-decoration: underline;
}

body .latest_blog_news_main .header-top ul li :before {
  display: none;
}

body .latest_blog_news_main .header-top ul li :after {
  display: none;
}

body .latest_blog_news_main .header-top ul :before {
  content: "/";
  color: #a08f60;
  position: absolute;
  left: 0;
}

body .latest_blog_news_main .header-top ul :after {
  content: "/";
  color: #a08f60;
  position: absolute;
  right: 0;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 480px) {
  body .latest_blog_news_main {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body .latest_blog_news_main.interior_blog_news_main .card h3 small {
  font-weight: 900 !important;
}

body .latest_blog_news_main.home_news_slider {
  padding-bottom: 0 !important;
}

body .latest_blog_news_main.home_news_slider #more_news {
  padding: 0;
  margin-top: 0;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main.home_news_slider #more_news .col {
    width: 100% !important;
  }
}

body .latest_blog_news_main.home_news_slider #more_news .owl-dots {
  text-align: center;
  padding-top: 15px;
}

body .latest_blog_news_main.home_news_slider #more_news .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #000000;
  margin: 0 10px;
}

body .latest_blog_news_main.home_news_slider #more_news .owl-dots .owl-dot span {
  font-size: 0;
}

body .latest_blog_news_main.home_news_slider #more_news .owl-dots .owl-dot.active {
  background: #000000;
}

body .latest_blog_news_main.home_news_slider #more_news .owl-dots .owl-dot:focus {
  outline: none !important;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main.interior_bottom {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 480px) {
  body .latest_blog_news_main.interior_bottom {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body .latest_blog_news_main.interior_bottom .card:hover .card-body a {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main.home_calender_event .latest_blog_news .row .col {
    width: 50% !important;
  }
}

@media (max-width: 581px) {
  body .latest_blog_news_main.home_calender_event .latest_blog_news .row .col {
    width: 100% !important;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row {
  margin-top: 2px;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card {
  height: 100%;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image picture {
  position: relative;
  height: 100%;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a .up {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 9;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a .up:before {
  display: none;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a .down {
  font-size: 50px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 9;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a .down:before {
  display: none;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image .card-text a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.3;
  mix-blend-mode: multiply;
  width: 100%;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body {
  padding-right: 0 !important;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a {
  background-color: transparent;
  border-color: transparent;
  text-align: left;
  padding: 0;
  border-radius: 0;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a .up {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 23px;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a .up {
    margin-bottom: 10px;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a .down {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a .down {
    font-weight: 900;
    margin-top: 0;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a:hover .up {
  text-decoration: underline;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a:hover .down {
  text-decoration: underline;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a:focus {
  outline: none;
  -moz-box-shadow: 0px 0px 0px 2px #bf2228;
  -webkit-box-shadow: 0px 0px 0px 2px #bf2228;
  border-radius: 0;
  box-shadow: 0px 0px 0px 2px #bf2228;
}

@media (max-width: 767px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body a {
    border: 0;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 23px;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .card .card-body {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    text-align: left;
    padding-right: 20px !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;f
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    border-bottom: 1px solid #a2aaad !important;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col {
    margin-top: 29px;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col:last-child .card {
    border-bottom: 0 !important;
    padding-bottom: 8px;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col {
    width: 100% !important;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  width: 100%;
  height: 100%;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image {
  display: inline-block;
  width: 100%;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image picture {
  position: relative;
  height: 100%;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image .card-text .up {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 9;
  text-align: center;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image .card-text .up:before {
  display: none;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image .card-text .down {
  font-size: 50px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 9;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image .card-text .down:before {
  display: none;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image .card-text:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.3;
  mix-blend-mode: multiply;
  width: 100%;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-body {
  padding-right: 0 !important;
  background-color: transparent;
  border-color: transparent;
  text-align: left;
  padding: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-body .up {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-body .up {
    margin-bottom: 5px;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-body .down {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-body .down {
    font-weight: 900;
    margin-top: 0;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn .card-body {
    padding-right: 20px !important;
  }
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn:hover .card-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn:hover .card-body span {
  text-decoration: underline;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn:focus .card-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn:focus .card-body span {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row .col .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom .latest_blog_news {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 480px) {
  body .latest_blog_news_main_bottom .latest_blog_news {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body .latest_blog_news_main_bottom.programe_related_block {
  padding-top: 0 !important;
}

@media (max-width: 581px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .bd_block {
    text-align: center;
  }
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row {
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col {
  padding-left: 92px;
  padding-right: 92px;
  margin-top: 31px;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image picture {
  position: relative;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a .up {
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 9;
  min-height: 80px;
  margin-top: 50px;
  vertical-align: top;
  line-height: 30px;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a .up:before {
  display: none;
}

@media (max-width: 581px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a .up {
    min-height: auto;
    margin-top: inherit;
    vertical-align: top;
    line-height: normal;
  }
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a .down {
  font-size: 50px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 9;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a .down:before {
  display: none;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf2228;
  opacity: 1;
  mix-blend-mode: multiply;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image .card-text a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
  mix-blend-mode: multiply;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-image {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-body {
  padding-right: 0 !important;
  margin-top: 14px;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-body h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-body h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card .card-body {
    width: 100%;
    margin-top: 14px !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col .card {
    display: inline-block;
    width: 100%;
    border-bottom: 0 !important;
    padding-bottom: 0;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-bottom: 30px;
    width: 33.33% !important;
  }
}

@media (max-width: 620px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 581px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
    width: 50% !important;
  }
}

@media (max-width: 480px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col {
    width: 70% !important;
  }
}

@media (max-width: 380px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col {
    width: 100% !important;
  }
}

body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row .col:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 581px) {
  body .latest_blog_news_main_bottom.programe_related_block .latest_blog_news .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1180px) {
  body .latest_blog_news_main_bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 480px) {
  body .latest_blog_news_main_bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .image_red_common {
  background: #bf2228;
}

body .image_red_common .box_total_text .bd_block {
  margin-bottom: 36px;
  margin-top: 18px;
  color: #ffffff;
}

@media (max-width: 991px) {
  body .image_red_common .box_total_text .bd_block {
    margin-top: 0;
  }
}

body .image_red_common .box_total_text p {
  margin-bottom: 0;
  color: #ffffff;
  max-width: 512px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
}

@media (max-width: 480px) {
  body .image_red_common .box_total_text p {
    width: 100%;
  }
}

body .image_red_common .box_total_text p .btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 13px;
  padding: 29px 37px;
  border-radius: 0;
  margin-top: 45px;
  margin-bottom: 0;
  min-width: 314px;
  background: transparent;
}

body .image_red_common .box_total_text p .btn:hover {
  background: #ffffff;
  color: #bf2228;
}

body .image_red_common .box_total_text p .btn:focus {
  background: #ffffff;
  color: #bf2228;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 480px) {
  body .image_red_common .box_total_text p .btn {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  body .image_red_common .box_total_text {
    padding: 40px 20px;
  }
}

@media (min-width: 768px) {
  body .image_red_common .box_total_text {
    width: 65%;
  }
}

@media (max-width: 991px) {
  body .image_red_common .box_total_text {
    width: 60%;
    margin-left: 40%;
    padding: 30px;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  body .image_red_common .box_total_text {
    width: 100%;
    margin-left: 0;
    padding: 40px 20px;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body .image_red_common .box_total_image {
  overflow: hidden;
}

body .image_red_common .box_total_image .p-0 {
  position: relative;
}

body .image_red_common .box_total_image .p-0 .card-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Lato", sans-serif;
  overflow: hidden;
  z-index: 1;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn figure {
  padding: 20px 60px;
  z-index: 9;
  margin-bottom: 0 !important;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn figure blockquote {
  text-align: left;
  margin-bottom: 0 !important;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn figure blockquote p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  font-style: italic;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn figure figcaption {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
  color: #ffffff;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn figure figcaption cite {
  font-size: 14px;
  line-height: 18px;
  display: block;
  font-style: normal;
}

@media (max-width: 1180px) {
  body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn figure {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

@media (max-width: 480px) {
  body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn figure {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn picture {
  width: 100%;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
  mix-blend-mode: multiply;
  width: 100%;
}

@media (max-width: 991px) {
  body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn picture {
    height: 100%;
  }
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60%;
  background-color: #bf2228;
  mix-blend-mode: multiply;
  width: 60%;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  opacity: 1;
  right: 0;
  visibility: visible;
}

@media (max-width: 1180px) {
  body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn:before {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn:hover:before {
  right: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: right .5s linear;
  transition: right .5s linear;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
  border: 2px solid #000;
}

body .image_red_common .box_total_image .p-0 .card-text .blockquote_btn:focus:before {
  right: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: right .5s linear;
  transition: right .5s linear;
}

@media (max-width: 991px) {
  body .image_red_common .box_total_image .p-0 .card-text {
    height: 100%;
  }
}

@media (max-width: 991px) {
  body .image_red_common .box_total_image .p-0 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  body .image_red_common .box_total_image {
    width: 35%;
  }
}

@media (max-width: 991px) {
  body .image_red_common .box_total_image {
    width: 40%;
    position: absolute;
    left: 0;
    height: 100%;
  }
}

@media (max-width: 767px) {
  body .image_red_common .box_total_image {
    width: 100%;
    margin-left: 0;
    position: relative;
    padding: 40px 20px;
  }
}

body .image_red_common.programme_image_red_common .box_total_image {
  width: 49%;
}

body .image_red_common.programme_image_red_common .box_total_image picture {
  min-height: 425px;
}

@media (max-width: 1180px) {
  body .image_red_common.programme_image_red_common .box_total_image {
    width: 100%;
  }
}

body .image_red_common.programme_image_red_common .box_total_text {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  width: 51%;
}

body .image_red_common.programme_image_red_common .box_total_text figure {
  text-align: left;
  max-width: 387px;
  margin: 0 auto;
}

body .image_red_common.programme_image_red_common .box_total_text figure blockquote p {
  max-width: 100%;
  color: #ffffff;
  font-style: italic;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

body .image_red_common.programme_image_red_common .box_total_text figure figcaption {
  font-size: 18px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
}

body .image_red_common.programme_image_red_common .box_total_text figure figcaption cite {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1180px) {
  body .image_red_common.programme_image_red_common .box_total_text {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  body .image_red_common.interior_image_red_common .box_total_text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

body .image_red_common.remove_add .box_total_image .card-text .blockquote_btn:before {
  display: none !important;
}

body .image_red_common.remove_add .box_total_image .card-text .blockquote_btn picture:after {
  display: none !important;
}

body .image_red_common.remove_add .box_total_image .card-text .blockquote_btn picture img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

body .image_red_common.remove_add .box_total_image .card-text .blockquote_btn:focus {
  border: 3px solid #000;
}

body .image_red_common.remove_add .box_total_image .card-text picture {
  width: 100%;
}

body .image_red_common.remove_add .box_total_image .card-text picture:after {
  display: none !important;
}

body .image_red_common.remove_add .box_total_image .card-text picture img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media (max-width: 767px) {
  body .image_red_common.remove_add .box_total_image .card-text picture {
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  body .image_red_common.remove_add .box_total_image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body .image_red_common.remove_add .box_total_image {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  body .image_red_common.remove_add .box_total_text {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body .image_red_common.remove_add .box_total_text {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body .image_red_common.remove_add .box_total_text {
    margin-left: 50%;
  }
}

@media (max-width: 767px) {
  body .image_red_common.remove_add .box_total_text {
    margin-left: 0;
  }
}

body .image_red_common.home_image_image_red_common .box_total_image .card-text .blockquote_btn picture:after {
  opacity: 0.5;
  mix-blend-mode: multiply;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}

body .image_red_common.home_image_image_red_common .box_total_image .card-text .blockquote_btn:before {
  opacity: 1;
  right: 0;
  visibility: visible;
}

@media (max-width: 991px) {
  body .image_red_common {
    position: relative;
  }
}

@media (max-width: 767px) {
  body .image_red_common {
    position: inherit;
  }
}

body .contact_person_info_section .contact_person_info_section_inner {
  font-family: "Lato", sans-serif;
  border: 2px solid #bf2228;
  padding: 46px 90px;
}

body .contact_person_info_section .contact_person_info_section_inner h2 {
  text-align: center;
  font-size: 13pt;
  line-height: 15px;
  margin-bottom: 44px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: uppercase;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 {
  padding-left: 90px;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 h3 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 h4 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 .contact_person_info_section_title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 address .bd_block {
  margin-bottom: 0;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 address .bd_block p {
  display: block;
  margin-bottom: 0;
  color: #000000;
  font-weight: 500;
  text-transform: none;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 address .bd_block p a {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 address .bd_block p a:hover {
  text-decoration: underline;
}

body .contact_person_info_section .contact_person_info_section_inner .col-md-6 address .bd_block p a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body .contact_person_info_section .contact_person_info_section_inner .col-md-6 {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 1180px) {
  body .contact_person_info_section .contact_person_info_section_inner .col-md-6 {
    padding-left: 50px !important;
  }
}

@media (max-width: 480px) {
  body .contact_person_info_section .contact_person_info_section_inner .col-md-6 {
    padding-left: 10px !important;
  }
}

body .contact_person_info_section .contact_person_info_section_inner .contact_last_address address p {
  display: block;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}

body .contact_person_info_section .contact_person_info_section_inner .contact_last_address address p a {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 400;
  color: #000000;
}

body .contact_person_info_section .contact_person_info_section_inner .contact_last_address address p a:hover {
  text-decoration: underline;
}

body .contact_person_info_section .contact_person_info_section_inner .contact_last_address address p a:focus {
  text-decoration: underline;
}

body .contact_person_info_section .contact_person_info_section_inner .contact_last_address address p a.red {
  color: #bf2228;
  font-weight: 700;
}

body .contact_person_info_section .contact_person_info_section_inner .contact_last_address address p span {
  display: block;
}

body .contact_person_info_section .contact_person_info_section_inner .contact_last_address address p span.f {
  line-height: 24px;
}

@media (max-width: 1180px) {
  body .contact_person_info_section .contact_person_info_section_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 480px) {
  body .contact_person_info_section .contact_person_info_section_inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1180px) {
  body .contact_person_info_section {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

@media (max-width: 480px) {
  body .contact_person_info_section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body .bottom_button_section {
  padding-top: 55px;
  padding-bottom: 59px;
}

body .bottom_button_section .row .col-md-4 {
  padding-left: 20px;
  padding-right: 20px;
}

body .bottom_button_section .row .col-md-4 p {
  width: 100%;
  margin-bottom: 0;
}

body .bottom_button_section .row .col-md-4 p .btn {
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 13px;
  padding: 29px 37px;
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
  width: 100%;
  letter-spacing: 0.07em;
}

body .bottom_button_section .row .col-md-4 p .btn:hover {
  background: #bf2228;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .bottom_button_section .row .col-md-4 p .btn:focus {
  background: #bf2228;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  body .bottom_button_section .row .col-md-4 {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  body .bottom_button_section .row {
    padding-bottom: 39px;
  }
}

body .bottom_button_section.pb-8 {
  padding-bottom: 48px;
  padding-top: 50px;
}

body .bottom_button_section.pb-13 {
  padding-bottom: 61px;
  padding-top: 63px;
}

@media (max-width: 767px) {
  body .bottom_button_section {
    padding-bottom: 0;
  }
}

body .path_finder_section .row .path_finder_section_checkbox {
  padding: 0;
  padding-left: 30px !important;
  padding-right: 37px !important;
  margin-top: 0;
  margin-bottom: 0 !important;
  max-width: 475px;
  min-width: 475px;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .btn {
  font-weight: 700;
  border-bottom: 1px solid #000000;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding-right: 25px;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .btn:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .btn .plus {
  position: absolute;
  right: 5px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 5px;
  opacity: 0;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .btn .minus {
  position: absolute;
  right: 5px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 5px;
  opacity: 0;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .btn[aria-expanded="true"] span.minus {
  opacity: 1;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .btn[aria-expanded="false"] span.plus {
  opacity: 1;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled {
  padding-left: 25px !important;
  margin-bottom: 0 !important;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li {
  margin-bottom: 15px;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li .form-check {
  padding-left: 10px;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li .form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #bf2228;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li .form-check .form-check-input:checked {
  background-color: #bf2228;
  background-image: none;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li .form-check .form-check-input:focus {
  -webkit-box-shadow: 0 0 3px 3px rgba(191, 34, 40, 0.3) !important;
  box-shadow: 0 0 3px 3px rgba(191, 34, 40, 0.3) !important;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li .form-check .form-check-input:checked + label {
  color: #bf2228;
  text-decoration: underline;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li .form-check .form-check-label {
  margin-top: 0;
  color: #000000;
  cursor: pointer;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li .form-check .form-check-label:hover {
  text-decoration: underline;
}

body .path_finder_section .row .path_finder_section_checkbox .list-unstyled li .list-unstyled li:last-child {
  margin-bottom: 30px;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form {
  position: relative;
  margin-bottom: 50px;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group input {
  border: 0;
  border-bottom: 1px solid #000000;
  background: transparent;
  border-radius: 0;
  color: #000000;
  height: auto;
  padding: 0;
  padding-top: 5px;
  font-weight: normal;
  padding-bottom: 10px;
  padding-right: 50px;
  font-size: 26px;
  text-transform: capitalize;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group input:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group input -webkit-input-placeholder {
  color: #000000;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group input:-ms-input-placeholder {
  /** notice that ie has only a single colon) */
  color: #000000;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group input::-webkit-input-placeholder {
  color: #000000;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group input::-ms-input-placeholder {
  color: #000000;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group input::placeholder {
  color: #000000;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group .ui-helper-hidden-accessible {
  display: none !important;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form .form-group.new_change .reset {
  position: relative;
  top: inherit;
  right: inherit;
  padding: 29px 37px;
  bottom: inherit;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  bottom: 0;
  z-index: 9;
  height: 55px;
}

body .path_finder_section .row .path_finder_section_checkbox .navbar-form button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #000;
  box-shadow: 0px 0px 0px 2px #000;
}

body .path_finder_section .row .path_finder_section_checkbox .reset {
  position: relative;
  top: inherit;
  right: inherit;
  padding: 29px 37px;
  bottom: inherit;
  border: 2px solid #bf2228;
  color: #bf2228;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 13px;
  padding: 29px 37px;
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  background: transparent;
  width: 100%;
  letter-spacing: 0.07em;
}

body .path_finder_section .row .path_finder_section_checkbox .reset:hover {
  background: #bf2228;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .path_finder_section .row .path_finder_section_checkbox .reset:focus {
  background: #bf2228;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 680px) {
  body .path_finder_section .row .path_finder_section_checkbox {
    max-width: 100%;
    padding-bottom: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 991px) {
  body .path_finder_section .row .path_finder_section_checkbox {
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 50px;
    padding-right: 30px !important;
  }
}

body .path_finder_section .row .path_finder_section_text {
  background: #e9e9e9;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 20px;
}

body .path_finder_section .row .path_finder_section_text .row {
  margin-bottom: 20px !important;
}

body .path_finder_section .row .path_finder_section_text .row .col {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

body .path_finder_section .row .path_finder_section_text .row .col .card {
  height: 100%;
}

body .path_finder_section .row .path_finder_section_text .row .col .card .card-body {
  padding: 0;
  padding: 28px 25px;
  border: 5px solid #ffffff;
  padding-bottom: 39px;
}

body .path_finder_section .row .path_finder_section_text .row .col .card .card-body .card-title {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
  text-transform: none;
  margin-bottom: 17px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

body .path_finder_section .row .path_finder_section_text .row .col .card .card-body .card-title:before {
  content: "";
  height: 3px;
  background: #bf2228;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

body .path_finder_section .row .path_finder_section_text .row .col .card .card-body .card-text {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  display: block;
}

body .path_finder_section .row .path_finder_section_text .row .col .card .card-body .card-text-small {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11px;
  color: #000000;
  line-height: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}

body .path_finder_section .row .path_finder_section_text .row .col .card .card-body:hover {
  border: 5px solid #bf2228;
}

body .path_finder_section .row .path_finder_section_text .row .col .card .card-body:focus {
  border: 5px solid #bf2228;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 680px) {
  body .path_finder_section .row .path_finder_section_text .row .col {
    width: 50%;
  }
}

@media (max-width: 581px) {
  body .path_finder_section .row .path_finder_section_text .row .col {
    width: 100%;
  }
}

body.modal-open {
  padding-right: 0 !important;

}

body .accordian_tab_section .nav-tabs {
  padding-left: 0 !important;
  margin-bottom: -2px;
}

body .accordian_tab_section .nav-tabs li {
  float: none;
  width: 33.33%;
  border-radius: 0;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

body .accordian_tab_section .nav-tabs li a {
  color: #ffffff !important;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  padding: 18px 32px;
  background: #000000;
  border-width: 2px;
  border-color: #a08f60;
  display: inline-block;
  border: 2px solid #a08f60;
  border-right: 0;
  width: 100%;
}

body .accordian_tab_section .nav-tabs li a:hover {
  background: transparent;
  color: #000000 !important;
}

body .accordian_tab_section .nav-tabs li.active a {
  color: #000000 !important;
  background: transparent;
  border-bottom: 2px solid transparent;
}

body .accordian_tab_section .nav-tabs li:last-child a {
  border-right: 2px solid #a08f60;
}

@media (max-width: 767px) {
  body .accordian_tab_section .nav-tabs {
    display: none !important;
  }
}

body .accordian_tab_section .tab-content .tab-pane.active {
  opacity: 1;
}

body .accordian_tab_section .panel-group .panel .panel-heading .panel-title {
  margin-bottom: 0;
}

body .accordian_tab_section .panel-group .panel .panel-heading .panel-title a {
  color: #ffffff !important;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  padding: 18px 32px;
  background: #000000;
  border-width: 2px;
  border-color: #a08f60;
  display: inline-block;
  border: 2px solid #a08f60;
  border-right: 0;
  position: relative;
  border-bottom: 0;
  width: 100%;
  padding-right: 65px;
}

body .accordian_tab_section .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
  color: #000000 !important;
  background: transparent;
  border: 2px solid #a08f60;
}

body .accordian_tab_section .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}

body .accordian_tab_section .panel-group .panel .panel-heading .panel-title a:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}

body .accordian_tab_section .panel-group .panel .panel-collapse {
  border: 2px solid #a08f60;
  border-top: 0;
  border-bottom: 0;
}

body .accordian_tab_section .panel-group .panel .panel-collapse .panel-body {
  padding: 30px;
  padding-bottom: 50px;
}

body .accordian_tab_section .panel-group .panel .panel-collapse .panel-body img {
  max-width: 100%;
}

body .accordian_tab_section .panel-group .panel .panel-collapse.in {
  display: block;
}

body .accordian_tab_section .panel-group .panel:last-child .panel-collapse {
  border-bottom: 2px solid #a08f60;
}

@media (max-width: 767px) {
  body .accordian_tab_section .responsive-tabs-container .tab-content {
    padding: 0 !important;
    border: 0 !important;
    border-top: 0;
  }
}

body .accordian_tab_section .responsive-tabs-container .tab-content .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}

body .accordian_tab_section .responsive-tabs-container .tab-content .accordion-link.active {
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  body .accordian_tab_section .responsive-tabs-container .tab-content .accordion-link {
    display: block;
    color: #ffffff !important;
    border-radius: 0;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    padding: 18px 32px;
    background: #000000;
    border-width: 2px;
    border-color: #a08f60;
    display: inline-block;
    border: 2px solid #a08f60;
    border-right: 0;
    position: relative;
    border-bottom: 0;
    width: 100%;
    padding-right: 65px;
  }
  body .accordian_tab_section .responsive-tabs-container .tab-content .accordion-link.active {
    color: #000000 !important;
    background: transparent;
    border: 2px solid #a08f60;
  }
  body .accordian_tab_section .responsive-tabs-container .tab-content .accordion-link.active:after {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    right: 38px;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  body .accordian_tab_section .responsive-tabs-container .tab-content .accordion-link:after {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    right: 38px;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
}

body .accordian_tab_section .responsive-tabs-container .tab-content .tab-pane .featurette {
  padding: 30px;
  border: 2px solid #a08f60;
  border-top: 0;
}

@media (max-width: 767px) {
  body .accordian_tab_section .responsive-tabs-container .tab-content .tab-pane.active {
    margin-bottom: 10px !important;
  }
}

body .section-tabs .tab-header {
  padding-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: -2px;
}

body .section-tabs .tab-header .nav-link {
  float: none;
  width: 33.33%;
  border-radius: 0;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  cursor: pointer;
}

body .section-tabs .tab-header .nav-link a {
  color: #ffffff !important;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  padding: 18px 32px;
  background: #000000;
  border-width: 2px;
  border-color: #a08f60;
  display: inline-block;
  border: 2px solid #a08f60;
  border-right: 0;
  width: 100%;
  border-color: #a08f60;
  position: relative;
  pointer-events: none;
  text-decoration: none;
}

body .section-tabs .tab-header .nav-link a .minus {
  opacity: 0;
}

body .section-tabs .tab-header .nav-link a .plus {
  opacity: 0;
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link a .minus {
    position: absolute;
    right: 38px;
    opacity: 0;
    font-size: 18px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
  }
  body .section-tabs .tab-header .nav-link a .plus {
    position: absolute;
    right: 38px;
    opacity: 1;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
  }
}

body .section-tabs .tab-header .nav-link a:hover {
  background: transparent;
  color: #000000 !important;
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link a:hover {
    border: 2px solid #a08f60 !important;
    background: #ffffff !important;
    color: #000000 !important;
    outline: none;
  }
  body .section-tabs .tab-header .nav-link a:hover:before {
    content: "" !important;
    background: transparent;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link a:focus {
    border: 2px solid #a08f60 !important;
    background: #ffffff !important;
    color: #000000 !important;
    outline: none;
  }
  body .section-tabs .tab-header .nav-link a:focus:before {
    content: "" !important;
    background: transparent;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link a {
    padding-right: 65px;
  }
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link a:before {
    content: "" !important;
    background: transparent;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

body .section-tabs .tab-header .nav-link.active a {
  color: #000000 !important;
  background: transparent;
  border-bottom: 2px solid transparent;
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link.active a {
    border: 2px solid #a08f60 !important;
    background: #ffffff !important;
  }
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link.active a:before {
    content: "" !important;
    background: transparent;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link.active a .plus {
    position: absolute;
    font-size: 18px;
    right: 38px;
    opacity: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
  }
  body .section-tabs .tab-header .nav-link.active a .minus {
    position: absolute;
    right: 38px;
    opacity: 1;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
  }
}

body .section-tabs .tab-header .nav-link:last-child a {
  border-right: 2px solid #a08f60;
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .nav-link {
    margin-top: 10px !important;
    width: 100% !important;
  }
}

body .section-tabs .tab-header .tab_mobile_content {
  padding: 30px;
  background: #ffffff;
  border: 2px solid #a08f60;
  border-top: 0;
  width: 100%;
}

body .section-tabs .tab-header .tab_mobile_content .featurette {
  margin-bottom: 20px;
}

body .section-tabs .tab-header .tab_mobile_content .featurette .bd-example {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

body .section-tabs .tab-header .tab_mobile_content .featurette .bd-example .image_left {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  body .section-tabs .tab-header .tab_mobile_content .featurette .bd-example .image_left {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

body .section-tabs .tab-header .tab_mobile_content .featurette .bd-example .image_right {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  body .section-tabs .tab-header .tab_mobile_content .featurette .bd-example .image_right {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

body .section-tabs .tab-header .tab_mobile_content .featurette img {
  max-width: 100%;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ul {
  padding-left: 90px;
  font-family: "Lato", sans-serif;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ul li a {
  color: #000000;
  font-family: "Lato", sans-serif;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ul li a:hover {
  text-decoration: underline;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ul li a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .tab_mobile_content .featurette ul {
    padding-left: 30px;
  }
}

body .section-tabs .tab-header .tab_mobile_content .featurette ol {
  padding-left: 90px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ol li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ol li a {
  color: #000000;
  font-family: "Lato", sans-serif;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ol li a:hover {
  text-decoration: underline;
}

body .section-tabs .tab-header .tab_mobile_content .featurette ol li a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body .section-tabs .tab-header .tab_mobile_content .featurette ol {
    padding-left: 30px;
  }
}

body .section-tabs .tab-header .tab_mobile_content .featurette p {
  line-height: 24px;
}

body .section-tabs .tab-header .tab_mobile_content .featurette p a {
  font-weight: bold;
  color: #000000;
}

body .section-tabs .tab-header .tab_mobile_content .featurette p a:hover {
  text-decoration: underline;
}

body .section-tabs .tab-header .tab_mobile_content .featurette p a:focus {
  text-decoration: underline;
}

body .section-tabs .tab-header .tab_mobile_content .featurette a {
  font-weight: bold;
  color: #000000;
}

body .section-tabs .tab-header .tab_mobile_content .featurette a:hover {
  text-decoration: underline;
}

body .section-tabs .tab-header .tab_mobile_content .featurette a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body .section-tabs .tab-header {
    background: #fff !important;
  }
}

body .section-tabs .tab-content {
  margin-top: -4px !important;
}

body .section-tabs .tab-content .tab-pane .featurette {
  margin-bottom: 20px;
}

body .section-tabs .tab-content .tab-pane .featurette .bd-example {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

body .section-tabs .tab-content .tab-pane .featurette .bd-example .image_left {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  body .section-tabs .tab-content .tab-pane .featurette .bd-example .image_left {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

body .section-tabs .tab-content .tab-pane .featurette .bd-example .image_right {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  body .section-tabs .tab-content .tab-pane .featurette .bd-example .image_right {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

body .section-tabs .tab-content .tab-pane .featurette ul {
  padding-left: 90px;
  font-family: "Lato", sans-serif;
}

body .section-tabs .tab-content .tab-pane .featurette ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}

body .section-tabs .tab-content .tab-pane .featurette ul li a {
  text-decoration: underline;
  color: #000000;
  font-family: "Lato", sans-serif;
}

body .section-tabs .tab-content .tab-pane .featurette ul li a:hover {
  text-decoration: none;
}

body .section-tabs .tab-content .tab-pane .featurette ul li a:focus {
  text-decoration: none;
}

@media (max-width: 1180px) {
  body .section-tabs .tab-content .tab-pane .featurette ul {
    padding-left: 20px;
  }
}

body .section-tabs .tab-content .tab-pane .featurette ol {
  padding-left: 90px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

body .section-tabs .tab-content .tab-pane .featurette ol li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}

body .section-tabs .tab-content .tab-pane .featurette ol li a {
  text-decoration: underline;
  color: #000000;
  font-family: "Lato", sans-serif;
}

body .section-tabs .tab-content .tab-pane .featurette ol li a:hover {
  text-decoration: none;
}

body .section-tabs .tab-content .tab-pane .featurette ol li a:focus {
  text-decoration: none;
}

@media (max-width: 1180px) {
  body .section-tabs .tab-content .tab-pane .featurette ol {
    padding-left: 20px;
  }
}

body .section-tabs .tab-content .tab-pane .featurette p {
  line-height: 24px;
}

body .section-tabs .tab-content .tab-pane .featurette p a {
  font-weight: bold;
  color: #000000;
}

body .section-tabs .tab-content .tab-pane .featurette p a:hover {
  text-decoration: underline;
}

body .section-tabs .tab-content .tab-pane .featurette p a:focus {
  text-decoration: underline;
}

body .section-tabs .tab-content .tab-pane .featurette a {
  font-weight: bold;
  color: #000000;
}

body .section-tabs .tab-content .tab-pane .featurette a:hover {
  text-decoration: underline;
}

body .section-tabs .tab-content .tab-pane .featurette a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  body .section-tabs .tab-content {
    display: none;
  }
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  display: none;
  z-index: 99;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  right: 60px;
  background: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

.back-to-top a {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}

.back-to-top a:hover {
  background: #000000;
  color: #ffffff;
}

.back-to-top a:focus {
  background: #000000;
  color: #ffffff;
}

.back-to-top img {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .back-to-top img {
    margin-bottom: 5px;
    height: 20px;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    background-position: top;
    -o-object-position: top;
       object-position: top;
  }
}

.back-to-top:hover {
  outline: none;
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #000000;
}

.back-to-top:focus {
  outline: none;
  color: #ffffff;
  border: 0;
  background: #000000;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
  box-shadow: 0px 0px 0px 2px #ffffff;
}

@media (max-width: 1180px) {
  .back-to-top {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .back-to-top {
    padding: 5px 10px !important;
    bottom: 20px;
    right: 30px;
  }
}

@media (max-width: 480px) {
  .back-to-top {
    bottom: 0;
    right: 0;
  }
}

footer {
  z-index: 1;
}

footer picture {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0;
  padding: 0 !important;
}

footer picture img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

footer picture:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.7;
  mix-blend-mode: multiply;
  width: 100%;
}

footer .footer-inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lato", sans-serif;
  padding-top: 114px;
  padding-bottom: 36px;
}

footer .footer-inner .foot_top_inner .footer_col_first li {
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 27px;
}

footer .footer-inner .foot_top_inner .footer_col_first li a {
  color: #ffffff;
}

footer .footer-inner .foot_top_inner .footer_col_first li:hover {
  text-decoration: underline;
}

footer .footer-inner .foot_top_inner .footer_col_first li:focus {
  text-decoration: underline;
}

@media (max-width: 581px) {
  footer .footer-inner .foot_top_inner .footer_col_first {
    border-bottom: 1px solid #514f50;
    padding-bottom: 0;
    margin-bottom: 20px !important;
  }
}

footer .footer-inner .foot_top_inner .footer_col_second li {
  font-size: 20px;
  line-height: 14px;
  margin-bottom: 29px;
}

footer .footer-inner .foot_top_inner .footer_col_second li a {
  color: #ffffff;
}

footer .footer-inner .foot_top_inner .footer_col_second li:hover {
  text-decoration: underline;
}

footer .footer-inner .foot_top_inner .footer_col_second li:focus {
  text-decoration: underline;
}

@media (max-width: 581px) {
  footer .footer-inner .foot_top_inner .footer_col_second {
    border-bottom: 1px solid #514f50;
    padding-bottom: 0;
    margin-bottom: 20px !important;
  }
}

footer .footer-inner .foot_top_inner h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

footer .footer-inner .foot_top_inner .footer_col_third {
  max-width: 212px;
}

footer .footer-inner .foot_top_inner .footer_col_third li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

footer .footer-inner .foot_top_inner .footer_col_third li a {
  color: #ffffff;
  display: block;
}

footer .footer-inner .foot_top_inner .footer_col_third li a:hover {
  text-decoration: underline;
}

footer .footer-inner .foot_top_inner .footer_col_third li a:focus {
  text-decoration: underline;
}

@media (max-width: 581px) {
  footer .footer-inner .foot_top_inner .footer_col_third {
    border-bottom: 1px solid #514f50;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
    max-width: 100%;
  }
}

@media (max-width: 581px) {
  footer .footer-inner .foot_top_inner {
    text-align: center;
  }
}

footer .footer-inner .foot_bottom_inner .foot_bottom {
  margin-top: 12px;
}

footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_left {
  padding-right: 22px;
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_left img {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_left {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_right {
  border-left: 1px solid #ffffff;
  padding-left: 20px;
}

footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_right p {
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 10px;
  max-width: 195px;
}

footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_right p:last-child {
  margin-bottom: 0;
  max-width: 100%;
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_right {
    width: 100%;
  }
  footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_right p {
    max-width: 100%;
  }
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec .Copyright_image_sec_right {
    border-left: 0;
  }
}

@media (max-width: 991px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .Copyright_image_sec {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
}

footer .footer-inner .foot_bottom_inner .foot_bottom p {
  margin-bottom: 0;
}

footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec .nav li {
  padding: 0 8px;
}

footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec .nav li a .fa {
  color: #ffffff;
  font-size: 32px;
}

footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec .nav li a:hover .fa {
  color: #bf2228;
}

footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec .nav li a:focus .fa {
  color: #bf2228;
}

footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec .nav li:first-child {
  padding-left: 0;
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec .nav li:first-child {
    padding-left: 8px;
  }
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec .nav {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 480px) {
  footer .footer-inner .foot_bottom_inner .foot_bottom .social_icon_foot_sec {
    padding-bottom: 20px;
  }
}

@media (max-width: 581px) {
  footer .footer-inner .foot_bottom_inner {
    text-align: center;
  }
}

footer .footer-inner a {
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */
/*======Student Styles=====*/
body header .header-top.student ul li:last-child:after {
    content: "";
    color: #000;
    position: absolute;
    right: 0;
}
body .common_red_background {
    background: #bf2228;
    margin: 25px 0;
}
body header .header-top.student {
    background: #bf2228;
    
}
body header .header-top.student ul li {
    padding: 0;
    padding-left: 0;
}
.student .mega-dropdown {
    position: inherit !important;
    max-width: 100% !important;
}

body header .header-top.student ul li:before {
    content: "/";
    color: #000000 !important;
    position: static;
    left: 0;
    margin-right: 6px; 
    margin-left: 10px;
}

 table td a {
    font-weight: 700;
    text-decoration: underline !important;
	 color: #000;
}

table td a:hover {
    text-decoration: none !important;
	color: #000;
}
.common_no_border_background.universal_common_grey_background {
    padding-bottom: 20px;
    margin-top: 70px;
    display: inline-block;
    width: 100%;
}

body .common_no_border_background.mb-82 {
    padding-bottom: 70px;
    padding-top: 67px;
    margin-top: 65px;
    /* border-top: 2px solid #000; */
    /* border-bottom: 2px solid #000; */
}

body .common_no_border_background.universal_common_grey_background .container .row p .btn {
    padding: 27px 37px;
    margin-bottom: 7px;
    min-width: 216px;
}
body .common_no_border_background.universal_common_grey_background .container .row p .btn:hover {
background: #bf2228;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .common_no_border_background .container .row p .btn {
    border: 2px solid #bf2228;
    color: #bf2228;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 16px;
    padding: 26px 37px;
    border-radius: 0;
    margin-top: 56px;
    margin-bottom: 7px;
    background: transparent;
    min-width: 216px;
}
.common_no_border_background .card.border-blk {
    padding: 30px;
}
body .common_white_background.universal_common_grey_background .container .row {
    max-width: 100%;
	padding: 0 76px;
}
body .common_white_background {
    background: #fff;
    margin-bottom: 68px;
}

.icon-row a.icon-cta.d21:before {
	background-image: url("../img/student/d2l.png");
	content: '';
 display: inline-block;
  height: 72px;
  width: 72px;
background-size: contain;
}
.icon-row a.icon-cta.d21:hover:before {
	background-image:url(../img/student/d2l-rollover.png) !important;

}

.icon-row a.icon-cta.email:before {
	background-image: url("../img/student/e-mail.png");
	content: '';
 display: inline-block;
  height: 72px;
  width: 72px;
background-size: contain;
}
.icon-row a.icon-cta.email:hover:before {
	background-image:url(../img/student/e-mail-rollover.png) !important;

}

.icon-row a.icon-cta.eservices:before {
	background-image: url("../img/student/e-services.png");
	content: '';
 display: inline-block;
  height: 72px;
  width: 72px;
background-size: contain;
}
.icon-row a.icon-cta.eservices:hover:before {
	background-image:url(../img/student/e-services-rollover.png) !important;

}
.icon-row a.icon-cta.appt:before {
background-image: url("../img/student/appointmentscheduling.png");
	content: '';
 display: inline-block;
  height: 72px;
  width: 72px;
background-size: contain;
	content: "";
}
.icon-row a.icon-cta.appt:hover:before {
	background-image:url(../img/student/appointmentscheduling-rollover.png) !important;

}

.icon-row a.icon-cta.course:before {
		background-image: url(../img/student/course-schedule-2.png);
 display: inline-block;
  height: 72px;
  width: 72px;
background-size: contain;
	content: "";
}
.icon-row a.icon-cta.course:hover:before {
	background-image:url(../img/student/course-schedule-rollover.png) !important;
	

}

.icon-row a.icon-cta.forms:before {
	background-image: url("../img/student/forms.png");
	content: '';
 display: inline-block;
  height: 72px;
  width: 72px;
background-size: contain;
}
.icon-row a.icon-cta.forms:hover:before {
	background-image:url(../img/student/forms-rollover.png) !important;

}
.icon-row a.icon-cta.library:before {
	background-image: url("../img/student/library.png");
	content: '';
 display: inline-block;
  height: 72px;
  width: 72px;
background-size: contain;
}
.icon-row a.icon-cta.library:hover:before {
	background-image:url(../img/student/library-rollover.png) !important;

}

.icon-row a.icon-cta.bookstore:before {
	background-image: url("../img/student/bookstore.png");
	content: '';
 display: inline-block;
  height: 72px;
  width: 72px;
background-size: contain;
}
.icon-row a.icon-cta.bookstore:hover:before {
	background-image:url(../img/student/bookstore-rollover.png) !important;

}
.icon-row{
	padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
	justify-content: center;
	
	text-align: center;
    
}

.icon-row a.icon-cta img {
    display: block;
    margin: 10px auto;
}

.icon-cta span {
    display: block;
	margin: 20px 0 40px;
}

.icon-row span{
	font-weight: 700;
    line-height: 22px;
	font-size: 16px;
	color: #fff;
		
}

a.icon-cta:hover span {
    text-decoration: underline;
}

.marg-20{
	margin: 0 20px;
}

body .announcement .header-top {
    background: #000000;
    position: relative;
    z-index: 10;
    margin: 22px 0 0 0;
}

body .announcement .header-top ul {
    padding: 16px 0 15px 0;
}

body .announcement .header-top ul li a {
    color: #ffffff;
}

body .announcement .header-top ul li a:hover {
    text-decoration: underline;
}
body .announcement .header-top ul li {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 24px;
    padding-left: 30px;
    letter-spacing: 0.12em;
    position: relative;
    font-size: 13px;
}

body .announcement .header-top ul :before {
    content: "/";
    color: #a08f60;
    position: absolute;
    left: 0;
}

body .announcement .header-top ul :after {
    content: "/";
    color: #a08f60;
    position: absolute;
    right: 0;
}



.mg-20{
	margin: 20px 0;
}

.marg-70{
	margin: 70px 0;
}

.pd-70{
	padding-top: 70px !important;
}

.pd-15{
	padding: 15px 0;
}

 .announcement h2 {
    text-transform: uppercase;
	 margin-bottom: 30px;
	 font-size: 2.375rem;
	     font-weight: 900;
	 font-family: "Lato", sans-serif;
}

.announcement p{
	font-size: 19px;
	line-height: 25px;
}
.announcement p a{
	text-decoration: none;
    color: #000000;
    font-family: "Lato", sans-serif;
	
}

.announcement p a:hover{
	text-decoration:underline;
 }


.announcement article{
font-family: "Lato", sans-serif;
	padding-bottom: 30px;
}

.border-blk {
  border: 2px solid #000;
}

.student-c .card{
	 height: 270px !important;
}

.student-c .card.card-body{
	padding: 60px 40px !important;
}

.universal_card_two_block_text.student-c.interior_2_b .card_two_block_text_inner .row .col .card .card-body{
	padding: 60px 40px !important;
}	

.announcement article h3{
margin-bottom: 15px ;
	font-weight: 900;
}

.pd-lt{
	padding-left: 0px;
}

body .interior_text_container_section .container .table-student table {
    border-color: #000;
    border-width: 2px;
    margin-bottom: 55px;
}

body .interior_text_container_section .container .table-student .table thead {
    background: #bf2228;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    border-width: 2px;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion.student .accordion-item .accordion-header .accordion-button {
    border-bottom: 2px solid #000;
    }

body .common_paragrap_text_heading .programme_accordian_tab .accordion.student .accordion-item .accordion-header .accordion-button:hover {
    background: #bf2228;
    color: #ffffff;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion.student .accordion-item .accordion-collapse .accordion-body {
  
    border-bottom: 2px solid #000;
}

body .common_paragrap_text_heading .programme_accordian_tab .accordion.student .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #bf2228;
}


body .interior_text_container_section .container .tab_block .s-tab .nav-tabs .nav-link.active {
    background: transparent;
    color: #000000;
    border-bottom: 2px solid transparent;
}

body .s-tab.section-tabs .tab-header .nav-link a {
   border-color: #000;
   
}

body .s-tab.section-tabs .tab-header .nav-link:last-child a {
    border-right: 2px solid #000;
}

body .interior_text_container_section .container .s-tab.tab_block .tab-content {
    padding: 70px 38px 95px 38px;
    border: 2px solid #000;
    border-top: 0;
}

body .interior_text_container_section .container .s-tab.tab_block .nav-tabs .nav-link.active {
    background: transparent;
    color: #000000;
    border-bottom: 2px solid transparent;
}

body .s-tab .section-tabs .tab-header .nav-link.active a{
    color: #000000 !important;
    background: transparent;
    border-bottom: 2px solid transparent;
}

body .s-tab .section-tabs .tab-header .nav-link a:hover, body .s-tab .section-tabs .tab-header .nav-link a:focus {
    color: #000000 !important;
    background: transparent;
    border-bottom: 2px solid #000;
}

body .s-tab .section-tabs .tab-header .nav-link a {
	/*    border: 2px solid #000;*/
	border-color: #000;
	background: #bf2228;
}



body .s-tab .section-tabs .tab-header .nav-link:last-child a {
    border-right: 2px solid #000;
}

body .interior_text_container_section .container .tab_block.s-tab .nav-tabs .nav-link {
	background: #bf2228;
}

body .section-tabs .s-tab .tab-header .nav-link a {
		background: #bf2228;
}

body .common_border_background.mb-82 {
    padding-bottom: 70px;
    padding-top: 67px;
    margin-top: 65px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

body .common_border_background.universal_common_grey_background {
     padding-bottom: 20px;
    margin-top: 70px;
    display: inline-block;
    width: 100%;
}

body .common_border_background.mb-82 .container .row p .btn {
    min-width: 318px;
}

body .common_border_background.universal_common_grey_background .container .row p .btn {
    padding: 27px 37px;
    margin-bottom: 7px;
    min-width: 216px;
}

body .common_border_background .container .row p .btn {
    border: 2px solid #bf2228;
    color: #bf2228;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 16px;
    padding: 26px 37px;
    border-radius: 0;
    margin-top: 56px;
    margin-bottom: 7px;
    background: transparent;
    min-width: 216px;
}

body .common_border_background .container .row p .btn:hover {
    background: #bf2228;
    color: #ffffff;
}

body .common_border_background .container .row p .btn:focus {
    background: #bf2228;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #000;
    box-shadow: 0px 0px 0px 2px #000;
}

.mg-tb{
	    margin: 30px -20px !important;
}

body .contact_person_info_section .contact_person_info_section_inner.s-contact {
     margin-top: 110px;
	font-family: "Lato", sans-serif;
    border: 2px solid #bf2228;
    padding: 46px 90px;
}

 .mobileShow { display: none;} 
.mobile-only{display: none;}

.bd_block_h1  span {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
}



@media only screen and (max-width:481px) {
.left_logo_box span{
	    margin-top: .5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
	
	.student .nav {
    display: inline-block;
	}
	.desktopShow { display: none;} 
	.mobileShow { display: block;} 
	
	body .header_bottom_section_menu.mobileShow .section_menu_bar .container-fluid div button {
   color: #fff;
    background: #bf2228;
		border: 1px solid #bf2228;
}
	body .header_bottom_section_menu.mobileShow .section_menu_bar .container-fluid div button .section_menu {
    color: #fff;
}
	
	body .header_bottom_section_menu.mobileShow .section_menu_bar .container-fluid div button .animated-icon2 span {

    background: #fff;
}
	
	.announcement h2{
	font-size: 28px;
    line-height: normal;
    max-width: 100%;
	}
	
	.pd-15{
	padding: 0;
}
	.mobile-only{display: flex;}
	
	.icon-center{
	    display: grid;
    grid-auto-flow: unset;
    justify-content: center;
    align-content: center;
  /*  padding: 40px 0;*/
    text-align: center;
    margin:0 auto;
		}
}


@media only screen and (max-width:767px) {
	.student-c .card{
	 height: 100% !important;
}
	.universal_card_two_block_text.student-c.interior_2_b .card_two_block_text_inner .row .col .card .card-body {
    padding: 40px 40px !important;
}
	
	body header .header-top.student ul li {
   
    font-size: 14px;
}
	
	body .contact_person_info_section .contact_person_info_section_inner.s-contact {
     margin-top: 30px;
	
}
	
	body .s-tab .section-tabs .tab-header .nav-link.active a {
    border: 2px solid #000!important;
    background: #ffffff !important;
}
	
	body .s-tab .section-tabs .tab-header .tab_mobile_content {
    padding: 30px;
    background: #ffffff;
    border: 2px solid #000;
    border-top: 0;
    width: 100%;
}
	
	body .s-tab .section-tabs .tab-header .nav-link a {
    border: 2px solid #000;
  
}
	
}

/*====== End Student Styles=====*/

/*======= New Styles=======*/

body .red_popup {
    background: #bf2228;
    color: #ffffff;
    padding: 17px 21px;
    position: fixed;
    z-index: 9999;
	top: 0;
	width: 100%;
	margin: 0;
}

/* .student-intro {
    margin-top: 185px;
} */
.paragraph.heading {
	    margin-top: 230px;
}


/*@media only screen and (max-width: 529px){
body .header_bottom_section_menu {
     margin-top: 36px;
}
	
	
}*/

@media (max-width: 480px) {
  body header .header-bottom .navbar .container-fluid .left_logo_box .logo {
    max-width: 100%;
  }
  body header .header-bottom .navbar .container-fluid .left_logo_box .logo img {
    max-width: 100%;
  }
	.header_bottom_section_menu .section_menu_bar {
    margin-top: -36px;
}
	


/*	body .common_banner_image .image img {
    margin-top:212px !important;
}*/
	
	.paragraph.heading {
    margin-top: 30px !important;
}
/*	body .student-home .header_bottom_section_menu{
		margin-top: 0;
	}*/
	.paragraph.heading {
    margin-top: 0px !important;
}
/*	body.student-home header .header-bottom {
    margin-top: 0 !important;
}*/
/*	.student-home .header_bottom_section_menu .section_menu_bar {
    margin-top: -82px !important;
}*/
/*	.student-home .bd_block_h1.mg-20{
		margin-top: 165px;
	}*/

}


  /* Stamats Erin Styles */

  header{
    position: fixed;
    width: 100%;
    z-index: 12;
	  /*overflow: scroll;*/
	 
  }
/* New Student Menu */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  font-family: 'Open Sans', 'sans-serif';
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
	margin: 0 !important;
	border-radius: 0 !important;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.dropdown-toggle::after{
	display: none;
}

body header .header-top.student ul li ul.dropdown-menu li:last-child:after {
    content: "";
    color: #000;
    position: absolute;
    right: 0;
}

body header .header-top ul li ul.dropdown-menu a{
	text-transform: capitalize;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
    line-height: 25px;

}
body header .header-top ul li ul li{
	list-style: none;
	padding-left: 0;
	margin-left: 50px;
}

body header .header-top.student ul li ul li{
	list-style: none;
	padding-left: 0;
	margin:0 auto;
}
.student .mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #000000;
    padding: 5px 60px 5px 0px;
    line-height: 30px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.dropdown-menu {
    top: 50px;
    
}

body header .header-top.student ul li:first-child:before {
    content: "";
    color: #000;
    position: absolute;
    right: 0;
	
}

/* mobile menu*/

@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
     position: relative;
     top: 0; 
    left: 15px;
    z-index: 99;
    width: 280px;
    height: auto;
    background-color: #fff;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
     IE7 & 8 
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
	
	.navbar-nav .dropdown-menu{border: 0;}

	.student .dropdown-menu{
		border: 0;
    border-radius: 0;
	}
.nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
}
.nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
}
.nav-items {
    flex: 0 0 100%;
}
.nav-item:not(:last-child) {
    border-bottom: solid 1px #daf9f4;
}
.nav-expand-link {
    display: flex;
    justify-content: space-between;
}

.nav-expand-link::after {
    content: url("../img/arrow-sm-right.svg");
    flex: 0 1 auto;
    font-family: "Material Icons";
	padding-right: 15px;
}

.nav-link {
    color: #20b49c;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 300;
}

.nav-expand .nav-expand-content {
    background-color: #ffffff;
}
.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   height: 100%;
    transform: translateX(100%);
    background-color: #ffffff;
    transition: 0.3s;
    visibility: hidden;
	list-style: none;
}

.nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #20b49c;
}

.nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    background-color: #ffffff !important;
    color: #fff;
}

.nav-expand-content .nav-back-link::before {
    content: url("../img/arrow-sm-left.svg");
    margin-right: 0.5em;
    font-family: "Material Icons";
	padding-right: 15px;
	
}
.nav-expand.active > .nav-expand-content {
    transform: translateX(0);
    visibility: visible;
	height: 100vh;
}

ul.nav-items.nav-level-1{
	list-style: none;
}
	body .header_bottom_section_menu .menu_bar_dropdown .container-fluid .col-md-4 ul li {
  
    max-width: 100%;
		
}
	
	.nav-expand .nav-expand-content .nav-expand-content {
    border-bottom: #aff1e6;
}
	.nav-drill li.nav-item{
		border-bottom: 1px solid #E9E9E9 !important;
	}
	
	.nav-drill li.nav-item a{
		margin: 10px 0;
	}
	
	.nav-drill .nav-items{
		padding: 0;
	}

	ul.nav-items.nav-expand-content {
    margin-top: 0 !important;
}
	
.modal-footer{
		height: 100% !important;
		align-items: baseline;
	}
	body .header_bottom_section_menu .menu_bar_dropdown {
     height: auto;
    overflow-y: scroll;
}
	}


	body header .header-bottom .modal .modal-dialog .modal-content .modal-content_inner .modal-footer {
    padding: 10px 20px 50px 20px !important;
}
	body header .header-bottom .modal .modal-dialog{
		height: 100vh;
}

.header-bottom a span.fa:hover {
    text-decoration: underline;
	text-underline-position: under;
}
/* End New Student Menu */
/* NEW STYLES 041822 */
.text_content .wysiwyg h3{
    line-height:1.2 !important;
}
@media (max-width: 480px) {
	.header_bottom_section_menu .section_menu_bar {
    margin-top: -36px;
}
	
body .header_bottom_section_menu {
     margin-top: 36px;
}
}
/*@media only screen and (max-width: 530px) and (min-width: 475px){
body .header_bottom_section_menu .section_menu_bar .container-fluid .menu_breadcrumb {
    top: 40px;
    position: fixed !important;
}
}*/
@media only screen and (max-width: 767px){
.overFlow {
    overflow: scroll;
    height: 200px;
}
.text_content .wysiwyg h3{
    line-height:normal !important;
}

}
/* END NEW STYLES 041822 */

/* END NEW STYLES 080122 */
.twoColumn h2 {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 65px;
    color: #000000;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {
body .section-tabs .tab-header .nav-link a .plus span.fa {
    display: none ;
}
body .section-tabs .tab-header .nav-link a .minus span.fa {
        display: none;
}
	
}

/* END NEW STYLES 080122 */

span.anchor-position {
scroll-margin-top: 300px;
}
@media only screen and (max-width: 600px) {
  span.anchor-position {
scroll-margin-top: 420px;
}  
}

