/*
Theme Name: JoyAlukkas
*/
/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700,800&display=swap");
h4 {
  font-size: 16px;
}
.ed-rese-grid.height-100 {
    height: 100%;
}
.flex-37{
  flex: 0 0 37%;
}
@media screen and (min-width: 1200px){
  .gall-max-height {
    max-height: 220px;
    overflow: hidden;
    width: 100%;
}
  .gall-max-height img{
    width: 100%; height: auto;
  }
}
h1.fz-17 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.bg_top_repeat_x {
  background-position: top;
  background-repeat: repeat-x;
}

.reset_form_control {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.font1, body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.f2 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.f3 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.con-title h1{
  font-size: 30px;
  margin-bottom: 15px;
}
.con-title{
  margin-bottom: 15px;
}

/* Scss Document */
/****Set thw Width of the element based on element count(siblings count)****/
/********/
/********/
/********/
/*****************************************************************/
a:hover {
  color: #1B3985;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
  color: #231f20;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #D72515;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
}

label {
  font-weight: normal;
}

.clearfix {
  clear: both;
  float: none	 !important;
}

.relative, .side_menu ul li a {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 10;
}

.absolute_top {
  position: absolute;
  z-index: 1000;
  top: 0px;
}

.list_none, body > header.mcmat .top_row .top-bar-menu ul, .top_row .top-bar-menu ul, .special_list ul, .special_list ul li, section.faculty_profile .sub_links, section.faculty_profile .sub_links li, .footer_navs ul, .header_nav, .header_nav li .sub-menu, .header_nav li .sub-menu li, .side_menu ul, .side_menu ul li ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.list_zero, .side_menu ul, .side_menu ul li ul {
  margin: 0px;
  padding: 0px;
}

.section_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.seperator {
  padding-top: 40px;
}

.text_upper, .uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.start_btn {
  text-align: center;
}

.blank_link {
  background: none;
  padding: 0px;
}

.blank_link:hover {
  background: none;
  color: #D72515;
}

.blank_link:hover:after {
  color: #000;
}

.container {
  max-width: 100%;
  width: 1170px;
}

.container.max-container {
  width: 1220px;
}

.container.container-details {
  width: 1170px;
}

.form-control {
  height: 40px;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  color: #314451;
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
    border: solid 1px #ccc !important;
    border-radius: 4px !important;
    padding: 0px 10px !important;
    box-sizing: border-box !important;
}
.side_form .form-control{
  font-size: 14px;
}
.side_form textarea.form-control{
  font-size: 14px;
  padding-top: 10px !important;
}
.search-form .form-control{
  background-color: #fff !important;
  height: 50px !important;
  border-left: 0;
  border-right: 0;
  border-radius: 0 !important;

}
.cor-apply.gray_bg{
  background-color: #d2d2d2;
}
.cor-apply.gray_bg {
    background-color: #e6e6e6;
    border: solid 1px #cacaca;
}
.cor-apply.gray_bg .cor-left-app-tit h4 {
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 15px;
    color: #03294e;
    padding-left: 4px;
}
.search-form{
  width: 100%;
  max-width: 600px;
}
.search-form .input-group{
  margin-bottom: 0 !important;
}

.form-control.placeholder {
  font-weight: 400;
  color: #999;
}

.form-control:-moz-placeholder {
  font-weight: 400;
  color: #999;
}

.form-control::-moz-placeholder {
  font-weight: 400;
  color: #999;
}

.form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom-width: 2px !important;
}

textarea.form-control {
  height: 120px;
}

.form-control.liner {
  background: none;
  border: none;
  border-bottom: solid 1px #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.form-control.liner.placeholder {
  font-weight: 600;
  color: #fff;
}

.form-control.liner:-moz-placeholder {
  font-weight: 600;
  color: #fff;
}

.form-control.liner::-moz-placeholder {
  font-weight: 600;
  color: #fff;
}

.form-control.liner::-webkit-input-placeholder {
  font-weight: 600;
  color: #fff;
}

button:active, button:focus, input:active, input:focus, select:active, select:focus, text-area:active, text-area:focus {
  outline: none;
  box-shadow: none;
}

.btn_1 {
  background-color: #58585a;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  border-radius: 2px;
}

.btn_1:hover {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.52);
  text-decoration: none;
  background-color: #505052;
  color: #fff;
}

/********/
.btn_2 {
  background-color: #00165F;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  border-radius: 2px;
}

.btn_2:hover {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.52);
  text-decoration: none;
  background-color: black;
  color: #fff;
}

.btn-default {
  color: #fff;
  background-color: #D72515;
  border: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sf-type {
    float: none !important;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
}
.sf-type .sf-input {
  flex: 1;
  float: none !important;
}
.sf-type .sf-submit {
  float: none !important;
    width: 150px;
}

.radio_group {
  margin-bottom: 10px;
}

.radio_group input[type="radio"] {
  display: none;
}

.radio_group label {
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  line-height: 16px !important;
  cursor: pointer;
  color: #999;
  position: relative;
}

.radio_group label:before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #F2F2F2;
  content: '';
  float: left;
  margin-right: 5px;
  border: solid 1px #cbcbcb;
}

.radio_group label.active:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #58585a;
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
}

.radio_group input[type="radio"]:checked + label:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #00165F;
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
}

.radio_group input[type="radio"]:checked + label:before {
  border: solid 1px #00165F;
}

.wp-block-columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
}

.wp-block-columns .wp-block-column {
  flex: 1;
  flex-grow: 0;
  flex-basis: 50%;
  margin-right: 30px;
}

.wp-block-columns .wp-block-column:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100%;
    width: 100%;
    margin: 0px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.row_center, body > header.mcmat .top_row .top-bar-menu ul li, .top_row .top-bar-menu ul li {
  align-items: center;
}

.footer_map.animated {
  opacity: 0;
}

.animated.way {
  opacity: 0;
}

.b-r-gray {
  border-right: solid 1px #e4e4e4;
}

@media (max-width: 578px) {
  .no-b-smart {
    border: none;
  }
  .icon_box.no-pad-smart {
    padding-left: 6px !important;
  }
}

.m0 {
  margin: 0;
}

.pl-50 {
  padding-left: 50px;
}

.pl-70 {
  padding-left: 70px;
}

.btn-danger {
  border-radius: 0;
  background-color: #58585a;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
}

.btn-primary2 {
  background-color: #ff5e5e;
  color: #fff;
}

.button {
  border: none;
  display: inline-block;
  padding: 4px 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(0);
  transition: all 0.3s ease-in-out !important;
  border: solid 1px #58585a;
  color: #fbc525;
  background-color: #58585a;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0;
}

.button:after {
  content: '';
  height: 100%;
  padding: 14px 0 15px 16px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 42px;
  border-radius: 0;
}

.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  background-color: #D72515;
  border-radius: 0;
  opacity: 0;
}

.button.active, .button:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

.button.active:before, .button:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  border-radius: 0;
  opacity: 1;
}

@media (max-width: 578px) {
  .button {
    padding: 6px 12px;
    font-size: 13px;
  }
}

