/* @include clearit
.button {
@include clearit
}
*/
/*Background cover*/
/* @include transition(all,2s,ease-out); */
/* CALC mining
  @include calc( width, '100% - 2px');
*/
/* Opacity(value:0.3) */
/* Background Overlay bg_overlay(color:#fff,value:0.3) */
/* @include breakpoint(sm);

aside.primary {
  float: right;
  width: 350px;
  @include breakpoint(sm) {
    float: none;
    width: 100%;
  }
}

*/
/* @include breakpoint(sm);

aside.primary {
  float: right;
  width: 350px;
  @include breakpoint_num($min: 200px, $max: 767px) {
    float: none;
    width: 100%;
  }
}

*/
/* transform rotate */
/*transform scale */
/* elipsis */
/* for retina image display */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open+Sans:400,600,700&display=swap");
.p-50 {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .p-50 {
    padding: 30px 0;
  }
}

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

.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 15px !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  .mt-30 {
    margin-top: 15px !important;
  }
}

.no-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.no-list .row {
  margin-left: -15px;
  margin-right: -15px;
}

.home_section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .home_section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .home_section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.bg-img.bg-center-right {
  background-position: center right;
}
.bg-img.bg-top-right {
  background-position: top right;
}
.bg-img.bg-bottom-right {
  background-position: bottom right;
}
.bg-img.bg-center-left {
  background-position: center left;
}
.bg-img.bg-top-left {
  background-position: top left;
}
.bg-img.bg-bottom-left {
  background-position: bottom left;
}

.overlay {
  position: relative;
}
.overlay > * {
  position: relative;
  z-index: 2;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000 !important;
  opacity: 0.7;
  z-index: 1;
}
.overlay-brand:before {
  background: #0b0332;
}
.overlay-secondary:before {
  background: #2a90ce;
}
.overlay-white:before {
  background: #fff;
}

