@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css");

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 100%;
  line-height: inherit;
}

:root {
  --thm-font: "Teko", sans-serif;
  --thm-b-font: "Rubik", sans-serif;
  --thm-base: #88ccff;
  --thm-base-rgb: 255, 170, 23;
  --thm-black: #222429;
  --thm-text: #686a6f;
  --thm-white: #ffffff;
  --thm-gray: #f5f6f9;
}

body {
  font-size: 16px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  line-height: 2.125em;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  top: 0 !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--thm-base);
}

.theme_color {
  color: var(--thm-base);
}

a:active,
a:focus,
a:hover,
a:visited,
button:active {
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h5,
h6 {
  position: relative;
  font-weight: 400;
  margin: 0 0 20px;
  background: 0 0;
  line-height: 1.25em;
  font-family: var(--thm-font);
  color: var(--thm-black);
}

h1 {
  font-size: 140px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 60px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 26px;
}

.f-26 {
  font-size: 26px !important;
}

button,
input {
  font-family: var(--thm-font);
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: 0 !important;
  cursor: pointer;
}

p {
  line-height: 2.125em;
  margin: 0 0 20px;
}

.text {
  line-height: 2.125em;
  margin: 0 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

.centered {
  text-align: center !important;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--thm-base);
  color: var(--thm-white);
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 19px 50px 16px;
  z-index: 1;
}

.btn-style-one:hover {
  background: var(--thm-base);
  color: #fff;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-black);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  transform: skewX(0);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.fa {
  line-height: inherit;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: var(--thm-base);
  display: none;
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background: var(--thm-black);
  color: #fff;
}

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 9999;
  background: 0 0;
}

.main-header .header-upper {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0px 5px 7px 0px #00000012;
  background: 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  transition: all 0.3s ease;
}

.main-header .header-upper .inner-container {
  position: relative;
  display: block;
  padding: 0 60px;
}

.main-header .header-upper .logo-box {
  position: relative;
  float: left;
  padding: 26px 0;
  margin-right: 50px;
  z-index: 7;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
  display: block;
}

.main-header .header-upper .logo-box .logo h3 {
  font-size: 40px;
  padding-top: 5px;
}

.main-header .header-upper .logo-box .logo img {
  position: relative;
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
  z-index: 1;
  border-radius: 50%;
  margin-right: 10px;
}

.main-header .other-links {
  position: relative;
  float: right;
  z-index: 7;
}

.main-header .other-links .link-box {
  position: relative;
  float: left;
  padding: 30px 0;
}

.main-header .other-links .link-box .link {
  position: relative;
  display: block;
  padding-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 60px;
  color: #fff;
}

.main-header .other-links .link-box .link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 42px;
}

.main-header .other-links .link-box .sub-text {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-family: var(--thm-font);
}

.main-header .other-links .link-box .number {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--thm-font);
}

.main-header .other-links .link-box .number:hover {
  text-decoration: underline;
}

.main-header .other-links .call-us {
  position: relative;
}

.main-header .other-links .search-btn {
  position: relative;
  float: left;
  padding: 40px 0;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .nav-outer {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  text-align: center;
  width: 100%;
  z-index: 5;
}

.main-header .nav-outer .main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  font-family: var(--thm-font);
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 26px 0;
  margin-right: 40px;
  transition: all 0.3s ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation>li:last-child:after {
  display: none;
}

.main-menu .navigation>li.active a:before {
  transform: scale(1);
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 12px 0;
  opacity: 1;
  transition: all 0.3s ease;
}

.main-menu .navigation li>a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.main-menu .navigation>li:hover>a {
  color: #fff;
}

.main-menu .navigation>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transition: all 0.5s ease;
}

.main-menu .navigation>li:hover>a:before {
  transform: scale(1);
}

.header-main .header-upper {
  background-color: #fff;
}

.header-main .other-links .search-btn {
  border-color: #e9ebee;
}

.header-main .main-menu .navigation>li>a {
  color: #727479;
}