.shadow {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

.button_2 {
  background-color: #3b476b;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 12px 25px;
}

.button_2:hover {
  color: #000;
}

.button_5 {
  background-color: #000a2c;
}

.button-lined {
  background: #fff;
  border: solid 1px #D72515;
  color: #D72515;
  padding: 9px 30px;
  font-size: 16px;
}

@media (max-width: 992px) {
  .button-lined {
    padding: 9px 14px;
  }
}

.button-lined.active, .button-lined:hover {
  color: #000;
  border: none;
}

.button_3 {
  background-color: #f9ca00;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

.button_3:hover {
  background-color: #3b476b;
}

.button_3:hover:before {
  background-color: #3b476b;
  -webkit-transition: transform 0.2s ease-in-out;
}

.button_4 {
  background-color: #fff;
  border: solid 1px #58585a;
  color: #58585a;
}

.button_inline {
  display: inline-block;
  width: auto;
}

/********/
/***********************PRIMARY BUTTON*******************************/
.btn-primary, .blank_link {
  padding: 0 25px !important;
  background: #E25B1A;
  /* Old browsers */
  border-radius: 0;
  color: #fff;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  padding: 8px 18px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.btn-primary:active, .blank_link:active, .btn-primary:hover, .blank_link:hover {
  color: #fff;
  background-color: #7a150c;
  text-decoration: none;
}

.btn-primary:active.btn-lined, .blank_link:active.btn-lined, .btn-primary:hover.btn-lined, .blank_link:hover.btn-lined {
  background-color: #D72515;
  border: solid 2px #D72515;
  color: #fff;
}

.btn-primary.btn-lined, .btn-lined.blank_link {
  padding: 6px 18px;
}

.btn-primary2 {
  background-color: #ff5e5e;
  color: #fff;
}

.btn-primary3 {
  color: #fbc525;
  background-color: #58585a;
}

.btn-white {
  background: #fff;
  /* Old browsers */
  border-radius: 4px;
  color: #00165F;
  border: none;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.btn-white:hover {
  color: #fff;
  background-color: #7a150c;
  text-decoration: none;
}

.btn-lined {
  background: transparent;
  border: solid 2px #D72515;
  color: #232323;
}

.btn-rounded {
  border-radius: 4px;
}

.btn-big {
  padding: 16px 35px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}

.full_button {
  width: 100%;
  text-align: center;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
  line-height: 1.4;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 0px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #D72515;
  border-color: #D72515;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #D72515;
  border-color: #D72515;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.checkbox.rounded label::before {
  border-radius: 200px;
  top: -9px;
}

.checkbox.rounded label::after {
  top: -9px;
}

/* Scss Document */
body.menu_open {
  overflow: hidden;
}

.search_container {
  position: absolute;
  right: 60px;
  background-color: #fff;
  padding: 10px;
  display: none;
}

.search_container form {
  display: block;
}

.search_container form > div {
  margin: 0 !important;
}

.show_tab {
  display: none;
}

body > header.mcmat {
  background-color: #fff;
  position: relative;
  padding: 0;
  z-index: 2000;
  background-image: url("../images/topbar.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

body > header.mcmat.inner_header {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  body > header.mcmat.inner_header {
    position: static;
  }
}

@media (max-width: 767px) {
  body > header.mcmat {
    background: #fff;
  }
}

body > header.mcmat .row {
  align-items: flex-start;
}

body > header.mcmat .logo {
  padding: 20px 0 10px;
}

body > header.mcmat .logo img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  max-width: 400px;
}

body > header.mcmat.scrolled {
  position: fixed;
  width: 100%;
  top: -138px;
  z-index: 200000 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  body > header.mcmat.scrolled {
    top: 0;
  }
  body > header.mcmat.scrolled + .slide_sec {
    /* padding-top: 30px; */
  }
}

body > header.mcmat.scrolled .logo img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  body > header.mcmat.scrolled .logo {
    display: block;
  }
}

body > header.mcmat.scrolled .logo_small {
  display: block;
  margin-right: 5px;
  width: 100px;
  height: 26px;
  position: relative;
}

body > header.mcmat.scrolled .logo_small img {
  position: absolute;
  left: 0;
  top: -2px;
}

@media (max-width: 992px) {
  body > header.mcmat.scrolled .logo_small {
    display: none;
  }
}

body > header.mcmat.scrolled + .inner_slider {
  padding-top: 86px;
}

body > header.mcmat.scrolled1 {
  /*padding-top: 46px;*/
  padding-top: 0;
}

@media (max-width: 578px) {
  body > header.mcmat.scrolled1 {
    padding-top: 0;
  }
}

body > header.mcmat .top_row {
  padding-top: 2px;
}

body > header.mcmat .top_row p {
  line-height: 25px;
  margin-bottom: 0;
}

body > header.mcmat .top_row .top-bar-menu ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
}

body > header.mcmat .top_row .top-bar-menu ul a {
  color: #fff;
  font-size: 15px;
}

body > header.mcmat .top_row .top-bar-menu ul li {
  margin: 0 10px;
  font-size: 15px;
  line-height: 44px;
  margin-right: 30px;
  height: 42px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 992px) {
  body > header.mcmat .top_row .top-bar-menu ul li:nth-child(2) {
    margin-right: 0;
  }
}

body > header.mcmat .top_row .top-bar-menu ul li:last-child {
  margin-right: 0;
}

body > header.mcmat .top_row .top-bar-menu ul li img {
  padding-right: 20px;
}

@media (max-width: 992px) {
  body > header.mcmat .top_row .top-bar-menu ul li img {
    padding-right: 10px;
  }
}

body > header.mcmat .top_row .top-bar-menu ul li i {
  font-size: 20px;
}

body > header.mcmat .top_row .top-bar-menu ul li i.fa-lock {
  font-size: 16px;
}

body > header.mcmat .top_row .top-bar-menu ul li .social-media {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
}

body > header.mcmat .top_row .top-bar-menu ul li .social-media a {
  border: solid 1px #fff;
  border-radius: 200px;
  padding: 6px;
  height: 36px;
  width: 36px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
}

body > header.mcmat .top_row .top-bar-menu ul li .social-media a:last-child {
  margin-right: 0;
}

body > header.mcmat .header_right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 0 18px;
  align-items: center;
}

body > header.mcmat .header_right p {
  margin: 0;
  line-height: 15px;
  font-size: 13px;
}

body > header.mcmat .header_right .mail_us {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  margin-right: 25px;
  border-right: solid 1px #D72515;
  padding-right: 20px;
  margin-right: 20px;
}

body > header.mcmat .header_right .mail_us img {
  margin-right: 5px;
  height: auto;
  width: auto;
}

body > header.mcmat .header_right .mail_us p {
  margin: 0;
  font-size: 13px;
  line-height: 10px;
}

body > header.mcmat .header_right .mail_us h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

body > header.mcmat .header_right .phone {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  margin-right: 25px;
}

body > header.mcmat .header_right .phone img {
  margin-right: 5px;
  height: auto;
  width: auto;
}

body > header.mcmat .header_right .phone p {
  margin: 0;
  font-size: 13px;
  line-height: 10px;
}

body > header.mcmat .header_right .phone h4 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

body > header.mcmat .header_right .search {
  margin-right: 25px;
  line-height: 40px;
}

.btn-default {
  background-color: #F2F2F2;
  color: #00165F;
  height: 44px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 50px;
}

.btn-default.dropdown-toggle::after {
  margin-left: 40px;
}

.btn-warning {
  background-color: #E25B1A;
  color: #fff;
  border-color: #E25B1A;
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
  font-size: 15px;
  font-weight: 600;
}

.primary_nav {
  background-color: #D72515;
}

.primary_nav .primary_menu{
  position: relative;
}

.primary_nav .primary_menu ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.primary_nav .primary_menu ul li {
  height: 50px;
  align-items: center;
}

.primary_nav .primary_menu ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
}

.primary_nav .primary_menu .main-menu ul li li{
  height: auto;
}

.primary_nav .primary_menu .main-menu ul li li a {
  color: #000;
  line-height: 24px;
  padding: 6px 20px;
  text-transform: none;
}

.primary_nav .primary_menu .main-menu{
  float: none;
  width: 100%;
}

.primary_nav .primary_menu .main-menu ul{
  float: none;
  width: 100%;
}
.primary_nav .primary_menu .main-menu ul li.dropdown{
  overflow: hidden;
}
.primary_nav .primary_menu .main-menu ul li.dropdown:hover{
  overflow: visible;
}
.primary_nav .primary_menu .main-menu ul li.dropdown:hover ul.sub-menu{
  visibility: visible;
    transform: translateY(0);
    opacity: 1;
    padding-top: 0;
}
.primary_nav .primary_menu .main-menu ul.sub-menu {
    position: absolute;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 2px 5px #00000027;
    border: solid 1px #e6e6e6;
    border-top: none;
    text-align: left;
    width: 300px !important;
    transition: all 0.3s ease-in-out;
    transform: translateY(100px);
    opacity: 0;
    line-height: 24px !important;
    padding-top: 20px;
    padding-left: 0;

}

.primary_nav .primary_menu .main-menu ul.sub-menu li {
    float: none;
    display: block;
    width: 100% !important;
    border-bottom: solid 1px #ececec;
    line-height: 24px !important;
}
.primary_nav .primary_menu .main-menu ul.sub-menu li a:after{
  display: none;
  transition: all 0.2s ease !important;
}
.primary_nav .primary_menu .main-menu ul.sub-menu li a:hover{
  background-color: #E25B1A;
  color: #fff;
  text-decoration: none;
}


.primary_nav .input-group-text {
  background-color: #D72515;
  border: none;
}

.checkBoxes input {
  display: none;
}

.checkBoxes input:checked + label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
}

.checkBoxes label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.checkBoxes label a {
  color: #f9ca00;
}

.checkBoxes label:before {
  width: 14px;
  border-radius: 3px;
  border: solid 1px #fff;
  content: '';
  position: absolute;
  left: 0;
  height: 14px;
  top: 2px;
}

.checkBoxes label:after {
  width: 15px;
  border-radius: 0;
  position: absolute;
  left: 1px;
  height: 15px;
  top: 4px;
  font-size: 6px;
  color: #f9ca00;
}

/*************************************************/
/***********Other Plugins*****************/
.slick-next,
.slick-prev {
  background: none;
  width: 20px;
  height: 50px;
  bottom: calc(50% - 25px);
  color: #d9dcde;
  right: -25px;
}

.slick-next:before,
.slick-prev:before {
  width: 100%;
  transform: scaleX(1);
  background: none;
  color: #d9dcde;
  line-height: 45px;
  z-index: 2;
  position: relative;
  font-size: 40px;
}

.slick-next:hover,
.slick-prev:hover {
  border: 0;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: #58585a;
}

.slick-next:hover:after,
.slick-prev:hover:after {
  width: 0;
  left: 0;
}

.slick-next:after,
.slick-prev:after {
  width: 0;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 100%;
  background-color: #58585a;
  z-index: 1;
  content: '';
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
}

.slick-prev {
  left: -25px;
}

/********/
.slick-dots {
  text-align: center;
  bottom: -30px;
  margin: 0;
}

.slick-dots li {
  background-color: #d9dcde;
  width: 12px;
  height: 12px;
  margin: 0 4px 0 0;
}

.slick-dots li.slick-active button {
  background-color: #58585a;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  padding: 0;
}

.slick-dots li button:hover {
  background-color: #58585a;
}

.flex_center {
  align-items: center;
}

.container {
  width: 1200px;
}

.top_row p {
  line-height: 25px;
  margin-bottom: 0;
}

.top_row .top-bar-menu ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
}

.top_row .top-bar-menu ul a {
  color: #fff;
}

.top_row .top-bar-menu ul li {
  margin: 0 10px;
  font-size: 15px;
  line-height: 44px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}

.top_row .top-bar-menu ul li img {
  padding-right: 20px;
}

.top_row .top-bar-menu ul li i {
  font-size: 20px;
}

.top_row .top-bar-menu ul li i.fa-lock {
  font-size: 16px;
}

.header_right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 0;
}

.header_right p {
  margin: 0;
  line-height: 15px;
  font-size: 13px;
}

.header_right .mail_us {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  margin-right: 25px;
  border-right: solid 1px #D72515;
  padding-right: 20px;
  margin-right: 20px;
}

.header_right .mail_us img {
  margin-right: 5px;
  height: auto;
  width: auto;
}

.header_right .mail_us p {
  margin: 0;
  font-size: 13px;
  line-height: 10px;
}

.header_right .mail_us h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.header_right .phone {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  margin-right: 25px;
}