/*--Section Heading Title--*/
.section_header {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.section_header h2 {
  font-size: 32px;
  color: #4e4e4e;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.section_header figure {
  margin: 0;
  padding: 0;
}
.section_header figure img {
  height: 50px;
}

.header_title {
  width: 100%;
}
.header_title .heading {
  color: #4e4e4e;
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.header_title h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #0b0332;
  text-transform: uppercase;
}
.header_title .heading_desc {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  margin-top: -20px;
  color: #222;
  font-weight: normal;
  line-height: 1.3;
  min-height: auto;
}
@media (max-width: 991px) {
  .header_title .heading_desc {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header_title .heading_desc {
    font-size: 14px;
  }
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 6px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
  }
}
.owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
.owl-dots .owl-dot.active {
  background: #0b0332;
}

.tmt-boxes {
  height: 100%;
  border: 1px solid #c8c8c8;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steel_tab .nav-tabs {
  border: none;
}
.steel_tab .nav-tabs .nav-item {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 1px;
}
.steel_tab .nav-tabs .nav-item a {
  padding-left: 50px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #222222;
  border-radius: 0.25rem;
  position: relative;
  font-weight: normal;
  font-size: 18px;
}
.steel_tab .nav-tabs .nav-item a .steel_tab_icon {
  position: absolute;
  top: 50%;
  left: 10px;
  max-height: 24px;
  max-width: 35px;
  transform: translate(0, -50%);
  -webikit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.steel_tab .nav-tabs .nav-item a i.fa {
  position: absolute;
  color: #2a90ce;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  -webikit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: none;
  font-size: 24px;
}
.steel_tab .nav-tabs .nav-item a.active {
  color: #222222;
  background: #2a90ce;
  border-color: #2a90ce;
}
.steel_tab .nav-tabs .nav-item a.active i.fa {
  display: block;
}
.steel_tab .tab-content {
  height: 100%;
}
.steel_tab .tab-content .tab-pane {
  height: 100%;
  border: 1px solid #2a90ce;
  padding: 30px;
}

/*== LATEST NEWS SECTION Css Open ==*/
.latest_news_list {
  margin-bottom: 30px;
}
.latest_news_list .sub_heading_group {
  padding-top: 1.2857142857em;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.latest_news_list .sub_heading_group h2 {
  color: #222222;
  display: block;
  word-wrap: break-word;
  padding-bottom: 0.4285714286em;
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
}
.latest_news_list .sub_heading_group p {
  color: #0b0332;
  display: table-header-group;
  font-size: 13px;
  line-height: 1.1;
  min-height: auto;
  font-weight: normal;
}
.latest_news_list .sub_heading_group {
  padding-top: 0;
}
.latest_news_list figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}
.latest_news_list figure img {
  width: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.latest_news_list .introduction p {
  font-size: 1.2857142857em;
  line-height: 1.4;
  margin: 0;
}
.latest_news_list .description p {
  font-size: 1.0714285714em;
  line-height: 1.6;
  word-wrap: break-word;
  word-break: break-word;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #0b0332;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  color: #fff;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

@media (max-width: 600px) {
  .col-xxs {
    width: 100%;
  }
}

body {
  color: #222222;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.32px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  min-width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  word-break: break-word;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #222222;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

a {
  display: inline;
  color: #111111;
  text-decoration: none;
  outline: none;
}
a:focus, a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #2a90ce;
  text-decoration: none;
  outline: none;
  text-decoration: none;
}

/*==== Header Font Styling Css Open====*/
h1 {
  color: #0b0332;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.6px;
  font-weight: bold;
}

h2, h3 {
  color: #0b0332;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.28px;
  font-weight: 500;
}

h4 {
  color: #0b0332;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.28px;
  font-weight: 500;
}

h5,
h6 {
  font-weight: normal;
  letter-spacing: 0.32px;
  color: #0b0332;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
h1 a {
  color: #111111;
}
h1 a:hover {
  color: #0b0332;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  font-weight: 900;
}
h2 a {
  color: #111111;
}
h2 a:hover {
  color: #0b0332;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
  position: relative;
  color: #111111;
}
h3 a {
  color: #111111;
}
h3 a:hover {
  color: #0b0332;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  letter-spacing: initial;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
  color: #111111;
  position: relative;
}
h4 a {
  color: #0b0332;
}
h4 a:hover {
  color: #111111;
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}
h5 a {
  color: #111111;
}
h5 a:hover {
  color: #0b0332;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}
h6 a {
  color: #111111;
}
h6 a:hover {
  color: #0b0332;
}
@media (max-width: 767px) {
  h6 {
    font-size: 12px;
  }
}

.primary_underline_heading {
  color: #0b0332;
  border-bottom: 1px solid #0b0332;
}

/*==== Header Font Styling Css Close====*/
/*==== Button Styling Css Open====*/
textarea,
select,
input {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  color: #222222;
  border-radius: 0px;
  overflow: hidden;
  padding: 7px 10px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 15px;
}
textarea:focus,
select:focus,
input:focus {
  color: #222222;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
}
textarea.active, textarea:focus, textarea:visited,
select.active,
select:focus,
select:visited,
input.active,
input:focus,
input:visited {
  outline: none;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
textarea:-moz-placeholder,
select:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

button.btn {
  margin-bottom: 0;
}

form.transparent_form textarea,
form.transparent_form select,
form.transparent_form input {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}
form.transparent_form textarea.active, form.transparent_form textarea:focus, form.transparent_form textarea:visited,
form.transparent_form select.active,
form.transparent_form select:focus,
form.transparent_form select:visited,
form.transparent_form input.active,
form.transparent_form input:focus,
form.transparent_form input:visited {
  outline: none;
}
form.transparent_form textarea::-webkit-input-placeholder,
form.transparent_form select::-webkit-input-placeholder,
form.transparent_form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea::-moz-placeholder,
form.transparent_form select::-moz-placeholder,
form.transparent_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea:-ms-input-placeholder,
form.transparent_form select:-ms-input-placeholder,
form.transparent_form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea:-moz-placeholder,
form.transparent_form select:-moz-placeholder,
form.transparent_form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form input:-webkit-autofill,
form.transparent_form input:-webkit-autofill:hover,
form.transparent_form input:-webkit-autofill:focus textarea:-webkit-autofill,
form.transparent_form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
form.transparent_form select:-webkit-autofill,
form.transparent_form select:-webkit-autofill:hover,
form.transparent_form select:-webkit-autofill:focus {
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 6000s ease-in-out 0s;
}
form.transparent_form button.btn {
  margin-bottom: 0;
}

input[type=radio] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 5px 0 0;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #f2f2f2;
  -webkit-text-fill-color: #777777;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 6000s ease-in-out 0s;
}

form.newsletter {
  margin-bottom: 20px;
}
form.newsletter input {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}

/* for flex center */
@media (min-width: 768px) {
  .flex-center {
    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;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* listing style */
ul, ol {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
ul li, ol li {
  margin-bottom: 10px;
}

ul.no_list_icon li {
  padding: 0;
}
ul.no_list_icon li:before {
  display: none;
}

ul.inline_list {
  text-align: left;
  zoom: 1;
}
ul.inline_list:after, ul.inline_list:before {
  content: "";
  display: table;
}
ul.inline_list:after {
  clear: both;
}
ul.inline_list li {
  float: left;
  display: inline-block;
}
ul.inline_list li p:first-of-type {
  margin-bottom: 3px;
}
ul.inline_list li p:last-of-type {
  margin-bottom: 1rem;
}
ul.inline_list li:last-of-type {
  margin-right: 0;
}

ul.inline_list.social_icon_circle li {
  margin-right: 10px;
}
ul.inline_list.social_icon_circle i.fa {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #0b0332;
  color: #fff;
  text-align: center;
  line-height: 28px;
  border: 1px solid #0b0332;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
ul.inline_list.social_icon_circle i.fa:hover {
  color: #0b0332;
  background: transparent;
}

/* action btn */
.btn {
  white-space: normal;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 10px 15px;
  min-width: 170px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 13px;
  }
}

.btn_block {
  width: 100%;
}

.btn_primary {
  background: #0b0332;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_primary:hover {
  background: #2a90ce;
  color: #fff;
}
.btn_primary:focus {
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
}

.btn_white {
  border: 1px solid #fff;
  background: #fff;
  color: #333;
}
.btn_white:hover {
  border-color: #2a90ce;
  color: #fff;
  background: #2a90ce;
}

.btn_secondary_transparent {
  border: 1px solid #2a90ce;
  background: #2a90ce;
  color: #ffffff;
}
.btn_secondary_transparent:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.heading_line {
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #0b0332;
  margin-top: 0;
  margin-bottom: 30px !important;
  font-weight: 900;
}
.heading_line:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #2a90ce;
}

/**==VC CSS OPEN==**/
.vc_column-inner .wpb_content_element {
  margin-bottom: 0;
}

/**==VC CSS CLOSE==**/
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/*== Topbar Css Open ==*/
.topbar_wrap {
  background: #0b0332;
  padding: 10px 15px;
}
@media (max-width: 997px) {
  .topbar_wrap {
    display: none;
  }
}
.topbar_wrap .topbar_content {
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding: 7px 0px;
  position: relative;
  zoom: 1;
}
.topbar_wrap .topbar_content:after, .topbar_wrap .topbar_content:before {
  content: "";
  display: table;
}
.topbar_wrap .topbar_content:after {
  clear: both;
}
.topbar_wrap .topbar_content .right_top_content {
  display: block;
  text-align: center;
  float: right;
}
.topbar_wrap .topbar_content .right_top_content a {
  margin-left: 15px;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.topbar_wrap .topbar_content .right_top_content a i.fa {
  margin-right: 3px;
  font-size: 16px;
}
.topbar_wrap .topbar_content .right_top_content a:hover {
  color: #2a90ce;
}
.topbar_wrap .topbar_content .right_top_content p.time_zone {
  margin: 0;
  margin-left: 30px;
}
.topbar_wrap .topbar_content .right_top_content p.time_zone img {
  width: 24px;
  background: #fff;
  border-radius: 100%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .topbar_wrap .topbar_content .right_top_content {
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    text-align: right;
  }
}
@media (min-width: 768px) {
  .topbar_wrap .topbar_content .left_top_social_content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webikit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 9;
  }
}
.topbar_wrap .topbar_content .left_top_social_content a {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
.topbar_wrap .topbar_content .left_top_social_content a i.fa {
  margin-right: 3px;
  font-size: 16px;
}
.topbar_wrap .topbar_content .left_top_social_content a:hover {
  color: #2a90ce;
}

.main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 997px) {
  .main_header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 997px) {
  .main_header .top_header .stellarnav {
    text-align: right;
  }
  .main_header .top_header .stellarnav .menu-toggle {
    padding: 12px 15px;
  }
  .main_header .top_header .stellarnav .menu-toggle span.bars {
    margin-right: 0;
  }
  .main_header .top_header .stellarnav .menu-toggle span.bars span {
    width: 30px;
    height: 4px;
    background: #0b0332;
    margin-bottom: 5px;
  }
}

/*== Topbar Css Close ==*/
/* === Logo & Navigation  Css Open === */
.logo_navigation {
  position: relative;
  background: #f2f2f2;
}
.logo_navigation .logo {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 3;
}
.logo_navigation .logo h1 {
  margin: 0;
  padding: 0px;
}
@media (max-width: 991px) {
  .logo_navigation .logo h1 {
    padding: 0px;
  }
}
.logo_navigation .logo h1 a {
  display: inline-block;
}
.logo_navigation .logo h1 a img {
  max-width: 250px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit:contain;
}
@media (max-width: 991px) {
  .logo_navigation .logo h1 a img {
    max-height: 50px;
    max-width: 180px;
  }
}
.logo_navigation .stellarnav {
  padding-left: 210px;
  padding-right: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: fixed;
  background: #fff;
}
.logo_navigation .stellarnav.fixed {
  background: #ffffff;
  position: fixed;
}
.logo_navigation .stellarnav > ul {
  text-align: right;
}
.logo_navigation .stellarnav .header_social_icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  -webikit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.logo_navigation .stellarnav .header_social_icon a {
  background: #4e4e4e;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 15px;
}

.stellarnav > ul > li > a {
  padding: 40px 10px;
  text-transform: uppercase;
  font-weight: normal;
  color: #002441;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .stellarnav > ul ul {
    background: #0b0332;
  }

  .stellarnav li.has-sub > a:after {
    border-top: 6px solid #111;
  }

  .stellarnav li:hover > a:after,
.stellarnav li.active > a:after {
    border-top: 6px solid #0b0332;
  }

  .stellarnav > ul > li {
    position: relative;
    padding-right: 5px;
  }
  .stellarnav > ul > li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, 0.6);
    right: 0px;
    top: calc(50% - 15px);
  }
  .stellarnav > ul > li:last-child {
    padding-right: 0;
  }
  .stellarnav > ul > li:last-child:before {
    width: 0;
  }

  .stellarnav > ul > li:hover > a,
.stellarnav > ul > li.current_page_item > a {
    color: #002441;
    position: relative;
  }
  .stellarnav > ul > li:hover > a:before,
.stellarnav > ul > li.current_page_item > a:before {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: 3px;
    background: #002441;
    bottom: 20px;
    left: 10px;
  }

  .stellarnav ul ul li a {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .stellarnav ul ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
  }

  .stellarnav ul ul li:last-of-type a {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .stellarnav > ul > li > a {
    color: #fff;
  }

  .stellarnav.mobile > ul > li > a.dd-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .stellarnav.mobile li a {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }

  .stellarnav.mobile,
.stellarnav.mobile.fixed {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 2px solid #0b0332;
    background: #fff;
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #0b0332;
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul ul {
    background: #0b0332;
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul ul a {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul ul a:hover {
    color: #f2f2f2;
    background: rgba(0, 0, 0, 0.15);
  }

  .stellarnav > ul > li.active {
    background: #0b0332;
  }

  .stellarnav > ul > li:hover > a,
.stellarnav > ul > li.active > a {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
  }

  .stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #2a90ce;
    color: #fff;
    float: left;
    width: 33.33%;
    display: none;
  }

  .stellarnav.mobile.left .location-btn-mobile.third:hover, .stellarnav.mobile.left .call-btn-mobile.third:hover, .stellarnav.mobile.left .close-menu.third:hover {
    background: #0b0332;
  }

  .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-color: #fff;
  }

  .stellarnav.mobile.left > ul {
    top: 53px;
    height: calc(100vh - 53px);
    overflow: auto;
  }
}
/* === Logo & Navigation  Css Close === */
/*== Banner Slider Css Open ==*/
.banner_slider {
  position: relative;
}
.banner_slider .owl-carousel {
  position: relative;
  margin-bottom: 0;
  list-style: none;
}
.banner_slider .owl-carousel li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  max-height: normalpx;
}
@media (max-width: 767px) {
  .banner_slider .owl-carousel li {
    min-height: 300px;
  }
}
.banner_slider .owl-carousel li img {
  opacity: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.banner_slider .owl-carousel .owl-dots {
  position: absolute;
  margin-top: 0;
  z-index: 9;
}
@media (min-width: 767px) {
  .banner_slider .owl-carousel .owl-dots {
    top: 50%;
    right: 30px;
    transform: translate(0%, -50%);
    -webikit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
}
@media (max-width: 768px) {
  .banner_slider .owl-carousel .owl-dots {
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webikit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
}
@media (min-width: 767px) {
  .banner_slider .owl-carousel .owl-dots .owl-dot {
    display: block;
    height: 30px;
    width: 3px;
    margin-right: 0;
    margin: 3px 0px;
  }
}

/*== Banner Slider Css Close ==*/
/*== Footer Section Css Open ==*/
footer {
  background: #fff;
  padding-top: 75px;
  text-align: center;
}
@media (max-width: 991px) {
  footer {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 40px;
  }
}

.footer_logo {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 991px) {
  .footer_logo {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .footer_logo {
    padding-top: 30px;
    text-align: center;
  }
}

.footer_email {
  margin-bottom: 20px;
}
.footer_email a {
  font-size: 15px;
  padding-left: 15px;
  color: #002441;
}
.footer_email a i.fa {
  margin-right: 5px;
}
.footer_email a:hover {
  color: #2a90ce;
}

.footer_social_icon a {
  font-size: 18px;
  padding-left: 15px;
  color: #002441;
}
.footer_social_icon a:hover {
  color: #2a90ce;
}

.footer_menu {
  margin: 45px 0px;
  text-align: center;
}
@media (max-width: 991px) {
  .footer_menu {
    margin: 40px 0px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer_menu {
    margin: 30px 0px;
  }
}
.footer_menu a {
  color: #002441;
  padding: 0px 10px;
  border-right: 2px solid #00244140;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.footer_menu a:hover {
  color: #2a90ce;
}
.footer_menu a:first-child {
  padding-left: 0;
}
.footer_menu a:last-child {
  padding-right: 0;
  border-right: none;
}

.footer_trademark {
  max-width: 699px;
  margin: 0 auto;
}
.footer_trademark p {
  color: #002441;
  font-size: 14px;
  opacity: 1 !important;
}

.copyright {
  margin-top: 45px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  background: #090228;
  padding: 15px 0px;
  font-size: 13px;
}
@media (max-width: 991px) {
  .copyright {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 30px;
  }
}
.copyright a {
  color: rgba(255, 255, 255, 0.8);
}
.copyright a:hover {
  color: #2a90ce;
}

/*== Footer Section Css Close ==*/
/**== SERVICES SECTION CSS OPEN ==**/
.service_list a i {
  display: inline-block;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #555;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service_list a:hover i {
  background: #2a90ce;
}

/**== SERVICES SECTION CSS CLOSE ==**/
/**== TESTIMONAL SECTION CSS OPEN ==**/
.sp-testimonial-free-section h2.tfree-client-name {
  font-size: 18px;
}
.sp-testimonial-free-section .slick-dots li {
  width: 50px;
}
.sp-testimonial-free-section .slick-dots li button {
  border-radius: 0;
  width: 40px;
  height: 3px;
}

/**== TESTIMONAL SECTION CSS CLOSE ==**/
/**== CONTACT PAGE CSS OPEN ==**/
.contact_icon a i {
  margin-right: 10px;
}

div.wpcf7-response-output {
  color: #fff;
}

.join_form p, .join_form input[type=file] {
  color: #fff;
}

/**== CONTACT PAGE CSS CLOSE ==**/
/**== ACCORDION CSS OPEN ==**/
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: #0b0332 !important;
  border-color: #0b0332 !important;
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #0b0332 !important;
  border-color: #0b0332 !important;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a span {
  color: #fff;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading h4 i:before {
  border-color: #fff;
}

/**== ACCORDION CSS CLOSE ==**/
/**== TEAM MEMBER CSS OPEN ==**/
section.team_member .team_listing figure {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.team_member .team_listing figure img {
  width: 100%;
  height: 350px;
}
section.team_member .team_listing h4 {
  margin: 20px 0 5px;
}
section.team_member .team_listing p {
  font-size: 14px;
}
section.team_member .team_modal .modal-dialog {
  max-width: 80%;
  width: 100%;
}
@media (max-width: 767px) {
  section.team_member .team_modal .modal-dialog {
    margin: 15px auto;
    max-width: 90%;
  }
  section.team_member .team_modal .modal-dialog .modal-content {
    padding: 20px 10px;
  }
}
section.team_member .team_modal .modal-content {
  padding: 30px;
}
section.team_member .team_modal .modal-content .modal-body {
  position: relative;
}
section.team_member .team_modal .modal-content .modal-body button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-decoration: none;
  text-align: center;
  opacity: 0.6;
  filter: alpha(opacity=6);
  background: #fff;
  -webkit-box-shadow: 0 0 10px #dfdfdf;
  box-shadow: 0 0 10px #dfdfdf;
  font-style: normal;
  font-size: 40px;
  font-weight: 300;
  z-index: 9;
  outline: none;
}
section.team_member .team_modal .modal-content .modal-body button.close:hover, section.team_member .team_modal .modal-content .modal-body button.close:focus {
  opacity: 1;
  outline: none;
}
@media (max-width: 767px) {
  section.team_member .team_modal .modal-content .modal-body button.close {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
section.team_member .team_modal .modal-content .modal-body .team_member_details {
  margin-bottom: 30px;
}
section.team_member .team_modal .modal-content .modal-body .team_member_details figure {
  display: inline-block;
  float: left;
  max-width: 30%;
}
section.team_member .team_modal .modal-content .modal-body .team_member_details figure img {
  width: 100%;
}
section.team_member .team_modal .modal-content .modal-body .team_member_details .team_info {
  float: left;
  max-width: 65%;
  padding: 0 40px;
}
section.team_member .team_modal .modal-content .modal-body .team_member_details .team_info h2 {
  margin-bottom: 10px;
  font-weight: 600;
}
section.team_member .team_modal .modal-content .modal-body .team_member_details .team_info p {
  font-size: 14px;
}
@media (max-width: 767px) {
  section.team_member .team_modal .modal-content .modal-body .team_member_details {
    margin-bottom: 10px;
  }
  section.team_member .team_modal .modal-content .modal-body .team_member_details figure {
    max-width: 100%;
    margin-bottom: 30px;
    display: block;
    float: none;
  }
  section.team_member .team_modal .modal-content .modal-body .team_member_details .team_info {
    max-width: 100%;
    padding: 0;
    float: none;
  }
}

/**== TEAM MEMBER CSS CLOSE ==**/

/*# sourceMappingURL=style.css.map */