.header-main .main-menu .navigation>li:hover>a,
.header-main .other-links .link-box .number {
  color: var(--thm-black);
}

/* .header-main .other-links .link-box .link .icon {
  background-image: url(../images/icons/chat-icon-dark.png);
  filter: invert(1);
} */
.header-main .other-links .link-box .sub-text {
  color: #727479;
}

.main-header .other-links {
  display: flex;
  align-items: center;
}

.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0;
  color: var(--thm-base);
  margin: 40px 0 0;
  display: none;
}

.mobile-nav-toggler .txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  display: none;
}

.default-form {
  position: relative;
}

.default-form .row {
  margin: 0 -15px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .field-inner {
  position: relative;
  display: block;
}

.default-form .form-group input[type="email"],
.default-form .form-group input[type="text"],
.default-form .form-group textarea {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  color: #686a6f;
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  border-radius: 7px;
  font-family: var(--thm-b-font);
  transition: all 0.3s ease;
}

.default-form .form-group textarea {
  height: 220px;
  resize: none;
}

.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="text"]:focus,
.default-form .form-group textarea:focus {
  border-color: var(--thm-base);
}

.default-form ::-webkit-input-placeholder {
  color: #aaa;
}

.default-form ::-moz-input-placeholder {
  color: #aaa;
}

.default-form ::-ms-input-placeholder {
  color: #aaa;
}

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-carousel {
  position: relative;
  z-index: 1;
}

.banner-carousel .slide-item {
  position: relative;
  display: block;
  background-color: var(--thm-black);
  color: #fff;
  overflow: hidden;
}

.banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  opacity: 0.6;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
}

.banner-carousel .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 950px;
  padding: 0 0;
  z-index: 11;
}

.banner-carousel .content-box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 50px;
}

.banner-carousel .content-box .inner {
  position: relative;
  display: block;
  max-width: 800px;
}

.banner-carousel .content-box .sub-title {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(80px);
  font-family: var(--thm-font);
}


.banner-carousel .active .content-box .sub-title {
  opacity: 1;
  transform: translate(0);
  transition: all 0.7s ease;
  transition-delay: 0.8s;
}

.banner-carousel .content-box h1 {
  display: block;
  font-size: 140px;
  line-height: 0.85em;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  transform: translateY(80px);
}

.banner-carousel .content-box .link-box {
  position: relative;
  display: block;
  padding-top: 50px;
  opacity: 0;
  transform: translateY(50px);
}

.banner-one-page .banner-carousel .content-box .inner {
  max-width: 100%;
}

.banner-one-page .banner-carousel .content-box {
  height: 600px;
}

@media (min-width: 992px) {
  .banner-one-page .banner-carousel .content-box {
    height: 860px;
  }
}

.banner-one-page .banner-carousel .content-box h1 {
  font-size: 46px;
  color: var(--thm-base);
}

.banner-one-page .banner-carousel .content-box h1 span {
  color: #fff;
  font-weight: 300;
}

@media (min-width: 600px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 100px;
  }
}

@media (min-width: 1200px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 115px;
  }
}

.banner-one-page .banner-carousel .content-box .link-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-one-page .banner-carousel .content-box .content {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-one-page .banner-carousel .content-box .link-box {
  padding-top: 30px;
}

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title.centered {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 0.9em;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  margin-bottom: 0;
}

.sec-title h2 .dot {
  color: var(--thm-base);
  padding-left: 7px;
}

.sec-title .lower-text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 2.125em;
  font-weight: 400;
  color: var(--thm-text);
  padding: 30px 0 0;
}

.about-section {
  position: relative;
  padding: 120px 0 90px;
  background: #fff;
}

.about-section ul li {
  display: flex;
  line-height: 25px;
  margin-bottom: 35px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 30px;
}

.about-section .image-column .inner {
  position: relative;
  display: block;
}

.about-section .image-column .inner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 280px;
  background: var(--thm-base);
  border-radius: 8px;
}

.about-section .image-column .image-block {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}

.about-section .image-column .image-block img {
  display: block;
  width: 100%;
  border-radius: 7px;
}