.header_right .phone img {
  margin-right: 5px;
  height: auto;
  width: auto;
}

.header_right .phone p {
  margin: 0;
  font-size: 13px;
  line-height: 10px;
}

.header_right .phone h4 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

.header_right .search {
  margin-right: 25px;
  line-height: 40px;
}

.swiper-pagination {
  position: absolute !important;
  right: 0 !important;
  left: 30px !important;
  top: auto !important;
  bottom: 100px !important;
  width: 1200px !important;
  max-width: 100%;
  margin: auto;
  text-align: left;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fbc525;
}

.main_slider_arrows {
  position: absolute;
  bottom: 96px;
  z-index: 2000;
  width: 100%;
}

.main_slider_arrows .button-nexts {
  color: #fff;
  position: absolute;
  left: 50px;
  font-size: 30px;
  cursor: pointer;
}

.main_slider_arrows .button-prevs {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  float: left;
}

.swiper-slide .banner-caption {
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 150px;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-slide .banner-caption .container {
  max-width: 700px;
  margin-left: 0;
}

.swiper-slide .banner-caption h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.swiper-slide .banner-caption P {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin: 30px 0;
  font-weight: 300;
}

.swiper-slide .banner-caption .btn-warning {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 32px;
  padding: 6px 20px;
}

.swiper-slide .banner-caption h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
}

.swiper-slide .banner-caption h3 a {
  color: #fff;
  margin-right: 50px;
  display: inline-block;
}

