@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #0aa6d7;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

a.btn.read {
    border: 1px solid #874902;
    border-radius: 0;
    color: #874902;
    border-radius: 100px;
    padding: 10px 25px;
}
ul {
    padding: 0;
}
ul li{
  background: url('../media/icons/checked-tick.png') 0 12px no-repeat;
      padding: 0 0 0 40px;
}
.menu li {
    background: none;
    padding: 0;
}
/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

.main-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  transition: filter 0.5s ease;
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: #874902;
}
body.inner-pages {
    background: url(../media/backgrounds/body-bg1.jpg) repeat center 0px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #0aa6d7;
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}

.sd-popup__content::-webkit-scrollbar {
  width: 8px;
}
.sd-popup__content::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 8px;
}
.sd-popup__content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #0aa6d7;
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}
body .locked {
  overflow: hidden;
}


section.marquee-section {
    padding: 35px 0;
}

/*h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
@media (max-width: 575px) {
  h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

h1, .h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -1.22px;
}

.inner-pages h1, .inner-pages .h1 {
    font-size: 50px;
}
@media (max-width: 992px) {
  h1,
.h1 {
    font-size: 56px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 48px;
    letter-spacing: -0.76px;
  }
}
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 38px;
    letter-spacing: -0.54px;
  }
}

h2, .h2 {
    font-weight: 900;
    font-size: 60px;
    line-height: 125%;
    letter-spacing: -0.47px;
    text-transform: inherit;
    color: #874902;
}

@media (max-width: 992px) {
  h2,
.h2 {
    font-size: 42px;
    letter-spacing: -0.42px;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 36px;
    letter-spacing: -0.36px;
  }
}
@media (max-width: 575px) {
  h2,
.h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}


@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 30px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 575px) {
  h3,
.h3 {
    font-size: 26px;
    letter-spacing: -0.26px;
  }
}

h4,
.h4 {
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.27%;
}
@media (max-width: 992px) {
  h4,
.h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4,
.h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  h5,
.h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  h5,
.h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.32px;
    color: #874902;
}
@media (max-width: 992px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}
a:hover {
  color: #fa921b;
  transition: all 0.5s ease;
}
a.btn.btn-link {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 12px 30px;
}
span {
  display: inline-block;
}

b,
strong {
  font-family: "Open Sans", sans-serif;
}
.border-right-1{border-right: 1px solid #999;} 
.slick-prev:before, .slick-next:before {   
    color: #854c0b !important
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #0aa6d7;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0aa6d7;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: #0aa6d7;
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*-------------------------
  Helpers
-------------------------*/
.color-primary {
  color: #f44336 !important;
}

.bg-primary {
  background-color: #f44336 !important;
}

.color-primary-2 {
  color: #bfacf9 !important;
}

.bg-primary-2 {
  background-color: #bfacf9 !important;
}

.color-primary-3 {
  color: #bfacf9 !important;
}

.bg-primary-3 {
  background-color: #bfacf9 !important;
}

.color-white {
  color: #fefcfb !important;
}

.bg-white {
  background-color: #fefcfb !important;
}

.color-black {
  color: #2a322d !important;
}

.bg-black {
  background-color: #2a322d !important;
}

.medium-black {
  color: #1a1e1d !important;
}

.bg-medium-black {
  background-color: #1a1e1d !important;
}

.dark-black {
  color: #141515 !important;
}

.bg-dark-black {
  background-color: #141515 !important;
}

.lightest-gray {
  color: #f4f5f5 !important;
}

.bg-lightest-gray {
  background-color: #f4f5f5 !important;
}

.light-gray {
  color: #c9cfce !important;
}

.bg-light-gray {
  background-color: #c9cfce !important;
}

.bg-medium-gray {
  background-color: #b7bdbb !important;
}

.medium-gray {
  color: #b7bdbb !important;
}

.dark-gray {
  color: #7a8582 !important;
}

.bg-dark-gray {
  background-color: #7a8582 !important;
}

.br-30 {
  border-radius: 30px;
}

.br-25 {
  border-radius: 25px;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

.shadow {
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0) !important;
}