.about-section .image-column .image-block:nth-child(1) {
  margin-left: 110px;
}

.about-section .text-column {
  position: relative;
  margin-bottom: 30px;
}

.about-section .text-column .inner {
  position: relative;
  display: block;
  padding-left: 60px;
}

.about-section .text-column .sec-title {
  margin-bottom: 35px;
}

.about-section .text-column .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125em;
  font-family: var(--thm-b-font);
}

.about-section .text-column .text p {
  margin-bottom: 32px;
  line-height: 2.125em;
}

.about-section .text-column .link-box {
  padding-top: 30px;
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 16px;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
}

.accordion-box .block.active-block {
  background-color: #fff;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}

.accordion-box .block:last-child {
  margin-bottom: 0;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 20px 40px;
  padding-right: 60px;
  color: var(--thm-black);
  transition: all 0.5s ease;
  font-family: var(--thm-font);
}

.accordion-box .block .acc-btn .count {
  color: var(--thm-base);
  padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--thm-base);
  line-height: 30px;
  content: "\f116";
  font-family: Flaticon;
  transition: all 0.5s ease;
}

.accordion-box .block .acc-btn.active {
  background-color: #fff;
}

.accordion-box .block .acc-btn.active:before {
  color: var(--thm-black);
  content: "\f104";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  padding: 0 40px 30px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0;
  display: block;
}

.facts-section {
  position: relative;
  padding: 0 0 290px;
  background: #1c1e22;
  color: #fff;
  z-index: 2;
}

.facts-section .jarallax-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;

  opacity: 0.3;
}

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.fact-counter .column .inner {
  position: relative;
  padding: 120px 0 0;
}

.fact-counter .column .inner:before {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  top: 0;
  min-width: 100%;
  border-top: 4px solid var(--thm-base);
  transform: scaleX(0);
  transition: all 0.5s ease;
}

.fact-counter .column:hover .inner:before {
  transform: scaleX(1);
}

.fact-counter .column .inner:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  bottom: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.fact-counter .column:last-child .inner:after {
  display: none;
}

.fact-counter .column .inner .content {
  position: relative;
  text-align: center;
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 400;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0;
  display: block;
  font-family: var(--thm-font);
}

.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  font-family: var(--thm-font);
  text-transform: uppercase;
}

.trusted-section {
  position: relative;
  padding: 0 0 70px;
  background: 0 0;
  z-index: 2;
}

.trusted-section .outer-container {
  position: relative;
  margin-top: -240px;
}

.trusted-section .row {
  margin: 0 -4px;
}

.trusted-section .left-col {
  position: relative;
  padding: 0 4px;
  margin-bottom: 30px;
}

.trusted-section .left-col .inner {
  position: relative;
  display: block;
}

.trusted-section .col-header {
  position: relative;
  text-align: center;
}

.trusted-section .col-header .header-inner {
  position: relative;
  padding: 75px 50px 20px;
  min-height: 240px;
  background: var(--thm-base);
  font-weight: 400;
  font-size: 60px;
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--thm-white);
  border-radius: 7px 7px 0 0;
  font-family: var(--thm-font);
}

.trusted-section .features {
  position: relative;
}

.trusted-section .feature {
  position: relative;
  display: block;
  padding: 55px 0;
  padding-left: 90px;
  min-height: 170px;
  border-bottom: 1px solid #e9ebee;
}

.trusted-section .feature .count {
  position: absolute;
  left: 0;
  top: 55px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(var(--thm-base-rgb), 0.2);
  padding: 10px;
  line-height: 40px;
  padding-top: 12px;
  font-size: 30px;
  letter-spacing: 1px;
  color: var(--thm-base);
  text-transform: uppercase;
  border-radius: 50%;
  transition: all 0.5s ease;
  font-family: var(--thm-font);
}

.trusted-section .feature:hover .count {
  background-color: var(--thm-black);
  color: #fff;
}

.trusted-section .feature h5 {
  font-weight: 400;
  margin: 0;
  line-height: 1.15em;
  color: var(--thm-black);
  margin-bottom: 10px;
}

