@charset "UTF-8";
/*
************
*************************

   Template Name: Tionco - Construction HTML Template
   Description: Tionco - Construction HTML Template
   Author: Bdevs
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
===================

01. common
02. Header
03. Hero
04. Slider
05. About
06. Animated
07. Blog
08. Brand
09. Breadcrumb
10. Button
11. Circular Progress
12. Contact
13. Counter
14. Cta
15. FAQs
16. News
17. Newsletter
18. Portfolio
19. Pricing
20. Progress
21. Promo
22. Section Title
23. Service
24. Sidebar
25. Single
26. Team
27. Testimonial
28. Back To Top
29. Footer

******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text);
  font-size: 16px;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: var(--clr-body-heading);
  margin-top: 0px;
  font-weight: 600;
  text-transform: normal;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.86;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--clr-common-hr_border);
  border-top: 0 none;
  margin: 35px 0;
  padding: 0;
  opacity: 1;
}

label {
  color: var(--clr-body-heading);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background-color: var(--clr-body-heading);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--clr-body-heading);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

/* <<<<<<<    Input Placeholder   >>>>>>>>> */
input::-webkit-input-placeholder {
  color: var(--clr-common-black);
  font-size: 14px;
  opacity: 1;
}
input:-moz-placeholder {
  color: var(--clr-common-black);
  font-size: 14px;
  opacity: 1;
}
input::-moz-placeholder {
  color: var(--clr-common-black);
  font-size: 14px;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: var(--clr-common-black);
  font-size: 14px;
  opacity: 1;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.w_img img {
  width: 100%;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.text_center {
  text-align: center;
}

@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .text_sm_center {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .text_md_center {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .text_lg_center {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .text_xl_center {
    text-align: center;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .text_xxl_center {
    text-align: center;
  }
}

.text_start {
  text-align: left;
}

@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .text_sm_start {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .text_md_start {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .text_lg_start {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .text_xl_start {
    text-align: left;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .text_xxl_start {
    text-align: left;
  }
}

.text_end {
  text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .text_sm_end {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .text_md_end {
    text-align: right;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .text_lg_end {
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .text_xl_end {
    text-align: right;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .text_xxl_end {
    text-align: right;
  }
}

/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-overlay=light]::before {
  background-color: var(--clr-common-white);
}

[data-overlay=dark]::before {
  background-color: var(--clr-common-black);
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #000;
  --clr-common-soft_black: #0a0a0a;
  --clr-common-hr_border: #e6e6e6;
  --clr-body-heading: #000;
  --clr-body-text: #777;
  --clr-body-soft_bg: #f6f6f6;
  --clr-theme-1: #1c689e;
  --clr-theme-2: #0439ab;
  --clr-theme-3: #2eb8e4;
  --clr-theme-4: #00319a;
}

.text-common-white {
  color: #fff;
}

.bg-common-white {
  color: #fff;
}

.text-common-black {
  color: #000;
}

.bg-common-black {
  color: #000;
}

.text-common-soft_black {
  color: #0a0a0a;
}

.bg-common-soft_black {
  color: #0a0a0a;
}

.text-common-hr_border {
  color: #e6e6e6;
}

.bg-common-hr_border {
  color: #e6e6e6;
}

.text-body-heading {
  color: #000;
}

.bg-body-heading {
  color: #000;
}

.text-body-text {
  color: #777;
}

.bg-body-text {
  color: #777;
}

.text-body-soft_bg {
  color: #f6f6f6;
}

.bg-body-soft_bg {
  color: #f6f6f6;
}

.text-theme-1 {
  color: #1c689e;
}

.bg-theme-1 {
  color: #1c689e;
}

.text-theme-2 {
  color: #0439ab;
}

.bg-theme-2 {
  color: #0439ab;
}

.text-theme-3 {
  color: #2eb8e4;
}

.bg-theme-3 {
  color: #2eb8e4;
}

.text-theme-4 {
  color: #00319a;
}

.bg-theme-4 {
  color: #00319a;
}

/* <<<<<<<    Margin & Padding>>>>>>>>> */
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
************
*************************
02. Header
******************************************************* 
*************************************************************** */
.logo_img {
  display: inline-block;
  padding: 0 25px;
}
@media only screen and (min-width: 1600px) {
  .logo_img {
    border-right: 1px solid #e8e8e8;
    padding: 22px 59px;
  }
}
.top_info_single_right {
  line-height: 1;
}
.top_info_single_right span {
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  margin-bottom: 6px;
}
.top_info_single_right a {
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}

.top_info_wrapper {
  display: flex;
}
.top_info_wrapper:is(.top_info_wrapper2) {
  justify-content: flex-end;
}

.top_info_single {
  padding-right: 50px;
  display: flex;
}
.top_info_single:last-child {
  padding-right: 0;
}
.top_info_single:is(.top_info_single2) {
  padding: 30px 50px;
  padding-bottom: 20px;
  border-left: 1px solid #e8e8e8;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .top_info_single:is(.top_info_single2) {
    padding: 30px 35px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .top_info_single:is(.top_info_single2) {
    padding: 30px 25px;
    padding-bottom: 20px;
  }
}
.top_info_single:is(.top_info_single2) a {
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  display: block;
  color: #777;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .top_info_single:is(.top_info_single2) a {
    font-size: 13px;
  }
}
.top_info_single:is(.top_info_single2) span {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .top_info_single:is(.top_info_single2) span {
    font-size: 18px;
  }
}
.top_info_single:is(.has_left_icon) i {
  font-size: 40px;
  line-height: 40px;
  margin-right: 15px;
}
.top_info_single:is(.theme_1) i {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-theme-1);
}
.top_info_single:is(.theme_1) i:hover {
  color: #fff;
}
.top_info_single:is(.theme_1) a {
  color: #fff;
  text-decoration: none;
}
.top_info_single:is(.theme_1) a:hover {
  color: var(--clr-theme-1);
}
.top_info_single:is(.theme_2) i {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-theme-2);
}
.top_info_single:is(.theme_2) i:hover {
  color: var(--clr-common-black);
}
.top_info_single:is(.theme_2) a {
  color: #777;
  text-decoration: none;
}
.top_info_single:is(.theme_2) a:hover {
  color: var(--clr-theme-2);
}

.header_top_clip_one {
  height: 120px;
  display: flex;
  align-items: center;
  background-color: #000;
}

.menu_clip_one {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 110px;
  margin-top: -30px;
}
.menu_clip_one:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-theme-1);
  clip-path: polygon(100% 0, 100% 57%, 50% 100%, 0 57%, 0 0, 50% 21%);
}

/* menu CSS */
.main_menu1 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 72px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .main_menu1 ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .main_menu1 ul li {
    margin-right: 25px;
  }
}
.main_menu1 ul li:is(.menu-item-has-children) > a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color: #fff;
  margin-left: 4px;
  font-weight: 600;
  transform: translateY(-2px);
  display: inline-block;
}
.main_menu1 ul li:is(.menu-item-has-children):is(.active) > a {
  color: #fff;
}
.main_menu1 ul li:is(.menu-item-has-children):is(.active) > a:after {
  color: #fff;
}
.main_menu1 ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main_menu1 ul li:hover .sub-menu .sub-menu {
  left: 100%;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.main_menu1 ul li a {
  padding: 40px 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.main_menu1 ul li a:hover {
  color: #fff;
}
.main_menu1 ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 220px;
  background-color: #fff;
  border-top: 5px solid var(--clr-theme-1);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 7px 0;
  transform: rotate(-2.5deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .main_menu1 ul li .sub-menu {
    transform: rotate(-3.5deg);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .main_menu1 ul li .sub-menu {
    transform: rotate(-3.5deg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .main_menu1 ul li .sub-menu {
    transform: rotate(-5deg);
  }
}
.main_menu1 ul li .sub-menu li {
  margin-right: 0;
  display: block;
}
.main_menu1 ul li .sub-menu li .sub-menu {
  transform: rotate(0deg);
}
.main_menu1 ul li .sub-menu li:hover .sub-menu {
  left: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.main_menu1 ul li .sub-menu li a {
  padding: 7px 30px;
  display: block;
  text-align: start;
  color: #000;
}
.main_menu1 ul li .sub-menu li a:hover {
  color: var(--clr-theme-1);
}
.main_menu1 ul:is(.menu-right) li {
  margin-right: 0;
  margin-left: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .main_menu1 ul:is(.menu-right) li {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .main_menu1 ul:is(.menu-right) li {
    margin-left: 25px;
  }
}
.main_menu1 ul:is(.menu-right) li .sub-menu {
  left: auto;
  right: 0;
}
.main_menu1 ul:is(.menu-right) li .sub-menu li {
  margin-left: 0;
}
.main_menu1 ul:is(.menu-right) li .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}

.logo_middle_wrapper {
  position: relative;
  z-index: 1;
  height: 75px;
  display: flex;
  align-items: center;
  margin-top: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .logo_middle_wrapper {
    margin-top: 0;
  }
}
.logo_middle_wrapper:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 258px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  content: "";
  display: inline-block;
  right: 0;
  margin: auto;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .logo_middle_wrapper:before {
    width: 200px;
  }
}

.main_menu1 > nav > ul {
  margin-top: -34px;
  transform-origin: top left;
  transform: rotate(2.5deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .main_menu1 > nav > ul {
    margin-top: -50px;
    transform: rotate(3.5deg);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .main_menu1 > nav > ul {
    margin-top: -22px;
    transform: rotate(3.5deg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .main_menu1 > nav > ul {
    margin-top: -22px;
    transform: rotate(5deg);
  }
}
.main_menu1 > nav > ul.menu-right {
  margin-top: -34px;
  transform-origin: top right;
  transform: rotate(-2.5deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .main_menu1 > nav > ul.menu-right {
    margin-top: -50px;
    transform: rotate(-3.5deg);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .main_menu1 > nav > ul.menu-right {
    margin-top: -22px;
    transform: rotate(-3.5deg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .main_menu1 > nav > ul.menu-right {
    margin-top: -22px;
    transform: rotate(-5deg);
  }
}
.main_menu1 > nav > ul.menu-right .sub-menu {
  transform: rotate(2.5deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .main_menu1 > nav > ul.menu-right .sub-menu {
    transform: rotate(3.5deg);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .main_menu1 > nav > ul.menu-right .sub-menu {
    transform: rotate(3.5deg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .main_menu1 > nav > ul.menu-right .sub-menu {
    transform: rotate(5deg);
  }
}

/* Mobile device css */
.header_menu_outer {
  background-color: #1c689e;
  padding: 15px 0;
}
.header_menu_outer:is(.theme-2) {
  background-color: var(--clr-theme-2);
  box-shadow: 0 0 15px #0439AB;
}
.header_menu_outer:is(.transparent_outer) {
  box-shadow: 0 0 15px white;
  background-color: #fff;
}
.header_menu_outer:is(.transparent_outer) :is(.mobile_middle) {
  border-color: var(--clr-theme-3);
}
.header_menu_outer:is(.transparent_outer) :is(.open-mobile-menu) a {
  border-color: var(--clr-theme-3);
}
.header_menu_outer:is(.transparent_outer) :is(.open-mobile-menu) a i {
  color: var(--clr-theme-3);
  transition: 0.3s;
}
.header_menu_outer:is(.transparent_outer) :is(.open-mobile-menu) a:hover {
  background-color: var(--clr-theme-3);
}
.header_menu_outer:is(.transparent_outer) :is(.open-mobile-menu) a:hover i {
  color: #fff;
}

.open-mobile-menu a i {
  text-align: center;
  color: #000;
}
.open-mobile-menu a:hover i {
  color: #fff;
}

.mobile_middle {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
}
.mobile_middle:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 90px;
  background-color: #fff;
  z-index: -1;
  content: "";
  transform: translate(-50%, -50%);
}
.mobile_middle img {
  width: 120px;
}

/* Home 02 CSS */
.header_menu_wrapper2 {
  background-color: #000;
  padding-left: 60px;
  padding-right: 200px;
  position: relative;
}
.header_menu_wrapper2:is(.dmsans) ul li a {
  font-family: "DM Sans", sans-serif;
}

.main_menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 64px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .main_menu ul li {
    margin-right: 45px;
  }
}
.main_menu ul li:is(.menu-item-has-children) > a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color: #999;
  margin-left: 4px;
  font-weight: 600;
  transform: translateY(-2px);
  display: inline-block;
}
.main_menu ul li:is(.menu-item-has-children):hover > a:after {
  color: #fff;
}
.main_menu ul li:is(.menu-item-has-children):is(.active) > a {
  color: #fff;
}
.main_menu ul li:is(.menu-item-has-children):is(.active) > a:after {
  color: #fff;
}
.main_menu ul li:hover > a {
  color: #fff;
}
.main_menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main_menu ul li:hover .sub-menu .sub-menu {
  left: 100%;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.main_menu ul li a {
  padding: 40px 0;
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #999;
  font-size: 16px;
}
.main_menu ul li a:hover {
  color: #fff;
}
.main_menu ul li:is(.active) a {
  color: #fff;
}
.main_menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 220px;
  background-color: #fff;
  border-top: 5px solid var(--clr-theme-1);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 7px 0;
}
.main_menu ul li .sub-menu li {
  margin-right: 0;
  display: block;
}
.main_menu ul li .sub-menu li:hover .sub-menu {
  left: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.main_menu ul li .sub-menu li a {
  padding: 7px 30px;
  display: block;
  text-align: start;
  color: #000;
}
.main_menu ul li .sub-menu li a:hover {
  color: var(--clr-theme-1);
}
.main_menu ul li:last-child {
  margin-right: 0;
}
.main_menu:is(.main_menu3) ul li:is(.menu-item-has-children) > a::after {
  display: none;
}
.main_menu:is(.main_menu3) ul li .sub-menu {
  border-color: var(--clr-theme-3);
}
.main_menu:is(.main_menu3) ul li .sub-menu li a:hover {
  color: var(--clr-theme-3);
}
.main_menu:is(.main_menu3) ul:is(.main_menu3_right) li .sub-menu {
  left: auto;
  right: 0;
}
.main_menu:is(.main_menu3) ul:is(.main_menu3_right) li .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
  top: 120%;
}
.main_menu:is(.main_menu3) ul:is(.main_menu3_right) li .sub-menu li:hover .sub-menu {
  left: auto;
  right: 100%;
  top: 0;
}

.right_icons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.right_icons span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 32px 40px;
  line-height: 40px;
  width: 50%;
  height: 100%;
  cursor: pointer;
}
.right_icons span:is(.search_icon) {
  background-color: var(--clr-theme-2);
}
.right_icons span:is(.bars_icon) {
  background-color: var(--clr-theme-1);
}

/*header 3*/
.header_transparent_area3 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.mean-nav .under_txt {
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}

.main_menu3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_menu3 ul li {
  display: inline-block;
  margin-right: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .main_menu3 ul li {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .main_menu3 ul li {
    margin-right: 55px;
  }
}
.main_menu3 ul li:last-child {
  margin-right: 0;
}
.main_menu3 ul li .a_wrap {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 50px 0;
}
.main_menu3 ul li .a_wrap .a_txt {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
.main_menu3 ul li .a_wrap .a_txt:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: var(--clr-theme-3);
  transition: 0.3s;
}
.main_menu3 ul li .a_wrap .under_txt {
  font-size: 14px;
  color: #838383;
  font-weight: 400;
  display: block;
  transition: 0.3s;
}
.main_menu3 ul li:hover .a_wrap .a_txt {
  color: var(--clr-theme-3);
}
.main_menu3 ul li:hover .a_wrap .a_txt:after {
  right: auto;
  left: 0;
  width: 100%;
}
.main_menu3 ul li:hover .a_wrap .under_txt {
  color: #fff;
}

/*
************
*************************
09. Breadcrumb
******************************************************* 
*************************************************************** */
.breadcrumb_area {
  padding-top: calc(160px + 100px);
  padding-bottom: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .breadcrumb_area {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.breadcrumb_overlay {
  position: relative;
  z-index: 1;
}
.breadcrumb_overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: -1;
}

.breadcrumb-list li {
  list-style: none;
  display: inline-block;
}
.breadcrumb-list li a {
  text-decoration: none;
  color: #999;
  font-weight: 700;
}
.breadcrumb-list li:is(.trail-end) span {
  color: var(--clr-theme-3);
  font-weight: 700;
}

.trail-item {
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
}
.trail-item:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background-color: #8b8b8b;
  transform: translateY(-50%);
}
.trail-item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.trail-item:last-child:after {
  display: none;
}

.breadcrumb_title {
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  line-height: 1.13;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .breadcrumb_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .breadcrumb_title {
    font-size: 60px;
  }
}
@media (max-width: 767.99px) {
  .breadcrumb_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .breadcrumb_title {
    font-size: 46px;
  }
}

/*
************
*************************
04. Slider
******************************************************* 
*************************************************************** */
.bg_cover {
  background-size: cover;
}

.transparent_menu_area {
  position: absolute;
  left: 0;
  top: 104px;
  right: 0;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .transparent_menu_area {
    top: 95px;
  }
}

.slide_bg {
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 10s;
}

.slider_height {
  height: calc(700px + 105px);
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .slider_height {
    height: calc(700px + 105px);
  }
}
@media (max-width: 767.99px) {
  .slider_height {
    height: calc(600px + 0px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .slider_height {
    height: calc(700px + 0px);
  }
}

.pattern_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 31.5%;
  height: 100%;
  z-index: 1;
}
.pattern_left:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-theme-3);
  z-index: -1;
}

.single_slide_inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 105px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_slide_inner {
    padding-top: 0;
  }
}

.slider_content {
  background-color: var(--clr-theme-2);
  padding: 100px 80px;
  padding-top: 95px;
  width: 652px;
}
@media (max-width: 767.99px) {
  .slider_content {
    width: 100%;
    padding: 50px 30px;
    padding-top: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .slider_content {
    width: 100%;
    padding: 70px 50px;
    padding-top: 65px;
  }
}
.slider_content p {
  color: #fff;
  line-height: 1.62;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

.sub_title_slide {
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
  display: block;
  margin-bottom: 10px;
}

.title_slide {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  font-size: 75px;
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .title_slide {
    font-size: 52px;
  }
}
@media (max-width: 767.99px) {
  .title_slide {
    font-size: 35px;
  }
}

.slide_btn {
  position: relative;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  padding-right: 100px;
}
.slide_btn:is(.theme1_clr) {
  background-color: var(--clr-theme-3);
  color: #000;
}
.slide_btn:is(.theme1_clr) span {
  background-color: #e9af00;
  color: #000;
  display: inline-block;
}
.slide_btn:is(.theme1_clr):hover {
  background-color: #e9af00;
  color: #fff;
}
.slide_btn:is(.theme1_clr):hover span {
  color: #fff;
  background-color: var(--clr-theme-3);
}
.slide_btn:is(.theme2_clr) {
  background-color: var(--clr-theme-2);
  color: #fff;
}
.slide_btn:is(.theme2_clr) span {
  background-color: #002d8f;
  color: #fff;
}
.slide_btn:is(.theme2_clr):hover {
  background-color: #002d8f;
  color: #fff;
}
.slide_btn:is(.theme2_clr):hover span {
  background-color: var(--clr-theme-2);
  color: #fff;
}
.slide_btn span {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.slide_btn span i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.slide_btn span i:first-child {
  top: -50%;
}
.slide_btn:hover span i:first-child {
  top: 50%;
}
.slide_btn:hover span i:last-child {
  top: 150%;
}

.slider_area .slide-next {
  position: static;
  font-size: 20px;
  background-color: #2eb8e4;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  margin: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
  margin: 0px 0px;
}
.slider_area .slide-next:hover {
  background-color: #fff;
  color: #000;
}
.slider_area .slide-prev {
  position: static;
  font-size: 20px;
  background-color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  margin: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
  margin: 0px 0px;
  margin-top: -60px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .slider_area .slide-prev {
    margin-top: 0;
  }
}
.slider_area .slide-prev:hover {
  background-color: #2eb8e4;
}

.slider-arrow {
  position: absolute;
  left: 50.45%;
  transform: translateX(-50%);
  bottom: 51px;
  z-index: 2;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .slider-arrow {
    left: 50.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .slider-arrow {
    left: auto;
    right: 0;
    bottom: -1px;
    justify-content: flex-end;
  }
}
@media (max-width: 767.99px) {
  .slider-arrow {
    bottom: -1px;
    justify-content: center;
  }
}

.slider-active:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

@media (max-width: 767.99px) {
  .slide_button:is(.mt-45) {
    margin-top: 30px;
  }
}

.slide3_title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  transform: translateY(35px);
  transition: 1.5s;
  opacity: 0;
}
@media (max-width: 767.99px) {
  .slide3_title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .slide3_title {
    font-size: 45px;
  }
}

.slide3_item .slide_button {
  transform: translateY(20px);
  transition: 2s;
  opacity: 0;
}

.swiper-slide-active .slide3_title, .swiper-slide-active.slide3_item .slide_button {
  transform: translateY(0px);
  opacity: 1;
}

.slide_line {
  position: relative;
  display: inline-block;
  color: var(--clr-theme-3);
}
.slide_line:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-image: url(../../assets/img/bg/slide_line3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.slide3_btn {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background-color: var(--clr-theme-3);
  padding: 0 45px;
  border-radius: 30px;
  transition: 0.3s;
}
.slide3_btn:hover {
  background-color: #fff;
  color: var(--clr-theme-3);
}

.slide_thumb {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.slide_thumb > i {
  font-size: 50px;
  transition: 0.3s;
  color: #fff;
  opacity: 0.2;
}
.slide_thumb:hover i {
  color: var(--clr-theme-3);
  opacity: 1;
}

.thumb_text {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.slide3_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  transition: 10s;
}
.slide3_bg img {
  width: 100%;
  height: 100%;
}

.swiper-slide-active .slide3_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.swiper-slide-active .slide_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.slide3_item {
  padding-top: 240px;
  padding-bottom: 290px;
  position: relative;
  z-index: 1;
  min-height: 900px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .slide3_item {
    padding-top: 170px;
    padding-bottom: 220px;
    min-height: 700px;
  }
}
@media (max-width: 767.99px) {
  .slide3_item {
    padding-top: 150px;
    padding-bottom: 200px;
    min-height: 630px;
    overflow: hidden;
  }
}
.slide3_item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.8;
  z-index: -1;
}
.slide3_item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.slider_thumb_area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
}

.slider3_wrapper {
  position: relative;
}

.slide3_item_inner {
  position: relative;
}

.slide3_button_prev, .slide3_button_next {
  width: 85px;
  height: 85px;
  line-height: 75px;
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 1400px) and (max-width: 1599.99px) {
  .slide3_button_prev, .slide3_button_next {
    display: none;
  }
}

.slide3_button_next {
  left: auto;
  right: 0px;
}

.slider3_wrapper:hover .slide3_button_next {
  opacity: 1;
  visibility: visible;
  right: 60px;
  border-color: var(--clr-theme-3);
}
.slider3_wrapper:hover .slide3_button_next:hover {
  border-color: #fff;
}
.slider3_wrapper:hover .slide3_button_prev {
  opacity: 1;
  visibility: visible;
  left: 60px;
  border-color: var(--clr-theme-3);
}
.slider3_wrapper:hover .slide3_button_prev:hover {
  border-color: #fff;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active i {
  color: var(--clr-theme-3);
  opacity: 1;
}

/*
************
*************************
10. Button
******************************************************* 
*************************************************************** */
.consult_btn {
  height: 50px;
  line-height: 44px;
  background-color: var(--clr-theme-1);
  display: inline-block;
  padding: 0 41px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  margin-bottom: 6px;
}
.consult_btn:hover {
  border-color: var(--clr-theme-1);
  color: var(--clr-theme-1);
  background-color: transparent;
}

.hero_buttons .theme_btn {
  margin-right: 20px;
}
.hero_buttons .theme_btn:nth-child(2) {
  margin-right: 0;
}
@media (max-width: 767.99px) {
  .hero_buttons .theme_btn:nth-child(2) {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .hero_buttons .theme_btn:nth-child(2) {
    margin-top: 0px;
  }
}

.single_btn {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  height: 60px;
  padding: 0 45px;
  color: #000;
  background-color: #fff;
  line-height: 60px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}
.single_btn i {
  margin-left: 10px;
  font-weight: 300;
}
.single_btn:hover {
  background-color: #2eb8e4;
  color: #fff;
}

.theme_btn {
  display: inline-block;
  height: 60px;
  background-color: var(--clr-theme-1);
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 0 60px;
  text-decoration: underline;
}
.theme_btn:is(.is_border) {
  border: 2px solid transparent;
  line-height: 56px;
}
.theme_btn:is(.is_border):hover {
  background-color: transparent;
  border-color: var(--clr-theme-1);
  color: var(--clr-theme-1);
  text-decoration: underline;
}
.theme_btn:is(.black_bg) {
  background-color: #000;
}
.theme_btn:is(.black_bg):is(.is_border) {
  border: 2px solid transparent;
  line-height: 56px;
}
.theme_btn:is(.black_bg):is(.is_border):hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: underline;
}
.theme_btn:is(.black_bg):is(.is_border):is(.no_decorateion) {
  text-decoration: none;
}
.theme_btn:is(.black_bg):is(.is_border):is(.no_decorateion):hover {
  text-decoration: none;
}
.theme_btn:is(.soft_theme) {
  background-color: #2eb8e4;
  color: var(--clr-theme-1);
}
.theme_btn:is(.soft_theme):hover {
  text-decoration: underline;
  color: #fff;
  background-color: var(--clr-theme-1);
}

/*
************
*************************
06. Animated
******************************************************* 
*************************************************************** */
/* circle animation effect 
----------------------------------*/
.circle-shape-change {
  -webkit-border-radius: 45% 55% 60% 40%/59% 56% 44% 41%;
  -moz-border-radius: 45% 55% 60% 40%/59% 56% 44% 41%;
  border-radius: 45% 55% 60% 40%/59% 56% 44% 41%;
  -webkit-animation: hero-border 2s linear infinite alternate;
  -moz-animation: hero-border 2s linear infinite alternate;
  -o-animation: hero-border 2s linear infinite alternate;
  animation: hero-border 2s linear infinite alternate;
}

@keyframes hero-border {
  0% {
    -webkit-border-radius: 45% 55% 60% 40%/59% 56% 44% 41%;
    -moz-border-radius: 45% 55% 60% 40%/59% 56% 44% 41%;
    border-radius: 45% 55% 60% 40%/59% 56% 44% 41%;
  }
  100% {
    -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
/* movement animation effect 
----------------------------------*/
.horizontal_move50px {
  -webkit-animation: horizontal_move50 8s linear 0s infinite alternate;
  -moz-animation: horizontal_move50 8s linear 0s infinite alternate;
  -o-animation: horizontal_move50 8s linear 0s infinite alternate;
  animation: horizontal_move50 8s linear 0s infinite alternate;
}

@keyframes horizontal_move50 {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.horizontal_move100px {
  -webkit-animation: horizontal_move100 5s linear 0s infinite alternate;
  -moz-animation: horizontal_move100 5s linear 0s infinite alternate;
  -o-animation: horizontal_move100 5s linear 0s infinite alternate;
  animation: horizontal_move100 5s linear 0s infinite alternate;
}

@keyframes horizontal_move100 {
  0% {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.upward_movement200px {
  -webkit-animation: upward_movement200 8s linear 0s infinite alternate;
  -moz-animation: upward_movement200 8s linear 0s infinite alternate;
  -o-animation: upward_movement200 8s linear 0s infinite alternate;
  animation: upward_movement200 8s linear 0s infinite alternate;
}

@keyframes upward_movement200 {
  0% {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/* image animation effect 
----------------------------------*/
.img-animation-left, .img-animation-right {
  -webkit-animation-name: vamtam-scale-out-left;
  animation-name: vamtam-scale-out-left;
  animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  animation-fill-mode: backwards;
}

@keyframes vamtam-scale-out-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.img-animation-right {
  -webkit-animation-name: vamtam-scale-out-right;
  -webkit-animation-name: vamtam-scale-out-right;
  animation-name: vamtam-scale-out-right;
  animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  animation-fill-mode: backwards;
}

@keyframes vamtam-scale-out-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
/* visible animation effect 
----------------------------------*/
.top_right_visible_animation {
  -webkit-animation-name: top_right_visible;
  -webkit-animation-name: top_right_visible;
  animation-name: top_right_visible;
  animation-duration: 5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  animation-fill-mode: backwards;
}

@keyframes top_right_visible {
  from {
    transform: translate(100%, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
.width_visible_animation {
  -webkit-animation: width_visible 3s linear 0s;
  -moz-animation: width_visible 3s linear 0s;
  -o-animation: width_visible 3s linear 0s;
  animation: width_visible 3s linear 0s;
}

@keyframes width_visible {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* hvr-buzz-out animation effect 
----------------------------------*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/* wobble-vertical animation effect 
----------------------------------*/
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* video play animation */
.popup-video:before, .popup-video:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  animation: popupBtn 1.8s linear infinite;
}

.popup-video:before {
  animation-delay: 0.8s;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
/* icon bounce  */
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*
************
*************************
03. Hero
******************************************************* 
*************************************************************** */
@media (max-width: 767.99px) {
  br {
    display: none;
  }
}

.mtm_62 {
  margin-top: -62px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .mtm_62 {
    margin-top: 0;
  }
}

.hero_height {
  min-height: 700px;
}
@media (max-width: 767.99px) {
  .hero_height {
    min-height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .hero_height {
    min-height: 600px;
  }
}

.hero_content {
  position: relative;
  z-index: 1;
}
.hero_content .sub_hero_title {
  color: #fff;
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 25px;
  display: block;
  line-height: 1;
}

.hero_title {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 1.17;
}
@media (max-width: 767.99px) {
  .hero_title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .hero_title {
    font-size: 45px;
    line-height: 1.4;
  }
}

.line_shape {
  position: relative;
}

.line_shape:after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-image: url(../../assets/img/bg/line_shape.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 767.99px) {
  .line_shape:after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .line_shape:after {
    display: inline-block;
    bottom: -12px;
  }
}

/*
************
*************************
05. About
******************************************************* 
*************************************************************** */
@media (max-width: 767.99px) {
  br {
    display: none;
  }
}

.fix-y {
  overflow-y: visible;
  overflow-x: hidden;
}

.spacing_left10 {
  padding-left: 10px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .spacing_left10 {
    padding-left: 0;
  }
}

.black_bg {
  background-color: #000;
}

.dmsans {
  font-family: "DM Sans", sans-serif;
}

.pr_5 {
  padding-right: 5px;
}

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

.about_wrapper {
  position: relative;
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .about_wrapper {
    padding-left: 0;
  }
}
.about_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .about_wrapper img {
    position: static;
  }
}

.big_title {
  font-size: 47px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .big_title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .big_title {
    font-size: 28px;
  }
}
@media (max-width: 767.99px) {
  .big_title {
    font-size: 25px;
    line-height: 1.4;
  }
}

.about_right {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .about_right {
    padding: 0;
  }
}

.about_text {
  font-size: 19px;
  margin-bottom: 45px;
}

.abs_about {
  position: absolute;
  left: -25px;
  top: 30px;
  font-size: 300px;
  font-weight: 600;
  color: #f8f8f8;
  z-index: -1;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .abs_about {
    font-size: 180px;
  }
}
@media (max-width: 767.99px) {
  .abs_about {
    font-size: 80px;
    position: static;
    display: block;
    margin: 35px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .abs_about {
    position: static;
    font-size: 100px;
    display: block;
    margin: 35px 0;
  }
}

.theme_count_bg {
  background-color: var(--clr-theme-1);
}
.theme_count_bg img {
  position: absolute;
  left: -50px;
  top: auto;
  bottom: -90px;
}

.single-counter {
  height: 400px;
  position: relative;
  overflow: hidden;
  padding: 60px;
  padding-top: 55px;
}
@media (max-width: 767.99px) {
  .single-counter {
    height: 300px;
    padding: 35px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single-counter {
    height: 300px;
    padding: 35px;
    padding-top: 30px;
  }
}

.count_number {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767.99px) {
  .count_number {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .count_number {
    font-size: 50px;
  }
}

.white_text {
  color: #fff;
}

.black_count_bg {
  background-color: #000;
}
.black_count_bg img {
  position: absolute;
  left: 45px;
  top: auto;
  bottom: -30px;
}

.theme_text {
  color: var(--clr-theme-1);
}

.gray_text {
  color: #999;
}

.soft_count_bg {
  background-color: #f6f6f6;
}
.soft_count_bg img {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .soft_count_bg img {
    bottom: -50px;
  }
}

.about_ideal_img {
  position: relative;
}
.about_ideal_img > img {
  width: 100%;
}
.about_ideal_img:before {
  position: absolute;
  width: 266px;
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 1;
  background-image: url(../../assets/img/bg/ideal_logo_bg.png);
  background-repeat: no-repeat;
}

.about_ideal_logo {
  background-color: #fff;
  width: 178px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.about_ideal_content {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .about_ideal_content {
    padding-left: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .about_ideal_content {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.about_ideal_content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  height: 100%;
  content: "";
  z-index: -1;
  background-image: url(../../assets/img/bg/pattern_box.png);
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .about_ideal_content:before {
    width: 100%;
  }
}
.about_ideal_content p {
  font-size: 18px;
  line-height: 1.67;
}

/* attentions_area CSS  */
.dark_bg {
  background-color: #000;
}

.single_mission {
  display: flex;
  border-bottom: 1px solid #181818;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
@media (max-width: 767.99px) {
  .single_mission {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_mission {
    flex-direction: row;
  }
}
.single_mission i {
  font-size: 60px;
  color: var(--clr-theme-1);
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  line-height: 1;
}

.single_mission_right h4 {
  color: #fff;
  font-size: 20px;
}
.single_mission_right p {
  font-size: 16px;
  color: #999;
  line-height: 1.75;
}

.single_impression {
  display: flex;
}
@media (max-width: 767.99px) {
  .single_impression {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_impression {
    flex-direction: row;
  }
}

.mission_progress_wrapper {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .mission_progress_wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767.99px) {
  .mission_progress_wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .mission_progress_wrapper {
    margin-bottom: 0px;
  }
}

.single_impression_right {
  margin-top: 15px;
}
@media (max-width: 767.99px) {
  .single_impression_right {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_impression_right {
    margin-top: 15px;
  }
}
.single_impression_right .impression_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.single_impression_right p {
  color: #999;
  line-height: 1.75;
  margin-bottom: 0;
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .attention_content_wrapper {
    margin-top: 40px;
  }
}

.attentions_img_wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .attentions_img_wrapper {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .attentions_img_wrapper {
    margin-left: 25px;
  }
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .attentions_img_wrapper {
    margin-left: 0px;
  }
}
.attentions_img_wrapper img:first-child {
  width: 100%;
  height: 100%;
}

.attention_man {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 100%;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .attention_man {
    max-height: 120%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .res_size .title_colored {
    font-size: 45px;
  }
}

/* About 2 CSS */
@media (max-width: 767.99px) {
  .about_img_wrapper2:is(.pl-80) {
    padding-left: 0;
  }
}

.about_img_inner {
  display: inline-block;
  position: relative;
}
@media (max-width: 767.99px) {
  .about_img_inner {
    max-width: 90%;
  }
}
.about_img_inner:before {
  position: absolute;
  left: -60px;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  border: 3px solid var(--clr-theme-3);
  z-index: -1;
  transition: 0.3s;
}
@media (max-width: 767.99px) {
  .about_img_inner:before {
    left: -10px;
    top: 25px;
  }
}

.about_topright {
  position: absolute;
  right: -35px;
  top: -35px;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 767.99px) {
  .about_topright {
    max-width: 90%;
  }
}

.trust_tag {
  width: 176px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -80px;
  bottom: -10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
@media (max-width: 767.99px) {
  .trust_tag {
    width: 100px;
    height: 100px;
    left: auto;
    right: 0;
    bottom: auto;
    top: -50px;
    z-index: 1;
  }
}
.trust_tag span {
  font-size: 12px;
  text-transform: uppercase;
  color: #81868a;
  line-height: 3.33;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 767.99px) {
  .trust_tag span {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.trust_tag h4 {
  font-weight: 700;
  color: #0439ab;
  font-size: 40px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 767.99px) {
  .trust_tag h4 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0px;
  }
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .about_content2:is(.pl-60) {
    padding-left: 0;
  }
}
.about_content2 p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.about_list2 li {
  font-size: 16px;
  color: #000;
  line-height: 2.2;
  list-style: none;
  position: relative;
  padding-left: 35px;
}
.about_list2 li:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  font-family: "font awesome 5 pro";
  transform: translateY(-50%);
}
.about_list2:is(.w_50) li {
  float: left;
  width: 50%;
}
@media (max-width: 767.99px) {
  .about_list2:is(.w_50) li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .about_list2:is(.w_50) li {
    width: 50%;
  }
}

@media (max-width: 767.99px) {
  .p_carousel_active:is(.pb-110) {
    padding-bottom: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .p_carousel_active:is(.pb-110) {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .about_area3:is(.pb-165) {
    padding-bottom: 110px;
  }
}
@media (max-width: 767.99px) {
  .about_area3:is(.pt-175) {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .about_area3:is(.pt-175) {
    padding-top: 165px;
  }
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .about3_img_wrapper:is(.pr_5) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .about3_img_wrapper {
    padding-bottom: 75px;
  }
}
@media (max-width: 767.99px) {
  .about3_img_wrapper {
    padding-bottom: 50px;
  }
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .about3_content:is(.pl-50) {
    padding-left: 0;
  }
}

.about3_features_list {
  display: flex;
}
@media (max-width: 767.99px) {
  .about3_features_list {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .about3_features_list {
    flex-direction: row;
  }
}

.about3_feature_list_single {
  display: flex;
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .about3_feature_list_single {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  .about3_feature_list_single {
    flex-direction: column;
  }
}
.about3_feature_list_single:last-child {
  margin-right: 0;
}
.about3_feature_list_single:hover i {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  color: var(--clr-theme-3);
}
@media (max-width: 767.99px) {
  .about3_feature_list_single:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .about3_feature_list_single:not(:last-child) {
    margin-bottom: 0px;
  }
}

.about3_feature_icon {
  background-color: #f4f4f4;
  flex: 0 0 70px;
  max-width: 70px;
  text-align: center;
  border-radius: 50%;
  height: 70px;
  line-height: 85px;
  margin-right: 20px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.about3_feature_icon a {
  text-decoration: none;
}
.about3_feature_icon i {
  font-size: 35px;
  color: #b7b7b7;
  display: inline-block;
  transition: 0.3s;
}
.about3_feature_icon:hover {
  background-color: var(--clr-theme-3);
}
.about3_feature_icon:hover i {
  color: #fff;
}

.about3_feature_title {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 10px;
}
.about3_feature_title a {
  text-decoration: none;
}
.about3_feature_title:hover a {
  color: var(--clr-theme-3);
}

.about3_feature_content p {
  font-size: 14px;
  line-height: 1.72;
  margin-bottom: 0;
}

.about3_img {
  position: relative;
  display: inline-block;
  border-radius: 15px;
  z-index: 2;
}
@media (max-width: 767.99px) {
  .about3_img {
    max-width: 90%;
  }
}
.about3_img:hover::after {
  transform: rotate(0deg);
}
.about3_img:hover::before {
  transform: rotate(0deg);
}
.about3_img:hover img {
  filter: grayscale(100%);
}

.about3_img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2eb8e4;
  border-radius: 30px;
  transform: rotate(15deg);
  z-index: 1;
  transition: 0.5s;
}

.about3_img img {
  border-radius: 15px;
}

.about3_img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #f2f2f2;
  content: "";
  transform: rotate(25deg);
  z-index: -1;
  transition: 0.5s;
}

.about3_img img {
  position: relative;
  z-index: 2;
}

/* About single page  */
.aboutcount_area {
  position: relative;
  z-index: 1;
}

.about_single_list {
  display: flex;
}
@media (max-width: 767.99px) {
  .about_single_list {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .about_single_list {
    flex-direction: row;
  }
}
.about_single_list:is(.has_top_border50) {
  border-top: 1px solid #e3e3e3;
  padding-top: 50px;
  margin-top: 45px;
}

.about_single_author {
  display: flex;
  position: relative;
  margin-right: 40px;
  padding-right: 40px;
  align-items: center;
}
@media (max-width: 767.99px) {
  .about_single_author {
    margin-right: 0;
    padding-right: 0;
    order: 1;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .about_single_author {
    margin-right: 30px;
    padding-right: 30px;
    order: 0;
    margin-top: 0px;
  }
}
.about_single_author:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #ececec;
  height: 50px;
  width: 1px;
}
@media (max-width: 767.99px) {
  .about_single_author:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .about_single_author:before {
    display: block;
  }
}

.about_author_name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.16;
  margin-bottom: 0;
}
.about_author_name a {
  text-decoration: none;
}
.about_author_name:is(.theme-3):hover a {
  color: var(--clr-theme-3);
}

.about_author_designation {
  font-size: 14px;
  color: #777;
}

.about_auhtor_img {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .aboutsingle_feature_area:is(.pb-160) {
    padding-bottom: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .aboutsingle_feature_area:is(.pb-160) {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .aboutsingle_feature_area:is(.pt-120) {
    padding-top: 105px;
  }
}

.aboutsingle_img_inner {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .aboutsingle_img_inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.99px) {
  .aboutsingle_img_inner {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .aboutsingle_img_inner > img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .aboutsingle_img_inner > img {
    width: 85%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .aboutsingle_content:is(.pl-20) {
    padding-left: 0;
  }
}

.about_single_abs {
  position: absolute;
  width: 260px;
  height: 200px;
  right: 30px;
  bottom: -100px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .about_single_abs {
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (max-width: 767.99px) {
  .about_single_abs {
    display: none;
  }
}
.about_single_abs:after {
  position: absolute;
  left: -20px;
  top: -20px;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  z-index: -1;
}
.about_single_abs:before {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 156px;
  height: 120px;
  background-color: #2eb8e4;
  content: "";
  z-index: -1;
}

.aboutsigle_wrapper_area {
  background-color: #f6f6f6;
  position: relative;
}

.aboutsingle_count_area:is(.mbm70) {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .aboutsingle_count_area:is(.mbm70) {
    position: static;
    padding-bottom: 120px;
  }
}

.aboutsingle_feature {
  background-color: #fff;
  padding: 40px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .aboutsingle_feature {
    padding: 40px 25px;
  }
}
.aboutsingle_feature i {
  display: inline-block;
  color: #2eb8e4;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
}

.feature_abs {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 15px;
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: 600;
  color: #777;
}

.aboutsingle_title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.aboutsingle_title a {
  text-decoration: none;
}
.aboutsingle_title:hover a {
  color: #2eb8e4;
}

/* odometer css */
.aboutsingle_inner {
  display: flex;
  align-items: center;
  text-align: start;
  padding: 40px 0px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .aboutsingle_inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.99px) {
  .aboutsingle_inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aboutsingle_inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  content: "";
  background-color: #2eb8e4;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.aboutsingle_inner:hover:after {
  width: calc(100% + 93px);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .aboutsingle_inner:hover:after {
    width: calc(100% + 71px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .aboutsingle_inner:hover:after {
    width: calc(100% + 86px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .aboutsingle_inner:hover:after {
    width: calc(100%);
  }
}

.odostyle {
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), (max-width: 767.99px) {
  .odostyle {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.odo_text {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  color: #777;
}

.aboutcount_single {
  display: flex;
  justify-content: center;
  padding: 0px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .aboutcount_single {
    justify-content: start;
    padding: 0 50px;
  }
}

.aboutcount_wrapper {
  box-shadow: 0px 16px 32px 0px rgba(140, 140, 140, 0.06);
  background-color: #fff;
}

/* work history area */
.work_history_inner {
  position: relative;
  z-index: 1;
}

.work-line-area {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #191919;
  transform: translateX(-50%);
  z-index: -1;
}

.top_icon {
  top: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #2eb8e4;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #000;
  display: inline-block;
  margin-left: -30px;
  cursor: pointer;
}

.bottom_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #000;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  margin-left: -30px;
  transition: 0.3s;
  cursor: pointer;
}
.bottom_icon:is(.theme-3):hover {
  background-color: var(--clr-theme-3);
}

.work-completed {
  background-color: #2eb8e4;
  height: 0;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.work-completed:is(.completed-one) {
  height: 375px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .work-completed:is(.completed-one) {
    height: 335px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .work-completed:is(.completed-one) {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .work-completed:is(.completed-one) {
    height: 688px;
  }
}
@media (max-width: 767.99px) {
  .work-completed:is(.completed-one) {
    height: 375px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .work-completed:is(.completed-one) {
    height: 530px;
  }
}
.work-completed:is(.completed-two) {
  height: 720px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .work-completed:is(.completed-two) {
    height: 660px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .work-completed:is(.completed-two) {
    height: 662px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .work-completed:is(.completed-two) {
    height: 1490px;
  }
}
@media (max-width: 767.99px) {
  .work-completed:is(.completed-two) {
    height: 910px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .work-completed:is(.completed-two) {
    height: 1180px;
  }
}
.work-completed:is(.completed-three) {
  height: 1055px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .work-completed:is(.completed-three) {
    height: 965px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .work-completed:is(.completed-three) {
    height: 986px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .work-completed:is(.completed-three) {
    height: 2270px;
  }
}
@media (max-width: 767.99px) {
  .work-completed:is(.completed-three) {
    height: 1485px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .work-completed:is(.completed-three) {
    height: 1817px;
  }
}
.work-completed:is(.completed-four) {
  height: 1390px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .work-completed:is(.completed-four) {
    height: 1280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .work-completed:is(.completed-four) {
    height: 1190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .work-completed:is(.completed-four) {
    height: 3060px;
  }
}
@media (max-width: 767.99px) {
  .work-completed:is(.completed-four) {
    height: 2020px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .work-completed:is(.completed-four) {
    height: 2465px;
  }
}

.work_single_img {
  position: relative;
}
.work_single_img:before {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #2eb8e4;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.work_single_img img {
  width: 100%;
}

.work-step-one.work-step-completed .work_single_img:before, .work-step-two.work-step-completed .work_single_img:before, .work-step-three.work-step-completed .work_single_img:before, .work-step-four.work-step-completed .work_single_img:before {
  visibility: visible;
  opacity: 1;
}

.work_number {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #d19d00;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
@media (max-width: 767.99px) {
  .work_number {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .work_number {
    font-size: 70px;
  }
}

.work_title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 15px;
}
.work_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #bababa;
  margin-bottom: 0;
}

.space_bttom80 {
  margin-bottom: 80px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .space_bttom80 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .work_single {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    position: relative;
  }
}
@media (max-width: 767.99px) {
  .work_single {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    position: relative;
  }
}

/*
************
*************************
21. Promo
******************************************************* 
*************************************************************** */
.theme_bg {
  background-color: var(--clr-theme-1);
}

.mtm_160 {
  margin-top: -160px;
}

.promo_box_wrapper {
  background-color: #fff;
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.04);
}
.promo_box_wrapper.theme_btn {
  margin-right: 0;
}

.single_promo_box {
  padding: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .single_promo_box {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_promo_box {
    padding: 45px;
  }
}
@media (max-width: 767.99px) {
  .single_promo_box {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_promo_box {
    padding: 55px;
  }
}
.single_promo_box i {
  font-size: 75px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.single_promo_box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 18px;
}
.single_promo_box h3 a {
  text-decoration: none;
}
.single_promo_box p {
  line-height: 1.62;
}
.single_promo_box:hover:before {
  opacity: 1;
  visibility: visible;
}
.single_promo_box:hover i {
  color: var(--clr-theme-1);
}
.single_promo_box:hover .promo_btn {
  color: #000;
}
.single_promo_box:hover .promo_btn:hover {
  color: var(--clr-theme-1);
  text-decoration: underline;
}
.single_promo_box:hover .promo_btn:is(.theme2_clr) {
  color: var(--clr-theme-2);
  opacity: 0.3;
}
.single_promo_box:is(.single_promo_box2) {
  border: 3px solid #f6f6f6;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  transition: 0.8s;
}
.single_promo_box:is(.single_promo_box2) > img {
  max-width: 85px;
  margin-bottom: 30px;
  display: inline-block;
}
.single_promo_box:is(.single_promo_box2) i {
  font-size: 85px;
  color: var(--clr-theme-2);
}
.single_promo_box:is(.single_promo_box2) h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .single_promo_box:is(.single_promo_box2) h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_promo_box:is(.single_promo_box2) h3 {
    font-size: 25px;
  }
}
@media (max-width: 767.99px) {
  .single_promo_box:is(.single_promo_box2) h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_promo_box:is(.single_promo_box2) h3 {
    font-size: 30px;
  }
}
.single_promo_box:is(.single_promo_box2) p {
  line-height: 1.75;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}
.single_promo_box:is(.single_promo_box2) .promo_btn {
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: var(--clr-theme-2);
  opacity: 0.3;
}
.single_promo_box:is(.single_promo_box2):hover {
  border-color: var(--clr-theme-2);
  box-shadow: none;
}
.single_promo_box:is(.single_promo_box2):hover :is(.theme2_clr) {
  color: var(--clr-theme-2);
  opacity: 1;
}
.single_promo_box:is(.single_promo_box2):hover > i {
  animation: icon-bounce 1s linear 1;
}

.promo_theme {
  color: var(--clr-theme-1);
  display: block;
}

.promo_theme2 {
  color: var(--clr-theme-2);
  display: block;
}

.promo_btn {
  font-size: 14px;
  color: #bbbbbb;
  text-decoration: underline;
}

.promo_bg {
  position: relative;
  z-index: 1;
}
.promo_bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../assets/img/bg/promo_pattern.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.promo_cta_wrapper {
  display: flex;
  padding: 20px 55px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  .promo_cta_wrapper {
    flex-direction: column;
    padding: 30px;
    align-items: flex-start;
  }
}
.promo_cta_wrapper p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-right: 30px;
  line-height: 1.7;
}
@media (max-width: 767.99px) {
  .promo_cta_wrapper p {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.promo_cta_wrapper .theme_btn {
  flex: 0 0 auto;
}

/*
************
*************************
22. Section Title
******************************************************* 
*************************************************************** */
.before_soft_bg {
  background-color: var(--clr-body-soft_bg);
}

.line_colored {
  color: var(--clr-theme-1);
}

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

.sub_title {
  font-size: 18px;
  line-height: 1.56;
  display: block;
  color: #777;
}

.title {
  font-size: 60px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.16;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .title {
    font-size: 50px;
  }
}
@media (max-width: 767.99px) {
  .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .title {
    font-size: 40px;
  }
}

.sub_title_colored {
  display: block;
  font-size: 18px;
  line-height: 1.56;
  color: #777;
  margin-bottom: 10px;
}
.sub_title_colored:is(.gray_text) {
  color: #999;
}

.title_colored {
  font-size: 60px;
  color: #000;
  font-weight: 600;
  line-height: 1.16;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .title_colored {
    font-size: 50px;
  }
}
@media (max-width: 767.99px) {
  .title_colored {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .title_colored {
    font-size: 35px;
  }
}
.title_colored:is(.white_text) {
  color: #fff;
}

.line_colored {
  position: relative;
}
.line_colored:after {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-image: url(../../assets/img/bg/line_shape2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.line_colored:is(.bottom_8):after {
  bottom: -8px;
}
.line_colored:is(.line_shape3) {
  position: relative;
  display: inline-block;
}
.line_colored:is(.line_shape3):after {
  background-image: url(../../assets/img/bg/line_shape3.png);
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-repeat: no-repeat;
  background-position: right bottom;
}

.sub_back_title {
  font-size: 14px;
  line-height: 2.8;
  font-weight: 700;
}
.sub_back_title:is(.is_white) {
  color: #fff;
}
.sub_back_title:is(.theme-4) {
  color: var(--clr-theme-4);
}

.back_title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.16;
}
@media (max-width: 767.99px) {
  .back_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .back_title {
    font-size: 45px;
  }
}
.back_title:is(.is_white) {
  color: #fff;
}

.back_title_inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.back_title_original {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  font-size: 180px;
  font-weight: 700;
  color: #ececec;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .back_title_original {
    font-size: 150px;
    bottom: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .back_title_original {
    font-size: 120px;
    bottom: 0;
  }
}
@media (max-width: 767.99px) {
  .back_title_original {
    font-size: 60px;
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .back_title_original {
    font-size: 100px;
    bottom: 0;
  }
}
.back_title_original:is(.light_clr) {
  color: #1045b5;
  bottom: -13px;
}
@media (max-width: 767.99px) {
  .back_title_original:is(.light_clr) {
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .back_title_original:is(.light_clr) {
    bottom: 0;
  }
}

@media (max-width: 767.99px) {
  .section_title2:is(.pr-140) {
    padding-right: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .section_title2:is(.pr-140) {
    padding-right: 140px;
  }
}

.sub_title2 {
  font-size: 14px;
  line-height: 2.85;
  font-weight: 700;
  color: var(--clr-theme-2);
}
.sub_title2:is(.is_gray) {
  color: #999;
}
.sub_title2:is(.theme-1) {
  color: var(--clr-theme-1);
}

.title2 {
  font-size: 55px;
  line-height: 1.17;
}
.title2:is(.is_white) {
  color: #fff;
}
@media (max-width: 767.99px) {
  .title2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .title2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .title2:is(.right_side) {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .title2:is(.price_t) {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .title2:is(.price_t) {
    font-size: 35px;
  }
}

.border_style {
  position: relative;
  display: inline-block;
}
.border_style:after {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  width: 100px;
  height: 2px;
  background-color: #ebebeb;
  content: "";
  transform: translateY(-50%);
}

/* std_section title */
.std_sub_title {
  font-size: 14px;
  line-height: 2.85;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.std_sub_title:is(.is_gray) {
  color: #999;
}
.std_sub_title:is(.theme-1) {
  color: var(--clr-theme-1);
}
.std_sub_title:is(.theme-1):after {
  background-color: var(--clr-theme-1);
}
.std_sub_title:is(.theme-1):before {
  background-color: var(--clr-theme-1);
}
.std_sub_title:after {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  width: 60px;
  height: 2px;
  background-color: #ebebeb;
  content: "";
  transform: translateY(-50%);
}
.std_sub_title:before {
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  width: 60px;
  height: 2px;
  background-color: #ebebeb;
  content: "";
  transform: translateY(-50%);
}

.std_title {
  font-size: 60px;
}
.std_title:is(.is_white) {
  color: #fff;
}
@media (max-width: 767.99px) {
  .std_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .std_title {
    font-size: 35px;
  }
}

/*
************
*************************
11. Circular Progress
******************************************************* 
*************************************************************** */
.progress_circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  margin-bottom: 10px;
}
.progress_circle:is(.f_circle):after {
  border: 4px solid;
}
.progress_circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.93);
}
.progress_circle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress_circle .progress-left {
  left: 1px;
}
.progress_circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #181818;
}
.progress_circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress_circle .progress-right {
  right: 0;
}
.progress_circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress_circle .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 300;
}
.progress_circle .progress-value span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.achievement_wrapper3 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .achievement_wrapper3 {
    justify-content: flex-start;
  }
}
@media (max-width: 767.99px) {
  .achievement_wrapper3 {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .achievement_wrapper3 {
    flex-direction: row;
  }
}

.mission_progress_single .progress_circle {
  width: 126px;
  height: 126px;
  line-height: 126px;
  margin: 0;
}
.mission_progress_single .progress_circle .progress-left .progress-bar {
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-width: 6px;
}
.mission_progress_single .progress_circle .progress-left .progress-bar:is(.achievement_bar) {
  border-width: 4px;
}
.mission_progress_single .progress_circle .progress-right .progress-bar {
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-width: 6px;
}
.mission_progress_single .progress_circle .progress-right .progress-bar:is(.achievement_bar) {
  border-width: 4px;
}
.mission_progress_single .progress_circle:is(.theme-1):after {
  border-color: #181818;
  transform: scale(0.96);
}
.mission_progress_single .progress_circle:is(.theme-1) .progress-bar {
  border-color: var(--clr-theme-1);
}
.mission_progress_single .progress_circle:is(.theme-1) span {
  color: var(--clr-theme-1);
}
.mission_progress_single .progress_circle:is(.theme-2):after {
  border-color: #f4f4f4;
  transform: scale(0.98);
}
.mission_progress_single .progress_circle:is(.theme-2) .progress-bar {
  border-color: #00319a;
}
.mission_progress_single .progress_circle:is(.theme-2) span {
  color: #00319a;
}
.mission_progress_single .progress_circle:is(.theme-3):after {
  border-color: #e7e7e7;
  transform: scale(0.98);
}
.mission_progress_single .progress_circle:is(.theme-3) .progress-bar {
  border-color: var(--clr-theme-3);
}
.mission_progress_single .progress_circle:is(.theme-3) span {
  color: #000;
}
.mission_progress_single .progress_circle:is(.achievement_circle) {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-right: 25px;
}
@media (max-width: 767.99px) {
  .mission_progress_single .progress_circle:is(.achievement_circle) {
    margin-right: 15px;
  }
}
.mission_progress_single .progress_circle:is(.achievement_circle):is(.f_circle) {
  width: 85px;
  height: 85px;
  line-height: 85px;
  margin-right: 30px;
}
.mission_progress_single .progress_circle:is(.feature_progress_single) {
  flex: 0 0 85px;
  height: 85px;
  line-height: 85px;
  margin-right: 25px;
}

.progress-value .value {
  font-size: 40px;
  font-weight: 600;
  color: var(--clr-theme-1);
  font-family: "Poppins", sans-serif;
}
.progress-value .value span {
  font-size: 16px;
  display: inline-block;
}
.progress-value:is(.theme-2) .value {
  color: var(--clr-theme-2);
  font-size: 36px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.progress-value:is(.theme-2) .value span {
  font-size: 14px;
  display: inline-block;
}
.progress-value:is(.is_black) .value {
  color: var(--clr-common-black);
  font-size: 24px;
  font-weight: 700;
}
.progress-value:is(.is_black) .value span {
  font-size: 16px;
  display: inline-block;
  color: var(--clr-common-black);
}

/* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress_circle[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.5s linear forwards;
}
.progress_circle[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.5s linear forwards;
}
.progress_circle[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.5s linear forwards;
}
.progress_circle[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.5s linear forwards;
}
.progress_circle[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.5s linear forwards;
}
.progress_circle[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.5s linear forwards;
}
.progress_circle[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.5s linear forwards;
}
.progress_circle[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.5s linear forwards;
}
.progress_circle[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.5s linear forwards;
}
.progress_circle[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.5s linear forwards;
}
.progress_circle[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.5s linear forwards;
}
.progress_circle[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.5s linear forwards;
}
.progress_circle[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.5s linear forwards;
}
.progress_circle[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.5s linear forwards;
}
.progress_circle[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.5s linear forwards;
}
.progress_circle[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.5s linear forwards;
}
.progress_circle[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.5s linear forwards;
}
.progress_circle[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.5s linear forwards;
}
.progress_circle[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.5s linear forwards;
}
.progress_circle[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.5s linear forwards;
}
.progress_circle[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.5s linear forwards;
}
.progress_circle[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.5s linear forwards;
}
.progress_circle[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.5s linear forwards;
}
.progress_circle[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.5s linear forwards;
}
.progress_circle[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.5s linear forwards;
}
.progress_circle[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.5s linear forwards;
}
.progress_circle[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.5s linear forwards;
}
.progress_circle[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.5s linear forwards;
}
.progress_circle[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.5s linear forwards;
}
.progress_circle[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.5s linear forwards;
}
.progress_circle[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.5s linear forwards;
}
.progress_circle[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.5s linear forwards;
}
.progress_circle[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.5s linear forwards;
}
.progress_circle[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.5s linear forwards;
}
.progress_circle[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.5s linear forwards;
}
.progress_circle[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.5s linear forwards;
}
.progress_circle[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.5s linear forwards;
}
.progress_circle[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.5s linear forwards;
}
.progress_circle[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.5s linear forwards;
}
.progress_circle[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.5s linear forwards;
}
.progress_circle[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.5s linear forwards;
}
.progress_circle[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.5s linear forwards;
}
.progress_circle[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.5s linear forwards;
}
.progress_circle[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.5s linear forwards;
}
.progress_circle[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.5s linear forwards;
}
.progress_circle[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.5s linear forwards;
}
.progress_circle[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.5s linear forwards;
}
.progress_circle[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.5s linear forwards;
}
.progress_circle[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.5s linear forwards;
}
.progress_circle[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.border_bottom {
  border-bottom: 1px solid #e5e5e5;
}

.achievement_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.achievement_single {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .achievement_single {
    margin-right: 40px;
  }
}
@media (max-width: 767.99px) {
  .achievement_single {
    margin-right: 0px;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .achievement_single {
    margin-right: 0px;
    flex: 0 0 50%;
  }
}
.achievement_single:is(.mr_0) {
  margin-right: 0;
}

.back_text {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 70px;
  font-weight: 700;
  color: #f7f7f7;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  z-index: -1;
  font-family: "DM Sans", sans-serif;
  margin-top: -10px;
}
@media (max-width: 767.99px) {
  .back_text {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .back_text {
    font-size: 50px;
  }
}

.achievement_text h4 {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .achievement_text h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  .achievement_text h4 {
    font-size: 18px;
  }
}
.achievement_text span {
  font-size: 14px;
  color: #777;
  font-family: "DM Sans", sans-serif;
}

/*
************
*************************
08. Brand
******************************************************* 
*************************************************************** */
.happy_sponsors {
  display: inline-block;
  position: relative;
  background-color: var(--clr-theme-3);
  color: #000;
  padding: 13px 40px;
  border-radius: 30px;
  font-weight: 700;
}

.brand_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.single_brand {
  flex: 0 0 20%;
  border: 1px solid #eeeeee;
  border-top: 0;
  border-left: 0;
  min-height: 145px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 767.99px) {
  .single_brand {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand {
    flex: 0 0 33.33%;
  }
}
.single_brand img {
  cursor: pointer;
  transition: 0.3s;
}
.single_brand img:hover {
  opacity: 0.5;
}
.single_brand:hover img {
  animation: hvr-buzz-out 1s linear 1;
}

@media (max-width: 767.99px) {
  .single_brand:nth-child(1) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand:nth-child(1) {
    border-top: 0;
    border-left: 0;
  }
}

@media (max-width: 767.99px) {
  .single_brand:nth-child(2) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand:nth-child(2) {
    border-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_brand:nth-child(3) {
    border-right: 0;
  }
}
@media (max-width: 767.99px) {
  .single_brand:nth-child(3) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand:nth-child(3) {
    border-right: 0;
    border-top: 0;
  }
}

@media (max-width: 767.99px) {
  .single_brand:nth-child(4) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand:nth-child(4) {
    border-left: 0;
  }
}

.single_brand:nth-child(5) {
  border-right: 0;
}
@media (max-width: 767.99px) {
  .single_brand:nth-child(5) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}

.single_brand:nth-child(6) {
  border-bottom: 0;
}
@media (max-width: 767.99px) {
  .single_brand:nth-child(6) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand:nth-child(6) {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 0;
  }
}

.single_brand:nth-child(7) {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_brand:nth-child(7) {
    border-bottom: 1px solid #eeeeee;
  }
}
@media (max-width: 767.99px) {
  .single_brand:nth-child(7) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand:nth-child(7) {
    border-bottom: 1px solid #eeeeee;
    border-left: 0;
  }
}

.single_brand:nth-child(8) {
  border-bottom: 0;
}
@media (max-width: 767.99px) {
  .single_brand:nth-child(8) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}

.single_brand:nth-child(9) {
  border-bottom: 0;
}
@media (max-width: 767.99px) {
  .single_brand:nth-child(9) {
    border: 1px solid #eeeeee;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand:nth-child(9) {
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }
}

.single_brand:nth-child(10) {
  border-bottom: 0;
  border-right: 0;
}
@media (max-width: 767.99px) {
  .single_brand:nth-child(10) {
    border: 1px solid #eee;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_brand:nth-child(10) {
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 0;
  }
}

.user_slide_inner {
  display: inline-block;
  padding: 28px 40px;
  transition: 0.5s;
  cursor: pointer;
}

.user_slide:is(.swiper-slide-active) .user_slide_inner {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.user_slide:hover .user_slide_inner {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.user_active {
  text-align: center;
  padding: 25px;
}

/*
************
*************************
07. Blog
******************************************************* 
*************************************************************** */
.soft_bg {
  background-color: var(--clr-body-soft_bg);
}

.single_blog {
  background-color: #fff;
}
.single_blog:is(.single_blog2) {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.blog_content {
  padding: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .blog_content {
    padding: 40px 30px;
  }
}
@media (max-width: 767.99px) {
  .blog_content {
    padding: 40px 30px;
  }
}
.blog_content:is(.blog_border2) {
  border: 2px solid #f2f2f2;
  border-top: 0;
}
.blog_content:is(.blog_content2) {
  padding: 40px 33px;
  padding-bottom: 38px;
}

.author_meta {
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 0;
  margin-top: -20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px 30px 60px 0px rgba(146, 146, 146, 0.1);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .author_meta {
    right: 30px;
  }
}
@media (max-width: 767.99px) {
  .author_meta {
    right: 30px;
  }
}

.author_name {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 0 20px;
  transition: 0.3s;
}
.author_name:hover {
  color: var(--clr-theme-1);
}

.blog_title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767.99px) {
  .blog_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blog_title {
    font-size: 18px;
  }
}
.blog_title a {
  text-decoration: none;
  transition: 0.3s;
}
.blog_title:hover a {
  color: var(--clr-theme-1);
}
.blog_title:is(.theme-2):hover a {
  color: var(--clr-theme-2);
}
.blog_title:is(.theme-3):hover a {
  color: var(--clr-theme-3);
}
.blog_title:is(.dmsans) {
  font-family: "DM Sans", sans-serif;
}

.blog_meta {
  display: flex;
  line-height: 1;
  transition: 0.3s;
}
@media (max-width: 767.99px) {
  .blog_meta {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blog_meta {
    flex-direction: row;
  }
}
.blog_meta a i {
  margin-right: 10px;
}
.blog_meta:is(.theme-2) a i {
  color: var(--clr-theme-2);
}
.blog_meta:is(.theme-2) a:hover {
  color: var(--clr-theme-2);
}

.meta_blog {
  position: relative;
  margin-right: 18px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .meta_blog {
    font-size: 14px;
  }
}
@media (max-width: 767.99px) {
  .meta_blog {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .meta_blog:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .meta_blog {
    margin-right: 18px;
    padding-right: 15px;
    margin-bottom: 0px;
    font-size: 16px;
  }
}
.meta_blog:after {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #999;
  content: "";
  width: 1px;
  height: 12px;
  transform: rotate(25deg) translateY(-50%);
}
@media (max-width: 767.99px) {
  .meta_blog:after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .meta_blog:after {
    display: block;
  }
}
.meta_blog:last-child {
  margin-right: 0;
  padding-right: 0;
}
.meta_blog:last-child:after {
  display: none;
}
.meta_blog i {
  margin-right: 3px;
  color: #cdcccc;
  transition: 0.3s;
}
.meta_blog:hover i {
  color: var(--clr-theme-1);
}
.meta_blog:is(.theme-2):hover i {
  color: var(--clr-theme-2);
}

.meta_date {
  text-decoration: none;
}

.meta_tag {
  text-decoration: underline;
  color: var(--clr-theme-1);
}
.meta_tag:is(.theme-2) {
  color: var(--clr-theme-2);
}

.author_box {
  display: flex;
  align-items: center;
  flex: 0 0 70%;
}
@media (max-width: 767.99px) {
  .author_box {
    flex: 0 0 65%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .author_box {
    flex: 0 0 70%;
  }
}

.author_thumb2 {
  margin-right: 10px;
}

.author_name2 {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 0;
}
.author_name2:is(.theme-2):hover {
  color: var(--clr-theme-2);
}

.author_meta2 {
  display: flex;
  align-items: center;
}
.author_meta2 a {
  text-decoration: none;
}
.author_meta2:is(.is_bordertop) {
  border-top: 1px solid #ededed;
}

.blog_btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #b2b2b2;
}
.blog_btn:is(.theme-2):hover {
  text-decoration: underline;
  color: var(--clr-theme-2);
}

.blog_button .blog_btn {
  text-decoration: underline;
}

.single_blog2 {
  transition: 0.5s;
}
.single_blog2:hover {
  box-shadow: none;
}

.blog2_slide.swiper-slide-active .single_blog2 {
  box-shadow: none;
}

.blog2_active.swiper-container {
  position: static;
}

.blog2_wrapper {
  position: relative;
}

.blog2_navigation {
  position: absolute;
  right: 0px;
  top: -130px;
  display: flex;
}
@media (max-width: 767.99px) {
  .blog2_navigation {
    top: -100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blog2_navigation {
    top: -130px;
  }
}
.blog2_navigation div {
  width: 56px;
  height: 56px;
  line-height: 54px;
  background-color: #fff;
  color: #000;
  border: 2px solid #f2f2f2;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
}
@media (max-width: 767.99px) {
  .blog2_navigation div {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blog2_navigation div {
    width: 56px;
    height: 56px;
    line-height: 54px;
    font-size: 20px;
  }
}
.blog2_navigation div:first-child {
  margin-right: 20px;
}
@media (max-width: 767.99px) {
  .blog2_navigation div:first-child {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blog2_navigation div:first-child {
    margin-right: 20px;
  }
}
.blog2_navigation div:hover {
  background-color: #0439ab;
  color: #fff;
  border-color: #0439ab;
}

.swiper-pagination.blog2_pagination {
  position: absolute;
  bottom: -20px;
}

/* Blog 3 CSS */
.single_blog3_content {
  background-color: #fff;
  padding: 40px 35px;
  border: 2px solid #e9e9e9;
  border-top: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}
.single_blog3_content p {
  margin-bottom: 0;
}

.blog3_cat {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #777;
  position: absolute;
  left: 35px;
  top: 0;
  height: 30px;
  text-align: center;
  padding: 0 20px;
  background-color: #fff;
  margin-top: -30px;
  z-index: 2;
  line-height: 33px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.blog3_date {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 35px;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--clr-theme-3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  z-index: 1;
}

.date_numb {
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.date_text {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 600;
}

.single_blog3_img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.single_blog3_img img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.blog3_author_name {
  font-size: 14px;
  color: #777;
  margin-left: 10px;
}
.blog3_author_name a {
  text-decoration: none;
}
.blog3_author_name:is(.theme-3):hover {
  color: var(--clr-theme-3);
}

.blog3_title {
  font-size: 20px;
  font-weight: 600;
}
.blog3_title a {
  text-decoration: none;
}
.blog3_title:hover a {
  color: var(--clr-theme-3);
}

.img_effect_white {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img_effect_white a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.img_effect_white a img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}

.single_blog3:hover .img_effect_white a img {
  filter: grayscale(90%);
  transform: scale3d(1.1, 1.1, 1.1);
}
.single_blog3:hover .img_effect_white a:after {
  animation: shine 0.8s;
}
.single_blog3:hover .single_blog3_img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.single_blog3:hover .single_blog3_img a img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.single_blog2:hover .img_effect_white a img, .single_blog:hover .img_effect_white a img {
  filter: grayscale(90%);
  transform: scale3d(1.1, 1.1, 1.1);
}
.single_blog2:hover .img_effect_white a:after, .single_blog:hover .img_effect_white a:after {
  animation: shine 0.8s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.blog-container {
  max-width: calc(calc((calc(100% - 1290px))/2) + 1340px);
  margin-left: auto;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .blog-container {
    max-width: calc(calc((calc(100% - 1110px))/2) + 1160px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .blog-container {
    max-width: calc(calc((calc(100% - 930px))/2) + 980px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .blog-container {
    max-width: calc(calc((calc(100% - 690px))/2) + 740px);
  }
}
@media (max-width: 767.99px) {
  .blog-container {
    max-width: 100%;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blog-container {
    max-width: calc(calc((calc(100% - 510px))/2) + 560px);
    padding-left: 0;
  }
}

.blog-conteiner-shadow {
  position: relative;
  z-index: 1;
  margin-left: 50px;
  padding-left: 60px;
  padding-top: 60px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .blog-conteiner-shadow {
    padding-left: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767.99px) {
  .blog-conteiner-shadow {
    padding-left: 25px;
    padding-top: 25px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blog-conteiner-shadow {
    margin-left: 50px;
    padding-top: 50px;
    padding-left: 50px;
  }
}
.blog-conteiner-shadow:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 160px);
  height: 4px;
  content: "";
  background-color: #1c689e;
  z-index: 1;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .blog-conteiner-shadow:before {
    width: 80%;
  }
}
.blog-conteiner-shadow:after {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 60px);
  height: 100%;
  content: "";
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(146, 146, 146, 0.1);
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .blog-conteiner-shadow:after {
    width: 100%;
  }
}

.p_blog_text {
  padding: 35px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .p_blog_text {
    padding: 20px 0;
  }
}
@media (max-width: 767.99px) {
  .p_blog_text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .p_blog_text {
    padding: 30px 0;
  }
}

.p_blog_title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .p_blog_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .p_blog_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .p_blog_title {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  .p_blog_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .p_blog_title {
    font-size: 20px;
  }
}
.p_blog_title a {
  text-decoration: none;
}
.p_blog_title:hover a {
  color: #1c689e;
}

.p_meta a {
  font-size: 14px;
  text-decoration: none;
  margin-right: 25px;
}
.p_meta a i {
  transform: translateY(-1px);
  font-size: 14px;
  margin-right: 8px;
}
.p_meta a:hover {
  color: #1c689e;
}

.portfolio_blog_slide.swiper-slide-prev .p_blog_text {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .portfolio_blog_slide.swiper-slide-prev .p_blog_text {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

.portfolio_blog_slide .p_blog_text {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .portfolio_blog_slide.swiper-slide-active .p_blog_text {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.p_nav_buttons {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .p_nav_buttons {
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .p_nav_buttons {
    left: 0;
  }
}
@media (max-width: 767.99px) {
  .p_nav_buttons {
    left: 0;
    top: 0;
  }
}
.p_nav_buttons div {
  cursor: pointer;
}

.p_nav_prev > i {
  width: 50px;
  height: 50px;
  background-color: #000;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}
.p_nav_prev:hover > i {
  background-color: #1c689e;
  color: #fff;
}

.p_nav_next > i {
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #1c689e;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
}
.p_nav_next:hover > i {
  background-color: #000;
  color: #fff;
}

.page_pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #ebebeb;
  background-color: #fff;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 3px;
  margin-bottom: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  font-size: 14px;
}
@media (max-width: 767.99px) {
  .page_pagination a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
  }
}
.page_pagination a:is(.current) {
  background-color: var(--clr-theme-2);
  color: #fff;
  border-color: #ebebeb;
}
.page_pagination a:hover {
  background-color: var(--clr-theme-2);
  color: #fff;
  border-color: #ebebeb;
}

/*
************
*************************
14. Cta
******************************************************* 
*************************************************************** */
.cta_text {
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
  padding-left: 80px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .cta_text {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767.99px) {
  .cta_button {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .cta_button {
    margin-top: 0px;
  }
}

/*
************
*************************
18. Portfolio
******************************************************* 
*************************************************************** */
.theme_bg2 {
  background-color: var(--clr-theme-2);
}

.overflow-x-work {
  overflow-x: hidden;
}

.portfolio_image_inner {
  position: relative;
  display: block;
}
.portfolio_image_inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  visibility: hidden;
}
.portfolio_image_inner i {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.single_portfolio_image:hover .portfolio_image_inner:before {
  opacity: 0.3;
  visibility: visible;
  height: 100%;
}
.single_portfolio_image:hover .portfolio_image_inner i {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.p_caoursel_img {
  border-radius: 20px;
  overflow: hidden;
}
.p_caoursel_img a {
  display: block;
  position: relative;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.p_caoursel_img a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transform-origin: bottom left;
  transform: scaleY(1);
  z-index: 1;
}
.p_caoursel_img img {
  border-radius: 20px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}

.p_carousel_text {
  background-color: #fff;
  margin: 0 30px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin-top: -42px;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
}

.p_abs_button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #fff9e5;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.p_abs_button:hover {
  background-color: #2eb8e4;
  color: #000;
}

.p_sub_title {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
  display: block;
}

.p_carousel_single {
  position: relative;
}
.p_carousel_single:hover .p_caoursel_img a {
  display: block;
}
.p_carousel_single:hover .p_caoursel_img a:before {
  transform: scaleY(0);
}
.p_carousel_single:hover .p_caoursel_img a img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.p_carousel_single:hover .p_carousel_text {
  margin-top: -72px;
}

.black_bg_half {
  position: relative;
}
.black_bg_half:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 480px);
  background-color: #000;
  z-index: -1;
  content: "";
}

/* portfolio single */
.cportfolio_single {
  position: relative;
  overflow: hidden;
}
.cportfolio_single:before {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: calc(100% - 70px);
  content: "";
  background-color: #0439ab;
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.cportfolio_single:after {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 100%;
  height: calc(100% - 110px);
  content: "";
  background-color: #2eb8e4;
  z-index: 0;
  clip-path: polygon(0 89%, 100% 0, 100% 100%, 0 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.cportfolio_single:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.cportfolio_single:hover:after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.cportfolio_single:hover .c_dirsign {
  right: 110px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .cportfolio_single:hover .c_dirsign {
    right: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .cportfolio_single:hover .c_dirsign {
    right: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .cportfolio_single:hover .c_dirsign {
    right: 80px;
  }
}
@media (max-width: 767.99px) {
  .cportfolio_single:hover .c_dirsign {
    right: auto;
    left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .cportfolio_single:hover .c_dirsign {
    right: 30%;
    left: auto;
  }
}
.cportfolio_single:hover .c_dirsign i {
  transition: 0.3s;
}
.cportfolio_single:hover .c_dirsign:hover i {
  color: var(--clr-theme-3);
}
.cportfolio_single:hover .cportfolio_text {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.cportfolio_single:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.cportfolio_buttons button {
  border: 1px solid #ededed;
  background-color: transparent;
  height: 60px;
  padding: 0 40px;
  border-radius: 50px;
  color: #999;
  font-weight: 700;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .cportfolio_buttons button {
    margin-right: 10px;
  }
}
.cportfolio_buttons button:is(.active) {
  border-color: #0439ab;
  background-color: #0439ab;
  color: #fff;
}
.cportfolio_buttons button:hover {
  border-color: #0439ab;
  background-color: #0439ab;
  color: #fff;
}
.cportfolio_buttons button:last-child {
  margin-right: 0;
}

.cportfolio_img img {
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
@media (max-width: 767.99px) {
  .cportfolio_img img {
    width: 100%;
  }
}

.cportfolio_sub {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  color: #fff;
}

.cportfolio_title {
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
}
.cportfolio_title a {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .cportfolio_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .cportfolio_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .cportfolio_title {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  .cportfolio_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .cportfolio_title {
    font-size: 22px;
  }
}
.cportfolio_title:is(.theme-3):hover a {
  color: var(--clr-theme-3);
}

.cportfolio_text {
  position: absolute;
  left: 0;
  bottom: -50px;
  padding: 40px;
  padding-bottom: 35px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .cportfolio_text {
    padding: 25px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .cportfolio_text {
    padding: 30px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767.99px) {
  .cportfolio_text {
    padding: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.99px) {
  .cportfolio_text {
    padding: 30px;
    padding-bottom: 25px;
  }
}

.c_dirsign {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 160px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #0439ab;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  margin-right: -30px;
  margin-top: calc(-30px - 8px);
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .c_dirsign {
    top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .c_dirsign {
    top: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .c_dirsign {
    top: 145px;
  }
}
@media (max-width: 767.99px) {
  .c_dirsign {
    top: 95px;
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .c_dirsign {
    top: 50%;
    right: 0;
    left: auto;
  }
}

/*
************
*************************
27. Testimonial
******************************************************* 
*************************************************************** */
.blue_bg_before {
  position: relative;
}
.blue_bg_before::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #00319a;
  content: "";
  z-index: 1;
}
.blue_bg_before::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0439ab;
  content: "";
  z-index: -1;
}

.testimonial_slide_content {
  margin-top: 60px;
  padding-left: 55px;
  padding-right: 250px;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .testimonial_slide_content {
    padding-right: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .testimonial_slide_content {
    padding-left: 0px;
    padding-right: 230px;
  }
}
@media (max-width: 767.99px) {
  .testimonial_slide_content {
    padding-left: 0px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .testimonial_slide_content {
    padding-left: 0px;
    padding-right: 230px;
  }
}
.testimonial_slide_content img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767.99px) {
  .testimonial_slide_content img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .testimonial_slide_content img {
    display: block;
  }
}

.testimonial_slide_text {
  display: flex;
  color: #fff;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .testimonial_slide_text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonial_slide_text p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.25;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .testimonial_slide_text p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .testimonial_slide_text p {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  .testimonial_slide_text p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .testimonial_slide_text p {
    font-size: 18px;
  }
}

.test_quote {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .test_quote {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.test_quote i {
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 767.99px) {
  .test_quote i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .test_quote i {
    font-size: 35px;
  }
}

.testimonial_2_wrapper {
  position: relative;
}

.testimonial_slider2_active.swiper-container {
  position: static;
  padding-top: 30px;
}

.testimonial_content2 {
  position: relative;
  border: 2px solid #f1f1f1;
  padding: 48px;
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 767.99px) {
  .testimonial_content2 {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .testimonial_content2 {
    padding: 40px;
  }
}
.testimonial_content2 > i {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  color: var(--clr-theme-2);
  transition: 0.3s;
}
.testimonial_content2 p {
  font-size: 20px;
  line-height: 1.7;
  font-family: "DM Sans", sans-serif;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.99px) {
  .testimonial_content2 p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .testimonial_content2 p {
    font-size: 18px;
  }
}
.testimonial_content2:hover {
  background-color: #0439ab;
  border-color: #0439ab;
}
.testimonial_content2:hover > i {
  color: #fff;
  transition: 0.3s;
}
.testimonial_content2:hover p {
  color: #fff;
  transition: 0.3s;
}
.testimonial_content2:hover .testimonial2_author_name {
  color: #fff;
  transition: 0.3s;
}
.testimonial_content2:hover .test2_icon_abs {
  color: #0d42b2;
  z-index: -1;
}

.testimonial2_author_img {
  position: absolute;
  right: 48px;
  top: -30px;
}
@media (max-width: 767.99px) {
  .testimonial2_author_img {
    right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .testimonial2_author_img {
    right: 40px;
  }
}

.test2_icon_abs {
  position: absolute;
  right: 20px;
  font-size: 150px;
  bottom: 0;
  line-height: 1;
  z-index: -1;
  color: #f5f5f5;
}

.testimonial2_author_name {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  transition: 0.3s;
}
.testimonial2_author_name span {
  font-weight: 400;
}
.testimonial2_author_name a {
  text-decoration: none;
}

.testimonial_2_pagination {
  position: absolute;
  text-align: center;
  margin-bottom: -60px;
}
.testimonial_2_pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 0;
  display: inline-block;
  margin: 0 !important;
  margin-right: 10px !important;
  background-color: #eee;
  opacity: 1;
}
.testimonial_2_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.testimonial_2_pagination .swiper-pagination-bullet-active {
  background-color: #0439ab;
}

/* feedback testimonial */
.f_height {
  height: 725px;
}

.feedback_content {
  position: relative;
  padding: 55px 70px;
  z-index: 1;
  padding-bottom: 100px;
}
@media (max-width: 767.99px) {
  .feedback_content {
    padding: 40px 30px;
    padding-bottom: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feedback_content {
    padding: 55px 70px;
    padding-bottom: 100px;
  }
}
.feedback_content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
.feedback_content p {
  font-size: 20px;
  line-height: 1.7;
}

.feedback_author {
  display: flex;
  align-items: center;
}

.f_author_img {
  margin-right: 20px;
}

.f_author_name {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.9;
}
.f_author_name a {
  text-decoration: none;
}

.f_author_text span {
  font-size: 14px;
  line-height: 1;
}

.swiper-container-horizontal.feedback_active {
  border-radius: 30px;
}
.swiper-container-horizontal.feedback_active > .swiper-pagination-progressbar {
  width: calc(100% - 220px);
  position: absolute;
  bottom: 65px;
  top: auto;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  height: 4px;
}
@media (max-width: 767.99px) {
  .swiper-container-horizontal.feedback_active > .swiper-pagination-progressbar {
    width: calc(100% - 140px);
    bottom: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .swiper-container-horizontal.feedback_active > .swiper-pagination-progressbar {
    width: calc(100% - 220px);
    bottom: 65px;
  }
}

.swiper-pagination-progressbar.feedback_pagination .swiper-pagination-progressbar-fill {
  height: 4px;
  background-color: #2eb8e4;
}

.feedback_navigation div {
  left: 70px;
  position: absolute;
  bottom: 53px;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #BFBFBF;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
@media (max-width: 767.99px) {
  .feedback_navigation div {
    left: 30px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feedback_navigation div {
    left: 70px;
    bottom: 53px;
  }
}
.feedback_navigation div:hover {
  background-color: #2eb8e4;
  color: #fff;
}
.feedback_navigation .feedback_button_prev i {
  margin-left: -1px;
}
.feedback_navigation .feedback_button_next {
  left: auto;
  right: 70px;
}
@media (max-width: 767.99px) {
  .feedback_navigation .feedback_button_next {
    right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feedback_navigation .feedback_button_next {
    right: 70px;
  }
}
.feedback_navigation .feedback_button_next i {
  margin-right: -1px;
}

.testimonial-margin-revere {
  margin-top: -60px;
}

.testimonial_pagination.swiper-pagination-bullets {
  position: absolute;
  left: 0;
  display: inline-block;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin-top: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .testimonial_pagination.swiper-pagination-bullets {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .testimonial_pagination.swiper-pagination-bullets {
    margin-top: 0px;
    left: auto;
    right: 0;
    top: 0;
    transform: translateY(0);
    margin-top: 110px;
  }
}

.testimonial_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  width: 4px;
  height: 20px;
  border: 0;
  border-radius: 0;
  margin-bottom: 8px;
  background-color: #0e3fa7;
  opacity: 1;
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.testimonial_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*
************
*************************
17. Newsletter
******************************************************* 
*************************************************************** */
.newsletter_area {
  position: relative;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .newsletter_area:is(.pt-120) {
    padding-top: 105px;
  }
}

.half_bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background-color: #000;
  z-index: -1;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .half_bg:before {
    width: 100%;
    height: 50%;
  }
}
.half_bg:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background-color: #f8f8f8;
  z-index: -1;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .half_bg:after {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}

.newsletter_abs_pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .newsletter_abs_pattern {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}

.news_features {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 40px;
  padding-bottom: 10px;
}
@media (max-width: 767.99px) {
  .news_features {
    padding: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .newsletter_content:is(.pr-50) {
    padding-right: 0;
  }
}
.newsletter_content p {
  font-size: 16px;
  color: #cccccc;
  line-height: 1.75;
}

.newsletter_form {
  position: relative;
}
.newsletter_form input {
  border: 0;
  height: 70px;
  background-color: #fff;
  padding-left: 58px;
  width: 100%;
  padding-right: 175px;
  color: #acacac;
}
@media (max-width: 767.99px) {
  .newsletter_form input {
    padding-left: 35px;
    padding-right: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .newsletter_form input {
    padding-left: 58px;
    padding-right: 175px;
  }
}
.newsletter_form input::placeholder {
  color: #acacac;
}
.newsletter_form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  border: 0;
  background-color: #0439ab;
  color: #fff;
  padding: 0 45px;
  transition: 0.3s;
}
@media (max-width: 767.99px) {
  .newsletter_form button {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .newsletter_form button {
    padding: 0 45px;
  }
}
.newsletter_form button:hover {
  background-color: var(--clr-theme-1);
}
.newsletter_form:before {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-size: 16px;
  font-family: "font awesome 5 pro";
  color: #e4e4e4;
}
@media (max-width: 767.99px) {
  .newsletter_form:before {
    left: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .newsletter_form:before {
    left: 30px;
  }
}

.feature_title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
}
.feature_title a {
  text-decoration: none;
}
.feature_title:is(.theme-2):hover {
  color: var(--clr-theme-2);
}

.feature_text p {
  font-size: 14px;
  line-height: 1.85;
}
.feature_text p:last-child {
  margin-bottom: 0;
}

.news_single_feature {
  display: flex;
  padding: 30px 35px;
  border: 2px solid #f2f2f2;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .news_single_feature {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .news_single_feature {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  .news_single_feature {
    flex-direction: column;
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .news_single_feature {
    flex-direction: row;
  }
}
.news_single_feature i {
  display: inline-block;
}
.news_single_feature:is(.theme-2):hover a:hover {
  color: var(--clr-theme-2);
}
.news_single_feature:is(.theme-2):hover a i {
  animation: hvr-buzz-out 1s linear 1;
  color: var(--clr-theme-2);
}
.news_single_feature:is(.theme-2):hover a img {
  animation: hvr-buzz-out 1s linear 1;
  color: var(--clr-theme-2);
}

.feature_icon {
  text-decoration: none;
  margin-right: 25px;
  flex: 0 0 45px;
  max-width: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .feature_icon {
    margin-right: 0;
  }
}
.feature_icon img {
  max-width: 45px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .feature_icon img {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feature_icon img {
    margin-bottom: 0px;
  }
}
.feature_icon i {
  font-size: 55px;
}

/*
************
*************************
23. Service
******************************************************* 
*************************************************************** */
.soft_gray_bg {
  background-color: #f7f7f7;
}

.details_image img {
  width: 100%;
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .feature3_area:is(.pt-120) {
    padding-top: 105px;
  }
}
@media (max-width: 767.99px) {
  .feature3_area:is(.pb-120) {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feature3_area:is(.pb-120) {
    padding-bottom: 120px;
  }
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .feature3_item_wrapper {
    margin-bottom: 30px;
  }
}

.feature3_item {
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .feature3_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feature3_item {
    flex-direction: row;
    align-items: center;
  }
}

.feature3_item_img {
  margin-right: 30px;
  flex: 0 0 auto;
}
@media (max-width: 767.99px) {
  .feature3_item_img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feature3_item_img {
    margin-right: 30px;
    margin-bottom: 0px;
  }
}

.feature3_item_content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.sigle_feature {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .sigle_feature {
    padding: 40px;
  }
}
.sigle_feature:is(.special_mt_30) {
  transform: translateY(30px);
}
@media (max-width: 767.99px) {
  .sigle_feature:is(.special_mt_30) {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .sigle_feature:is(.special_mt_30) {
    transform: translateY(30px);
  }
}
.sigle_feature p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.72;
}
.sigle_feature i {
  transition: 0.3s;
}
.sigle_feature:hover i {
  animation: wobble-vertical 1s linear 1;
  color: var(--clr-theme-3);
}

.feature_icon2 {
  margin-bottom: 15px;
}
.feature_icon2 i {
  font-size: 60px;
  color: #dcdcdc;
  display: inline-block;
  line-height: 1;
}

.feature_title2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feature_title2 {
    font-size: 18px;
  }
}
.feature_title2 a {
  text-decoration: none;
}
.feature_title2:hover a {
  color: var(--clr-theme-3);
}

.feature_icon_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff9e5;
  text-align: center;
  color: #000;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 576px) and (max-width: 767.99px) {
  .feature_icon_btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.feature_icon_btn:hover {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-black);
}
.feature_icon_btn:hover i {
  color: #fff;
}

/*
************
*************************
26. Team
******************************************************* 
*************************************************************** */
.single_team:hover .single_team_img img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.single_team_img {
  overflow: hidden;
}
.single_team_img img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.m_designation {
  font-size: 14px;
  line-height: 1.5;
}
.m_designation:is(.theme-3) {
  color: var(--clr-theme-3);
}

.member_name {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
.member_name a {
  text-decoration: none;
}
.member_name:is(.is_white) {
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .member_name {
    font-size: 22px;
  }
}

.team_social {
  line-height: 1;
}
.team_social a {
  color: #c5c5c5;
  margin-right: 20px;
  line-height: 1;
  display: inline-block;
}
.team_social a:last-child {
  margin-right: 0;
}
.team_social a:hover {
  transform: rotateY(360deg);
}
.team_social a:is(.facebook) {
  color: #1299F6;
}
.team_social a:is(.twitter) {
  color: #1DA1F2;
}
.team_social a:is(.behance) {
  color: #0054F7;
}
.team_social a:is(.youtube) {
  color: #FF0000;
}
.team_social a:is(.linkedin) {
  color: #0077B5;
}

.single_team {
  position: relative;
}
.single_team:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: var(--clr-theme-3);
  transform: scaleX(0);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transform-origin: left bottom;
}
.single_team:hover .team_hover_content {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.single_team:hover:before {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.team_content {
  border: 2px solid #f2f2f2;
  border-top: 0;
  padding: 35px;
  padding-top: 33px;
}

.team_hover_content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transform-origin: bottom left;
  transform: scaleY(0);
  width: 100%;
}
.team_hover_content p {
  font-size: 14px;
  color: #c0c0c0;
  line-height: 1.7;
}
.team_hover_content .team_social a {
  color: var(--clr-theme-3);
}

/*
************
*************************
13. Counter
******************************************************* 
*************************************************************** */
.counter_bg_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 52.6%;
  height: 100%;
}

.counterup_area {
  min-height: 620px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .counterup_area {
    background-size: cover;
  }
}

.counter_content_wrapper {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .counter_content_wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .counter_content_wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.single_counter {
  padding: 80px;
  flex: 0 0 370px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .single_counter {
    flex: 0 0 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_counter {
    flex: 0 0 50%;
    padding: 60px;
  }
}
@media (max-width: 767.99px) {
  .single_counter {
    flex: 0 0 100%;
    padding: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_counter {
    flex: 0 0 50%;
    padding: 60px;
  }
}
.single_counter:is(.single_counter1) {
  background-color: #0f0f0f;
}
.single_counter:is(.single_counter1):hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.single_counter:is(.single_counter2) {
  background-color: #080808;
}
@media only screen and (min-width: 1400px) and (max-width: 1599.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .single_counter:is(.single_counter2):hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.single_counter:is(.single_counter3) {
  background-color: #000;
}
@media only screen and (min-width: 1400px) and (max-width: 1599.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px), (max-width: 767.99px) {
  .single_counter:is(.single_counter3):hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.single_counter i {
  font-size: 85px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.single_counter:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #444;
  transform-origin: left bottom;
  transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -1;
}
.single_counter:hover:before {
  opacity: 0.5;
  visibility: visible;
  transform: scaleX(1);
}
.single_counter:hover > i {
  animation: wobble-vertical 1s linear 1;
}

.counter_title {
  font-size: 60px;
  color: #efb401;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  line-height: 1;
}

.counter_info {
  font-size: 16px;
  color: #bebebe;
  line-height: 1.75;
}

/*
************
*************************
19. Pricing
******************************************************* 
*************************************************************** */
.pricing__tab .nav {
  border: none;
}
@media (max-width: 767.99px) {
  .pricing__tab .nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.pricing__tab .nav .nav-item .nav-link {
  padding: 0;
  padding-right: 70px;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #b4b4b4;
  position: relative;
  outline: none;
  font-size: 16px;
  border: none;
  font-weight: 700;
}
.pricing__tab .nav .nav-item .nav-link:before {
  position: absolute;
  content: "";
  right: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
}
.pricing__tab .nav .nav-item .nav-link:after {
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--clr-theme-3);
  width: 100px;
  height: 50px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 50px;
}
.pricing__tab .nav .nav-item .nav-link:is(.active) {
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 700;
}
.pricing__tab .nav .nav-item .nav-link:is(.active):before {
  right: 9px;
}
.pricing__tab .nav .nav-item:last-child .nav-link {
  padding-right: 0;
  padding-left: 70px;
}
.pricing__tab .nav .nav-item:last-child .nav-link:before {
  display: none;
}
.pricing__tab .nav .nav-item:last-child .nav-link:after {
  display: none;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.single_pricing_item {
  position: relative;
  border-radius: 30px;
  border: 2px solid #f2f2f2;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
  padding: 60px 50px;
  padding-top: 50px;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .single_pricing_item {
    padding: 60px 40px;
    padding-top: 50px;
  }
}
@media (max-width: 767.99px) {
  .single_pricing_item {
    padding: 60px 30px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_pricing_item {
    padding: 60px 50px;
    padding-top: 50px;
  }
}
.single_pricing_item p {
  font-size: 14px;
  line-height: 1.85;
  transition: 0.3s;
}
.single_pricing_item:is(.active) {
  background-color: #000;
}
.single_pricing_item:is(.active) .price_tag {
  color: #fff;
}
.single_pricing_item:is(.active) .sub_text {
  color: #b2b2b2;
}
.single_pricing_item:is(.active) p {
  color: #fff;
}
.single_pricing_item:is(.active) .price_btn {
  background-color: var(--clr-theme-3);
  color: #000;
  border-color: var(--clr-theme-3);
}
.single_pricing_item:is(.active) .price_btn:hover {
  color: #fff;
}
.single_pricing_item:is(.active) .price_btn:hover i {
  color: #fff;
}

.price_numb {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
.price_numb .dollar {
  font-size: 18px;
  font-weight: 600;
}
.price_numb:is(.theme-3) {
  color: var(--clr-theme-3);
}

.price_tag {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}

.sub_text {
  font-size: 14px;
}

.p_icon_middle i {
  font-size: 100px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
.p_icon_middle:is(.theme-3) i {
  color: var(--clr-theme-3);
}

.price_btn {
  height: 56px;
  line-height: 52px;
  border: 2px solid #f2f2f2;
  display: inline-block;
  padding: 0 42px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .price_btn {
    padding: 0 35px;
  }
}
@media (max-width: 767.99px) {
  .price_btn {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .price_btn {
    padding: 0 42px;
  }
}
.price_btn i {
  margin-left: 5px;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
}
.price_btn:is(.theme-3):hover {
  background-color: var(--clr-theme-3);
  color: #fff;
  border-color: var(--clr-theme-3);
}
.price_btn:is(.theme-3):hover i {
  color: #fff;
}

/*
************
*************************
12. Contact
******************************************************* 
*************************************************************** */
input::placeholder {
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

textarea::placeholder {
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
textarea:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.gmap_area iframe {
  height: 700px;
  width: 100%;
}

.contact_info_wrapper {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.contact_info_wrapper:is(.mtm125) {
  margin-top: -125px;
}
.contact_info_wrapper:before {
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 6px;
  content: "";
  background-color: #2eb8e4;
}

.single_contact_info {
  padding: 65px 80px;
  display: flex;
  padding-top: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .single_contact_info {
    padding: 65px 70px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .single_contact_info {
    padding: 65px 50px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_contact_info {
    padding: 65px 50px;
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  .single_contact_info {
    padding: 30px;
    flex-direction: column;
    padding-top: 37px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_contact_info {
    padding: 40px 50px;
    flex-direction: column;
    padding-top: 47px;
  }
}
.single_contact_info:is(.is_border) {
  position: relative;
}
@media (max-width: 767.99px) {
  .single_contact_info:is(.is_border) {
    border-bottom: 1px solid #ebebeb;
  }
}
.single_contact_info:is(.is_border):after {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #ebebeb;
  width: 2px;
  height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_contact_info:is(.is_border):after {
    top: 65px;
    transform: translateY(0);
  }
}
@media (max-width: 767.99px) {
  .single_contact_info:is(.is_border):after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_contact_info:is(.is_border):is(.ismd_border):before {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #ebebeb;
    content: "";
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_contact_info:is(.is_border):is(.border_mdnone):after {
    display: none;
  }
}

.ccontact_info_icon {
  flex: 0 0 50px;
  max-width: 50px;
  margin-right: 23px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ccontact_info_icon {
    margin-right: 0px;
  }
}
.ccontact_info_icon i {
  font-size: 50px;
  color: #0439ab;
  display: inline-block;
  line-height: 1;
  margin-bottom: 25px;
}

.ccontact_info_title {
  font-size: 22px;
  line-height: 1.25;
}

.ccontact_info_content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 400;
  color: #777;
}
.ccontact_info_content p a {
  text-decoration: none;
}
.ccontact_info_content:is(.theme-2) a:hover {
  color: var(--clr-theme-2);
}

.input_single {
  position: relative;
  margin-bottom: 30px;
}
.input_single input {
  width: 100%;
  height: 70px;
  border: 2px solid #f0f0f0;
  border-radius: 50px;
  padding-left: 100px;
  padding-right: 35px;
  font-size: 18px;
  color: #999;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .input_single input {
    padding-left: 85px;
    padding-right: 20px;
  }
}
@media (max-width: 767.99px) {
  .input_single input {
    padding-left: 80px;
    padding-right: 15px;
  }
}
.input_single input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
.input_single input::placeholder {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.input_single .cabs_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #2eb8e4;
  border-radius: 50%;
}
.input_single .cabs_icon i {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  line-height: 1;
  transition: 0.5s;
}
.input_single .cabs_icon:hover > i {
  color: #fff;
}
.input_single textarea {
  width: 100%;
  border-radius: 50px;
  border: 2px solid #f0f0f0;
  padding: 25px 100px;
  height: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .input_single textarea {
    padding-left: 85px;
    padding-right: 20px;
  }
}
@media (max-width: 767.99px) {
  .input_single textarea {
    padding-left: 80px;
    padding-right: 15px;
  }
}
.input_single textarea::placeholder {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.input_single textarea:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
.input_single .ctextabs_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-color: #2eb8e4;
}
.input_single .ctextabs_icon i {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  line-height: 1;
  transition: 0.5s;
}
.input_single .ctextabs_icon:hover > i {
  color: #fff;
}

.contact_btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0439ab;
  border: none;
  height: 60px;
  padding: 0 45px;
  border-radius: 50px;
  line-height: 60px;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.contact_btn:hover {
  background-color: #2eb8e4;
}

.i_right i {
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
  display: inline-block;
  transform: translateY(2px);
}

.i_left i {
  font-size: 16px;
  font-weight: 300;
  margin-right: 5px;
  display: inline-block;
  transform: translateY(2px);
}

/*
************
*************************
15. FAQs
******************************************************* 
*************************************************************** */
.accordion-item:first-of-type .accordion-button:is(.faq_button) {
  border-radius: 0px;
  padding-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), (max-width: 767.99px) {
  .accordion-item:first-of-type .accordion-button:is(.faq_button) {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .accordion-item:first-of-type .accordion-button:is(.faq_button) {
    padding-right: 70px;
  }
}
.accordion-item:last-of-type .accordion-button:is(.faq_button) {
  border-radius: 0px;
}
.accordion-item:last-of-type .accordion-button:is(.faq_button):is(.collapsed) {
  border-radius: 0px;
}

.accordion_wrapper .accordion-item {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 0;
  border-left: 0;
  background-color: #fff;
}
.accordion_wrapper .accordion-body {
  padding: 30px;
  padding-right: 30px;
  padding-top: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.95;
}
@media (max-width: 767.99px) {
  .accordion_wrapper .accordion-body {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .accordion_wrapper .accordion-body {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.accordion-button:is(.faq_button) {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  padding-right: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .accordion-button:is(.faq_button) {
    padding-right: 50px;
  }
}
@media (max-width: 767.99px) {
  .accordion-button:is(.faq_button) {
    padding: 15px 0px;
    padding-right: 50px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .accordion-button:is(.faq_button) {
    padding: 15px 20px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.accordion-button:is(.faq_button):after {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: "font awesome 5 pro";
  content: "";
  transform: translateY(-50%);
  background-image: none;
  transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), (max-width: 767.99px) {
  .accordion-button:is(.faq_button):after {
    right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .accordion-button:is(.faq_button):after {
    right: 20px;
  }
}
.accordion-button:is(.faq_button):not(.collapsed) {
  color: #0439ab;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:is(.faq_button):not(.collapsed)::after {
  content: "";
  transition: 0.5s ease-in-out;
  color: #0439ab;
}
.accordion-button:is(.faq_button):is(.collapsed) {
  color: #000;
}
.accordion-button:is(.faq_button):focus {
  border-color: #0439ab;
  box-shadow: none;
}
.accordion-button:is(.faq_button):hover {
  color: #0439ab;
}
.accordion-button:is(.faq_button):hover:after {
  color: #0439ab;
}

/* faq form css  */
.faq_input_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.faq_input_single {
  flex: 0 0 330px;
  max-width: 330px;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .faq_input_single {
    max-width: 50%;
  }
}
@media (max-width: 767.99px) {
  .faq_input_single {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .faq_input_single:nth-child(even) {
    margin-right: 0;
  }
}
.faq_input_single input {
  width: 100%;
  border: 2px solid #ededed;
  height: 70px;
  border-radius: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.faq_input_single input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

.faq_button_single {
  flex: 0 0 220px;
  max-width: 220px;
  margin-bottom: 30px;
}

.faq_submitbtn {
  height: 70px;
  background-color: #2eb8e4;
  border: 0;
  padding: 0 45px;
  width: 100%;
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s;
}
.faq_submitbtn:hover {
  background-color: #000;
  color: #fff;
}

/*
************
*************************
25. Single
******************************************************* 
*************************************************************** */
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .t_person_info:is(.pl-50) {
    padding-left: 20px;
  }
}

@media (max-width: 767.99px) {
  .t_person_img img {
    width: 100%;
  }
}

.single_content_wrapper p {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 20px;
  color: #777;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .single_content_wrapper:is(.pr-10) {
    padding-right: 0;
  }
}

p.blacktext {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767.99px) {
  p.blacktext {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  p.blacktext {
    font-size: 22px;
  }
}

.single_iconbox {
  border: 2px solid #ededed;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), (max-width: 767.99px) {
  .single_iconbox {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_iconbox {
    flex-direction: row;
  }
}
.single_iconbox img {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), (max-width: 767.99px) {
  .single_iconbox img {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_iconbox img {
    margin-bottom: 0px;
    margin-right: 30px;
  }
}

.single_icontext {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .single_icontext {
    text-align: center;
  }
}
@media (max-width: 767.99px) {
  .single_icontext {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_icontext {
    text-align: start;
  }
}

.single_quote {
  position: relative;
  z-index: 1;
  padding: 10px;
  padding-left: 44px;
  padding-right: 0;
  margin-bottom: 45px;
  margin-top: 45px;
}

.single_quotetext {
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.99px) {
  .single_quotetext {
    font-size: 22px;
  }
}

.quote_author {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.quote_designation {
  color: #0439ab;
  font-weight: 700;
}

.single_quotetext a {
  color: #0439ab;
}

.single_quote:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #0439ab;
  transform: translateY(-50%);
}

/* Single sidebar css */
.s_widget_title {
  font-size: 20px;
  background-color: #f6f6f6;
  padding: 25px 36px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), (max-width: 767.99px) {
  .s_widget_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .s_widget_title {
    font-size: 20px;
  }
}

.s_widget {
  border: 2px solid #f6f6f6;
}

.s_widget_content {
  padding: 38px;
}
.s_widget_content ul li {
  list-style: none;
  margin-bottom: 15px;
}
.s_widget_content ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #777;
  font-weight: 400;
  line-height: 1;
  transition: 0.3s;
  display: block;
}
.s_widget_content ul li:last-child {
  margin-bottom: 0;
}
.s_widget_content ul li:hover a {
  color: #000;
}
.s_widget_content:is(.s_widget_category_content) ul li {
  margin-bottom: 25px;
}
.s_widget_content:is(.s_widget_category_content) ul li a i {
  float: right;
}
.s_widget_content:is(.s_widget_category_content) ul li:last-child {
  margin-bottom: 0;
}

.scinfo_icon {
  margin-right: 20px;
}
.scinfo_icon i {
  font-size: 14px;
  color: #2eb8e4;
  font-weight: 900;
  margin-bottom: 15px;
}

.scinfo_title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.scinfo_text p {
  margin-bottom: 0;
  line-height: 1.4;
}
.scinfo_text p a {
  text-decoration: none;
  color: #777;
}

.scinfo_item {
  display: flex;
}
.scinfo_item:is(.is_border_bottom) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.scinfo_item:is(.is_border_bottom):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.scinfo_item:hover .scinfo_icon > i {
  animation: hvr-buzz-out 1s linear 1;
}

.sbdownload_icon {
  margin-bottom: 15px;
  margin-right: 15px;
}
.sbdownload_icon i {
  font-size: 24px;
  color: #2eb8e4;
}

.sbdownload_item {
  display: flex;
}

.s_widget_service_content p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.s_widget_service_content p strong {
  color: #000;
  font-weight: 700;
  margin-right: 5px;
}

.spbutton {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  background-color: #2eb8e4;
  padding: 0 35px;
  border-radius: 10px;
  border: 2px solid transparent;
}
.spbutton:hover {
  background-color: transparent;
  color: #000;
  border-color: #2eb8e4;
}

.sbdownload_text p {
  margin-bottom: 0;
  line-height: 1;
}

.sbdownload_item:is(.is_border_bottom) {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 28px;
  padding-bottom: 28px;
}
.sbdownload_item:is(.is_border_bottom):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sbdownload_item:hover .sbdownload_icon > i {
  animation: hvr-buzz-out 1s linear 1;
}

.sctaform_wrapper input {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 18px 25px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #999999;
}
.sctaform_wrapper input::placeholder {
  color: #999999;
  font-size: 14px;
}
.sctaform_wrapper textarea {
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 18px 25px;
  color: #999999;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
  height: 120px;
}
.sctaform_wrapper textarea::placeholder {
  color: #999999;
  font-size: 14px;
}

.sctaform_btn {
  font-size: 16px;
  color: #000;
  border: 0;
  background-color: #2eb8e4;
  font-weight: 700;
  padding: 0 30px;
  height: 50px;
  border-radius: 10px;
  transition: 0.3s;
}
.sctaform_btn i {
  font-weight: 300;
}
.sctaform_btn:hover {
  background-color: #f6f6f6;
}

/* Portfolio single css */
.single_piconbox {
  border: 2px solid #ededed;
  margin-bottom: 30px;
  padding: 45px 40px;
  padding-top: 48px;
  text-align: center;
}
.single_piconbox img {
  margin-bottom: 25px;
}

.single_picontext {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.nav_single {
  display: flex;
  background-color: #0439ab;
  align-items: center;
  text-decoration: none;
}
.nav_single:hover .nav_singleimg {
  filter: grayscale(100%);
}

.nav_singleimg {
  flex: 0 0 100px;
  max-width: 100px;
  transition: 0.3s;
}
@media (max-width: 767.99px) {
  .nav_singleimg {
    flex: 0 0 60px;
    max-width: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .nav_singleimg {
    flex: 0 0 80px;
    max-width: 80px;
  }
}

.nav_singletitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  transition: 0.3s;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .nav_singletitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .nav_singletitle {
    font-size: 18px;
  }
}

.nav_singletext {
  padding: 15px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .nav_singletext {
    padding: 15px 25px;
  }
}
@media (max-width: 767.99px) {
  .nav_singletext {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .nav_singletext {
    padding: 15px 30px;
  }
}
.nav_singletext span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 1.87;
  transition: 0.3s;
}
@media (max-width: 767.99px) {
  .nav_singletext span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .nav_singletext span {
    font-size: 14px;
  }
}
.nav_singletext:hover span {
  color: #000;
}
.nav_singletext:hover .nav_singletitle {
  color: #000;
}

.navnext_single.nav_single {
  background-color: #ffc001;
  justify-content: flex-end;
}
.navnext_single.nav_single :is(.navnext_img) {
  order: 2;
}

.nav_singletext.navnext_text {
  text-align: end;
}

/*team details */
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .t_person_info:is(.pl-50) {
    padding-left: 0;
  }
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .team_progress_wrapper:is(.pl-35) {
    padding-left: 0;
  }
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .team_progress_wrapper:is(.pr-35) {
    padding-right: 0;
  }
}

.fullwidth_title {
  font-size: 30px;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
@media (max-width: 767.99px) {
  .fullwidth_title {
    font-size: 23px;
  }
}
.fullwidth_title :is(.is_border_bottom) {
  color: #0439ab;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.fullwidth_title :is(.is_border_bottom):after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #0439ab;
  content: "";
}
.fullwidth_title:is(.is_sgray) {
  color: #e1e1e1;
}

.t_sub_info {
  font-size: 14px;
  color: #0439ab;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 2.14;
  display: inline-block;
}

.t_single_title {
  font-size: 48px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 28px;
  margin-bottom: 33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .t_single_title {
    font-size: 40px;
  }
}
@media (max-width: 767.99px) {
  .t_single_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .t_single_title {
    font-size: 35px;
  }
}

.person_info_details p {
  display: flex;
  margin-bottom: 15px;
}
.person_info_details p > i {
  font-size: 16px;
  color: #0439ab;
  line-height: 1.86;
  flex: 0 0 35px;
}
@media (max-width: 767.99px) {
  .person_info_details p > i {
    flex: 0 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .person_info_details p > i {
    flex: 0 0 35px;
  }
}
.person_info_details p span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  flex: 0 0 90px;
}
@media (max-width: 767.99px) {
  .person_info_details p span {
    flex: 0 0 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .person_info_details p span {
    flex: 0 0 90px;
  }
}
.person_info_details p a {
  text-decoration: none;
  font-size: 16px;
}

.t_single_social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #f1f1f1;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.t_single_social a i {
  font-size: 14px;
}
.t_single_social a:hover {
  color: #000;
  background-color: #2eb8e4;
  border-color: #2eb8e4;
}

@media (max-width: 767.99px) {
  .team_progress_single:is(.mb-30):last-child {
    margin-bottom: 0;
  }
}

.t_feature_title {
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.t_feature_sigle {
  border: 2px solid #ededed;
  padding: 45px 30px;
  transition: 0.3s;
}
@media (max-width: 767.99px) {
  .t_feature_sigle {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .t_feature_sigle {
    padding: 25px 15px;
  }
}
.t_feature_sigle i {
  font-size: 75px;
  color: #0439ab;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
  transition: 0.3s;
}
.t_feature_sigle:hover {
  background-color: #0439ab;
  border-color: #0439ab;
  color: #fff;
}
.t_feature_sigle:hover > i {
  animation: icon-bounce 1s linear 1;
  color: #fff;
}
.t_feature_sigle:hover .t_feature_title {
  color: #fff;
}

.t_video_img {
  position: relative;
}

.video_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
}
.video_icon i {
  font-weight: 700;
  color: #0439ab;
  transform: translateX(3px);
  transition: 0.3s;
}
.video_icon:is(.theme-2):hover {
  background-color: var(--clr-theme-2);
}
.video_icon:is(.theme-2):hover i {
  color: #fff;
}

.t_single_btn {
  height: 60px;
  padding: 0 40px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  background-color: #2eb8e4;
  line-height: 60px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid transparent;
}
.t_single_btn:hover {
  background-color: transparent;
  border-color: #2eb8e4;
  color: #000;
  box-shadow: 0 5px 1px #2eb8e4;
}

/*
************
*************************
20. Progress
******************************************************* 
*************************************************************** */
.team_progress_single {
  overflow: hidden;
}
.team_progress_single span {
  font-size: 18px;
  color: #111111;
  font-weight: 700;
  display: inline-block;
}

.progress:is(.team_progress) {
  margin-top: 15px;
  height: 4px;
  background-color: #f1f1f1;
}
.progress:is(.team_progress) .progress-bar:is(.theme-1) {
  background-color: var(--clr-theme-1);
}
.progress:is(.team_progress) .progress-bar:is(.theme-2) {
  background-color: var(--clr-theme-2);
}

.progress_value {
  float: right;
}
.progress_value:is(.theme-1) {
  color: var(--clr-theme-1);
}
.progress_value:is(.theme-2) {
  color: var(--clr-theme-2);
}

/*
************
*************************
16. News
******************************************************* 
*************************************************************** */
.news_meta_wrapper:is(.meta_border_top) {
  border-top: 1px solid #e7e7e7;
  padding-top: 22px;
  margin-top: 26px;
}

.news_single_img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  position: relative;
}
.news_single_img:is(.news_audio_img) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}
.news_single_img:is(.news_audio_img):before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.7;
}

.news_single_content {
  position: relative;
  padding: 45px 50px;
  padding-top: 60px;
  border: 2px solid #f3f3f3;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 767.99px) {
  .news_single_content {
    padding: 45px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .news_single_content {
    padding: 45px 40px;
  }
}
.news_single_content:is(.news_no_content) {
  padding-top: 45px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.news_cat > a {
  background-color: #fff;
  color: #0439ab;
  height: 30px;
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  line-height: 30px;
  border-radius: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 400;
}
.news_cat:is(.cat_abs) {
  position: absolute;
  left: 50px;
  top: 0;
  margin-top: -15px;
}
@media (max-width: 767.99px) {
  .news_cat:is(.cat_abs) {
    left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .news_cat:is(.cat_abs) {
    left: 40px;
  }
}

.author_news {
  display: inline-block;
  height: 60px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 50px;
  min-width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -30px;
  margin-right: 50px;
}
@media (max-width: 767.99px) {
  .author_news {
    position: static;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.author_news img {
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.author_news a {
  font-size: 16px;
  color: #0439ab;
  font-weight: 700;
  text-decoration: none;
}

.news_single_title {
  font-size: 35px;
  line-height: 1.28;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .news_single_title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .news_single_title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .news_single_title {
    font-size: 30px;
  }
}
@media (max-width: 767.99px) {
  .news_single_title {
    font-size: 22px;
  }
}
.news_single_title a {
  text-decoration: none;
}
.news_single_title:hover a {
  color: #0439ab;
}

.news_meta_single {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.news_meta_single i {
  color: #0439ab;
  margin-right: 5px;
  font-weight: 300;
}
.news_meta_single a {
  text-decoration: none;
}
.news_meta_single a:hover {
  color: #0439ab;
}
.news_meta_single:is(.is_right_border) {
  position: relative;
  padding-right: 25px;
  margin-right: 30px;
}
@media (max-width: 767.99px) {
  .news_meta_single:is(.is_right_border) {
    padding-right: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .news_meta_single:is(.is_right_border) {
    margin-right: 15px;
    padding-right: 20px;
    margin-bottom: 0px;
    display: inline-block;
  }
}
.news_meta_single:is(.is_right_border):after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  content: "";
  background-color: #bdbdbd;
  transform: translateY(-50%);
}
@media (max-width: 767.99px) {
  .news_meta_single:is(.is_right_border):after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .news_meta_single:is(.is_right_border):after {
    display: block;
  }
}
.news_meta_single:is(.is_right_border):last-child {
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.news_meta_single:is(.is_right_border):last-child:after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .news_meta_single:is(.meta_sidebar) {
    font-size: 13px;
  }
}

.news_video_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
}
.news_video_icon i {
  font-weight: 700;
  color: #000;
  transform: translateX(3px);
  transition: 0.3s;
}
.news_video_icon:hover {
  background-color: #000;
  box-shadow: 0 5px 0 #fff;
}
.news_video_icon:hover i {
  color: #fff;
}

.soundcloud_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767.99px) {
  .soundcloud_img {
    width: 50px;
  }
}

.quote_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.28;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .quote_title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .quote_title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .quote_title {
    font-size: 30px;
  }
}
@media (max-width: 767.99px) {
  .quote_title {
    font-size: 22px;
  }
}
.quote_title a {
  text-decoration: none;
}

.news_quote_content {
  padding: 65px 50px;
  background-color: #0439ab;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .news_quote_content {
    padding: 45px 25px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.news_quote_content > i {
  font-size: 75px;
  margin-right: 30px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767.99px) {
  .news_quote_content > i {
    font-size: 35px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

/* widget sidebar css  */
.search_widget {
  position: relative;
}
.search_widget input {
  height: 60px;
  width: 100%;
  padding: 0 40px;
  padding-right: 80px;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 50px;
  color: #828282;
  font-style: italic;
}
.search_widget button.ws_btn {
  position: absolute;
  right: 0;
  height: 60px;
  border: 0;
  width: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #0439aa;
  color: #fff;
  transition: 0.3s;
}
.search_widget button.ws_btn:hover {
  background-color: #000;
}

.news_widget {
  border: 2px solid #f3f3f3;
  border-radius: 30px;
  padding: 40px 38px;
  padding-top: 35px;
}

.news_widget_title {
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news_widget_title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #f1f1f1;
  height: 1px;
}

.news_feed_img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), (max-width: 767.99px) {
  .news_feed_img {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .news_feed_img {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.news_feed_img:hover {
  filter: grayscale(100%);
}

.news_feed_title {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .news_feed_title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), (max-width: 767.99px) {
  .news_feed_title {
    font-size: 15px;
  }
}
.news_feed_title a {
  text-decoration: none;
}
.news_feed_title:hover a {
  color: #0439ab;
}

.news_single_feed {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px), (max-width: 767.99px) {
  .news_single_feed {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .news_single_feed {
    flex-direction: row;
  }
}
.news_single_feed:is(.is_border_bottom) {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.news_single_feed:is(.is_border_bottom):after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #efefef;
}
.news_single_feed:is(.is_border_bottom):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news_single_feed:is(.is_border_bottom):last-child:after {
  display: none;
}
.news_single_feed:last-child {
  margin-bottom: 0;
}

.tagcloud {
  margin-bottom: -10px;
}
.tagcloud a {
  display: inline-block;
  text-decoration: none;
  height: 30px;
  border: 1px solid #f3f3f3;
  padding: 0 20px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
}
.tagcloud a:hover {
  background-color: #0439ab;
  color: #fff;
}

.category_widget ul li {
  margin-bottom: 15px;
  list-style: none;
}
.category_widget ul li a {
  font-weight: 500;
  position: relative;
  text-decoration: none;
  padding-left: 20px;
}
.category_widget ul li a:after {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #0439ab;
  transform: translateY(-50%);
  transition: 0.3s;
}
.category_widget ul li a:hover {
  color: #0439ab;
}
.category_widget ul li a:hover:after {
  padding-left: 5px;
}

.ad_widget_content {
  position: relative;
}
.ad_widget_content a > img {
  width: 100%;
}

.add_size {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60px;
  padding: 0 60px;
  background-color: #0439ab;
  line-height: 60px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  border-bottom-right-radius: 30px;
}

/* blog-details css */
.blog_details_wrapper {
  padding: 50px 45px;
  border: 2px solid #f3f3f3;
  border-radius: 30px;
}
@media (max-width: 767.99px) {
  .blog_details_wrapper {
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blog_details_wrapper {
    padding: 50px 35px;
  }
}

.inner_details_title {
  font-size: 30px;
}

@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .blog_details_thumb:is(.d-flex) {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.blog_details_thumb:is(.d-flex) .details_thumb {
  flex: 0 0 auto;
  padding-right: 31px;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .blog_details_thumb:is(.d-flex) .details_thumb {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.99px) {
  .blog_details_thumb:is(.d-flex) .details_thumb {
    display: none;
  }
}

@media (max-width: 767.99px) {
  .blog_details_img {
    margin-bottom: 20px;
  }
}

.details_blockquote {
  border-style: solid;
  border-width: 2px;
  border-color: #f4f4f4;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 45px;
}
@media (max-width: 767.99px) {
  .details_blockquote {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .details_blockquote {
    padding: 40px 35px;
  }
}
.details_blockquote > i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #0439ab;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  margin-bottom: 25px;
}
.details_blockquote .quote_designation {
  font-weight: 400;
  font-size: 14px;
}
.details_blockquote blockquote {
  margin-bottom: 0;
}

.blockquote_title {
  font-size: 28px;
  line-height: 1.35;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .blockquote_title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .blockquote_title {
    font-size: 24px;
  }
}
@media (max-width: 767.99px) {
  .blockquote_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .blockquote_title {
    font-size: 20px;
  }
}

.quote_author {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: block;
}
@media (max-width: 767.99px) {
  .quote_author {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .quote_author {
    font-size: 16px;
  }
}

.details_title {
  font-size: 20px;
}

@media (max-width: 767.99px) {
  .details_social {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .details_social {
    margin-top: 0px;
  }
}

.social_share {
  text-align: end;
}
@media (max-width: 767.99px) {
  .social_share {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .social_share {
    text-align: end;
  }
}
.social_share a {
  margin-left: 26px;
  color: #d3d3d3;
}
@media (max-width: 767.99px) {
  .social_share a {
    margin-left: 15px;
  }
}
.social_share a i {
  font-size: 18px;
  line-height: 1;
}
.social_share a:is(.facebook):hover {
  color: #385398;
}
.social_share a:is(.twitter):hover {
  color: #55acee;
}
.social_share a:is(.behance):hover {
  color: #0057FF;
}
.social_share a:is(.youtube):hover {
  color: #C3271A;
}
.social_share a:is(.linkedin):hover {
  color: #0A66C2;
}
.social_share a:is(.instagram):hover {
  color: #CD2D86;
}
.social_share a:is(.viber):hover {
  color: #793BAA;
}
.social_share a:first-child {
  margin-left: 0;
}

.details_postnav {
  position: relative;
  text-decoration: none;
}
.details_postnav :is(.post-dot-shape) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.99px) {
  .details_postnav :is(.post-dot-shape) {
    display: none;
  }
}

.single_post_nav {
  text-decoration: none;
}
@media (max-width: 767.99px) {
  .single_post_nav {
    display: block;
  }
}
.single_post_nav span {
  font-size: 14px;
  color: #777777;
  display: block;
  padding-bottom: 8px;
}
.single_post_nav h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .single_post_nav h4 {
    font-size: 22px;
  }
}
@media (max-width: 767.99px) {
  .single_post_nav h4 {
    font-size: 19px;
    text-align: start;
  }
}
@media (max-width: 767.99px) {
  .single_post_nav:is(.right_nav) {
    text-align: start;
    margin-top: 30px;
  }
  .single_post_nav:is(.right_nav) span {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .single_post_nav:is(.right_nav) {
    text-align: end;
    margin-top: 0px;
  }
  .single_post_nav:is(.right_nav) span {
    text-align: end;
  }
  .single_post_nav:is(.right_nav) h4 {
    text-align: end;
  }
}

.related_post_title {
  font-size: 26px;
}

.details_author_box {
  border: 2px solid #f3f3f3;
  padding: 40px;
  margin-bottom: 45px;
  border-radius: 30px;
}
@media (max-width: 767.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .details_author_box:is(.d-flex) {
    flex-wrap: wrap;
    padding: 25px;
    justify-content: center;
    text-align: center;
  }
}
.details_author_box:is(.d-flex) .author_thumb {
  padding-right: 40px;
  flex: 0 0 auto;
}
@media (max-width: 767.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .details_author_box:is(.d-flex) .author_thumb {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .details_author_box:is(.d-flex) .author_thumb {
    padding-right: 30px;
  }
}
.details_author_box:is(.d-flex) .details_content span {
  font-size: 12px;
  font-weight: 700;
}
.details_author_box:is(.d-flex) .details_content .author_details_name {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .details_author_box:is(.d-flex) .details_content .author_details_name {
    font-size: 30px;
  }
}
@media (max-width: 767.99px) {
  .details_author_box:is(.d-flex) .details_content .author_details_name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .details_author_box:is(.d-flex) .details_content .author_details_name {
    font-size: 30px;
  }
}
.details_author_box:is(.d-flex) .details_content .author_details_name a {
  text-decoration: none;
}
.details_author_box:is(.d-flex) .details_content p {
  font-size: 14px;
}

.comments_box:hover .avater_text span {
  opacity: 1;
  visibility: visible;
}
.comments_box:hover .comment_avater img {
  filter: grayscale(100%);
}

.latest_comments > ul > li {
  border-bottom: 1px solid #f3f3f3;
}
.latest_comments ul {
  padding-left: 0;
}
.latest_comments ul li {
  list-style-type: none;
}
.comment_avater {
  padding-right: 30px;
}
@media (max-width: 767.99px) {
  .comment_avater {
    padding-right: 15px;
    max-width: 70px;
  }
}

.avater_text {
  overflow: hidden;
  padding-left: 2px;
  position: relative;
  margin-bottom: 10px;
}
.avater_text h5 {
  font-size: 18px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.avater_text h5 a {
  text-decoration: none;
}
.avater_text h5 span {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.avater_text h5 span i {
  font-weight: 700;
  font-size: 12px;
  color: #0439ab;
}
.avater_text :is(.replay-btn) {
  position: absolute;
  right: 0;
  top: 0;
}
.avater_text a {
  text-decoration: none;
}

.replay_btn {
  font-size: 14px;
  padding: 10px 22px;
  line-height: 1;
  display: inline-block;
  border: 2px solid #f3f3f3;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}
.replay_btn:is(.has_abs) {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.99px) {
  .replay_btn:is(.has_abs) {
    position: static;
  }
}
.replay_btn i {
  color: var(--clr-theme-2);
  padding-right: 5px;
  transition: 0.3s;
}
.replay_btn:hover {
  color: #fff;
  border-color: var(--clr-theme-2);
  background-color: var(--clr-theme-2);
}
.replay_btn:hover i {
  color: #fff;
}

.comment_text {
  overflow: hidden;
  padding-top: 13px;
}
.comment_text p {
  font-size: 14px;
}

.comment_text:is(.has-children) {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
}

.children {
  padding-left: 130px;
}
@media (max-width: 767.99px) {
  .children {
    padding-left: 0;
  }
}
.children .comment_text {
  padding-bottom: 15px;
  border: none;
}

.comment_form_details {
  border-radius: 30px;
  padding: 50px;
  border: 2px solid #f4f4f4;
}
@media (max-width: 767.99px) {
  .comment_form_details {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}

.comment_form_single {
  position: relative;
  margin-bottom: 20px;
}
.comment_form_single input {
  width: 100%;
  height: 60px;
  border-style: solid;
  border-style: solid;
  border-width: 2px;
  border-color: #f4f4f4;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 0 30px;
}
.comment_form_single input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}
.comment_form_single input:-moz-placeholder {
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}
.comment_form_single input::-moz-placeholder {
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}
.comment_form_single input:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}
.comment_form_single input:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single input:focus:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single input:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single textarea::-webkit-input-placeholder {
  transition: 0.3s;
  color: #999;
  font-size: 14px;
}
.comment_form_single textarea:-moz-placeholder {
  transition: 0.3s;
  color: #999;
  font-size: 14px;
}
.comment_form_single textarea::-moz-placeholder {
  transition: 0.3s;
  color: #999;
  font-size: 14px;
}
.comment_form_single textarea:-ms-input-placeholder {
  transition: 0.3s;
  color: #999;
  font-size: 14px;
}
.comment_form_single textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single textarea:focus:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single textarea:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single textarea:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 14px;
  color: #0439ab;
}

.comment_textarea {
  position: relative;
  height: 150px;
}
.comment_textarea textarea {
  border: 0;
  height: 100%;
  width: 100%;
  border-style: solid;
  border-style: solid;
  border-width: 2px;
  border-color: #f4f4f4;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  padding: 24px 30px;
  color: #999999;
}
.comment_textarea label {
  font-size: 14px;
  color: #0439ab;
  position: absolute;
  right: 30px;
  top: 35px;
}

.comment_details_btn {
  height: 60px;
  border: 0;
  padding: 0 50px;
  border-radius: 30px;
  color: #fff;
  background: #0439ab;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media (max-width: 767.99px) {
  .comment_details_btn {
    padding: 0 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .comment_details_btn {
    padding: 0 50px;
    width: auto;
  }
}
.comment_details_btn i {
  padding-right: 5px;
}
.comment_details_btn:hover {
  background-color: transparent;
  border-color: #0439ab;
  box-shadow: 0 5px 0 #0439ab;
  color: #000;
}

.inner_details_title {
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .inner_details_title {
    font-size: 25px;
  }
}
@media (max-width: 767.99px) {
  .inner_details_title {
    font-size: 25px;
  }
}
@media (max-width: 767.99px) {
  .inner_details_title:is(.mb-30) {
    margin-bottom: 15px;
  }
}

.bg {
  border-style: solid;
  border-width: 2px;
  border-color: #f4f4f4;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 415px;
  top: 4136px;
  width: 710px;
  height: 146px;
  z-index: 165;
}

/*
************
*************************
24. Sidebar
******************************************************* 
*************************************************************** */
.header-icon {
  position: relative;
}
.header-icon a i {
  transition: 0.3s;
}
.header-icon a:hover > i.fa-search {
  color: var(--clr-theme-2);
}

.feed_widget_img img {
  max-width: 80px;
}

.search-button {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  background-image: linear-gradient(45deg, transparent, var(--clr-theme-1));
}
.search-button i {
  color: #fff;
}

.open-mobile-menu {
  display: inline-block;
}

.offset-widget:is(.offset-logo) {
  border-bottom: 1px solid #eeecec;
}

.side-row {
  margin: 0 -7.5px;
}
.side-row .col-4 {
  padding: 0 7.5px;
}

.side-map iframe {
  width: 100%;
  height: 200px;
}

.info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
}

button.side-info-close {
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: var(--clr-theme-1);
  color: #fff;
  border-radius: 50%;
}
button.side-info-close:hover {
  background-color: #111;
}

.mobile_logo img {
  max-width: 150px;
}

.offset_search_content {
  position: relative;
}
.offset_search_content input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eeecec;
  padding: 5px 0;
  color: 444;
  font-weight: 300;
}
.offset_search_content input::-webkit-input-placeholder {
  color: #444;
  font-weight: 400;
}
.offset_search_content input:-moz-placeholder {
  color: #444;
  font-weight: 400;
}
.offset_search_content input::-moz-placeholder {
  color: #444;
  font-weight: 400;
}
.offset_search_content input:-ms-input-placeholder {
  color: #444;
  font-weight: 400;
}

.offset_search_button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  background-color: #eeecec;
  color: #444;
  width: 40px;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.offset_search_button:hover {
  color: #fff;
  background-color: var(--clr-theme-1);
}

.contact-list > a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: var(--clr-body-heading);
}
.contact-list > a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  flex: 0 0 auto;
}
.contact-list > a:is(.theme-1) i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
}
.contact-list > a:is(.theme-1):hover {
  color: var(--clr-theme-1);
}
.contact-list > a:is(.theme-2) i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-2);
}
.contact-list > a:is(.theme-2):hover {
  color: var(--clr-theme-2);
}
.contact-list > a:is(.theme-3) i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-3);
}
.contact-list > a:is(.theme-3):hover {
  color: var(--clr-theme-3);
}
.contact-list:is(.mobile_sm) a {
  font-size: 16px;
}

.top_social a {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background-color: #23344f;
  text-align: center;
  font-size: 14px;
  color: #c0c0c0;
}
.top_social a:is(.facebook):hover {
  background-color: #385398;
  color: var(--clr-common-white);
}
.top_social a:is(.twitter):hover {
  background-color: #55acee;
  color: var(--clr-common-white);
}
.top_social a:is(.behance):hover {
  background-color: #0057FF;
  color: var(--clr-common-white);
}
.top_social a:is(.youtube):hover {
  background-color: #C3271A;
  color: var(--clr-common-white);
}
.top_social a:is(.google):hover {
  background-color: #E34133;
  color: var(--clr-common-white);
}
.top_social a:is(.pinterest):hover {
  background-color: #C51F26;
  color: var(--clr-common-white);
}
.top_social a:is(.linkedin):hover {
  background-color: #0073B1;
  color: var(--clr-common-white);
}
.top_social a:is(.instagram):hover {
  background-color: #DC001A;
  color: var(--clr-common-white);
}
.top_social:is(.offset_social) a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--clr-theme-1);
  color: #fff;
}
.top_social:is(.offset_social) a:not(:last-child) {
  margin-right: 5px;
}

/* ############################
################################################
  Nice select CSS customization
##############################
###############################################   */
.nice-select:is(.widget) {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  margin-bottom: 16px;
  color: #b8b8b8;
  border: 2px solid #eee;
}
.nice-select:is(.widget):focus {
  outline: 0;
  border: 2px solid #eee;
}
.nice-select:is(.widget):after {
  color: #b8b8b8;
  font-size: 14px;
}
.nice-select:is(.widget):is(.open) .list {
  background-color: var(--clr-theme-4);
  color: #fff;
}
.nice-select:is(.widget) .list {
  background-color: var(--clr-theme-4);
  color: #fff;
}
.nice-select:is(.widget) .option:is(.focus) {
  background-color: var(--clr-theme-1);
}
.nice-select:is(.widget) .option:is(.selected):is(.focus) {
  background-color: var(--clr-theme-1);
}
.nice-select:is(.widget) .option:hover {
  background-color: var(--clr-theme-1);
}

/* Menu Search
-------------------------------------------------------*/
.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .search-wrap .main-search-input {
    padding: 0;
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  .search-wrap .main-search-input {
    padding: 0;
    font-size: 20px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  input.main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  input.main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  input.main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  input.main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  input.main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  input.main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}

/*
************
*************************
28. Back To Top
******************************************************* 
*************************************************************** */
.progress-wrap {
  position: fixed;
  right: -100px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--clr-theme-3);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #fff;
}
.progress-wrap::after {
  position: absolute;
  content: "ˆ";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #777;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--clr-theme-2);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.progress-wrap.active-progress {
  opacity: 1;
  right: 50px;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767.99px) {
  .progress-wrap.active-progress {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .progress-wrap.active-progress {
    right: 30px;
  }
}

/*
************
*************************
29. Footer
******************************************************* 
*************************************************************** */
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px), only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .footer_widget {
    padding-left: 0;
  }
}

.darker_bg {
  background-color: var(--clr-common-black);
}

.soft_darker_bg {
  background-color: var(--clr-common-soft_black);
}

@media (max-width: 767.99px) {
  .footer_widget_content:is(.mt-45) {
    margin-top: 30px;
  }
}
@media (max-width: 767.99px) {
  .footer_widget_content:is(.mt-40) {
    margin-top: 25px;
  }
}

.footer_title_text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 35px;
}
@media (max-width: 767.99px) {
  .footer_title_text {
    margin-bottom: 20px;
  }
}
.footer_title_text:is(.footer_title_text2) {
  font-family: "DM Sans", sans-serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.footer_title_text:is(.footer_title_text2):before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: var(--clr-theme-1);
  content: "";
}

.info_line {
  display: block;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 2.14;
}
.info_line a {
  text-decoration: none;
  transition: 0.3s;
}
.info_line a:hover {
  color: var(--clr-theme-1);
}

.footer_links ul li {
  list-style: none;
}
.footer_links ul li a {
  font-size: 14px;
  color: #a8a8a8;
  text-decoration: none;
  line-height: 2.85;
  position: relative;
  display: inline-block;
}
.footer_links ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: "font awesome 5 pro";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.footer_links ul li:hover > a {
  padding-left: 20px;
  color: var(--clr-theme-1);
}
.footer_links ul li:hover > a:before {
  opacity: 1;
  visibility: visible;
  color: var(--clr-theme-1);
}
.footer_links:is(.w_50) ul li {
  width: 50%;
  float: left;
}

.footer_blog {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer_blog:is(.footer_blog2) {
  margin-bottom: 25px;
}
.footer_blog:last-child {
  margin-bottom: 0;
}

.foolter_blog_thumb {
  flex: 0 0 70px;
  margin-right: 20px;
  display: inline-block;
  overflow: hidden;
}
.foolter_blog_thumb:hover img {
  transform: scale(1.1);
  filter: hue-rotate(60deg);
}

.footer_author_meta {
  margin-bottom: 6px;
}
.footer_author_meta span {
  font-size: 14px;
  color: #555;
}
.footer_author_meta a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}

.footer_blog_title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.99px), only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .footer_blog_title {
    font-size: 16px;
  }
}
.footer_blog_title a {
  text-decoration: none;
}
.footer_blog_title:hover a {
  color: var(--clr-theme-1);
}

.footer_blog:last-child {
  margin-bottom: 0;
}

.instagram_widget a {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 12px;
}

@media (max-width: 767.99px) {
  .footer_social {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .footer_social {
    margin-top: 0px;
  }
}
.footer_social a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 767.99px) {
  .footer_social a {
    margin-left: 25px;
  }
}
.footer_social a:first-child {
  margin-left: 0;
}
.footer_social a:hover {
  color: var(--clr-theme-1);
}

.copyright_text {
  color: #999999;
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.99px), only screen and (min-width: 768px) and (max-width: 991.99px) {
  .copyright_text:is(.pt_2) {
    padding-top: 30px;
  }
}
.copyright_text a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.copyright_text a:hover {
  color: var(--clr-theme-1);
}
.copyright_text:is(.is_white) {
  color: #fff;
}

.footer_info2 p {
  color: #c2c2c2;
  line-height: 2;
  font-size: 16px;
}

.footer_social2 a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #00277c;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  margin-left: 10px;
}
@media (max-width: 767.99px) {
  .footer_social2 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
  }
}
.footer_social2 a:hover {
  color: var(--clr-theme-2);
  background-color: #fff;
}

.footer_sub_text {
  display: block;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  line-height: 2.85;
}

.footer_widget_content p {
  font-size: 16px;
  line-height: 1.88;
}

.address_line {
  display: flex;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 20px;
}
.address_line:last-child {
  margin-bottom: 0;
}
.address_line:hover .address_text {
  color: var(--clr-theme-3);
}
.address_line:hover .address_icon {
  animation: hvr-buzz-out 1s linear 1;
}
.address_line:hover .address_icon i {
  color: #fff;
}

.address_icon {
  margin-right: 15px;
}
.address_icon i {
  font-size: 14px;
  color: #a8a8a8;
  transition: 0.3s;
}

.address_text {
  font-size: 14px;
  color: #a8a8a8;
  transition: 0.3s;
}

.footer_form input {
  border: 2px solid #303030;
  color: #aaa;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #060606;
  padding-right: 75px;
}
.footer_form input::placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.footer_form {
  position: relative;
}
.footer_form button[type=submit] {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 60px;
  height: 56px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--clr-theme-3);
  color: #000;
  border: 2px solid var(--clr-theme-3);
  transition: 0.3s;
}
.footer_form button[type=submit]:hover {
  color: #fff;
}

.soft_footer_bg {
  background-color: #090909;
}

.popup_img {
  position: relative;
  display: inline-block;
}
.popup_img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  font-family: "font awesome 5 pro";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform-origin: top left;
  transform: scaleY(0);
  transition: 0.5s;
}
.popup_img:hover:before {
  opacity: 0.6;
  visibility: visible;
  transform: scaleY(1);
}

/*# sourceMappingURL=main.css.map */