@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500;9..40,700&amp;family=Poppins:wght@400;600&amp;display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color1: #ff5500;
  --theme-color2: #232331;
  --theme-color3: #0f2c49;
  --theme-color4: #ff5e08;
  --theme-color5: #ff494a;
  --review-color: #ffc737;
  --bg-theme-color1: #063768;
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: #063768;
  --border-theme-color1: #063768;
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --border-theme-color4: #063768;
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --text-color-bg-theme-color4: #fff;
  --theme-color-light: #ffffff;
  --theme-color-dark: #000000;
  --text-color: #767676;
  --headings-color: var(--theme-color3);
  --link-color: #063768;
  --link-hover-color: #063768;
  --text-font: "Poppins", sans-serif;
  --title-font: "DM Sans", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-font-weight: 400;
  --line-height-heading-h1: var(--line-height-heading);
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 90px;
  --h2-font-size: 48px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--text-color);
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--title-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--theme-color3);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f6f6f6;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #0b0b0b;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: #063768;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #063768;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #063768; /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #063768; /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #444;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
          box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

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

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: #063768;
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: var(--theme-color-light);
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--theme-color-light);
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #063768;
  color: var(--theme-color-light);
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  padding-right: 23px;
  margin-right: 23px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 20px;
}
.list-style-one li:before {
  position: absolute;
  right: -3px;
  top: 0;
  content: "/";
  opacity: 0.5;
}
.list-style-one li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.list-style-one li:last-child::before {
  display: none;
}
.list-style-one li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  font-size: 13px;
  line-height: 20px;
}
.list-style-one li a {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color2);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: var(--theme-color3);
  padding-left: 25px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li i {
  position: absolute;
  left: 0;
  color: #063768;
  font-size: 16px;
  line-height: 25px;
}
.list-style-two li a {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: #063768;
}
.list-style-two li:hover {
  padding-left: 30px;
}
.list-style-two.style-two li i {
  color: var(--theme-color3);
}
.list-style-two.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-two.two-column li {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .list-style-two.two-column li {
    width: 100%;
    padding-right: 0;
  }
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--bg-theme-color2);
  padding: 0 25px;
}
.social-icon-one li {
  position: relative;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: #063768;
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color-light);
  border-radius: 50%;
  background-color: #081125;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: var(--theme-color-light);
  background-color: var(--bg-theme-color2);
}



.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.png);
}



.bg-shape1 {
  background-image: url(../images/icons/bg-shape1.png);
  background-position: center top;
}

.footer-bg {
  background-image: url(../images/background/footer-bg1.png);
  opacity: 0.1;
}

.blockquote-one {
  background-color: var(--theme-color-light);
  border-left: 4px solid var(--theme-color2);
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  color: #242323;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 20px 40px;
  position: relative;
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 85px;
  background-color: var(--theme-color-light);
  color: var(--bg-theme-color2);
  z-index: 1;
  font-size: 18px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px 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 ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px 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);
  }
}
.play-now-two {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  border: 0.5px solid var(--border-theme-color1);
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
          animation: zoom-one 3s infinite linear;
}
.play-now-two:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: #063768;
  content: "";
}
.play-now-two i {
  position: relative;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: var(--theme-color-light);
}



/*================================
    Progress Bar
=================================*/
.skills {
  margin-bottom: 50px;
  position: relative;
}
.skills .skill-item {
  margin-bottom: 25px;
  position: relative;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  margin-bottom: 0px;
  position: relative;
}
.skills .skill-item .skill-header .skill-title {
  color: #063768;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  border-radius: 10px;
  height: 14px;
  position: relative;
  width: 100%;
}
.skills .skill-item .skill-bar .bar-inner {
  background: #f6f6f6;
  border-radius: 10px;
  height: 14px;
  position: relative;
  width: 100%;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  background: var(--bg-theme-color2);
  border-radius: 10px;
  height: 14px;
  left: 0px;
  position: absolute;
  top: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  width: 0px;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  bottom: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #063768;
  line-height: 25px;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
}

.owl-carousel.nav_none .owl-nav,
.clients-carousel.nav_none .owl-nav,
.five-carousel.nav_none .owl-nav {
  display: none;
}

.owl-carousel.owl-theme.nav_none .owl-nav {
  display: none;
}
.owl-carousel.owl-theme.nav_none .dots-nav {
  display: none;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-btn .btn-title {
  position: relative;
}

/*Btn Style One*/
.btn-style-one {
  background-color: #063768;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: var(--theme-color-light);
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  padding: 1.2rem 3.7rem;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.btn-style-one:before {
  background-color: var(--theme-color3);
  content: "";
  height: 100%;
  opacity: 0.2;
  position: absolute;
  right: -15px;
  top: 0;
  width: 35px;
  z-index: -1;
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-style-one:hover:before {
  opacity: 1;
  right: 0;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  width: 100%;
}
.btn-style-one:hover {
  color: var(--theme-color-light);
}


.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}



/*** 
====================================================================
  Main Header
====================================================================
***/
.header-span {
  display: block;
  height: 110px;
  position: relative;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 313px;
  padding-right: 80px;
  position: relative;
}
.header-top .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bg-theme-color3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  position: relative;
  width: 100%;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-right {
  position: relative;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin-right: 15px;
}
.header-top .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 13px;
  color: #808287;
  line-height: 20px;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}
.header-top .useful-links li:first-child:before {
  display: none;
}
.header-top .useful-links li a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: #063768;
}
.header-top .outer-box {
  min-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
  padding: 24px 0;
  min-width: 200px;
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 55px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  bottom: 23px;
  height: 2px;
  width: 0%;
  background-color: var(--bg-theme-color3);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #063768;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color3);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color3);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
  margin-right: -14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  opacity: 0;
  left: 0px;
  margin-top: 30px;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: var(--bg-theme-color3);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #063768;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color3);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 900;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  margin-top: 20px;
  opacity: 1;
  top: 0px;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--theme-color-light);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  width: 220px;
  z-index: 100;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color3);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #063768;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-light);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .header-lower .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 10px 0;
}
.main-header .header-lower .outer-box .theme-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding: 10px 40px;
  text-transform: capitalize;
}
.main-header .header-lower .outer-box .ui-btn-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 30px;
  padding: 6px 0;
  padding-right: 30px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: var(--theme-color3);
  margin-left: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: #063768;
}

.main-header .info-btn {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 8px 0;
  padding-left: 54px;
  color: var(--theme-color3);
  text-align: left;
  font-weight: 600;
  line-height: 20px;
}
.main-header .info-btn small {
  font-size: 12px;
  font-weight: 400;
  color: #808287;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  line-height: 44px;
  height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--bg-theme-color3);
  font-size: 18px;
}
.main-header .info-btn:hover {
  color: #063768;
}