.trusted-section .feature .sub-text {
  font-weight: 400;
  font-size: 16px;
  color: var(--thm-text);

  line-height: 1.25em;
  font-family: var(--thm-b-font);
}

.trusted-section .right-col {
  position: relative;
  padding: 0 4px;
  margin-bottom: 30px;
  z-index: 3;
}

.trusted-section .right-col .inner {
  position: relative;
  display: block;
  min-height: 260px;
  padding: 115px 0 0 110px;
  background: #fff;
  border-radius: 7px 0 0 0;
}

.trusted-section .right-col .inner:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -1px;
  width: 2000px;
  height: 100%;
  background: #fff;
}

.trusted-section .featured-block-two {
  position: relative;
  display: block;
  margin-top: 30px;
  min-height: 170px;
}

.trusted-section .featured-block-two .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.5em;
}

.trusted-section .featured-block-two .text ul {
  position: relative;
}

.trusted-section .featured-block-two .text ul li {
  position: relative;
  line-height: 2.125em;
  margin-bottom: 12px;
  padding-left: 30px;
}

.main-footer {
  position: relative;
  color: #999b9f;
  background: var(--thm-black) url(../images/contact-bg-1-1.png) center top no-repeat;
}

.main-footer .footer-bottom {
  position: relative;
  text-align: center;
}

.main-footer .footer-bottom .inner {
  position: relative;
  display: block;
  padding: 35px 0;
  line-height: 30px;
  color: #999b9f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright {
  position: relative;
  line-height: 1.5em;
}

.service-block-two {
  position: relative;
  margin-bottom: 30px;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px 40px;
  height: 280px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}

.service-block-two .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.5s ease;
}

.service-block-two .inner-box:hover:before {
  background: var(--thm-black);
  bottom: -10px;
}

.service-block-two .inner-box .bottom-curve {
  position: absolute;
  right: -70px;
  bottom: -10px;
  width: 120px;
  height: 120px;
  background: #fff;
  opacity: 0.1;
  z-index: 0;
  transform: skewX(0) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .bottom-curve {
  transform: skewX(-45deg) scaleX(1);
}

.service-block-two .inner-box .icon-box {
  position: relative;
  display: block;
  color: var(--thm-base);
  font-size: 64px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .icon-box {
  color: var(--thm-base);
}

.service-block-two .inner-box h5 {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0;
}

.service-block-two .inner-box h5 a {
  color: var(--thm-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover h5,
.service-block-two .inner-box:hover h5 a {
  color: #fff;
}

.service-block-two .inner-box h5 a:hover {
  text-decoration: underline;
}

.service-block-two .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  padding: 30px 0 0;
  z-index: 1;
}

.service-block-two .inner-box:hover .text {
  color: #999b9f;
}

.service-block-two .link-box {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.service-block-two .link-box a {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}

.services-section-three {
  position: relative;
  padding: 0 0 90px;
  background: #fff;
}

.services-section-three .services {
  position: relative;
}

.services-section-three__one-page {
  position: relative;
  padding: 120px 0 90px;
  background-color: var(--thm-gray);
  background-image: url(../images/contact-bg-1-1.png);
  background-size: cover;
  color: #999b9f;
}



.services-section-three__one-page .service-block-two .inner-box {
  overflow: hidden;
  background-color: #1c1e22;
}

.services-section-three__one-page .service-block-two .inner-box h5 a {
  color: #fff;
}

.services-section-three__one-page .service-block-two .inner-box .bottom-curve,
.services-section-three__one-page .service-block-two:hover .inner-box .icon-box,
.services-section-three__one-page .service-block-two:hover .inner-box h5 a,
.services-section-three__one-page .service-block-two:hover .text {
  color: #fff;
}

.services-section-three__one-page .service-block-two .link-box {
  opacity: 0;
  transition: 0.5s;
}

.services-section-three__one-page .service-block-two:hover .link-box {
  opacity: 1;
}

.services-section-three__one-page .service-block-two .inner-box:hover::before {
  background-color: var(--thm-base);
}

.get-quote-two {
  position: relative;
  padding: 120px 0 210px;
  background-color: var(--thm-black);
  background-image: url(../images/contact-bg-1-1.png);
  background-size: cover;
  color: #999b9f;
}

.get-quote-two__one-page {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .get-quote-two__one-page {
    padding-bottom: 70px !important;
  }
}

.get-quote-two .sec-title {
  margin-bottom: 35px;
}

.get-quote-two .sec-title h2 {
  color: #fff;
}

.get-quote-two .left-col {
  position: relative;
  margin-bottom: 30px;
}

.get-quote-two .left-col .inner {
  position: relative;
  display: block;
  max-width: 480px;
}

.get-quote-two .left-col .text {
  position: relative;
  display: block;
  color: #999b9f;
  margin-bottom: 35px;
}

.get-quote-two .info {
  position: relative;
  display: block;
}

.get-quote-two .form-box form .form-group input,
.get-quote-two .form-box form .form-group textarea {
  background-color: #fff;
  border-color: #fff;
}

.get-quote-two .info ul li {
  position: relative;
  display: block;
  min-height: 60px;
  padding-left: 85px;
  line-height: 28px;
  padding-top: 5px;
  margin-bottom: 20px;
}

.get-quote-two .info ul li strong {
  display: block;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--thm-font);
  margin-top: -4px;
}

.get-quote-two .info ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  padding: 15px 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: var(--thm-base);
  border-radius: 50%;
  font-size: 16px;
  color: white;
}

.get-quote-two .info ul li:last-child {
  margin: 0;
}

.get-quote-two .info ul li a {
  position: relative;
  color: #999b9f;
  line-height: 28px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.get-quote-two .info ul li a:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--thm-base);
  text-decoration-color: var(--thm-base);
}

.get-quote-two .right-col {
  position: relative;
  margin-bottom: 10px;
}

.get-quote-two .right-col .inner {
  position: relative;
  display: block;
}

.get-quote-two .form-box {
  position: relative;
  display: block;
}

.get-quote-two .form-box form .row {
  margin: 0 -10px;
}

.get-quote-two .form-box form .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}


