html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Manrope-R", sans-serif;
  font-display: swap;
  color: #555;
  font-display: swap;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  color: #222;
  font-weight: 500;
  font-family: "Manrope-M", sans-serif;
  line-height: 1.3;
  font-display: swap;
}
.bg_white h1,
.bg_white h2,
.bg_white h3,
.bg_white h4,
.bg_white h5,
.bg_white h6 {
  color: #222;
}
.bg_white p {
  color: #555 !important;
}
.widget h4 {
  color: #999;
  font-weight: 400;
  font-size: 16px;
  font-family: "Manrope-R", sans-serif;
  font-display: swap;
}
p {
  margin-bottom: 25px;
  font-family: "Manrope-R", sans-serif;
  font-display: swap;
}
p.lead.styled {
  font-size: 18px;
  font-weight: 500;
  font-family: "Manrope-M", sans-serif;
  font-display: swap;
}
p.lead.styled.center {
  text-align: center;
  padding: 0 10% !important;
  margin-bottom: 45px;
  font-size: 23px;
}
hr {
  margin: 15px 0 30px 0;
  border-color: #ddd;
}
h1.main_title,
h2.main_title {
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 36px;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Manrope-M", sans-serif;
  font-display: swap;
}
h1.main_title span,
h2.main_title span {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: none;
}
h1.main_title em,
h2.main_title em,
.main_title em {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #0054a6;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}
h3.main_title {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 36px;
  color: #333;
  text-transform: capitalize;
}
h3.main_title span {
  display: block;
  color: #999;
  font-size: 18px;
  text-transform: none;
}
h3.main_title.white {
  color: #fff;
}
h3.main_title.white span {
  color: #999;
}
h3.main_title.white em {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #0054a6;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 20px;
}
h3.main_title_left {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Manrope-M", sans-serif;
  font-display: swap;
}
h3.main_title_left span {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: none;
}
h3.main_title_left em {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #0054a6;
  border-radius: 5px;
  margin-bottom: 15px;
}
h4.main_title span {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: none;
}
a {
  color: #0054a6;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
a.btn_outline,
.btn_outline {
  border: 2px solid #0054a6;
  font-size: inherit;
  color: #0054a6;
  cursor: pointer;
  padding: 6px 20px;
  display: inline-block;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Manrope-SB", sans-serif;
  font-display: swap;
}
a.btn_outline:hover,
.btn_outline:hover {
  background: #3cb878;
  color: #fff;
  border: 2px solid #3cb878;
}
a.btn_1,
.btn_1 {
  border: none;
  font-size: inherit;
  color: #fff;
  background: #0054a6;
  cursor: pointer;
  padding: 8px 20px;
  display: inline-block;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Manrope-SB";
  font-display: swap;
}
a.btn_1.home,
.btn_1.home,
a.btn_outline,
.btn_outline {
  min-width: 160px;
  margin-top: 35px;
}
a.btn_1.medium,
.btn_1.medium {
  border: none;
  font-display: swap;
  font-size: inherit;
  color: #fff;
  background: #0054a6;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  outline: none;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  font-weight: 500;
  font-family: "Manrope-M";
}
a.btn_1:hover,
.btn_1:hover {
  background: #3cb878;
}
a.btn_full,
.btn_full {
  border: none;
  font-display: swap;
  font-size: inherit;
  width: 100%;
  color: #fff;
  background: #0054a6;
  cursor: pointer;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Manrope-SB";
  line-height: 1.1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
a.btn_full:hover,
.btn_full:hover {
  background: #3cb878;
}
header {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #ededed;
  border-top: 3px solid #0054a6;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
.animated.swingInX {
  -webkit-transform-origin: top;
  -ie-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX;
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
#top_nav {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 9;
}
#top_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 21px;
}
#top_nav ul li {
  display: inline-block;
  margin-left: 15px;
}
#top_nav ul li a {
  color: #555;
  display: inline-block;
  position: relative;
}
#top_nav ul li a:hover {
  color: #0054a6;
}
#top_nav ul li a .cart_count {
  font-size: 11px;
  display: inline-block;
  background-color: #0054a6;
  color: #fff;
  padding: 2px 5px;
  font-weight: 700;
  font-family: "Manrope-B";
  font-display: swap;
  position: absolute;
  bottom: 0;
  right: -2px;
  line-height: 1;
  border-radius: 50%;
}
#logo {
  margin: 15px 0 0 0;
}
#logo_home h1 {
  margin: 15px 0 0 0;
  padding: 0;
}
#logo_home h1 a {
  display: block;
  width: 190px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 190px 48px;
  text-indent: -9999px;
}
@media only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  #logo_home h1 a {
    background-image: url(../img/logo/mind-aviator-group-dark-logo.webp);
    background-size: 190px 48px;
  }
}
#subheader_1 {
  height: 650px;
  background-image: url(../img/subheader_1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.parallax_window_in {
  height: 550px;
  position: relative;
  display: table;
  width: 100%;
}
.parallax_window_in.short {
  height: 400px;
  position: relative;
  display: table;
  width: 100%;
}
#sub_content_in {
  display: table-cell;
  padding: 45px 0 0 0;
  vertical-align: middle;
  text-align: right;
  background: rgba(0, 0, 0, 0.6);
}
.parallax_window_in.short #sub_content_in {
  display: table-cell;
  padding: 45px 0 0 0;
  vertical-align: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  position: inherit;
  z-index: 3;
}
.parallax_window_in.short #sub_content_in.cart {
  padding: 0 0 0 0;
  vertical-align: middle;
  text-align: center;
}
#sub_content_in h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 0;
  font-family: "Manrope-B";
  font-display: swap;
}
#sub_content_in p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  font-family: "Manrope-L";
  font-display: swap;
}
main {
  background-color: #f8f8f8;
}
.navbar-default {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
#navbar {
  margin-top: 10px;
}
.navbar-header-wp {
  position: relative;
}
.navbar-default .navbar-nav li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  padding: 37px 15px 10px 15px;
  font-weight: 700;
  font-family: "Manrope-B";
  font-display: swap;
}
.navbar-default .navbar-nav li:last-child a {
  padding-right: 0;
}
.navbar-default .navbar-nav li a:hover {
  color: #0054a6;
  text-decoration: none;
}
.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.active > a:hover,
.navbar-default .navbar-nav li.active > a:focus,
.navbar-default .navbar-nav li.open > a,
.navbar-default .navbar-nav li.open > a:hover,
.navbar-default .navbar-nav li.open > a:focu {
  background-color: transparent;
  color: #0054a6;
}
.navbar-default .navbar-nav li > .dropdown-menu {
  padding: 15px 15px;
  margin-top: 1px;
  margin-left: 0;
  left: 0;
  background-color: #fff;
  min-width: 210px;
  border-radius: 0;
  border: none;
}
.navbar-default .navbar-nav li > .dropdown-menu a {
  padding: 10px 0;
  color: #717171;
  font-size: 15px;
  font-weight: 400;
  font-family: "Manrope-R";
  text-transform: none;
  font-display: swap;
}
.navbar-default .navbar-nav li > .dropdown-menu a:hover,
.navbar-default .navbar-nav li > .dropdown-menu a:focus {
  background-color: transparent;
  color: #0054a6;
}
.navbar-default .navbar-nav li > .dropdown-menu .active a {
  background-color: transparent;
  color: #0054a6;
}
.navbar-default .navbar-nav li.mega {
  position: static;
}
.navbar-default .navbar-nav li.mega .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  padding: 50px 50px 30px 50px;
  top: 92%;
}
.navbar-default .navbar-nav li.mega .dropdown-menu h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope-SB";
  text-transform: none;
  font-display: swap;
}
.navbar-default .navbar-nav li.mega .dropdown-menu p {
  line-height: 1.3;
  font-size: 15px;
  text-align: justify;
}
.navbar-default .navbar-nav li.mega .dropdown-menu figure {
  overflow: hidden;
  margin-bottom: 5px;
  display: inline-block;
}
.navbar-default .navbar-nav li.mega .dropdown-menu figure a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navbar-default .navbar-nav li.mega .dropdown-menu figure a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.navbar-default .navbar-nav li.mega .dropdown-menu .active a {
  color: #222;
}
.navbar-default .navbar-nav li.mega .dropdown-menu ul.list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  min-height: 130px;
}
.navbar-default .navbar-nav li.mega .dropdown-menu .list:after {
  content: " ";
  width: 1px;
  height: 105%;
  background-color: #ededed;
  display: inline-block;
  float: right;
  top: -10px;
  position: absolute;
  right: 25px;
}
.navbar-default .navbar-nav li.mega .dropdown-menu .no-divider:after {
  content: none;
}
.cmn-toggle-switch {
  display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li.mega > .dropdown-menu {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li.mega > .dropdown-menu {
    width: 970px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li.mega > .dropdown-menu {
    width: 750px;
  }
}
footer {
  background: #002849;
  color: #fff;
}
footer h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope-SB";
  margin-bottom: 20px;
  font-display: swap;
}
#logo_footer {
  margin: 12px 0 15px 0;
}
footer ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
#social_footer {
  text-align: center;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