/*** 
====================================================================
  Header Style Two
====================================================================
***/
.header-style-two {
  position: relative;
  background-color: #fff;
  z-index: 9;
}
.header-style-two .header-top {
  position: relative;
  margin: 0;
  padding: 0 80px;
  background-color: var(--headings-color);
}
.header-style-two .header-top .inner-container {
  padding: 0;
  background-color: var(--headings-color);
}
.header-style-two .header-top .useful-links li,
.header-style-two .header-top .list-style-one li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.header-style-two .header-top .useful-links li a,
.header-style-two .header-top .list-style-one li a {
  color: rgba(255, 255, 255, 0.8);
}
.header-style-two .header-top .useful-links li:hover a,
.header-style-two .header-top .list-style-one li:hover a {
  color: #fff;
}
.header-style-two .header-top .useful-links li i,
.header-style-two .header-top .list-style-one li i {
  color: #fff;
}
.header-style-two .social-icon-one li a {
  color: var(--theme-color-light);
}
.header-style-two .social-icon-one li a:hover {
  color: #063768;
}
.header-style-two .header-lower {
  padding: 0 80px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}



/*** 
====================================================================
  Sticky Header
====================================================================
***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  background: none;
  position: relative;
}
.sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 40px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: #707070;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color3);
}

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: #063768;
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/*** 
====================================================================
      Mobile Menu
====================================================================
***/
.mobile-nav-toggler {
  cursor: pointer;
  color: #063768;
  display: none;
  font-size: 24px;
  line-height: 20px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  position: relative;
  top: 0px;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block;
  }
}
@media (max-width: 320px) {
  .mobile-nav-toggler {
    margin-left: 0;
  }
}