.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.7s ease-in-out;
}

.side-menu__block.active {
  transform: scale(1, 1);

  opacity: 1;
}

.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
  background-color: rgba(8, 39, 64, 0.3);
}

.side-menu__block-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  overflow-y: auto;
  background-color: #eceeef;
  z-index: 999999;
  padding: 40px 0;
  padding-top: 20px;
}

@media (max-width: 575px) {
  .side-menu__block-inner {
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  .side-menu__block-inner {
    max-width: 400px;
  }
}

@media (max-width: 375px) {
  .side-menu__block-inner {
    max-width: 300px;
  }
}

.side-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px;
}

.mobile-nav__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}

.side-menu__social {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.side-menu__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #fff;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.side-menu__social a+a {
  margin-left: 10px;
}

.side-menu__social a:hover {
  background-color: #ffaa16;
  color: var(--thm-black);
}

.side-menu__content {
  padding-left: 100px;
  padding-right: 100px;
}

.side-menu__content p {
  margin: 0;
  color: #9ca3a9;
}

.side-menu__content p+p {
  margin-top: 30px;
}

.side-menu__content p a {
  color: var(--thm-black);
  transition: all 0.5s ease;
}

.side-menu__content p a:hover {
  color: #ffaa16;
  text-decoration: underline;
}

