
@import url('https://fonts.googleapis.com/css2?family=Suranna&display=swap&family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Zen+Maru+Gothic&display=swap');

.suranna-regular {
  font-family: "Suranna", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

/*
  <weight>: Use a value from 100 to 900
  <uniquifier>: Use a unique and descriptive class name
 */

.pathway-extreme {
  font-family: "Pathway Extreme", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pathway-extreme-100 {
  font-weight: 100;
  font-variation-settings: "wdth" 100;
}

.pathway-extreme-200 {
  font-weight: 200;
  font-variation-settings: "wdth" 200;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

.container {
  width: 100%;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Pathway Extreme", sans-serif;
  font-optical-sizing: auto;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  color: #696969;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Suranna", serif;
  margin: 0;
  font-weight: 400;
  color: #211e3b;
}

h1 {
  font-family: "Pathway Extreme", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 5rem;
  line-height: 6rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
h1.fs-lg {
  font-size: 150px;
  line-height: 80%;
}
@media (min-width: 767px) and (max-width: 991px) {
  h1.fs-lg {
    font-size: 42px;
  }
}

h2 {
  font-size: 36px;
  line-height: 130%;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
  font-size: 17px;
  line-height: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #211e3b;
}

p {
  margin: 0px;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  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;
}
.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-height:before, .eq-height:after {
  content: none;
}

/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}

.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}
@media (max-width: 767px) {
  .pr-5i {
    padding-right: 15px !important;
  }
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mmb10 {
  margin-bottom: -10px;
}

.mtm-30 {
  margin-top: -30px;
}

.mbm-30 {
  margin-bottom: -30px;
}

.mtm-40 {
  margin-bottom: -40px;
}

@media (max-width: 767px) {
  .mpt-50 {
    padding-top: 50px !important;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: left;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}

.mmb-100 {
  margin-bottom: -100px;
}

.mmb-80 {
  margin-bottom: -80px;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}
.lr-9 [class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.triangle {
  width: 0;
  height: 0;
}
.triangle.triangle-top-left {
  border-top: 100px solid #32557f;
  border-right: 100px solid transparent;
}
.triangle.triangle-top-right {
  border-top: 100px solid #32557f;
  border-left: 100px solid transparent;
}
.triangle.triangle-bottom-left {
  border-bottom: 100px solid #32557f;
  border-right: 100px solid transparent;
}
.triangle.triangle-bottom-right {
  border-bottom: 100px solid #32557f;
  border-left: 100px solid transparent;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}
@media (max-width: 1191px) {
  .shape {
    display: none;
    opacity: 0;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

#scrollUp {
  background-color: #086ad7;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 40px;
  line-height: 44px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#scrollUp:hover {
  background-color: #211e3b;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 34px;
    right: 30px;
    width: 30px;
  }
}
button {
  border: none;
}

.clear-fix {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 1;
}
section.pt-235 {
  padding-top: 225px;
}

@-webkit-keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
  cursor: url("../img/icon/close-icon.svg") 15 15, auto;
}
.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.dark-bg {
  background-color: #000;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg a {
  color: #FFF;
}
.dark-bg p {
  color: #cacaca;
}

.no-padding .col-12 {
  padding: 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}

@keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@-webkit-keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@-webkit-keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
@-webkit-keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@-webkit-keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}
@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}
@-webkit-keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}
@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}
@-webkit-keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
@-webkit-keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}
@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}
@-webkit-keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
.animation_left-to-right {
  background-position: left center;
}
.active .animation_left-to-right {
  -webkit-animation: left-to-right 5s ease 0s 1 normal forwards running;
          animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}
.active .animation_right-to-left {
  -webkit-animation: right-to-left 5s ease 0s 1 normal forwards running;
          animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}
.active .animation_left-to-center {
  -webkit-animation: left-to-center 5s ease 0s 1 normal forwards running;
          animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}
.active .animation_right-to-center {
  -webkit-animation: right-to-center 5s ease 0s 1 normal forwards running;
          animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}
.active .animation_top-to-bottom {
  -webkit-animation: top-to-bottom 5s ease 0s 1 normal forwards running;
          animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}
.active .animation_top-to-center {
  -webkit-animation: top-to-center 5s ease 0s 1 normal forwards running;
          animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}
.active .animation_bottom-to-top {
  -webkit-animation: bottom-to-top 5s ease 0s 1 normal forwards running;
          animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}
.active .animation_bottom-to-center {
  -webkit-animation: bottom-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}
.active .animation_top-left-to-bottom-right {
  -webkit-animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
          animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}
.active .animation_top-left-to-center {
  -webkit-animation: top-left-to-center 5s ease 0s 1 normal forwards running;
          animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}
.active .animation_top-right-to-bottom-left {
  -webkit-animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
          animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}
.active .animation_top-right-to-center {
  -webkit-animation: top-right-to-center 5s ease 0s 1 normal forwards running;
          animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}
.active .animation_bottom-left-to-top-right {
  -webkit-animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
          animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}
.active .animation_bottom-left-to-center {
  -webkit-animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}
.active .animation_bottom-right-to-top-left {
  -webkit-animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
          animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}
.active .animation_bottom-right-to-center {
  -webkit-animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@-webkit-keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes playVideo1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
    box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
  }
  40% {
    -webkit-box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
    box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
    box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
    box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
  }
}
@keyframes playVideo1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
    box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
  }
  40% {
    -webkit-box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
    box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
    box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
    box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
  }
}
@-webkit-keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scale5 {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-webkit-keyframes shakeMe {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@keyframes shakeMe {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}


.preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader .animation-preloader .txt-loading {
  font: 700 5em "Circular Std", sans-serif, sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 500px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 3em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #086ad7;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #086ad7;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Circular Std", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.preloader.dark .animation-preloader .spinner {
  border-color: #086ad7;
  border-top-color: #fff;
}

.preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: #086ad7;
}

.preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #086ad7;
}

.preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #086ad7;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #FFF;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader .loader.dark_bg .loader-section .bg {
  background: #efc94c;
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header {
  width: 100%;
  z-index: 9999;
}
header.header-1 {
  position: absolute;
  top: 0;
  left: 0;
}
header.header-1 .logo {
  padding: 32px 0px;
}
header.header-1 .main-menu ul {
  line-height: 1;
}
header.header-1 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}
header.header-1 .main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 25px 20px;
  overflow: hidden;
}
header.header-1 .main-menu ul > li > a i {
  margin-left: 5px;
}
header.header-1 .main-menu ul > li:hover > a {
  color: #febc35;
}
header.header-1 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.header-1 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #febc35;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
header.header-1 .main-menu ul > li > ul li {
  display: block;
}
header.header-1 .main-menu ul > li > ul li a {
  display: block;
  color: #000;
  padding: 12px 25px;
}
header.header-1 .main-menu ul > li > ul li a:hover {
  color: #fff;
}
header.header-1 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
@media (max-width: 1199px) {
  header.header-1 .theme-btn {
    padding: 17px 32px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header.header-1 #hamburger {
    color: #086ad7;
  }
}
header .logo a {
  display: block;
}
header.header-2 {
  position: relative;
}
header.header-2 .main-menu ul {
  line-height: 1;
}
header.header-2 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}
header.header-2 .main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 20px;
  overflow: hidden;
  color: #fff;
}
header.header-2 .main-menu ul > li > a i {
  margin-left: 5px;
}
header.header-2 .main-menu ul > li:hover > a {
  color: #086ad7;
}
header.header-2 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.header-2 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #086ad7;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
header.header-2 .main-menu ul > li > ul li {
  display: block;
}
header.header-2 .main-menu ul > li > ul li a {
  display: block;
  color: #fff;
  padding: 12px 25px;
}
header.header-2 .main-menu ul > li > ul li a:hover {
  color: #fff;
}
header.header-2 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header-2 .top-header {
  background-color: rgba(8, 106, 215, 0.1);
  position: relative;
  z-index: 1;
  padding: 6px 50px;
}
@media (min-width: 1600px) {
  header.header-2 .top-header {
    padding: 6px 255px 6px 255px;
  }
}
@media (max-width: 1199px) {
  header.header-2 .top-header {
    padding: 6px 30px;
  }
}
@media (max-width: 991px) {
  header.header-2 .top-header {
    background: #086ad7;
    padding: 6px 15px;
  }
}
header.header-2 .top-header::before {
  position: absolute;
  content: "";
  height: 100%;
  background: #086ad7;
  width: 714px;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  header.header-2 .top-header::before {
    display: none;
  }
}
header.header-2 .top-header .header-cta ul {
  margin: 0;
  padding: 0;
}
header.header-2 .top-header .header-cta ul li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  margin-right: 25px;
}
header.header-2 .top-header .header-cta ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 20px;
  right: 0;
}
header.header-2 .top-header .header-cta ul li:last-child::before {
  display: none;
}
header.header-2 .top-header .header-cta ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
header.header-2 .top-header .header-cta ul li a i {
  margin-right: 5px;
}
header.header-2 .top-header .header-right-cta {
  color: #5397e3;
}
@media (max-width: 991px) {
  header.header-2 .top-header .header-right-cta {
    color: #fff;
  }
}
header.header-2 .top-header .header-right-cta .social-profile a {
  color: #696969;
  margin-left: 15px;
  font-size: 15px;
}
header.header-2 .top-header .header-right-cta .social-profile a:hover {
  color: #086ad7;
}
@media (max-width: 991px) {
  header.header-2 .top-header .header-right-cta .social-profile a {
    color: #fff;
  }
}
@media (max-width: 375px) {
  header.header-2 .header-btn-cta {
    display: none;
  }
}
header.header-2 .main-header-wraper {
  background-color: #211e3b;
  position: relative;
  padding: 0px 50px;
}
@media (min-width: 1600px) {
  header.header-2 .main-header-wraper {
    padding: 0px 255px;
  }
}
@media (max-width: 1199px) {
  header.header-2 .main-header-wraper {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  header.header-2 .main-header-wraper {
    padding: 15px;
  }
}
@media (max-width: 1191px) {
  header.header-2 .main-header-wraper .theme-btn {
    padding: 15px 30px;
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  header.header-2 .main-header-wraper .theme-btn {
    padding: 14px 25px;
    font-size: 12px;
  }
}
header.header-3 .top-header {
  background-color: #e6f0fb;
  padding: 14px 0px;
}
@media (max-width: 767px) {
  header.header-3 .top-header {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  header.header-3 .top-header .welcome-text {
    font-size: 13px;
  }
}
header.header-3 .top-header .welcome-text a {
  text-decoration: underline;
  color: #086ad7;
  margin-left: 5px;
}
@media (max-width: 767px) {
  header.header-3 .top-header .welcome-text a {
    font-size: 13px;
  }
}
header.header-3 .mobile-nav-bar {
  display: none;
}
@media (max-width: 1340px) {
  header.header-3 .mobile-nav-bar {
    display: block;
  }
}
header.header-3 #hamburger {
  display: block;
  color: #086ad7;
}
header.header-3 .menu-top-bar {
  position: relative;
  padding: 20px 0px 15px;
  overflow: hidden;
}
header.header-3 .side-toggle-menu {
  top: 0;
  right: 0;
  width: 8%;
  position: absolute;
  background-color: #211e3b;
  color: #fff;
  height: 100%;
  font-size: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header-3 .side-toggle-menu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32%;
}
header.header-3 .side-toggle-menu:hover {
  background-color: #086ad7;
  color: #fff;
  cursor: pointer;
}
header.header-3 .contact-info-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row: auto;
  width: 92%;
  padding-right: 30px;
}
header.header-3 .single-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1600px) {
  header.header-3 .single-menu-box {
    padding-left: 15px;
  }
}
@media (max-width: 1400px) {
  header.header-3 .single-menu-box {
    padding-left: 30px;
  }
}
header.header-3 .single-menu-box::before {
  position: absolute;
  width: 1px;
  height: 400%;
  top: 0;
  left: 0;
  content: "";
  background-color: #e8e8eb;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
header.header-3 .single-menu-box .icon {
  float: left;
  overflow: hidden;
  font-size: 42px;
  line-height: 1;
  color: #086ad7;
  margin-right: 20px;
}
@media (max-width: 1600px) {
  header.header-3 .single-menu-box .icon {
    font-size: 32px;
    margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  header.header-3 .single-menu-box .icon {
    font-size: 32px;
    margin-right: 20px;
  }
}
header.header-3 .single-menu-box .content {
  overflow: hidden;
}
header.header-3 .single-menu-box .content h3 {
  line-height: 1;
}
header.header-3 .single-menu-box .content span {
  font-size: 16px;
  line-height: 1;
}
header.header-3 .middle-header-wraper {
  padding: 0px 70px;
}
@media (max-width: 1600px) {
  header.header-3 .middle-header-wraper {
    padding: 0px 30px;
  }
}
@media (max-width: 1400px) {
  header.header-3 .middle-header-wraper {
    padding: 0px 15px;
  }
}
@media (max-width: 1340px) {
  header.header-3 .middle-header-wraper {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  header.header-3 .middle-header-wraper {
    padding: 15px 0;
  }
}
@media (max-width: 1340px) {
  header.header-3 .header-menu-wrap {
    display: none;
  }
}
header.header-3 .main-menu-wrapper {
  background-color: #086ad7;
  margin-bottom: -40px;
  z-index: 999;
  position: relative;
}
header.header-3 .main-menu ul {
  line-height: 1;
}
header.header-3 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}
header.header-3 .main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 30px;
  overflow: hidden;
  color: #fff;
}
header.header-3 .main-menu ul > li > a i {
  margin-left: 5px;
}
header.header-3 .main-menu ul > li:hover > a {
  color: #000;
}
header.header-3 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.header-3 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #086ad7;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
header.header-3 .main-menu ul > li > ul li {
  display: block;
}
header.header-3 .main-menu ul > li > ul li a {
  display: block;
  color: #fff;
  padding: 12px 25px;
}
header.header-3 .main-menu ul > li > ul li a:hover {
  color: #000;
}
header.header-3 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
@media (max-width: 1600px) {
  header.header-3 .theme-btn {
    padding: 18px 32px;
  }
}
@media (max-width: 1400px) {
  header.header-3 .theme-btn {
    padding: 16px 30px;
    font-size: 13px;
  }
}
@media (max-width: 1400px) {
  header.header-3 .theme-btn {
    padding: 16px 22px;
    font-size: 12px;
  }
}
header.header-4 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 40px;
}
@media (max-width: 991px) {
  header.header-4 {
    top: 20px;
  }
}
@media (max-width: 1800px) {
  header.header-4 .container {
    border: 1px solid #37344e;
    padding: 15px 30px;
  }
}
header.header-4 .top-header {
  position: relative;
  z-index: 1;
}
@media (min-width: 1800px) {
  header.header-4 .top-header {
    border: 1px solid #37344e;
    margin: 0px 275px;
    padding: 10px 0px;
  }
}
header.header-4 .top-header .header-cta ul {
  margin: 0;
  padding: 0;
}
header.header-4 .top-header .header-cta ul li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  margin-right: 25px;
}
header.header-4 .top-header .header-cta ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 20px;
  right: 0;
}
header.header-4 .top-header .header-cta ul li:last-child::before {
  display: none;
}
header.header-4 .top-header .header-cta ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
header.header-4 .top-header .header-cta ul li a i {
  margin-right: 5px;
}
header.header-4 .top-header .header-right-cta {
  color: #5397e3;
}
@media (max-width: 991px) {
  header.header-4 .top-header .header-right-cta {
    color: #fff;
  }
}
header.header-4 .top-header .header-right-cta .social-profile a {
  color: #696969;
  margin-left: 15px;
  font-size: 15px;
}
header.header-4 .top-header .header-right-cta .social-profile a:hover {
  color: #086ad7;
}
@media (max-width: 991px) {
  header.header-4 .top-header .header-right-cta .social-profile a {
    color: #fff;
  }
}
@media (max-width: 375px) {
  header.header-4 .header-btn-cta {
    display: none;
  }
}
@media (min-width: 1800px) {
  header.header-4 .main-header-wraper {
    border: 1px solid #37344e;
    margin: 0px 275px;
    border-top: 0px;
  }
}
@media (max-width: 1191px) {
  header.header-4 .main-header-wraper .theme-btn {
    padding: 15px 30px;
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  header.header-4 .main-header-wraper .theme-btn {
    padding: 14px 25px;
    font-size: 12px;
  }
}
header.header-4 .main-menu ul {
  line-height: 1;
}
header.header-4 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}
header.header-4 .main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 20px;
  overflow: hidden;
  color: #fff;
}
header.header-4 .main-menu ul > li > a i {
  margin-left: 5px;
}
header.header-4 .main-menu ul > li:hover > a {
  color: #086ad7;
}
header.header-4 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.header-4 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #086ad7;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
header.header-4 .main-menu ul > li > ul li {
  display: block;
}
header.header-4 .main-menu ul > li > ul li a {
  display: block;
  color: #fff;
  padding: 12px 25px;
}
header.header-4 .main-menu ul > li > ul li a:hover {
  color: #fff;
}
header.header-4 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header-4 .lan-select select {
  color: #fff;
  line-height: 1.2;
}
header.header-4 .lan-select select option {
  color: #211e3b;
}
header.header-5.stop .top-header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
header.header-5.stop .main-header-wraper {
  top: 0;
  background: #FFF !important;
}
header.header-5 #hamburger {
  font-size: 44px;
  color: #086ad7;
}
@media (max-width: 575px) {
  header.header-5 #hamburger {
    font-size: 35px;
  }
}
header.header-5 .main-menu ul {
  line-height: 1;
}
header.header-5 .main-menu ul > li {
  line-height: 1;
  display: inline-block;
}
header.header-5 .main-menu ul > li > a {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  overflow: hidden;
  padding: 40.5px 24px;
  display: inline-block;
  color: #211e3b;
  text-transform: capitalize;
}
header.header-5 .main-menu ul > li > a i {
  margin-left: 5px;
  vertical-align: middle;
}
header.header-5 .main-menu ul > li:hover > a {
  color: #086ad7;
}
header.header-5 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.header-5 .main-menu ul > li > ul {
  left: 0;
  top: 100%;
  width: 230px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 10px 0px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  background-color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
header.header-5 .main-menu ul > li > ul li {
  display: block;
}
header.header-5 .main-menu ul > li > ul li a {
  display: block;
  padding: 12px 25px;
  color: #211e3b;
}
header.header-5 .main-menu ul > li > ul li a:hover {
  color: #086ad7;
}
header.header-5 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header-5 .top-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1030;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important;
  z-index: 1;
  padding: 6px 50px;
  position: relative;
  background-color: #211e3b;
}
@media (min-width: 1600px) {
  header.header-5 .top-header {
    padding: 6px 191.5px;
  }
}
@media (max-width: 1199px) {
  header.header-5 .top-header {
    display: none !important;
  }
}
header.header-5 .top-header .container-fluid {
  padding: 0;
}
header.header-5 .top-header .header-cta ul {
  margin: 0;
  padding: 0;
  margin-right: -20px;
}
header.header-5 .top-header .header-cta ul li {
  margin-right: 20px;
  display: inline-block;
}
header.header-5 .top-header .header-cta ul li a {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}
header.header-5 .top-header .header-cta ul li a i {
  margin-right: 10px;
  color: #086ad7;
}
header.header-5 .top-header .header-right-cta {
  color: #086ad7;
}
header.header-5 .top-header .header-right-cta .social-profile {
  margin-right: 25px;
}
header.header-5 .top-header .header-right-cta .social-profile a {
  color: #FFF;
  font-size: 14px;
  margin-left: 18px;
}
header.header-5 .top-header .header-right-cta .social-profile a:hover {
  color: #086ad7;
}
header.header-5 .top-header .lan-select select {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  margin-left: 25px;
}
@media (max-width: 480px) {
  header.header-5 .header-btn-cta .theme-btn {
    display: none;
  }
}
header.header-5 .main-header-wraper {
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 1030;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important;
  padding: 0px 50px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #E6F0FB;
}
@media (min-width: 1600px) {
  header.header-5 .main-header-wraper {
    padding: 0px 191.5px;
  }
}
@media (max-width: 1199px) {
  header.header-5 .main-header-wraper {
    padding: 15px 30px;
    top: 0px !important;
  }
}
@media (max-width: 991px) {
  header.header-5 .main-header-wraper {
    padding: 15px;
  }
}
header.header-5 .main-header-wraper .theme-btn {
  z-index: 1;
  font-weight: 500;
  position: relative;
  padding: 17.5px 27px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  header.header-5 .main-header-wraper .theme-btn {
    padding: 13px 18px !important;
  }
}
header.header-5 .main-header-wraper .theme-btn.black:before {
  background-color: #8DC63F;
}
header.header-5 .main-header-wraper .theme-btn:before {
  left: 0;
  width: 0%;
  bottom: 0;
  content: "";
  opacity: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  border-radius: 4px;
}
header.header-5 .main-header-wraper .theme-btn:hover {
  background: transparent;
}
header.header-5 .main-header-wraper .theme-btn:hover:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
@media (max-width: 1191px) {
  header.header-5 .main-header-wraper .theme-btn {
    padding: 15px 25px;
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  header.header-5 .main-header-wraper .theme-btn {
    padding: 14px 20px;
    font-size: 12px;
  }
}
header.header-5 .main-header-wraper .header-search {
  position: relative;
  margin-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 575px) {
  header.header-5 .main-header-wraper .header-search {
    margin-right: 15px;
  }
}
header.header-5 .main-header-wraper .header-search .search-toggle {
  cursor: pointer;
  color: #211e3b;
}
header.header-5 .main-header-wraper .header-search .search-toggle:hover {
  color: #086ad7;
}
header.header-5 .main-header-wraper .header-search .search-toggle span {
  font-size: 20px;
  font-weight: 500;
}
header.header-5 .main-header-wraper .header-search .search-box {
  width: 0;
  left: 50%;
  border: 0;
  opacity: 0;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 4px;
  visibility: hidden;
  position: absolute;
  background: #edf5ff;
  top: calc(100% + 30px);
  -webkit-filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.16));
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  header.header-5 .main-header-wraper .header-search .search-box {
    top: calc(100% + 45px);
  }
}
@media (max-width: 480px) {
  header.header-5 .main-header-wraper .header-search .search-box {
    left: -285%;
    width: 280px;
  }
}
header.header-5 .main-header-wraper .header-search .search-box:before {
  left: 0;
  right: 0;
  top: -5px;
  z-index: -1;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  border-radius: 2px;
  background: #edf5ff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 480px) {
  header.header-5 .main-header-wraper .header-search .search-box:before {
    right: -132px;
  }
}
header.header-5 .main-header-wraper .header-search .search-box .form-group {
  margin: 0;
  padding: 0;
  position: relative;
}
header.header-5 .main-header-wraper .header-search .search-box .form-group:before {
  left: 0;
  width: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin-left: auto;
  background: #25415d;
  margin-right: auto;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1);
}
header.header-5 .main-header-wraper .header-search .search-box .form-group .search-input {
  width: 100%;
  border: 0 !important;
  font-size: 16px !important;
  padding: 10px 0 !important;
  line-height: 22px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-right: 22px !important;
  color: #211e3b !important;
  background: transparent !important;
  border-radius: 0 !important;
}
header.header-5 .main-header-wraper .header-search .search-box .form-group .search-input::-webkit-input-placeholder {
  color: #211e3b;
  font-size: 16px;
  font-weight: 400;
}
header.header-5 .main-header-wraper .header-search .search-box .form-group .search-input::-moz-placeholder {
  color: #211e3b;
  font-size: 16px;
  font-weight: 400;
}
header.header-5 .main-header-wraper .header-search .search-box .form-group .search-input:-ms-input-placeholder {
  color: #211e3b;
  font-size: 16px;
  font-weight: 400;
}
header.header-5 .main-header-wraper .header-search .search-box .form-group .search-input:-moz-placeholder {
  color: #211e3b;
  font-size: 16px;
  font-weight: 400;
}
header.header-5 .main-header-wraper .header-search .search-box .form-group .search-submit {
  right: 0;
  top: auto;
  border: 0;
  bottom: auto;
  font-size: 16px;
  color: #211e3b;
  position: absolute;
  background: transparent;
  -webkit-transition: all all 0.3s ease ease-in-out;
  transition: all all 0.3s ease ease-in-out;
}
header.header-5 .main-header-wraper .header-search .search-box .form-group .search-submit:hover {
  color: #F47102;
}
header.header-5 .main-header-wraper .header-search.show .search-toggle {
  color: #086ad7;
}
header.header-5 .main-header-wraper .header-search.show .search-box {
  opacity: 1;
  width: 530px;
  visibility: visible;
}
@media (max-width: 767px) {
  header.header-5 .main-header-wraper .header-search.show .search-box {
    width: 450px;
  }
}
@media (max-width: 575px) {
  header.header-5 .main-header-wraper .header-search.show .search-box {
    width: 400px;
  }
}
@media (max-width: 575px) {
  header.header-5 .main-header-wraper .header-search.show .search-box {
    width: 380px;
  }
}
@media (max-width: 480px) {
  header.header-5 .main-header-wraper .header-search.show .search-box {
    width: 280px;
  }
}
header.header-5 .main-header-wraper .header-search.show .search-box .form-group:before {
  width: 100%;
}