.mobile-menu {
  max-width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 300px;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.mobile-menu .upper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px;
  position: relative;
  width: 100%;
}
.mobile-menu .close-btn {
  color: #063768;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  top: -10px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  z-index: 10;
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  background: #fff;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  max-height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 0px 0px;
  position: relative;
  top: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  visibility: hidden;
  width: 100%;
  z-index: 5;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  position: relative;
  width: 100%;
}
.mobile-menu .navigation li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  position: relative;
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  color: var(--theme-color-light);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 20px;
  position: relative;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li > a {
  color: #063768;
    font-weight: 600;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: var(--theme-color-light);
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  padding: 30px 20px 20px;
  position: relative;
}
.contact-list-one li {
  margin-bottom: 20px;
  position: relative;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  color: var(--theme-color-light);
  font-size: 14px;
  line-height: 24px;
  padding-left: 54px;
  position: relative;
}
.contact-list-one li .contact-info-box a {
  color: #063768;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  color: #063768;
  font-size: 34px;
  left: 0;
  position: absolute;
  top: 0;
  line-height: 50px;
}
.contact-list-one li .contact-info-box .title {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #063768;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  position: relative;
  width: 100%;
}
.mobile-menu .social-links li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  text-align: center;
  width: 100%;
}
.mobile-menu .social-links li a {
  color: var(--theme-color-light);
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  margin-bottom: 50px;
  position: relative;
}
.sec-title .sub-title {
  display: inline-block;
  color: #063768;
  font-family: var(--title-fonts);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  position: relative;
  text-transform: uppercase;
}
.sec-title .sub-title:before {
  background: #063768;
  content: "";
  height: 2px;
  left: 100%;
  margin-left: 10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 35px;
}
.sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .sec-title h2 {
    font-size: 38px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
  .sec-title h2 {
    font-size: 34px;
    line-height: 1.2em;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title h3 {
  font-size: 40px;
}
.sec-title .text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .sec-title .text {
    margin-top: 15px;
  }
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light .text,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title {
  color: #e6f3ff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -30px;
}

/*** 
====================================================================
  Main Slider
====================================================================
***/
.main-slider {
  position: relative;
  background-color: #063768;
}
.main-slider h1 {
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 90px;
  color: var(--theme-color-light);
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .main-slider h1 {
    font-size: 72px;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 1023px) {
  .main-slider h1 {
    font-size: 68px;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 599px) {
  .main-slider h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 424px) {
  .main-slider h1 {
    font-size: 38px;
    line-height: 1.1em;
  }
}
.main-slider .text {
  font-size: 18px;
  line-height: 26px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 767px) {
  .main-slider .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-slider .btn-box {
  position: relative;
}
.main-slider .btn-box .theme-btn {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .main-slider .btn-box .theme-btn {
    font-size: 14px;
    padding: 15px 40px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .main-slider .btn-box .theme-btn {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 20px;
  }
}
.main-slider .tp-dottedoverlay {
  background-color: rgba(13, 26, 54, 0.4);
}
.main-slider .tp-dottedoverlay:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 53%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#063768));
  background: linear-gradient(to right, transparent, #063768);
  content: "";
}
.main-slider .tp-bannertimer {
  display: none;
}


/*** 
====================================================================
  Banner Section
====================================================================
***/
/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.banner-carousel .owl-nav,
.home2-service-slider .owl-nav,
.home1-service-slider .owl-nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .banner-carousel .owl-nav,
  .home2-service-slider .owl-nav,
  .home1-service-slider .owl-nav {
    display: none;
  }
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev,
.home2-service-slider .owl-nav .owl-next,
.home2-service-slider .owl-nav .owl-prev,
.home1-service-slider .owl-nav .owl-next,
.home1-service-slider .owl-nav .owl-prev {
  display: block;
  margin: 5px 0;
  height: 50px;
  width: 50px;
  color: #063768;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  font-size: 16px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  pointer-events: all;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0.7;
}
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover,
.home2-service-slider .owl-nav .owl-next:hover,
.home2-service-slider .owl-nav .owl-prev:hover,
.home1-service-slider .owl-nav .owl-next:hover,
.home1-service-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}

/*** 
====================================================================
  Banner Section Two
====================================================================
***/
.banner-section-one {
  height: 712px;
  padding: 86px 0 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-one {
    height: auto;
    padding: 150px 0 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section-one {
    padding: 40px 0 90px;
  }
}
.banner-section-one:before {
  background-color: rgba(11, 59, 94, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.banner-section-one .floating-object {
  z-index: 1;
}
.banner-section-one .floating-object .image-1 {
  left: 30px;
  position: absolute;
  top: 30px;
  width: 120px;
  z-index: 1;
}
.banner-section-one .floating-object .image-2 {
  bottom: 250px;
  position: absolute;
  right: 30px;
  top: auto;
  width: 120px;
  z-index: 1;
}
.banner-section-one .floating-object .image-3 {
  bottom: 0;
  height: 100%;
  left: 10%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.banner-section-one .floating-object .image-4 {
  bottom: 0;
  height: 100%;
  left: 20%;
  position: absolute;
  top: 0;
  width: 35%;
  z-index: 1;
}
.banner-section-one .bottom-shape {
  background-image: url(../images/main-slider/bottom-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 172px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.banner-section-one .content-box {
  position: relative;
  z-index: 3;
}
.banner-section-one .content-box .title-box {
  margin-bottom: 0;
  padding: 50px 45px 40px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .banner-section-one .content-box .title-box {
    padding-right: 0;
  }
}
.banner-section-one .content-box .sub-title {
  border-left: 4px solid #063768;
  color: var(--theme-color-light);
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  padding-left: 30px;
  text-transform: uppercase;
}
.banner-section-one .content-box .title {
  border-left: 4px solid #063768;
  color: var(--theme-color-light);
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-one .content-box .title {
    font-size: 60px;
    line-height: 1.2em;
  }
}
@media (max-width: 767.98px) {
  .banner-section-one .content-box .title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.banner-section-one .image-box {
  bottom: 35px;
  left: 50%;
  margin-left: 0;
  margin-right: -505px;
  position: absolute;
}
@media (max-width: 1199.98px) {
  .banner-section-one .image-box {
    display: none;
  }
}
.banner-section-one .image-box .image {
  margin-bottom: 0;
}
.banner-section-one .image-box .image img {
  height: 100%;
}
.banner-section-one .home-ac-icon {
  height: 175px;
  max-width: 531px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-one .home-ac-icon {
    display: none;
  }
}

/***
====================================================================
  banner section two
====================================================================
***/
.banner-section-two {
  position: relative;
  height: 100vh;
}
.banner-section-two .slick-prev,
.banner-section-two .slick-next {
  border: 2px solid #808287;
  border-radius: 50%;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  width: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-section-two .slick-prev:hover,
.banner-section-two .slick-next:hover {
  border-color: var(--theme-color-light);
  color: var(--theme-color-light);
}
.banner-section-two .slick-prev:before,
.banner-section-two .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.banner-section-two .slick-next {
  right: 375px;
}
@media (max-width: 1440px) {
  .banner-section-two .slick-next {
    right: 50px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-two .slick-next {
    right: 15px;
  }
}
.banner-section-two .slick-next:before {
  content: "\f061";
}
.banner-section-two .slick-prev {
  left: 375px;
}
@media (max-width: 1440px) {
  .banner-section-two .slick-prev {
    left: 50px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-two .slick-prev {
    left: 15px;
  }
}
.banner-section-two .slick-prev:before {
  content: "\f060";
}
.banner-section-two .banner-slider .slick-dots {
  top: 50%;
  bottom: auto;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-slider .slick-dots {
    top: auto;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.banner-section-two .banner-slider .slick-dots li {
  margin-bottom: 15px;
  padding: 0;
  width: auto;
  height: auto;
  padding-bottom: 5px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-slider .slick-dots li {
    margin-bottom: 5px;
    margin-right: 10px;
  }
}
.banner-section-two .banner-slider .slick-dots li:last-child {
  margin-bottom: 0;
}
.banner-section-two .banner-slider .slick-dots li button {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  opacity: 0.8;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: transparent;
}
.banner-section-two .banner-slider .slick-dots li button:before {
  display: none;
}
.banner-section-two .banner-slider .slick-dots li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #063768;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-section-two .banner-slider .slick-dots li.slick-active:before {
  opacity: 1;
  visibility: visible;
}
.banner-section-two .banner-slider .slick-dots li.slick-active button {
  color: #063768;
}
.banner-section-two .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-two .banner-slider .banner-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section-two .banner-slider .banner-slide .outer-box {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-slider .banner-slide .outer-box {
    top: 50%;
  }
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box {
  margin-top: 7px;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box {
    max-width: 575px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box {
    max-width: 318px;
  }
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #063768;
  display: inline-block;
  margin-bottom: 19px;
  padding: 12px 34px 12px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767.98px) {
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box .sub-title {
    font-size: 18px;
  }
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
  font-size: 84px;
  position: relative;
  color: var(--theme-color-light);
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 84px;
  margin-bottom: 47px;
}
@media (max-width: 1399.98px) {
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 span {
  color: #063768;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn {
  background-color: #063768;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color-light);
  text-transform: capitalize;
  display: inline-block;
  padding: 0 39px;
  height: 50px;
  line-height: 50px;
  font-family: var(--text-font);
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn {
    font-size: 16px;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn:hover {
  color: var(--theme-color-light);
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .inner-box .play-now {
  display: inline-block;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .inner-box .play-now i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color-light);
  color: #063768;
  font-size: 12px;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .inner-box .play-now .ripple::before {
  width: 40px;
  height: 40px;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .inner-box .play-now .ripple::after {
  width: 40px;
  height: 40px;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .inner-box .title {
  margin-bottom: 0;
  color: var(--theme-color-light);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--text-font);
  margin-left: 31px;
}
.banner-section-two .banner-slider .banner-slide:before {
  background-color: rgba(11, 59, 94, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.banner-section-two .banner-slider,
.banner-section-two .banner-slider .slick-track,
.banner-section-two .banner-slider .slick-list {
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .banner-section-two .slick-prev {
    display: none !important;
  }
  .banner-section-two .slick-next {
    display: none !important;
  }
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

/*** 
====================================================================
  Features Section
====================================================================
***/
.features-section {
  position: relative;
  z-index: 3;
}
.features-section .outer-box {
  background-color: #063768;
  background-image: url(../images/icons/bg-shape2.png);
  margin-bottom: -100px;
  padding: 60px 80px;
}
@media (max-width: 991.98px) {
  .features-section .outer-box {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 1199px) {
  .features-section .outer-box {
    padding: 45px 40px;
  }
}
.features-section .outer-box.style-two {
  background-color: #0E0D16;
  border-radius: 5px;
}
.features-section .outer-box.style-two .title-column .title {
  color: var(--theme-color-light);
}
.features-section .title-column .title {
  font-size: 31px;
  line-height: 40px;
}
.features-section .contact-button .icon {
  background-color: var(--theme-color-light);
  border-radius: 50%;
  color: #063768;
  display: inline-block;
  font-size: 48px;
  height: 90px;
  line-height: 90px;
  position: relative;
  text-align: center;
  width: 90px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.features-section .contact-button .icon:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}
.features-section .contact-column .inner-column {
  position: relative;
}
.features-section .contact-column .text {
  color: #E6E6E6;
  margin: 0;
}
.features-section .contact-column .phone {
  color: var(--theme-color-light);
  font-size: 31px;
  margin: 0;
}
.features-section.style-two {
  margin-top: -110px;
}
.features-section.style-two .contact-button .icon {
  background-color: #063768;
  color: var(--theme-color-light);
}
.features-section.style-two .contact-button .icon:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}
.features-section.style-two .contact-button .icon:before {
  background-color: rgba(243, 243, 243, 0.1019607843);
  content: "";
  height: 2px;
  left: -90px;
  position: absolute;
  width: 75px;
  top: 45px;
}
.features-section.style-two .contact-button .icon:after {
  background-color: rgba(243, 243, 243, 0.1019607843);
  content: "";
  height: 2px;
  position: absolute;
  right: -90px;
  width: 75px;
  top: 45px;
}
.features-section.style-two .title-column .text-theme1 {
  color: #063768;
}
.features-section.style-two .contact-column .text {
  color: #063768;
}






/*** 
====================================================================
	About Section
====================================================================
***/
.about-section {
  padding: 120px 0 70px;
  position: relative;
}
.about-section .content-column {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-section .content-column {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section .content-column {
    margin-bottom: 20px;
  }
}
.about-section .content-column .inner-column {
  position: relative;
}
.about-section .content-column .sec-title {
  margin-bottom: 25px;
}
.about-section .content-column .text-block p {
  font-size: 14px;
  font-weight: 500;
  color: #6d8181;
}
.about-section .content-column .text-block a {
  font-size: 20px;
  font-weight: 700;
  color: var(--headings-color);
}
.about-section .content-column .text-block .inner {
  padding-top: 5px;
  margin-bottom: 30px;
}
.about-section .content-column .text-block .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F3F3F9;
  border-radius: 50%;
  color: #063768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .content-column .text-block:hover .icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.about-section .image-column {
  margin-bottom: 50px;
  position: relative;
}
.about-section .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .about-section .image-column .inner-column {
    max-width: 100%;
  }
}
.about-section .image-column .inner-column .video-box {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
  height: 100px;
  left: 0;
  line-height: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.about-section .image-column .inner-column .video-box .icon {
  color: var(--theme-color-light);
  font-size: 24px;
}
.about-section .image-column .inner-column .video-box:hover {
  background-color: #063768;
  color: var(--theme-color-light);
}
.about-section .image-column .image-1 {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.about-section .image-column .image-1 .animated-circle {
  background-color: transparent;
  border: 50px solid #063768;
  border-radius: 50%;
  height: 380px;
  left: -30%;
  position: absolute;
  top: 20%;
  width: 380px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .about-section .image-column .image-1 .animated-circle {
    display: none;
  }
}
.about-section .image-column .image-1:before {
  background-color: #063768;
  bottom: 0;
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 15px;
}
@media (max-width: 575.98px) {
  .about-section .image-column .image-1:before {
    display: none;
  }
}
.about-section .image-column .image-2 {
  border-color: var(--theme-color-light);
  border-left-style: solid;
  border-top-style: solid;
  border-width: 15px 0 0 15px;
  bottom: -16px;
  position: absolute;
  right: -20px;
  max-width: 330px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about-section .image-column .image-2 {
    border-left-style: none;
    border-right: 15px solid var(--theme-color-light);
    left: 0;
    max-width: 230px;
    right: auto;
  }
}

/* About Block */
.about-block {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .about-block {
    margin-bottom: 20px;
  }
}
.about-block .inner {
  position: relative;
}
.about-block .inner .title {
  font-size: 20px;
}
.about-block .icon {
  color: #063768;
  font-size: 50px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block:hover .icon {
  color: #063768;
  -webkit-transform: rotateY(-190deg);
          transform: rotateY(-190deg);
}
.about-block .title {
  margin-bottom: 0;
  position: relative;
}

/*** 
====================================================================
  About Section Two
====================================================================
***/
.about-section-two {
  position: relative;
  padding: 120px 0 90px;
}
.about-section-two .icon-shape-5 {
  position: absolute;
  top: -320px;
  left: 0;
  pointer-events: none;
}
.about-section-two .title {
  position: relative;
  color: #063768;
  font-size: 142px;
  font-weight: 800;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../images/icons/bg-text.jpg);
  background-size: contain;
  text-align: center;
  filter: brightness(54%);
}
@media (max-width: 991.98px) {
  .about-section-two .title {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .about-section-two .title {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .title {
    font-size: 65px;
    margin-bottom: 50px;
  }
}
.about-section-two .sec-title-column {
  margin-bottom: 30px;
}
.about-section-two .sec-title-column .sec-title {
  margin-bottom: 0;
}
.about-section-two .sec-title-column .sec-title h2 {
  font-size: 46px;
}
.about-section-two .text-column {
  margin-bottom: 30px;
}
.about-section-two .text-column .inner-column {
  padding-top: 18px;
}
.about-section-two .text-column .text {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .about-section-two .text-column .text {
    margin-bottom: 20px;
  }
}
.about-section-two .text-column .text.two {
  margin-bottom: 0;
}
.about-section-two .skills-column {
  margin-bottom: 30px;
}
.about-section-two .skills-column .inner-column {
  padding-top: 18px;
}
.about-section-two .skills-column .skills {
  margin-bottom: 0;
}
.about-section-two .skills-column .skills .skill-item {
  margin-bottom: 10px;
}
.about-section-two .skills-column .skills .skill-title {
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.about-section-two .skills-column .skills .skill-bar {
  height: 13px;
}
.about-section-two .skills-column .skills .bar-inner {
  background-color: #f7f7f9;
  height: 13px;
}
.about-section-two .skills-column .skills .bar-inner .bar {
  background: #063768;
  height: 13px;
}
.about-section-two .skills-column .skills .bar-inner .skill-percentage {
  right: 0 !important;
  width: auto;
  height: auto;
  color: #777181;
  background-color: transparent;
}
.about-section-two .skills-column .skills .bar-inner .skill-percentage:before {
  display: none;
}

/* About Block */
.about-block-two {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .about-block-two {
    margin-bottom: 20px;
  }
}
.about-block-two .inner {
  position: relative;
}
.about-block-two .inner .title {
  font-size: 20px;
  line-height: 28px;
}
.about-block-two .icon {
  color: #063768;
  font-size: 50px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block-two:hover .icon {
  color: #063768;
  -webkit-transform: rotateY(-190deg);
          transform: rotateY(-190deg);
}
.about-block-two .title {
  margin-bottom: 0;
  position: relative;
}

/*** 
====================================================================
  About Section Three
====================================================================
***/
.about-section-three {
  padding: 120px 0 70px;
  position: relative;
}
.about-section-three .content-column {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-section-three .content-column {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section-three .content-column {
    margin-bottom: 20px;
  }
}
.about-section-three .content-column .inner-column {
  position: relative;
}
.about-section-three .content-column .sec-title {
  margin-bottom: 25px;
}
.about-section-three .content-column .text-block p {
  color: #6d8181;
  font-size: 14px;
  font-weight: 500;
}
.about-section-three .content-column .text-block a {
  color: var(--headings-color);
  font-size: 20px;
  font-weight: 700;
}
.about-section-three .content-column .text-block .inner {
  margin-bottom: 30px;
  padding-top: 5px;
}
.about-section-three .content-column .text-block .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F3F3F9;
  border-radius: 50%;
  color: #063768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 2px solid #063768;
  outline-offset: 4px;
  width: 60px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-three .content-column .text-block:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.about-section-three .image-column {
  margin-bottom: 50px;
  position: relative;
}
.about-section-three .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .about-section-three .image-column .inner-column {
    max-width: 100%;
  }
}
.about-section-three .image-column .image-1 {
  position: relative;
  z-index: 1;
}
.about-section-three .image-column .image-1 .background-layer {
  background-color: #063768;
  height: 500px;
  left: -20px;
  position: absolute;
  top: 20px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  width: 100px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .about-section-three .image-column .image-1 .background-layer {
    display: none;
  }
}
.about-section-three .image-column .image-1 .call-anytime-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 30px;
  max-width: 275px;
  padding: 25px;
  position: absolute;
  top: 30px;
  width: 100%;
}
.about-section-three .image-column .image-1 .call-anytime-box .icon-box {
  float: left;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
}
.about-section-three .image-column .image-1 .call-anytime-box .icon-box i {
  background: #063768;
  color: #fff;
  padding: 8px 15px;
}
.about-section-three .image-column .image-1 .call-anytime-box .number {
  line-height: 1.3;
  overflow: hidden;
}
.about-section-three .image-column .image-1 .call-anytime-box:before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 28px 42px 0 0;
  bottom: -28px;
  height: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 0;
}
.about-section-three .image-column .image-2 {
  border-color: var(--theme-color-light);
  border-left-style: solid;
  border-top-style: solid;
  border-width: 15px 0 0 15px;
  bottom: -16px;
  max-width: 230px;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about-section-three .image-column .image-2 {
    border-left-style: none;
    border-right: 15px solid var(--theme-color-light);
    left: 0;
    max-width: 230px;
    right: auto;
  }
}

/* About Block Home Two */
.about-block-three {
  position: relative;
}
.about-block-three .images-1 {
  position: relative;
}
.about-block-three .images-1:before {
  background-color: #063768;
  bottom: 20px;
  content: "";
  left: -20px;
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: -1;
}
.about-block-three .images-2 {
  border: 10px solid #ffffff;
  bottom: 0;
  left: -100px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .about-block-three .images-2 {
    left: 0;
  }
}

/*** 
====================================================================
  About Section
====================================================================
***/
.about-section-four {
  padding: 120px 0 70px;
  position: relative;
}
.about-section-four .content-column {
  margin-bottom: 50px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-section-four .content-column {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section-four .content-column {
    margin-bottom: 20px;
  }
}
.about-section-four .content-column .inner-column {
  position: relative;
}
.about-section-four .content-column .sec-title {
  margin-bottom: 25px;
}
.about-section-four .content-column .text-block p {
  font-size: 14px;
  font-weight: 500;
  color: #6d8181;
}
.about-section-four .content-column .text-block a {
  font-size: 20px;
  font-weight: 700;
  color: var(--headings-color);
}
.about-section-four .content-column .text-block .inner {
  padding-top: 5px;
  margin-bottom: 30px;
}
.about-section-four .content-column .text-block .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F3F3F9;
  border-radius: 50%;
  color: #063768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-four .content-column .text-block:hover .icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.about-section-four .content-column .list-style-two li {
  font-weight: 500;
}
.about-section-four .image-column {
  margin-bottom: 50px;
  position: relative;
}
.about-section-four .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section-four .image-column .inner-column {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .about-section-four .image-column .inner-column {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .about-section-four .image-column .inner-column {
    max-width: 100%;
  }
}
.about-section-four .image-column .inner-column .video-box {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
  height: 100px;
  left: 0;
  line-height: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.about-section-four .image-column .inner-column .video-box .icon {
  color: var(--theme-color-light);
  font-size: 24px;
}
.about-section-four .image-column .inner-column .video-box:hover {
  background-color: #063768;
  color: var(--theme-color-light);
}
.about-section-four .image-column .image-1 {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.about-section-four .image-column .image-1 .animated-circle {
  background-color: transparent;
  border: 50px solid #063768;
  border-radius: 50%;
  height: 380px;
  left: -30%;
  position: absolute;
  top: 20%;
  width: 380px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .about-section-four .image-column .image-1 .animated-circle {
    display: none;
  }
}
.about-section-four .image-column .image-2 {
  border: 10px solid var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  max-width: 300px;
  position: absolute;
  right: -60px;
  top: 100px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about-section-four .image-column .image-2 {
    border-left-style: none;
    border-right: 15px solid var(--theme-color-light);
    left: 0;
    max-width: 230px;
    right: auto;
  }
}

/* About Block */
.about-block-four {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .about-block-four {
    margin-bottom: 20px;
  }
}
.about-block-four .inner {
  position: relative;
}
.about-block-four .inner .title {
  font-size: 20px;
}
.about-block-four .icon {
  color: #063768;
  font-size: 50px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block-four:hover .icon {
  color: #063768;
  -webkit-transform: rotateY(-190deg);
          transform: rotateY(-190deg);
}
.about-block-four .title {
  margin-bottom: 0;
  position: relative;
}
.about-block-four .graph-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 41px -7px rgba(71, 71, 71, 0.22);
          box-shadow: 0px 0px 41px -7px rgba(71, 71, 71, 0.22);
  padding: 50px 40px;
  text-align: center;
}
.about-block-four .list-style-two li {
  font-size: 16px;
  font-weight: 400;
}

/*** 
====================================================================
  About Section Five
====================================================================
***/
.about-section-five {
  padding: 120px 0 70px;
  position: relative;
}
.about-section-five .content-column {
  margin-bottom: 50px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-section-five .content-column {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section-five .content-column {
    margin-bottom: 20px;
  }
}
.about-section-five .content-column .inner-column {
  position: relative;
}
.about-section-five .content-column .sec-title {
  margin-bottom: 25px;
}
.about-section-five .content-column .text-block p {
  font-size: 14px;
  font-weight: 500;
  color: #6d8181;
}
.about-section-five .content-column .text-block a {
  font-size: 20px;
  font-weight: 700;
  color: var(--headings-color);
}
.about-section-five .content-column .text-block .inner {
  padding-top: 5px;
  margin-bottom: 30px;
}
.about-section-five .content-column .text-block .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F3F3F9;
  border-radius: 50%;
  color: #063768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-five .content-column .text-block:hover .icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.about-section-five .content-column .list-style-two li {
  font-weight: 500;
}
.about-section-five .image-column {
  margin-bottom: 50px;
  position: relative;
}
.about-section-five .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section-five .image-column .inner-column {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .about-section-five .image-column .inner-column {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .inner-column {
    max-width: 100%;
  }
}
.about-section-five .image-column .inner-column .video-box {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
  height: 100px;
  left: 0;
  line-height: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.about-section-five .image-column .inner-column .video-box .icon {
  color: var(--theme-color-light);
  font-size: 24px;
}
.about-section-five .image-column .inner-column .video-box:hover {
  background-color: #063768;
  color: var(--theme-color-light);
}
.about-section-five .image-column .image-1 {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.about-section-five .image-column .image-1 .animated-circle {
  background-color: transparent;
  border: 50px solid #063768;
  border-radius: 50%;
  height: 380px;
  left: -30%;
  position: absolute;
  top: 20%;
  width: 380px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .image-1 .animated-circle {
    display: none;
  }
}
.about-section-five .image-column .image-2 {
  border: 10px solid var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  max-width: 300px;
  position: absolute;
  right: -60px;
  top: 100px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .image-2 {
    border-left-style: none;
    border-right: 15px solid var(--theme-color-light);
    left: 0;
    max-width: 230px;
    right: auto;
  }
}
.about-section-five .image-column .feature-box {
  background-color: #063768;
  left: -60px;
  max-width: 260px;
  padding: 60px 40px 30px;
  position: absolute;
  text-align: center;
  top: 60px;
  z-index: 1;
}
.about-section-five .image-column .feature-box .icon {
  color: var(--theme-color-light);
  font-size: 65px;
}
.about-section-five .image-column .feature-box .title {
  font-size: 48px;
}
.about-section-five .image-column .feature-box .title,
.about-section-five .image-column .feature-box .text {
  color: var(--theme-color-light);
  margin-bottom: 0;
}

/* About Block */
.about-block-five {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .about-block-five {
    margin-bottom: 20px;
  }
}
.about-block-five .inner {
  position: relative;
}
.about-block-five .inner .title {
  font-size: 20px;
}
.about-block-five .icon {
  color: #063768;
  font-size: 50px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block-five:hover .icon {
  color: #063768;
  -webkit-transform: rotateY(-190deg);
          transform: rotateY(-190deg);
}
.about-block-five .title {
  margin-bottom: 0;
  position: relative;
}
.about-block-five .graph-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 41px -7px rgba(71, 71, 71, 0.22);
          box-shadow: 0px 0px 41px -7px rgba(71, 71, 71, 0.22);
  padding: 50px 40px;
  text-align: center;
}
.about-block-five .list-style-two li {
  font-size: 16px;
  font-weight: 400;
}

.pie-graph {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.pie-graph:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.pie-graph .graph-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.pie-graph .graph-outer .inner-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #063768;
  font-weight: 400;
  line-height: 1em;
}
.pie-graph .title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.64px;
  margin-bottom: 0;
  margin-top: 20px;
}



/*** 
====================================================================
  Services Section One
====================================================================

***/
.service-section {
  position: relative;
  padding: 120px 0 90px;
}
.service-section .sec-title {
  margin-bottom: 30px;
}
.service-section .bg-pattern-1 {
  z-index: 0;
}
.service-section .bg-image {
  background-color: #EBF1F5;
  height: 500px;
  z-index: -1;
}

.service-block {
  position: relative;
}
.service-block .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-right: 50px;
  position: relative;
}
.service-block .inner-box:hover .icon {
  background-color: #063768;
}
.service-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1) rotate(-1deg);
          transform: scale(1.1) rotate(-1deg);
}
.service-block .image-box {
  margin-right: -50px;
  overflow: hidden;
  position: relative;
}
.service-block .image-box .image {
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}
.service-block .image-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .lower-content {
  position: relative;
  padding: 55px 25px 30px;
}
.service-block .lower-content .icon {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
  font-family: "Flaticon";
  font-size: 54px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  right: -50px;
  text-align: center;
  top: -50px;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .lower-content .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #063768;
  border-radius: 0%;
  bottom: -30px;
  color: var(--theme-color-light);
  height: 58px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  width: 58px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.service-block .lower-content .title {
  letter-spacing: -0.04em;
  margin-bottom: 15px;
}
.service-block .lower-content .title a:hover {
  color: #063768;
}
@media only screen and (max-width: 1023px) {
  .service-block {
    margin-bottom: 80px;
  }
}
.service-block:last-child {
  margin-bottom: 30px;
}



/*** 

====================================================================
    Map Section
====================================================================

***/
.map-section {
  position: relative;
  z-index: 1;
}
.map-section .map {
  position: relative;
  min-height: 430px;
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 1199px) {
  .map-section .map {
    min-height: 400px;
  }
}

/*** 
====================================================================
	Call To Action
====================================================================
***/
.call-to-action {
  background-color: #19232B;
  padding: 100px 0;
  position: relative;
}
.call-to-action .floating-object1 {
  background-size: 180px;
  height: 220px;
  left: 0;
  margin: 0 auto;
  opacity: 0.14;
  right: 0;
  top: 30%;
  width: 213px;
  position: absolute;
}
.call-to-action .floating-object2 {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 15%;
}
.call-to-action .outer-column {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0;
  position: relative;
}
.call-to-action .title-column .inner-column {
  position: relative;
}
.call-to-action .sec-title {
  margin-bottom: 15px;
}
.call-to-action .sec-title .title {
  font-size: 60px;
  line-height: 79px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .call-to-action .sec-title .title {
    font-size: 50px;
    line-height: 68px;
  }
}
@media (max-width: 399.98px) {
  .call-to-action .sec-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.call-to-action.style-two {
  background-image: url(../images/main-slider/home1-1.jpg);
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
}
.call-to-action.style-two:before {
  background-color: rgba(34, 36, 41, 0.65);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.call-to-action.style-two .outer-column {
  padding: 75px 0;
}
.call-to-action.style-three {
  background-image: url(../images/background/bg7.jpg);
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
}
.call-to-action.style-three:before {
  background-color: rgba(35, 35, 49, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.call-to-action.style-three .clients-carousel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  margin-bottom: 75px;
}
@media (max-width: 991.98px) {
  .call-to-action.style-three .clients-carousel {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.call-to-action.style-three .clients-carousel img {
  opacity: 0.4;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.call-to-action.style-three .clients-carousel .client-item:hover img {
  opacity: 1;
}
.call-to-action.style-four {
  background-image: url(../images/background/bg7.jpg);
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
}
.call-to-action.style-four:before {
  background-color: rgba(2, 2, 2, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.call-to-action.style-four .play-now-two {
  background-color: #063768;
  border-radius: 10px;
  font-size: 26px;
  height: 110px;
  line-height: 110px;
  margin: 0 auto 20px;
  width: 110px;
}
.call-to-action.style-five {
  background-image: url(../images/background/bg2.jpg);
  background-position: center top;
  background-size: cover;
  padding: 30px 0;
}
.call-to-action.style-five:before {
  background-color: rgba(2, 10, 43, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.call-to-action.style-five .sec-title .title {
  font-size: 48px;
  line-height: 62.4px;
}
.call-to-action.style-five .play-now-two {
  background-color: #063768;
  border-radius: 0;
  font-size: 26px;
  height: 110px;
  line-height: 110px;
  width: 110px;
}
.call-to-action.style-five .feature-box {
  background-color: #063768;
  left: 0px;
  max-width: 350px;
  padding: 70px 50px 50px;
  position: absolute;
  text-align: center;
  top: 110px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .call-to-action.style-five .feature-box {
    position: relative;
    top: 30px;
  }
}
.call-to-action.style-five .feature-box .icon {
  color: var(--theme-color-light);
  font-size: 78px;
  line-height: 1em;
}
.call-to-action.style-five .feature-box .icon2 {
  bottom: 0;
  color: #B3B3B3;
  font-size: 9.7rem;
  line-height: 1em;
  position: absolute;
  -webkit-transform: rotate(51deg);
          transform: rotate(51deg);
  right: 0;
  opacity: 0.25;
  z-index: -1;
}
.call-to-action.style-five .feature-box .title {
  font-size: 72px;
}
.call-to-action.style-five .feature-box .text {
  color: var(--theme-color-light);
  font-size: 1.3rem;
  line-height: 1.2em;
}
.call-to-action.style-five .feature-box .title,
.call-to-action.style-five .feature-box .text {
  color: var(--theme-color-light);
  margin-bottom: 0;
}





/*** 
====================================================================
  Why Choose Us
====================================================================
***/
.why-choose-us {
  background-color: var(--bg-theme-color2);
  padding: 220px 0 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .why-choose-us {
    padding: 200px 0 120px;
  }
}
.why-choose-us:before {
  background-color: #232331;
  background-image: url(../images/icons/circles1.png);
  background-position: center left;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.why-choose-us .bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
@media (max-width: 991.98px) {
  .why-choose-us .bg-image {
    display: none;
  }
}
.why-choose-us .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-choose-us .bg-shape .shape {
  position: absolute;
  left: 0;
  right: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  margin-right: -275px;
}
.why-choose-us .float-image {
  position: absolute;
  left: -360px;
  bottom: -40px;
  z-index: 9;
}
.why-choose-us .content-column {
  position: relative;
}
.why-choose-us .content-column .sec-title {
  margin-bottom: 40px;
}
.why-choose-us .content-column .sec-title .sub-title {
  color: #9898a0;
}
.why-choose-us .content-column .sec-title .text {
  color: #9898a0;
  font-size: 18px;
  line-height: 34px;
}
.why-choose-us .content-column .inner-column {
  padding-right: 70px;
}
.why-choose-us .image-column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1199.98px) {
  .why-choose-us .image-column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us .image-column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.why-choose-us .image-column .image-box.hide-desktop {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.why-choose-us .image-column .image-box.hide-desktop img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-us .image-column .video-box {
  position: relative;
}
.why-choose-us .image-column .video-box .play-now-two {
  padding-left: 0;
  font-size: 27px;
}
.why-choose-us .image-column .video-box .play-now-two:before {
  background-color: var(--theme-color2);
  height: 112px;
  line-height: 112px;
  opacity: 0.9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 112px;
}
@media (max-width: 991.98px) {
  .why-choose-us .image-column .video-box .play-now-two:before {
    background-color: #063768;
  }
}
.why-choose-us .image-column .video-box .play-now-two:hover {
  color: var(--theme-color-light);
}
.why-choose-us .image-column .video-box .play-now-two:hover:before {
  background-color: #063768;
}

.feature-block-two {
  position: relative;
  margin-bottom: 40px;
}
.feature-block-two .inner-box {
  position: relative;
}
.feature-block-two .inner-box:hover .icon {
  background-color: var(--theme-color3);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.feature-block-two .icon {
  background-color: #063768;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 48px;
  height: 90px;
  margin-bottom: 15px;
  left: 0;
  line-height: 90px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 90px;
}
@media (max-width: 767.98px) {
  .feature-block-two .icon {
    position: relative;
  }
}
.feature-block-two .title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}
.feature-block-two .text {
  font-size: 16px;
  line-height: 30px;
  color: #9898a0;
}


/***
====================================================================
  team Section
====================================================================
***/
.team-section {
  background-color: #f9f9f9;
  padding: 120px 0;
  position: relative;
}
.team-section.home6-bg {
  background-color: var(--theme-color-light);
  background-image: url(../images/background/home6-team-bg.png);
  background-size: cover;
  background-position: center bottom;
}
.team-section.home7-bg {
  background-color: var(--theme-color-light);
  background-image: url(../images/icons/map.png);
  background-size: cover;
  background-position: center bottom;
}
.team-section.home8-style {
  background-color: #F2F5F9;
}

.team-block {
  position: relative;
  padding: 0 35px;
  margin-bottom: 50px;
}
.team-block .inner-box {
  position: relative;
  padding: 15px 20px;
}
.team-block .inner-box:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
}
.team-block .inner-box:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.team-block .inner-box:hover .social-links {
  left: -20px;
  opacity: 1;
  visibility: visible;
}
.team-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block .inner-box:hover .image-box:before {
  border: 2px solid var(--border-theme-color2);
}
.team-block .image-box {
  position: relative;
}
.team-block .image-box:before {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -30px;
  right: 100px;
  border: 2px solid #efeae4;
  border-radius: 10px;
  content: "";
  -webkit-transform: skew(17deg);
          transform: skew(17deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0;
}
.team-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 10px;
}
.team-block .info-box {
  position: relative;
  padding: 25px 0px 10px;
}
.team-block .info-box .designation {
  font-size: 14px;
  line-height: 30px;
  color: #767676;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.team-block .info-box .name {
  display: block;
  margin: 0;
}
.team-block .info-box .name a {
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .info-box .name a:hover {
  color: #063768;
}
.team-block .social-links {
  position: absolute;
  left: 0px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .social-links a {
  position: relative;
  height: 40px;
  background-color: #063768;
  width: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: var(--theme-color-light);
  margin-top: 10px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .social-links a:hover {
  background-color: var(--bg-theme-color2);
  color: var(--theme-color-light);
}

.home1-team-slider.owl-carousel .owl-stage-outer,
.home5-team-slider.owl-carousel .owl-stage-outer,
.home3-project-slider.owl-carousel .owl-stage-outer,
.home2-news-slider.owl-carousel .owl-stage-outer,
.home7-team-slider.owl-carousel .owl-stage-outer {
  display: inline-block;
}

.home1-team-slider .owl-nav,
.home5-team-slider .owl-nav,
.home2-news-slider .owl-nav,
.home7-team-slider .owl-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: -51%;
  max-width: 115px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .home1-team-slider .owl-nav,
  .home5-team-slider .owl-nav,
  .home2-news-slider .owl-nav,
  .home7-team-slider .owl-nav {
    bottom: 15%;
  }
}
@media (max-width: 991.98px) {
  .home1-team-slider .owl-nav,
  .home5-team-slider .owl-nav,
  .home2-news-slider .owl-nav,
  .home7-team-slider .owl-nav {
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .home1-team-slider .owl-nav,
  .home5-team-slider .owl-nav,
  .home2-news-slider .owl-nav,
  .home7-team-slider .owl-nav {
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.home5-team-slider .owl-nav {
  position: absolute;
}

.home2-news-slider .owl-nav,
.home7-team-slider .owl-nav {
  bottom: 6%;
}
@media (max-width: 1199.98px) {
  .home2-news-slider .owl-nav,
  .home7-team-slider .owl-nav {
    bottom: 0;
  }
}

.home1-team-slider .owl-nav .owl-prev,
.home1-team-slider .owl-nav .owl-next,
.home5-team-slider .owl-nav .owl-prev,
.home5-team-slider .owl-nav .owl-next,
.home2-news-slider .owl-nav .owl-prev,
.home2-news-slider .owl-nav .owl-next,
.home7-team-slider .owl-nav .owl-prev,
.home7-team-slider .owl-nav .owl-next {
  border: 2px solid rgba(34, 36, 41, 0.5);
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.home1-team-slider .owl-nav .owl-prev:hover,
.home1-team-slider .owl-nav .owl-next:hover,
.home2-news-slider .owl-nav .owl-prev:hover,
.home2-news-slider .owl-nav .owl-next:hover,
.home7-team-slider .owl-nav .owl-prev:hover,
.home7-team-slider .owl-nav .owl-next:hover {
  background-color: var(--theme-color-light);
  border-color: #222429;
  color: #222429;
}

.home5-team-slider .owl-nav .owl-prev:hover,
.home5-team-slider .owl-nav .owl-next:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
}


/***
====================================================================
  Contact Section
====================================================================
***/
.contact-section {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .contact-section {
    padding-bottom: 0;
  }
}
.contact-section:before {
  background-color: #063768;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}
@media (max-width: 1280px) {
  .contact-section:before {
    display: none;
  }
}
.contact-section:after {
  background-image: url(../images/icons/bg-shape3.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.contact-section .bg-img4 {
  background-image: url(../images/background/bg4.jpg);
  height: 615px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 850px;
}
@media (max-width: 1500px) {
  .contact-section .bg-img4 {
    width: 43%;
  }
}
@media (max-width: 991.98px) {
  .contact-section .bg-img4 {
    display: none;
  }
}
.contact-section .outer-box {
  max-width: 1370px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-section .outer-box {
    margin-top: 0;
  }
}
.contact-section .title-column {
  position: relative;
}
.contact-section .title-column .inner-column {
  padding: 100px 0 70px;
  padding-right: 180px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-section .title-column .inner-column {
    padding-right: 0;
  }
}
.contact-section .title-column .sec-title {
  margin-bottom: 35px;
}
.contact-section .content-column {
  position: relative;
}
.contact-section .content-column .feature-box {
  background-color: #063768;
  border-style: solid;
  border-width: 20px 20px 0px 0px;
  border-color: var(--theme-color-light);
  bottom: -100px;
  left: 100px;
  padding: 60px 50px 45px 50px;
  position: absolute;
  width: 260px;
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .feature-box {
    bottom: 0;
    left: 70px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .content-column .feature-box {
    left: 0;
    margin-bottom: 100px;
    position: relative;
    width: 100%;
  }
}
.contact-section .content-column .feature-box .icon {
  color: var(--theme-color-light);
  font-size: 72px;
  margin-bottom: 20px;
}
.contact-section .content-column .feature-box .title {
  color: var(--theme-color-light);
  font-size: 20px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 0;
}

.contact-form {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 30px 30px;
  }
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group label {
  color: var(--theme-color-light);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.contact-form .form-group label.error {
  color: #ff0000;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  background-color: #F3F3F3;
  border: 1px solid #E5E4E4;
  border-radius: 0px;
  color: #6a6f78;
  display: block;
  font-size: 13px;
  font-weight: 500;
  height: 58px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 10px 30px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: #6a6f78;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--border-theme-color3);
}
.contact-form .form-group textarea {
  height: 120px;
  resize: none;
}
@media only screen and (max-width: 767px) {
  .contact-form .form-group input[type=submit],
  .contact-form .form-group button {
    width: 100%;
  }
}

.contact-form1 {
  position: relative;
  z-index: 0;
}
.contact-form1 .form-control {
  background-color: #0A090F;
  border: 1px solid rgba(241, 238, 246, 0.05);
}
.contact-form1 .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form1 .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form1 .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form1 .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form1 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}




/*** 

====================================================================
    Clients Section
====================================================================

***/
.clients-section {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}

.clients-carousel {
  border-top: 1px solid #dfe8ee;
  padding: 60px 0;
  position: relative;
}

.clients-carousel .client-item {
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-carousel .client-item a {
  display: block;
  padding: 20px 10px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.clients-carousel .client-item a:hover img {
  opacity: 1;
}
.clients-carousel .client-item img {
  display: inline-block;
  max-width: 100%;
  height: auto;
 
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
}

.clients-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-color-light);
  max-width: 110px;
  margin: -13px auto 0;
  padding: 0 25px;
  right: 0;
}
.clients-carousel .owl-nav .owl-prev,
.clients-carousel .owl-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7c858c;
  font-size: 14px;
  height: 26px;
  margin: 0 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 26px;
}

.clients-carousel .owl-dots {
  display: none;
}





/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--text-color-bg-theme-color2);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--text-color-bg-theme-color2);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: #063768;
  font-size: 13px;
  padding-right: 5px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: var(--text-color-bg-theme-color1);
  background: #063768;
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: #063768;
  border-radius: 50%;
  font-size: 15px;
  color: var(--text-color-bg-theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}



/***

==================================================================
    Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: #39424e;
  overflow: hidden;
}
.main-footer .footer-upper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #063768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 70px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-upper {
    padding: 0 30px 30px;
  }
}
.main-footer .footer-upper .logo-box {
  position: relative;
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-upper .logo-box {
    margin: 30px 0;
    width: auto;
  }
}
.main-footer .footer-upper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 75%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-upper .contact-info {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-upper .contact-info {
    display: block;
  }
}
@media only screen and (max-width: 424px) {
  .main-footer .footer-upper .contact-info {
    width: 100%;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-footer .footer-upper .contact-info li {
  padding-left: 45px;
  position: relative;
}
.main-footer .footer-upper .contact-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-upper .contact-info li {
    padding: 0 15px;
    border: 0;
    margin: 0 0 30px !important;
    min-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-upper .contact-info li {
    padding: 0;
    width: 100%;
  }
}
.main-footer .footer-upper .contact-info li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 30px;
  line-height: 20px;
  margin-top: -10px;
  color: var(--theme-color-light);
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-upper .contact-info li .icon {
    position: relative;
    top: 0;
  }
}
.main-footer .footer-upper .contact-info li .title {
  font-size: 14px;
  line-height: 26px;
  color: #e6f3ff;
  display: block;
  margin-bottom: 0;
}
.main-footer .footer-upper .contact-info li .text {
  color: var(--theme-color-light);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}
.main-footer .footer-upper .contact-info li .text a {
  color: var(--theme-color-light);
}
.main-footer .footer-upper .btn-box {
  margin-left: auto;
}
.main-footer .footer-upper .btn-box .theme-btn:before {
  background-color: var(--bg-theme-color3);
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-upper .btn-box {
    margin: 0 auto;
  }
}

/* Widget Section */
.main-footer .widgets-section {
  position: relative;
  padding: 75px 0 0;
}
.main-footer .about-widget .logo-box {
  margin-bottom: 28px;
}
.main-footer .about-widget .text {
  color: #dddddd;
  margin-bottom: 20px;
}
.main-footer .about-widget .list-style-two {
  margin-bottom: 20px;
}
.main-footer .about-widget .list-style-two li {
  padding-left: 30px;
}
.main-footer .about-widget .list-style-two a {
  color: #dddddd;
}
.main-footer .about-widget .list-style-two a i {
  color: #fff;
}
.main-footer .about-widget .list-style-two a:hover {
  color: var(--theme-color-light);
}
.main-footer .about-widget .list-style-two a:hover i {
  color: var(--theme-color-light);
}
.main-footer .about-widget .social-icon-two a {
  background-color: #063768;
}
.main-footer .about-widget .social-icon-two a:hover {
  background-color: var(--theme-color-light);
  color: #063768;
}
.main-footer .footer-column {
  position: relative;
}
.main-footer .footer-widget {
  margin-bottom: -23px;
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.main-footer.home5-style {
  background-color: #100F12;
  position: relative;
}
.main-footer.home5-style:before {
  background-color: #100F12;
  background-image: url(../images/background/bg10.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 0;
}
.main-footer.home6-style {
  background-color: #1E1B1B;
  position: relative;
}


/*=== User LInks ===*/
.user-links {
  margin-bottom: 50px;
  position: relative;
}
.user-links li {
  color: #ddd;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
}
.user-links li:before {
  color: #fff;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  left: 0;
  position: absolute;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  color: inherit;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--theme-color-light);
}
.user-links li a:before {
  background-color: #063768;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}


/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
}
.footer-bottom .inner-container {
  position: relative;
  padding: 8px 0px 15px 0px;
  text-align: center;
  border-top: solid 1px #ffffff40;
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #DDDDDD;
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-light);
}
.footer-bottom.home5-style {
  background-color: #282828;
}

.what a {
  position: fixed;
  bottom: 70px;
  right: 17px;
  z-index: 1111;
}

.what a img {
  width: 45px;
}

.whatt a {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1111;
}

.whatt a img {
  width: 45px;
}

.single-gallery-img{
  padding: 40px 0px;
}

.single-gallery-img a img{
  height: 400px;
  width: 100%;
  object-fit: cover;

}