.side-menu__sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 575px) {

  .mobile-nav__container,
  .side-menu__content,
  .side-menu__top {
    padding-left: 50px;
    padding-right: 50px;
  }

  .side-menu__sep {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 480px) {

  .mobile-nav__container,
  .side-menu__content,
  .side-menu__top {
    padding-left: 25px;
    padding-right: 25px;
  }

  .side-menu__sep {
    width: calc(100% - 50px);
  }

  .side-menu__social {
    margin-top: 40px;
  }

  .side-menu__social a {
    width: 45px;
    height: 45px;
  }
}

.history-timeline {
  position: relative;

  background: #f5f6f9 url(../images/pattern-2.png) left top repeat;
}

@media (min-width: 1200px) {
  .history-timeline {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-top: -53.5px;
  }
}

.history-timeline__year {
  width: 85px;
  height: 85px;
  background-color: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: var(--thm-font);
  border-radius: 50%;
  padding-top: 2px;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .history-timeline__year {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .history-timeline__year {
    width: 107px;
    height: 107px;
    font-size: 30px;
  }
}

.history-timeline__date {
  font-size: 20px;
  color: var(--thm-base);
  text-transform: uppercase;
  font-family: var(--thm-font);
  margin: 0;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 1200px) {
  .history-timeline__date::before {
    content: "";
    width: 23px;
    height: 23px;
    background-color: var(--thm-base);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -55px;
    transform: translateY(50%) translateX(-50%);
    z-index: 10;
  }
}

.history-timeline__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--thm-black);
  font-size: 40px;
  line-height: 1;
}

.history-timeline__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 16px;
  line-height: 34px;
  margin-top: 30px;
}

.history-timeline__info ul li {
  display: flex;
  line-height: 20px;
  margin-bottom: 30px;

}

.history-timeline__info_2 ul li {
  display: flex;
  line-height: 20px;
  justify-content: end;
  margin-bottom: 30px;

}

.history-timeline__image {
  background-color: #222429;
  border-radius: 8px;
  display: inline-block;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .history-timeline__image {
    margin-top: 0;
  }
}

.history-timeline__image img {
  max-width: 100%;
  border-radius: 8px;
  mix-blend-mode: normal;
}

.history-timeline__card .row {
  position: relative;
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .history-timeline__card .row {
    padding-top: 80px;
  }
}

.history-timeline__card .row:last-child {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .history-timeline__card .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .history-timeline__card {
    position: relative;
  }

  .history-timeline__card:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e9ebee;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
  }
}

.history-timeline__card {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .history-timeline__card {
    padding-bottom: 70px;
    margin-bottom: 0;
  }

  .history-timeline__card:last-child {
    padding-bottom: 0;
  }

  .history-timeline__card .row {
    margin-left: -55px;
    margin-right: -55px;
  }

  .history-timeline__card .row [class*="col-"] {
    padding-left: 55px;
    padding-right: 55px;
  }

  .history-timeline__card .row:nth-child(even) .history-timeline__info {
    text-align: right;
  }

  .history-timeline__card .row:nth-child(even) .history-timeline__date::before {
    left: auto;
    right: -55px;
    transform: translateY(50%) translateX(50%);
  }
}