.lan-select {
  font-weight: 500;
  float: right;
}
.lan-select select {
  border: 0px;
  background: transparent;
  color: #211e3b;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 991px) {
  .lan-select select {
    color: #fff;
  }
}
.lan-select select option {
  color: #211e3b;
  border: 0px;
}

.top-bar {
  padding: 0px 25px;
  background: #211e3b;
  position: relative;
  overflow: hidden;
}
.top-bar.style-3 {
  padding: 13px 0px;
  display: block;
}
@media (min-width: 1600px) {
  .top-bar.style-3 .container {
    max-width: 1445px;
  }
}
.top-bar .contact-data ul li {
  font-size: 14px;
  line-height: 1;
  color: #8f9aba;
  display: inline-block;
  margin-right: 35px;
}
.top-bar .contact-data ul li i {
  color: #fff;
  margin-right: 5px;
}
.top-bar .social_link a {
  color: #8d98ba;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1;
}
.top-bar .social_link a:hover {
  color: #fff;
}
.top-bar .lan-select-menu {
  padding: 16px 30px;
  display: inline-block;
  position: relative;
}
.top-bar .lan-select-menu::before {
  position: absolute;
  width: 200%;
  height: 100%;
  content: "";
  background: #000b2c;
  top: 0;
  left: 0;
}
.top-bar .lan-select-menu form {
  font-size: 14px;
}
.top-bar .lan-select-menu form select {
  color: #fff;
  border: 0px;
  background: transparent;
}
.top-bar .lan-select-menu form select option {
  color: #FFF;
  background: #000b2c;
  border: 0px;
}