.fm-sec {
  font-family: "Inter", sans-serif !important;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .my-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .my-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .my-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.my-60 {
  margin: 60px 0;
}
@media (max-width: 1199px) {
  .my-60 {
    margin: 54px 0;
  }
}
@media (max-width: 991px) {
  .my-60 {
    margin: 48px 0;
  }
}
@media (max-width: 767px) {
  .my-60 {
    margin: 42px 0;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .mt-60 {
    margin-top: 54px;
  }
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 42px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 54px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 42px;
  }
}

.my-48 {
  margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .my-48 {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my-48 {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .my-48 {
    margin: 24px 0;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.my-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .my-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .my-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .my-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 22px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

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

.mb-4p {
  margin-bottom: 4px;
}

.py-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .py-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .py-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .py-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.py-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .py-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .py-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .py-64 {
    padding: 42px 0;
  }
}

.py-60 {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .py-60 {
    padding: 54px 0;
  }
}
@media (max-width: 991px) {
  .py-60 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .py-60 {
    padding: 42px 0;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .pt-60 {
    padding-top: 54px;
  }
}
@media (max-width: 991px) {
  .pt-60 {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .pt-60 {
    padding-top: 42px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .pb-60 {
    padding-bottom: 54px;
  }
}
@media (max-width: 991px) {
  .pb-60 {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .pb-60 {
    padding-bottom: 42px;
  }
}

.py-48 {
  padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .py-48 {
    padding: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .py-48 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .py-48 {
    padding: 26px 0;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-48 {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 26px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-48 {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 26px;
  }
}

.py-40 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .py-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .py-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .py-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 28px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

/*-------------------------
  Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: grid;
  align-content: center;
  z-index: 9999999;
  background: #0aa6d7;
}
#preloader .book {
  color: #fefcfb;
  width: 32px;
  height: 12px;
  position: relative;
  margin: 32px 0 0 0;
  zoom: 1.5;
}
#preloader .book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  -webkit-animation: book 6.8s ease infinite;
  animation: book 6.8s ease infinite;
}
#preloader .book .inner .left,
#preloader .book .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: #fefcfb;
  position: absolute;
}
#preloader .book .inner .left:before,
#preloader .book .inner .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}
#preloader .book .inner .left {
  right: 28px;
  transform-origin: 58px 2px;
  transform: rotateZ(90deg);
  -webkit-animation: left 6.8s ease infinite;
  animation: left 6.8s ease infinite;
}
#preloader .book .inner .right {
  left: 28px;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  -webkit-animation: right 6.8s ease infinite;
  animation: right 6.8s ease infinite;
}
#preloader .book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid #fefcfb;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  transform: translateY(2px);
}
#preloader .book ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}
#preloader .book ul li {
  height: 4px;
  border-radius: 2px;
  transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: #fefcfb;
  transform: rotateZ(0deg) translateX(-18px);
  -webkit-animation-duration: 6.8s;
  animation-duration: 6.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#preloader .book ul li:nth-child(0) {
  -webkit-animation-name: page-0;
  animation-name: page-0;
}
#preloader .book ul li:nth-child(1) {
  -webkit-animation-name: page-1;
  animation-name: page-1;
}
#preloader .book ul li:nth-child(2) {
  -webkit-animation-name: page-2;
  animation-name: page-2;
}
#preloader .book ul li:nth-child(3) {
  -webkit-animation-name: page-3;
  animation-name: page-3;
}
#preloader .book ul li:nth-child(4) {
  -webkit-animation-name: page-4;
  animation-name: page-4;
}
#preloader .book ul li:nth-child(5) {
  -webkit-animation-name: page-5;
  animation-name: page-5;
}
#preloader .book ul li:nth-child(6) {
  -webkit-animation-name: page-6;
  animation-name: page-6;
}
#preloader .book ul li:nth-child(7) {
  -webkit-animation-name: page-7;
  animation-name: page-7;
}
#preloader .book ul li:nth-child(8) {
  -webkit-animation-name: page-8;
  animation-name: page-8;
}
#preloader .book ul li:nth-child(9) {
  -webkit-animation-name: page-9;
  animation-name: page-9;
}
#preloader .book ul li:nth-child(10) {
  -webkit-animation-name: page-10;
  animation-name: page-10;
}
#preloader .book ul li:nth-child(11) {
  -webkit-animation-name: page-11;
  animation-name: page-11;
}
#preloader .book ul li:nth-child(12) {
  -webkit-animation-name: page-12;
  animation-name: page-12;
}
#preloader .book ul li:nth-child(13) {
  -webkit-animation-name: page-13;
  animation-name: page-13;
}
#preloader .book ul li:nth-child(14) {
  -webkit-animation-name: page-14;
  animation-name: page-14;
}
#preloader .book ul li:nth-child(15) {
  -webkit-animation-name: page-15;
  animation-name: page-15;
}
#preloader .book ul li:nth-child(16) {
  -webkit-animation-name: page-16;
  animation-name: page-16;
}
#preloader .book ul li:nth-child(17) {
  -webkit-animation-name: page-17;
  animation-name: page-17;
}
#preloader .book ul li:nth-child(18) {
  -webkit-animation-name: page-18;
  animation-name: page-18;
}

@-webkit-keyframes page-0 {
  4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  13%, 54% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  63% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-0 {
  4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  13%, 54% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  63% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-1 {
  5.86% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  14.74%, 55.86% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  64.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-1 {
  5.86% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  14.74%, 55.86% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  64.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-2 {
  7.72% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  16.48%, 57.72% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  66.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-2 {
  7.72% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  16.48%, 57.72% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  66.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-3 {
  9.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  18.22%, 59.58% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  68.22% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-3 {
  9.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  18.22%, 59.58% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  68.22% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-4 {
  11.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  19.96%, 61.44% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  69.96% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-4 {
  11.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  19.96%, 61.44% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  69.96% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-5 {
  13.3% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  21.7%, 63.3% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  71.7% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-5 {
  13.3% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  21.7%, 63.3% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  71.7% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-6 {
  15.16% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  23.44%, 65.16% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  73.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-6 {
  15.16% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  23.44%, 65.16% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  73.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-7 {
  17.02% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  25.18%, 67.02% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  75.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-7 {
  17.02% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  25.18%, 67.02% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  75.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-8 {
  18.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  26.92%, 68.88% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  76.92% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-8 {
  18.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  26.92%, 68.88% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  76.92% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-9 {
  20.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  28.66%, 70.74% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  78.66% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-9 {
  20.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  28.66%, 70.74% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  78.66% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-10 {
  22.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  30.4%, 72.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  80.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-10 {
  22.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  30.4%, 72.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  80.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-11 {
  24.46% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  32.14%, 74.46% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  82.14% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-11 {
  24.46% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  32.14%, 74.46% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  82.14% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-12 {
  26.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  33.88%, 76.32% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  83.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-12 {
  26.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  33.88%, 76.32% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  83.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-13 {
  28.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  35.62%, 78.18% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  85.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-13 {
  28.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  35.62%, 78.18% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  85.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-14 {
  30.04% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  37.36%, 80.04% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  87.36% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-14 {
  30.04% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  37.36%, 80.04% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  87.36% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-15 {
  31.9% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  39.1%, 81.9% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  89.1% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-15 {
  31.9% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  39.1%, 81.9% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  89.1% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-16 {
  33.76% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  40.84%, 83.76% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  90.84% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-16 {
  33.76% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  40.84%, 83.76% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  90.84% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-17 {
  35.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  42.58%, 85.62% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  92.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-17 {
  35.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  42.58%, 85.62% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  92.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-18 {
  37.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  44.32%, 87.48% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  94.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-18 {
  37.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  44.32%, 87.48% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  94.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes left {
  4% {
    transform: rotateZ(90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(90deg);
  }
}
@keyframes left {
  4% {
    transform: rotateZ(90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(90deg);
  }
}
@-webkit-keyframes right {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(-90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
@keyframes right {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(-90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
@-webkit-keyframes book {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  40.01%, 59.99% {
    transform-origin: 30px 2px;
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
@keyframes book {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  40.01%, 59.99% {
    transform-origin: 30px 2px;
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
/* scroll to top */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px RGBA(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro" !important;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #f57e00;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top .scroll-top__circle path {
  stroke: #f57e00;
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cra-btn-hamburger {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #a00000;
  outline: none !important;
  background-color: none;
  color: #fefcfb;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
  padding: 11px 11px;
    overflow: hidden;
    width: 44px;
    height: 44px;
  z-index: 2;
  position: relative;
 -webkit-animation: glowing 1s ease-in-out infinite alternate;
  -moz-animation: glowing 1s ease-in-out infinite alternate;
  animation: glowing 1s ease-in-out infinite alternate;
}

/* @-webkit-keyframes glowing {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px rgb(184, 30, 3), 0 0 40px rgb(255, 255, 255), 0 0 50px #881501, 0 0 60px #d12222, 0 0 70px #ca0404;
  }
  to {
    box-shadow: 0 0 20px #fff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #850808, 0 0 60px #7c0d0d, 0 0 70px #810606, 0 0 80px #740a0a;
  }
} */


.cra-btn-hamburger span{
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #a00000;
  color: #fefcfb;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
  
    overflow: hidden;
    width: 20px;
    height: 20px;
    
  z-index: 2;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-menu__nav {

}
ul.main-menu__list1 li a {
    color: #a00000;
}

.cra-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #F44336;
  color: #fefcfb;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 12px 24px;
  overflow: hidden;
  width: fit-content;
  z-index: 2;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.cra-btn i.fa.fa-arrow-right {
    position: relative;
    top: 6px;
    right: -8px;
}
.cra-btn .cra-btn__curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 33px;
  height: 100%;
  background: #F6F5F5;
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  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;
}
.cra-btn:hover {
  color: #fefcfb;
}
.cra-btn:hover .cra-btn__curve {
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.cra-btn.sec {
  
}
.cra-btn.sec:hover {
  color: #fff !important;
  background-color: #000;
}
.cra-btn.sec-2 {
  background-color: transparent;
  color: #2a322d;
  border: 2px solid #0aa6d7;
}
.cra-btn.sec-2:hover {
  color: #fefcfb !important;
  background: #0aa6d7;
}
.cra-btn.sm {
  padding:18px 33px 18px 20px;
}

.cra_link_btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*-------------------------
  Form Styling
-------------------------*/
.form-control, input {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    background: transparent !important;
    border-bottom: 1px solid #b7bdbb;
    padding: 7px 0;
    color: #000000;
    border-radius: 0;
}
input.submit {
    border: 0;
    background: #F44336 !important;
    color: #fff;
    width: 100%;
    border-radius: 7px;
}
.form-control.p_lg,
input.p_lg {
  padding: 12px;
}
.form-control::placeholder,
input::placeholder {
  color: #b7bdbb;
}
.form-control:focus,
input:focus {
  color: #7a8582;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 1px solid #0aa6d7;
}
.form-control:focus-visible,
input:focus-visible {
  background: transparent;
  border: 0px solid #0aa6d7;
  outline: none;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=range]::-webkit-slider-thumb {
  background: #0aa6d7;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #0aa6d7;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.alert-message {
  color: #0aa6d7;
  background-color: #fefcfb;
}

.newsletter {
  position: relative;
  display: flex;
  align-items: center;
  width: 526px;
}
@media (max-width: 767px) {
  .newsletter {
    width: auto;
  }
}
.newsletter button {
  border: none;
  flex-shrink: 0;
  margin-left: -5px;
}

.search_bar {
  position: relative;
}
.search_bar input {
  padding-left: 42px;
}
.search_bar button {
  position: absolute;
  background: transparent !important;
  border: none;
  color: #2a322d;
  left: 12px;
  top: 8px;
  font-size: 20px;
  padding: 0;
}

.countdown {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media (max-width: 1399px) {
  .countdown {
    gap: 24px;
  }
}
@media (max-width: 492px) {
  .countdown {
    padding-right: 24px;
  }
}
.countdown li {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1399px) {
  .countdown li {
    gap: 12px;
  }
}
@media (max-width: 492px) {
  .countdown li {
    gap: 6px;
    flex-direction: column;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.menu-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.menu-popup .menu-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #f44336;
  opacity: 0.8;
  
}
.menu ul {
    padding: 0;
    list-style: none;
}
.menu ul a {
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    padding: 16px 0 16px 0;
    display: flex;
    border-bottom: 1px dashed #fff;
    width: 100%;
    text-align: center;
    justify-content: space-between;

}
body.locked {
    overflow: hidden;
}
@media (max-width: 767px) {
  .menu-popup .menu-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.menu-popup .menu-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.menu-popup .menu-popup__content .menu-popup__form {
  position: relative;
}
.menu-popup .menu-popup__content .menu-popup__form input[type=search],
.menu-popup .menu-popup__content .menu-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.menu-popup .menu-popup__content .menu-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: #0aa6d7;
  color: #fefcfb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.menu-popup .menu-popup__content .menu-popup__form button i {
  margin: 0;
  font-size: 24px;
}
.menu-popup .menu-popup__content .menu-popup__form button::after {
  background-color: #9b59b6;
}
.menu-popup.active {
  z-index: 9999;
}
.menu-popup.active .menu-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .menu-popup.active .menu-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.menu-popup.active .menu-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
section.hero-banner-1 .container-fluid{
  padding: 0 !important;
}
section.hero-banner-1 img{
  width: 100%;
}
.pagination {
  margin: 16px 0 0;
  justify-content: center;
  display: flex;
  text-align: center;
  gap: 8px;
}
.pagination li a {
  width: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  padding: 8px 0;
  border: 1px solid #b7bdbb;
  color: #2a322d;
  background: transparent;
  border-radius: 5px;
}
.pagination li a.arrow {
  font-size: 24px;
  height: 42px;
  border: 1px solid #b7bdbb;
  box-shadow: none;
  padding: 3px 8px 0;
  border-radius: 5px;
}
.pagination li a.arrow:hover {
  background: #0aa6d7;
  border: 1px solid #0aa6d7;
  color: #fefcfb;
  transition: all 0.5s ease;
}
.pagination li a.current {
  background: #0aa6d7;
  color: #fefcfb;
  border: 1px solid #0aa6d7;
}
.pagination li a:hover {
  background: #0aa6d7;
  color: #fefcfb;
  border: 1px solid #0aa6d7;
  transition: all 0.5s ease;
}
.pagination li a:focus {
  box-shadow: none;
  color: #fefcfb;
}
.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
  border-radius: 5px;
}

/*-------------------------
  layouts
-------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-menu {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 32px 3% 16px;
    margin: 0 auto;
    right: 0;
}
.main-menu .main-menu__block {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.main-menu .main-menu__left {
  display: flex;
  align-items: center;

}
.main-menu .main-menu__center {
    width: 40%;
    text-align: center;
    position: relative;
    left: -111px;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__center {
      width: 63%;
      text-align: center;
      position: relative;
      left: 0;
  }
}
.down-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: 63px;
    height: 135px;
    bottom: 40px;
    border-radius: 100px 100px 0 0;
    text-align: center;
    padding: 29px 0 0 0;
}
.main-menu .main-menu__left .main-menu__logo {
  align-items: center;
  position: relative;
}
.main-menu .main-menu__right .main-menu__nav {
    margin-left: auto;
    margin-right: auto;
    padding: 4px 30px;
}


.main-menu .main-menu__right .main-menu__nav .main-menu__list,
.main-menu .main-menu__right .main-menu__nav .main-menu__list ul,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
.stricky-header.stricky-fixed .main-menu__logo img {
    max-width: 100px;
}
@media screen and (min-width: 1200px) {
  .main-menu .main-menu__right .main-menu__nav .main-menu__list,
.main-menu .main-menu__right .main-menu__nav .main-menu__list ul,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: 32px;
  }
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list > li,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list > li > a,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: 15px;
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
  letter-spacing: 0.32px;
  position: relative;
  transition: all 500ms ease;
}
ul.main-menu__list li.current a:before {
    content: '';
    position: absolute;
    top: -88px;
    left: -55px;
    background: url(../media/icons/cursor-pointer-menu-500.gif) 0 0 no-repeat;
    width: 223px;
    height: 83px;
    background-size: 160px;
}

ul.main-menu__list li.active a:before {
    content: '';
    position: absolute;
    top: -88px;
    left: -55px;
    background: url(../media/icons/cursor-pointer-menu-500.gif) 0 0 no-repeat;
    width: 223px;
    height: 83px;
    background-size: 160px;
}

.main-menu .main-menu__right .main-menu__nav .main-menu__list > li > a.active,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #ef6157;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list > li > a.active::before,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list > li > a.active::before {
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: inherit;
  line-height: 10px;
  margin-right: 5px;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list > li > a:hover,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #ef6157;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list > li.current, .main-menu .main-menu__right .main-menu__nav .main-menu__list > li:hover,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list > li.current,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #ef6157;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  z-index: 99;
  transition: 0.3s cubic-bezier(0.18, 0.55, 1, 1);
  background-color: #fefcfb;
  box-shadow: 0px 10px 60px 0px rgba(255, 255, 255, 0.07);
  padding: 15px 20px 10px;
  border-radius: 15px;
}
.stricky-fixed .main-menu__nav {
    box-shadow: inset 0 0 0px 0px #cccccc54 !important;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li > a,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  margin-bottom: 4px;
  border-radius: 5px;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li > a:after,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li > a:after {
  position: absolute;
  right: 15px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #fefcfb;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li.current > a, .main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li:hover > a,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #0aa6d7;
  color: #fefcfb;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li.current > a::after, .main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li:hover > a::after,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li > ul,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li ul li > ul ul,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}
.main-menu .main-menu__right .main-menu__nav .main-menu__list li:hover > ul,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 6px;
  transform: scaleY(1) translateZ(0px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .main-menu__right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .main-menu .main-menu__right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
.main-menu .main-menu__right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.main-menu__logo img {
    max-width: 200px;
}
ul.main-menu__list1 {
    display: inline-block;
    padding: 0;
    list-style: none;
}
ul.main-menu__list1 li {
    display: inline-block;
    margin: 13px 13px 0;
    position: relative;
    color: #fa921b;
    background: none;
    padding: inherit;
}
ul.main-menu__list1 i {
    font-size: 21px;
    font-weight: 100;
    position: relative;
    top: 2px;
    margin-right: 9px;
}
.heading small {
    color: #d72136;
    letter-spacing: 6px;
}


ul.main-menu__list1 li.active a:before, ul.main-menu__list1 li:hover a:before  {
    content: '';
    position: absolute;
    top: -93px;
    left: -55px;
    /*background: url(../media/icons/cursor-pointer-menu-500.gif) 0 0 no-repeat;*/
    width: 223px;
    height: 83px;
    background-size: 160px;
    transition: .5s ease;
}
ul.main-menu__list1 li.active a{ color: #F44336 }
nav.main-menu.sticky-g {
    position: fixed;
    top: 0;
    background: #ffffffa6;
    backdrop-filter: blur(20px);
    padding: 0 3%;
    box-shadow: 0 0 3px #a0000024;
}
nav.main-menu.sticky-g .main-menu__logo img {
    max-width: 140px;
}
.main-menu__right {
  display: flex;
  align-items: center;
  position: relative;
}
nav.main-menu.sticky-g .main-menu__right {
    top: 0;
}
@media (max-width: 575px) {
  .main-menu__right {
    gap: 24px;
  }
}
.main-menu__right .main-menu__login,
.main-menu__right .main-menu__search {
  position: relative;
  font-size: 24px;
  color: #2a322d;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.main-menu__right .main-menu__login:hover,
.main-menu__right .main-menu__search:hover {
  color: #0aa6d7;
}
li.active.current a {
    color: #ef6157;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fdfdfdcf;
  box-shadow: 0px 10px 60px 0px RGBA(0, 0, 0, 0.07);
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
  padding: 24px 0;
  backdrop-filter: blur(5px);
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0); padding: 13px 0;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 300;
  color: #2a322d;
  cursor: pointer;
  transition: 500ms;
}
@media screen and (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none;
  }
}
.mobile-nav__toggler:hover {
  color: #f44336;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2a322d;
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #2a322d;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #fefcfb;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  letter-spacing: 0.48px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #0aa6d7;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #0aa6d7;
  border: none;
  outline: none;
  color: #fefcfb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fefcfb;
  color: #2a322d;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fefcfb;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #fefcfb;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #0aa6d7;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #fefcfb;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #0aa6d7;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0aa6d7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fefcfb;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}
footer {
    background: #000000c4;
    backdrop-filter: blur(2px);
}
.inner-footer-wrapper{
  background: url('../images/footer-inner-bg.e166e1b0ad6bec254158.avif') center center no-repeat;
  background-size: cover;
}
footer .footer_main {
    position: relative;
    padding: 75px 0 45px 0;
    border-top: 1px solid #f57e00;
}
.footer-social-links li {
    background: none;
    list-style: none;
    padding: 15px 25px 0 0;
    display: inline-block;
    font-size: 20px;
}
.footer-contactus-btn {
    background: #ff8800;
    color: #fff;
    border: 0;
    padding: 15px 30px;
    font-size: 27px;
    font-weight: 100;
    margin: 0 0 35px 0;
}
.footer-contactus-btn i {
    border: 1px solid #fff;
    font-size: 14px;
    padding: 9px 9px 7px 9px;
    border-radius: 100px;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    left: 5px;
}
.f-small {
    font-size: 25px;
}
.f-heading h2 {
    font-weight: 700;
    text-transform: initial;
    margin: 20px 0;
    line-height: 100%;
}
.footer-logo {
    display: flex;
    height: 100%;
    align-items: end;
    position: relative;
    z-index: -1;
}
.cta-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cta-footer ul li {
    font-weight: 400;
    letter-spacing: 1px;
}
.box1-wrapper {
    border: 1px solid #ccc;
    padding: 35px;
    border-radius: 40px;
}
.box1-wrapper .input-box-wrap {    
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.box1-wrapper input {
    border: 0;
    color: #000;
    width: 75%;
    display: inline-block;
}
.box1-wrapper .input-box-wrap i {
    margin-right: 15px;
}
.box2-wrapper {
    text-align: center;
}

.box2-wrapper button#submit span {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin: 0px 15px;
    position: relative;
    top: 12px;
}
.box2-wrapper button#submit span i {
    font-size: 16px;
    transform: rotate(-45deg);
    position: relative;
    top: -14px;
    right: 2px;
}

.box2-wrapper button#submit {
    border: 1px solid #cccccccc;
    width: 79%;
    border-radius: 0px 0px 30px 30px;
    padding: 10px 0 20px;
    font-size: 21px;
    margin: 0 auto;
    border-top: 0;
}
.footer-menu {
    position: fixed;
    bottom: 0;
    width: 560px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 999;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    display: inline-block;
    background: #ffffff00;
    padding: 20px 0px;
    border: 1px solid #613401;
    border-radius: 100px;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
    filter: saturate(1);
}
.footer-menu li a {
    color: #a96313; padding: 2px 30px; border-radius: 50px; font-size: 14px;
}
.footer-menu-right a {
    font-size: 14px;
}
.footer-menu li a.active, .footer-menu li a:hover {
    color: #a96313;
    background: none;
    padding: 2px 30px;
    border-radius: 55px;
    border: 1px solid #a96313;
}
.footer-menu li {
    display: inline-block;
    margin: 0 30px;
    background: none;
    padding: 0;
}
.footer_text .heading {
    font-family: "Open Sans", sans-serif;
    font-size: 55px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 55px;
}
.footer_text {
    width: 75%;
    margin: 0 auto;
}
.footer_text p {
    font-size: 20px;
    color: #000;
}
footer .footer_main .footer_widget img {
    max-width: 195px;
    margin: 30px 0 0 0;
}
footer .footer_main .vector_shape {
  position: absolute;
  top: -116px;
  right: 266px;
  z-index: 1;
}
@media (max-width: 1699px) {
  footer .footer_main .vector_shape {
    right: 66px;
  }
}
@media (max-width: 575px) {
  footer .footer_main .vector_shape {
    display: none;
  }
}
footer .footer_main .dots {
  position: absolute;
  bottom: 18px;
  left: 0px;
  opacity: 0.8;
  z-index: 1;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
}
@media (max-width: 991px) {
  footer .footer_main .dots {
    display: none;
  }
}
footer .footer_main .footer_widget {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
}
footer .footer_main .footer_widget .description_text {
  max-width: 270px;
}
@media (max-width: 1199px) {
  footer .footer_main .footer_widget .description_text {
    max-width: 500px;
  }
}
footer .footer_main .footer_widget .list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
footer .footer_main .footer_widget .list li:last-child {
  margin-bottom: 0;
}
footer .footer_main .footer_widget .list li i {
  color: #0aa6d7;
  margin-top: 4px;
}
footer .footer_main .footer_widget .list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
}
footer .footer_main .footer_widget .list li a i {
  color: #0aa6d7;
  margin-top: 0px;
}
footer .footer_main .footer_widget .list li a:hover {
  color: #0aa6d7;
  transition: all 0.5s ease;
}
footer .footer_main .bottom-row {
  position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
footer .footer_main .bottom-row .newsletter_block {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
footer .copyright_row {
    padding: 14px 0 1px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px solid #522c00;
    color: #fff;
}
footer .copyright_row P {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer-menu-right {
    text-align: right;
}
.footer-menu-right li {
    background: none;
    padding: 0 0 0 30px;
    display: inline-block;
}
.hero-banner-1 {
  height: auto;
    background-size: cover;
    background-position: center;
    text-align: center;
}
@media (max-width: 991px) {
  .hero-banner-1 {
    height: auto;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 {
    background-position: bottom;
    height: 850px;
  }
}
.hero-banner-1 .content {
  position: relative;
}
.hero-banner-1 .content .text_block {
  padding-top: 295px;
}
@media (max-width: 991px) {
  .hero-banner-1 .content .text_block {
    padding-top: 140px;
  }
}
.hero-banner-1 .content .text_block .tag {
  -webkit-animation: animation-upDown-2 3s linear 0s infinite alternate;
  animation: animation-upDown-2 3s linear 0s infinite alternate;
}
@media (max-width: 991px) {
  .hero-banner-1 .content .text_block .tag {
    width: 50px;
  }
}
.hero-banner-1 .content .text_block .title span {
  position: relative;
}
.hero-banner-1 .content .text_block .title span .rocket {
    position: absolute;
    right: -185px;
    top: -190px;
}
@media (max-width: 991px) {
  .hero-banner-1 .content .text_block .title span .rocket {
    width: 60px;
    right: -70px;
    top: 0px;
  }
}
.hero-banner-1 .content .text_block .btn_block {
  position: relative;
}
.hero-banner-1 .content .text_block .btn_block .arrow {
  transform: rotate(-13.309deg);
  mix-blend-mode: overlay;
  position: absolute;
  bottom: -120px;
  left: -115px;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .btn_block .arrow {
    display: none;
  }
}
.hero-banner-1 .content .text_block .video-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-banner-1 .content .text_block .video-btn {
    width: 300px;
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .hero-banner-1 .content .text_block .video-btn {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .video-btn {
    width: 120px;
    margin-top: 32px;
  }
}
.hero-banner-1 .content .text_block .video-btn .text-vector {
  animation: rotating 8s infinite linear;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .video-btn .text-vector {
    width: 100px;
  }
}
.hero-banner-1 .content .text_block .video-btn .play-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 3200px;
  border: 3.2px solid rgba(10, 166, 215, 0.2);
  background: #fefcfb;
  display: grid;
  justify-content: center;
  align-content: center;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .video-btn .play-btn {
    width: 48px;
    height: 48px;
  }
}
.hero-banner-1 .content .text_block .video-btn .play-btn i {
  color: #0aa6d7;
  font-size: 20px;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .video-btn .play-btn i {
    font-size: 16px;
  }
}
.hero-banner-1 .main-img {
    position: absolute;
    bottom: 32px;
    right: 13%;
    z-index: 20;
    width: 570px;
}
body .type-text .input-cursor {
    display: inline-block;
    width: 2px;
    height: 42px;
    background-color: #000;
    margin-left: 8px;
    animation: blink 0.6s linear infinite alternate;
}
@keyframes blink {
  0% {opacity: 1;}
  40% {opacity: 1;}
  60% {opacity: 0;}
  100% {opacity: 0;}
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .main-img {
    right: 7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .main-img {
    right: 3%;
  }
}
@media (max-width: 991px) {
  .hero-banner-1 .main-img {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .main-img {
    right: 3%;
    width: 250px;
  }
}
@media (max-width: 400px) {
  .hero-banner-1 .main-img {
    width: 200px;
  }
}
.hero-banner-1 .banner_feature_card {
  position: absolute;
  /*right: 25%;
  z-index: 999;*/
  bottom: 45px;
  right: 0;
  left: 0;
  width: 400px;
  margin: 0 auto;
  border-radius: 20px;

}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .banner_feature_card {
    right: 10%;
  }
  
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .banner_feature_card {
    right: 3%;
  }
}
@media (max-width: 991px) {
  .hero-banner-1 .banner_feature_card {
    right: 25%;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero-banner-1 .banner_feature_card {
    right: 30%;
  }
}
@media (max-width: 450px) {
  .hero-banner-1 .banner_feature_card {
    display: none;
  }
}
.hero-banner-1 .banner_feature_card .card_block {
  
}

.f-card-txt {
    padding: 22px 15px 16px;
    padding-left: 62px;
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
    border-radius: 15px;
    background-color: #f7d157;
    position: relative;
    transform: rotate(-7deg);
    z-index: 9;
    top: 3px;
    width: 435px;
}
.f-card-txt h6.mb-4p {
    font-size: 25px;
    letter-spacing: 3px;
}
.hero-banner-1 .banner_feature_card .card_block .target_icon {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .hero-banner-1 .icons {
    display: none;
  }
}
.hero-banner-1 .icons img {
  position: absolute;
  z-index: 30;
}
.hero-banner-1 .icons img:nth-child(1) {
  top: 88px;
  right: 615px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .icons img:nth-child(1) {
    right: 505px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .icons img:nth-child(1) {
    right: 377px;
    top: 120px;
    width: 40px;
  }
}
.hero-banner-1 .icons img:nth-child(2) {
  top: 120px;
  right: 778px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .icons img:nth-child(2) {
    right: 668px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .icons img:nth-child(2) {
    right: 516px;
    top: 115px;
    width: 46px;
  }
}
.hero-banner-1 .icons img:nth-child(3) {
  top: 195px;
  right: 534px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .icons img:nth-child(3) {
    right: 424px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .icons img:nth-child(3) {
    right: 327px;
    top: 216px;
    width: 32px;
  }
}
.hero-banner-1 .icons img:nth-child(4) {
  top: 215px;
  right: 671px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .icons img:nth-child(4) {
    right: 561px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .icons img:nth-child(4) {
    right: 454px;
    top: 211px;
    width: 40px;
  }
}

.hero-banner-2 {
  position: relative;
  background: url(../media/banners/hero-banner-2/banner-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.hero-banner-2 .text_block {
  position: relative;
  padding: 240px 0 286px;
  z-index: 99;
}
@media (max-width: 1399px) {
  .hero-banner-2 .text_block {
    padding: 240px 0 186px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-2 .text_block {
    padding: 150px 0 0;
  }
}
.hero-banner-2 .text_block .hero_title span {
  position: relative;
  z-index: 20;
}
.hero-banner-2 .text_block .hero_title span .line_vector {
  position: absolute;
  left: 0px;
  bottom: -16px;
  z-index: -1;
  -webkit-animation: title-animation 5s linear 0s infinite;
  animation: title-animation 5s linear 0s infinite;
}
.hero-banner-2 .text_block .btn-block {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-banner-2 .features_row div:nth-child(1) .feature__card {
  margin-top: -110px;
}
@media (max-width: 767px) {
  .hero-banner-2 .features_row div:nth-child(1) .feature__card {
    margin-top: -55px;
  }
}
@media (max-width: 575px) {
  .hero-banner-2 .features_row div:nth-child(1) .feature__card {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.hero-banner-2 .features_row div:nth-child(2) .feature__card {
  margin-top: -55px;
}
@media (max-width: 767px) {
  .hero-banner-2 .features_row div:nth-child(2) .feature__card {
    margin-top: 0;
  }
}
.hero-banner-2 .img_block {
  text-align: right;
}
@media (max-width: 1199px) {
  .hero-banner-2 .img_block {
    position: relative;
    margin-top: -80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hero-banner-2 .img_block {
    margin: 0 0 50px 0;
  }
}
.hero-banner-2 .img_block .banner_main_img {
  position: absolute;
  top: 82px;
  right: 4%;
  z-index: 10;
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .banner_main_img {
    width: 720px;
    height: 545px;
    top: 120px;
  }
}
@media (max-width: 1599px) {
  .hero-banner-2 .img_block .banner_main_img {
    width: 624px;
    height: 472px;
    top: 150px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-2 .img_block .banner_main_img {
    position: relative;
    inset: auto;
  }
}
@media (max-width: 991px) {
  .hero-banner-2 .img_block .banner_main_img {
    width: 520px;
    height: 393px;
  }
}
@media (max-width: 575px) {
  .hero-banner-2 .img_block .banner_main_img {
    width: auto;
    height: auto;
  }
}
.hero-banner-2 .img_block .play-btn {
  position: absolute;
  z-index: 20;
  top: 313px;
  right: 334px;
  width: 64px;
  height: 64px;
  border-radius: 3200px;
  border: 3.2px solid rgba(10, 166, 215, 0.2);
  background: #fefcfb;
  display: grid;
  justify-content: center;
  align-content: center;
  animation: shadows2 1s linear infinite;
  -moz-animation: shadows2 1s linear infinite;
  -webkit-animation: shadows2 1s linear infinite;
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .play-btn {
    right: 14%;
  }
}
@media (max-width: 1199px) {
  .hero-banner-2 .img_block .play-btn {
    top: 170px;
  }
}
@media (max-width: 991px) {
  .hero-banner-2 .img_block .play-btn {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .hero-banner-2 .img_block .play-btn {
    top: 90px;
    width: 48px;
    height: 48px;
  }
}
.hero-banner-2 .img_block .play-btn i {
  color: #0aa6d7;
  font-size: 20px;
}
@media (max-width: 575px) {
  .hero-banner-2 .img_block .play-btn i {
    font-size: 16px;
  }
}
.hero-banner-2 .img_block .banner_feature_card {
  position: absolute;
  right: 35.5%;
  z-index: 30;
  top: 605px;
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .banner_feature_card {
    top: 500px;
    right: 27%;
  }
}
@media (max-width: 1199px) {
  .hero-banner-2 .img_block .banner_feature_card {
    display: none;
  }
}
.hero-banner-2 .img_block .banner_feature_card .card_block {
  padding: 12px 24px 12px 44px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  background-color: #fefcfb;
  position: relative;
  text-align: left;
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .banner_feature_card .card_block {
    padding: 8px 12px 8px 32px;
  }
}
.hero-banner-2 .img_block .banner_feature_card .card_block .user_placeholder {
  border-radius: 50%;
  border: 5px solid #0aa6d7;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-70%, -50%);
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .banner_feature_card .card_block .user_placeholder {
    width: 80px;
    height: 80px;
    transform: translate(-60%, -50%);
  }
}
.hero-banner-1 h1
{
  position: relative;
}
.hero-banner-1 h1 img.rocket {
    position: absolute;
    top: -150px;
    right: -80px;
}

.feature__card {
    position: relative;
    padding-bottom: 30px;
}
.feature__card .feature__content h5 {
    color: #f44336;
}
.banner_feature_card .card-img {
    position: absolute;
    bottom: -29px;
}
.banner_feature_card .card-img {
    position: absolute;
    bottom: -29px;
    z-index: 2;
    left: -6px;
}
.img-bg {
    background: #a6c5bb;
    width: 100%;
    height: 425px;
    position: absolute;
    border-radius: 13px;
    bottom: 53px;
    left: -4px;
    z-index: 1;
}
.box2 .feature__icon {
    float: right;
    position: relative;
    right: 70px;
}
.box3 .feature__icon {
    position: relative;
    left: 70px;
}
.box4 .feature__icon {
    position: relative;
    left: 160px;
}
.box3 .feature__card, .box4 .feature__card {
    padding: 0;
}
.col-lg-12.position-absolute.marketing-icon {
    align-content: center;
    bottom: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.col-lg-12.position-absolute.marketing-icon img {
    height: 165px;
    width: 188px;
}


.m-information {
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #efefef;
    padding: 0px 0px 11px;
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
}
@media (max-width: 575px) {
  .feature__card {
    max-width: 300px;
    margin: 0 auto;
  }
}
.feature__card .feature__icon {
  position: relative;
  z-index: 10;
  width: fit-content;
  transition: all 0.5s ease;
}
.feature__card:hover .feature__icon {
  transition: all 0.5s ease;
}
.feature__card .feature__content {
  position: relative;
  z-index: 5;
  padding: 10px 30px 35px;
}
.feature__card .feature__content .feature-bg-shape {
  position: absolute;
  width: 100%;
  height: 64px;
  bottom: 0;
  right: 0;
  border-radius: 0 0 15px 15px;
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.feature__icon img {
    max-width: 100px;
}
.box1 {
    border-right: 1px solid #ef6157;
    border-bottom: 1px solid #ef6157;
    text-align: right;
}
.box2 {
    border-bottom: 1px solid #ef6157;
    text-align: left;
}
.box3 {
    border-right: 1px solid #ef6157;
    text-align: right;
}
.box4 {
    text-align: left;
}
.social_icons_list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social_icons_list li a {
  flex-shrink: 0;
  padding: 9px;
  
  border-radius: 10px;
  transition: all 0.5s ease;
}
.social_icons_list li:hover a {
  background: #1a1e1d;
  color: #fff;
}

.social_icons_list_2 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social_icons_list_2 li {
  flex-shrink: 0;
}
.social_icons_list_2 li a {
  padding: 9px;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  transition: all 0.5s ease;
  border-radius: 50%;
}
.social_icons_list_2 li a svg path {
  fill: #2a322d;
  transition: all 0.5s ease;
}
.social_icons_list_2 li a:hover {
  background: #0aa6d7;
  transition: all 0.5s ease;
}
.social_icons_list_2 li a:hover svg path {
  fill: #fefcfb;
  transition: all 0.5s ease;
}

.filter_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 32px;
}
.filter_row .left_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 575px) {
  .filter_row .left_block {
    gap: 16px;
  }
}
.filter_row .left_block .select_filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter_row .right_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.brands-slider .brand {
    font-size: 50px;
    text-transform: uppercase;
}
.about__card {
    position: relative;
    padding-top: 11px;
    display: flex;
    column-gap: 22px;
    margin-bottom: 25px;
}
.about__card:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}
.about__card:nth-child(even) .about__card__content {
    text-align: right;
}
.about__card .about__card__icon {
    display: inline-block;
    width: 28%;
}
.cra-tilt {
    position: relative;
}
.cra-tilt img {
    position: absolute;
    left: -40px;
    top: -210px;
    width: auto;
    max-width: 500px;
    z-index: -4;
}
.about__card .about__card__content {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 70%;
}
.about__card .about__card__content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-left-home {
    background: #ef6157;
    height: 100%;
    border-radius: 0 500px 500px 0;
    padding: 85px 190px 55px 180px;
    position: relative;
    left: -45px;
    color: #fff;
    box-shadow: 10px 12px 0px #ef6157a6;
}
@media (max-width: 1400px){
    .about-left-home {     
      padding: 50px 80px 55px 140px;      
  }
}
.about-left-home h2 {
    font-size: 30px;
}
.about-left-home .a-logo img {
    max-width: 170px;
}


.counter_item {
  text-align: center;
}
.counter_item .counter_item_info_block {
  position: relative;
}
.counter_item .counter_item_info_block .counter_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.counter_item .counter_item_info_block .counter_info span {
  color: #fefcfb;
}

.blog_card {
  background-color: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  overflow: hidden;
}
.blog_card .blog_card_img_block {
  position: relative;
  z-index: 5;
}
.blog_card .blog_card_img_block img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog_card .blog_card_img_block .date {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0px 8px;
  color: #fefcfb;
  background-color: #e74f5b;
  border-radius: 5px;
}
.blog_card:hover .blog_card_img_block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog_card .blog_card_text_block {
  position: relative;
  z-index: 10;
  background: url(../media/backgrounds/blog_card_bg.png) no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -88px;
  box-shadow: drop-shadow(-2px -1px 5px rgba(2, 69, 122, 0.04)) drop-shadow(-9px -4px 10px rgba(2, 69, 122, 0.03)) drop-shadow(-19px -10px 13px rgba(2, 69, 122, 0.02)) drop-shadow(-35px -17px 15px rgba(2, 69, 122, 0.01)) drop-shadow(-54px 27px 17px rgba(2, 69, 122, 0));
  border-radius: 0 0 15px 15px;
  padding: 67px 24px 24px;
}
.blog-bg {
    background: url(../media/backgrounds/space-img.png) no-repeat;
    background-size: 100%;
    background-position-y: 35%;
}
.inner-pages .blog-bg{background: none}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_card .blog_card_text_block {
    padding: 48px 16px 16px;
  }
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
  .blog_card .blog_card_text_block {
    background-size: cover;
  }
}
.blog_card .blog_card_text_block .blog_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_card .blog_card_text_block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_card .blog_card_text_block .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog_card .blog_card_text_block .author img {
  border-radius: 50%;
  border: 1px solid #0aa6d7;
}

.blog_list_card {
  background-color: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 767px) {
  .blog_list_card {
    flex-direction: column;
  }
}
.blog_list_card .blog_list_card_img_block {
  position: relative;
  z-index: 5;
}
.blog_list_card .blog_list_card_img_block img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog_list_card:hover .blog_list_card_img_block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog_list_card .blog_card_text_block {
  position: relative;
  z-index: 10;
  background: url(../media/backgrounds/blog_card_list_bg.png) no-repeat;
  background-size: cover;
  background-position: left;
  margin-left: -80px;
  border-radius: 0 15px 15px 0;
  padding: 24px 24px 24px 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog_list_card .blog_card_text_block {
    padding: 24px;
    margin-left: 0;
    border-radius: 15px;
    margin-top: -50px;
    background: #fefcfb;
  }
}
@media (max-width: 400px) {
  .blog_list_card .blog_card_text_block {
    margin-top: -30px;
    padding: 16px;
  }
}
.blog_list_card .blog_card_text_block .date {
  padding: 0px 8px;
  color: #fefcfb;
  background-color: #bfacf9;
  border-radius: 5px;
  width: fit-content;
}
.blog_list_card .blog_card_text_block .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog_list_card .blog_card_text_block .blog_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_list_card .blog_card_text_block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_list_card .blog_card_text_block .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog_list_card .blog_card_text_block .author img {
  border-radius: 50%;
  border: 1px solid #0aa6d7;
}

.blog_detail .about_blog_row {
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 20px;
  padding: 24px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog_detail .about_blog_row .author_block {
  display: flex;
  gap: 8px;
}
.blog_detail .about_blog_row .author_block img {
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #0aa6d7;
}
.blog_detail .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.blog_detail .tags span {
  color: #7a8582;
}
img.contact-icon-i {
    max-width: 100px;
    float: left;
    margin-right: 15px;
}

.w-70 {
    width: 70%;
}
.blogs li {
    background: none;
}
.slick-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.slick-dots li {
  position: relative;
  cursor: pointer;
  background: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 5px;
  outline: none;
  background: #ead045;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button::before, .slick-dots li button::after {
  opacity: 1; display: none;
}
.slick-dots li button::before {
  opacity: 1; display: none;
}
.slick-dots li.slick-active button {
  width: 32px;
}

.courses-slider .course__card {
  margin: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .courses-slider .course__card {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .courses-slider .course__card {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .courses-slider .course__card {
    margin-bottom: 20px;
  }
}

.team-slider .team__card {
  margin: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .team-slider .team__card {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .team-slider .team__card {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .team-slider .team__card {
    margin-bottom: 20px;
  }
}

.sidebar .sidebar_block {
  position: relative;
}
.sidebar .sidebar_block .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sidebar .sidebar_block .tags span {
  color: #7a8582;
}
.sidebar .sidebar_block .categories_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sidebar .sidebar_block .categories_tags a {
  color: #fefcfb;
  padding: 4px 8px;
  background: #0aa6d7;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.sidebar .sidebar_block .categories_tags a:hover {
  background: #1a1e1d;
}
.sidebar .sidebar_block .sidebar_blog_card {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 10px;
  padding: 16px;
}
.sidebar .sidebar_block .sidebar_blog_card .img_block {
  overflow: hidden;
  flex-shrink: 0;
}
.sidebar .sidebar_block .sidebar_blog_card .img_block img {
  border-radius: 5px;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sidebar .sidebar_block .sidebar_blog_card .blog_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar .sidebar_block .sidebar_blog_card:hover .img_block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

@media (max-width: 575px) {
  .g_c {
    max-width: 294px;
    margin: 0 auto;
  }
}
.g_c .gallery_card {
  padding: 32px;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 10px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.g_c:nth-child(odd) .gallery_card {
  transform: rotate(-2deg);
}
.g_c:nth-child(even) .gallery_card {
  transform: rotate(2deg);
}
.g_c:hover .gallery_card {
  transform: rotate(0);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.gallery-2 .img-block {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.gallery-2 .img-block img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.gallery-2 .img-block:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.form_page {
  background: url(../media/backgrounds/login.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1199px) {
  .form_page {
    background: #fefcfb;
  }
}
.form_page .form_block {
  height: 100vh;
  display: grid;
  align-content: center;
  position: relative;
}
@media (max-width: 575px) {
  .form_page .form_block {
    margin-top: 64px;
  }
}
.form_page .form_block .text_block {
  position: relative;
  z-index: 25;
}
.form_page .form_block .text_block .title {
  position: relative;
  width: fit-content;
}
.form_page .form_block .text_block .title .speaker_icon {
  position: absolute;
  width: 73px;
  height: 73px;
  right: -75px;
  top: -30px;
}
.form_page .form_block .text_block .link-btn {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
  width: 100%;
  padding: 8px 12px;
  transition: all 0.5s ease;
  border-radius: 5px;
  border: 1px solid #b7bdbb;
}
.form_page .form_block .text_block .link-btn:hover {
  border-color: #0aa6d7;
  transition: all 0.5s ease;
}
.form_page .form_block .text_block .or {
  position: relative;
  text-align: center;
}
.form_page .form_block .text_block .or::after, .form_page .form_block .text_block .or::before {
  content: "";
  height: 1px;
  width: 46%;
  position: absolute;
  top: 14px;
  background: #c9cfce;
}
@media (max-width: 575px) {
  .form_page .form_block .text_block .or::after, .form_page .form_block .text_block .or::before {
    top: 12px;
  }
}
.form_page .form_block .text_block .or::after {
  right: 0;
}
.form_page .form_block .text_block .or::before {
  left: 0;
}
.form_page .form_block .text_block .bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
@media (max-width: 575px) {
  .form_page .form_block .text_block .bottom-row {
    justify-content: center;
  }
}
.form_page .form_block .shapes img {
  position: absolute;
}
.form_page .form_block .shapes img:nth-child(1) {
  right: 50px;
  top: 98px;
}
@media (max-width: 575px) {
  .form_page .form_block .shapes img:nth-child(1) {
    display: none;
  }
}
.form_page .form_block .shapes img:nth-child(2) {
  top: 46%;
  left: -150px;
}
@media (max-width: 1399px) {
  .form_page .form_block .shapes img:nth-child(2) {
    display: none;
  }
}
.form_page .form_block .shapes img:nth-child(3) {
  bottom: -94px;
  right: 0;
}
.form_page .form_block .shapes img:nth-child(4) {
  right: 70px;
  bottom: 30px;
}

.page_title_banner {
  background-position: center;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .page_title_banner {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .page_title_banner {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .page_title_banner {
    height: 350px;
  }
}
.page_title_banner .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 250px 0 46px;
}
@media (max-width: 767px) {
  .page_title_banner .content {
    gap: 24px;
    padding: 135px 0 46px;
  }
}
@media (max-width: 575px) {
  .page_title_banner .content {
    padding-top: 200px;
  }
}
.page_title_banner .content .title {
    position: relative;
    flex-shrink: 0;
    width: 52%;
    text-align: center;
}
@media (max-width: 575px) {
  .page_title_banner .content .title {
    text-align: center;
  }
}
.page_title_banner .content .title .tag {
  position: absolute;
  top: -45px;
  left: -30%;
  -webkit-animation: animation-upDown-2 3s linear 0s infinite alternate;
  animation: animation-upDown-2 3s linear 0s infinite alternate;
}
.page_title_banner .content .title .tag2 {
  position: absolute;
  top: -100px;
  right: -30%;
  -webkit-animation: animation-upDown-2 3s linear 0s infinite alternate;
  animation: animation-upDown-2 3s linear 0s infinite alternate;
}
@media (max-width: 575px) {
  .page_title_banner .content .title .tag {
    top: -80px;
    left: 160px;
  }
}
@media (max-width: 992px) {
  .page_title_banner .content .main_img {
    width: 367px;
  }
}
@media (max-width: 575px) {
  .page_title_banner .content .main_img {
    display: none;
  }
}
.page_title_banner .circle_vector {
  position: absolute;
  left: -72px;
  bottom: -101px;
  -webkit-animation: animation-popup-1 4s linear 0s infinite alternate;
  animation: animation-popup-1 4s linear 0s infinite alternate;
}
@media (max-width: 1799px) {
  .page_title_banner .circle_vector {
    width: 215px;
  }
}
@media (max-width: 575px) {
  .page_title_banner .circle_vector {
    left: auto;
    right: -70px;
    transform: rotate(90deg);
  }
}

.course__category__card_1 {
  position: relative;
  background-color: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 20px;
  overflow: hidden;
}
.course__category__card_1 .course__category__card_text {
  padding: 24px;
  padding-bottom: 0;
}
.course__category__card_1 .course__category__card_text .course__category__card_title {
  position: relative;
}
.course__category__card_1 .course__category__card_text .course__category__card_title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #7a8582;
}
.course__category__card_1 .course__category__card_text .category__info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.course__category__card_1 .course__category__card_text .category__info li {
  color: #7a8582;
}
.course__category__card_1 .course__category__card_text .category__info li:first-child {
  list-style: none;
}
.course__category__card_1 .course__category__card_text .category__info li i {
  margin-right: 8px;
}
.course__category__card_1 .image {
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.course__category__card_1:hover .image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.course__category__card_2 {
  position: relative;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  overflow: hidden;
}
.course__category__card_2 .image {
  border-radius: 15px;
}
.course__category__card_2 .course__category__card_text {
  position: absolute;
  bottom: -78px;
  padding: 24px;
  transition: all 0.5s ease;
}
.course__category__card_2 .course__category__card_text .course__category__card_title {
  position: relative;
  color: #fefcfb;
}
.course__category__card_2 .course__category__card_text .course__category__card_title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #fefcfb;
}
.course__category__card_2 .course__category__card_text .category_info_text {
  color: #fefcfb;
  margin-bottom: 64px;
  transition: all 0.5s ease;
}
.course__category__card_2 .course__category__card_text .category__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.course__category__card_2 .course__category__card_text .category__info li {
  color: #fefcfb;
}
.course__category__card_2 .course__category__card_text .category__info li:first-child {
  list-style: none;
}
.course__category__card_2 .course__category__card_text .category__info li i {
  margin-right: 8px;
}
.course__category__card_2:hover .course__category__card_text {
  bottom: 0;
  transition: all 0.5s ease;
}
.course__category__card_2:hover .course__category__card_text .category_info_text {
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
.course__category__card_2:hover .course__category__card_text .category__info {
  transition: all 0.5s ease;
  margin-bottom: 20px;
}

.courses-1 {
  background: url(../media/backgrounds/courses-1.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
}

.courses-2 {
  background: url(../media/backgrounds/courses-2.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
}

.course__card {
  position: relative;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .course__card {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .course__card {
    padding-top: 16px;
  }
}
.course__card .course__card__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .course__card .course__card__icon {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__icon {
    width: 55px;
  }
}
.course__card:hover .course__card__icon {
  transform: rotate(10deg);
  transition: all 0.5s ease;
}
.course__card .course__card__content {
  margin: 0px 0 0 52px;
  position: relative;
  z-index: 5;
  background-color: #fefcfb;
  border-radius: 10px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .course__card .course__card__content {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__card .course__card__content {
    flex-direction: column;
    margin-left: 26px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__content {
    flex-direction: column;
    margin-left: 26px;
    padding-right: 16px;
  }
}
.course__card .course__card__content .left__block {
  position: relative;
  width: 100%;
  padding: 20px 0 39px 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .course__card .course__card__content .left__block {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__card .course__card__content .left__block {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__content .left__block {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
.course__card .course__card__content .left__block .course_tag {
  position: absolute;
  right: 8px;
  top: 32px;
}
@media (max-width: 360px) {
  .course__card .course__card__content .left__block .course_tag {
    display: none;
  }
}
.course__card .course__card__content .left__block .course_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.course__card .course__card__content .left__block .course_info li {
  color: #7a8582;
  margin-left: 12px;
}
.course__card .course__card__content .left__block .course_info li:first-child {
  list-style: none;
  margin-left: 0;
}
.course__card .course__card__content .left__block .course_info li i {
  color: #0aa6d7;
  margin-right: 8px;
}
.course__card .course__card__content .left__block .author_card {
  position: relative;
}
.course__card .course__card__content .left__block .author_card .author_img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #0aa6d7;
}
@media (max-width: 767px) {
  .course__card .course__card__content .left__block .author_card .author_img {
    width: 50px;
  }
}
.course__card .course__card__content .left__block .author_card .author_text_block {
  margin-left: 22px;
  padding: 12px 24px 12px 64px;
  border-radius: 15px;
  max-width: 260px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
@media (max-width: 767px) {
  .course__card .course__card__content .left__block .author_card .author_text_block {
    width: fit-content;
    padding: 8px 16px 8px 40px;
  }
}
.course__card .course__card__content .right__block {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__card .course__card__content .right__block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__content .right__block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.course__card .course__card__content .right__block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 175px;
  width: 1px;
  background: #b7bdbb;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__card .course__card__content .right__block::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__content .right__block::before {
    display: none;
  }
}
.course__card .course__card__content .right__block .price_block {
  position: relative;
  width: 165px;
  height: 165px;
}
@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .course__card .course__card__content .right__block .price_block {
    width: 140px;
    height: 150px;
  }
}
.course__card .course__card__content .right__block .price_block .price_vector {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.course__card .course__card__content .right__block .price_block span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.course__card .course__card__content .bottom_vector {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 10px 0;
}

.course_detail .author_block_card {
  display: flex;
  align-items: center;
}
.course_detail .author_block_card .author_img {
  position: relative;
  z-index: 20;
  flex-shrink: 0;
}
.course_detail .author_block_card .author_img img {
  border: 3px solid #0aa6d7;
  border-radius: 50%;
  width: 74px;
  height: 74px;
}
.course_detail .author_block_card .author_detail {
  position: relative;
  z-index: 10;
  background: #fefcfb;
  width: 100%;
  padding: 12px 24px 12px 64px;
  margin-left: -50px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
}
.course_detail .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 24px;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .course_detail .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.course_detail .info .info_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 1399px) {
  .course_detail .info .info_left {
    gap: 48px;
  }
}
@media (max-width: 1199px) {
  .course_detail .info .info_left {
    gap: 24px;
  }
}
.course_detail .info .info_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 64px;
  padding-left: 64px;
  margin-left: 64px;
  border-left: 1px solid #b7bdbb;
}
@media (max-width: 1399px) {
  .course_detail .info .info_right {
    gap: 48px;
    padding-left: 48px;
    margin-left: 48px;
  }
}
@media (max-width: 1199px) {
  .course_detail .info .info_right {
    gap: 24px;
    padding-left: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .course_detail .info .info_right {
    padding-left: 0;
    margin-left: 0;
    border: none;
    justify-content: flex-start;
  }
}
.course_detail .nav-tabs {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
  border: none;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .course_detail .nav-tabs {
    flex-direction: row;
    gap: 24px;
  }
}
.course_detail .nav-tabs .nav-item .nav-link {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  transition: all 0.5s ease;
  border-radius: 0;
}
.course_detail .nav-tabs .nav-item .nav-link.active {
  border-left: 4px solid #0aa6d7;
  padding-left: 15px;
  color: #2a322d;
  transition: all 0.5s ease;
}
.course_detail .nav-tabs .nav-item .nav-link:hover {
  color: #0aa6d7;
  transition: all 0.5s ease;
}
.course_detail .tab-content .overview .points li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.course_detail .tab-content .overview .points li i {
  color: #fefcfb;
  background: #0aa6d7;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
.course_detail .tab-content .curriculum .curriculum_detail li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #b7bdbb;
}
.course_detail .tab-content .curriculum .curriculum_detail li .title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.course_detail .tab-content .curriculum .curriculum_detail li:last-child {
  border: none;
  padding-bottom: 0;
}
.course_detail .tab-content .reviews .review_block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.course_detail .tab-content .reviews .review_block img {
  border-radius: 15px;
}
.course_detail .tab-content .reviews .review_block span {
  display: flex;
  gap: 4px;
  font-size: 20px;
  color: #0aa6d7;
}
.course_detail .tab-content .instructor .instructor_block {
  display: flex;
  gap: 11px;
  align-items: center;
}
.course_detail .tab-content .instructor .instructor_block .instructor_img {
  flex-shrink: 0;
}
.course_detail .tab-content .instructor .instructor_block .instructor_img img {
  border: 3px solid #0aa6d7;
  border-radius: 50%;
  width: 74px;
  height: 74px;
}
.course_detail .tab-content .instructor .instructor_achievements {
  display: flex;
  align-items: center;
  gap: 30px;
}
.course_detail .tab-content .instructor .instructor_achievements li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course_detail .tab-content .instructor .instructor_achievements li span,
.course_detail .tab-content .instructor .instructor_achievements li i {
  color: #0aa6d7;
}


.discount_banner {
  background: url(../media/backgrounds/coming-soon-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .discount_banner {
    background-position: right;
  }
}
.discount_banner .banner_text_block {
  height: 600px;
  display: grid;
  align-content: center;
}
@media (max-width: 992px) {
  .discount_banner .banner_text_block {
    height: auto;
    padding: 70px 0 0;
  }
}
.discount_banner .banner_text_block .title_block {
  position: relative;
}
.discount_banner .banner_text_block .title_block .mic_speaker {
  position: absolute;
  right: 0;
  top: -30px;
}
.discount_banner .banner_text_block .title_block .title span {
  position: relative;
}
.discount_banner .banner_text_block .title_block .title span .line_shape {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: calc(100% - 25px);
  margin-left: 10px;
  -webkit-animation: title-animation 5s linear 0s infinite;
  animation: title-animation 5s linear 0s infinite;
}
.discount_banner .banner_text_block .title_block .title span .mic_speaker {
  position: absolute;
  right: -120px;
  top: -78px;
  -webkit-animation: animation-popup-1 1.2s linear 0s infinite alternate;
  animation: animation-popup-1 1.2s linear 0s infinite alternate;
}
.discount_banner .discount_countdown {
  position: relative;
  height: 600px;
  display: grid;
  align-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown {
    height: 300px;
  }
}
.discount_banner .discount_countdown .dial {
  background: url(..//media/shapes/exclude.png);
  position: absolute;
  right: 31px;
  top: 0;
  width: 512px;
  height: 100%;
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown .dial {
    display: none;
  }
}
.discount_banner .discount_countdown .dial .top-remain {
  display: flex;
  padding-top: 32px;
  justify-content: end;
  gap: 64px;
  flex-direction: column;
}
.discount_banner .discount_countdown .dial .top-remain li {
  list-style: none;
  text-align: right;
  color: #fefcfb;
  font-size: 32px;
  margin-bottom: 0;
}
.discount_banner .discount_countdown .dial .top-remain li:nth-child(1) {
  opacity: 0.3;
  padding-right: 28%;
  font-size: 24px;
}
.discount_banner .discount_countdown .dial .top-remain li:nth-child(2) {
  opacity: 0.6;
  font-size: 28px;
  padding-right: 17%;
}
.discount_banner .discount_countdown .dial .top-remain li:nth-child(3) {
  opacity: 0.8;
  padding-right: 8%;
}
.discount_banner .discount_countdown .dial .top-coming {
  display: flex;
  padding-top: 122px;
  justify-content: end;
  gap: 64px;
  flex-direction: column;
}
.discount_banner .discount_countdown .dial .top-coming li {
  list-style: none;
  text-align: right;
  color: #fefcfb;
  font-size: 28px;
  margin-bottom: 0;
}
.discount_banner .discount_countdown .dial .top-coming li:nth-child(1) {
  opacity: 0.8;
  padding-right: 8%;
}
.discount_banner .discount_countdown .dial .top-coming li:nth-child(2) {
  opacity: 0.6;
  font-size: 28px;
  padding-right: 17%;
}
.discount_banner .discount_countdown .dial .top-coming li:nth-child(3) {
  opacity: 0.3;
  padding-right: 28%;
  font-size: 24px;
}
.discount_banner .discount_countdown .paint_shape {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown .paint_shape {
    width: 345px;
    height: 255px;
  }
}
.discount_banner .discount_countdown .exclude {
  position: absolute;
  right: 45px;
  top: 0;
  animation: rotating 60s infinite linear;
}
.discount_banner .discount_countdown .countdown {
  position: relative;
  z-index: 45;
  justify-content: end;
  align-content: center;
}
.discount_banner .discount_countdown .countdown li:last-child h2 {
  position: relative;
  z-index: 9;
}
.discount_banner .discount_countdown .countdown li:last-child h2 span {
  position: relative;
  z-index: 999;
  width: 80px;
  text-align: center;
  color: #fefcfb;
  padding: 0 0 0 23px;
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown .countdown li:last-child h2 span {
    width: auto;
    color: #2a322d;
  }
}
@media (max-width: 1399px) {
  .discount_banner .discount_countdown .countdown li:last-child h2 span {
    padding-left: 14px;
  }
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown .countdown li:last-child h2 span {
    padding-left: 0px;
  }
}

.contact_banner {
  background: url(../media/backgrounds/get-contact-bg.jpg) no-repeat;
  background-size: cover;  
  padding: 57px 50px 50px;
  border-radius: 15px;
  position: relative;  
}

.con-img .shape-b {
  position: absolute;
  z-index: 5;
  max-width: 290px;
  top: 0;
  -webkit-animation: leftRight-2 4.5s linear 0s infinite alternate;
  animation: leftRight-2 4.5s linear 0s infinite alternate;
}

.con-img .shape-f {
  position: absolute;
  z-index: 5;
  max-width: 500px;
  top: 0;
  -webkit-animation: leftRight-2 2.5s linear 0s infinite alternate;
  animation: leftRight-2 2.5s linear 0s infinite alternate;
}
.con-img.position-relative {
    position: absolute;
    top: -167px;
}
.icons-blue {
    display: inline-block;
    background: #085edc;
    border-radius: 10px;
    padding: 8px;
}
.icons-blue img {
    max-width: 30px;
}
.con-address h2 {
    color: #c8291e;
    font-size: 24px;
    font-weight: 600;
}
.c-text {
    display: inline-block;
    width: 75%;
    margin: 0 0 0 20px;
}
.con-address {
    vertical-align: top;
    display: flex;
    align-items: baseline;
}
.quick-contact {
    background: #e7dde5;
    padding: 19px 17px 17px 45px;
    margin-top: 9px;
    border-radius: 15px;
    box-shadow: 0 4px 0px #e4a6a7;
    display: flex;
}
.quick-contact h4 {
    font-size: 22px;
    font-weight: 600;
    color: #c93635;
    width: 120px;
    border-right: 1px solid #999;
    display: inline-block;
    margin-right: 30px;
}
form.footer-form {
    width: 85%;
    display: inline-block;
}

.heading.w-70 {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact_banner {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .contact_banner {
    height: 500px;
  }
}
.contact_banner .phone_number {
  width: 316px;
  text-align: center;
  padding: 12px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  color: #0aa6d7;
  background-color: #fefcfb;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .contact_banner .phone_number {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .contact_banner .phone_number {
    width: auto;
  }
}
.contact_banner .icons img {
  position: absolute;
}
.contact_banner .icons img:nth-child(1) {
  top: 4px;
  left: 127px;
  width: 80.653px;
  height: 37.067px;
  z-index: 5;
  -webkit-animation: leftRight-2 4.5s linear 0s infinite alternate;
  animation: leftRight-2 4.5s linear 0s infinite alternate;
  opacity: 0.4;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(1) {
    left: 77px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(1) {
    left: 27px;
  }
}
.contact_banner .icons img:nth-child(2) {
  top: 20px;
  left: 111px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(2) {
    left: 61px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(2) {
    left: 11px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(2) {
    display: none;
  }
}
.contact_banner .icons img:nth-child(3) {
  top: 3px;
  left: 148px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(3) {
    left: 98px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(3) {
    left: 48px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(3) {
    left: 18px;
  }
}
.contact_banner .icons img:nth-child(4) {
  bottom: 53px;
  left: 221px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(4) {
    left: 171px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(4) {
    left: 71px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(4) {
    display: none;
  }
}
.contact_banner .icons img:nth-child(5) {
  bottom: -20px;
  left: 460px;
  z-index: 5;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
  opacity: 0.4;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(5) {
    left: 310px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(5) {
    left: 210px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(5) {
    left: 50px;
  }
}
.contact_banner .icons img:nth-child(6) {
  top: 21px;
  right: 168px;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(6) {
    right: 118px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(6) {
    right: 68px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(6) {
    right: 18px;
    width: 50px;
  }
}
.contact_banner .icons img:nth-child(7) {
  bottom: 38px;
  z-index: 10;
  right: 111px;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(7) {
    right: 61px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(7) {
    right: 11px;
  }
}
.contact_banner .icons img:nth-child(8) {
  bottom: -70px;
  right: 132px;
  z-index: 5;
  -webkit-animation: animation-popup-1 4s linear 0s infinite alternate;
  animation: animation-popup-1 4s linear 0s infinite alternate;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(8) {
    right: 62px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(8) {
    bottom: 0px;
    width: 140px;
    height: 140px;
  }
}
.contact_banner .icons img:nth-child(9) {
  bottom: 26px;
  right: 198px;
  z-index: 15;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(9) {
    right: 148px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(9) {
    right: 90px;
  }
}

.contact_links .contact_link_block {
  width: 100%;
  position: relative;
  padding: 12px;
  padding-left: 72px;
  border-radius: 25px 15px 15px 25px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  background-color: #fefcfb;
  transition: all 0.5s ease;
}
.contact_links .contact_link_block .icon {
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 10;
  background-color: #fefcfb;
  border-radius: 50%;
  border: 3.2px solid rgba(10, 166, 215, 0.2);
  display: grid;
  align-content: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  box-shadow: 1.28px 0.64px 3.2px 0px rgba(2, 69, 122, 0.04), 5.76px 2.56px 6.4px 0px rgba(2, 69, 122, 0.03), 12.16px 6.4px 8.32px 0px rgba(2, 69, 122, 0.02), 22.4px 10.88px 9.6px 0px rgba(2, 69, 122, 0.01), 34.56px 17.28px 10.88px 0px rgba(2, 69, 122, 0);
}
.contact_links .contact_link_block .icon i {
  color: #0aa6d7;
  transition: all 0.5s ease;
  font-size: 24px;
}
.contact_links .contact_link_block span {
  color: #7a8582;
  transition: all 0.5s ease;
}
.contact_links .contact_link_block:hover {
  transition: all 0.5s ease;
}
.contact_links .contact_link_block:hover .icon i {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.contact_links .contact_link_block:hover span {
  transition: all 0.5s ease;
  color: #0aa6d7;
}

.news_letter_banner {
  padding: 121px 16px 310px;
  background: url(../media/backgrounds/banner-bg-2.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 15px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
.news_letter_banner .icon {
  width: 100px;
  height: 100px;
  border: 5px solid rgba(254, 252, 251, 0.5);
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 24px;
  display: grid;
  justify-content: center;
  align-content: center;
}
.news_letter_banner .icon i {
  color: #fefcfb;
  font-size: 40px;
}
.news_letter_banner .newsletter {
  width: auto;
}
.news_letter_banner .newsletter input {
  color: #fefcfb;
  border-color: #fefcfb;
  padding: 9px 12px;
}
.news_letter_banner .newsletter input:focus {
  border-color: #fefcfb;
  color: #fefcfb;
}
.news_letter_banner .newsletter input::placeholder {
  color: #fefcfb;
}
.news_letter_banner .shapes img {
  position: absolute;
}
.news_letter_banner .shapes img:nth-child(1) {
  top: 47px;
  left: 44px;
  width: 80.653px;
  height: 37.067px;
  opacity: 0.4;
  z-index: 10;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
}
.news_letter_banner .shapes img:nth-child(2) {
  top: 63px;
  left: 28px;
  opacity: 0.5;
  z-index: 5;
}
.news_letter_banner .shapes img:nth-child(3) {
  top: 24px;
  right: 16px;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.news_letter_banner .shapes img:nth-child(4) {
  left: 84px;
  bottom: 181px;
  z-index: 20;
}
.news_letter_banner .shapes img:nth-child(5) {
  left: 19px;
  bottom: 74px;
  z-index: 10;
}
.news_letter_banner .shapes img:nth-child(6) {
  left: 16px;
  bottom: 32px;
  z-index: 5;
  -webkit-animation: animation-popup-1 4s linear 0s infinite alternate;
  animation: animation-popup-1 4s linear 0s infinite alternate;
}
.news_letter_banner .shapes img:nth-child(7) {
  right: 80px;
  bottom: 45px;
  opacity: 0.4;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
}
.news_letter_banner .shapes img:nth-child(8) {
  right: -30px;
  bottom: 146px;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.news_letter_banner .shapes img:nth-child(9) {
  right: 73px;
  bottom: 130px;
  z-index: 40;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.faq .faq-block {
  padding: 24px;
  padding-right: 48px;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
.faq .faq-block .accordion-button {
  margin: 0;
  position: relative;
  padding: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .faq .faq-block .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq .faq-block .accordion-button {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .faq .faq-block .accordion-button {
    font-size: 18px;
  }
}
.faq .faq-block .accordion-button.collapsed {
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
.faq .faq-block .accordion-button.collapsed::after {
  background-image: none !important;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.faq .faq-block .accordion-button:not(.collapsed) {
  color: #2a322d;
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  background-image: none !important;
  position: absolute;
  right: -24px;
  font-weight: 300;
  color: #0aa6d7;
  font-size: 30px;
  cursor: pointer;
}
.faq .faq-block .accordion-collapse p {
  margin: 16px 0 0;
}
.f-bg{position: relative;}
.f-items{
    position: relative; text-align: center;
}
.f-items h3 {
    font-size: 21px;
    margin: 12px 0;
}
.f-items .short-description {
    width: 85%;
    margin: 0 auto 9px;
}
.f-items a.btn.btn-link {
    border: 0;
    padding: 0;
    color: #000;
    text-transform: lowercase;
    background-image: linear-gradient(to right, #cc564d, #ff5266, #d95c52, #ff5266);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.f-bg:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../media/backgrounds/dotted-shape.png);
    background-position: 50%;
    width: 80%;
    height: 60%;
    top: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
.f-bg .count-no {
    font-family: "Open Sans", sans-serif;
    font-size: 100px;
    font-weight: 700;
    color: transparent;
    text-shadow: 2px 2px 7px #e3ecf6, 0 0 #aab1b8;
    position: absolute;
    line-height: 1;
    top: -20px;
    left: 40px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: linear-gradient(100deg, #e3ecf6 .51%, #e3ecf6 100%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.f-bg .f-icons {
    width: 135px;
    height: 135px;
    min-width: 135px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    font-size: 60px;
    color: #fff;
    box-shadow: 0 0 15px rgba(13, 13, 13, .2) inset;
    z-index: 1;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.f-bg .f-icons:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #072391, #00092d);
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    z-index: -2;
    opacity: 1;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.f-bg .f-icons:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center;
    background: linear-gradient(90deg, #013bff 0%, #8be6fc 100%);
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.f-bg .f-icons img {
    transform: rotateY(0);
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.f-bg .f-items:hover .f-icons img {
    transform: rotateY(360deg);
}

.f-bg .f-items:hover .count-no {
    background: linear-gradient(100deg, #ff9a3e .51%, #ff5266 100%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: unset;
}
.f-bg .f-items:hover .f-icons:before {
    opacity: 0;
}
.f-bg .f-items:hover .f-icons:after {
    transform: scale(1);
    opacity: 1;
}
.f-bg .col-lg-3.mb-48:nth-child(even) {
    margin-top: 105px;
}
.testimonials img.quote_icon {
    max-width: 55px;
    margin-bottom: 10px;
}
.testimonials{
  background: url(../media/resources/testimonial-bg-left.png) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 1380px) {
  .f-bg .count-no {
    left: 18px;
  }
}
.benefits {
  position: relative;
  background: url(../media/backgrounds/benefits-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .benefits {
    background-position: left bottom;
  }
}
.benefits .heading_block {
  margin-bottom: 55px;
}
.benefits .card_block:nth-child(2) {
  margin-top: -40px;
}
.benefits .card_block:nth-child(3) {
  margin-top: -80px;
}
.benefits .card_block:nth-child(4) {
  margin-top: -120px;
}
.benefits .card_block:nth-child(5) {
  margin-top: -160px;
}
@media (max-width: 992px) {
  .benefits .card_block:nth-child(odd) {
    margin-top: 0;
  }
  .benefits .card_block:nth-child(even) {
    margin-top: -40px;
  }
}
@media (max-width: 575px) {
  .benefits .card_block:nth-child(even) {
    margin-top: 0px;
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes leftRight-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@keyframes leftRight-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@-webkit-keyframes leftRight-2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}
@keyframes leftRight-2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}
@-webkit-keyframes animation-popup-1 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animation-popup-1 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes title-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes title-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotating2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes animation-upDown-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes animation-upDown-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes shadows2 {
  0% {
    box-shadow: 0 0 0 0 rgba(10, 166, 215, 0.09), 0 0 0 30px rgba(10, 166, 215, 0.09), 0 0 0 50px rgba(10, 166, 215, 0.09);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(10, 166, 215, 0.09), 0 0 0 50px rgba(10, 166, 215, 0.09), 0 0 0 70px rgba(10, 166, 215, 0);
  }
}
.font-big {
    color: #f06258;
    font-size: 57px;
    line-height: normal;
    font-weight: 800;
}
.bg-text {
    color: #f06258;
    text-transform: uppercase;
    font-size: 230px;
    font-weight: 900;
    opacity: .05;
    position: absolute;
    left: 20%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translate(-20%, -6px);
    width: 100%;
}
.boxes-list {
    border-radius: 25px;
    background: #ffffff33;
    box-shadow: 5px 5px 0 #9399c3;
    padding: 94px 35px 160px 60px;
    overflow: hidden;
    position: relative;
}
.counter-n {
    font-size: 55px;
    font-weight: 800;
    color: #1e3592;
    background: #cfd0e4e8;
    position: absolute;
    left: -55px;
    top: -55px;
    border-radius: 300px;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0 0 20px;
    z-index: -1;
}
.box-img {
    position: absolute;
    bottom: -5px;
    max-width: 58%;
    left: 62px;
    -webkit-animation: leftRight-2 2.5s linear 0s infinite alternate;
    animation: leftRight-2 2.5s linear 0s infinite alternate;
}
.boxes-list:after {
    content: '';
    background: url(../media/icons/right.png) center no-repeat;
    width: 349px;
    height: 349px;
    position: absolute;
    right: -50px;
    bottom: -70px;
    z-index: -1;
}
.boxes-list .heading {
    font-weight: 500;
    font-size: 22px;
}
.short-description.about__card__content {
    width: 100%;
}
.about__card .short-description.about__card__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.boxes-list .short-description p {
    color: #000000;
    font-weight: 400;
}
a.arrow-diognal {
    background: #f06258;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    font-size: 18px;
}
.boxes-list:hover a.arrow-diognal {
    background: #000;   
    transform: rotate(0deg);
}
.col-lg-8 .box-img {
    max-width: 39%;
    left: auto;
    right: 0;
    bottom: -10px;
}
.col-lg-8 .boxes-list .about__card {
    width: 60%;
}

.col-lg-8 .about__card .short-description.about__card__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.col-lg-8 .boxes-list{    padding: 94px 35px 88px 60px;}
a.btn.btn-link.solid-pink {
    background: #f06258;
    border: 1px solid #f06258;
    color: #fff;
    margin-top: 49px;
    padding: 7px 0px 7px 25px;
}
.idea-bg {
    background: url(../media/backgrounds/mid-bg.png) no-repeat 0 0;
    padding: 250px 0 0px 0;
    background-size: cover;
}
a.btn.btn-link.solid-pink i.fa.fa-arrow-right {
    background: #fff;
    color: #f06258;
    border-radius: 64px;
    padding: 6px 7px;
    margin: 0 10px;
}
.service__card__image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.service__card__content {
    padding: 0 15px;
}
.service-short-description-wrapper {
    border: 1px solid #f2605a;
    border-radius: 12px;
    padding: 55px 60px;
    background: #ffffff7a;
}
.service-short-description-wrapper img {
    max-width: 110px;
}
.service-short-description-wrapper .col-lg-3
{
  text-align: center;
}
.service-short-description-wrapper .small-heading {
    color: #F44336;
    text-transform: uppercase;
    font-weight: 700;
}
.service-short-description-wrapper .heading {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 12px;
}
.service-short-description-wrapper .short-description p {
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.service-short-description-wrapper .short-description {
    border-left: 1px solid #F44336;
    padding-left: 45px;
}
.service-short-description-wrapper .heading span {
    color: #3F51B5;
}
.service-left-wrapper{position: relative; width: 83%;
    margin: 0 auto; display: flex;}
.service-left-wrapper-img {
    background: url(../media/shapes/article-blocker-sprite-left.webp) no-repeat center 0;
    background-size: contain;
    width: 70%;
    height: 385px;
    position: relative;
    display: inline-block;
    left: 80px;
    top: -25px;

}
.service-right-content {
    display: inline-block;
    width: 40%;
    position: relative;
    left: -93px;
}
.service-left-wrapper img {
    position: relative;
    left: 18px;
    -webkit-animation: leftRight-2 2.5s linear 0s infinite alternate;
    animation: leftRight-2 2.5s linear 0s infinite alternate;
}
.service-left-wrapper:nth-child(even) img {
    -webkit-animation: leftRight-2 2s linear 0s infinite alternate;
    animation: leftRight-2 2s linear 0s infinite alternate;
}
.service-left-wrapper:nth-child(even) .service-left-wrapper-img img {
    left: 141px;
}
@media (max-width: 1380px){
  .service-left-wrapper img {
      left: -26px;
  }
}
.service-right-content {
    display: inline-flex;
    position: relative;
    left: -5px;
    width: 60%;
    top: 70px;
}
.service-right-content .counter-no {
    display: inline-block;
    font-size: 124px;
    position: relative;
    top: 42px;
    left: -36px;
    font-weight: 900;
    color: #ff8894;
}
.service-right-content .heading {
    color: #F44336;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
}
.service-right-content .short-description p {
    color: #000;
    font-weight: 400;
    line-height: normal;
}
.service-left-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}
.service-left-wrapper:nth-child(even) .service-left-wrapper-img {
    background: url(../media/shapes/article-blocker-sprite-right.webp) no-repeat 0 0;
    background-size: contain;
    width: 97%;
    height: 385px;
    position: relative;
    display: inline-block;
    left: -140px;
    top: -23px;
}
.service-left-wrapper:nth-child(even) .service-right-content {
    flex-direction: row-reverse;
    text-align: right;
    left: -65px;
    width: 75%;
}
.service-left-wrapper:nth-child(even) .service-right-content .counter-no {
    left: 30px;
}
.service-left-wrapper:nth-child(even) .service-right-content a.arrow-diognal {
    float: right;
}
.service-left-wrapper:last-child .service-left-wrapper-img {
    background: url(../media/shapes/last-circle.png) no-repeat 56px 0;
    width: 70%;
    height: 385px;
    position: relative;
    display: inline-block;
    left: 75px;
    background-size: 335px;
}

.service-left-wrapper:nth-child(even):last-child .service-left-wrapper-img img {
    left: 16px;
}

@media (max-width: 1380px){
  .service-left-wrapper:last-child .service-left-wrapper-img {
    background: url(../media/shapes/last-circle.png) no-repeat 0 0;
    width: 70%;
    height: 385px;
    position: relative;
    display: inline-block;
    left: 75px;
    background-size: 335px;
  }
  .service-left-wrapper:nth-child(even):last-child .service-left-wrapper-img img {
    left: -65px;
  }
 
}

.top-header-wave {
    height: 0%;
    width: 100%;
    position: absolute;
    top: 219px;
    left: 0;
    background: #ddecfe;
    transform: rotate(180deg);
    z-index: -1;
}

.wave {
  background: url(../media/banners/wave.png) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 430px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

/* Dots dropping css start  */
.dots-blue{
    width: 7px;
    height: 7px;
    background: #02347c;
    border-radius: 100px;
  }
  .dots-orange{
    width: 10px;
    height: 10px;
    background: #ff5722;
    border-radius: 100px;
  }
  .dots-light-blue{
    width: 5px;
    height: 5px;
    background: #03a9f4;
    border-radius: 100px;
  }
  .dots-green{
    width: 5px;
    height: 5px;
    background: #8bc34a;
    border-radius: 100px;
  }
.snowflake {    
    position: fixed;
    top: -10%;
    z-index: 1;
    user-select: none;
    cursor: default;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 0s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
    left: 2%;
    animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
    left: 10%;
    animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
    left: 20%;
    animation-delay: 6s, .5s;
}

.snowflake:nth-of-type(3) {
    left: 30%;
    animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
    left: 40%;
    animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
    left: 50%;
    animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
    left: 60%;
    animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
    left: 70%;
    animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
    left: 80%;
    animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
    left: 90%;
    animation-delay: 3s, 1.5s;
}

@keyframes snowflakes-fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
    50% {
        transform: translateX(80px);
        -webkit-transform: translateX(80px);
        -moz-transform: translateX(80px);
        -o-transform: translateX(80px);
        -ms-transform: translateX(80px);
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
}
/* End  */

/*--------------------------------------------------------------
# Service Detail Popup
--------------------------------------------------------------*/
body.inner-pages.locked {
    overflow: hidden;
}
.sd-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.sd-popup .sd-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #f44336;
  opacity: 0.8;
  cursor: url(../media/close.png), auto;
}
.sd-close {
    position: sticky;
    right: 30px;
    font-family: "Open Sans", sans-serif;
    color: #E91E63;
    cursor: pointer;
    top: -55px;
    width: 50px;
    display: inline-block;
    background: #ffffffe6;
    height: 50px;
    border-radius: 50px;
    z-index: 9;
}
.sd-close i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 27px 0 0 0;
    border: 1px solid;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    border-radius: 50px;
}
@media (max-width: 767px) {
  .sd-popup .sd-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.sd-popup .sd-popup__content {
  position: fixed;
  width: 0;
  max-width: 70%;
  padding: 30px 90px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  border: 1px solid #fff;
  height: 80%;
  overflow: auto;
  background: url(../media/backgrounds/body-bg.jpg) repeat center 880px;
  border-radius: 22px;
}
.sd-popup .sd-popup__content .sd-popup__form {
  position: relative;
}
.sd-popup .sd-popup__content .sd-popup__form input[type=search],
.sd-popup .sd-popup__content .sd-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.sd-popup .sd-popup__content .sd-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: #0aa6d7;
  color: #fefcfb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.sd-popup .sd-popup__content .sd-popup__form button i {
  margin: 0;
  font-size: 24px;
}
.sd-popup .sd-popup__content .sd-popup__form button::after {
  background-color: #9b59b6;
}
.sd-popup.active {
  z-index: 9999;
}
.sd-popup.active .sd-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
footer, footer h2 {
    color: #f57e00;
}
footer h2 {
    color: #f57e00;
    font-size: 45px;
    font-weight: 500;
}
footer .align-items-end {
    align-items: flex-end !important;
    justify-content: flex-start !important;
}
.swal2-popup.swal2-modal.swal2-show {
    background: #ffb952ba;
    border: 10px solid #ffffff3d;
    backdrop-filter: blur(9px);
    border-radius: 292px;
    height: 500px;
}
div:where(.swal2-icon).swal2-error {
    border-color: #ffffff !important;
    color: #ffffff !important;
}
 div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #ffffff !important;
} 
div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 0 !important;
    color: #fff !important;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    color: #fff !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: inherit !important;
    color: #fff !important;
    border: 3px solid #fff !important;
    border-radius: 13px !important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left], div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right, div:where(.swal2-icon).swal2-success .swal2-success-fix {display: none;}

@media (max-width: 767px) {
  .sd-popup.active .sd-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.sd-popup.active .sd-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
div:where(.swal2-container) {
    z-index: 9999999 !important
}
h1, .h1 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {  
  .bg-text {
    font-size: 166px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .hero-banner-1 .main-img {
        right: -1%;
    }
    .about-left-home {
        padding: 70px 120px 0 140px;
        top: -60px;
    }
    .con-img.position-relative {
      left: -77px;
    }
    .font-big {
            font-size: 35px;
    }
    .bg-text {
       font-size: 150px;
    }
    ul.main-menu__list1 li a {
        color: #a00000;
        font-size: 16px;
    }
    
}
@media (max-width: 1024px) {
  footer .footer_main {
    text-align: center;
  }
  footer .footer_main .align-items-end.justify-content-center {
      align-items: center !important;
  }
}
@media (max-width: 767px) {
  .main-menu .main-menu__right .main-menu__nav {        
      display: none;
  }
  .main-menu__nav.open {
    display: block !important;
  }
  footer h3 {
        color: #f57e00;
        font-size: 35px !important;
        font-weight: 500;
    }
  .main-menu__nav.open {
      display: block !important;
      position: fixed;
      z-index: 999999;
      left: 0;
      top: 120px;
      background: #fff !important;
      border-radius: 0 !important;
      border: 0;
      padding: 0 !important;
  }
  nav.main-menu.sticky-g .main-menu__nav.open {
    top: 100px;
    border: 0;
  }
  nav.main-menu.sticky-g {
  padding: 15px 15px 10px 15px;
  }
  .hero-banner-1 {
      background-position: bottom;
      height: 665px;
      top: 0;
      text-align: center;
      margin-bottom: 0;
      padding-top: 120px;
      background-size: cover;
  }
  .main-menu .main-menu__left .main-menu__logo img {
    max-width: 70%;
  }
  .main-menu {
  padding: 11px 15px;
  }
  .mobile-nav__toggler {
    top: 30px;
    position: relative;
  }
  .sticky-g .mobile-nav__toggler {
    top: 0px;
  }
  ul.main-menu__list1 li.active a:before, ul.main-menu__list1 li:hover a:before{display: none}
  ul.main-menu__list1 li {
    width: 92%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
    text-transform: uppercase;
    left: 0;
  }
  .hero-banner-1 .content .text_block {
      padding-top: 28px;
  }
  .hero-banner-1 .main-img {
  right: 0;
  width: 77%;
  left: 0;
  margin: 0 auto;
  bottom: 26px;
  }
  .about-left-home {
    padding: 86px 84px 110px 60px;
    left: -21px;
    margin-top: -55px;
  }
  .feature__card {
  max-width: 100%;
  margin: 0 auto;
  }
  .box1 {
  border-right: 0px solid #ef6157;
  border-bottom: 1px solid #ef6157;
  text-align: center;
  }
  .feature__card .feature__icon {
    position: relative;
    z-index: 10;
    width: auto;
    transition: all 0.5sease;
  }
  .feature__card .feature__content {
    position: relative;
    z-index: 5;
    padding: 15px 30px 0px;
  }
  .col-lg-12.position-absolute.marketing-icon {
    display: none;
  }
  .box2 {
    border-bottom: 1px solid #ef6157;
    text-align: center;
  }
  .box2 .feature__icon {
    float: none;
    position: relative;
    right: 0;
  }
  .box3 {
    border-right: 0px solid #ef6157;
    text-align: center;
    border-bottom: 1px solid #ef6157;
  }
  .box3 .feature__icon {
    position: relative;
    left: 0;
  }
  .box4 {
    text-align: center;
  }
  .box4 .feature__icon {
    position: relative;
    left: 0;
  }
  .col-lg-5.mb-48.mb-lg-0.px-3.border-right-1 {
    border: 0;
    margin-bottom: -3px;
    text-align: center;
  }
  .col-lg-7.mb-48.mb-lg-0.px-5.pt-3 {
    text-align: center;
  }
  .cra-tilt img {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    max-width: 100%;
    z-index: -4;
    right: 0;
    text-align: center;
  }
  .f-bg:before{display: none}
  .f-bg .count-no {
      left: 80px;
  }
  .f-bg .col-lg-3.mb-48:nth-child(even) {
    margin-top: 15px;
  }
  .testimonials_slider_1_block .card-block {
  height: auto;
  margin: 0 auto;
  }
  .testimonials_text_block {
    padding: 58px 0 99px;
    position: relative;
    display: none;
  }
  .w-70 {
    width: 99%;
  }
  .heading.w-70 {
    margin-bottom: -12px;
  }
  .con-img.position-relative {
    position: absolute;
    top: -167px;
    display: none;
  }
  .contact_banner {
      height: auto;
  }
  .quick-contact {
    display: inline-block;
  }
  .quick-contact h4 {
    font-size: 22px;
    font-weight: 600;
    color: #c93635;
    width: 100%;
    border-right: 0px solid #999;
    display: inline-block;
    margin-right: 30px;
    border-bottom: 1px solid #999;
    padding-bottom: 16px;
  }
  form.footer-form {
    width: 95%;
    display: inline-block;
  }
  input.submit {
   margin-top: 25px;
  }
  footer .footer_main {
    padding: 0px 0 0px 0;
  }
  .footer_text .heading {
    font-family: "Open Sans", sans-serif;
    font-size: 37px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 40px;
  }
  .page_title_banner .content .title {
    width: 85%;
  }
  .inner-pages h1, .inner-pages .h1 {
    font-size: 35px;
  }
  .page_title_banner .content .title .tag {
    top: -115px;
    left: 0;
    max-width: 95px;
    opacity: .7;
  }
  .page_title_banner .content .title .tag2 {
    top: -103px;
    right: -10%;
    width: 137px;
    z-index: -1;
  }
  .page_title_banner {
    height: 350px;
    box-shadow: 0 0 53px #ffffff;
    border-bottom: 1px dashed #d1d1d1;
    background-size: 257% !important;
    background-position: 0 0 !important;
    z-index: 0;
  }
  .font-big {
    font-size: 27px;
  }
  .service-short-description-wrapper {
    padding: 20px 33px;
  }
  .service-short-description-wrapper .short-description {
    border-left: 0;
    padding-left: 0;
    margin: 22px 0 20px 0;
    text-align: center;
  }
  .service-short-description-wrapper .heading {   
    text-align: center;
  }
  .service-short-description-wrapper .small-heading {
    text-align: center;
  }
  .service-left-wrapper {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .service-left-wrapper-img {
    width: 70%;
    height: auto;
    left: auto;
    top: 0;
  }
  .service-right-content {
    display: inline-block;
    position: relative;
    left: auto;
    width: 85%;
    top: 0;
  }
  .service-right-content .counter-no {
    display: inline-block;
    font-size: 200px;
    position: relative;
    top: 70px;
    left: auto;
    font-weight: 900;
    color: #ff8894;
    z-index: -1;
    opacity: .3;
  }
  .service-left-wrapper:nth-child(even) .service-left-wrapper-img {
    width: 70%;
    height: auto;
    left: -30px;
    top: 0;
  }
  .service-left-wrapper:nth-child(even) .service-left-wrapper-img img {
    left: auto;
  }
  a.arrow-diognal {
    display: inline-flex;
    margin-bottom: 35px;
  }
  .service-left-wrapper:nth-child(even) .service-right-content {
    text-align: center;
    left: auto;
    width: 85%;
  }
  .service-left-wrapper:nth-child(even) .service-right-content .counter-no {
    left: auto;
  }
  .service-left-wrapper:last-child .service-left-wrapper-img {
    height: auto;
    left: 0;
    background-size: 190px;
  }
  .service-left-wrapper:nth-child(even):last-child .service-left-wrapper-img img {
      left: -30px;
  }
  .service-left-wrapper:nth-child(even) .service-right-content a.arrow-diognal {
    float: none;
  }
  .sd-popup .sd-popup__content {
    max-width: 95%;
    padding: 30px 25px;
  }
  .bg-text {
    font-size: 45px;
  }
  

}