@media only screen and (max-width: 7000px) {
  .page-wrapper {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1499px) {
  .main-header .other-links .search-btn {
    padding-right: 30px;
    margin-right: 30px;
  }

  .main-header .header-upper .inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-header .other-links .link-box {
    display: none;
  }

  .main-menu .navigation>li {
    margin-right: 30px;
  }

  .main-header .nav-outer .main-menu {
    display: none !important;
  }

  .main-header .nav-outer {
    float: right;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
  }

  .nav-outer .mobile-nav-toggler {
    display: block;
  }

  .banner-carousel .content-box h1 {
    font-size: 100px;
  }

  .about-section .text-column .inner {
    padding-left: 0;
  }

  .about-section .image-column .inner:before {
    width: 12px;
    height: 180px;
  }

  .about-section .image-column {
    order: 12;
  }

  .about-section .text-column {
    order: 0;
  }

  .about-section .image-column .inner {
    max-width: 750px;
  }

  .about-section:before {
    display: none;
  }

  .sec-title h2 {
    font-size: 60px;
    line-height: 1em;
  }

  .trusted-section .right-col .inner {
    padding-top: 70px;
    padding-left: 30px;
  }

  .banner-carousel .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .banner-carousel .content-box {
    height: 800px;
  }

  .banner-carousel .content-box h1 {
    font-size: 80px;
    line-height: 1em;
  }

  .banner-carousel .content-box .link-box {
    padding-top: 30px;
  }

  .about-section {
    padding: 90px 0 60px;
  }

  .map-section {
    padding-bottom: 90px;
  }

  .get-quote-two {
    padding-bottom: 180px;
  }

  .trusted-section {
    padding-bottom: 40px;
  }

  .services-section-three {
    padding-bottom: 60px;
  }

  .sec-title h2 {
    font-size: 50px;
    line-height: 1.05em;
  }

  .facts-section {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .trusted-section .outer-container {
    margin-top: 80px;
  }

  .fact-counter .column .inner {
    padding-top: 0;
  }

  .fact-counter .column .inner:before {
    display: none;
  }

  .trusted-section .right-col .inner {
    padding-top: 0;
    padding-left: 0;
  }

  .trusted-section .col-header .header-inner {
    padding: 50px 30px;
    min-height: 0;
  }

  .get-quote-two .left-col .inner {
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-carousel .content-box h1 {
    font-size: 60px;
  }

  .banner-carousel .content-box {
    height: 600px;
    text-align: center;
  }

  .sec-title h2 {
    font-size: 42px;
    line-height: 1.15em;
  }

  .fact-counter .column .inner .count-outer {
    font-size: 64px;
    line-height: 1em;
  }
}

@media only screen and (max-width: 599px) {
  .banner-carousel .content-box h1 {
    font-size: 46px;
  }

  .about-section .image-column .inner:before {
    display: none;
  }

  .trusted-section .col-header .header-inner {
    padding: 40px 20px;
    font-size: 30px;
  }

  .sec-title h2 {
    font-size: 36px;
    line-height: 1.15em;
  }

  .trusted-section .featured-block-two {
    padding-left: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 479px) {

  .about-section .image-column .image-block,
  .about-section .image-column .image-block:nth-child(1) {
    margin: 0 0 10px;
    width: 100%;
  }

  .trusted-section .feature {
    padding-left: 0;
    text-align: center;
  }

  .trusted-section .feature h5 {
    font-size: 24px;
  }

  .trusted-section .feature .count {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin: 0 auto 30px;
  }

  .main-header .nav-outer {
    order: 1;
  }

  .main-header .header-upper .inner-container {
    display: flex;
  }
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.3s;
}

.banner-carousel .active .content-box .link-box {
  opacity: 1;
  transform: translate(0);
  transition: all 0.7s ease;
  transition-delay: 1.8s;
}

.banner-carousel .owl-nav {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 45%;
  width: 1200px;
  height: 110px;
  text-align: right;
}

.banner-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff !important;
  padding: 0;
  margin: 0;
  line-height: 50px;
  text-align: center;
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.banner-carousel .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background: #fff !important;
  text-align: center;
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin: 0;
}

.banner-one-page .banner-carousel .owl-nav {
  width: 100%;
  left: 0;
  margin-left: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-carousel .owl-nav .owl-next {
  top: auto;
  bottom: 0;
}

.banner-carousel .owl-nav .owl-next span {
  vertical-align: middle;
}

.banner-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}

@media (min-width: 376px) {
  .banner-one-page .banner-carousel .owl-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .banner-one-page .banner-carousel .owl-nav {
    display: flex;
  }

  .banner-one-page .banner-carousel .owl-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .banner-one-page .banner-carousel .owl-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.banner-one-page .banner-carousel .owl-nav .owl-next {
  position: relative;
  top: auto;
  right: auto;
}



#back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-base);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top i {
  font-size: 16px;
  color: #fff;
  animation: bounce 1s linear 0.3s infinite;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #000000;
}

#back-to-top:active {
  background-color: #000000;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(-0px);
    transform: translateY(-0px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.flashcard-container:hover .flashcard {
  transform: rotateY(180deg);
}


.flashcard {
  transition: 0.5s;
  transform-style: preserve-3d;
}

.question {
  z-index: 5;
}

.answer {
  transform: rotateY(180deg);
}

.question,
.answer {
  z-index: 999;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.flashcard-container:hover .flashcard .answer {
  opacity: 1;
}