.page-banner-wrap {
  background-color: #211e3b;
  padding-bottom: 160px;
  padding-top: 140px;
  position: relative;
  z-index: 1;
  background-position: 450px;
}
@media (max-width: 1400px) {
  .page-banner-wrap {
    padding-top: 100px;
    padding-bottom: 80px;
    background-position: 0;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.page-banner-wrap::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #211e3b;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.page-banner-wrap .banner-text {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%) rotate(-90deg) translateX(23%);
          transform: translateY(-50%) rotate(-90deg) translateX(23%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 120px;
  font-family: "Circular Std", sans-serif;
  font-weight: 900;
  left: 110px;
  z-index: 2;
  opacity: 0.15;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .page-banner-wrap .banner-text {
    display: none;
  }
}
.page-banner-wrap h1 {
  font-size: 80px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .page-banner-wrap h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap h1 {
    font-size: 40px;
  }
}
.page-banner-wrap .breadcrumb {
  margin-top: 30px;
  background: transparent;
  padding: 0;
}
@media (max-width: 1199px) {
  .page-banner-wrap .breadcrumb {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap .breadcrumb {
    float: left;
  }
}
.page-banner-wrap .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .page-banner-wrap .breadcrumb li {
    font-size: 14px !important;
  }
}
.page-banner-wrap .breadcrumb li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-banner-wrap .breadcrumb li a {
    font-size: 14px;
  }
}
.page-banner-wrap .breadcrumb li a:hover {
  color: #086ad7;
}
.page-banner-wrap .breadcrumb li + li::before {
  color: #c5c2c2;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  background-color: #086ad7;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 30px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #086ad7;
}

#hamburger {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.action-bar {
  margin-top: 30px;
  padding-left: 20px;
}
.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
}
.action-bar a i {
  margin-right: 10px;
}
.action-bar a.theme-btn {
  text-align: center;
}