#social_footer p {
  font-size: 12px;
  color: #8c8c8c;
}
#social_footer ul {
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
}
#social_footer ul li {
  display: inline-block;
  margin: 0 5px 0 5px;
}
#social_footer ul li a {
  text-align: center;
  line-height: 34px;
  display: block;
  font-size: 21px;
  width: 35px;
  height: 35px;
}
ul#contact_details_footer {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
ul#contact_details_footer li {
  margin-bottom: 20px;
}
ul#contact_details_footer li#address_footer,
ul#contact_details_footer li#phone_footer,
ul#contact_details_footer li#email_footer {
  position: relative;
  padding-left: 30px;
}
#address_footer:before,
#phone_footer:before,
#email_footer:before {
  font-style: normal;
  font-weight: normal;
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 18px;
  left: 0;
  top: -2px;
  color: #fff;
}
#address_footer:before {
  content: "\e009";
}
#phone_footer:before {
  content: "\e00b";
}
#email_footer:before {
  content: "\e010";
  top: -4px;
}
#copy {
  padding: 0 0 10px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.social-media-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer ul li {
  margin-bottom: 10px;
}
.footer-links ul li a {
  display: inline-block;
}
.footer-links ul li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--white);
}
.copyright-fotter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  #contact_bg {
    float: inherit;
  }
}
@media screen and (max-width: 768px) {
  .copyright-fotter {
    display: block;
  }
  .footer-links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  a.box_service {
    padding: 30px 10px 5px 10px;
  }
  .box_service h3 {
    font-size: 16px;
  }
  .box_service p {
    font-size: 13px;
  }
}
#full-slider-wrapper {
  margin-top: 78px;
}
h3.slide_typo {
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 45px;
  padding: 15px 30px;
  font-family: "Manrope-B";
  font-display: swap;
}
.slide_typo_2 {
  font-size: 32px;
  white-space: nowrap;
  text-transform: none;
}
a.button_intro_2,
.button_intro_2 {
  border: none;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  font-size: 13px;
  text-align: center;
  -webkit-transition: background 0.3s !important;
  -o-transition: background 0.3s !important;
  transition: background 0.3s !important;
  border-radius: 3px;
  text-transform: uppercase;
  min-width: 110px;
  font-weight: 900;
  z-index: 10000;
}
.intro_title_header {
  margin-top: 180px;
}
.intro_title_header h3 {
  font-size: 46px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.intro_title_header p {
  color: #fff;
  font-size: 21px;
}
#form_container {
  position: relative;
  height: 700px;
  background: #ccc url(../img/bg_home.jpg) no-repeat center top fixed;
  background-size: cover;
  color: #fff;
  width: 100%;
  z-index: 99;
}
#form_container .wrapper {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding-top: 130px;
}
#hero_home {
  position: relative;
  background: #ccc url(../img/bg_home.jpg) no-repeat center top fixed;
  background-size: cover;
  color: #fff;
  width: 100%;
  z-index: 99;
  text-align: center;
}
#hero_home .wrapper {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 90px;
  height: 600px;
}
.contact-card {
  text-align: center;
  margin-bottom: 25px;
  padding: 30px 15px 5px 15px;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: block;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 230px;
}
.contact-card:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.contact-card i {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  font-size: 60px;
}
.contact-card p {
  font-size: 14px;
  margin-bottom: 10px;
}
#form_contact {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 30px 30px 30px;
  padding-bottom: 5px;
  position: relative;
}
#form_contact input.form-control {
  color: #fff;
}
.loader {
  margin-left: 5px;
  position: absolute;
}
#form_contact .loader {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #111;
}
.error_message {
  margin: 0 0 5px 0;
  padding: 0;
  color: #c33;
  display: inline-block;
  font-weight: 600;
}
#form_contact .error_message {
  color: #ff9;
}
#form_contact h3 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}
.about-bg {
  background-image: url(../img/bg/about-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.background-img.two {
  background-image: url(../img/bg/leader-01.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.background-img {
  background-image: url(../img/bg/bg_content.webp);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 35%;
  height: 100%;
  background-position: 65%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .background-img {
    display: none;
  }
}
.know-more {
  position: relative;
  z-index: 3;
}
.know-more.two {
  background-color: var(--bg-icon);
}
.row-flex-end {
  display: flex;
  justify-content: end;
}
.know-more h2.about-title {
  text-align: left;
  font-size: 26px;
}
.rounded {
  border-radius: 10px;
}
.know-more h2.about-title span {
  font-size: 12px;
  margin-bottom: 10px;
}
.know-more h2.about-title em {
  margin: unset;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .col-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.box_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 25px 25px 225px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  text-align: left;
}
.pic {
  position: absolute;
  left: 25px;
  top: 20px;
  width: 190px;
  height: 80px;
}
.pic h4 {
  position: absolute;
  left: 95px;
  top: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.pic h4 small {
  display: block;
  color: #fff;
  margin-top: 3px;
  font-size: 12px;
}
.pic figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.pic figure img {
  width: 80px;
  height: auto;
  border: 5px solid rgba(0, 0, 0, 0.2);
}
.comment {
  padding-left: 25px;
  font-size: 18px;
  font-style: italic;
  min-height: 70px;
}
a.box_service {
  text-align: center;
  margin-bottom: 25px;
  padding: 30px 30px 5px 30px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: block;
  color: #555;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.box_service p {
  text-align: justify;
}
.box_service h3 {
  font-size: 21px;
}
.box_service span {
  width: 20px;
  height: 20px;
  display: block;
  top: 15px;
  right: 15px;
  position: absolute;
  line-height: 1;
  font-size: 20px;
  color: #ccc;
}
a.box_service:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
a.box_service i {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #3cb878;
  background-color: rgba(121, 184, 151, 0.15);
}
.collaborative-approach h3.main_title_left {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Manrope-M", sans-serif;
  font-display: swap;
}
.collaborative-approach h3.main_title_left em {
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.collaborative-approach h3.main_title_left span {
  display: block;
  font-size: 12px;
  text-transform: none;
}
.collaborative-approach .bg_white p.lead.styled {
  padding: 0;
}
.collaborative-approach p.lead.styled {
  font-size: 18px;
  font-weight: 500;
  font-family: "Manrope-M", sans-serif;
  font-display: swap;
}
.collaborative-approach ul.list_ok {
  list-style: none;
  margin: 35px 0 30px 0;
  padding: 0;
  line-height: 1.3;
}
.collaborative-approach ul.list_ok li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.collaborative-approach ul.list_ok li:before {
  font-family: "ElegantIcons";
  content: "\52";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 24px;
}
.features-bg {
  position: relative;
  min-height: 400px;
  background: url(../img/features-intro-01.jpg) no-repeat center center;
  background-size: cover;
}
.video .features-bg {
  background: #000;
  height: 500px;
}
.video .features-bg iframe {
  width: 100%;
  height: 500px;
  text-align: center;
  line-height: 500px;
  margin-bottom: -6px;
}
.video .features-content {
  position: relative;
  padding: 11% 100px 10% 100px;
  height: 500px;
}
.features-img {
  width: 100%;
  height: 400px;
  text-align: center;
  line-height: 400px;
}
.features-content {
  position: relative;
  padding: 11% 100px 10% 100px;
  height: 400px;
  background-color: #222;
  color: #fff;
}
.features-content h3 {
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
}
.features-content p {
  font-size: 17px;
}
.video .features-content {
  background-color: #000;
}
.box_service_2 {
  position: relative;
  padding-left: 50px;
}
.box_service_2 i {
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 0;
  color: #3cb878;
}
.bg_content {
  width: 100%;
  background: url(../img/bg/bg_content.webp) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.bg-content-section {
  position: relative;
  z-index: 3;
}
.bg_content h2 {
  margin-bottom: 15px;
}
.bg_content p {
  font-size: 18px;
  text-align: center;
  padding: 0 10%;
}
.ovelay-bg-contant {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-btn {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0px;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box_style_2 {
  padding: 15px 25px 25px 25px;
  margin-bottom: 20px;
  border: 1px dashed #ccc;
  background-color: #fff;
}
.box_style_2 h4 {
  margin: 10px 0 20px;
}
.box_style_2 ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.box_style_2 ul li {
  margin-bottom: 10px;
}
.box_style_2 ul li:last-child {
  margin-bottom: 0;
}
ul.contacts_info {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
ul.contacts_info li {
  margin-bottom: 15px;
}
ul.contacts_info li:last-child {
  margin-bottom: 0;
}
#map_contact {
  width: 100%;
  height: 500px;
}
#map_contact iframe {
  width: 100%;
  height: 100%;
}
#error_page {
  width: 100%;
  height: 650px;
  text-align: center;
  background: #002849 url(../img/pattern_1.svg) repeat fixed;
  color: #fff;
  padding-top: 180px;
}
#error_page h2 {
  margin-top: 30px;
  font-size: 140px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#error_page h2 i {
  color: #ffc107;
}
@media (max-width: 767px) {
  #error_page h2 {
    font-size: 72px;
  }
}
#error_page p {
  font-size: 21px;
}
@media (max-width: 767px) {
  #error_page p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #error_page {
    padding-top: 100px;
    height: 500px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #0054a6;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.custom-loader {
  width: 70px;
  height: 70px;
  background: -o-radial-gradient(farthest-side, #9e237a 90%, #0000) center/16px
      16px,
    -o-radial-gradient(farthest-side, #303642 90%, #0000) bottom/12px 12px;
  background: radial-gradient(farthest-side, #9e237a 90%, #0000) center/16px
      16px,
    radial-gradient(farthest-side, #303642 90%, #0000) bottom/12px 12px;
  background-repeat: no-repeat;
  -webkit-animation: s7 1s infinite linear;
  animation: s7 1s infinite linear;
  position: relative;
}
.custom-loader::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  inset: auto 0 16px;
  margin: auto;
  background: #822267;
  border-radius: 50%;
  -webkit-transform-origin: 50% calc(100% + 10px);
  -ms-transform-origin: 50% calc(100% + 10px);
  transform-origin: 50% calc(100% + 10px);
  -webkit-animation: inherit;
  animation: inherit;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes s7 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes s7 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.bg_gray {
  background-color: #f8f8f8;
}
.form-control {
  border-radius: 0;
  background: none;
  border: 1px solid #ddd;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}
.form-control:focus {
  border-color: #0054a6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #8e8e8e;
  font-weight: 500;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8e8e8e;
  font-weight: 500;
}
.form-control::-webkit-input-placeholder {
  color: #8e8e8e;
  font-weight: 500;
}
.form-group {
  margin-bottom: 25px;
}
.form-group .clear-input {
  display: none;
  cursor: pointer;
}
.form-group .clear-input span {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 21px;
}
.form-group label {
  color: var(--paragraph);
}
input[type="file"]:focus {
  outline: none;
}
.add_bottom_15 {
  margin-bottom: 15px;
}
.add_bottom_30 {
  margin-bottom: 30px;
}
.add_bottom_45 {
  margin-bottom: 45px;
}
.add_bottom_60 {
  margin-bottom: 60px;
}
.add_bottom_75 {
  margin-bottom: 75px;
}
.add_top_20 {
  margin-top: 20px;
}
.add_top_30 {
  margin-top: 30px;
}
.add_top_60 {
  margin-top: 60px;
}
.more_padding_left {
  padding-left: 40px;
}
.nomargin_top {
  margin-top: 0;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.margin_120_95 {
  padding-top: 120px;
  padding-bottom: 95px;
}
.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
.margin_60_0 {
  padding-top: 60px;
  padding-bottom: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .items.one {
  padding: 10px 20px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0054a6;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
ul.list_ok {
  list-style: none;
  margin: 35px 0 30px 0;
  padding: 0;
  line-height: 1.3;
}
ul.list_ok li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
ul.list_ok li:before {
  font-family: "ElegantIcons";
  content: "\52";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 24px;
  color: #3cb878;
}
ul.list_features {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.3;
}
ul.list_features li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
ul.list_features li i {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 36px;
  color: #3cb878;
}
#position {
  background-color: #002849;
  padding: 10px 0;
  font-size: 13px;
}
#position ul li:first-child {
  padding-left: 20px;
}
#position ul li:first-child:before {
  content: "\eaf4";
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
#position ul {
  margin: 0;
  padding: 0;
  color: #888;
}
#position ul li a {
  color: #fff;
  opacity: 0.7;
}
#position ul li a:hover {
  color: #fff;
  opacity: 1;
}
#position ul li {
  display: inline-block;
  padding-right: 8px;
  margin-right: 3px;
  position: relative;
}
#position ul li:after {
  content: "\e9ee";
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 1px;
}
#position ul li:last-child:after {
  content: "";
}
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  z-index: 100;
  min-height: 100%;
  background-color: #000;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s,
    visibility 0s ease 0.3s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s,
    visibility 0s ease 0.3s;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s,
    -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s,
    -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s,
    visibility 0s ease 0.3s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s,
    visibility 0s ease 0.3s, -webkit-transform 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.layer-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
@media (max-width: 991px) {
  #full-slider-wrapper {
    margin-top: 55px;
  }
  #logo_home h1 {
    margin: 10px 0 10px 0;
    padding: 0;
  }
  #logo_home h1 a {
    width: 140px;
    height: 35px;
    background-size: auto 35px;
  }
  #logo {
    margin: 10px 0;
  }
  #logo a img {
    width: auto;
    height: 35px;
  }
  #top_nav {
    right: 50px;
    top: 25px;
  }
  #top_nav ul {
    font-size: 21px;
  }
  .navbar-default .navbar-nav li.mega .dropdown-menu ul.list {
    min-height: inherit;
  }
  .navbar-default .navbar-nav li.mega .dropdown-menu .list:after {
    content: none;
  }
  #navbar {
    margin-top: 0;
    border-top: 1px solid #ededed;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .cmn-toggle-switch {
    position: relative;
    display: block;
    overflow: visible;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
  }
  .cmn-toggle-switch:focus {
    outline: none;
  }
  .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #222;
  }
  header .cmn-toggle-switch span {
    background: #222;
  }
  .cmn-toggle-switch span::before,
  .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    content: "";
  }
  header .cmn-toggle-switch span::after,
  header .cmn-toggle-switch span::before {
    background: #222;
  }
  .cmn-toggle-switch span::before {
    top: -10px;
  }
  .cmn-toggle-switch span::after {
    bottom: -10px;
  }
  .cmn-toggle-switch__htx span::before,
  .cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    -o-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
  }
  .cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  .cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  .cmn-toggle-switch__htx.active span {
    background: none !important;
  }
  .cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cmn-toggle-switch__htx.active span::before,
  .cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    -o-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
  }
  .navbar-default .navbar-nav li a {
    padding: 15px 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #0054a6;
  }
  .navbar-default .navbar-nav li.mega .dropdown-menu {
    padding: 10px;
  }
  .navbar-default .navbar-nav li > .dropdown-menu .active a {
    background-color: #181818 !important;
  }
  .navbar-nav > li.mega h5 {
    margin-top: 0;
  }
  .navbar-default .navbar-nav li > .dropdown-menu {
    padding: 0 25px;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
    clear: both;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #submit-analysis.button {
    margin-top: 15px;
  }
  .video .features-bg {
    height: auto;
    text-align: left;
    min-height: inherit;
    padding-top: 45px;
  }
  .video .features-bg iframe {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: inherit;
    margin-bottom: 0;
  }
  .video .features-content {
    position: relative;
    padding: 15px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .intro_title_header {
    margin-top: 0;
    text-align: center;
  }
  #form_container {
    height: auto;
  }
  #form_container .wrapper {
    padding: 110px 0 70px 0;
  }
  #form_contact {
    margin-top: 40px;
  }
  #hero_home .wrapper {
    padding-top: 150px;
    height: 450px;
  }
}
@media (max-width: 768px) {
  input.form-control#email_newsletter_2 {
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
  }
  .intro_title_header {
    margin-top: 0;
    text-align: center;
  }
  #form_contact {
    margin-top: 40px;
  }
  #navbar {
    overflow: auto !important;
    max-height: 100vh !important;
  }
}
@media (max-width: 767px) {
  #full-slider-wrapper {
    margin-top: 85px;
  }
  #form_contact {
    margin-top: 20px;
  }
  #form_container {
    height: auto;
  }
  #form_container .wrapper {
    padding: 80px 0 30px 0;
  }
  #hero_home .wrapper {
    padding-top: 120px;
    height: 350px;
  }
  .intro_title_header h3 {
    font-size: 36px;
  }
  .intro_title_header p {
    font-size: 16px;
  }
  h1.main_title,
  h2.main_title {
    font-size: 32px;
  }
  h1.main_title span,
  h2.main_title span,
  .main_title span {
    font-size: 18px;
  }
  h3.main_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  h3.main_title span {
    font-size: 16px;
  }
  .header-video {
    height: 400px !important;
  }
  #hero_video > div h3 {
    font-size: 36px;
  }
  #hero_video > div {
    padding: 0 20px;
  }
  #hero_video > div p {
    font-size: 18px;
  }
  #sub_content_in h1 {
    font-size: 32px;
  }
  #sub_content_in p {
    font-size: 18px;
  }
  p.lead.styled {
    font-size: 16px;
  }
  .search-overlay-menu form {
    width: 80%;
    left: 10%;
    height: 50px;
    margin: -25px auto 0;
  }
  .search-overlay-menu input[type="search"] {
    font-size: 26px;
  }
  .search-overlay-menu form button {
    font-size: 2rem;
    top: 10px;
  }
  .bg_content .content_center {
    text-align: left;
  }
  .bg_content .content_center p {
    text-align: left;
    padding: 0;
  }
  .bg_content .content_center h3 em {
    margin: inherit;
  }
  .margin_60,
  .margin_120,
  .margin_120_95 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .margin_60_35 {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .margin_60_0 {
    padding-top: 30px;
  }
  .margin_30 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #analysis input.form-control {
    margin-bottom: 15px;
    width: 100%;
  }
  .box_overlay {
    padding: 25px;
    text-align: center;
  }
  .pic {
    position: static;
    margin-bottom: 25px;
    width: 100%;
    display: block;
  }
  .pic h4 {
    position: static;
  }
  .pic figure {
    margin: auto;
  }
  .comment {
    border-left: none;
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .slide_typo_2 {
    color: #fff;
    font-size: 11px !important;
    margin-top: 5px !important;
  }
  a.button_intro_2,
  .button_intro_2 {
    padding: 5px !important;
    font-size: 10px !important;
    margin-top: 15px !important;
  }
  .intro_title_header h3 {
    font-size: 22px;
  }
  h1.main_title,
  h2.main_title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  h1.main_title span,
  h2.main_title span {
    font-size: 18px;
  }
  p.lead.styled {
    font-size: 16px;
  }
  .features-content {
    padding: 15px;
    height: auto;
  }
  #aside_panel {
    width: 100%;
  }
  .bg_content#skills {
    padding-left: 0;
    padding-right: 0;
  }
  p.lead.styled.center {
    padding: 0 15px !important;
  }
}
.row.img-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.why_choose_us {
  background-color: #002849;
  overflow: hidden;
  position: relative;
}
.work-area {
  padding-top: 40px;
  position: relative;
  display: block;
  z-index: 1;
  padding-left: 20px;
  padding-right: 10px;
}
.work-area::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  height: 100%;
  width: 1000%;
  background: #002340;
  z-index: -1;
}
.why_choose_us .why-card {
  padding-top: 55px;
  border-radius: 10px;
}
.why_choose_us .why-card h4 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #fff;
}
.why_choose_us .why-card h4.about-title span {
  color: var(--white);
  margin-bottom: 10px;
}
.why_choose_us .why-card h4.about-title em {
  margin: unset;
  margin-bottom: 10px;
  background-color: var(--primary);
}
.why_choose_us .why-card p {
  color: var(--white);
}
.card-slide-content {
  background-color: #fff;
  color: var(--primary);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.card-slide-content i {
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  background-color: var(--bg-icon);
}
.card-slide-content .card-slider-heading-container {
  margin-top: 30px;
}
.card-slide-content h4 {
  color: var(--heading);
  font-size: 22px;
}
.card-slide-content p {
  color: var(--paragraph);
  font-weight: 550;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  font-size: 18px;
}
.card-slide-content .content-toggle.active {
  display: block;
  text-align: justify;
}
.why_choose_us .owl-dots {
  position: absolute;
  top: 50%;
  right: -30px;
}
.why_choose_us .owl-dots .owl-dot {
  display: block;
}
.why_choose_us
  .card-slide-content
  .card-slider-heading-container
  .read-more-text {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.why_choose_us
  .card-slide-content
  .card-slider-heading-container
  .read-more-text:hover,
.why_choose_us
  .card-slide-content
  .card-slider-heading-container
  .read-more-text:active {
  color: var(--black);
}
@media (max-width: 768px) {
  .why_choose_us .owl-dots {
    position: initial;
  }
  .why_choose_us .owl-dots .owl-dot {
    display: inline-block;
  }
  .work-area {
    padding-right: 20px;
  }
}
.blog-section h3 em {
  background-color: var(--primary);
  margin: auto;
  margin-bottom: 15px;
}
.blog-section h3 {
  color: var(--heading);
  font-size: 26px;
  margin-top: 0;
}
.blog-section h3 span {
  color: var(--primary);
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-section .blog-card {
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-section .blog-card figure {
  overflow: hidden;
}
.blog-section .blog-card figure img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.blog-section .blog-card:hover img {
  -webkit-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}
.blog-section .blog-card .blog-contnet {
  padding: 20px 20px;
}
.blog-section .blog-card .blog-contnet h4 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.blog-section .blog-card .blog-contnet h4 a {
  color: var(--heading);
  font-size: 20px;
  text-wrap: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.blog-contnet .category span {
  display: block;
  padding: 2px 10px;
  background: var(--bg-icon);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  font-size: 12px;
  color: var(--primary);
}
.tags a {
  color: var(--paragraph);
  border-color: var(--heading);
  border-radius: 5px;
}
.tags a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.read-btn a {
  display: inline-block;
}
.what_we_do h3.main_title_left {
  font-size: 26px;
  color: var(--heading);
  text-align: center;
}
.what_we_do h3.main_title_left em {
  margin: auto;
  margin-bottom: 15px;
}
.what_we_do h3.main_title_left span {
  margin-bottom: 10px;
}
.what_we_do a {
  padding: 10px 10px;
  background-color: var(--white);
  color: var(--white);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
.what_we_do .heading_title p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
@media (min-width: 1199px) {
  .what_we_do_container a .heading_title {
    padding: 10px 0;
  }
}
.what_we_do_container a {
  display: none;
}
.what_we_do a p {
  font-size: 15px;
}
.show-btn {
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}
.how_we_do h3.main_title_left {
  font-size: 26px;
  color: var(--heading);
}
.how_we_do h3.main_title_left em {
  margin: unset;
  margin-bottom: 15px;
  color: var(--primary);
}
.how_we_do h3.main_title_left span {
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--primary);
}
.how_we_do ul.list_features li {
  padding-left: 70px;
}
.how_we_do ul.list_features li i {
  color: var(--primary);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--bg-icon);
  line-height: 60px;
  text-align: center;
}
.five-mantras h2.main_title {
  color: var(--white);
  font-size: 26px;
}
.text-center {
  text-align: center !important;
}
.five-mantras h2.main_title em {
  margin: auto;
  color: var(--primary);
  margin-bottom: 15px;
}
.five-mantras h2.main_title span {
  color: var(--primary);
  margin-bottom: 10px;
}
.five-mantras p {
  color: var(--white);
  text-align: center;
}
.five-mantras .mantra-section {
  background-color: transparent;
}
.mantra-section .success-mantra {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.mantra-section .success-mantra .success-mantra-card {
  background-color: var(--white);
  text-align: center;
  padding: 25px;
  border-radius: 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  transition: 0.5s all;
}
.success-mantra-card .icon-div i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--bg-icon);
  color: var(--primary);
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.success-mantra-card:hover .icon-div i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: var(--primary);
  color: var(--white);
}
@media (min-width: 992px) {
  .dropdown .open-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .dropdown-toggle {
    position: relative;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav li.mega {
    position: relative;
  }
}
.dropdown .open-btn {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background-color: var(--bg-icon);
  text-align: center;
}
.rotate {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.rotate.rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vision-mission-section .card-value {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
}
.vision-mission-content-container {
  padding: 30px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.vision-mission-section .card-value i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--bg-icon);
  color: var(--primary);
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
}
.vision-mission-section .card-value p {
  color: var(--paragraph);
}
.value-content-conatiner {
  background-color: #002340;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.value-content-conatiner h3.main_title_left {
  color: var(--white);
}
.value-content-conatiner h3.main_title_left em {
  background-color: var(--primary);
}
.value-content-conatiner p {
  color: var(--white);
}
.value-content-conatiner .card-value p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.value-content-conatiner .card-value .content-toggle.active {
  display: block;
  text-align: justify;
}
.value-content-conatiner .read-more-text {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.value-content-conatiner .read-more-text:hover,
.value-content-conatiner .read-more-text:active {
  color: var(--black);
}
.busniess-solution-section .buiness-btn {
  display: inline-block;
  border: none;
  outline: none;
  padding: 0;
  font-size: 13px;
  text-align: left;
  margin-bottom: 3px;
  color: var(--primary);
  color: var(--heading);
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  font-weight: 600;
}
.busniess-solution-section .buiness-btn i {
  margin-right: 0px;
}
.busniess-solution-section .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.busniess-solution-section .scroll-wrapper {
  position: relative;
}
.busniess-solution-section .scroll-wrapper .scroll-btn {
  position: absolute;
  z-index: 99;
  padding: 13px 10px;
  border: none;
  outline: none;
  background-color: var(--white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: none;
}
.busniess-solution-section .scroll-wrapper .scroll-btn:hover,
.busniess-solution-section .scroll-wrapper .scroll-btn:active {
  background-color: var(--primary);
  color: var(--white);
}
.scroll-btn.left {
  left: 0;
  border-right: 1px solid var(--primary) !important;
}
.scroll-btn.right {
  right: 0;
  border-left: 1px solid var(--primary) !important;
}
@media (max-width: 992px) {
  .busniess-solution-section .btn-container {
    display: block;
    white-space: nowrap;
    overflow: auto;
    overflow-x: scroll;
  }
  .busniess-solution-section .scroll-wrapper .scroll-btn {
    display: block;
  }
  .busniess-solution-section .btn-container .buiness-btn:first-child {
    margin-left: 50px;
  }
  .busniess-solution-section .btn-container .buiness-btn:last-child {
    margin-right: 50px;
  }
  .busniess-solution-section .btn-container::-webkit-scrollbar {
    height: 5px;
    cursor: pointer;
  }
  .busniess-solution-section .btn-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }
  .busniess-solution-section .btn-container::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: var(--primary);
    border-radius: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .busniess-solution-section .buiness-btn {
    padding: 15px 0px;
    font-size: 12px;
  }
  .busniess-solution-section .buiness-btn i {
    margin-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .busniess-solution-section .postion-statiy {
    position: sticky;
    top: 10%;
    left: 0;
  }
}
.postion-statiy {
  position: sticky;
  top: 0;
  left: 0;
}
.busniess-solution-section .buiness-btn.active {
  background-color: var(--primary);
  background-color: var(--paragraph);
  color: var(--white);
}
.social-media-footer li a i {
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .social-media-footer li a i {
    font-size: 30px;
  }
}
.blog-show {
  display: none;
  max-height: 300px;
  overflow: auto;
}
.slect-option-blog label {
  display: block;
  font-size: 15px;
  color: var(--heading);
}
.slect-option-blog label i {
  color: var(--primary);
}
.slect-option-blog select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 10px;
  border-radius: 5px;
  background: transparent;
  font-size: 15px;
  border: 1px solid var(--primary);
  color: var(--paragraph);
  cursor: pointer;
}
.select-arrow {
  position: absolute;
  top: 40px;
  right: 10px;
  cursor: pointer;
  z-index: -1;
}
.slect-option-blog select option {
  background: var(--white);
}
.slect-option-blog select option:hover,
.slect-option-blog select option:focus {
  background-color: var(--primary);
  color: var(--white);
}
article.blog {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
article.blog .post_info h3 a {
  color: var(--heading);
}
article.blog .post_info h3 a:hover {
  color: var(--primary);
}
article.blog .post_info small {
  color: var(--paragraph);
}
article.blog figure .preview span {
  color: var(--white);
  background-color: var(--overlay);
}
.share-blogs .blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
.post_info {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.post:hover .post_info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.share-blogs .blog-share li a {
  font-size: 24px;
}
.next-prev-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.next-prev-button a {
  display: inline-block;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--bg-icon);
}
.blog-eqry {
  background-color: #002340;
}
.blog-eqry h3.main_title {
  color: var(--white);
  font-size: 26px;
}
.blog-eqry h3.main_title em {
  background-color: var(--primary);
}
.blog-eqry .blog-eqry-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
}
.post h2 {
  color: var(--hover);
}
.post p {
  text-align: justify;
}
.comments-list {
  overflow: hidden;
}
.alignleft {
  float: left;
  margin: 0 15px 10px 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}
.alignleft img {
  width: auto;
  height: 80px;
}
.comments-list {
  padding: 0;
  list-style: none;
}
.comments-list h3 {
  font-size: 14px;
  padding: 0 0 0;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.comments-list h3 a {
  color: var(--paragraph);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.comments-list h3 a:hover {
  color: var(--primary);
}
.comments-list li {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.comments-list li:last-child {
  margin-bottom: 0;
}
.comments-list small {
  color: var(--paragraph);
  margin-top: 5px;
  font-size: 12px;
}
.widget-title {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--overlay);
}
.widget-title h4 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
}
.widget {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.widget ul.cats {
  list-style: none;
  padding: 0;
}
.widget ul.cats li {
  padding: 0 0 5px 2px;
  position: relative;
}
.widget ul.cats a {
  color: var(--paragraph);
}
.widget ul.cats a:hover {
  color: var(--primary);
}
.widget ul.cats a span {
  position: absolute;
  right: 0;
}
.disclamier-section h2.main_title {
  font-size: 26px;
  color: var(--heading);
}
.disclamier-section h2.main_title em {
  font-size: 12px;
  color: var(--primary);
}
.disclamier-section h4 {
  font-size: 18px;
  color: var(--heading);
}
.privacy-policy-section h2.main_title {
  font-size: 26px;
  color: var(--heading);
}
.privacy-policy-section h2.main_title em {
  font-size: 12px;
  color: var(--primary);
}
.privacy-policy-section h4 {
  font-size: 18px;
  color: var(--heading);
}
.privacy-policy-section p {
  color: var(--paragraph);
  text-align: justify;
  line-height: 1.8;
}
.privacy-policy-section p span {
  font-size: 14px;
  color: var(--black);
}
.privacy-policy-section blockquote {
  border: none;
}
.privacy-policy-section blockquote ul {
  padding: 0;
}
.privacy-policy-section blockquote ul li ul {
  padding-left: 30px;
}
.privacy-policy-section blockquote ul li {
  font-size: 16px;
  color: var(--paragraph);
  margin-bottom: 10px;
  text-align: justify;
}
.terms-conditions-section h2.main_title {
  font-size: 26px;
  color: var(--heading);
}
.terms-conditions-section h2.main_title em {
  font-size: 12px;
  color: var(--primary);
}
.terms-conditions-section h4 {
  font-size: 18px;
  color: var(--heading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.terms-conditions-section h4 i {
  font-size: 10px;
  color: var(--primary);
}
.terms-conditions-section p {
  color: var(--paragraph);
  text-align: justify;
  line-height: 1.8;
}
.terms-conditions-section p span {
  font-size: 14px;
  color: var(--black);
}
.terms-conditions-section blockquote {
  border: none;
}
.terms-conditions-section blockquote ul {
  padding: 0;
}
.terms-conditions-section blockquote ul li ul {
  padding-left: 30px;
}
.terms-conditions-section blockquote ul li {
  font-size: 16px;
  color: var(--paragraph);
  margin-bottom: 10px;
  text-align: justify;
}
.leadership-managment-section {
  background-color: #002849;
  overflow: hidden;
}
.leadership-managment-section.two {
  background: transparent;
}
.leadership-managment-section p {
  color: var(--white);
}
.leadership-managment-section .leadership-card {
  padding-top: 55px;
}
.leadership-card p {
  color: var(--white);
}
.leadership-managment-section .leadership-row {
  padding-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 1;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 40px;
}
.leadership-managment-section .leadership-row .leadership-card-content {
  background-color: var(--white);
  padding: 10px 10px;
  border-radius: 5px;
  text-align: justify;
  word-spacing: 1px;
  letter-spacing: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}
.leadership-managment-section
  .leadership-row
  .leadership-card-content
  .icon-div
  i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--bg-icon);
  color: var(--primary);
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.leadership-managment-section
  .leadership-row
  .leadership-card-content:hover
  .icon-div
  i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: var(--primary);
  color: var(--white);
}
.leadership-managment-section .leadership-row .leadership-card-content h4 {
  font-size: 16px;
}
.leadership-managment-section .leadership-row .leadership-card-content p {
  font-size: 14px;
  color: var(--paragraph);
}
.leadership-managment-section .leadership-row::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  height: 100%;
  width: 1000%;
  background: #002340;
  z-index: -1;
}
.leader-ship-heading h3.main_title {
  color: var(--heading);
}
.leader-ship-heading h3.main_title em {
  background-color: var(--primary);
}
.leader-ship-heading .board-commites {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.leader-ship-heading .board-commites .commit-card {
  background-color: var(--white);
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
  word-spacing: 1px;
  letter-spacing: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}
.leader-ship-heading .board-commites .commit-card h4 {
  font-size: 16px;
  color: var(--heading);
}
.leader-ship-heading .board-commites .commit-card .icon-div i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--bg-icon);
  color: var(--primary);
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.leader-ship-heading .board-commites .commit-card:hover .icon-div i {
  background-color: var(--primary);
  color: var(--white);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.executive-management .executive-list {
  margin-bottom: 30px;
}
.executive-management .excutive-list-card .list-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.executive-management h3.main_title em {
  background-color: var(--primary);
}
.executive-management .mb-25 {
  margin-bottom: 25px;
}
.executive-management .excutive-list-card .list-card-head i {
  font-size: 22px;
  cursor: pointer;
  -webkit-box-shadow: 0 15px 20px rgba(50, 73, 179, 0.08);
  box-shadow: 0 15px 20px rgba(50, 73, 179, 0.08);
  border-radius: 50%;
}
.executive-management .excutive-list-card .list-card-head i.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.executive-management .excutive-list-card .list-content {
  display: none;
}
.executive-management .excutive-list-card {
  padding: 15px 30px;
  border-bottom: 1px solid #ededed;
}
.executive-management .excutive-list-card.active {
  background-color: var(--white);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
  border: none;
}
.executive-management .excutive-list-card .list-content p {
  text-align: justify;
}
.executive-management .excutive-list-card .list-content.show {
  display: block;
}
@media screen and (min-width: 420px) {
  .leader-ship-heading .board-commites .commit-card:nth-child(1) {
    flex: 30%;
  }
  .leader-ship-heading .board-commites .commit-card:nth-child(2) {
    flex: 30%;
  }
  .leader-ship-heading .board-commites .commit-card:nth-child(3) {
    flex: 30%;
  }
}
@media screen and (max-width: 1199px) {
  .leadership-managment-section .leadership-row .leadership-card-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .leadership-managment-section
    .leadership-row
    .leadership-card-content:nth-child(1) {
    -webkit-box-flex: 39%;
    -ms-flex: 39%;
    flex: 39%;
  }
}
.subtainability-section h2.main_title {
  color: var(--heading);
}
.subtainability-section h3.main_title {
  text-align: left;
  font-size: 26px;
  color: var(--heading);
}
.subtainability-section h3.main_title em {
  margin: unset;
  margin-bottom: 15px;
  background-color: var(--primary);
}
.subtainability-section p {
  color: var(--paragraph);
}
.pt-0 {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .subtainability-section figure {
    padding-top: 28px;
  }
}
.emement-ps-ab {
  position: absolute;
  left: 350px;
}
.emement-ps-ab.two {
  bottom: 0;
  left: 515px;
}
.line-shap-01 {
  width: 255px;
  height: 1px;
  background-color: var(--bg-blue-dark);
  position: absolute;
  top: 45%;
  left: 27%;
  -webkit-transform: rotate(61deg);
  transform: rotate(61deg);
}
.line-shap-02 {
  width: 290px;
  height: 1px;
  background-color: var(--bg-blue-dark);
  position: absolute;
  top: 145px;
  left: 28%;
  -webkit-transform: rotate(63deg);
  transform: rotate(63deg);
}
@media screen and (max-width: 1199px) {
  .background-img.two {
    display: none;
  }
  .row-flex-end {
    justify-content: start;
  }
}
@media screen and (max-width: 991px) {
  .emement-ps-ab {
    display: none;
  }
  .emement-ps-ab.two {
    display: none;
  }
  .line-shap-01 {
    display: none;
  }
  .line-shap-02 {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .emement-ps-ab {
    position: absolute;
    left: 70%;
  }
  .emement-ps-ab.two {
    bottom: 0;
    left: 85%;
  }
  .line-shap-01 {
    width: 245px;
    height: 1px;
    background-color: var(--bg-blue-dark);
    position: absolute;
    top: 45%;
    left: 71%;
    -webkit-transform: rotate(61deg);
    transform: rotate(61deg);
  }
  .line-shap-02 {
    width: 290px;
    height: 1px;
    background-color: var(--bg-blue-dark);
    position: absolute;
    top: 145px;
    left: 73%;
    -webkit-transform: rotate(63deg);
    transform: rotate(63deg);
  }
}

@media screen and (min-width:992px) {
  .img-container.d-none{
    display: none;
  }
}