.swiper-slide .banner_over {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  background-image: url("../images/banner-overlay.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
}

.main_slider {
  position: relative;
  height: 85vh;
}

@media (max-width: 767px) {
  .main_slider {
    height: 55vh;
  }
}

.main_slider .swiper-container {
  height: 100%;
}

.main_slider .swiper-slide {
  height: 100%;
  background-size: cover !important;
  background-position: 90% 10% !important;

}

.news_updates_pop {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: rgb(22, 57, 131);
}
.news_updates_pop.inner_pop {
    position: static;
    max-width: 1400px;
    background: transparent;
}

.news_updates_pop .news_scroll {
  margin: auto;
  padding: 10px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  border-radius: 6px 6px 0 0;
}

.news_updates_pop .news_scroll h3 {
  width: 150px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.news_updates_pop.inner_pop .news_scroll h3 {
  color: #03294e;
}

.news_updates_pop .news_scroll h3 i {
  margin-left: 10px;
}

.news_updates_pop .marquee_text {
  width: calc(100% - 160px);
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.news_updates_pop .marquee_text a {
  color: #fff;
}
.news_updates_pop.inner_pop .marquee_text a {
  color: #03294e;
  font-weight: 500;
}

.home_iconbox {
  padding: 40px 0;
  border-bottom: solid 1px #e4e4e4;
}

.home_iconbox .row div {
  text-align: center;
  border-right: dashed 1px #e4e4e4;
}

.home_iconbox .row div:last-child {
  border: none;
}

.home_iconbox .row div a {
  color: #999;
  display: block;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.home_iconbox .row div a:hover span {
  color: #D72515;
}

.home_iconbox .row div .cls-1 {
  fill: #aaa;
  fill-rule: evenodd;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.home_iconbox .row div:hover .cls-1 {
  fill: #D72515;
  fill-rule: evenodd;
}

.home_iconbox .row div:hover a {
  color: #D72515;
  display: block;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.home_iconbox .row div:hover a:hover {
  color: #D72515;
}

.home_iconbox .row div:hover p {
  color: #D72515;
  font-size: 12px;
  line-height: 18px;
}

.home_iconbox .row div span {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
}

.home_iconbox .row p {
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.about_section {
  background-position: left;
  background-repeat: no-repeat;
  padding: 0 0 20px;
}

.about_section.pt80 {
  padding-top: 80px;
}

.about_section article {
  margin-bottom: 40px;
}

.about_section .video {
  position: relative;
}

.about_section .video img {
  border-radius: 0;
}

.about_section .video .caption {
  position: absolute;
  margin: auto;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

.about_section .video .caption h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 50px;
}

.about_section .video .caption img {
  max-width: 120px;
  height: auto;
}

h1 {
  color: #D72515;
  font-weight: bold;
  font-size: 48px;
  margin-top: 0;
  line-height: 48px;
  margin-bottom: 30px;
}

h1 span {
  color: #D72515;
}

.section_head {
  margin-bottom: 40px;
}

.section_head h5 {
  letter-spacing: 5px;
  font-size: 22px;
  color: #58585a;
  margin-bottom: 0;
}

.section_head.gray h3 {
  color: #999;
  font-weight: bold;
}

.section_head h2 {
  font-size: 30px;
  position: relative;
  display: inline-block;
}

.section_head h2:after {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: '';
  height: 1px;
  z-index: 2;
  background-color: #1B3985;
  opacity: 0.8;
}

.section_head h2:before {
  width: 20%;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: -13px;
  content: '';
  height: 6px;
  border-radius: 10px;
  background-color: #1B3985;
}

.section_head.white h2 {
  color: #fff !important;
  font-size: 36px;
  position: relative;
  display: inline-block;
}

.section_head.white h2:after {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: '';
  height: 1px;
  z-index: 2;
  background-color: #fff;
}

.section_head.white h2:before {
  width: 20%;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: -13px;
  content: '';
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.section_head.center {
  text-align: center;
}

.section_head.center h2 {
  padding-bottom: 20px;
}

.section_head.center h2:after, .section_head.center h2:before {
  margin: auto;
  left: 0;
  right: 0;
}

.bg_section.red {
  background-color: #b21f11;
  padding: 120px 0;
  color: #fff;
}
.bg_section.red {
  background-color: #b21f11;
  padding: 120px 0;
  color: #fff;
}
.bg_section.red p{
  color: #fff;
}

@media (max-width: 767px) {
  .bg_section.red {
    padding: 50px 0;
  }
  .bg_section.red .row > div:first-child {
    margin-bottom: 40px;
  }
}

.special_list ul li {
  margin-bottom: 20px;
  line-height: 20px;
  padding-left: 40px;
  position: relative;
  line-height: 28px;
}

.special_list ul li:before {
  background-image: url("../images/tick.png");
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  left: 0;
}

.line_more {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.34);
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.line_more .read_more {
  position: absolute;
  width: 150px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 45px;
  color: #D72515;
  top: -20px;
}
.line_more .read_more.red {
  background-color: #E25B1A;
  color: #fff;
}

.line_more .read_more:hover {
  background-color: #E25B1A;
  color: #fff;
  width: 180px;
}

.line_more.line_right .read_more {
  left: auto;
}

.directors_message {
  padding: 120px 0 80px;
}

.directors_message .section_content {
  margin-top: 70px;
  padding-bottom: 20px;
}

.directors_message .line_more {
  margin-top: 0;
  background-color: #F2F2F2;
}

.directors_message .line_more .read_more {
  background-color: #E25B1A;
  color: #fff;
}

.our_achievements {
  background-image: url("../images/achievement.jpg");
  padding: 100px 0;
}

@media (max-width: 767px) {
  .our_achievements {
    padding: 50px 0;
  }
}

.our_achievements .section_head.big h2 {
  font-size: 50px;
}

.our_achievements .section_head.big.center {
  text-align: center;
}

.our_achievements .section_head.big.center h2 {
  padding-bottom: 20px;
}

.our_achievements .section_head.big.center h2:after, .our_achievements .section_head.big.center h2:before {
  margin: auto;
  left: 0;
  right: 0;
}

.our_achievements .achivement {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

.our_achievements .achivement .number {
  font-size: 70px;
  font-weight: bold;
  color: #E25B1A;
  line-height: 90px;
}

@media (max-width: 767px) {
  .our_achievements .achivement .number {
    font-size: 40px;
  }
}

.news_events {
  background-color: #F2F2F2;
  padding: 120px 0;
}

.news_list {
  background-color: #fff;
  padding: 0 !important;
  margin-bottom: 20px;
}

.news_list .news_excerpt {
  padding: 20px;
}

.news_list .news_excerpt .news_meta {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  align-items: center;
  line-height: 20px;
  padding-bottom: 30px;
}

.news_list .news_excerpt .news_meta img {
  width: 20px;
  height: auto;
  margin-right: 30px;
}

.news_list .news_excerpt h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.news_list .news_excerpt a.read_more {
  color: #E25B1A;
  font-size: 14px;
  font-weight: 600;
}

.row_bottom {
  align-items: flex-end;
}

p {
  font-size: 15px;
  line-height: 30px;
}

section.faculty_profile {
  padding: 120px 0 80px;
}

section.faculty_profile .sub_links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

section.faculty_profile .sub_links li {
  padding: 10px 30px;
  border-right: dashed 1px #E25B1A;
  text-transform: uppercase;
}

section.faculty_profile .sub_links li:last-child {
  border: none;
}

section.faculty_profile .sub_links li a {
  color: #E25B1A;
  text-decoration: none;
}

section.faculty_profile a.read_more {
  color: #E25B1A;
  font-size: 14px;
  font-weight: 600;
}

section.faculty_profile .faculty_item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

section.faculty_profile .faculty_item .flex_img {
  width: 140px;
  margin-right: 20px;
}

section.faculty_profile .faculty_item .fac_details {
  flex: 1;
}

section.faculty_profile .faculty_item .fac_details h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

section.faculty_profile .faculty_item .fac_details span {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}

section.faculty_profile .faculty_item .fac_details p {
  line-height: 19px;
  font-size: 14px;
}

section.faculty_profile .faculty_list {
  margin-top: 50px;
}

section.faculty_profile .faculty_list > .row > div {
  padding: 0 20px;
}

.placement_cell {
  padding-bottom: 100px;
}

.placement_cell .container:before {
  display: block;
  content: '';
  height: 1px;
  background-color: #e4e4e4;
  margin-bottom: 80px;
}

.placement_cell .container article {
  margin-bottom: 50px;
}

.call_to_action {
  background-color: #1B3985;
  padding: 60px 0;
}

.call_to_action h2 {
  text-transform: uppercase;
}

.call_to_action .cta-btn {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.call_to_action .cta-btn .phone {
  font-weight: bold;
  font-size: 24px;
}

.call_to_action .cta-btn .or {
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
}

section.life {
  padding: 100px 0 60px;
}

.campus_life {
  padding-top: 50px;
}

.campus_life .row > div {
  margin-bottom: 30px;
}

.campus_life .item .cap {
  position: absolute;
  background-image: url("../images/life_title.png");
  padding: 20px 40px;
  bottom: 0;
  color: #fff;
  left: 15px;
  right: 15px;
  margin: auto;
}

.campus_life .item .cap a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.campus_life .item .cap a i {
  float: right;
  font-size: 25px;
}

.cta2 {
  background-color: #D72515;
  color: #fff;
  padding: 50px 0 30px;
}

.cta2 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cta2 p {
  color: #FFF;
  line-height: 24px;
}

.date_box {
  background-color: #D72515;
  height: 100px;
}

section.message {
  padding: 100px;
  background-color: #F2F2F2;
  padding-bottom: 0;
}

section.message article.message_text h4 {
  font-size: 20px;
  font-weight: bold;
}

section.message article.message_text h5 {
  font-size: 15px;
}

section.message article.message_text * {
  position: relative;
  z-index: 2;
}

section.message article.message_text .quotes {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
}

.slider_arrows {
  position: absolute;
  width: 300px;
  right: 0;
  top: 0;
}

.slider_arrows .button-next,
.slider_arrows .button-next2 {
  position: absolute;
  right: 0;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 100%;
  margin-left: 5px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.slider_arrows .button-next i,
.slider_arrows .button-next2 i {
  font-size: 30px;
}

.slider_arrows .button-next:hover,
.slider_arrows .button-next2:hover {
  background-color: #D72515;
  color: #fff;
}

.slider_arrows .button-prev,
.slider_arrows .button-prev2 {
  position: absolute;
  right: 60px;
  left: auto;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 100%;
  margin-left: 5px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.slider_arrows .button-prev:hover,
.slider_arrows .button-prev2:hover {
  background-color: #D72515;
  color: #fff;
}

.slider_arrows .button-prev i,
.slider_arrows .button-prev2 i {
  font-size: 30px;
}

.slider_arrows .view_all {
  right: 130px;
  position: absolute;
  width: auto;
  top: 16px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.slider_arrows.white_bg a {
  color: #999;
}

.slider_arrows.white_bg .button-next,
.slider_arrows.white_bg .button-next2,
.slider_arrows.white_bg .button-prev,
.slider_arrows.white_bg .button-prev2 {
  background-color: #D72515;
  color: #fff;
}

section.medias {
  padding: 100px 0;
  background-color: #F2F2F2;
}

section.medias .container {
  position: relative;
}

section.medias .col-md-7 {
  overflow: hidden;
}

section.medias .first-media {
  overflow: hidden;
}

.media_gallery {
  padding-top: 50px;
}

.media_gallery .swiper-container3 {
  overflow-x: hidden;
}

.media_gallery .row > div {
  padding: 0;
}

.media_gallery .row > div:nth-child(2) {
  padding-left: 20px;
}

.footer-contact {
  padding-top: 100px;
}

.footer-contact .c_box {
  background-position: left;
  background-repeat: no-repeat;
  padding: 40px;
  background-color: #E25B1A;
  color: #fff;
  border-radius: 8px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 100px;
}

.footer-contact .c_box > * {
  width: 100%;
}

.footer-contact .c_box h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

.footer-contact .c_box p {
  margin: 0;
  line-height: 21px;
}

.footer-contact .contact_number {
  background-image: url("../images/contact.png");
}

.footer-contact .contact_mail {
  background-image: url("../images/contactmail.png");
}

.footer-contact .contact_address {
  background-image: url("../images/contactaddress.png");
}

section.socials {
  padding: 60px 0;
}

footer {
  padding: 50px 0;
  color: #fff;
  background-color: #002147;
  background-size: auto 100%;
  background-position: 100px 0;
  background-repeat: no-repeat;
}

footer a {
  color: #fff;
}

footer h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  color: #E25B1A;
}

footer p {
  line-height: 24px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-about p {
  line-height: 22px;
}

.footer-about .more_link {
  color: #000;
}

.footer_navs {
  padding-top: 50px;
}

.footer_navs h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ff7b3b;
}

.footer_navs ul {
  margin-bottom: 30px;
}

.footer_navs ul li {
  line-height: 26px;
}

.footer_navs ul.two_col {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
}

.footer_navs ul.two_col li {
  width: 50%;
}

.find-Us {
  margin: 30px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.39);
  border-bottom: solid 1px rgba(255, 255, 255, 0.39);
  padding: 30px 0;
}

.find-Us .item_flex.row_center.row_right, .find-Us .top_row .top-bar-menu ul li.item_flex.row_right, .top_row .top-bar-menu ul .find-Us li.item_flex.row_right {
  justify-content: flex-end;
}

.find-Us .item_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.find-Us .item_flex > a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 200px;
  border: solid 1px #fff;
  text-align: center;
  margin-right: 10px;
}

.find-Us .item_flex a i {
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.find-Us h3 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}

.find-Us h4 {
  font-weight: 700;
  font-size: 24px;
  color: #E25B1A;
  margin-right: 30px;
  margin-bottom: 0;
}

.find-Us a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 200px;
  border: solid 1px #fff;
  text-align: center;
  margin-right: 10px;
}
.find-Us a.dropdown-item{
  display: block;
  width: auto;
}
.find-Us .dropdown-menu{
  right: 0;
  left: auto !important;
  width: 300px !important;
}

.find-Us a i {
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.contact_box p {
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}

.contact_box p a {
  color: #000;
}

.contact_box p.loca {
  line-height: 45px;
}

.contact_box p i.fa {
  position: absolute;
  left: 0;
  top: 6px;
  color: #D72515;
}

.copyright {
  padding: 30px;
  text-align: center;
  color: #999;
}

.copyright a {
  color: #D72515;
  font-weight: 600;
}

.slick-lightbox {
  z-index: 2000000;
}

.way {
  opacity: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

/**********Menu Style*/
/* Scss Document */
.header_nav {
  float: right;
}

.header_nav li {
  float: left;
  padding: 0;
  position: relative;
}

.header_nav li a {
  padding: 17px 8px;
  margin: 0;
  display: block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header_nav li a:hover {
  color: #D72515;
}

@media (max-width: 1366px) {
  .header_nav li a {
    font-size: 15px;
    padding: 17px 7px;
  }
}

@media (max-width: 1092px) {
  .header_nav li a {
    font-size: 14px;
    padding: 17px 5px;
  }
}

.header_nav li:last-child a {
  padding-right: 0;
}

.header_nav li .sub-menu {
  position: absolute;
  width: 300px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  overflow: hidden;
  background-color: #D72515;
}

.header_nav li .sub-menu li {
  display: block;
  float: none;
  padding: 0;
}

.header_nav li .sub-menu li a {
  color: #fff;
  padding: 10px 20px;
  border-bottom: solid 1px #a91d10;
}

.header_nav li .sub-menu li a:hover {
  color: #000;
  background-color: #eb4334;
}

.header_nav li.menu-item-227 .sub-menu {
  width: 900px;
  left: -500px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header_nav li.menu-item-227 .sub-menu li {
  width: 33%;
  padding: 0 15px;
}

.header_nav li.menu-item-227 .sub-menu li a {
  border: none;
  font-weight: bold;
}

.header_nav li:hover .sub-menu {
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}

.main_menu {
  background-color: #D72515;
}

.main_menu .quick_mail {
  color: #fff;
  display: inline-block;
  display: none;
  line-height: 32px;
  font-size: 13px;
  margin: 0;
  float: left;
}

.main_menu .quick_mail a {
  color: #fff;
}

@media (max-width: 767px) {
  .main_menu .quick_mail {
    display: inline-block;
  }
}

.main_menu #navbar {
  padding: 0;
}

.main_menu nav {
  margin: 0;
  text-align: center;
  height: auto;
  border: 0;
}

.main_menu nav ul {
  float: none;
  margin: 0;
}

.main_menu nav ul li {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.main_menu nav ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 30px;
  width: 1px;
  background-color: #c7d7b2;
  content: '';
}

.main_menu nav ul li:first-child:before {
  display: none;
}

@media (max-width: 992px) {
  .main_menu nav ul li:nth-child(2):before {
    display: none;
  }
  .main_menu nav ul li:nth-child(2) a {
    padding-left: 0;
  }
}

.main_menu nav ul li.current, .main_menu nav ul li.current-menu-item, .main_menu nav ul li:hover {
  background-color: #c7d7b2;
}

.main_menu nav ul li.current + li:before, .main_menu nav ul li.current-menu-item + li:before, .main_menu nav ul li:hover + li:before {
  display: none;
}

.main_menu nav ul li.current a, .main_menu nav ul li.current-menu-item a, .main_menu nav ul li:hover a {
  color: #58585a;
  position: relative;
  z-index: 2;
}

.main_menu nav ul li.current a:focus, .main_menu nav ul li.current-menu-item a:focus, .main_menu nav ul li:hover a:focus {
  background: none;
  color: #58585a;
}

.main_menu nav ul li a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 0 18px;
  line-height: 30px;
  padding-bottom: 10px;
  position: relative;
}

.main_menu nav ul li a:hover {
  background: none;
  color: #000;
}

.main_menu nav ul li a:focus {
  background: none;
  color: #fff;
}

@media (max-width: 1092px) {
  .main_menu nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .main_menu nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main_menu nav ul li li a {
  display: block;
}

.main_menu nav ul li li a:hover {
  margin-left: 5px;
}

.main_menu li a {
  color: #fff;
}

/********************************************************************/
/********************************************************************/
/* Mobile Menu************/
/********/
.menu_overlay.active {
  background-color: rgba(0, 0, 0, 0.61);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5000001;
  top: 0;
}

.side_menu {
  opacity: 0;
  background-color: #1B3985;
  position: fixed;
  padding-bottom: 30px;
  /*overflow-y:auto !important;*/
  overflow-y: hidden !important;
  right: 0;
  top: 0;
  z-index: 5000002;
  width: 300px;
  margin: auto;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

.side_menu.menu_shown {
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1 !important;
}

.side_menu .menu_container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}

.side_menu .header {
  background-color: #fff;
  height: 52px;
  padding-top: 10px;
}

.side_menu .header .nav_btn_group {
  margin-right: 20px;
  background-color: #D72515;
}

.side_menu .main-menu {
  width: 320px;
  overflow-y: auto;
  position: absolute;
  height: calc(100% - 100px);
}

.side_menu ul li {
  line-height: 48px;
  color: #fff;
  border-top: solid 1px #323232;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.side_menu ul li a {
  padding: 0 28px;
  color: #fff;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.side_menu ul li.active a {
  background: #D72515;
  /* Old browsers */
  color: #fff;
}

.side_menu ul li:hover {
  background: #D72515;
  /* Old browsers */
}

.side_menu ul li:hover a {
  color: #fff;
  /* Old browsers */
}

.side_menu ul li.has-child {
  padding: 0;
}

.side_menu ul li.has-child > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  position: absolute;
  right: 30px;
  top: 16px;
}

.side_menu ul li ul li {
  font-size: 14px;
  color: #cccccc;
}

.side_menu ul li ul li a {
  /*color:darken(#fff, 10%);*/
}

.side_menu ul li ul li a:hover {
  background: #D72515;
  /* Old browsers */
}

.mob_sub, .side_menu ul li ul {
  position: fixed;
  left: 0;
  right: 0;
  top: 52px;
  bottom: 0;
  background-color: #000;
  z-index: 20;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.mob_sub.active, .side_menu ul li ul.active {
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.back_to, .side_menu ul li ul li.back_link {
  position: absolute;
  top: -50px;
  border: none;
}

/****Menu Responsive ****************/
.menu_navs {
  position: absolute;
  right: 0;
  top: 5px;
}

.menu_navs:after {
  clear: left;
  content: '';
  display: block;
}

/*-------------------------------------------------*/
/* = 30.MOBILE MANU
/*-------------------------------------------------*/
 .ed-mob-menu{
     position:fixed;
     top:0px;
     width:100%;
     height:55px;
     background:#fff;
     box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.32);
     z-index: 999;
     display:none;
}
 .ed-mob-menu-con{
     width: 90%;
     margin: 0 auto;
}
 .ed-mm-left{
     float: left;
     width: 50%;
     box-sizing: border-box;
}
 .wed-logo{
}
 .wed-logo a{
}
 .wed-logo a img{
}
 .ed-mm-right{
     float: left;
     width: 50%;
     box-sizing: border-box;
}
 .ed-mm-menu{
}
 .ed-micon{
     float: right;
}
 .ed-micon i{
     width: 32px;
     height: 32px;
     border: 1px solid #0a2444;
     text-align: center;
     font-size: 20px;
     padding: 5px;
     border-radius: 2px;
     margin-top: 10px;
     color: #0a2444;
     cursor: pointer;
}
 .ed-mm-inn{
     position: fixed;
     width: 70%;
     background: #fff;
     padding: 50px;
     box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.32);
     overflow-y: auto;
     right: -80%;
     height: 100%;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition:all 0.5s ease;
}
 .ed-mm-act{
     right: 0%;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition:all 0.5s ease;
}
 .ed-mi-close{
     position: absolute;
     z-index: 99;
     margin:-50px 8px 8px -30px;
}
 .ed-mi-close i{
     width: 32px;
     height: 32px;
     border: 1px solid #0a2444;
     text-align: center;
     font-size: 20px;
     padding: 5px;
     border-radius: 2px;
     margin-top: 10px;
     color: #0a2444;
     cursor: pointer;
}
 .ed-mm-inn h4{
}
 .ed-mm-inn ul{
     margin-bottom: 30px;
     margin-top: 10px;
}
 .ed-mm-inn ul li{
}
 .ed-mm-inn ul li a{
     display: block;
     border-bottom: 1px solid #ececec;
     padding: 6px 0px 6px 25px;
     font-size: 14px;
     color: #000;
}
 .ed-mm-inn ul li a:before {
     content: "\f105";
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
     text-decoration: inherit;
     position: absolute;
     font-size: 14px;
     color: black;
     margin-left:-25px;
}
 .affix {
     position: fixed;
     top: 0px;
     width: 100%;
     height: 55px;
     background: #fff;
     box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.32);
     z-index: 999;
     padding: 1px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition:all 0.5s ease;
}

@media (max-width: 767px) {
  .menu_navs {
    position: static;
  }
}

.search_box {
  float: right;
  padding-top: 10px;
  margin-right: 10px;
  position: relative;
}

.search_box i.fa {
  font-size: 18px;
}

@media (max-width: 578px) {
  .search_box i.fa {
    font-size: 16px;
  }
}

.search_box a {
  color: #fff;
}

.search_box a.active, .search_box a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .search_box a.active, .search_box a:hover {
    color: #58585a;
  }
}

@media (max-width: 767px) {
  .search_box a.active {
    color: #fff;
  }
}

.search_box .s_dropdown {
  display: none;
  z-index: 500;
  background-color: #fff;
  position: absolute;
  width: 250px;
  right: -14px;
  top: 36px;
  padding: 5px;
  border: solid 1px #D72515;
}

.search_box .s_dropdown.active {
  display: block;
}

.search_box .s_dropdown:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  position: absolute;
  top: -13px;
  right: 14px;
  color: #fff;
  font-size: 20px;
}

.search_box .s_dropdown .row {
  margin: 0;
}

.search_box .s_dropdown .row > div {
  padding: 0;
}

.search_box .s_dropdown .row > div input {
  width: 100%;
}

.search_box .s_dropdown .row > div button {
  padding: 3px 10px;
  font-size: 15px;
  width: 100%;
  border-radius: 0;
  line-height: 20px;
}

.search_box .s_dropdown .row > div button i.fa {
  font-size: 15px;
}

.nav_btn_group {
  display: block;
  float: right;
  width: 40px;
  height: 36px;
  margin: 0;
  padding: 10px 5px 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .nav_btn_group {
    display: block;
  }
  .nav_btn_group .ed-micon{
    float: none;
  }
}

.nav_btn_group .nav_btn span {
  height: 3px;
  display: block;
  background-color: #D72515;
  margin-bottom: 6px;
  border-radius: 10px;
}

.mobile_nav {
  display: none;
  border-top: solid 1px #58585a;
}

@media (max-width: 578px) {
  .mobile_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile_nav ul li {
    float: left;
    margin-left: 10px;
  }
  .mobile_nav ul li a {
    display: block;
    padding: 3px 0;
  }
}

.mobile_menu {
  display: none !important;
}

.dropdown:hover .menu_dropdown {
  display: block;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}

.menu_dropdown {
  display: none;
  position: absolute;
  background-color: #c7d7b2;
  z-index: 2000000;
  width: 200px;
  padding: 0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34);
}

.menu_dropdown h3 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 16px;
  margin: 0;
}

.menu_dropdown ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.menu_dropdown ul li {
  text-align: left;
  text-transform: none !important;
  padding-top: 0 !important;
  border-bottom: solid 1px #f06e62;
}

.menu_dropdown ul li:last-child {
  border: none;
}

.menu_dropdown ul li .badge {
  font-weight: normal;
  font-size: 11px;
  margin-left: 5px;
}

.menu_dropdown ul li .badge.badge-new {
  background-color: #ffa500 !important;
}

.menu_dropdown ul li .badge.badge-offer {
  background-color: #f96e89 !important;
}

.menu_dropdown ul li a {
  color: #000 !important;
  padding: 0 15px !important;
  line-height: 26px;
  text-transform: uppercase;
}

.menu_dropdown ul li a:hover {
  color: #00165F !important;
  background-color: #D72515 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.borderd-left {
  border-left: solid 1px #fff;
}

.home_header .sub-menu {
  top: 10px;
}

.secondary_menu {
  background-color: #c7d7b2;
}

.secondary_menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.secondary_menu ul li {
  float: left;
  position: relative;
}

.secondary_menu ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  height: 30px;
  width: 1px;
  background-color: #D72515;
  content: '';
}

.secondary_menu ul li:first-child:before {
  display: none;
}

.secondary_menu ul li.active a, .secondary_menu ul li.current a, .secondary_menu ul li.current-menu-item a {
  color: #D72515;
}

.secondary_menu ul li a {
  padding: 10px 20px;
  display: block;
  color: #000;
  text-decoration: none;
  text-decoration: none;
  position: relative;
}

@media (max-width: 992px) {
  .secondary_menu ul li a {
    padding: 10px;
  }
}

.secondary_menu ul li a.active, .secondary_menu ul li a.current, .secondary_menu ul li a.current-menu-item, .secondary_menu ul li a:hover {
  color: #D72515;
}

.secondary_menu ul li a:after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  height: 1px;
  background-color: #D72515;
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0;
  left: 0px;
}

.secondary_menu ul li a:hover {
  color: #D72515;
  text-decoration: none;
}

.secondary_menu ul li a:hover:after {
  width: 100%;
}

.secondary_menu ul:after {
  clear: left;
  content: '';
  display: block;
}

.full_menu {
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 1200000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #D72515;
  background-position: 100px 20px;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 30px;
  overflow: auto;
}

.full_menu.menu_shown {
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.menu_about {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}

.menu_about h2 {
  color: #fff;
  font-size: 34px;
  margin: 30px 0 20px;
}

.menu_about p {
  margin-bottom: 20px;
}

.menu_container .pr {
  padding-right: 120px;
  border-right: solid 1px rgba(255, 255, 255, 0.29);
}

.menu_container .pl {
  padding-left: 120px;
}

.main_menu {
  padding-top: 30px;
}

.main_menu ul li {
  margin-bottom: 20px;
}

.main_menu ul li a {
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.main_menu ul li a:hover {
  font-weight: 600;
}

.menu_header {
  margin-bottom: 50px;
}

.menu_header ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
}

.menu_header ul li {
  margin-left: 25px;
}

.menu_header ul li a {
  color: #fff;
  line-height: 40px;
}

.menu_header ul li a.menu_close {
  font-size: 22px;
  font-weight: 300;
}

.menu_footer {
  position: fixed;
  bottom: 0;
  z-index: 30000000;
  width: 100%;
  background-color: #D72515;
  padding: 40px 0;
  color: #fff;
}

.menu_footer .find_us_div {
  font-size: 22px;
}

.menu_footer .find_us_div a {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  font-size: 30px;
}

/* Scss Document */
.form-group {
  position: relative;
}

.form-group .placehoder_icon {
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 16px;
  z-index: 100;
  color: #d9d9d9;
}

.form-group .placehoder_icon + .form-control {
  padding-right: 30px;
}

.form-group .input-group .input-group-prepend .input-group-text {
  background-color: whitesmoke;
}

.form-group .input-group .input-group-prepend + .form-control {
  border-radius: 0 4px 4px 0;
}

.nav-tabs2 {
  display: block;
  text-align: center;
  border: none;
}

.nav-tabs2 li {
  float: none;
  display: inline-block;
  margin: 1px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.nav-tabs2 li a {
  background-color: #3e5caa;
  border-radius: 0;
  color: #fff;
  padding: 3px 20px;
  margin: 0;
  border: none;
}

.nav-tabs2 li a:active, .nav-tabs2 li a:focus, .nav-tabs2 li a:hover {
  text-decoration: none;
  background: #D72515;
  color: #fff;
}

.nav-tabs2 li.active a {
  background-color: #f9ca00;
  color: #000;
}

.nav-tabs2 li.active a:active, .nav-tabs2 li.active a:focus, .nav-tabs2 li.active a:hover {
  text-decoration: none;
  background: #D72515;
  color: #fff;
  border: none;
}

.nav-pills {
  border: none;
  margin-bottom: 60px !important;
}

.nav-pills > li.nav-item {
  margin-right: 20px;
}

.nav-pills > li.nav-item a.nav-link {
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  background-color: #d9d9d9;
  border-radius: 0;
  color: #58585a;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  border: none;
}

@media (max-width: 578px) {
  .nav-pills > li.nav-item a.nav-link {
    padding: 4px 6px;
  }
}

.nav-pills > li.nav-item a.nav-link.active, .nav-pills > li.nav-item a.nav-link:active, .nav-pills > li.nav-item a.nav-link:focus, .nav-pills > li.nav-item a.nav-link:hover {
  background-color: #D72515;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border: none;
}

.tab-content {
  margin-top: 0;
  padding: 0;
  border: 0;
}

.tab-content p {
  text-align: justify;
}

/****Modal****/
.modal-body, .modal-header {
  background-color: #fff;
  color: #58585a;
  padding: 25px;
}

.modal-body .form-control, .modal-header .form-control {
  padding: 4px 10px;
  height: 32px;
}

.modal-header {
  border-radius: 0;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
}

.modal-header h4 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 25px;
  color: #353535;
}

.modal-footer {
  border-radius: 0;
}

.modal-footer .button {
  padding: 5px 12px;
  font-size: 13px;
}

/********/
.modal-content,
.modal-dialog {
  border-radius: 0;
}

.modal {
  z-index: 30000000;
  border-radius: 0;
  top: 50px;
}

.modal-backdrop {
  z-index: 20000000;
}

.login_modal .modal-dialog {
  width: 500px;
}

.login_modal .modal-dialog .login_form h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #58585a;
  text-align: center;
  margin: 0 0 20px;
}

.verify_otp {
  text-align: center;
  max-width: 550px;
  margin: auto;
}

.verify_otp h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #58585a;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.verify_otp p {
  line-height: 21px;
  text-align: center;
}

.verify_otp .form-control {
  max-width: 200px;
  margin: auto;
}

.verify_otp .button {
  padding: 8px 20px;
  font-size: 13px;
}

/********/
.success_message {
  padding-top: 40px;
  padding-bottom: 40px;
}

.success_message i.success {
  color: #D72515;
}

.success_message .error {
  color: #d50407;
}

.success_message p {
  margin: 30px 0;
}

.success_message .button_4 {
  border: 1px solid #58585a;
  color: #58585a;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #7a150c;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* Scss Document */
.inner_slider {
  position: relative;
}

.inner_slider .inner_caption {
  position: absolute;
  max-width: 1400px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  bottom: 100px;
  color: #fff;
}

.inner_slider .inner_caption h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.inner_slider .inner_bread_crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(156, 32, 57, 0.71);
}

.inner_slider .inner_bread_crumbs .bread_crumbs {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: 5px;
  font-weight: 400;
}

.inner_slider .inner_bread_crumbs .bread_crumbs a {
  color: #fff;
}

.inner_slider .inner_bread_crumbs .bread_crumbs a:hover {
  color: #fff;
}

.inline_image {
  border-radius: 6px;
}

.inline_image.pull-right {
  margin-left: 30px;
}

.inline_image.pull-left {
  margin-right: 30px;
}

.inner_article {
  padding-bottom: 50px;
  padding-top: 100px;
}

.inner_article article p {
  text-align: justify;
}

.vision_mission {
  position: relative;
  background-color: #D72515;
  background-image: url("../images/aim2.svg");
  background-position: 100%;
  color: #fff;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: auto 160%;
}

.vision_mission h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 30px;
}

.team {
  padding: 120px 0;
}

.team .section_head {
  text-align: center;
}

.team_slider {
  margin-bottom: 60px;
  margin-top: 100px;
}

.team_slider .item img {
  border-radius: 200%;
  max-width: 170px;
}

.team_slider .item h4 {
  font-weight: bold;
  color: #D72515;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}

.team_slider .item p {
  text-align: center;
}

.team_slider .slick-dots {
  bottom: -50px;
}

.team_slider .slick-dots li {
  margin: 0 8px;
}

.activity_lists {
  margin-top: 50px;
}

.activity_lists .dat-col {
  padding-right: 0;
}

.activity_lists p {
  text-align: left !important;
}

.activity_lists h3 {
  font-weight: bold;
  font-size: 30px;
  color: #D72515;
  margin-bottom: 30px;
}

.activity_lists div.act_data {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.activity_lists .des_box {
  width: 55%;
  flex: 2;
}

.activity_lists .des_box p {
  margin-bottom: 30px;
}

.activity_lists .act_date {
  flex: 1;
  padding-left: 50px;
  color: #fbc525;
}

.activity_lists .act_date .day {
  font-size: 100px;
  font-weight: bold;
  line-height: 80px;
  color: #fbc525;
}

.activity_lists .act_date .month {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

.activity_lists .act_date .year {
  font-size: 50px;
  line-height: 50px;
}

.activity_lists .acti_image {
  position: relative;
  z-index: 2;
}

.activity_lists .acti_image img {
  border-radius: 6px;
}

.activity_lists .dot_water {
  position: absolute;
  z-index: 1;
  top: -70px;
  left: -80px;
}

.activity_lists .relative, .activity_lists .side_menu ul li a, .side_menu ul li .activity_lists a {
  position: relative;
}

.activity_lists .row {
  margin-bottom: 190px;
}

.activity_lists .row:nth-child(even) {
  flex-direction: row-reverse;
}

.activity_lists .row:nth-child(even) div.act_data {
  flex-direction: row-reverse;
}

.activity_lists .row:nth-child(even) .act_date {
  padding-left: 0;
  padding-right: 40px;
}

.activity_lists .row:nth-child(even) .dot_water {
  left: auto;
  right: -80px;
}

.container-details .dot_water {
  left: auto;
  right: -60px;
  z-index: -1;
}

.container-details .row {
  align-items: flex-end;
  margin-bottom: 0;
}

.container-details .act_data {
  padding-bottom: 80px;
}

.container-details .act_data .act_date {
  padding-left: 0;
  color: #D72515 !important;
}

.container-details .act_data .act_date .day {
  color: #D72515 !important;
}

.activity_slider img {
  border-radius: 6px;
}

.activity_slider .slick-arrow {
  right: 0;
  left: auto;
  background-color: #d9d9d9;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  color: #fff !important;
  text-align: center;
}

.activity_slider .slick-arrow:before {
  color: #fff;
}

.activity_slider .slick-arrow:hover:before {
  color: #D72515;
}

.activity_slider .slick-arrow.slick-prev {
  bottom: 0;
  right: -84px;
}

.activity_slider .slick-arrow.slick-next {
  bottom: 0;
  right: -146px;
}

.news_list {
  padding-top: 40px;
}

.news_list .row > div {
  background-color: #e5e5e5;
  padding: 0;
  margin: 15px;
  max-width: calc(33.333% - 30px);
  border-radius: 10px 10px 0 0;
}

.news_list .news_pic {
  position: relative;
  border-bottom: solid 4px #D72515;
}

.news_list .news_pic .news_date {
  position: absolute;
  bottom: 0;
  left: 20px;
  background-color: #D72515;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.news_list .news_pic .news_date .date {
  font-size: 40px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 5px;
}

.news_list .news_pic .news_date .mon,
.news_list .news_pic .news_date .year {
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
}

.news_list .news_details {
  padding: 15px 0;
}

.news_list .news_details h3 {
  font-size: 19px;
  font-weight: bold;
}

.news_list .news_details h3 a {
  color: #D72515;
}

.news_list .news_details p {
  font-size: 15px;
}

.media_contents .row > div {
  margin-bottom: 34px;
}

.media_contents .row > div img {
  border-radius: 6px;
  display: block;
}

.media_contents .row.big_row > div {
  margin-bottom: 0;
}

.project_list .row > div {
  margin-bottom: 30px;
}

.project_list .project_holder {
  position: relative;
  overflow: hidden;
}

.project_list .project_holder .project_des {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 20px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.project_list .project_holder .project_des h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.project_list .project_holder .project_des h4 a {
  color: #fff;
  text-decoration: none;
}

.project_list .project_holder .project_des p {
  line-height: 22px;
  margin-bottom: 0;
}

.project_list .project_holder .project_des p a {
  color: #fff;
  text-decoration: none;
}

.project_list .project_holder img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
}

.project_list .project_holder:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.project_data h3 {
  color: #D72515;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.contact_details {
  padding-top: 40px;
}

.contact_details .icon {
  width: 100px;
  height: 100px;
  position: absolute;
  text-align: center;
  line-height: 100px;
  left: 15px;
  background-color: #D72515;
  border-radius: 100%;
  overflow: hidden;
}

.contact_details .icon:after {
  position: absolute;
  content: '';
  opacity: 0.1;
}

.contact_details .icon.map:after {
  background-image: url("../images/map.png");
  height: 60px;
  width: 60px;
  bottom: 10px;
  background-size: cover;
  right: 0;
}

.contact_details .icon.phone:after {
  background-image: url("../images/phone.svg");
  height: 60px;
  width: 60px;
  bottom: 10px;
  background-size: cover;
  right: 0;
}

.contact_details .contact_data {
  padding-left: 120px;
}

.contact_details .contact_data h4 {
  color: #D72515;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 19px;
}

.contact_details .contact_data p {
  line-height: 22px;
}

.contact_details .contact_data.address {
  padding-top: 10px;
}

section.contact_form > .row > div.first {
  background-image: url("../images/contact_bg1.jpg");
  background-size: cover;
}

section.contact_form > .row > div.second {
  background-color: #D72515;
  background-image: url("../images/watermark.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.half_content_area {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.half_content_area.left {
  padding: 120px 100px 120px 20px;
  margin-right: 0;
}

.half_content_area.left h3 {
  font-size: 39px;
  font-weight: bold;
}

.half_content_area.left p {
  font-size: 18px;
  font-weight: bold;
}

.half_content_area.right {
  padding: 120px 20px 120px 120px;
  margin-left: 0;
}

.half_content_area.right h3 {
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.half_content_area.right p {
  font-size: 18px;
  font-weight: bold;
}

.reach_list .row > div {
  align-items: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 100px;
}

.reach_list .row > div h3 {
  font-weight: bold;
  font-size: 21px;
  margin-top: 25px;
}

.reach_list .row > div h3 a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
}

.reach_list .row > div h3 a:after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  height: 1px;
  background-color: #D72515;
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0;
  left: 0px;
}

.reach_list .row > div h3 a:hover {
  color: #D72515;
  text-decoration: none;
}

.reach_list .row > div h3 a:hover:after {
  width: 100%;
}

body.menu_open {
  overflow: hidden;
  height: 100vh;
}

.reach_list img {
  max-width: 60px;
}
.sidemenu ul {
  padding-top: 40px;
}

.sidemenu ul li{
  padding: 0px 20px;
  padding-bottom: 0;
  line-height: 20px;

}
.sidemenu ul li a{
  border-bottom: solid 1px #5a6069;
  color: #fff;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.sidemenu ul li:last-child a{
  border-bottom: none;
}
.cor-left-app-tit h4{
  margin-top: 20px;
  font-size: 22px;
margin-bottom: 15px;
}

/* Scss Document */
/* Scss Document */
@media screen and (min-width: 1600px) {
  .container {
    width: 1400px;
  }
  .swiper-slide .banner-caption, .swiper-pagination{
    width: 1400px !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
  .main_slider_arrows {
    bottom: 30px;
  }
  .news_updates_pop {
    width: 100%;
  }
  .diamond-container,
  .swiper-pagination {
    bottom: 90px !important;
  }
  .mds-message {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .mds-message > div:first-child {
    padding-bottom: 80px;
  }
  .full_menu {
    padding-top: 10px;
  }
  .full_menu .header_right .mail_us h4 {
    font-size: 15px;
  }
  .full_menu .header_right .phone h4 {
    font-size: 16px;
  }
  .menu_footer {
    padding-bottom: 0;
  }
  .row.menu_row {
    height: calc(100vh - 210px);
    overflow-y: auto;
    margin-right: 0;
  }
  .main_menu ul li a {
    font-size: 20px;
  }
  .activity_lists .des_box p {
    margin-bottom: 35px;
    line-height: 25px;
  }
}

/* Scss Document */
@media (max-width: 1366px) {
  .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 80px;
  }
  .swiper-pagination span.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::before {
    height: 80px;
  }
  .main_slider .swiper-slide .banner-caption .container {
    max-width: 60%;
  }
  .swiper-slide .banner-caption {
    top: auto;
    bottom: 100px;
  }
  .swiper-pagination {
   bottom: 30px !important;
}
  .news_updates_pop {

  }
  section.message {
    padding: 100px 0 0;
  }
  .activity_carousel {
    padding: 0 20px;
  }
  .slider_arrows .button-next {
    right: 20px;
  }
  .slider_arrows .button-prev {
    right: 80px;
  }
  .slider_arrows .view_all {
    right: 150px;
  }
  .about_section {
    padding-bottom: 60px;
  }
  .header_right .mail_us h4,
  .header_right .phone h4 {
    font-size: 16px;
  }
  .menu_footer .find_us_div {
    font-size: 15px;
  }
  .menu_footer .find_us_div a {
    font-size: 15px;
  }
}

/* Scss Document */
@media (max-width: 1092px) {
  .project_lisder .item .item_wrapper .item_img {
    max-width: 180px;
  }
  .project_lisder .item .item_wrapper .item_description h3 {
    font-size: 18px;
  }
  .project_lisder .item .item_wrapper .item_description {
    padding-top: 0;
    padding-bottom: 0;
  }
  .primary_nav .primary_menu ul li a{
    font-size: 13px;
    padding: 0px 8px;
  }
  .project_lisder .item .item_wrapper .item_description h5 {
    font-size: 16px;
  }
  .project_lisder .item .item_wrapper .item_description p {
    font-size: 14px;
  }
  .donate h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .inner_slider .inner_caption {
    bottom: 60px;
  }
  .inner_slider .inner_caption h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner_slider .inner_bread_crumbs {
    position: static;
  }
  .news_list .news_pic .news_date .date {
    font-size: 30px;
  }
  .news_list .news_pic .news_date .mon,
  .news_list .news_pic .news_date .year {
    font-size: 24px;
  }
  .news_list .news_details h3 {
    font-size: 16px;
  }
  section.medias {
    padding-top: 0;
  }
}

/* Scss Document */
@media (max-width: 992px) {
  .ed-mm-inn{
    z-index: 2000000;
    top: 0;
  }
  .message .container > .row {
    flex-direction: column-reverse;
  }
  .hidden_tab {
    display: none !important;
  }
  .show_tab {
    display: block;
  }
  .primary_nav {
    display: none !important;
  }
  .mds-message {
    padding: 55px 55px 0;
  }
  .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    display: none;
  }
  .swiper-pagination span.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::before {
    display: none;
  }
  .swiper-slide .banner-caption h2 {
    font-size: 40px;
  }
  .swiper-slide .banner_over {
    background-repeat: no-repeat;
    background-position: -234px 0;
  }
  .dimonds {
    right: 20px !important;
  }
  .swiper-pagination {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    text-align: center;
    bottom: 10px !important;
  }
  .section_head h1 {
    font-size: 30px;
  }
  .home_iconbox {
    padding: 20px 0 60px;
  }
  .home_iconbox .row div span {
    font-size: 15px;
  }
  .activity_lists .act_date .day {
    font-size: 60px;
  }
  .activity_lists .act_date .month,
  .activity_lists .act_date .year {
    font-size: 30px;
    line-height: 35px;
  }
  .des_box {
    padding-right: 20px;
  }
  .half_content_area.left {
    padding: 50px;
    margin: 0;
    max-width: none;
  }
  .half_content_area.right {
    padding: 50px;
    margin: 0;
    max-width: none;
  }
  .news_list .row > div {
    background-color: #ededed;
    padding: 0;
    margin: 15px;
    max-width: calc(50% - 30px);
    border-radius: 10px 10px 0 0;
    flex: 0 0 50%;
  }
  .donate {
    background-position: right;
    background-size: cover;
  }
  .donate .btn-primary, .donate .blank_link {
    letter-spacing: 0;
    padding: 10px;
  }
}

/* Scss Document */
@media (max-width: 767px) {
  body > header.mcmat .logo img{
    max-width: 100%;
  }
  .top-frame{
    padding-top: 0 !important;
  }
  .cor-mid-img{
    margin-top: 0;
  }
  body > header.mcmat .header_right .btn-warning{
    height: 36px;
    line-height: 34px;
  }
  .nav_btn_group{
    padding-top: 8px;
    margin-left: 10px;
  }
  .d-md-below-none {
    display: none;
  }
  .top-bar-menu {
    display: none !important;
  }
  .full_menu .top-bar-menu {
    display: block !important;
  }
  .home_iconbox {
    padding-bottom: 20px;
  }
  .home_iconbox .row {
    align-items: center;
    justify-content: center;
  }
  .home_iconbox .row p {
    /* display: none; */
  }
  .main_slider .swiper-slide {
    height: 50vh;
  }
  .news_updates_pop {
    position: absolute;
  }
  .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    font-size: 30px;
  }
  .swiper-pagination span.swiper-pagination-bullet {
    font-size: 20px;
  }
  .swiper-pagination span.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
    position: relative;
    font-size: 30px;
  }
  .swiper-slide .banner-caption h2 {
    font-size: 30px;
  }
  .swiper-slide .banner-caption h3 {
    font-size: 16px;
    margin-top: 0;
  }
  .swiper-pagination span.swiper-pagination-bullet:last-child::before {
    display: none;
  }
  .news_updates_pop .news_scroll h3 {
    display: none;
  }
  .news_updates_pop .marquee_text {
    width: calc(100% - 20px);
  }
  .news_updates_pop {
    padding: 0;
  }
  .news_updates_pop {
    top: 0;
    bottom: auto;
  }
  .news_updates_pop .news_scroll {
    border-radius: 0;
  }
  .project_lisder .item .item_wrapper .item_img {
    max-width: 120px;
  }
  .project_lisder .item .item_wrapper .item_description p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .project_lisder .item .item_wrapper .item_description h5 {
    font-size: 14px;
  }
  .project_lisder .item .item_wrapper .item_description h3 {
    font-size: 14px;
    margin-bottom: 8px;
    max-width: none;
  }
  .about_section {
    padding-bottom: 60px;
    padding-top: 37px;
  }
  .about_section h1 {
    font-size: 36px;
  }
  .about_section .video {
    padding-top: 40px;
    height: 400px;
    overflow: hidden;
  }
  .pl-mobile-15 {
    padding-left: 15px;
  }
  section.message {
    padding: 60px 0 0;
  }
  .mds-message {
    padding: 55px 0 0;
  }
  .pt-mob-60 {
    padding-top: 60px !important;
  }
  .joy_homes blockquote {
    font-size: 20px;
  }
  .joy_homes p {
    font-size: 14px;
    line-height: 22px;
  }
  .media_gallery .first-media {
    padding: 40px;
    display: none;
    height: auto !important;
  }
  .media_gallery .first-media img {
    display: block;
    margin: auto;
  }
  .section_head h2 {
    font-size: 40px;
  }
  section.news_events .section_head {
    margin-bottom: 20px;
  }
  section.news_events {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  section.news_events .row > div:last-child {
    display: none;
  }
  .section_testimony .test_header h3 {
    font-size: 30px;
    font-weight: bold;
  }
  .swiper-slide .banner-caption {
    top: auto;
    bottom: 100px;
  }
  .menu_row {
    align-items: center;
    justify-content: center;
  }
  .menu_footer {
    padding-bottom: 30px;
  }
  .menu_footer .row {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .menu_container .pr {
    padding-right: 0;
    border: none;
  }
  .vision_mission h2 {
    font-size: 30px;
  }
  .vision_mission {
    background-position: 100% 100%;
    background-size: 30%;
  }
  .inner_slider .inner_caption {
    bottom: 60px;
  }
  .inner_slider .inner_caption h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .activity_lists .dat-col {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .activity_lists .row:nth-child(even) div.act_data {
    flex-direction: row;
  }
  .activity_lists .row .dot_water {
    left: auto;
    right: -80px;
  }
  .activity_lists .row {
    margin-bottom: 100px;
  }
  .contact_details .col-md-4 {
    margin-bottom: 30px;
  }
  .big_images {
    margin-bottom: 30px;
  }
  article.activity_lists.activity_details .row {
    margin-bottom: 0;
  }
  article.activity_lists.activity_details .dat-col {
    padding-right: 0;
    padding-bottom: 0;
  }
  .news_list .row > div {
    background-color: #ededed;
    padding: 0;
    margin: 15px;
    max-width: calc(50% - 30px);
    border-radius: 10px 10px 0 0;
  }
  .section_head h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Scss Document */
@media (max-width: 578px) {
  .ed-mm-inn{
    width: 100%;
    right: -110%;
  }
  .ed-mm-act {
    right: 0%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
  .diamond-container,
  .top_row {
    display: none;
  }
  .swiper-slide .banner-caption p {
    display: none;
  }
  .main_slider .swiper-slide .banner-caption {
    width: 90%;
    max-width: 100%;
  }
  .hidden_smart {
    display: none !important;
  }
  .swiper-slide .banner-caption h2 {
    max-width: none;
  }
  .main_slider {
    margin-bottom: 80px;
  }
  .main_slider .swiper-slide {
    height: 55vh !important;
  }
  .news_updates_pop {
    position: static;
    background-color: #001660;
  }
  .news_updates_pop .container {
    padding: 0 4px;
  }
  .news_updates_pop .marquee_text {
    width: 100%;
  }
  .news_updates_pop .news_scroll {
    padding: 8px 0;
  }
  .about_section .video .caption h2 {
    font-size: 20px;
    padding: 0 40px;
    margin-bottom: 30px;
  }
  .about_section .video .caption img {
    max-width: 70px;
    height: auto;
  }
  .about_section .video {
    position: relative;
    height: auto;
  }
  .about_section.pt80 {
    padding-top: 0;
  }
  .section_head.white h2 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
  section.directors_message .row > div:first-child {
    /* display: none; */
  }
  section.our_achievements {
    display: none;
  }
  section.faculty_profile {
    padding: 70px 0 26px;
  }
  .call_to_action .cta-btn {
    align-items: center;
  }
  .call_to_action .cta-btn div {
    width: 100%;
    text-align: center;
  }
  .call_to_action .cta-btn div:nth-child(2) {
    margin: 30px 0;
  }
  section.medias {
    padding-top: 70px;
  }
  section.medias .slider_arrows {
    display: none;
  }
  .footer-contact {
    padding-top: 60px;
  }
  .footer-contact .row > div {
    margin-bottom: 20px;
  }
  .footer-contact .row > div:last-child {
    margin-bottom: 0;
  }
  footer {
    padding-top: 0;
  }
  .find-Us .item_flex {
    align-items: center;
    justify-content: center;
  }
  .find-Us .item_flex.row_center, .find-Us .top_row .top-bar-menu ul li.item_flex, .top_row .top-bar-menu ul .find-Us li.item_flex {
    display: none;
  }
  .find-Us .item_flex.row_center > *, .find-Us .top_row .top-bar-menu ul li.item_flex > *, .top_row .top-bar-menu ul .find-Us li.item_flex > * {
    width: 100%;
  }
  .find-Us h3 {
    font-size: 20px;
  }
  section.faculty_profile .sub_links {
    display: none;
  }
  .about_section .video .caption {
    top: 80px;
  }
  .home_iconbox .col {
    max-width: 50%;
    flex: 1 1 50%;
    margin-bottom: 20px;
  }
  .home_iconbox .row {
    justify-content: center;
  }
  .home_iconbox .row div span {
    font-size: 12px;
  }
  .socials .row > div {
    padding-bottom: 20px;
  }
  .section_head h5 {
    font-size: 16px;
  }
  .about_section h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .section_head h2 {
    font-size: 26px;
  }
  section.faculty_profile .faculty_list {
    margin-top: 0;
  }
  section.faculty_profile .faculty_item .flex_img {
    width: 70px;
    margin-right: 20px;
  }
  .default_head h3 {
    font-size: 28px;
    font-weight: bold;
  }
  section.activities .activitiy_bg {
    padding: 60px 0;
  }
  section.news_events {
    padding-top: 40px;
  }
  .slider_arrows .button-next,
  .slider_arrows .button-prev {
    width: 40px;
    height: 40px;
    line-height: 46px;
  }
  .menu_container .pr {
    text-align: center;
  }
  .menu_container .pr img {
    width: 150px;
  }
  .menu_container .pl {
    padding-left: 40px;
  }
  .about_section p {
    font-size: 14px;
    line-height: 21px;
  }
  .act_data {
    padding-bottom: 10px !important;
  }
  .news_list .row > div {
    background-color: #ededed;
    padding: 0;
    margin: 15px;
    max-width: calc(100% - 30px);
    border-radius: 10px 10px 0 0;
    flex: 0 0 100%;
  }
}
@@media screen and (min-width:991px) {
  .content-row.row .col-lg-3{
    flex: 0 0 23%;
    max-width: 25%;
  }
  .content-row.row .col-lg-6{
    flex: 0 0 54%;
    max-width: 53.6%;
  }
}

.container.pg-inn{
  padding-top: 30px !important;
}


.content-row table{
  width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
.content-row table{
  width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
.content-row table tr{
  font-size: 15px;
color: #636363;
font-weight: 400;
line-height: 24px;
}
.content-row table td{
      border: 1px solid #dee2e6;
      padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
color: #636363;
font-weight: 400;
line-height: 24px;
}

.main_body_article h2, .main_body_article h3 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: left !important;
}
.main_body_article h3{
  font-size: 22px;
}

.main_body_article h2:after, .main_body_article h3:after {
  width: 150px;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: '';
  height: 1px;
  z-index: 2;
  background-color: #1B3985;
  opacity: 0.8;
}

.main_body_article h2:before, .main_body_article h3:before {
  width: 50px;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: -13px;
  content: '';
  height: 6px;
  border-radius: 10px;
  background-color: #1B3985;
}
.main_body_article img.alignleft{
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #ccc;
}
.main_body_article .gallery{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.main_body_article .gallery .gallery-item{
  border: solid 1px #ccc;
  padding: 20px;
  margin: 10px 10px 10px 0;
  max-width: calc(33% - 10px);

}
.main_body_article .gallery .gallery-item .gallery-caption{
  margin-top: 20px;
  font-weight: 600;
}
.main_body_article a.download-link {
    background-color: #f36b3b;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}
.main_body_article a.download-link:hover{
  background-color: #03294e;
}
/*# sourceMappingURL=style.css.map */