.section-title {
  position: relative;
  z-index: 1;
}
.section-title span {
  position: absolute;
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  color: #211e3b;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.05;
  z-index: -1;
  top: -40px;
  text-transform: uppercase;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .section-title span {
    font-size: 90px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 80px;
    top: -20px;
  }
}
@media (max-width: 500px) {
  .section-title span {
    font-size: 60px;
  }
}
.section-title p {
  color: #086ad7;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.section-title h1 {
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
}
@media (max-width: 500px) {
  .section-title.section__title_3 {
    text-align: center !important;
  }
}
.section-title.section__title_3 h6 {
  font-family: "Circular Std", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-title.section__title_3 h6 img {
  margin-right: 15px;
}
.section-title.section__title_3 h2 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
  color: #211e3b;
}
@media (max-width: 768px) {
  .section-title.section__title_3 h2 {
    font-size: 32px !important;
  }
}

.section-title-2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.section-title-2 span {
  font-size: 180px;
  line-height: 1;
  color: rgba(0, 22, 89, 0);
  font-weight: 600;
  -webkit-text-stroke: 1px #efefef;
  position: absolute;
  top: -38%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.9;
  z-index: -1;
}
.section-title-2 p {
  color: #ff5e14;
}
.section-title-2 h1 {
  color: #211e3b;
}
.section-title-2 .icon {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.section-title-2 .icon::before {
  border-style: solid;
  border-width: 4px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border-color: #eaeaea;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.section-padding {
  padding: 130px 0px;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0px;
  }
}

.section-padding-3 {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .section-padding-3 {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .section-padding-3 {
    padding: 50px 0px;
  }
}

.section-padding-two {
  padding: 140px 0px;
}
@media (max-width: 1400px) {
  .section-padding-two {
    padding: 120px 0px;
  }
}
@media (max-width: 991px) {
  .section-padding-two {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .section-padding-two {
    padding: 80px 0px;
  }
}

.section-bg {
  background-color: #211e3b;
}

.section-bg-2 {
  background-color: #eef4fc;
}

.theme-bg {
  background-color: #086ad7;
}

.features-wrapper .features-banner {
  height: 471px;
  background-color: #eee;
  border-radius: 7px;
  width: 100%;
}
.features-wrapper .feature-cta {
  margin-top: 30px;
  border-radius: 7px;
  padding: 40px 60px;
  background-color: #086ad7;
}
.features-wrapper .feature-cta p {
  font-weight: 500;
  font-size: 20px;
}

.single-features-item {
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
          box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
  overflow: hidden;
  margin-top: 30px;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .single-features-item {
    padding: 25px 20px;
  }
}
.single-features-item:hover h3 {
  color: #086ad7;
}
.single-features-item .icon {
  font-size: 60px;
  line-height: 1;
  color: #086ad7;
  float: left;
  overflow: hidden;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .single-features-item .icon {
    margin-right: 20px;
  }
}
.single-features-item .content {
  overflow: auto;
}
.single-features-item .content h3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-2 {
  background-color: #eef4fc;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.features-2 .feature-bg {
  position: absolute;
  right: 0;
  bottom: -20px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 220px;
}

.icon-box {
  padding: 40px 30px 35px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin-top: 30px;
}
.icon-box:hover {
  background-color: #086ad7;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(8, 106, 215, 0.49);
          box-shadow: 0px 10px 60px 0px rgba(8, 106, 215, 0.49);
}
.icon-box:hover .icon {
  color: #fff;
}
.icon-box:hover h4 {
  color: #fff;
}
.icon-box .icon {
  font-size: 60px;
  color: #086ad7;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon-box h4 {
  color: #211e3b;
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 10px;
}

.work-process-wrapper {
  background-color: #eef4fc;
}

/* ----------------------------------
  Service Section Styles
 ------------------------------------ */
.single-service-item {
  text-align: center;
  padding: 50px 30px;
  border-width: 2px;
  border-color: #312e49;
  border-style: solid;
  border-radius: 7px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-service-item:hover {
  border: 2px solid #2e2a50;
  background-color: #2e2a50;
}
.single-service-item .icon {
  margin-bottom: 30px;
}
.single-service-item h4 {
  color: #fff;
}
.single-service-item p {
  margin-top: 10px;
  color: #9a95c0;
}
.single-service-item a {
  margin-top: 20px;
  color: #9a95c0;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  line-height: 1;
}
.single-service-item a i {
  margin-left: 10px;
}

.single-service-box {
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 20px;
  overflow: hidden;
  margin-top: 30px;
}
.single-service-box:hover .content-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-service-box:hover .icon img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.single-service-box .icon {
  border-radius: 7px;
  height: 230px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #eee;
}
.single-service-box .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-service-box h4 {
  font-size: 22px;
}
.single-service-box p {
  margin-top: 5px;
}
.single-service-box .read-link {
  color: #086ad7;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  display: block;
}
.single-service-box .read-link i {
  margin-left: 10px;
}
.single-service-box .content-visible {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.single-service-box .content-overlay {
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
.single-service-box .content-overlay h4 {
  margin-bottom: 5px;
}

.single-service-card {
  margin-top: 30px;
}
.single-service-card:hover .icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.single-service-card .service-thumb {
  height: 435px;
  background-color: #086ad7;
  position: relative;
}
@media (max-width: 991px) {
  .single-service-card .service-thumb {
    height: 300px;
  }
}
.single-service-card .content {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 7px;
  margin-top: -120px;
  position: relative;
  z-index: 9;
  padding: 40px 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
          box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
}
.single-service-card .content .icon {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 5px;
  color: #086ad7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-service-card .content h3:hover a {
  color: #086ad7;
}
.single-service-card .content p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.service-2 {
  background-position: right bottom;
}

.service-3 {
  position: relative;
  z-index: 1;
}
.service-3::before {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  content: "";
  left: 0;
  z-index: -1;
  background-color: #eef4fc;
}
@media (min-width: 1367px) {
  .service-3 .container-fluid {
    padding: 0px 175px;
  }
}

.single-service-vcard {
  background-color: #fff;
  position: relative;
  padding: 35px;
  margin-top: 30px;
  -webkit-clip-path: polygon(87% 0, 100% 13%, 100% 78%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(87% 0, 100% 13%, 100% 78%, 100% 100%, 0 100%, 0 0);
}
.single-service-vcard:hover .link {
  border-color: #086ad7;
  background-color: #086ad7;
  color: #fff;
}
.single-service-vcard .link {
  border-width: 2px;
  border-color: #efeff1;
  border-style: solid;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  color: #086ad7;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
  float: right;
  margin-top: -10px;
}
.single-service-vcard .icon {
  font-size: 46px;
  color: #086ad7;
  margin-top: 5px;
  margin-bottom: 20px;
}
.single-service-vcard .content h3 {
  font-family: "Pathway Extreme", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.single-service {
  margin-top: 40px;
  padding-right: 30px;
}
.single-service .icon {
  font-size: 46px;
  line-height: 1;
  color: #086ad7;
  margin-bottom: 15px;
}
.single-service .content p {
  margin-top: 10px;
  color: #696969;
}

.single-our-service {
  position: relative;
  margin-top: 30px;
}
.single-our-service::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(33, 30, 59)), color-stop(65%, rgba(33, 30, 59, 0.5)), to(rgba(33, 30, 59, 0)));
  background-image: linear-gradient(0deg, rgb(33, 30, 59) 0%, rgba(33, 30, 59, 0.5) 65%, rgba(33, 30, 59, 0) 100%);
}
.single-our-service.style-2 {
  background: #FFF;
}
.single-our-service.style-2:before {
  content: inherit;
}
.single-our-service.style-2:hover .content .icon i {
  color: #086ad7;
}
.single-our-service.style-2 .thumb {
  z-index: 1;
  height: 200px;
}
.single-our-service.style-2 .thumb:after {
  content: inherit;
}
.single-our-service.style-2 .content {
  border-top: 0;
  margin-top: -45px;
  padding-bottom: 35px;
  border: 1px solid rgba(33, 30, 59, 0.1);
}
@media (max-width: 480px) {
  .single-our-service.style-2 .content {
    padding: 0 20px 25px;
  }
}
.single-our-service.style-2 .content .icon {
  z-index: 1;
  width: 90px;
  height: 90px;
  font-size: 40px;
  line-height: 90px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  border: 1.5px solid #FFF;
  border-radius: 500px;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(33, 30, 59, 0.05));
          filter: drop-shadow(0px 10px 10px rgba(33, 30, 59, 0.05));
}
.single-our-service.style-2 .content .icon i {
  color: #211e3b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 100px !important;
}
@media (max-width: 1199px) {
  .single-our-service.style-2 .content .icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .single-our-service.style-2 .content .icon {
    margin-bottom: 5px;
  }
}
.single-our-service.style-2 .content .icon:after {
  width: 80px;
  height: 80px;
  bottom: -1px;
  content: "";
  z-index: -1;
  position: absolute;
  background: #FFF;
  left: calc(50% - 40px);
  border-radius: 500px;
}
.single-our-service.style-2 .content .icon img {
  max-width: 40px;
}
.single-our-service.style-2 .content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .single-our-service.style-2 .content h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .single-our-service.style-2 .content h3 {
    margin-bottom: 5px;
  }
}
.single-our-service.style-2 .content h3:hover {
  color: #086ad7;
}
.single-our-service.style-2 .content p {
  color: #696969 !important;
}
.single-our-service.style-2 .content .read-more {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 17px;
  color: #086ad7;
}
@media (max-width: 1199px) {
  .single-our-service.style-2 .content .read-more {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .single-our-service.style-2 .content .read-more {
    margin-bottom: 10px;
  }
}
.single-our-service.style-2 .content .read-more:hover {
  color: #211e3b;
}
.single-our-service.style-2 .content .read-more i {
  font-size: 12px;
  margin-left: 20px;
}
.single-our-service .thumb {
  height: 370px;
  position: relative;
  background-color: #eee;
  z-index: -1;
}
.single-our-service .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(33, 30, 59)), color-stop(65%, rgba(33, 30, 59, 0.5)), to(rgba(33, 30, 59, 0)));
  background-image: linear-gradient(0deg, rgb(33, 30, 59) 0%, rgba(33, 30, 59, 0.5) 65%, rgba(33, 30, 59, 0) 100%);
}
.single-our-service .content {
  margin-top: -90px;
  position: relative;
  z-index: 1;
  padding: 30px;
  padding-top: 0;
  border: 1px solid #2c2945;
  border-top: 0px;
}
.single-our-service .content .icon {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}
.single-our-service .content h3 {
  margin-bottom: 10px;
}
.single-our-service .content p {
  color: #a9a9af !important;
}

.service-sidebar {
  margin-top: -50px;
}
.service-sidebar .single-sidebar-widgets {
  margin-top: 50px;
}
.service-sidebar .single-sidebar-widgets .wid-title {
  margin-bottom: 20px;
}
.service-sidebar .single-sidebar-widgets .wid-title h3 {
  font-weight: 700;
}
.service-sidebar .single-sidebar-widgets .services-category-link a {
  display: block;
  padding: 18px 35px;
  line-height: 1;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.service-sidebar .single-sidebar-widgets .services-category-link a:hover {
  background: #086ad7;
  color: #fff;
}
.service-sidebar .single-sidebar-widgets .contact-form-widgets form {
  width: 100%;
}
.service-sidebar .single-sidebar-widgets .contact-form-widgets form input {
  padding: 15px 35px;
  line-height: 1;
  border: 0;
  color: #086ad7;
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.service-sidebar .single-sidebar-widgets .contact-form-widgets form textarea {
  border: 0;
  color: #086ad7;
  width: 100%;
  background-color: #f5f5f5;
  min-height: 140px;
  padding: 15px 35px;
}
.service-sidebar .single-sidebar-widgets .contact-form-widgets form .theme-btn {
  margin-top: 10px;
  display: block;
}
.service-sidebar .single-sidebar-widgets .download-service-doc a:first-child {
  margin-bottom: 20px;
}
.service-sidebar .single-sidebar-widgets .theme-btn {
  width: 100%;
  display: block;
  text-align: center;
}

.service-details-content img {
  margin-bottom: 30px;
}
.service-details-content h1, .service-details-content h3, .service-details-content h4, .service-details-content h2, .service-details-content h5, .service-details-content h6 {
  margin-bottom: 30px;
}
.service-details-content p {
  margin-bottom: 30px;
}
.service-details-content p:last-child {
  margin-bottom: 0;
}
.service-details-content ul {
  margin-bottom: 30px;
}
.service-details-content ul li {
  color: #211e3b;
  margin-top: 8px;
  padding-left: 40px;
  font-weight: 700;
}
.service-details-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 25px;
  color: #086ad7;
}


.our-team-wrapper.techex-landing-page {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .our-team-wrapper.techex-landing-page {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .our-team-wrapper.techex-landing-page {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .our-team-wrapper.techex-landing-page {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .our-team-wrapper.techex-landing-page {
    padding: 50px 0;
  }
}
.our-team-wrapper.techex-landing-page .container {
  position: relative;
}
.our-team-wrapper.techex-landing-page .container:after {
  top: -180px;
  width: 123px;
  z-index: 1;
  content: "";
  right: -250px;
  height: 187px;
  position: absolute;
  background-image: url(assets/img/techex-landing-page/our-team-bg-dot.png);
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: movebounce;
          animation-name: movebounce;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.our-team-wrapper.techex-landing-page .container:before {
  top: 64px;
  left: -57px;
  width: 1192px;
  content: "";
  height: 701px;
  position: absolute;
  background: no-repeat;
  background-image: url("assets/img/techex-landing-page/our-team-bg.png");
}
@media (max-width: 1199px) {
  .our-team-wrapper.techex-landing-page .theme-btn-sm {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .our-team-wrapper.techex-landing-page .theme-btn-sm {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .our-team-wrapper.techex-landing-page .theme-btn-sm {
    margin-bottom: 0;
  }
}
.our-team-wrapper.techex-landing-page .section-title {
  max-width: 420px;
  margin: 0 auto 20px;
}
@media (max-width: 991px) {
  .our-team-wrapper.techex-landing-page .section-title {
    margin-bottom: 10px;
  }
}
.our-team-wrapper.techex-landing-page .section-title h1 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .our-team-wrapper.techex-landing-page .section-title h1 {
    line-height: 42px;
  }
}

.our-service-provide.techex-landing-page {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  background: #FAFAFF;
}
@media (max-width: 1199px) {
  .our-service-provide.techex-landing-page {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .our-service-provide.techex-landing-page {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .our-service-provide.techex-landing-page {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .our-service-provide.techex-landing-page {
    padding: 50px 0;
  }
}
.our-service-provide.techex-landing-page .container {
  position: relative;
}
.our-service-provide.techex-landing-page .container:before {
  top: 71px;
  width: 386px;
  content: "";
  left: -156px;
  height: 386px;
  position: absolute;
  background: no-repeat;
  background-size: cover;
  background-image: url("assets/img/techex-landing-page/blog_bg1.png");
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: scale5;
          animation-name: scale5;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media (max-width: 1199px) {
  .our-service-provide.techex-landing-page .theme-btn-sm {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .our-service-provide.techex-landing-page .theme-btn-sm {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .our-service-provide.techex-landing-page .theme-btn-sm {
    margin-bottom: 0;
  }
}
.our-service-provide.techex-landing-page .section-title {
  max-width: 480px;
  margin: 0 auto 20px;
}
@media (max-width: 991px) {
  .our-service-provide.techex-landing-page .section-title {
    margin-bottom: 10px;
  }
}
.our-service-provide.techex-landing-page .section-title h1 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .our-service-provide.techex-landing-page .section-title h1 {
    line-height: 42px;
  }
}



section.our-team-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}