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

    Template Name: Eurtech - IT Solutions WordPress Theme
    Description: Eurtech - IT Solutions WordPress Theme
    Author: Bdevs
    Version: 1.0

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

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

    01. Theme default
    02. Header
    03. Slider
    04. About
    05. Service
    06. Portfolio
    07. Blog
    08. Brand
    09. Testimonial
    10. Choose
    11. Contact
    12. Fact
    13. Team
    14. Progress
    15. Pricing
    16. Page title
    17. Video
    18. Faq
    19. Timeline
    20. Footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default
/*----------------------------------------*/
body {
  font-family: "Rubik", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text);
  font-size: 16px;
}

.bd-custom-container {
  max-width: 1730px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.img,
img {
  max-width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

svg,
svg path {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.w-img img {
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
button,
i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

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;
  text-decoration: none;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 1;
}

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

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

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-body-text);
  margin-bottom: 10px;
}

i {
  line-height: 1;
  display: inline-block;
}

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

.display-inline {
  display: inline-block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
select {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.custom-pad-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.custom-mar-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.radius-50 {
  border-radius: 50px;
}

.w-full {
  width: 100%;
}

/*--
    - Input Placeholder
-----------------------------------------*/
* input::-moz-placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

* input::placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/*--
    - Common Classes
-----------------------------------------*/
.pb-230 {
  padding-bottom: 230px;
}

.clear {
  clear: both;
}

.translate-y--10 {
  transform: translateY(-10px);
}

.bg-css,
.has-image,
.has-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.has-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.has-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.theme-bg {
  background-color: var(--clr-theme-1);
}

.gray-bg {
  background-color: var(--clr-bg-gray);
}

.green-bg {
  background-color: var(--clr-bg-green);
}

.blue-bg {
  background-color: var(--clr-bg-blue);
}

.red-bg {
  background-color: var(--clr-bg-red);
}

.yellow-bg {
  background-color: var(--clr-bg-yellow);
}

.cyan-bg {
  background-color: var(--clr-bg-cyan);
}

.heading-bg {
  background-color: var(--clr-body-heading);
}

.et-gradiant-bg {
  background: linear-gradient(95.09deg, #9747FF -1.37%, #0E84E1 100%);
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: var(--clr-common-white);
}

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

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

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

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

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

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

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

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

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

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

.mt-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-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;
}

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

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

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

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

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

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

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

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

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

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

.ml-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;
}

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

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

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

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

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

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

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

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

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

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

.mr-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;
}

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

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

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

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

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

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

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

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

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

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

.pt-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;
}

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

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

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

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

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

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

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

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

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

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

.pb-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;
}

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

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

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

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

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

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

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

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

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

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

.pl-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;
}

/*-- Padding Right --*/
.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;
}

:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #000;
  --clr-body-heading: #1f242c;
  --clr-body-heading2: #1f242c;
  --clr-body-text: #777777;
  --clr-body-text2: #878787;
  --clr-body-text3: #787878;
  --clr-body-text4: #999999;
  --clr-theme-1: #db8549 !important;
  --clr-secendary-2: #684cb1;
  --clr-bg-gray: #f7f7f7;
  --clr-bg-gray2: #EFEFEF;
  --clr-bg-blue: #4285F4;
  --clr-bg-red: #EA4335;
  --clr-bg-yellow: #FBBC05;
  --clr-bg-green: #34A853;
  --clr-bg-cyan: #05FBC0;
  --clr-border-1: #474747;
  --clr-border-2: #757575;
  --clr-border-3: #303030;
  --clr-border-4: #E5E5E5;
  --clr-border-5: #D4D4D4;
  --clr-border-6: #DFDFDF;
  --clr-border-7: #f2f2f2;
}

.bd-section-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-theme-1);
  position: relative;
  padding-left: 40px;
  display: inline-block;
  line-height: 1;
}
.bd-section-subtitle:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  top: 7px;
  left: 0px;
  background: var(--clr-theme-1);
}
.bd-section-subtitle.subtitle-without-border {
  padding-left: 0px;
}
.bd-section-subtitle.subtitle-without-border:before {
  display: none;
}

.bd-section-subtitle2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-theme-1);
  position: relative;
  display: inline-block;
  line-height: 1;
}

.bd-section-title {
  font-size: 60px;
  line-height: 1.16;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-section-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-section-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .bd-section-title {
    font-size: 36px;
  }
}

.bd-section-title-wrapper p {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .bd-section-title-wrapper p br {
    display: none;
  }
}

.theme-btn {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
  padding: 0px 38px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.theme-btn.h-55 {
  height: 55px;
  line-height: 55px;
}

.theme-btn-black {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: var(--clr-common-white);
  background-color: var(--clr-body-heading);
  padding: 0px 38px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.theme-btn-border {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: var(--clr-theme-1);
  border: 1px solid var(--clr-theme-1);
  background-color: transparent;
  text-align: center;
  padding: 0px 38px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.theme-btn-border:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
}

@media (max-width: 767px) {
  .theme-btn,
.theme-btn-border,
.theme-btn-black {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
}
.theme-btn.theme-btn-rounded,
.theme-btn-border.theme-btn-rounded,
.theme-btn-black.theme-btn-rounded {
  border-radius: 30px;
}
.theme-btn:before,
.theme-btn-border:before,
.theme-btn-black:before {
  background-color: var(--clr-common-white);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 60px;
  opacity: 0;
}
.theme-btn:hover,
.theme-btn-border:hover,
.theme-btn-black:hover {
  color: var(--clr-common-white);
}
.theme-btn:hover:before,
.theme-btn-border:hover:before,
.theme-btn-black:hover:before {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}
.theme-btn:focus,
.theme-btn-border:focus,
.theme-btn-black:focus {
  color: var(--clr-common-white);
}

.secondary-btn {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: var(--clr-body-heading);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid var(--clr-border-7);
  padding-left: 20px;
  padding-right: 80px;
}
.secondary-btn:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  border: 1px solid var(--clr-theme-1);
}
.secondary-btn:hover i {
  background: var(--clr-common-white);
  color: var(--clr-body-heading);
}

.gradint-btn {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: var(--clr-common-white);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 80px;
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
}
.gradint-btn:hover {
  background-position: 0% 100%;
  color: var(--clr-common-white);
}
.gradint-btn:hover i {
  background: var(--clr-common-white);
  color: var(--clr-body-heading);
}

.grading-two-style {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  color: var(--clr-common-white);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 80px;
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
}
.grading-two-style:hover {
  background-position: 0% 100%;
  color: var(--clr-common-white);
}
.grading-two-style:hover i {
  background: var(--clr-common-white);
  color: var(--clr-body-heading);
}

.white-two-style {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  color: var(--clr-body-heading);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 80px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 767px) {
  .progress-wrap {
    right: 30px;
  }
}

.z-index {
  z-index: 3;
  position: relative;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: inherit;
}

.swiper-container-horizontal.common-dots {
  position: relative;
}
.swiper-container-horizontal.common-dots .slide-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  margin: 0px 5px;
  padding: 0px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #c6c9cb;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background: none;
  font-size: 0px;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--clr-theme-1);
}

.nav-search {
  position: relative;
  display: inline-block;
  color: inherit;
}

.nav-search:hover {
  color: var(--clr-common-white);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1211;
  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;
  text-align: center;
}

.search-field-holder button {
  height: 45px;
  line-height: 45px;
  background: var(--clr-common-white);
  color: #333;
  font-size: 24px;
  font-weight: 700;
  padding: 0px 50px;
  display: inline-block;
  margin-top: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  background: transparent;
  font-size: 25px;
  color: var(--clr-common-white);
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.search-wrap .main-search-input::-moz-placeholder {
  text-transform: uppercase;
}

.search-wrap .main-search-input::placeholder {
  text-transform: uppercase;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--clr-common-white);
}

@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: var(--clr-common-white);
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-moz-placeholder {
  color: rgb(197, 178, 178);
  opacity: 1;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input::-moz-placeholder {
  color: var(--clr-common-white);
  opacity: 1;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-ms-input-placeholder {
  color: var(--clr-common-white);
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--clr-common-white);
  cursor: pointer;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}

.mobile-links li > a:hover {
  color: #b79d82;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px !important;
}

/*--
    - 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: "";
}

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

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

/*-- Overlay Opacity --*/
[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;
}

/*----------------------------------------*/
/*  02. Header
/*----------------------------------------*/
.bd-header-area {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
}

.admin-bar .bd-header-area.bd-header-area-seven, .admin-bar .bd-header-area-four.header-sticky {
  margin-top: 0px;
}

.admin-bar .bd-header-area,
.admin-bar .bd-header-area.bd-header-area-four.bd-header-area-six.header-sticky,
.admin-bar .bd-header-area.bd-header-area-four.header-sticky.sticky-menu {
  margin-top: 32px;
}

.bd-header-area.header-sticky.sticky-menu,
.bd-header-area-seven.header-sticky.sticky-menu,
.bd-header-area-three.header-sticky.sticky-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: var(--clr-body-heading);
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.bd-header-area-three.header-sticky.sticky-menu {
  background: var(--clr-common-white);
}

.bd-header-area-seven {
  position: static;
}

.bd-header-area-seven.header-sticky.sticky-menu {
  background: var(--clr-common-white);
}

.bd-header-border {
  border-bottom: 1px solid var(--clr-border-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bd-header-spacing {
    padding: 20px 0px;
  }
}

.bd-main-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  /*submenu start*/
  /*submenu end*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-main-menu ul li {
    margin-right: 25px;
  }
}
.bd-main-menu ul li:last-child {
  margin-right: 0px;
}
.bd-main-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-common-white);
  display: block;
  padding: 38px 0px;
  transition: all linear 0.3s;
  position: relative;
}
.bd-main-menu ul li a:hover, .bd-main-menu ul li a.active {
  color: var(--clr-theme-1);
}
.bd-main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--clr-common-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bd-main-menu ul li.menu-item-has-children > a:hover:after,
.bd-main-menu ul li.menu-item-has-children > a.active:after {
  color: var(--clr-theme-1);
}
.bd-main-menu ul li .sub-menu {
  background: var(--clr-common-white) none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid var(--clr-theme-1);
  text-align: left;
  padding: 15px 0;
}
.bd-main-menu ul li .sub-menu li {
  display: block;
  margin: 0px;
  padding: 8px 25px 8px 25px;
}
.bd-main-menu ul li .sub-menu li a {
  padding: 0px;
  display: inline-block;
  color: #212237;
  position: relative;
}
.bd-main-menu ul li .sub-menu li a:after {
  display: none;
}
.bd-main-menu ul li .sub-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--clr-theme-1);
}
.bd-main-menu ul li .sub-menu li:hover > a {
  color: var(--clr-theme-1);
}
.bd-main-menu ul li .sub-menu li:hover > a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.bd-main-menu ul li:hover a, .bd-main-menu ul li:hover a:after {
  color: var(--clr-theme-1);
}
.bd-main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.bd-header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-right {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-right {
    margin-right: -25px;
  }
}

.bd-header-icon {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .bd-header-icon {
    margin-right: 0px;
  }
}
.bd-header-icon span {
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  color: var(--clr-common-white);
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--clr-border-2);
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.bd-header-social {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bd-header-social {
    display: none;
  }
}
.bd-header-social a {
  font-size: 16px;
  color: var(--clr-common-white);
  display: inline-block;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-social a {
    margin-right: 15px;
  }
}
.bd-header-social a:hover {
  color: var(--clr-theme-1);
}
.bd-header-social a:last-child {
  margin-right: 0px;
}

.bd-header-btn {
  display: inline-flex;
}
@media (max-width: 575px) {
  .bd-header-btn {
    display: none;
  }
}

.bd-main-menu-border {
  margin-left: -40px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-main-menu-border {
    margin-left: -5px;
  }
}
.bd-main-menu-border:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -58px;
  height: 100%;
  width: 1px;
  background-color: var(--clr-border-1);
}
@media (max-width: 1199px) {
  .bd-main-menu-border:before {
    left: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bd-main-menu-border:before {
    display: none;
  }
}

.bd-mobile-menu.mean-container {
  clear: both;
  overflow: hidden;
}

.contact-infos {
  margin-top: 30px;
}
.contact-infos h4 {
  font-size: 27px;
  color: var(--clr-common-white);
  margin-bottom: 20px;
}
.contact-infos ul li {
  font-size: 15px;
  color: var(--clr-common-white);
  margin-bottom: 15px;
  list-style: none;
}
.contact-infos ul li:last-child {
  margin-bottom: 0px;
}
.contact-infos ul li i {
  color: var(--clr-theme-1);
  vertical-align: middle;
  width: 25px;
  display: inline-block;
}

.sidebar__menu--social {
  margin-top: 25px;
}
.sidebar__menu--social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  background: #393f53;
  color: var(--clr-common-white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar__menu--social a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: var(--clr-theme-1);
  z-index: -1;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar__menu--social a:hover:before {
  width: 100%;
}
.sidebar__menu--social a:hover i {
  transform: rotate(360deg);
}
.sidebar__menu--social a:last-child {
  margin-right: 0px;
}

.bd-main-menu-border-two::before {
  display: none;
}

.bd-main-menu-three ul li a,
.bd-main-menu-breadcrumb ul li a {
  color: var(--clr-body-heading);
}

.bd-main-menu-three ul li.menu-item-has-children > a::after,
.bd-main-menu-breadcrumb ul li.menu-item-has-children > a::after {
  color: var(--clr-body-heading);
}

.bd-main-menu-three ul li.menu-item-has-children:hover > a::after,
.bd-main-menu-breadcrumb ul li.menu-item-has-children:hover > a::after {
  color: var(--clr-theme-1);
}

.d-header-icon-three {
  margin-right: 0px;
}
.d-header-icon-three span {
  background: var(--clr-body-heading);
  border-color: var(--clr-body-heading);
  height: 60px;
  width: 60px;
  line-height: 57px;
  font-size: 24px;
}

.side-menu-icon-two.side-menu-icon i {
  color: var(--clr-body-heading);
}

.bd-header-area-four.header-sticky.sticky-menu,
.bd-header-area-breadcrumb.header-sticky.sticky-menu,
.bd-main-menu-border-five.header-sticky.sticky-menu {
  background: var(--clr-common-white);
}

.bd-header-area-four {
  position: relative;
}
.bd-header-area-four .bd-header-border {
  border-bottom: none;
}

.bd-main-menu-border-four.bd-main-menu-border::before {
  background: var(--clr-bg-gray2);
}

.bd-main-menu-border-four ul li a,
.bd-main-menu-border-five ul li a {
  color: var(--clr-body-heading);
}
.bd-main-menu-border-four ul li.menu-item-has-children a:after,
.bd-main-menu-border-five ul li.menu-item-has-children a:after {
  color: var(--clr-body-heading);
}
.bd-main-menu-border-four ul li.menu-item-has-children:hover a:after,
.bd-main-menu-border-five ul li.menu-item-has-children:hover a:after {
  color: var(--clr-theme-1);
}

.bd-header-right-four .bd-header-social a {
  color: var(--clr-body-heading);
}
.bd-header-right-four .bd-header-social a:hover {
  color: var(--clr-theme-1);
}

.side-menu-icon-four i {
  color: var(--clr-body-heading);
}

.bd-main-menu-border-five {
  margin-left: -50px;
}
@media (max-width: 1199px) {
  .bd-main-menu-border-five {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-main-menu-border-five {
    margin-left: -20px;
  }
}

.bd-header-input-search {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .bd-header-input-search {
    display: none;
  }
}
.bd-header-input-search input {
  height: 55px;
  width: 295px;
  border: 1px solid var(--clr-bg-gray2);
  border-radius: 5px;
  outline: none;
  background: none;
  padding-left: 20px;
  padding-right: 55px;
  display: block;
  font-size: 14px;
  color: var(--clr-body-text);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-input-search input {
    width: 240px;
  }
}
.bd-header-input-search input::-moz-placeholder {
  font-size: 14px;
  opacity: 1;
  color: var(--clr-body-text);
}
.bd-header-input-search input::placeholder {
  font-size: 14px;
  opacity: 1;
  color: var(--clr-body-text);
}
.bd-header-input-search button {
  position: absolute;
  height: 55px;
  width: 50px;
  line-height: 55px;
  top: 0px;
  right: 0px;
  font-size: 14px;
  color: var(--clr-body-heading);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: none;
  border: none;
  outline: none;
}
.bd-header-input-search button:hover {
  color: var(--clr-common-white);
  background: var(--clr-theme-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-input-search-six input {
    width: 240px;
  }
}

.bd-header-area-six {
  position: absolute;
  border-bottom: 1px solid var(--clr-bg-gray2);
}

.bd-header-contacts {
  display: flex;
  padding-left: 25px;
  border-left: 1px solid var(--clr-bg-gray2);
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bd-header-contacts {
    display: none;
  }
}
.bd-header-contacts-icon {
  margin-right: 15px;
}
.bd-header-contacts-icon i {
  font-size: 30px;
  display: inline-block;
  color: var(--clr-theme-1);
  line-height: 1;
}
.bd-header-contacts-text {
  text-align: left;
}
.bd-header-contacts-text span {
  font-size: 16px;
  display: block;
}
.bd-header-contacts-text a {
  font-size: 20px;
  font-weight: 700;
  color: var(--clr-body-heading);
}
@media (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-contacts-text a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-header-input-search-six {
    margin-right: 0px;
  }
}
.bd-header-input-search-six input {
  border-radius: 30px;
}
.bd-header-input-search-six button {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.bd-header-right-breadcrumb .nav-search {
  color: var(--clr-body-heading);
}

.header-sidebar h5 {
  font-size: 22px;
  color: var(--clr-body-heading);
  font-weight: 600;
}

.header-sidebar-infos ul {
  text-align: center;
}
.header-sidebar-infos ul li {
  list-style: none;
  margin-bottom: 10px;
}
.header-sidebar-infos ul li a, .header-sidebar-infos ul li span {
  font-size: 16px;
  color: var(--clr-body-text);
}

.sidebar__menu--social-two a {
  background: none;
  border: 1px solid var(--clr-body-text);
  color: var(--clr-body-text);
}
.sidebar__menu--social-two a:hover {
  background: var(--clr-theme-1);
  border-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}

.custom-mar-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.custom-pad-10 {
  padding-left: 5px;
  padding-right: 5px;
}

.side-info1 {
  background: #fff;
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 99999;
  right: -400px;
  top: 0;
  padding: 30px;
  transition: 0.6s;
  overflow-y: scroll;
}

.side-info1.info-open1 {
  right: 0;
}

.side-info-close1 {
  background: none;
  border: 0;
  color: #000;
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
}

.offcanvas-overlay1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay1.overlay-open1 {
  opacity: 0.5;
  visibility: visible;
}

.header-sidebar-instagram-item img {
  width: 100%;
}

.bd-main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.bd-main-menu ul li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.bd-header-logo {
  line-height: 80px;
}

.bd-header-logo img {
  max-width: 130px;
}

.bd-main-menu .current_page_item.active > a {
  color: var(--clr-theme-1);
}

.bd-main-menu .current_page_item.active > a::after {
  color: var(--clr-theme-1);
}

.bd-main-menu ul li.menu-last .sub-menu {
  left: auto;
  right: 0;
}

.bd-main-menu ul li.menu-last .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
  top: 0;
}

.eurtech-pro-widget-title {
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600;
}

.eurtech-pro-widget-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #EF0454;
}

label {
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.conatct-post-form textarea, .post-comment-form textarea, .comment-respond textarea {
  border: 2px solid #f3f4f8;
  height: 175px;
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
  font-size: 14px;
  resize: none;
  border-radius: 5px;
  background-color: #f3f4f8;
}

.comment-respond p.comment-form-comment textarea {
  margin-bottom: 10px;
}

.eurtech-page-content table td {
  border: 0;
}
.eurtech-page-content table th {
  border: 0;
}
.eurtech-page-content table a {
  color: rgb(17, 17, 17);
  font-weight: 600;
}
.eurtech-page-content table tbody td {
  text-align: center;
}

#eurtech-gradint-logo .side-menu-icon button i {
  color: #0ed5fa !important;
}

#eurtech-header-one-btn .secondary-btn {
  height: 50px;
  line-height: 50px;
  border: 2px solid var(--clr-border-7);
  padding-left: 15px;
  padding-right: 60px;
}
#eurtech-header-one-btn .secondary-btn:hover {
  border: 2px solid var(--clr-theme-1);
}

#eurtech-header-one-btn .secondary-btn i {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.header-contact h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: var(--clr-common-white);
  line-height: 1.16;
}
@media (max-width: 767px) {
  .header-contact h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .header-contact ul {
    display: inherit !important;
  }
}
.header-contact ul li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
}
.header-contact ul li .cta-number .cta-icon {
  margin-right: 15px;
}
.header-contact ul li .cta-number .cta-icon i {
  font-size: 20px;
  color: var(--clr-common-white);
}
.header-contact ul li .cta-number .cta-number-text {
  text-align: left;
  padding-top: 10px;
}
@media (max-width: 575px) {
  .header-contact ul li .cta-number .cta-number-text {
    margin-top: 15px;
  }
}
.header-contact ul li .cta-number .cta-number-text span {
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 2px;
  display: block;
}
.header-contact ul li .cta-number .cta-number-text h4 {
  font-size: 18px;
  color: #1f242c;
  text-transform: uppercase;
}
.header-contact ul li:last-child {
  margin-right: 0;
}
.header-contact ul .cta-border {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #36528a;
}
@media (max-width: 575px) {
  .header-contact ul .cta-border {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
  }
}

#gradient-btn-three-it .grading-two-style {
  height: 50px;
  line-height: 55px;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 58px;
}
@media (max-width: 767px) {
  #gradient-btn-three-it .grading-two-style {
    padding-left: 15px;
    padding-right: 50px;
  }
}

#gradient-btn-three-it .grading-two-style i {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  line-height: 30px;
}

#header-3rd-info-list .elementor-icon-list-text strong {
  color: #1f242c;
}

#header-right-btn .secondary-btn {
  height: 50px;
  line-height: 49px;
  padding: 0px 29px;
  border: 2px solid var(--clr-border-7);
  border-radius: 6px;
}

#header-right-btn .secondary-btn.bdevs-el-btn:hover {
  border: 2px solid #43BAFF !important;
}

.cta-number-text h4 a {
  transition: 0.3s;
}
.cta-number-text h4 a:hover {
  color: #43baff;
}

.side-info .generic-el-side-info-search input {
  height: 50px;
  border-bottom: 1px solid #344166;
}
.side-info .generic-el-side-info-search input:focus {
  border-bottom: 1px solid #515151;
}
.side-info .generic-el-side-info-search button {
  background: none;
}
.side-info .generic-el-side-info-search button i {
  font-size: 18px;
}

.generic-page-title-wrapper .breadcrumb-menu .bredicon {
  padding: 0px 8px;
  font-size: 16px;
  vertical-align: middle;
}

.search__button:hover {
  color: #fff !important;
}

.side-info {
  width: 320px;
  border-left: 3px solid var(--clr-theme-1);
}

.side-info .side-info-contact-title {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-common-white);
}

.generic-el-side-info-contact-wrapper ul li i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  border: 1px solid #344166;
  border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: var(--clr-common-white);
  position: relative;
  z-index: 5;
}

.generic-el-side-info-contact-wrapper ul li i::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #0bdafd 0%, #6a48af 100%);
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  opacity: 0;
}

.generic-el-side-info-contact-wrapper ul li:hover i::after {
  opacity: 1;
}

.generic-el-side-info-contact-wrapper ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-common-white);
}

div.generic-el-contact-info-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #344166;
  color: #43baff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

div.generic-el-contact-info-social a:hover {
  color: #fff;
  border: 1px solid #1A1E25;
  background-color: transparent;
}

div.generic-el-contact-info-social a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #0bdafd 0%, #6a48af 100%);
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

div.generic-el-contact-info-social a:hover::after {
  opacity: 1;
}

.side-info button.side-info-close {
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-common-white);
  font-size: 18px;
  background-image: -webkit-linear-gradient(0deg, #0bdafd 0%, #6a48af 100%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #344166;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid #344166;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
}

.generic-mobile-menu nav ul ul.sub-menu li a {
  color: #fff;
  opacity: 1;
}

.generic-el-side-info-contact-wrapper {
  margin-top: 50px;
}

.generic-el-side-info-contact-text {
  transition: 0.3s;
}

.generic-el-side-info-contact-text a:hover {
  color: #0ed5fa;
}

.generic-main-menu nav > ul > li {
  margin-right: 50px !important;
  margin-left: 0 !important;
}

.generic-main-menu nav ul li:last-child {
  margin-right: 0 !important;
}

@media (max-width: 1280px) {
  .er-header-style .er-header-search {
    display: none;
  }
}
.er-header-style .er-header-search .search__button a {
  width: 0;
  height: 0;
  background: none;
}

.er-header-style .er-header-contact-list .elementor-widget-container ul li:first-child span {
  font-weight: 400 !important;
  color: #606060;
}

.er-header-style .elementor-widget-container ul li span {
  transition: all 0.3s;
}

.er-header-style .er-header-page .elementor-widget-container ul li {
  position: relative;
}
.er-header-style .er-header-page .elementor-widget-container ul li:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: -15px;
  content: "";
  border-left: 1px solid #BFDCF2;
  height: 13px;
  transform: translateY(-50%);
}

.er-header-style .er-header-time .elementor-widget-container ul li:not(:last-child),
.er-header-style .er-header-contact-info .elementor-widget-container ul li {
  position: relative;
}
.er-header-style .er-header-time .elementor-widget-container ul li:not(:last-child):before,
.er-header-style .er-header-contact-info .elementor-widget-container ul li:before {
  position: absolute;
  top: 50%;
  left: -40px;
  content: "";
  border-left: 1px solid #AEAEAE;
  height: 16px;
  transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .er-header-style .er-header-time .elementor-widget-container ul li:not(:last-child):before {
    border: none;
  }
}

.er-header-style .er-header-contact-info .elementor-widget-container ul li:first-child {
  margin-right: 60px !important;
}
@media (max-width: 1280px) {
  .er-header-style .er-header-contact-info .elementor-widget-container ul li:first-child:before {
    border: none;
  }
}

.er-header-style .er-header-time .elementor-widget-container ul li:last-child span {
  font-weight: 400 !important;
}

#er-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header-style-08 #border-btn5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #161A33;
  display: inline-block;
  position: relative;
  background: var(--clr-common-white);
  padding: 7px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.header-style-08 #border-btn5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32%;
  border: 1px solid #BCBCBC;
  z-index: -1;
  width: 102px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.header-style-08 #border-btn5 i {
  margin-left: 5px;
}
.header-style-08 #border-btn5:hover {
  color: #0E84E1;
}
.header-style-08 #border-btn5:hover::before {
  border-color: #0E84E1;
  left: -15%;
}

.er-header-style .generic-main-menu nav ul li .sub-menu,
.header-style-08 .generic-main-menu nav ul li .sub-menu {
  box-shadow: 0 30px 70px 0 rgba(11, 6, 70, 0.08);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 220%;
  visibility: hidden;
  width: 240px;
  text-align: left;
  padding: 15px 25px;
  transform: scale(1, 0) !important;
  transform-origin: top center;
  transition: all 0.5s ease;
}

.er-header-style .generic-main-menu ul li:hover > .sub-menu,
.header-style-08 .generic-main-menu ul li:hover > .sub-menu {
  top: 220%;
  opacity: 1;
  visibility: visible;
  transform: scale(1) !important;
}

.et-header5-talk a {
  font-weight: 400;
  font-size: 24px;
  color: var(--clr-common-white);
  position: relative;
}
.et-header5-talk a::before, .et-header5-talk a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #fff;
  transition: all 300ms ease;
}
.et-header5-talk a::after {
  right: 0;
  left: auto;
  width: 50%;
  background: #0E84E1;
}
.et-header5-talk a span {
  color: #0E84E1;
}
.et-header5-talk a:hover span {
  color: var(--clr-common-white);
}
.et-header5-talk a:hover::before {
  width: 100%;
  z-index: 1;
  transition: all 1s;
}

/*----------------------------------------*/
/*  07. Blog
/*----------------------------------------*/
.bd-blog {
  border-radius: 10px;
  overflow: hidden;
}
.bd-blog .bd-blog-img {
  overflow: hidden;
}

.bd-blog-meta ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--clr-body-text);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-blog-meta ul li {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .bd-blog-meta ul li {
    display: block;
    margin-bottom: 5px;
  }
}
.bd-blog-meta ul li:last-child {
  margin-right: 0px;
}
.bd-blog-meta ul li i {
  margin-right: 5px;
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-blog-meta ul li i {
    margin-right: 5px;
  }
}
.bd-blog-meta ul li a {
  text-transform: capitalize;
}
.bd-blog-meta ul li a:hover {
  color: var(--clr-theme-1);
}

.bd-blog-text {
  padding: 25px 30px 30px 30px;
  background: none !important;
}

.bd-blog-text2 {
  padding: 25px 30px 30px 30px;
  background-color: var(--clr-common-white);
}

.bd-blog-title {
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-blog-title {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .bd-blog-title {
    font-size: 25px !important;
  }
}
@media (max-width: 320px) {
  .bd-blog-title {
    font-size: 21px !important;
  }
}
.bd-blog-title:hover > a {
  color: var(--clr-theme-1);
}

.bd-blog-title2 {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-blog-title2 {
    font-size: 18px;
  }
}
.bd-blog-title2:hover > a {
  color: var(--clr-theme-1);
}

.bd-blog-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bd-blog-author-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bd-blog-author-info img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid var(--clr-common-white);
  margin-right: 8px;
}

.bd-blog-author-info-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-body-text);
  line-height: 1;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.bd-blog-author-link a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bd-blog-author-link a:hover {
  color: var(--clr-theme-1);
}
.bd-blog-author-link a:hover i {
  padding-left: 3px;
  display: inline-block;
}

.basic-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: var(--clr-bg-gray);
  color: var(--clr-body-heading);
  font-size: 20px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.basic-pagination ul li a:hover, .basic-pagination ul li span.current {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  background-image: linear-gradient(to right, #0ed5fa, #684cb1, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
}

.sidebar__widget-px form {
  position: relative;
}
.sidebar__widget-px form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0 20px;
  background: var(--clr-bg-gray);
  color: var(--clr-body-text);
  border: 1px solid var(--clr-common-white);
}
.sidebar__widget-px form input ::placeholder {
  color: var(--clr-body-text);
}
.sidebar__widget-px form button {
  position: absolute;
  right: 0;
  height: 60px;
  width: 50px;
  line-height: 60px;
  color: var(--clr-theme-1);
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.blog-search-content .sidebar-search-form input input {
  background: var(--clr-bg-gray);
  color: var(--clr-body-text);
}
.blog-search-content .sidebar-search-form input input ::placeholder {
  color: var(--clr-body-text);
}

.sidebar--widget__post {
  display: flex;
}
.sidebar--widget__post .post__img {
  height: 90px;
  width: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: left;
  margin-right: 15px;
}
.sidebar--widget__post .sidebar__post--text {
  overflow: hidden;
}

.sidebar__post--title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.sidebar__post--title:hover {
  color: var(--clr-theme-1);
}

.sidebar__widget--title {
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600;
}
.sidebar__widget--title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--clr-theme-1);
}

.widget ul li {
  margin-bottom: 15px;
  list-style: none;
}
.widget ul li:last-child {
  margin-bottom: 0px;
}
.widget ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: var(--clr-body-text);
  font-size: 16px;
}
.widget ul li a:before {
  position: absolute;
  content: "\f054";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--clr-theme-1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget ul li a:hover {
  color: var(--clr-theme-1);
}
.widget ul li a:hover:before {
  left: 7px;
}

.sidebar--widget__tag a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px;
  border: 2px solid var(--clr-bg-gray2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 10px;
  color: var(--clr-body-text);
}
.sidebar--widget__tag a:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ablog__sidebar--wrapper {
    margin-right: 0px;
  }
}

.ablog__text4 blockquote {
  padding: 40px;
  color: var(--clr-body-text);
  position: relative;
  background: var(--clr-bg-gray);
  font-style: normal;
  clear: both;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid var(--clr-bg-gray2);
  margin-bottom: 30px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .ablog__text4 blockquote {
    padding: 25px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog__text4 blockquote {
    padding: 40px;
    padding-bottom: 25px;
  }
}
.ablog__text4 blockquote:before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: var(--clr-theme-1);
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}
.ablog__text4 blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: var(--clr-body-heading);
  font-style: inherit;
}
.ablog__text4 blockquote cite:before {
  content: "";
  display: inline-block;
  background: var(--clr-theme-1);
  height: 2px;
  width: 40px;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.blog__deatails--tag span {
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--clr-body-heading);
}
@media (max-width: 767px) {
  .blog__deatails--tag span {
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.blog__deatails--tag a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px;
  border: 2px solid var(--clr-bg-gray2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .blog__deatails--tag a {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__deatails--tag a {
    margin-bottom: 0px;
  }
}
.blog__deatails--tag a:hover {
  border-color: var(--clr-theme-1);
  color: var(--clr-common-white);
  background: var(--clr-theme-1);
}

.blog__details--subtitle {
  font-size: 27px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog__author {
  padding: 30px 40px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  -moz-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog__author {
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__author {
    padding-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blog__author {
    text-align: center;
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .blog__author-img {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .blog__author-img {
    margin-right: 0px;
  }
}

.blog__author-content h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog__author-content span {
  display: inline-block;
  margin-bottom: 5px;
}
.blog__author-content p {
  margin-bottom: 0px;
}

.post-comment-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.comments-avatar {
  float: left;
  margin-right: 20px;
}
.comments-avatar img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.comments-text {
  overflow: hidden;
  border-bottom: 1px solid var(--clr-bg-gray2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments-text p {
  margin-bottom: 20px;
}

.comment-reply {
  font-weight: 500;
  font-size: 14px;
  color: var(--clr-body-heading);
}
.comment-reply:hover {
  color: var(--clr-theme-1);
}

.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.avatar-name span {
  font-size: 14px;
  font-weight: 500;
}

.ablog-4 {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.ablog__text4 {
  padding: 32px 40px 40px 40px;
  border-top: 0px;
}
@media (max-width: 575px) {
  .ablog__text4 {
    padding: 32px 20px 30px 20px;
  }
}

.latest-comments li.children {
  margin-left: 105px;
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 70px;
  }
}

.post-comment-form h4 {
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 600;
}

.post-comment-form > span {
  display: inline-block;
  margin-bottom: 45px;
}

.bd-blog-details-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.16;
}
@media (max-width: 767px) {
  .bd-blog-details-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog__details--wrapper.mr-50 {
    margin-right: 0px;
  }
}

.postbox__audio iframe {
  width: 100%;
}

.swiper-blog-button.slide-next {
  left: auto;
  right: 10px;
}

.swiper-blog-button.slide-prev {
  left: 10px;
  right: auto;
}

.swiper-blog-button:hover {
  background: var(--clr-theme-1);
  color: #fff;
}

.swiper-blog-button {
  position: absolute;
  top: 50%;
  color: var(--clr-theme-1);
  content: "";
  z-index: 999;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  transform: translateY(-50%);
  transition: 0.3s;
  cursor: pointer;
}

.widget-post-title a:hover {
  color: var(--clr-theme-1);
}

.tagcloud a {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px !important;
  border: 1px solid var(--clr-bg-gray2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 6px;
  margin-bottom: 10px;
  color: var(--clr-body-text);
  text-transform: capitalize;
}

.tagcloud a:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
}

.wp-block-search .wp-block-search__label {
  width: 100%;
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600 !important;
  color: #000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px !important;
}

.wp-block-search .wp-block-search__label:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--clr-theme-1);
}

.widget_block .wp-block-group__inner-container h2 {
  font-size: 22px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600 !important;
  color: #1f242c;
  font-family: "Poppins", sans-serif;
}

.widget_block .wp-block-group__inner-container h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--clr-theme-1);
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0 20px;
  background: var(--clr-bg-gray);
  color: var(--clr-body-text);
}

.wp-block-search .wp-block-search__button {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1) !important;
  background-position: 100% 100% !important;
  background-size: 300% 100% !important;
}

.blog-area .bd-blog-meta ul {
  margin-bottom: 13px;
}

.blog-item-thumb {
  position: relative;
}

.blog-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: #fff;
  padding: 5px 11px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.blog-cat:hover {
  background-position: 0% 100%;
  color: var(--clr-common-white);
}

.blog-item-one-meta ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

.blog-item-one-meta ul li i {
  margin-right: 5px;
}

.blog-item-one-meta li span {
  color: #777777;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 28px;
}

.blog-item-one-meta li a {
  color: #777777;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 28px;
}
.blog-item-one-meta li a:hover {
  color: var(--clr-theme-1);
}

.blog-item-content h3 {
  font-size: 24px;
  line-height: 1.4;
}
.blog-item-content h3:hover {
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-item-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-item-content h3 {
    font-size: 18px;
  }
}

.blog-area-wrapper-two-thumb {
  position: relative;
}

.blog-gradint-meta-two {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  position: absolute;
  padding: 8px 20px;
  border-radius: 50px;
  top: -20px;
  left: 40px;
}
.blog-gradint-meta-two ul li {
  list-style: none;
  display: inline-block;
}
.blog-gradint-meta-two ul li i {
  margin-right: 10px;
  color: var(--clr-common-white);
}
.blog-gradint-meta-two ul li span {
  color: var(--clr-common-white);
  font-size: 14px;
  text-transform: uppercase;
}
.blog-gradint-meta-two ul li:first-child {
  padding-right: 20px;
  border-right: 1px solid #5ca1df;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-gradint-meta-two ul li:first-child {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-gradint-meta-two ul li:first-child {
    padding-right: 17px;
  }
}
@media (max-width: 767px) {
  .blog-gradint-meta-two ul li:first-child {
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  .blog-gradint-meta-two ul li:first-child {
    padding-right: 8px;
  }
}
.blog-gradint-meta-two ul li:last-child {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-gradint-meta-two ul li:last-child {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-gradint-meta-two ul li:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .blog-gradint-meta-two ul li:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 360px) {
  .blog-gradint-meta-two ul li:last-child {
    padding-left: 3px;
  }
}
@media (max-width: 320px) {
  .blog-gradint-meta-two {
    left: 15px;
  }
}

.blog-gradint-title {
  padding-top: 50px;
}
.blog-gradint-title h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-gradint-title h2 {
    font-size: 18px;
  }
}
.blog-gradint-title h2 a:hover {
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-gradint-title {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-gradint-title {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .blog-gradint-title {
    padding-top: 45px;
  }
}

.blog-gradint-des p {
  color: #777777;
}

.blog-gradint-content-area {
  position: relative;
  border-left: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  border-radius: 0px 0px 10px 10px;
  padding: 0px 32px 30px 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-gradint-content-area {
    padding: 0px 32px 30px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-gradint-content-area {
    padding: 0px 25px 30px 25px;
  }
}
@media (max-width: 767px) {
  .blog-gradint-content-area {
    padding: 0px 32px 30px 30px;
  }
}

.blog-area-wrapper-two-gradint:hover .blog-gradint-content-area {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.blog-area-wrapper-two-thumb img {
  width: 100%;
}

.blog-item-three-thumb {
  position: relative;
  margin-bottom: 35px;
}

.blog-item-three-cat {
  position: absolute;
  right: 30px;
  top: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item-three-cat {
    right: 75px;
  }
}
.blog-item-three-cat a {
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: #fff;
  color: var(--clr-common-white);
  padding: 7px 10px 7px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 500;
}
.blog-item-three-cat a:hover {
  background-position: 0% 100%;
  color: var(--clr-common-white);
}

.blog-item-one-meta.meta-three li i {
  margin-right: 9px;
  color: var(--clr-body-heading);
}

.blog-item-three-title h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.blog-item-three-title h3:hover {
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-item-three-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-item-three-title h3 {
    font-size: 18px;
  }
}

.blog-item-three-btn-gray {
  color: #c8c8c8;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #c8c8c8;
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #0ed5fa 0%, #684cb1 100%);
}

.blog-item-three-wrapper:hover .blog-item-three-btn-gray {
  -webkit-text-fill-color: transparent;
}

.blog-gradint-meta-two span {
  font-weight: 600;
}

.read-more-btn .theme-btn.gradint-btn {
  padding: 0px 45px;
}

.post-comment-form .theme-btn.gradint-btn {
  padding: 0px 45px;
}

.blog-area-wrapper-two-thumb img {
  border-radius: 6px 6px 0px 0px !important;
  height: 100% !important;
  object-fit: cover;
}

.blog-item-three-thumb img {
  border-radius: 6px !important;
  height: 100% !important;
  object-fit: cover;
}

.blog-feeds-thumb-two {
  margin-right: 20px;
  width: 135px;
}
.blog-feeds-thumb-two img {
  height: 80px !important;
  max-width: 100% !important;
  border-radius: 6px !important;
  object-fit: cover;
}

.footer-single-blog-feed {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.blog-feeds-text-two span {
  color: #777777;
  margin-bottom: 5px;
  display: block;
}
.blog-feeds-text-two span i {
  color: var(--clr-body-heading);
  margin-right: 4px;
}
.blog-feeds-text-two h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.blog-feeds-text-two h3 a:hover {
  color: #43baff;
}

.blog-item-wrapper-one:hover .blog-item-thumb img {
  transform: scale(1.1);
}

.blog-item-thumb {
  overflow: hidden;
}

.blog-area-wrapper-two-gradint:hover .blog-area-wrapper-two-thumb img {
  transform: scale(1.1);
}

.blog-area-wrapper-two-thumb {
  overflow: hidden;
  height: 240px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.blog-item-three-wrapper:hover .blog-item-three-thumb img {
  transform: scale(1.1);
}

.blog-item-three-thumb {
  overflow: hidden;
  height: 260px;
  border-radius: 6px;
}

.blog-item-three-content {
  position: relative;
}

.blog-item-wrapper-one .blog-item-thumb {
  height: 410px;
  border-radius: 6px;
}

.blog-item-thumb img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 6px !important;
}

.blog__wrapper .bd-blog {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__details-wrapper.mr-35 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .blog__details-wrapper.mr-35 {
    margin-right: 0;
  }
}

.sidebar__widget-px form input:focus {
  border: double 1px transparent;
  border-radius: 10px;
  background-image: linear-gradient(#F9F9F9, #F9F9F9), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.post-input textarea:focus {
  border: double 1px transparent;
  border-radius: 6px;
  background-image: linear-gradient(#F9F9F9, #F9F9F9), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.post-input input:focus {
  border: double 1px transparent;
  border-radius: 6px;
  background-image: linear-gradient(#F9F9F9, #F9F9F9), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.widget_block .wp-block-search__inside-wrapper input:focus {
  border: double 1px transparent;
  border-radius: 10px;
  background-image: linear-gradient(#F9F9F9, #F9F9F9), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.blog-post-items .bd-blog .bd-blog-meta ul li i {
  transform: translateY(0);
}

.blog-post-items .bd-blog-meta ul li i {
  transform: translateY(0);
}

/*----------------------------------------*/
/*  16. Page title
/*----------------------------------------*/
.pt-220 {
  padding-top: 220px;
}

.bd-page-title-bg {
  position: relative;
  background-color: var(--clr-bg-gray);
}
.bd-page-title-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #EFEFEF;
}

.bd-page-title .breadcrumb-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-page-title .breadcrumb-title {
    font-size: 76px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-page-title .breadcrumb-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-page-title .breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bd-page-title .breadcrumb-title {
    font-size: 48px;
  }
  .bd-page-title .breadcrumb-title br {
    display: none;
  }
}
.bd-page-title .breadcrumb-trail a {
  font-size: 18px;
}
.bd-page-title .breadcrumb-trail a span {
  color: var(--clr-body-heading);
}
.bd-page-title .breadcrumb-trail span {
  font-size: 18px;
  color: var(--clr-theme-1);
}
.bd-page-title .breadcrumb-trail span.dvdr {
  margin: 0px 5px;
}
.bd-page-title .breadcrumb-trail span.dvdr i {
  color: var(--clr-body-heading);
  font-size: 14px;
}

@media (max-width: 767px) {
  .single-post .bd-page-title .breadcrumb-title {
    font-size: 42px !important;
  }
}

.home_front_page .breadcrumb-menu {
  display: none;
}

.et-section-subtitle {
  background: linear-gradient(90deg, #0E84E1 -1.84%, #9747FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-right: 22px;
}
.et-section-subtitle.style-2 {
  padding: 0 22px;
}
.et-section-subtitle.style-2::after {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #0E84E1 -1.84%, #9747FF 100%);
  position: absolute;
  border-radius: 50%;
  top: 57%;
  transform: translateY(-50%);
  left: 0;
}
.et-section-subtitle::before {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #0E84E1 -1.84%, #9747FF 100%);
  position: absolute;
  border-radius: 50%;
  top: 57%;
  transform: translateY(-50%);
  right: 0;
}
.et-section-title {
  font-size: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .et-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .et-section-title {
    font-size: 36px;
  }
}

.et-section__wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media (max-width: 480px), only screen and (min-width: 768px) and (max-width: 991px) {
  .et-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-section__wrapper.style-2 {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .et-section__btn {
    align-self: flex-end;
    margin-bottom: 0;
  }
}
.et-section__btn a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.et-section__btn a span {
  color: #0E84E1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.et-section__btn a:hover {
  color: #0E84E1;
}
.et-section__btn a:hover span {
  color: inherit;
}

/*----------------------------------------*/
/*  19. Footer
/*----------------------------------------*/
.bd-footer-info-logo a:before {
  display: none;
}

.bd-footer-info-item h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-common-white);
  margin-bottom: 5px;
}
.bd-footer-info-item a, .bd-footer-info-item span {
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-body-text2);
  display: inline-block;
}

.bd-footer-widget ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #9ba1ad;
}
.bd-footer-widget ul li:last-child {
  margin-bottom: 0px;
}
.bd-footer-widget ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #9ba1ad;
  display: inline-block;
}
.bd-footer-widget a {
  position: relative;
}
.bd-footer-widget a:hover {
  color: var(--clr-theme-1);
}

.bd-footer-widget-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-common-white);
}

.bd-footer-newsletter form input {
  height: 60px;
  width: 100%;
  background: var(--clr-body-heading2);
  border-radius: 4px;
  padding: 0px 40px 0px 20px;
  color: var(--clr-body-text2);
  font-size: 15px;
  border: 0px;
  outline: none;
}
.bd-footer-newsletter form .bd-footer-newsletter-field i {
  position: absolute;
  top: 23px;
  font-size: 15px;
  color: var(--clr-body-text2);
  right: 20px;
}
.bd-footer-newsletter form button {
  width: 100%;
  justify-content: center;
}
.bd-footer-newsletter form button:hover {
  color: var(--clr-common-white);
}

.bd-copyright-area {
  border-top: 1px solid var(--clr-border-3);
}

.bd-copyright {
  padding-top: 15px;
  padding-bottom: 17px;
}
.bd-copyright a {
  font-weight: 600;
  color: var(--clr-common-white);
}
.bd-copyright p {
  color: #858b95;
}

.bd-footer-copyright-two span {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: var(--clr-body-text2);
}
.bd-footer-copyright-two span a {
  font-weight: 600;
  color: var(--clr-common-white);
}

.bd-footer-widget-two .bd-footer-info {
  text-align: right;
}
.bd-footer-widget-two .bd-footer-info-item {
  display: inline-block;
  text-align: left;
}
.bd-footer-widget-two .bd-footer-info-item:first-child {
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-footer-widget-two .bd-footer-info-item:first-child {
    margin-right: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-footer-logo-two.text-center {
    text-align: end !important;
  }
}

@media (max-width: 767px) {
  .bd-footer-widget-two {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .bd-footer-widget-two .bd-footer-info {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .bd-footer-widget-two .bd-footer-info {
    text-align: center !important;
  }
  .bd-footer-widget-two .bd-footer-info .bd-footer-info-item {
    margin-right: 0px;
    text-align: center;
  }
}

.bd-footer-logo-two a:before {
  display: none;
}

.bd-footer-widget-four {
  position: relative;
  padding-top: 100px;
  padding-bottom: 85px;
  overflow: hidden;
}
.bd-footer-widget-four-bg {
  position: absolute;
  bottom: -795px;
  left: 0px;
  height: 1130px;
  width: 100%;
  background: var(--clr-bg-gray);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .bd-footer-widget-four-bg {
    border-radius: 0px;
  }
}
@media (max-width: 575px) {
  .bd-footer-widget-four-bg {
    bottom: -770px;
  }
}
.bd-footer-widget-four-social ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 7px;
}
.bd-footer-widget-four-social ul li a {
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid var(--clr-border-5);
  font-size: 14px;
  color: var(--clr-body-heading);
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.bd-footer-widget-four-social ul li a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  transform: scale(0);
  background: var(--clr-theme-1);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.bd-footer-widget-four-social ul li a::before {
  display: none;
}
.bd-footer-widget-four-social ul li a:hover {
  border-color: var(--clr-theme-1);
}
.bd-footer-widget-four-social ul li a:hover:after {
  transform: scale(1);
}
@media (max-width: 575px) {
  .bd-footer-widget-four-copyright {
    padding: 0px 10px;
  }
}
.bd-footer-widget-four-copyright span {
  font-size: 16px;
  color: var(--clr-body-text3);
  display: inline-block;
}
.bd-footer-widget-four-copyright span a {
  font-weight: 600;
  color: var(--clr-body-heading);
}
.bd-footer-widget-four-copyright span a:hover {
  color: var(--clr-theme-1);
}
.bd-footer-widget-four-copyright span a::before {
  display: none;
}
.bd-footer-widget-four-privacy ul li {
  list-style: none;
  display: inline-block;
}
.bd-footer-widget-four-privacy ul li a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--clr-body-heading);
  padding: 0px 25px;
  border-right: 1px solid var(--clr-border-5);
  line-height: 1;
}
@media (max-width: 575px) {
  .bd-footer-widget-four-privacy ul li a {
    padding: 0px 10px;
  }
}
.bd-footer-widget-four-privacy ul li a::before {
  display: none;
}
.bd-footer-widget-four-privacy ul li a:hover {
  color: var(--clr-theme-1);
}
.bd-footer-widget-four-privacy ul li:last-child a {
  border-right: 0px;
}

.bd-footer-widget-title-six {
  color: var(--clr-body-heading);
}

.bd-footer-info-item-six h6 {
  color: var(--clr-body-heading);
}
.bd-footer-info-item-six a, .bd-footer-info-item-six span {
  color: var(--clr-body-text);
}

.bd-footer-widget-six a:hover {
  color: var(--clr-theme-1);
}
.bd-footer-widget-six a:hover::before {
  background: var(--clr-body-heading);
}
.bd-footer-widget-six p {
  font-size: 16px;
  color: var(--clr-body-text);
  line-height: 28px;
}

.bd-copyright-area-six {
  padding-top: 17px;
  border-top: 1px solid var(--clr-border-6);
  padding-bottom: 5px;
}

.bd-copyright-six p {
  font-size: 16px;
  color: var(--clr-body-text);
  display: inline-block;
  margin-bottom: 0px;
}
.bd-copyright-six p a {
  font-weight: 600;
  color: var(--clr-body-text);
}
.bd-copyright-six p a:hover {
  color: var(--clr-theme-1);
}
.bd-copyright-six ul li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
  margin-right: 18px;
  border-right: 1px solid var(--clr-border-6);
}
.bd-copyright-six ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}
.bd-copyright-six ul li a {
  font-size: 16px;
  color: var(--clr-body-heading);
  line-height: 1;
}
.bd-copyright-six ul li a:hover {
  color: var(--clr-theme-1);
}

.footer-col-4-2 {
  padding-left: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-4-2 {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-4-2 {
    padding-left: 0px;
  }
}

.footer-col-4-4 {
  padding-left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-4-4 {
    padding-left: 0px;
  }
}

.bd-footer-widget-six-social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--clr-border-6);
  font-size: 16px;
  color: var(--clr-body-heading);
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.bd-footer-widget-six-social a:last-child {
  margin-right: 0px;
}
.bd-footer-widget-six-social a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  transform: scale(0);
  background: var(--clr-theme-1);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.bd-footer-widget-six-social a::before {
  display: none;
}
.bd-footer-widget-six-social a:hover {
  border-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.bd-footer-widget-six-social a:hover:after {
  transform: scale(1);
}

.bd-copyright-area-seven {
  padding-top: 32px;
  padding-bottom: 20px;
}

.bd-error-area {
  padding-top: 350px;
  padding-bottom: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-error-area {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .bd-error-area {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}

.bd-error h1 {
  font-size: 150px;
  font-weight: 700;
  color: var(--clr-theme-1);
  line-height: 1;
}
@media (max-width: 575px) {
  .bd-error h1 {
    font-size: 120px;
  }
}
.bd-error h1 span {
  color: var(--clr-body-heading);
}
.bd-error h2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--clr-body-heading);
}
.bd-error p {
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-body-text);
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .bd-error p br {
    display: none;
  }
}

div.bd-footer-widget-six-social a:hover {
  color: #fff !important;
}

.er-footer-style-05 .et-subscribe-form .et-input {
  position: relative;
}
.er-footer-style-05 .et-subscribe-form .et-input i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  font-size: 22px;
  color: #8E8E8E;
}
.er-footer-style-05 .et-subscribe-form input {
  background: #EFEFEF;
  border-radius: 6px;
  border: 0;
  height: 58px;
  padding: 0 60px 0px 23px;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.er-footer-style-05 .et-subscribe-form button {
  background: linear-gradient(to right, #9747FF, #0E84E1, #0E84E1, #9747FF);
  background-position: 100% 100%;
  background-size: 300% 100%;
  border: none;
  outline: none;
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 58px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.er-footer-style-05 .et-subscribe-form button:hover {
  background-position: 0% 100%;
}

.er-footer-style-05 .elementor-inner-column.er-footer-col .section_title h3 {
  position: relative;
}
.er-footer-style-05 .elementor-inner-column.er-footer-col .section_title h3:before, .er-footer-style-05 .elementor-inner-column.er-footer-col .section_title h3:after {
  position: absolute;
  bottom: -10px;
  content: "";
  height: 2px;
  background: #D9D9D9;
}
.er-footer-style-05 .elementor-inner-column.er-footer-col .section_title h3:before {
  left: 0;
  width: 27px;
}
.er-footer-style-05 .elementor-inner-column.er-footer-col .section_title h3:after {
  width: 59px;
  left: 35px;
}
.er-footer-style-05 .elementor-inner-column.er-footer-col .er-footer-social .elementor-widget-container ul li:not(:first-child) {
  position: relative;
}
.er-footer-style-05 .elementor-inner-column.er-footer-col .er-footer-social .elementor-widget-container ul li:not(:first-child):before {
  position: absolute;
  content: "";
  height: 12px;
  border-left: 1px solid #B0B0B0;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .er-footer-style-05 .elementor-inner-column.er-footer-col .er-footer-social .elementor-widget-container ul li:not(:first-child):before {
    display: none;
  }
}

.footer-style-6 {
  position: relative;
}
.footer-style-6::after {
  content: "";
  position: absolute;
  width: 488px;
  height: 488px;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #F3FAFF 0%, #6FBEFD 100%);
  opacity: 0.75;
  filter: blur(217px);
}

.er-footer-style-05 .elementor-inner-column.er-footer-col .elementor-widget-container ul li a span,
.footer-style-06 .elementor-inner-column.er-footer-col .elementor-widget-container ul li a span,
.footer-style-07 .elementor-inner-column.er-footer-col .elementor-widget-container ul li a span {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.er-footer-style-05 .elementor-inner-column.er-footer-col .elementor-widget-container ul li a span i,
.footer-style-06 .elementor-inner-column.er-footer-col .elementor-widget-container ul li a span i,
.footer-style-07 .elementor-inner-column.er-footer-col .elementor-widget-container ul li a span i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.er-footer-style-05 .elementor-inner-column.er-footer-col .elementor-widget-container ul li:hover > a span,
.footer-style-06 .elementor-inner-column.er-footer-col .elementor-widget-container ul li:hover > a span,
.footer-style-07 .elementor-inner-column.er-footer-col .elementor-widget-container ul li:hover > a span {
  color: transparent;
  background: linear-gradient(87.17deg, #0E84E1 4.19%, #9747FF 80.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.er-footer-style-05 .elementor-inner-column.er-footer-col .elementor-widget-container ul li:hover > a span i,
.footer-style-06 .elementor-inner-column.er-footer-col .elementor-widget-container ul li:hover > a span i,
.footer-style-07 .elementor-inner-column.er-footer-col .elementor-widget-container ul li:hover > a span i {
  color: inherit;
  background: inherit;
}

/*
  Theme Name: Eurtech – WordPress Theme
  Author: Bdevs
  Support: http://www.devsnews.com/support/
  Description: Eurtech – WordPress Theme
  Version: 1.0
*/
/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  height: auto;
}

code {
  color: #43baff;
}

button {
  transition: 0.3s;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

img {
  transition: 0.3s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
}

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

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

input:focus::placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus::placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/*.........<! End Theme Defaults Style !>.........*/
/** css issues **/
.post-text a:hover {
  color: #ededed;
}
.post-text p > a:hover {
  color: #696969;
}
.post-text img {
  max-width: 100%;
  margin: 25px 0;
}
.post-text blockquote p {
  margin-bottom: 10px !important;
  line-height: 1.5;
  font-size: 18px;
  color: #070337;
  font-weight: 400;
}

.post-text > h6 {
  margin-bottom: 20px;
}

.postbox__video img,
article.postbox .postbox__thumb img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
  width: inherit;
}

.blog__details-wrapper ul li a:hover {
  color: #43baff;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.theme-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.theme-navigation span a {
  color: #666;
}
.theme-navigation span a:hover {
  color: #43baff;
}
.theme-navigation h4 {
  font-size: 23px;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}
.theme-navigation h4 a {
  color: #004876;
}
.theme-navigation h4 a:hover {
  color: #43baff;
}

.b-0 {
  border: 0;
}

.sidebar-search-form {
  position: relative;
}
.sidebar-search-form input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  font-size: 14px;
  padding: 0 25px;
  background: #f3f4f8;
  border: 2px solid #f3f4f8;
  outline: none;
  border-radius: 4px;
}
.sidebar-search-form input ::placeholder {
  color: #57556a;
}
.sidebar-search-form button {
  font-size: 16px;
  color: #011224;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: none;
}

.sidebar-search-form input:focus {
  border-color: #43baff;
}

.sidebar-search-form input:focus::placeholder {
  opacity: 0;
}

.sidebar-search-form input:focus::-moz-placeholder {
  opacity: 0;
}

.footer-widget .sidebar-search-form input {
  background: #fff;
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}
.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: #43baff;
}
.widget-social-icon a:hover {
  color: #43baff;
}

.widget .recent-posts > li {
  overflow: hidden;
}

.widget .recent-posts > li:not(:last-child) {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}

.recent-posts .widget-post-list:not(:last-child) {
  margin-bottom: 30px;
}

.widget-posts-body {
  overflow: hidden;
  padding-top: 8px;
}

.widget-posts-title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.widget-posts-title a {
  color: #001d23;
}
.widget-posts-title a:hover {
  color: #43baff;
}

.widget-posts-meta {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  color: #28484f;
  margin-bottom: 7px;
}

.widget-post-list .widget-posts-meta {
  margin: 0;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}

ul.cat li a {
  display: block;
  color: #647589;
}

ul.cat li a:hover {
  color: #43baff;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.bg-none {
  background: none;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.theme-author.author {
  background: #fff;
}
@media (max-width: 767px) {
  .theme-author.author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 20px;
  margin-right: 0;
  margin-top: 0;
}
.author-img img {
  margin-top: -60px;
  border-radius: 50%;
  border: 5px solid #fff;
}

.author-text {
  overflow: hidden;
}
.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.author-icon {
  margin-top: 10px;
  margin-bottom: 15px;
}
.author-icon a {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  transition: 0.3s;
}
.author-icon a:hover {
  color: #43baff;
}

.blog__author-img img {
  width: 100px;
  border-radius: 10px;
}

.blog__author-content p {
  margin: 0;
  line-height: 24px;
  font-size: 15px;
}

/*author*/
.author-wrapper {
  background: #f7f7fd;
  padding: 37px 71px 35px 40px;
  overflow: hidden;
  border-left: 5px solid #1876df;
}

.author-text > h4 {
  text-transform: capitalize;
}

.author-text > p {
  margin-bottom: 0;
}

.author-icon a:hover {
  color: #43baff;
}

.blog-coment-title h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.post-comments-title h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

ul .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}

.post-comments-title h2 small {
  font-size: 16px;
  font-weight: 500;
  color: #43baff;
}

.comment-reply-link {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
}
.comment-reply-link i {
  padding-left: 4px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  transform: translateY(1px);
  padding-right: 4px;
}

/*comment-reply*/
.logged-in-as {
  line-height: 1;
}

/* 25. Pagination  */
div.basic-pagination ul {
  padding-left: 0;
}

/*next prev post*/
.blog-details-border {
  margin-top: 40px;
  background: #fff;
}

.page-area .post-comments-form {
  margin-bottom: 0;
  clear: both;
  padding-top: 0;
}

.eurtech-page-content ol,
.eurtech-page-content ul {
  padding-left: 22px;
}

/*blog pagination*/
/*blog-post-tag*/
.blog__details__tag {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
}

/**
*
* Sidebar widget css
*
*/
/**
* tags
*/
.blog-area .widget ul {
  padding: 0;
  margin: 0;
}

.blog-area .widget ul li ul {
  padding-left: 15px;
  padding-top: 15px;
}

.rssSummary {
  line-height: 27px;
  margin: 10px 0;
  color: #9ba1ad;
  font-size: 16px;
}

.widget ul {
  margin: 0;
}

.widget ul li a.rsswidget {
  line-height: 1.3;
}

.widget .footer-post h5 a {
  font-size: 16px;
  line-height: 1.3;
}

.widget ul li:first-child {
  padding-top: 0;
}

.widget_recent_entries ul li a {
  line-height: 26px;
}

/**
* image widget
*/
.widget_media_image img {
  width: 100%;
}

/**
* widget custom style for wp
*
*/
.widget li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget li a {
  color: #444;
  font-weight: 400;
  padding-left: 0;
}

.widget li a:hover {
  color: #43baff;
}

.widget.widget_rss li span {
  display: block;
}

.widget.widget_rss li span {
  display: block;
  list-style: none;
  margin-right: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #6A6A6A;
  transition: all 0.3s ease-out 0s;
}

li .blog-footer-meta span {
  float: none !important;
  font-size: 13px !important;
}

.widget_recent_comments li span,
.widget_recent_comments li span a {
  float: none;
  font-weight: 500;
}

.footer__widget.widget_recent_comments li span,
.footer__widget.widget_recent_comments li span a {
  float: none;
  font-weight: 600;
  color: #fff;
}

.sidebar__widget.widget_recent_comments li span,
.sidebar__widget.widget_recent_comments li span a {
  font-weight: 500;
  color: #070337;
  text-transform: capitalize;
  padding-left: 0;
}

.sidebar__widget.widget_recent_comments li span a:after {
  display: none;
}

.sidebar__widget.widget_recent_comments li span,
.sidebar__widget.widget_recent_comments li a:hover {
  color: #43baff;
}

.sidebar__widget.widget_recent_comments li a {
  padding-left: 0;
}

.sidebar__widget.widget_recent_comments li a:after {
  display: none;
  padding-left: 0;
}

.sidebar__widget ul li a:hover {
  color: #43baff;
}

.footer__widget .widget_rss ul li a.rsswidget {
  font-weight: 500;
  color: #57556a;
}

.sidebar__widget.widget_rss ul li a.rsswidget {
  font-weight: 500;
  color: #070337;
  padding-left: 0;
}

.widget li span.post-date {
  float: none;
  margin-top: 7px;
  display: block;
  font-size: 13px;
}

.textwidget img {
  max-width: 100%;
}

.ablog__sidebar .widget .rssSummary {
  color: var(--clr-body-text);
}

/* calendar widget */
.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.widget_calendar {
  float: none;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  color: #9ba1ad;
}

.bd-footer-widget .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
  color: #9ba1ad;
}

.footer-widget #wp-calendar caption {
  color: #aabcd8;
}

.footer-widget .wp-calendar-nav a {
  color: #aabcd8;
}

.footer-widget ul ul {
  padding-left: 15px;
  padding-top: 20px;
}

.footer-widget.widget_recent_comments ul li a::before,
.footer-widget.widget_recent_entries ul li a::before,
.footer-widget.widget_rss ul li a::before {
  display: none;
}

.footer-widget .rsswidget {
  color: #fff;
}

.footer__widget.widget_rss .rssSummary {
  color: #a1a2ab;
}

.footer-widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

.footer-widget .sidebar-tad li a,
.footer-widget .tagcloud a {
  background: #fff;
  color: #004976;
}

.footer-widget .tagcloud a:hover {
  background: #43baff;
  color: #fff;
}

.widget .rsswidget {
  color: #001d23;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding: 5px;
  text-align: center;
  background: transparent;
  font-weight: 500;
  border: 1px solid #ddd;
  color: #9ba1ad;
}

#wp-calendar tbody {
  color: #666;
}

#wp-calendar tbody td {
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.footer-widget #wp-calendar tbody td {
  background: #fff;
  border: 1px solid #ddd;
}

.footer__widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #a1a2ab;
}

.footer__widget #wp-calendar caption {
  color: #a1a2ab;
}

.footer__widget .wp-calendar-nav a {
  color: #a1a2ab;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
  background: #43baff;
  color: #fff;
}

#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.latest-comments ul li ul.children {
  padding-left: 70px;
}

.latest-comments ul li ul.children {
  padding-top: 0;
}

.no-results.not-found {
  background: #fff;
  padding: 41px 100px;
  text-align: center;
  border: 2px solid #f4f3fb;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .no-results.not-found {
    padding: 30px;
  }
}
.pageontent.blog-search-content p {
  margin-bottom: 20px;
}

.blog-search-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.error-404-title {
  line-height: 1;
  font-size: 140px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
}

.error-text {
  margin-bottom: 30px;
}

.page-content.mb-40 {
  margin-bottom: 30px;
}

.page-header {
  background: #f5faff;
  margin-bottom: 30px;
  padding: 30px;
}
.page-header h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.no-results.not-found .page-header {
  background: none;
  margin-bottom: 30px;
  padding: 0;
}

.navigation.posts-navigation .nav-next {
  float: right;
}
.navigation.posts-navigation .nav-previous {
  float: left;
}
.navigation.posts-navigation .nav-links {
  overflow: hidden;
}

.navigation.posts-navigation {
  overflow: hidden;
  margin-bottom: 40px;
}
.navigation.posts-navigation .nav-links a {
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #43baff;
  color: #43baff;
}
.navigation.posts-navigation .nav-links a:hover {
  background: #43baff;
  color: #fff;
}

.bd-footer-area .recentcomments a {
  color: #fff;
}

.bd-footer-area .recentcomments a:hover {
  color: var(--clr-theme-1);
}

.bd-footer-widget.widget_rss ul li a.rsswidget {
  color: #fff;
}

.bd-footer-widget.widget_rss ul li a.rsswidget:hover {
  color: var(--clr-theme-1);
}

/*page table*/
.eurtech-page-content table {
  margin-bottom: 30px;
}

.eurtech-page-content table tbody td {
  text-align: center;
}

.eurtech-page-content table a {
  color: #43baff;
}

.eurtech-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.eurtech-page-content th,
.eurtech-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.eurtech-page-content table,
.eurtech-page-content th,
.eurtech-page-content td {
  border: 1px solid #d1d1d1;
}

.eurtech-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.eurtech-page-content ol li,
.eurtech-page-content ul li {
  margin-bottom: 7px;
}

.eurtech-page-content ol li ol,
.eurtech-page-content ul li ul {
  margin-top: 7px;
}

.blog__details-wrapper table {
  margin-bottom: 30px;
}

.blog__details-wrapper table tbody td {
  text-align: center;
}

.blog__details-wrapper table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog__details-wrapper th,
.blog__details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
  padding: 10px 15px;
}

.blog__details-wrapper table,
.blog__details-wrapper th,
.blog__details-wrapper td {
  border: 1px solid #d1d1d1;
}

.post-comments table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.blog__details-wrapper table {
  margin-bottom: 30px;
  width: 100%;
}

.blog__details-wrapper table tbody td {
  text-align: center;
}

.blog__details-wrapper table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog__details-wrapper th,
.blog__details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog__details-wrapper table,
.blog__details-wrapper th,
.blog__details-wrapper td {
  border: 1px solid #d1d1d1;
}

.blog__details-wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 400;
}

#wp-calendar tbody td#today {
  background: #43baff;
  color: #fff;
}

#wp-calendar tbody td#today a {
  color: #fff;
}

.post-text .wp-caption.aligncenter {
  margin-top: 40px;
}

.post-text .alignright.size-thumbnail {
  overflow: hidden;
  clear: both;
}

/*unit test*/
.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.blog-area dl,
.blog-area ol,
.blog-area ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
  padding-left: 25px;
}

.blog__details-wrapper ol li,
.blog__details-wrapper ul li {
  padding-top: 7px;
}

.blog-area ol ol ol,
.blog-area ol ul ul,
.blog-area ul ol ol,
.blog-area ul ul ul {
  margin-bottom: 0;
}

.blog-area ol ul,
.blog-area ul ol,
.blog-area ul ul,
.blog-area ol ul ol {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

.wp-block-button .wp-block-button__link {
  color: #fff !important;
}

.postbox.sticky .post-text,
.postbox.sticky .post-text p {
  margin-bottom: 0;
}

.blog-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}

.blog-content table {
  margin-bottom: 30px;
}

.blog-content table tbody td {
  text-align: center;
}

.blog-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog-content th,
.blog-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-content table,
.blog-content th,
.blog-content td {
  border: 1px solid #d1d1d1;
}

.blog-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.comments-text > p {
  margin-bottom: 15px;
}

.comments-text ul li,
.comments-text ol li {
  padding-top: 5px;
}

#wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin-right: 20px;
}

.comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form-cookies-consent {
  margin-left: 18px;
  display: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}

dd + dt {
  margin-top: 20px;
}

.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}

.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}

.page-links a,
.page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: #444;
}

.page-links > span {
  border: 2px solid #096bd8;
  color: #096bd8;
}

.page-links a:hover {
  border: 2px solid #096bd8;
  color: #096bd8;
}

/**
*
* removing visual composer default data
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}

#recentcomments li a {
  line-height: 1.5;
}

.widget.widget_recent_comments ul li a {
  display: unset;
  line-height: 27px;
}

.tag-space {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

.size-thumbnail {
  margin-bottom: 20px;
}

.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}

.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}

.search-form2 {
  position: relative;
}

.archive-description {
  margin-top: 15px;
}

/*footer */
.footer-area-bottom {
  padding: 15px 0;
}

.copy-right p {
  color: #999;
  margin: 0;
}

.footer-widget select {
  width: 100%;
  border-radius: 0;
}

/*theme unit test css */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.admin-bar .sticky-header {
  top: 32px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.sticky {
  display: block;
}

.postbox__item {
  border: 1px solid #f6f6f8;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
}

.bd-blog.sticky {
  position: relative;
}

.bd-blog.sticky::before {
  position: absolute;
  content: "\f5a2";
  right: 25px;
  top: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #43baff;
  font-size: 35px;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
* custom css
*
*/
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #fff4ef;
}

.wp-block-pullquote {
  border-top: 4px solid #43baff !important;
  border-bottom: 4px solid #43baff !important;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.logged-in-as a {
  color: #222;
}

.logged-in-as a:hover {
  color: #43baff;
}

/*new unit test*/
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 10px;
}

.post-text > .alignwide {
  margin-left: 0;
  margin-right: 0;
}

.post-text p.has-large-font-size {
  font-size: 24px !important;
  line-height: 1.2;
  margin-bottom: 10px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #43baff !important;
}

.wp-block-archives select,
.wp-block-archives .postform {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.wp-block-categories .postform {
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  float: none;
  margin-bottom: 15px;
}

.wp-block-archives .nice-select {
  float: none;
  margin-bottom: 15px;
  width: 200px;
  margin-bottom: 15px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-latest-posts.has-dates {
  padding-left: 0;
}

.wp-block-archives li a,
.wp-block-categories li a {
  color: #6a727f;
}

.wp-block-search__input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 15px;
}

.wp-block-cover {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
  background: #000;
  color: #fff;
  border: 0;
  padding: 12px 40px;
  margin-bottom: 14px;
}

.copyright__text p {
  margin: 0;
}

.eurtech-page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}

.eurtech-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}

.admin-bar .sticky-menu {
  margin-top: 32px;
}

.eurtech-page-content .post-comments-form {
  margin-top: 50px;
}
.eurtech-page-content .post-comments {
  margin-top: 40px;
}

.postbox.sticky .postbox_text {
  border: 2px solid #43baff;
}

.page-links > span {
  border: 2px solid #43baff;
  color: #43baff;
}

.post-text a:hover {
  color: #43baff;
}

.post-text a {
  color: #43baff;
}
.post-text a.tag-cloud-link {
  color: #666;
}
.post-text a.tag-cloud-link:hover {
  color: #fff;
  background: #43baff;
  border-color: #43baff;
}

.wp-block-tag-cloud a a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 2px solid #e8e7ec;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: 400 !important;
  border-radius: 6px;
}
.wp-block-tag-cloud a a:hover {
  color: #ffffff;
  background: #43baff;
  border-color: #43baff;
}

.wp-block-calendar {
  margin-bottom: 30px;
}
.wp-block-calendar a {
  color: inherit;
  text-decoration: none;
  color: #878787;
}

.wp-block-latest-comments__comment-author {
  text-transform: capitalize;
}

.post-text .blocks-gallery-grid img {
  margin: 0;
}

.page-links a:hover {
  border: 2px solid #43baff;
  color: #43baff;
}

.post-password-form input[type=submit] {
  background-color: #43baff;
}

.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #e4e4f2;
  width: 100%;
  border-radius: 0;
}
.post-password-form input[type=password]:focus {
  border: double 1px transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.post-password-form label {
  width: 100%;
  margin-bottom: 8px;
}

.post-password-form input[type=submit] {
  border: none;
  padding: 10px 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1) !important;
  background-position: 100% 100% !important;
  background-size: 300% 100% !important;
}

.postbox__text .blog-post-tag {
  padding-top: 40px;
}

.layout-wrapper .alignright.size-thumbnail {
  margin-bottom: 20px;
  clear: both;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item {
  width: calc((100% - 16px) / 2) !important;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  margin: 0;
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-cover-text {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}

.blocks-gallery-caption {
  margin-bottom: 40px;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #222;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid #222;
  color: #222 !important;
}

.widget.mb-40.widget_media_image {
  padding: 0;
  border: 0;
}

.widget .nice-select,
.footer-widget .nice-select {
  float: none;
  border-radius: 0;
}

.widget .nice-select .option,
.footer-widget .nice-select .option {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.bd-footer-widget .nice-select .option {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.widget .nice-select::after,
.footer-widget .nice-select::after {
  right: 18px;
}

.blog-area .post-comments ol ol,
.blog-area .post-comments ol ul,
.blog-area .post-comments ul ol,
.blog-area .post-comments ul ul {
  margin-bottom: 20px;
}

.blog-area .post-comments ol ol ol,
.blog-area .post-comments ol ul ul,
.blog-area .post-comments ul ol ol,
.blog-area .post-comments ul ul ul {
  margin-bottom: 0px;
}

.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}

.eurtech-page-content ol,
.eurtech-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.eurtech-page-content .elementor-widget-container .sidebar__widget ol,
.eurtech-page-content .elementor-widget-container .sidebar__widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.eurtech-page-content ol ol ol,
.eurtech-page-content ol ul ul,
.eurtech-page-content ul ol ol,
.eurtech-page-content ul ul ul {
  margin-bottom: 0px;
}

.eurtech-page-content ol ol,
.eurtech-page-content ol ul,
.eurtech-page-content ul ol,
.eurtech-page-content ul ul {
  margin-bottom: 0;
}

.blog-area ol ol,
.blog-area ol ul,
.blog-area ul ol,
.blog-area ul ul {
  margin-bottom: 0;
}

.latest-comments .children li {
  list-style: none;
  margin-top: 5px;
}

.footer-widget.widget_recent_comments li a {
  display: unset;
}

.footer-widget ul li a {
  font-size: 14px;
  color: #aabcd8;
  display: inline-block;
}

.footer-widget ul li a:hover {
  color: #43baff;
}

.sidebar__widget-title.mb-50 {
  margin-bottom: 35px;
}

.postbox_text {
  border: 2px solid #ededed;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
  transition: 0.3s;
  padding-top: 40px;
}

.post-meta span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 20px;
  font-size: 15px;
  display: inline-block;
  color: #747ca2;
}
.post-meta span i {
  color: #43baff;
  font-size: 14px;
  margin-right: 2px;
}
.post-meta a {
  font-weight: 500;
  color: #747ca2;
}
.post-meta a:hover {
  color: #43baff;
}

.blog-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.widget-title-box {
  text-align: center;
}

.cm-btn {
  border: 0;
}

.cm-btn i {
  margin-right: 3px;
}

.blog-post-tag span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-post-tag a {
  border: 2px solid #f6f6f6;
  padding: 12px 25px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #00235a;
  margin-right: 5px;
  margin-top: 5px;
}
.blog-post-tag a:hover {
  background: #43baff;
  color: #fff;
  border-color: #43baff;
}

header ul,
footer ul {
  list-style: none;
}

.eurtech-page-content .post-entry > p {
  margin: 32px 0;
  margin-top: 0;
}

.home_front_page .page_title__bread-crumb {
  display: none;
}

blockquote {
  margin: 35px 0px !important;
  padding: 40px;
  color: #666;
  position: relative;
  background: #f3f4f8;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f3f4f8;
}

blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: #43baff;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}

blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
}

blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #43baff;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.comments-box blockquote {
  background: #fff;
}

/*custom */
.single-post .page__title-content h2 {
  font-size: 55px;
}

.post_gallery .owl-nav div button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.post_gallery .owl-nav div.owl-next button {
  left: auto;
  right: 35px;
}

.post_gallery .owl-nav div button:hover {
  background: #43baff;
  color: #fff;
}

.sidebar-posts-bg-thumb {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
}

.widget-post-title {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.rc-post .mb-20:last-child {
  margin: 0;
}

.rc-meta.widget-post-meta {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.blog-area .sidebar__widget ul {
  padding: 0;
  margin: 0;
}

.blog-area .recentcomments a::after {
  display: none;
}

.blog-area .sidebar__widget ul li {
  list-style: none;
  margin-bottom: 15px;
}

.blog-area .sidebar__widget ul ul {
  padding-left: 10px;
  padding-top: 14px;
}

.blog-area .sidebar__widget ul li a {
  padding-left: 20px;
  position: relative;
}

.blog-area .sidebar__widget ul li a:hover {
  color: #43baff;
}

.blog-area .sidebar__widget ul li a:hover::after {
  left: 5px;
}

.blog__item.sticky {
  position: relative !important;
}

.blog__item.sticky::before {
  position: absolute;
  content: "\f5a2";
  right: 25px;
  top: 25px;
  font-family: "Font Awesome 5 Pro";
  color: #43baff;
  font-size: 35px;
}

.blog__details-wrapper .blog-title {
  display: none;
}

.post-text.mb-20 {
  margin-bottom: 0;
}

.blog__details-wrapper .post-text.mb-20 p:last-child {
  margin-bottom: 0;
}

.services__widget.widget_bdevs_services_form_widget {
  padding-bottom: 25px;
}

.wpcf7-form-control.wpcf7-submit.f-btn.f-btn-3.w-100 {
  margin-bottom: 0;
}

.services__form p {
  margin: 0;
}

.widget_text.services__widget.widget_custom_html {
  padding: 0;
  background: none;
}

.social-links {
  margin-top: 20px;
}
.social-links a {
  margin-right: 15px;
  font-size: 13px;
}

.custom-footer-2 {
  padding-left: 30px;
}

.custom-footer-3 {
  padding-left: 30px;
}

.post-comment-form {
  clear: both;
}

.footer__widget ul ul {
  padding-left: 8px;
  padding-top: 4px;
}

.blog__details-wrapper .postbox__title {
  display: none;
}

.footer__widget .nice-select {
  float: none;
}

.footer__widget .nice-select .option {
  margin: 0 !important;
}

.bd-footer-widget .nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}

.widget .nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}

.nice-select::after {
  width: 5px;
}

.footer__widget.widget_text p {
  color: #a1a2ab;
}

.footer__widget cite {
  color: #a1a2ab;
}

.footer__widget.widget_search input:focus {
  border-color: transparent;
}

.single-post .bd-page-title .breadcrumb-title {
  font-size: 48px;
}

.post-input input, .post-input textarea {
  height: 60px;
  width: 100%;
  border-radius: 10px;
  background: #F9F9F9;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px;
  outline: none;
  color: #6A6A6A;
  margin-bottom: 20px;
}

.post-input input::placeholder, .post-input textarea::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.post-input textarea {
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog__details-wrapper .post-input input, .blog__details-wrapper .post-input textarea {
  margin-bottom: 20px;
}

.logged-in-as {
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog__details-wrapper .bd-blog-details-title {
  display: none;
}

.basic-pagination ul li span.page-numbers.dots {
  line-height: 35px;
}

.blog-area .bd-blog-meta ul {
  padding-left: 0;
}

.blocks-gallery-caption {
  margin-bottom: 40px;
}

.wp-block-pullquote {
  text-align: left;
}

.wp-block-quote {
  border: 0;
}

.wp-block-column .wp-block-quote {
  border-left: 0;
  padding-right: 30px;
}

.wp-block-image figcaption {
  color: #6d6e75;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 27px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  display: inline-block;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 20px 20px !important;
}

.wp-block-quote.has-text-align-right {
  border-right: 0;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  color: #fff !important;
  border-radius: 0;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown.wp-block-categories select {
  width: 250px;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search .wp-block-search__label {
  margin-bottom: 8px;
}

.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
  background: #000;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  border-radius: 6px;
}

.post-text .wp-block-media-text__media img {
  margin: 0;
}

.widget .nice-select::after {
  margin-top: -3px;
}

.widget .nice-select.open .list, .bd-footer-widget .nice-select.open .list {
  width: 100%;
}

.bd-footer-widget .nice-select {
  width: 100%;
  margin-bottom: 20px;
  float: none;
}
.bd-footer-widget .nice-select::after {
  margin-top: -3px;
}

.bd-footer-widget ul ul {
  padding-left: 10px;
  padding-top: 10px;
}

.bd-footer-widget ul li {
  color: #9ba1ad;
  font-weight: 400;
}

.widget_rss ul li a.rsswidget {
  font-weight: 600;
}

.bd-footer-widget p {
  color: #9ba1ad;
  font-size: 16px;
  font-weight: 400;
}

.bd-footer-widget .tagcloud .tag-cloud-link {
  border: 1px solid #9ba1ad;
  color: #9ba1ad;
}

.bd-footer-widget .tagcloud .tag-cloud-link:hover {
  border-color: transparent;
  color: #fff;
}

.page-template-default .post-input textarea {
  margin-bottom: 20px;
}

.bd-footer-info-logo img {
  width: 131px;
}

.bd-footer-logo-two img {
  width: 131px;
}

.header-sidebar-logo img {
  width: 131px;
}

.wp-block-tag-cloud a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid #e8e7ec;
  margin-right: 6px;
  margin-bottom: 10px;
  font-weight: 400 !important;
  border-radius: 6px;
}
.wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #43baff;
  border-color: #43baff;
}

@media (max-width: 767px) {
  div.latest-comments ul li ul.children {
    padding-left: 0;
  }

  .blog__wrapper.mr-35 {
    margin-right: 0;
  }

  .blog__details-wrapper.mr-35 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog__wrapper.mr-35 {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .admin-bar .sticky-menu {
    margin-top: 0px;
  }

  .admin-bar .bd-header-area.bd-header-area-four.header-sticky.sticky-menu {
    margin-top: 0;
  }

  .admin-bar .bd-header-area.bd-header-area-seven.header-sticky.sticky-menu {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .bd-header-logo {
    line-height: 50px;
  }
}
/*widget block*/
.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_rss ul li a:before {
  display: none;
}

.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a,
.widget.widget_block .wp-block-latest-comments li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_rss ul li a {
  padding-left: 0;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #1f242c;
}

.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.widget.widget_block .wp-block-latest-comments li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_rss ul li a:hover {
  color: #43baff;
}

.widget.widget_block h2 {
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600;
}

.widget.widget_block h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #43baff;
}

.wp-block-archives-dropdown label {
  margin-bottom: 10px;
}

ul.wp-block-rss {
  list-style: disc;
}

.sidebar__widget .wp-block-social-links li a::after {
  display: none;
}

.sidebar__widget.widget_tag_cloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #53545b;
  background: #f3f4f8;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 0;
}

.sidebar__widget.widget_tag_cloud a:hover {
  color: #ffffff;
  background: #43baff;
}

.sidebar__widget.widget_block h2 {
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0f0f5;
  margin-bottom: 35px;
}

.widget_block .wp-block-group__inner-container h2 {
  font-size: 20px;
  padding-bottom: 7px;
  margin-bottom: 25px;
}

.wp-block-latest-comments__comment a:hover {
  color: #43baff;
}

.sidebar__widget .wp-block-search__label {
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0f0f5;
  margin-bottom: 35px;
}

.sidebar__widget .wp-block-search .wp-block-search__input {
  width: 100%;
  margin: 0;
  background: #F3F4F8;
  border: 0;
}

.sidebar__widget .wp-block-search .wp-block-search__button {
  background: #43baff;
}

/*footer block css*/
.bd-footer-widget.widget_block h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.bd-footer-widget.widget_block h2::before {
  display: none;
}

.bd-footer-widget.widget_block.widget_tag_cloud a {
  border: 1px solid #878787;
  color: #878787;
  border-radius: 6px;
}

.bd-footer-widget.widget_block.widget_tag_cloud a:hover {
  border-color: transparent;
  color: #fff;
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
  color: #878787;
}

.bd-footer-widget.widget_search .wp-block-search__label {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.bd-footer-widget.widget_search .wp-block-search__label::before {
  display: none;
}

.bd-footer-widget.widget_block .wp-block-latest-comments li a {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  display: inline-block;
  line-height: 1.5;
}

.bd-footer-widget.widget_block .wp-block-latest-comments li a:hover {
  color: var(--clr-theme-1);
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.widget_block .wp-block-latest-comments__comment-meta time {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-body-text);
}
.widget_block .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-body-text);
}

.latest-comments ul li a:hover {
  color: #43baff;
}

.nice-select.open .list {
  width: 100%;
}

.nice-select::after {
  margin-top: -4px;
}

.ablog__sidebar .widget #wp-calendar caption {
  color: var(--clr-body-text);
}

.ablog__sidebar .widget #wp-calendar thead th {
  color: var(--clr-body-text);
}

.bd-footer-widget .calendar_wrap .wp-calendar-nav-next a {
  color: #9ba1ad;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #43baff;
  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: #43baff;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*----------------------------------------*/
/*  01. About
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_area-left-one {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .about_area-left-one {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_area-left-two {
    padding-left: 0;
  }
}

.about_area-thumb {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_area-thumb {
    text-align: left;
  }
}

.about_area-experience-content {
  background-color: #1f242c;
  position: absolute;
  top: -50px;
  border-radius: 6px;
  text-align: center;
  padding: 40px 40px;
  left: -50px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about_area-experience-content {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_area-experience-content {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_area-experience-content {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .about_area-experience-content {
    left: 0px;
  }
}
.about_area-experience-content h2 {
  color: #fff;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.about_area-experience-content span {
  color: #999;
}
.about_area-experience-content i {
  font-size: 100px;
  position: absolute;
  left: 0;
  bottom: 1px;
  opacity: 0.1;
}

.about-quote-content {
  margin-bottom: 42px;
}

.about-quote-content {
  padding-left: 20px;
}

.section-title-one span {
  color: var(--clr-theme-1);
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
  display: block;
}

.section-title-one h2 {
  font-size: 50px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-title-one h2 {
    font-size: 40px;
  }
}

.about-quote-content {
  position: relative;
}

.about-quote-content h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-quote-author h4 {
  font-size: 14px;
  font-weight: 600;
}

.about-description-content p {
  margin-bottom: 20px;
}

.about-quote-author h4 span {
  color: var(--clr-body-text4);
  font-weight: 400;
}

.about_area-btn {
  position: relative;
}

.secondary-btn i {
  border-radius: 4px;
  background: var(--clr-theme-1);
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  right: 15px;
  top: 9px;
}

.about-quote-content::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 80px;
  background: var(--clr-theme-1);
  top: 4px;
  left: 0px;
}

#skills-area-one .gen-el-skill--content.gen-el-skill-box-gradient {
  overflow: hidden;
}

#skills-area-one .gen-el-skill-box-gradient .gen-el-skill__wrapper .progress {
  background: none;
}

#skills-area-one .progress {
  padding-left: 0;
}

#skills-area-one .gen-el-skill__wrapper {
  border-bottom: 2px solid rgb(245, 245, 245);
  padding-bottom: 4px;
}

#skills-area-one .gen-el-skill__wrapper.mb-35 {
  margin-bottom: 28px;
}

#skills-area-one .gen-el-skill__wrapper .progress .progress-bar-wrapper {
  overflow-x: inherit;
}

#skilss-area-video .generic-video-area {
  border-radius: 10px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

#skilss-area-video .generic-el-video-wrapper .generic-el-video-popup {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 19;
  overflow: visible;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06) !important;
  left: 50%;
  margin: 0;
  color: var(--clr-theme-1);
  font-size: 20px;
}
#skilss-area-video .generic-el-video-wrapper .generic-el-video-popup:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}
#skilss-area-video .generic-el-video-wrapper .generic-el-video-popup::before, #skilss-area-video .generic-el-video-wrapper .generic-el-video-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: Ripple 3s linear infinite;
}
#skilss-area-video .generic-el-video-wrapper .generic-el-video-popup::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#skilss-area-video .generic-el-video-wrapper .generic-el-video-popup::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@keyframes Ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#skilss-area-video .popup-video {
  width: 120px !important;
  height: 120px !important;
  text-align: center;
  line-height: 120px !important;
  border: none;
  display: inline-block;
  border-radius: 50%;
  color: #1f242c;
  font-size: 20px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

#skilles-video-wrapper .popup-video {
  width: 120px !important;
  height: 120px !important;
  text-align: center;
  line-height: 120px !important;
  border: none;
  display: inline-block;
  border-radius: 50%;
  color: #1f242c;
  font-size: 25px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

/*----------------------------------------*/
/*  11. About Widget 2 css
/*----------------------------------------*/
.about-left-content-two {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.about-left-phn-number-icon {
  width: 60px;
  height: 60px;
  background: var(--clr-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
}

.about-left-email-icon {
  width: 60px;
  height: 60px;
  background: var(--clr-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
}

.about-left-phn-number-content span {
  color: #aaaaaa;
  font-size: 14px;
}

.about-left-phn-number-content h4 {
  font-size: 18px;
  line-height: 1.3;
}

.about-left-email-content h4 {
  font-size: 18px;
  line-height: 1.3;
}

.about-left-email-content span {
  color: #aaaaaa;
  font-size: 14px;
}

.about-right-area-thumb-1st {
  position: relative;
}

.about-right-area-thumb-shape {
  position: absolute;
  top: -78px;
  left: -51px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-right-area-thumb-shape {
    left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-right-area-two {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-right-area-two {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .about-right-area-two {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .about-right-area-two.pl-75 {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-right-area-two {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .about-right-area-two {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .about-left-info-two {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .about-left-email-info {
    padding-top: 15px;
  }
}

.hero-title-two h2 {
  color: var(--clr-body-heading);
}

.about-left-info-two {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.about-author-thumb-three img {
  margin-right: 20px;
}

.section-title-subtitle-three {
  position: relative;
}
.section-title-subtitle-three p {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: linear-gradient(90deg, #0ed5fa 0%, #684cb1 100%);
  font-weight: 500;
  margin-bottom: 20px;
}

.section-title-three h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.section-content-des-three {
  margin-bottom: 35px;
}

.gradient-subtitle {
  display: inline-block;
  padding-right: 23px;
}

.gradient-subtitle::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #0ed5fa, #684cb1, #0ed5fa, #684cb1);
  background-size: 350%;
}

.gradient-subtitle::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  left: 100%;
  bottom: 0;
  transform: rotate(-45deg) translateY(5px) translateX(-5px);
  background-image: linear-gradient(to right, #0ed5fa, #684cb1);
  background-position: 100%;
  background-size: 300% 100%;
  transform-origin: left;
}

.section-title-subtitle-three span::after {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  background: #0bd9fd;
  bottom: -9px;
  border-radius: 10px;
  z-index: 2;
}

.about-author-three-content {
  text-align: right !important;
  margin-right: 20px;
}

.about-author-three-content h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.about-author-three-content span {
  font-size: 14px;
  color: #aaaaaa;
}

.about-tab-navigation-three nav {
  display: flex;
  justify-content: center;
}

.about-tab-navigation-three .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  gap: 173px;
  display: inline-flex;
  position: relative;
}
.about-tab-navigation-three .nav-tabs::before {
  position: absolute;
  content: "";
  width: calc(100% - 35px);
  height: 2px;
  background: #f3f3f3;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about-tab-navigation-three .nav-tabs::before {
    width: calc(90% - 35px);
  }
}
@media (max-width: 360px) {
  .about-tab-navigation-three .nav-tabs::before {
    width: calc(70% - 35px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-navigation-three .nav-tabs {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .about-tab-navigation-three .nav-tabs {
    gap: 60px;
  }
}

.about-tab-navigation-three .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #1f242c;
  background: none;
  border: none;
}

.about-tab-navigation-three .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  isolation: isolate;
}

.about-tab-navigation-three .nav-tabs .nav-link {
  border: none;
  padding: 0;
  font-weight: 500;
}

.about-tab-navigation-three .nav-link {
  position: relative;
  color: #cdcecf;
}

.about-tab-navigation-three .nav-link::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1f242c, #1f242c) border-box;
  border: 2px solid transparent;
  border-radius: 50px;
}

.about-tab-navigation-three .nav-link.active::after {
  background: linear-gradient(90deg, #61C6FF 0%, #6a48af 100%);
}

.about-tab-navigation-three .nav-link.active::after {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #0ed5fa, #684cb1) border-box;
  border: 2px solid transparent;
  border-radius: 50px;
}

.about-tab-video-thumb {
  position: relative;
}
.about-tab-video-thumb img {
  width: 100%;
}
.about-tab-video-thumb .about-tab-video-popup {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.about-tab-video-thumb .about-tab-video-popup {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  border: none;
  display: inline-block;
  border-radius: 50%;
  color: #1f242c;
  font-size: 25px;
  background: var(--clr-common-white);
}
.about-tab-video-thumb .about-tab-video-popup::before, .about-tab-video-thumb .about-tab-video-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: Ripple 3s linear infinite;
}
.about-tab-video-thumb .about-tab-video-popup::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.about-tab-video-thumb .about-tab-video-popup::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-tab-video-thumb .about-tab-video-popup:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .about-tab-video-thumb .about-tab-video-popup {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}

.about-tab-description-content.bdevs-el-content p {
  margin-bottom: 40px;
}

@keyframes Ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-right-three h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-right-three h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .about-tab-right-three h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-right-three.pl-35 {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-tab-right-three.pl-35 {
    padding-left: 0;
    padding-top: 30px;
  }
}

#home-three-brand .generic-brand-single img {
  opacity: 1;
  transition: all 0.3s;
}

.section-content-three p {
  color: #a7adb8;
}

.about-left-info-two.two-style-border {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.about-left-phn-number-content h4 a {
  transition: 0.3s;
}
.about-left-phn-number-content h4 a:hover {
  color: #43baff;
}

.about-left-email-content h4 a {
  transition: 0.3s;
}
.about-left-email-content h4 a:hover {
  color: #43baff;
}

.error__content h3 {
  font-size: 50px;
  margin-bottom: 20px;
}

.et-ud-about3-wrapper {
  padding-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-ud-about3-wrapper {
    padding-right: 0px;
  }
}
.et-ud-about3-icon {
  top: -70px;
  left: -70px;
  z-index: -1;
}
.et-ud-about3-img img {
  width: 100%;
}
.et-ud-about3-experience {
  left: 63px;
  bottom: 90px;
  background: var(--clr-common-white);
  border-radius: 8px;
  overflow: hidden;
  min-width: 197px;
}
@media (max-width: 767px) {
  .et-ud-about3-experience {
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-ud-about3-experience {
    left: 60px;
    bottom: 80px;
  }
}
.et-ud-about3-experience-num {
  background: #0e84e1;
  overflow: hidden;
  padding: 25px 0 21px 23px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.et-ud-about3-experience-num h3 {
  font-size: 46px;
  color: var(--clr-common-white);
  font-weight: 600;
  line-height: 1;
}
.et-ud-about3-experience-text {
  padding: 20px 25px;
}
.et-ud-about3-experience-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #8e8e8e;
}
.et-ud-about3-content-wrapper {
  margin-left: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-ud-about3-content-wrapper {
    margin-left: 0;
  }
}
.et-ud-about3-content-check-list li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #8e8e8e;
  list-style: none;
}
.et-ud-about3-content-check-list li:last-child {
  margin-bottom: 0;
}
.et-ud-about3-content-check-list li i {
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  background: #0e84e1;
  border-radius: 2px;
  color: var(--clr-common-white);
  display: inline-block;
  text-align: center;
  margin: auto;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.et-ud-about3-content p {
  color: #8e8e8e;
}
.et-ud-about3-contact {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 480px) {
  .et-ud-about3-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.et-ud-about3-contact-icon {
  width: 60px;
  height: 60px;
  background: var(--clr-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  min-width: 60px;
}
.et-ud-about3-contact-content span {
  color: #8e8e8e;
  display: block;
  margin-bottom: 5px;
}
.et-ud-about3-contact-content h4 {
  font-size: 20px;
  color: #161A33;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .et-ud-about3-contact-content h4 {
    font-size: 16px;
  }
}
.et-ud-about3-contact-content h4:hover {
  color: #0E84E1;
}
.et-ud-about3-author-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
}
@media (max-width: 480px) {
  .et-ud-about3-author-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.et-ud-about3-author-info h4 {
  font-size: 18px;
}
.et-ud-about3-author-info span {
  color: #8e8e8e;
  font-weight: 500;
}

.et-ud-about3.style-3 .et-ud-about3-icon {
  top: 68%;
}
.et-ud-about3.style-3 .et-ud-about3-icon.et-ud-about3-shape {
  top: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-ud-about3.style-3 .et-ud-about3-icon {
    top: 62%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-ud-about3.style-3 .et-ud-about3-icon {
    top: 77%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-ud-about3.style-3 .et-ud-about3-icon {
    top: 69%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-ud-about3.style-3 .et-ud-about3-icon {
    top: 58%;
  }
}
@media (max-width: 575px) {
  .et-ud-about3.style-3 .et-ud-about3-icon {
    display: none;
  }
}
.et-ud-about3.style-3 .et-about-btn a {
  border: 2px solid #0E84E1;
  color: #0E84E1;
}
.et-ud-about3.style-3 .et-about-btn a:hover {
  color: #fff;
}

/*----------------------------------------*/
/*  02. CTA SASS
/*----------------------------------------*/
.input-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-wrapper .contact-filed input {
  max-width: 385px;
}

.form-wrapper .contact-filed input:focus {
  border: double 1px transparent;
  border-radius: 6px;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.screen-reader-response {
  display: none;
}

.contact-filed span {
  display: block;
}

.cat-from-wrapper input {
  position: relative;
  height: 60px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border: none;
  padding: 0px 50px;
  margin-right: 20px;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cat-from-wrapper input {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cat-from-wrapper input {
    margin-left: 5px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cat-from-wrapper input {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .cat-from-wrapper input {
    margin-left: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 0px;
  }
}

.contact-filed {
  position: relative;
}

.contact-filed::before {
  content: "\f0ac";
  position: absolute;
  left: 25px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  z-index: 2;
  font-size: 16px;
  color: #1f242c;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-filed::before {
    top: 38px;
  }
}
@media (max-width: 767px) {
  .contact-filed::before {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .contact-filed::before {
    left: 15px;
  }
}

.contact-filed.envelope::before {
  content: "\f0e0";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .input-inner-wrap button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .input-inner-wrap button {
    margin-left: 5px;
  }
}

.gradint-btn i {
  border-radius: 4px;
  background: var(--clr-common-white);
  color: var(--clr-body-heading);
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  right: 15px;
  top: 10px;
}

.cat-from-wrapper input::placeholder {
  color: #c6c6c6;
}

.cta-bg-wrapper {
  position: relative;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cta-bg-wrapper {
    padding-bottom: 100px !important;
    padding: 25px;
  }
}

.cat-area-two .section-title-one h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cat-area-two .section-title-one h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cat-area-two .section-title-one h2 {
    margin-bottom: 30px;
  }
}

.cta-gray {
  padding: 0px 39px;
  border-radius: 0px 6px 6px 0px;
  position: absolute;
  right: 0px;
}
@media (max-width: 767px) {
  .cta-gray {
    border-radius: 6px 6px 6px 6px;
    left: 0;
    right: auto;
    bottom: -70px;
  }
}

.cta-form-two .cta-form-item input {
  border: 2px solid rgb(246, 246, 246);
  height: 60px;
  border-radius: 6px;
  width: 100%;
  position: relative;
  padding-left: 50px;
}

.eur-cta-form-two .cta-form-item input {
  padding-right: 180px;
}
@media (max-width: 767px) {
  .eur-cta-form-two .cta-form-item input {
    padding-right: 30px;
  }
}

.cta-form-two .cta-form-item input:focus {
  border: double 1px transparent;
  border-radius: 6px;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.cta-form-two i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 20px;
  color: #1f242c;
  font-size: 17px;
  transform: translateY(-50%);
}

.cta-form-item br {
  display: none;
}

.cta-form-item input::placeholder {
  color: #c6c6c6;
}

.cta-bg-wrapper::after {
  position: absolute;
  content: "";
  width: 1300px;
  height: 20px;
  left: 10px;
  bottom: -10px;
  border-radius: 6px;
  z-index: -1;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-bg-wrapper::after {
    width: 1120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-bg-wrapper::after {
    width: 945px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg-wrapper::after {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .cta-bg-wrapper::after {
    width: 385px;
  }
}
@media (max-width: 360px) {
  .cta-bg-wrapper::after {
    width: 340px;
  }
}
@media (max-width: 320px) {
  .cta-bg-wrapper::after {
    width: 305px;
  }
}

.cta-form-two.footer .gradint-btn.cta-gray {
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .cta-form-two.footer .gradint-btn.cta-gray {
    right: 0;
    left: auto;
  }
}

.cta-form-item.footer i {
  position: absolute;
  top: 24px;
  left: 30px;
}

.cta-form-item.footer .gradint-btn.cta-gray {
  padding: 0px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cat-from-wrapper .wpcf7-form.init {
    justify-content: center;
  }
}

.middle-cta-form {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 360px), (max-width: 320px) {
  .middle-cta-form {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 360px), (max-width: 320px) {
  .middle-cta-form input {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 360px), (max-width: 320px) {
  .form-wrapper .contact-filed input {
    width: 100% !important;
  }
}

.cta-form-item {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-cta .et-section-title {
    font-size: 40px;
  }
}
.et-cta__description {
  color: #484848;
  font-size: 16px;
}
.et-cta__technology {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-cta__technology {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .et-cta__technology {
    grid-template-columns: repeat(3, 1fr);
  }
}
.et-cta__right-wrapper {
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.et-cta__right-content {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  left: 0;
  transform: translateY(-50%);
}
.et-cta__image {
  position: relative;
  overflow: hidden;
}
.et-cta__image img {
  width: 100%;
}
.et-cta__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161A33;
  opacity: 0.25;
}
.et-cta__phone-icon {
  margin: 0 auto;
  width: 92px;
  height: 92px;
  background-color: #333;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #0E84E1 0%, #9747FF 100%);
  animation: Pulsephone 3s ease infinite;
}
.et-cta__phone-text span,
.et-cta__phone-text a {
  display: block;
  color: #fff;
}
.et-cta__phone-text span {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.et-cta__phone-text a {
  font-size: 35px;
  font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .et-cta__phone-text a {
    font-size: 24px;
  }
}
.et-cta__phone-text a:hover {
  color: #0E84E1;
}
.et-cta__btn {
  background-color: #fff !important;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.et-cta__btn a {
  display: block;
  padding: 17px 20px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, #0E84E1 0%, #9747FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.et-cta__btn a i {
  padding-left: 10px;
}
.et-cta__btn a:hover {
  letter-spacing: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-cta__right-area {
    margin-top: 40px;
  }
}

@keyframes Pulsephone {
  0%, 50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: 0px 0px 0px 20px transparent;
  }
}
/*----------------------------------------*/
/*  Update cta start 
/*----------------------------------------*/
.et-cta-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 310px !important;
}
.et-cta-area .et-cta-content h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 20px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-cta-area .et-cta-content h4 {
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .et-cta-area .et-cta-content h4 {
    font-size: 35px;
    line-height: 50px;
  }
}
.et-cta-area .et-cta-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #E2E2E2;
  margin-bottom: 0;
  letter-spacing: 0.8px;
}
.et-cta-area .et-cta-btn a {
  display: inline-block;
  font-weight: 600;
  color: var(--clr-common-white);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background: linear-gradient(to right, #9747FF, #0E84E1, #0E84E1, #9747FF);
  background-position: 100% 100%;
  background-size: 300% 100%;
  border-radius: 6px;
  padding: 17px 25px;
  font-size: 16px;
  line-height: 24px;
}
.et-cta-area .et-cta-btn a:hover {
  background-position: 0% 100%;
}
.et-cta-area .et-cta-shape-1 {
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-cta-area .et-cta-shape-1 {
    left: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-cta-area .et-cta-shape-1 {
    left: -300px;
  }
}
.et-cta-area .et-cta-shape-2 {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-cta-area .et-cta-shape-2 {
    right: -155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-cta-area .et-cta-shape-2 {
    right: -400px;
  }
}

.about-newcta-section #about-new-cta .elementor-widget-container .et-cta-area {
  padding-bottom: 120px !important;
}

#service-new-cta .et-cta-area {
  padding-bottom: 85px !important;
}

/*----------------------------------------*/
/*  01. Case Study
/*----------------------------------------*/
.case-study-thumb-one {
  position: relative;
}

.case-study-area-one .case_study_active {
  overflow: visible;
}

.case-study-content {
  position: absolute;
  bottom: 0;
}

.case-study-content h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
}
.case-study-content h3:hover {
  color: var(--clr-theme-1);
}

.case-study-content p {
  color: #b4b5b8;
  margin-bottom: 20px;
}

.case-study-content .case-study-btn {
  color: #43baff;
  font-weight: 600;
  margin-bottom: 17px;
}

.case-study-content {
  position: absolute;
  bottom: 30px;
  padding: 0px 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 0.3s;
}

.case-study-thumb-one::before {
  position: absolute;
  height: 0%;
  width: 100%;
  content: "";
  background: linear-gradient(rgba(32, 37, 45, 0) 0%, #1f242c 100%);
  opacity: 0.85;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.case-study-thumb-one:hover::before {
  height: 100%;
}

.case-study-thumb-one img {
  width: 100%;
}

.case-study-thumb-one:hover .case-study-content {
  opacity: 1;
  visibility: visible;
}

.case-study-item:nth-child(2n+1) {
  margin-top: 40px;
}

.case-title-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .case-title-nav-wrap {
    display: block;
  }
}

.case-study-nav {
  display: inline-flex;
  border: 2px solid #ebeff3;
  border-radius: 6px;
  padding: 8px;
}

.eur-case-nav {
  background-color: #f5f7f9;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #1f242c;
  transition: 0.3s;
}

.eur-case-nav:hover {
  background-color: #43baff;
  color: #fff;
}

.case-study-button-prev {
  margin-right: 10px;
}

.eur-case-title-nav-mb {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .eur-case-title-nav-mb {
    margin-bottom: 60px;
  }
}

/*----------------------------------------*/
/*  Case Study widget 02
/*----------------------------------------*/
.case-study-item-two .case-study-thumb-one::before {
  background: linear-gradient(rgba(32, 37, 45, 0) 0%, #131111 100%);
  border-radius: 10px;
}

.case-study-filter-content .nav-tabs .nav-link {
  border: none;
}
.case-study-filter-content .nav-tabs {
  border-bottom: none;
}
.case-study-filter-content .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-body-heading);
  padding: 0;
  padding-right: 40px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case-study-filter-content .nav-link {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-study-filter-content .nav-link {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .case-study-filter-content .nav-link {
    padding-right: 30px;
    padding-top: 10px;
  }
}

.case-study-filter-content {
  padding-right: 0px;
}

.case-study-nav-gradin {
  display: flex;
}

@media (max-width: 320px) {
  .portfolio-area-three .case-study-right-tab-area {
    top: 125px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-three .case-study-right-tab-area.d-flex {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .portfolio-area-three .case-study-right-tab-area.d-flex {
    display: block !important;
  }
}

.portfolio-area-three {
  padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .course-study-two-wrapper {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-study-two-wrapper {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .course-study-two-wrapper {
    padding-top: 70px;
  }
}

.case-study-two-button-prev {
  border-radius: 50%;
  background-color: rgb(249, 249, 249);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: var(--clr-body-heading);
  transition: 0.3s;
}

.case-study-two-button-next {
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: var(--clr-common-white);
  transition: 0.3s;
}
.case-study-two-button-next:hover {
  color: var(--clr-body-heading);
  background-image: linear-gradient(to right, #fff, #fff, #fff, #fff);
  background-position: 100% 100%;
  background-size: 300% 100%;
}

.case-study-two-button-next:hover, .case-study-two-button-next:focus {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: var(--clr-common-white);
}

.case-study-nav-gradin .case-study-two-button-prev {
  margin-right: 10px;
  transition: 0.3s;
}
.case-study-nav-gradin .case-study-two-button-prev:hover {
  background-image: linear-gradient(to right, #0ed5fa, #684cb1, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: var(--clr-common-white);
}

.course-study-two .swiper-scrollbar {
  height: 10px !important;
  background: #f4f4f4;
  opacity: 1 !important;
  margin-top: 50px;
  overflow: hidden;
}

.course-study-two .swiper-scrollbarr {
  height: 10px;
  background: #f4f4f4;
  opacity: 1 !important;
  margin-top: 50px;
  overflow: hidden;
  border-radius: 10px;
}

.course-study-two .swiper-scrollbarrr {
  height: 10px;
  background: #f4f4f4;
  opacity: 1 !important;
  overflow: hidden;
  border-radius: 10px;
}

.course-study-active-two.swiper-container {
  padding-bottom: 65px;
}

.course-study-two .swiper-scrollbar-drag {
  width: 400px !important;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  box-shadow: 0px 8px 16px 0px rgba(104, 75, 177, 0.3);
}

.bd-portfolio-button button {
  font-size: 16px;
  margin-right: 70px;
  color: var(--clr-body-heading);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 5px 5px;
  border: none;
  background: none;
}
.bd-portfolio-button button.active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #0ed5fa 0%, #684cb1 100%);
}
.bd-portfolio-button button::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: #dbdfe4;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-portfolio-button button::after {
    display: none;
  }
}
.bd-portfolio-button button:last-child {
  margin-right: 0;
}
.bd-portfolio-button button:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .bd-portfolio-button button {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-three .case-study-right-tab-area {
    right: auto;
    left: 20%;
  }
}
@media (max-width: 992px) {
  .portfolio-area-three .case-study-right-tab-area {
    right: auto;
    left: 15%;
  }
}

.case-study-item-two:hover .case-study-thumb-one img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 6px;
}

.case-study-thumb-one {
  overflow: hidden;
}

.case-study-filter-content .nav-tabs .nav-link.active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: linear-gradient(90deg, #0ed5fa 0%, #684cb1 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .course-study-two .case-study-right-tab-area.d-flex {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .course-study-two .case-study-right-tab-area.d-flex {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .course-study-two .case-study-right-tab-area.d-flex .case-study-nav-gradin {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .case-study-filter-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 360px), (max-width: 767px) {
  .case-study-filter-content ul.nav.nav-tabs {
    justify-content: start !important;
  }
}

@media (max-width: 360px), (max-width: 767px) {
  .course-study-two .case-study-right-tab-area.d-flex .case-study-nav-gradin {
    justify-content: start !important;
  }
}

.course-study-two .course-study-two-wrapper {
  padding-top: 35px;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), (max-width: 767px) {
  .third-cas-stydy {
    padding-top: 30px;
  }
}

@media (max-width: 360px), (max-width: 767px) {
  .generic-brand-active-01 {
    text-align: center;
  }
}

.case-study-thumb-one {
  border-radius: 10px;
}

.et-case-study-area {
  overflow: hidden;
}
.et-case-study-area .et-service-section-title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #A89F94;
  display: block;
  margin-bottom: 15px;
}
.et-case-study-area .et-service-section-title h5 {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-transform: capitalize;
  color: #161A33;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-case-study-area .et-service-section-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .et-case-study-area .et-service-section-title {
    margin-bottom: 15px;
  }
}
.et-case-study-area .et-service-section-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #484848;
  margin-bottom: 0;
}
.et-case-study-area .container-fluid {
  padding: 0;
  margin: 0;
}
.et-case-study-area .et-case-study-item:nth-child(odd) {
  height: 280px;
  overflow: hidden;
}
.et-case-study-area .et-case-study-item:nth-child(odd) .et-case-study-thumb {
  height: 100%;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb {
  position: relative;
  overflow: hidden;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(14, 132, 225, 0) 0%, #0E84E1 100%);
  transition: 0.3s linear;
  z-index: 9;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb .et-case-study-icon {
  position: absolute;
  top: -40%;
  right: 40px;
  width: 70px;
  height: 70px;
  background-color: #0E84E1;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  z-index: 9;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb .et-case-study-icon i {
  transform: rotate(-45deg);
  transition: 0.3s;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb .et-case-study-icon:hover i {
  transform: scale(1.9) rotate(-45deg);
}
.et-case-study-area .et-case-study-item .et-case-study-thumb .case-study-content h3 a:hover {
  color: #161A33;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb .case-study-content p {
  color: #fff;
  margin-bottom: 0;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb:hover::before {
  height: 100%;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb:hover img {
  transform: scale(1.2);
}
.et-case-study-area .et-case-study-item .et-case-study-thumb:hover .et-case-study-icon {
  top: 40px;
}
.et-case-study-area .et-case-study-item .et-case-study-thumb:hover .case-study-content {
  opacity: 1;
  visibility: visible;
}
.et-case-study-area .swiper-wrapper {
  align-items: center;
}
.et-case-study-area .case-study-nav {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 32%;
  z-index: 3;
  width: 75px;
  height: 75px;
  text-align: center;
  background: #161A33;
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-case-study-area .case-study-nav {
    right: 29%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-case-study-area .case-study-nav {
    right: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-case-study-area .case-study-nav {
    right: 11%;
  }
}
@media (max-width: 767px) {
  .et-case-study-area .case-study-nav {
    top: auto;
    bottom: 0px;
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.et-case-study-area .case-study-nav button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  font-size: 17px;
  color: var(--clr-common-white);
}
.et-case-study-area .case-study-nav button.case-study-button-prev {
  margin-right: 8px;
}
.et-case-study-area .case-study-nav button.case-study-button-next {
  margin-left: 8px;
}

/*----------------------------------------*/
/*  05. Testmoniyal css
/*----------------------------------------*/
.testimonial-author-img {
  margin-right: 20px;
}

.testimonial-author-content h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.testimonial-item-one-content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.testimonial-item-one-content {
  position: relative;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial-item-one-content::before {
  position: absolute;
  width: 50px;
  height: 40px;
  background: #fff;
  bottom: -33px;
  left: 100px;
  content: "";
  clip-path: polygon(115% 14%, 0px 14%, 0px 65%);
}

.testimonial-item-one-content p {
  line-height: 34px;
}

.testimonial-author {
  margin-left: 40px;
  margin-top: 40px;
}

.test-gradint-subtitle-two span {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: white;
  padding: 4px 20px;
  border-radius: 10px;
  font-weight: 500;
}

.testimonial-item-gradint-icon ul li {
  list-style: none;
  display: inline-block;
}
.testimonial-item-gradint-icon ul li i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0ed5fa 0%, #684cb1 65%);
  transition: 0.7s !important;
}

.testimonial-item-gradint-two {
  position: relative;
  background: #14171d;
  padding: 50px;
  border-radius: 10px;
  transition: 0.7s !important;
}

.testimonial-item-gradint-content p {
  font-size: 20px;
  color: #888e9a;
  line-height: 34px;
  transition: 0.7s !important;
}

.testimonial-item-gradint-user-content span {
  transition: 0.7s !important;
  color: #7b818d;
}

.testimonial-item-gradint-user {
  padding-top: 25px;
}

.testimonial-item-gradint-user-content h4 {
  font-size: 20px;
  color: var(--clr-common-white);
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .testimonial-item-gradint-user-content h4 {
    font-size: 16px;
  }
}

.testimoniyal-grading-button-next {
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 99% 100%;
  background-size: 300% 100%;
  color: var(--clr-common-white);
  border: 1px solid transparent;
  transition: 0.3s;
}
.testimoniyal-grading-button-next:hover {
  color: var(--clr-common-white);
  background-image: linear-gradient(to right, #1f242c, #1f242c, #1f242c, #1f242c);
  background-position: 99% 100%;
  background-size: 300% 100%;
  border: 1px solid #363a42;
}

.testimoniyal-grading-button-next:hover {
  color: var(--clr-common-white);
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 99% 100%;
  background-size: 300% 100%;
  border-image-slice: 1;
}

.testimoniyal-grading-button-prev {
  border: 1px solid #363a42;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  color: var(--clr-common-white);
  margin-right: 10px;
  transition: 0.3s;
}
.testimoniyal-grading-button-prev:hover {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 99% 100%;
  background-size: 300% 100%;
  color: var(--clr-common-white);
  border: 1px solid transparent;
}

.testimonial-item-gradint-quote-icon {
  transition: 0.7s;
}
.testimonial-item-gradint-quote-icon img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: 0;
}

.service-slider-item-three-title h3:hover {
  color: var(--clr-theme-1);
}

.testimonial-three-box-bg {
  border-radius: 10px;
  padding: 65px 80px 105px 80px;
  background: var(--clr-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.testimonial-item-gradint-box-icon ul li {
  display: inline-block;
  list-style: none;
}

.testimonial-three-box-item-content p {
  color: #777777;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 35px;
}

.testimonial-three-box-item-user-thumb img {
  margin-right: 20px;
}

.testimonial-three-box-item-user-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .testimonial-three-box-item-user-content h4 {
    font-size: 18px;
  }
}

.testimonial-three-box-item-user-content span {
  color: #777777;
}

@media (max-width: 320px) {
  .testimonial-three-box-item-user-content {
    margin-left: 10px;
  }
}

.testimonial-item-gradint-box-icon ul li {
  display: inline-block;
}
.testimonial-item-gradint-box-icon ul li i {
  background: -moz-linear-gradient(top, #0ed5fa 0%, #684cb1 100%);
  background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
  background: linear-gradient(to right, #0ed5fa 0%, #684cb1 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-three-box-item {
  padding-right: 80px;
}
@media (max-width: 767px) {
  .testimonial-three-box-item {
    padding-right: 0px;
  }
}

.testimonial-three-box-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
}

.testimonial-three-box-nav {
  position: absolute;
  bottom: -35px;
  height: 70px;
  background-color: rgb(245, 245, 245);
  width: 130px;
  text-align: center;
  border-radius: 50px;
}

.testimonial-three-box-nav .testimoniyal-grading-button-prev {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #400;
  margin-right: 10px;
  background: #fff;
  border: none;
}
.testimonial-three-box-nav .testimoniyal-grading-button-prev:hover {
  color: var(--clr-common-white);
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
}

.testimonial-three-box-nav .testimoniyal-grading-button-next {
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: var(--clr-common-white);
}
.testimonial-three-box-nav .testimoniyal-grading-button-next:hover {
  color: #1f242c;
  background-image: linear-gradient(to right, #fff, #fff, #fff, #fff);
  background-position: 100% 100%;
  background-size: 300% 100%;
  border: solid 1px transparent;
}

@media (max-width: 767px) {
  .testimonial-gradint-nav.justify-content-end {
    justify-content: left !important;
  }
}

.testimonial-grading-area-two .testimonial-item-gradint-two.swiper-slide-active {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
}
.testimonial-grading-area-two .testimonial-item-gradint-two.swiper-slide-active .testimonial-item-gradint-content p {
  color: var(--clr-common-white);
}
.testimonial-grading-area-two .testimonial-item-gradint-two.swiper-slide-active .testimonial-item-gradint-user-content span {
  color: var(--clr-common-white);
}
.testimonial-grading-area-two .testimonial-item-gradint-two.swiper-slide-active .testimonial-item-gradint-icon ul li i {
  background-image: linear-gradient(to right, #fff 0%, #fff 65%);
}
.testimonial-grading-area-two .testimonial-item-gradint-two.swiper-slide-active .testimonial-item-gradint-quote-icon img {
  opacity: 1;
  visibility: visible;
}

.et-testimonial__wrapper {
  box-shadow: 0px 4px 105px rgba(14, 132, 225, 0.12);
  border-radius: 10px;
  position: relative;
  padding: 30px 0;
  margin-top: -200px;
  overflow: hidden;
  z-index: 5;
}
.et-testimonial__wrapper.style-2 {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .et-testimonial__wrapper {
    padding: 0px;
  }
}
.et-testimonial__shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: -26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-testimonial__shape {
    bottom: -56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-testimonial__shape {
    display: none;
  }
}
.et-testimonial__shape img {
  width: 100%;
}
.et-testimonial__slide-item {
  padding: 20px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-testimonial__slide-item {
    padding: 20px 35px;
  }
}
@media (max-width: 767px) {
  .et-testimonial__slide-item {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .et-testimonial__image {
    margin-bottom: 50px;
  }
}
.et-testimonial__content {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-testimonial__content {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-testimonial__content {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-testimonial__content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .et-testimonial__content {
    padding-left: 0px;
  }
}
.et-testimonial__content h4 {
  font-size: 24px;
  font-weight: 600;
}
.et-testimonial__content p {
  font-size: 20px;
}
.et-testimonial__content span {
  font-size: 16px;
}
.et-testimonial__content h4,
.et-testimonial__content p,
.et-testimonial__content span {
  color: #fff;
}
.et-testimonial__rating {
  position: absolute;
  right: 0;
  background-color: #161A33;
  border-radius: 100px;
  padding: 9px 22px;
  margin-top: -15px;
}
@media (max-width: 320px) {
  .et-testimonial__rating {
    display: none;
  }
}
.et-testimonial__rating span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .et-testimonial__rating span {
    font-size: 12px;
  }
}
.et-testimonial__rating span i {
  color: #F79210;
  margin-left: 10px;
}
.et-testimonial-navigation {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
  right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-testimonial-navigation {
    display: none;
  }
}
.et-testimonial-navigation button {
  width: 52px;
  height: 52px;
  background: transparent;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  line-height: 52px;
  color: #bcbcbc;
  margin: 20px 0;
  transition: all 0.3s ease-out 0s;
  font-size: 28px;
  display: grid;
  place-items: center;
}
.et-testimonial-navigation button:hover {
  color: #0E84E1;
  border-color: #fff;
  background: #fff;
}

.et-testimonial-area .et-testi-section-title {
  margin-bottom: 50px;
}
.et-testimonial-area .et-testi-section-title h5 {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  text-transform: capitalize;
  color: #161A33;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .et-testimonial-area .et-testi-section-title h5 {
    font-size: 40px;
    line-height: 45px;
  }
}
.et-testimonial-area .et-testi-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFD8CE;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.et-testimonial-area .et-testi-item:last-child {
  border: none;
  margin-bottom: 55px;
  padding-bottom: 0;
}
.et-testimonial-area .et-testi-item .et-testi-author-img {
  flex-basis: 15%;
  height: 80px;
}
.et-testimonial-area .et-testi-item .et-testi-author-img img {
  width: 80px;
  width: 80px;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 360px) {
  .et-testimonial-area .et-testi-item .et-testi-author-img {
    flex-basis: 100%;
    text-align: center;
  }
}
.et-testimonial-area .et-testi-item .et-testi-content {
  padding-left: 32px;
  flex-basis: 85%;
}
@media (max-width: 360px) {
  .et-testimonial-area .et-testi-item .et-testi-content {
    flex-basis: 100%;
    text-align: center;
    padding: 0;
  }
}
.et-testimonial-area .et-testi-item .et-testi-content .et-testi-author-name h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #110804;
  margin-bottom: 2px;
}
.et-testimonial-area .et-testi-item .et-testi-content .et-testi-author-rating {
  font-size: 14px;
  color: #F9C304;
}
.et-testimonial-area .et-testi-item .et-testi-content .et-testi-author-des {
  margin-top: 15px;
}
.et-testimonial-area .et-testi-item .et-testi-content .et-testi-author-des p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #4B423E;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 360px) {
  .et-testimonial-area .et-testi-item .et-testi-content .et-testi-author-des p {
    padding: 0;
  }
}
.et-testimonial-area .et-testimonial-nav button {
  width: 52px;
  height: 52px;
  border-radius: 30px;
  border: 1px solid #BCBCBC;
  outline: none;
  background-color: transparent;
  color: #BCBCBC;
  margin-right: 8px;
  font-size: 22px;
}
.et-testimonial-area .et-testimonial-nav button:last-child {
  margin-right: 0;
}
.et-testimonial-area .et-testimonial-nav button:hover {
  background-color: #0E84E1;
  border-color: #0E84E1;
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .et-testimonial-area .et-testimonial-nav {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-testimonial-area .et-testimonial-nav {
    text-align: start;
  }
}
.et-testimonial-area .et-testimonial-img {
  position: relative;
}
.et-testimonial-area .et-testimonial-img .et-testimonial-quote {
  background: #FFFFFF;
  box-shadow: 0px 4px 210px 0px rgba(14, 132, 225, 0.2);
  width: 165px;
  height: 165px;
  text-align: center;
  line-height: 165px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-testimonial-area .et-testimonial-img .et-testimonial-quote {
    left: -30px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .et-testimonial-area .et-testimonial-img .et-testimonial-quote {
    width: 100px;
    height: 100px;
    line-height: 100px;
    left: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-testimonial-area .et-testimonial-img .et-testimonial-quote {
    width: 160px;
    height: 160px;
    line-height: 160px;
    left: -20px;
  }
}
@media (max-width: 767px) {
  .et-testimonial-area .et-testimonial-img .et-testimonial-quote img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-testimonial-area .et-testimonial-img .et-testimonial-quote img {
    width: 100px;
    height: 100px;
  }
}

/*----------------------------------------*/
/*  19. Testmoniyal css
/*----------------------------------------*/
.et-time-line-area {
  overflow: hidden;
}
.et-time-line-item {
  padding-top: 17px;
  position: relative;
  z-index: 1;
  padding-bottom: 260px;
}
@media xxl, only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-time-line-item {
    padding-right: 20px;
  }
}
.et-time-line-img {
  width: 50%;
  float: left;
  position: relative;
  padding-right: 75px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-time-line-img {
    width: 95%;
    float: right;
    padding-right: 0;
  }
}
.et-time-line-img img {
  width: 100%;
}
.et-time-line-date {
  position: absolute;
  top: 85px;
  right: 50px;
  width: 70px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 63px rgba(14, 132, 225, 0.12);
  border-radius: 6px;
  text-align: center;
  line-height: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-time-line-date {
    right: auto;
    left: -5px;
  }
}
.et-time-line-date span {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0E84E1;
}
.et-time-line-content-area {
  width: 50%;
  padding-top: 73px;
  padding-left: 60px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-time-line-content-area {
    width: 100%;
    padding-top: 30px;
    padding-left: 18px;
    float: left;
  }
}
.et-time-line-content-area h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #161A33;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-time-line-content-area h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-time-line-content-area h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-time-line-content-area h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .et-time-line-content-area h3 {
    font-size: 20px;
  }
}
.et-time-line-content-area p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #484848;
  margin-bottom: 18px;
}
.et-time-line-content-list {
  position: relative;
  list-style: none;
}
.et-time-line-content-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
}
.et-time-line-content-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  background: #0e84e1;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  font-size: 13px;
  transform: translateY(-50%);
}
.et-time-line-content-list li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8E8E8E;
  margin-bottom: 0px;
}
.et-time-line-content-description {
  color: #8E8E8E !important;
  margin-bottom: 0 !important;
}
.et-time-line-content-wrapper {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 35px 45px 35px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-time-line-content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .et-time-line-content-wrapper {
    padding: 25px;
  }
}
.et-time-line-content-wrapper ul {
  position: relative;
  list-style: none;
}
.et-time-line-content-wrapper ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8E8E8E;
}
.et-time-line-content-wrapper ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  background: #0e84e1;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  font-size: 13px;
  transform: translateY(-50%);
}

.et-main-time-line {
  position: relative;
  min-height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-main-time-line {
    padding-left: 15px;
  }
}
.et-main-time-line::before {
  content: "";
  height: 100%;
  width: 1px;
  border: 1px dashed #CFCFCF;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-main-time-line::before {
    transform: translateX(0);
    left: 10px;
  }
}
.et-main-time-line-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.et-main-time-line-wrapper::before {
  content: "";
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-main-time-line-wrapper::before {
    transform: translateX(0%) translateY(-50%);
    left: -20px;
    width: 30px;
    height: 30px;
  }
}
.et-main-time-line-wrapper::after {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #0E84E1;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-main-time-line-wrapper::after {
    transform: translateX(0%) translateY(-50%);
    left: -13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-main-time-line-wrapper:nth-child(2n) {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column;
  }
}
.et-main-time-line-wrapper:nth-child(2n) .et-time-line-img {
  float: right;
  padding-right: 0;
  padding-left: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-main-time-line-wrapper:nth-child(2n) .et-time-line-img {
    padding-left: 25px;
    width: 100%;
  }
}
.et-main-time-line-wrapper:nth-child(2n) .et-time-line-date {
  right: 0;
  left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-main-time-line-wrapper:nth-child(2n) .et-time-line-date {
    right: 0;
    left: 10px;
  }
}
.et-main-time-line-wrapper:nth-child(2n) .et-time-line-content-area {
  float: left;
  padding-left: 0;
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-main-time-line-wrapper:nth-child(2n) .et-time-line-content-area {
    padding-right: 0px;
    padding-left: 25px;
  }
}

/*----------------------------------------*/
/*  06. Hero css 01
/*----------------------------------------*/
.hero-area-one {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 270px;
  padding-bottom: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-one {
    padding-top: 285px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-one {
    padding-top: 223px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-one {
    padding-top: 185px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .hero-area-one {
    padding-top: 186px;
    padding-bottom: 120px;
  }
}

.hero-subtitle-one span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--clr-body-heading);
  margin-bottom: 28px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hero-subtitle-one span {
    margin-bottom: 10px;
  }
}

.hero-title-one h2 {
  font-size: 118px;
  line-height: 1.2;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-title-one h2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-title-one h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-title-one h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-title-one h2 {
    margin-bottom: 25px;
    margin-bottom: 9px;
    font-size: 48px;
  }
}

.hero-area-content-left p {
  color: #777777;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .hero-area-content-left p {
    margin-bottom: 30px;
  }
}

.hero-video-intro ul li {
  display: inline-block;
  margin-right: 18px;
}

.hero-video-intro-popup {
  position: relative;
  width: 60px !important;
  height: 60px !important;
  display: block;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1) !important;
  text-align: center;
  line-height: 62px !important;
  border-radius: 50%;
  color: var(--clr-body-heading) !important;
}
.hero-video-intro-popup:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white) !important;
}

.hero-video-intro-popup::before,
.hero-video-intro-popup::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
  animation: popupBtn 1.8s linear infinite;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.video-intro-text {
  color: var(--clr-body-heading);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.video-intro-text:hover {
  color: var(--clr-theme-1);
}

.hero-right-thumb {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .hero-content-btn {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hero-video-intro {
    padding-top: 30px;
  }
}

/*----------------------------------------*/
/*  06. Hero css 02
/*----------------------------------------*/
.hero-subtitle-two span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #0ed5fa 0%, #684cb1 100%);
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 15px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  border-radius: 10px;
}

.hero-title-two h2 {
  font-size: 80px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-title-two h2 {
    font-size: 70px;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-title-two h2 {
    font-size: 70px;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-title-two h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-title-two h2 {
    font-size: 48px;
  }
}

.grading-two-style i {
  border-radius: 50px;
  background: var(--clr-common-white);
  color: var(--clr-body-heading);
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  right: 10px;
  top: 10px;
}

.white-two-style i {
  border-radius: 50px;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: var(--clr-common-white);
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  right: 10px;
  top: 10px;
}

.bd-hero__height_two {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 970px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-hero__height_two {
    min-height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-hero__height_two {
    min-height: 780px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-hero__height_two {
    min-height: 780px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-hero__height_two {
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .bd-hero__height_two {
    min-height: 750px;
  }
}

.hero-content-left-two {
  position: relative;
  padding-top: 387px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-content-left-two {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-left-two {
    padding-top: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-left-two {
    padding-top: 320px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content-left-two {
    padding-top: 335px;
  }
}
@media (max-width: 767px) {
  .hero-content-left-two {
    padding-top: 335px;
  }
}
@media (max-width: 575px) {
  .hero-content-left-two {
    padding-top: 265px;
  }
}

.bd-hero__height_two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  opacity: 0.902;
}

.hero-left-bg-img-two {
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-left-bg-img-two {
    width: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-left-bg-img-two {
    width: 650px;
  }
}

.hero-left-bg-img-two img {
  position: relative;
  width: 100%;
}

.hero-left-bg-img-two .bg-shape {
  position: absolute;
  left: 20px;
  z-index: -1;
  bottom: -20px;
}

@media (max-width: 767px) {
  .hero-btn-area-two.d-flex {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .grading-two-style.mr-30 {
    margin-bottom: 20px;
  }
}

.white-two-style:hover {
  color: var(--clr-theme-1);
}

/*----------------------------------------*/
/*  Update hero area css 03 start
/*----------------------------------------*/
.et-slider-height {
  min-height: 823px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-slider-height {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-slider-height {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .et-slider-height {
    min-height: 600px;
  }
}

.et-hero-slide-1 .has-image {
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}
.et-hero-slide-1 .has-image:before {
  background: linear-gradient(100.28deg, #FFFFFF 0.2%, rgba(255, 255, 255, 0) 100%);
}
.et-hero__content {
  position: relative;
  z-index: 5;
}
.et-hero__content .et-btn {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1000ms ease;
}
.et-hero__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #0E84E1;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-80px);
  transition: all 1000ms ease;
}
.et-hero__subtitle span {
  font-weight: 700;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.et-hero__subtitle span::before {
  background-image: url(../img/hero/hero-title-shape.png);
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 124%;
  height: 225%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.et-hero__title {
  font-size: 65px;
  font-weight: 600;
  color: #161A33;
  opacity: 0;
  transform: translateX(80px);
  transition: all 1000ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-hero__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .et-hero__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-hero__title {
    font-size: 40px;
  }
}
.et-hero__title span {
  font-size: 75px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-hero__title span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .et-hero__title span {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-hero__title span {
    font-size: 50px;
  }
}
.et-hero__description {
  font-size: 18px;
  color: #161A33;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1000ms ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .et-hero__description br {
    display: none;
  }
}
.et-hero__btn {
  font-size: 16px;
  color: #161A33;
  display: inline-block;
  padding: 16px 20px;
  font-weight: 600;
  border: 2px solid #161A33;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
}
.et-hero__btn i {
  margin-left: 12px;
}
.et-hero__btn.white-btn-blue {
  border: 2px solid #0E84E1;
  color: #fff;
  background-color: #0E84E1;
}
.et-hero__btn.white-btn-blue:hover {
  background-color: transparent;
  border: 2px solid #fff;
}
.et-hero__btn.white-btn-blue:hover:after {
  background-color: transparent;
}
.et-hero__btn.white-btn {
  border: 2px solid #fff;
  color: #fff;
}
.et-hero__btn:focus, .et-hero__btn:hover {
  color: #fff;
  border: 2px solid #0E84E1;
}
.et-hero__btn:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #0E84E1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.et-hero__btn:hover:after {
  width: 100%;
  left: 0;
}
.et-hero__playbtn.popup-video {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #161A33;
  background: none;
  display: inline-block;
  border: 2px solid #161A33;
  border-radius: 5px;
  text-align: center;
  animation: none;
}
.et-hero__playbtn.popup-video:focus, .et-hero__playbtn.popup-video:hover {
  color: #fff;
  background-color: #0E84E1;
  border: 2px solid #0E84E1;
}
.et-hero__playbtn.white-btn {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
}

/*----------------------------------------*/
/*  Update hero area css 04 start
/*----------------------------------------*/
.et-slider-height-2 {
  min-height: 1080px;
}
@media (max-width: 1199px) {
  .et-slider-height-2 {
    min-height: 900px;
  }
}

.et-hero-slide-2 .has-image {
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}
.et-hero-slide-2 .has-image:before {
  background: #161A33;
  opacity: 0.7;
}
.et-hero-slide-2 h2,
.et-hero-slide-2 h5 {
  color: #fff;
}
.et-hero-slide-2 h2 {
  font-weight: 700;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .et-hero-slide-2 h2 br {
    display: none;
  }
}
@media (max-width: 360px) {
  .et-hero-slide-2 span {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .et-hero-slide-2 .et-btn {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .et-hero-slide-2 .et-btn .et-hero__btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.et-hero-slide-2 .et-videobtn {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1000ms ease;
}
.et-hero-phone {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.et-hero-phone .hero-call a > i,
.et-hero-phone .message a {
  width: 55px;
  height: 55px;
  font-size: 20px;
  color: #0E84E1;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  line-height: 55px;
  text-align: center;
}
.et-hero-phone .hero-call a > i {
  color: #fff;
  background-color: #0E84E1;
  margin-right: 20px;
}
.et-hero-phone .hero-call a {
  font-size: 18px;
  font-weight: 600;
  color: #161A33;
  padding: 0px 20px 0px 0px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  display: block;
}

.swiper-slide-active .has-image {
  transform: scale(1.2);
}
.swiper-slide-active h5,
.swiper-slide-active h2,
.swiper-slide-active p,
.swiper-slide-active .et-btn {
  opacity: 1;
}
.swiper-slide-active h5,
.swiper-slide-active .et-btn {
  transform: translateY(0);
  transition-delay: 1000ms;
}
.swiper-slide-active h2,
.swiper-slide-active p {
  transform: translateX(0);
  transition-delay: 1300ms;
}
.swiper-slide-active .et-hero-slide-2 .et-videobtn {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}

.et-slider-pagination {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 4;
}
@media (max-width: 767px) {
  .et-slider-pagination {
    display: none;
  }
}
.et-slider-pagination span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  position: relative;
  transform: rotate(-90deg);
  font-weight: 600;
  display: inline-block;
  margin: 0 20px;
}
.et-slider-pagination span:not(:first-child):after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #fff;
  left: 50%;
  top: -22px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.et-slider-pagination span.swiper-pagination-bullet {
  width: auto;
  height: auto;
  font-size: 18px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.et-slider-pagination span.swiper-pagination-bullet-active {
  color: #0E84E1;
}

.hero-active-four .et-slider-pagination {
  left: 80px;
  right: auto;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-active-four .et-slider-pagination {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .hero-active-four .et-slider-pagination {
    display: none;
  }
}
.hero-active-four .et-slider-pagination span {
  margin: 0 10px;
  transform: rotate(0deg);
}
.hero-active-four .et-slider-pagination span:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #fff;
  background: transparent;
  left: 3px;
  top: -5px;
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.hero-active-four .et-slider-pagination span.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.hero-active-four .et-slider-pagination span.swiper-pagination-bullet-active:after {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  Update hero area css 05 start
/*----------------------------------------*/
.hero-area-five {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-area-five .et-hero__content h5,
.hero-area-five .et-hero__content h2 {
  opacity: 1;
  transform: none;
}
.hero-area-five .et-hero__content h2 {
  font-size: 65px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-five .et-hero__content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-area-five .et-hero__content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area-five .et-hero__content h2 {
    font-size: 40px;
  }
}
.hero-area-five .et-hero__content h2 span {
  font-size: 75px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-five .et-hero__content h2 span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-area-five .et-hero__content h2 span {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area-five .et-hero__content h2 span {
    font-size: 50px;
  }
}
.hero-area-five .et-hero__imgBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 538px;
  z-index: 2;
  background-position: 75%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-five .et-hero__imgBox {
    background-position: 60%;
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-five .et-hero__imgBox {
    background-position: 30%;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .hero-area-five .et-hero__imgBox {
    background-position: 20%;
    min-height: 360px;
  }
}
.hero-area-five .et-hero__imgBox::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(97.83deg, rgba(14, 132, 225, 0.37) 0%, rgba(151, 71, 255, 0.19) 100%);
  z-index: -1;
}
.hero-area-five .et-hero__shape-img {
  position: absolute;
  top: -190px;
  right: 330px;
  z-index: 2;
}
.hero-area-five .et-hero__video-btn {
  position: absolute;
  top: -80px;
  right: 130px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-five .et-hero__video-btn {
    right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-five .et-hero__video-btn {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .hero-area-five .et-hero__video-btn {
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .hero-area-five .et-hero__video-btn {
    width: 100px;
    height: 100px;
  }
}
.hero-area-five .et-hero__video-btn::before {
  position: absolute;
  top: -15px;
  left: -15px;
  content: "";
  width: 180px;
  height: 180px;
  border: 2px dashed #fff;
  border-radius: 50%;
  z-index: -1;
  animation: DashedRoated 3s linear infinite;
}
@media (max-width: 992px) {
  .hero-area-five .et-hero__video-btn::before {
    width: 140px;
    height: 140px;
    top: -10px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .hero-area-five .et-hero__video-btn::before {
    width: 120px;
    height: 120px;
  }
}
.hero-area-five .et-hero__playbtn {
  background-color: #0E84E1;
  border: 0;
  animation: PulseVideo 3s linear infinite;
}
.hero-area-five .et-hero__playbtn:focus, .hero-area-five .et-hero__playbtn:hover {
  border: 0;
  color: #fff;
}

@keyframes PulseVideo {
  0%, 50% {
    box-shadow: 0 0 0 0 #0E84E1;
  }
  100% {
    box-shadow: 0 0 0 40px transparent;
  }
}
@keyframes DashedRoated {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.et-hero-phone .hero-call {
  display: flex;
  align-items: center;
  transform: translateX(190px);
  transition: 0.5s;
  background: #fff;
  border-radius: 5px 0 0 5px;
}

.et-hero-phone .icon {
  width: 55px;
  height: 55px;
  font-size: 18px;
  background-color: transparent;
  line-height: 55px;
  text-align: center;
  color: #0e84e1;
  border-radius: inherit;
  transition: 0.5s;
}

.et-hero-phone .text {
  width: calc(100% - 55px);
  height: 55px;
  padding: 13px 11px;
}

.et-hero-phone .hero-call a {
  font-size: 18px;
  font-weight: 600;
  color: #161a33;
  padding: 0;
  border-radius: 0;
  display: block;
}

.et-hero-phone .hero-call:hover {
  transform: translateX(0);
}

.et-hero-phone .hero-call:hover .icon {
  background-color: #0e84e1;
  color: #fff;
}

/*----------------------------------------*/
/*  01. Service
/*----------------------------------------*/
.service-item-thumb img {
  margin-bottom: 35px;
}

.service-item-content h3 {
  color: var(--clr-common-white);
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
}
.service-item-content h3:hover {
  color: var(--clr-theme-1);
}

.service-item-content p {
  color: #8f96a0;
  margin-bottom: 30px;
}

.service-item-one {
  border-radius: 6px;
  position: relative;
  border-radius: 6px;
  z-index: 1;
  margin: 2px;
}
.service-item-one .service-item-one-btn a {
  color: #8f96a0;
}
.service-item-one:hover .service-item-one-btn a {
  color: var(--clr-theme-1);
}

.service-item-one::after {
  content: "";
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 6px;
  background: #262c35;
  background: linear-gradient(90deg, #61C6FF 0%, #6a48af 100%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.service-item-one:hover::after {
  opacity: 1;
  visibility: visible;
}

.service-item-wrapper {
  background: #262c35;
  position: relative;
  z-index: 1;
  padding: 45px;
  border-radius: 6px;
}

.skillset-area-two {
  position: relative;
  border-radius: 10px;
  background: var(--clr-common-white);
  padding: 40px;
}

.skillset-item-gradint-title h1 {
  font-size: 100px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: linear-gradient(to right, #0ed5fa 0%, #684cb1 45%);
  line-height: 1;
  margin-bottom: 20px;
}

.skillset-item-title h2 {
  font-size: 20px;
  line-height: 1.3;
}
.skillset-item-title h2:hover {
  color: var(--clr-theme-1);
}

.skillset-item-icon a {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #e4e4e5;
  transform: rotate(-45deg);
}
.skillset-item-icon a:hover {
  color: var(--clr-theme-1);
}

.skillset-info-thumb img {
  margin-right: -50px;
}
@media (max-width: 767px) {
  .skillset-info-thumb img {
    margin-right: -40px;
  }
}

.skillset-info-content {
  margin-left: 62px;
}
.skillset-info-content h4 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .skillset-info-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .skillset-info-content {
    margin-left: 65px;
  }
}
@media (max-width: 360px) {
  .skillset-info-content {
    margin-left: 50px;
  }
}
@media (max-width: 320px) {
  .skillset-info-content {
    margin-left: 40px;
  }
}

.info-gradint-item-thumb-three img {
  margin-bottom: 25px;
}

.info-gradint-item-title h3 {
  font-size: 24px;
  line-height: 1.3;
}
.info-gradint-item-title h3:hover {
  color: var(--clr-theme-1);
}

.info-gradint-item-three {
  position: relative;
  border-radius: 6px;
  z-index: 1;
  margin: 2px;
}

.info-gradint-item-wrapper-three {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px 50px 40px 50px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
}

.info-gradint-item-three::after {
  content: "";
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 6px;
  background: #262c35;
  background: linear-gradient(90deg, #61C6FF 0%, #6a48af 100%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.info-gradint-wrapper-three:hover .info-gradint-item-three::after {
  opacity: 1;
  visibility: visible;
}

.service-slider-item-three-title h3 {
  color: var(--clr-common-white);
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-slider-item-three-title h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-slider-item-three-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service-slider-item-three-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .service-slider-item-three-title h3 {
    font-size: 18px;
  }
}

.service-slider-item-three-content p {
  color: #8f96a0;
  font-size: 14px;
  line-height: 24px;
}

.service-slider-item-three {
  background: #232932;
}

.service-slider-item-three {
  border-radius: 6px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 77px;
  padding-right: 20px;
}

.service-slider-item-three {
  position: relative;
}

.service-slider-item-three-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.service-slider-three .service_slider_active {
  overflow: visible;
}

.services-details-img {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-details-img {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .services-details-img {
    margin-top: 50px;
  }
}

.services-details-content h2 {
  font-size: 50px;
  margin-bottom: 17px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .services-details-content h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

.services-sidebar {
  margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-sidebar {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .services-sidebar {
    margin-right: 0px;
  }
}

.services__widget {
  background: transparent !important;
}
.services__widget.zoom-instagram-widget {
  border-radius: 6px;
  padding: 40px 30px 40px 35px;
  background: #FAFAFA !important;
}
.services__widget.zoom-instagram-widget h4 {
  padding-bottom: 22px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
}
.services__widget.zoom-instagram-widget .zoom-instagram-widget__overlay:hover::after {
  opacity: 0.6;
  background: linear-gradient(180deg, #0E84E1 0%, #9747FF 100%);
}

.widget.services-widget ul li a {
  color: var(--clr-body-heading);
  font-weight: 400;
  font-size: 16px;
}
.widget.services-widget ul li a:hover {
  color: var(--clr-theme-1);
}

.services-sidebar .services__widget-title h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 7px;
  margin-bottom: 25px;
  position: relative;
}
.services-sidebar .services__widget-title h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #43baff;
}

.widget_text.services__widget .contact-info-wrapper {
  padding-top: 5px;
}

.widget.sidebar-doc-download ul li {
  display: flex;
  align-items: center;
  padding: 28px 30px 25px;
  border-bottom: 1px solid #343E54;
}
.widget.sidebar-doc-download ul li:first-child {
  padding-top: 0;
  margin-bottom: 0;
}
.widget.sidebar-doc-download ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.services-doc-list .icon {
  max-width: 34px;
  flex: 0 0 34px;
  margin-right: 20px;
}

.widget_text.services__widget.widget_custom_html {
  background: var(--clr-body-heading);
}
.widget_text.services__widget.widget_custom_html h4 {
  padding: 30px 30px 20px;
  color: var(--clr-common-white);
}
.widget_text.services__widget.widget_custom_html .content .title {
  margin-bottom: 5px;
}
.widget_text.services__widget.widget_custom_html .content .title a {
  position: static;
  padding-left: 0px;
  color: var(--clr-common-white);
}
.widget_text.services__widget.widget_custom_html .content .title a:before {
  position: static;
  font-family: none;
  content: "";
}
.widget_text.services__widget.widget_custom_html .content span {
  color: #757F95;
  font-size: 13px;
  display: block;
}

.widget_text.services__widget.widget_custom_html h4 {
  position: relative;
  color: var(--clr-common-white);
  padding: 30px 30px 20px;
}
.widget_text.services__widget.widget_custom_html h4:after {
  position: absolute;
  content: "";
  left: 30px;
  bottom: 10px;
  width: 50px;
  height: 2px;
  background: #43baff;
}

#grading-price-active .generic-pricing-btn a {
  background: #0ED5FA;
  border-color: #0ED5FA;
  color: var(--clr-common-white);
}
#grading-price-active .generic-pricing-btn a:hover {
  color: #0ED5FA;
  background: var(--clr-common-white);
  color: #0ED5FA;
  border-color: var(--clr-common-white);
}

/*----------------------------------------*/
/*  Update Service area css
/*----------------------------------------*/
.et-service__container {
  margin-top: -130px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-service__container {
    margin-top: 0;
  }
}
.et-service__container.style-3 {
  margin-top: 0;
}
.et-service__container.style-3 .et-service__feature {
  border-radius: 8px;
}

.et-service__feature {
  background: #252525;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-service__feature {
    padding: 25px;
  }
}
.et-service__feature-box {
  position: relative;
  z-index: 4;
}
.et-service__feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #0E84E1 0%, #9747FF 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.et-service__feature:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.et-service__feature:hover .et-service__feature-icon .svg-icon2 {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.et-service__feature:hover .et-service__feature-icon .svg-icon1 {
  display: none;
}
.et-service__feature:hover .et-service__feature-overlay-icon {
  opacity: 1;
  visibility: visible;
}
.et-service__feature-icon .svg-icon2 {
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.et-service__feature-overlay-icon {
  position: absolute;
  top: 40px;
  left: -22px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.et-service__feature-overlay-icon img {
  width: 100%;
}
.et-service__feature-content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 20px 0;
}
.et-service__feature-content p {
  color: #D9D9D9;
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-service__feature-content p {
    margin-bottom: 30px;
  }
}
.et-service__feature-btn a {
  color: #0E84E1;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.et-service__feature:hover .et-service__feature-content a,
.et-service__feature:hover .et-service__feature-content p,
.et-service__feature:hover .et-service__feature-btn a,
.et-service__feature:hover .et-service__feature-btn p {
  color: #fff;
}

.et-ud-service-area3 {
  position: relative;
  margin-top: -140px;
  padding-top: 250px !important;
}
.et-ud-service__shape2, .et-ud-service__shape1 {
  position: absolute;
}
.et-ud-service__shape1 {
  left: 0;
  bottom: -70px;
}
.et-ud-service__shape2 {
  top: 0;
  right: 0;
}

/*----------------------------------------*/
/*  Update service start 
/*----------------------------------------*/
.et-service-area .et-service-section-title h5 {
  font-weight: 700;
  font-size: 50px;
  color: #161A33;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-service-area .et-service-section-title h5 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-service-area .et-service-section-title h5 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .et-service-area .et-service-section-title h5 {
    font-size: 30px;
  }
}
.et-service-area .et-service-section-description p {
  font-weight: 400;
  font-size: 16px;
  color: #484848;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .et-service-area .et-service-section-description p {
    padding-right: 0;
  }
}
.et-service-area .et-service__container.style-4 {
  margin-top: 0px;
}
.et-service-area .et-service__container.style-4 .et-service__feature {
  background: var(--clr-common-white);
  box-shadow: 0px 4px 69px 12px rgba(14, 132, 225, 0.1);
  border-radius: 8px;
  padding: 0;
  position: relative;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box {
  padding: 40px;
  padding-right: 27px;
  position: relative;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box .et-service__feature-icon .svg-icon2 {
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box .et-service__feature-overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box .et-service__feature-overlay-img img {
  width: 100%;
  height: 100%;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box .et-service__feature-content {
  margin-bottom: 35px;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box .et-service__feature-content h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #161A33;
  margin: 25px 0 15px 0;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box .et-service__feature-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #3F3F3F;
  margin-bottom: 0;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box:hover .et-service__feature-overlay-img {
  opacity: 1;
  visibility: visible;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box:hover .et-service__feature-content p {
  color: var(--clr-common-white);
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box:hover .et-service__feature-icon .svg-icon2 {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.et-service-area .et-service__container.style-4 .et-service__feature .et-service__feature-box:hover .et-service__feature-icon .svg-icon1 {
  display: none;
}

/*----------------------------------------*/
/*  Update service-details start 
/*----------------------------------------*/
.et-service-details-area .et-service-details-img img {
  width: 100%;
}
.et-service-details-area .et-service-details-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #252525;
  margin-bottom: 0;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-list ul li {
  list-style: none;
  margin-bottom: 20px;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-list ul li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #161A33;
  border-radius: 6px;
  padding: 18px 30px;
  transition: 0.1s linear;
  display: block;
  background: #EEF8FF;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-list ul li a i {
  float: right;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-list ul li a:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  content: "";
  background: linear-gradient(90.15deg, #0E84E1 0.13%, #9747FF 99.89%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-list ul li:hover a {
  color: var(--clr-common-white);
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-list ul li:hover a:after {
  width: 100%;
  left: 0;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area {
    height: 340px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area {
    height: inherit;
  }
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area .et-sidebar-download-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area .et-sidebar-download-img img {
  width: 100%;
  height: 100%;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area .et-sidebar-download-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161A33;
  z-index: -1;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area .et-sidebar-download-content {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  z-index: 4;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area .et-sidebar-download-content h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: var(--clr-common-white);
  border-bottom: 1px solid #606060;
  padding-bottom: 22px;
  margin-bottom: 40px;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area .et-sidebar-download-content a {
  display: flex;
  border: 1px solid var(--clr-common-white);
  border-radius: 6px;
  padding: 17px 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--clr-common-white);
  align-items: center;
  justify-content: space-between;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-download-area .et-sidebar-download-content a i {
  font-size: 20px;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #161A33;
  margin-bottom: 32px;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-img-area {
  position: relative;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-img-area .col-xl-3 {
  padding-left: 6px;
  padding-right: 6px;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-img-area a {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-img-area a img {
  width: 100%;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-img-area a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 25px;
  color: var(--clr-common-white);
  z-index: 2;
  transition: 0.2s linear;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-img-area a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #0E84E1 0%, #9747FF 100%);
  opacity: 0.6;
  transition: 0.2s linear;
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-img-area a:hover .icon {
  transform: translate(-50%, -50%) scale(1);
}
.et-service-details-area .et-service-sidebar-wrapper .et-sidebar-widget .et-sidebar-gallery-area .et-sidebar-gallery-img-area a:hover::before {
  height: 100%;
}

.et-service-details-tab .nav-tabs {
  border: none;
  margin-bottom: 60px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding-top: 25px;
  padding-bottom: 25px;
}
.et-service-details-tab button {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
  border: none !important;
  position: relative;
  border-right: 2px solid #8E8E8E !important;
  padding-right: 40px;
  margin-right: 40px;
  border-radius: 0;
  position: relative;
}
@media (max-width: 767px) {
  .et-service-details-tab button {
    margin-bottom: 15px;
  }
}
.et-service-details-tab button:last-child.nav-link {
  position: relative;
  border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-service-details-tab button:last-child.nav-link {
    margin-bottom: 15px;
  }
}
.et-service-details-tab button:last-child.nav-link.active {
  color: #0E84E1;
  position: relative;
}
.et-service-details-tab button:last-child.nav-link.active::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 35%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #0E84E1 transparent transparent transparent;
}
.et-service-details-tab button:last-child.nav-link:hover {
  border-right: 2px solid #8E8E8E;
}
.et-service-details-tab button:last-child {
  border: none !important;
  padding: 0;
  margin: 0;
}
.et-service-details-tab button:last-child.nav-link.active {
  border: none;
}
.et-service-details-tab button:last-child.nav-link:hover {
  border: none;
}

.et-service-tab-content h5 {
  font-weight: 600;
  font-size: 36px;
  line-height: 55px;
  text-transform: capitalize;
  color: #161A33;
}
@media (max-width: 767px) {
  .et-service-tab-content h5 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-service-tab-content h5 {
    font-size: 35px;
    line-height: 55px;
  }
}
.et-service-tab-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #252525;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}
.et-service-tab-content .et-service-tab-list ul {
  list-style: none;
}
.et-service-tab-content .et-service-tab-list ul li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  margin-bottom: 15px;
}
.et-service-tab-content .et-service-tab-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #0E84E1;
  border-radius: 4px;
  text-align: center;
  color: var(--clr-common-white);
  font-size: 15px;
}
.et-service-tab-content .et-service-tab-list ul li p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
}

.et-intelligence-area h5 {
  font-weight: 600;
  font-size: 34px;
  line-height: 55px;
  text-transform: capitalize;
  color: #161A33;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .et-intelligence-area h5 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-intelligence-area h5 {
    font-size: 36px;
    line-height: 55px;
  }
}
.et-intelligence-area span {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #3F3F3F;
  margin-bottom: 23px;
  display: block;
}
@media (max-width: 767px) {
  .et-intelligence-area span {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-intelligence-area span {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
.et-intelligence-area p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #252525;
  margin-bottom: 30px;
}
.et-intelligence-list-item {
  list-style: none;
}
.et-intelligence-list-item li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  margin-bottom: 15px;
}
.et-intelligence-list-item li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #0E84E1;
  border-radius: 4px;
  text-align: center;
  color: var(--clr-common-white);
  font-size: 15px;
}
.et-intelligence-list-item li p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
}
.et-intelligence-progress-wrapper {
  align-items: center;
  text-align: center;
}
.et-intelligence-progress-wrapper .circular-progress {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-color: transparent;
  margin: 0 auto 10px;
}
.et-intelligence-progress-wrapper .circular-progress:before {
  content: "";
  position: absolute;
  height: 95%;
  width: 95%;
  background-color: #ffffff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
.et-intelligence-progress-wrapper .circular-progress .value-container {
  font-size: 16px;
  font-weight: 600;
  color: #1F4941;
  position: relative;
}
.et-intelligence-progress-wrapper .et-intelligence-prog-title h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  color: #252525;
  margin-bottom: 0;
}

.et-service-details-cta {
  position: relative;
  background: linear-gradient(95.09deg, #9747FF -1.37%, #0E84E1 100%);
  box-shadow: 0px 4px 105px rgba(14, 132, 225, 0.12);
  border-radius: 10px;
  padding: 60px;
  box-shadow: 0px 4px 105px 0px rgba(14, 132, 225, 0.1215686275);
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-service-details-cta {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-service-details-cta {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-service-details-cta {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .et-service-details-cta {
    margin-bottom: 40px;
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-service-details-cta {
    padding: 45px;
  }
}
.et-service-details-cta .col-xl-4.col-lg-4.col-sm-12 {
  padding: 0;
  margin: 0;
}
.et-service-details-cta .et-service-details-cta-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.et-service-details-cta .et-service-details-cta-content h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: var(--clr-common-white);
  padding-right: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-service-details-cta .et-service-details-cta-content h5 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-service-details-cta .et-service-details-cta-content h5 {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .et-service-details-cta .et-service-details-cta-content h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-service-details-cta .et-service-details-cta-content h5 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.et-service-details-cta .et-service-details-cta-btn a {
  display: inline-block;
  font-weight: 600;
  color: #0E84E1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background: var(--clr-common-white);
  border-radius: 6px;
  padding: 17px 22px;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s linear;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.et-service-details-cta .et-service-details-cta-btn a span {
  margin-bottom: 0 !important;
  line-height: 0 !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  display: inline-block !important;
  text-transform: inherit !important;
}
.et-service-details-cta .et-service-details-cta-btn a:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  content: "";
  background: linear-gradient(90.15deg, #0E84E1 0.13%, #9747FF 99.89%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.et-service-details-cta .et-service-details-cta-btn a:hover {
  color: #fff;
}
.et-service-details-cta .et-service-details-cta-btn a:hover:after {
  width: 100%;
  left: 0;
}
.et-service-details-cta .et-service-details-cta-btn a i {
  margin-left: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-service-details-cta .et-service-details-cta-btn a {
    padding: 17px 12px;
  }
  .et-service-details-cta .et-service-details-cta-btn a i {
    margin-left: 4px;
  }
}

/*----------------------------------------*/
/*  09. Counter
/*----------------------------------------*/
.counter-bg-area {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.counter-bg-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.902;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  border-radius: 10px;
}

.counter-item-one.text-center {
  position: relative;
  z-index: 9;
}

.counter-item-number h2 {
  font-size: 80px;
  color: var(--clr-common-white);
  line-height: 1.2;
  margin-bottom: 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item-number h2 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .counter-item-number h2 {
    font-size: 58px;
  }
}

.counter-item-number p {
  color: var(--clr-common-white);
  font-size: 14px;
  line-height: 1.2;
}

.counter-item-number span {
  display: inline-block;
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -10px;
}
@media (max-width: 767px) {
  .counter-item-number span {
    font-size: 58px;
    top: -10px;
  }
}

.counter-item-two {
  position: relative;
  z-index: 2;
}

.counter-icon-two i {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  background: var(--clr-common-white);
  color: var(--clr-body-heading);
  margin-bottom: 20px;
}

.counter-item-number-two h2 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.counter-item-number-two p {
  color: var(--clr-common-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.counter-item-three {
  position: relative;
}
.counter-item-three span {
  color: #fff;
  font-size: 80px;
  position: relative;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 700;
  position: absolute;
  top: -25px;
}

.eur-counter-one span {
  position: inherit;
  line-height: 1;
}

/*----------------------------------------*/
/*  10. Icon scss
/*----------------------------------------*/
.icon-box-icon-two {
  background: var(--clr-common-white);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.icon-box-bg-two {
  position: relative;
  background: var(--clr-common-white);
  border-radius: 0px 0px 10px 10px;
  padding-top: 90px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-box-bg-two {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-box-bg-two {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .icon-box-bg-two {
    padding-top: 60px;
  }
}

.icon-box-title-two h3 {
  font-size: 22px;
  line-height: 1.2;
}
.icon-box-title-two h3:hover {
  color: var(--clr-theme-1);
}

.icon-box-content-two p {
  margin-bottom: 28px;
}

.icon-box-icon-two {
  position: absolute;
  top: -145px;
  margin-left: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-box-icon-two {
    position: static;
    top: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-box-icon-two {
    position: static;
    top: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .icon-box-icon-two {
    position: static;
    top: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.icon-box-icon-two::after {
  position: absolute;
  content: "";
  width: 138px;
  height: 138px;
  border-radius: 50%;
  top: -20px;
  left: -19px;
}

.icon-box-btn-two {
  font-weight: 600;
}

.icon-box-item-two:hover .icon-box-btn-two {
  -webkit-text-fill-color: transparent;
}

.case-study-item:nth-child(2n+1) {
  margin-top: 40px;
}

.icon-box-content-two a {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #bdbdbd;
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #0ed5fa 0%, #684cb1 100%);
}

.icon-box-item-wrapper-two {
  position: relative;
}

.icon-box-item-wrapper-two::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 190px;
  background: #eeeeee;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-box-bg-two > div:last-child .icon-box-item-wrapper-two::after {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-box-bg-two > div:nth-child(3) .icon-box-item-wrapper-two::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-box-bg-two > div:nth-child(2) .icon-box-item-wrapper-two::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .icon-box-bg-two > div .icon-box-item-wrapper-two::after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-box-item-wrapper-two {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-box-item-wrapper-two {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .icon-box-item-wrapper-two {
    margin-bottom: 15px;
  }
}

.brand__item img {
  text-align: center;
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
}

.brand__item img:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .brand__title.bdevs-el-title {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .brand__title.bdevs-el-title br {
    display: block;
  }
}

.generic-el-social-icon a {
  width: inherit !important;
  height: inherit !important;
  border: none !important;
  border-radius: inherit !important;
  display: inline-block;
  text-align: center;
  line-height: 0;
  margin-right: 0 !important;
  color: #9fa9b8;
  font-size: 14px;
  margin-left: 15px;
}

.generic-el-social-icon a:hover {
  background: none !important;
}

/*----------------------------------------*/
/*  01. Footer Info
/*----------------------------------------*/
.footerinfo-bg-gradint {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 5px;
}

.footer-info-menu ul li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-info-menu ul li {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-info-menu ul li {
    margin-right: 25px;
  }
}
.footer-info-menu ul li a {
  color: var(--clr-common-white);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer-info-menu ul li {
    margin-right: 30px;
  }
}
@media (max-width: 360px) {
  .footer-info-menu ul li {
    margin-right: 20px;
  }
}
.footer-info-menu ul li:last-child {
  margin-right: 0px;
}

.footerinfo-social ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerinfo-social ul li {
    margin-bottom: 5px;
  }
}
.footerinfo-social ul li a {
  color: var(--clr-common-white);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  display: block;
  background: #6f6abf;
  text-align: center;
  line-height: 50px;
}
.footerinfo-social ul li a:hover {
  background: var(--clr-common-white);
  color: #0ed5fa;
}
@media (max-width: 767px) {
  .footerinfo-social {
    text-align: center !important;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer-info-logo {
    text-align: center;
    margin-bottom: 25px;
  }
}

.footer-info-logo a img {
  max-width: 170px;
}

.footerinfo-area-three .footerinfo-bg-gradint {
  padding: 22px 30px;
}
@media (max-width: 767px) {
  .footerinfo-area-three .footerinfo-bg-gradint {
    padding: 20px;
  }
}
.footerinfo-area-three .footer-info-menu {
  text-align: right;
}
@media (max-width: 767px) {
  .footerinfo-area-three .footer-info-menu {
    text-align: center;
  }
}

@media (max-width: 320px) {
  .footerinfo-social ul li:last-child {
    margin-top: 7px;
  }
}

.footer-list-animatiom .elementor-icon-list-items li a span {
  transition: 0.3s;
}

/*----------------------------------------*/
/*  02. About
/*----------------------------------------*/
#features-wrapper .accordion-body .content-img {
  display: none;
}

#features-wrapper .generic-accordion-coloured .accordion-item:first-of-type .accordion-button {
  border-radius: 50px;
}

#features-wrapper .generic-accordion-coloured .accordion-button[aria-expanded=true] {
  background-position: 100% 100%;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  color: #fff;
}

#features-wrapper .generic-accordion-coloured .accordion-button[aria-expanded=true]::after {
  background: #fff;
  color: #1f242c;
}

#features-wrapper .generic-accordion-coloured .accordion-body {
  padding: 10px 25px 7px;
  background: none;
}
@media (max-width: 767px) {
  #features-wrapper .generic-accordion-coloured .accordion-body {
    padding: 10px 0px 7px;
  }
}

#features-wrapper .generic-accordion-coloured .accordion-button::after {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #1f242c;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
}

#features-wrapper .generic-accordion-coloured .accordion-item:first-of-type .accordion-button {
  border-radius: 50px;
}

#features-wrapper .generic-accordion-coloured .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 50px;
}

#features-wrapper .generic-accordion-coloured .accordion-button {
  border-radius: 50px;
  background: #fff;
  transition: all 0.3s;
}

#features-wrapper .image-and-description .generic-text-btn {
  display: none;
}

#features-wrapper .generic-el-accordion-wrapper .accordion-header {
  transition: 0.3s;
}

#skilles-video-wrapper .generic-video-area {
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}

#skilles-video-wrapper .play-btn {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  border: none;
  display: inline-block;
  border-radius: 50%;
  color: #1f242c;
  font-size: 25px;
}

#skilles-video-wrapper .generic-el-video-wrapper .generic-el-video-popup:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}

/*----------------------------------------*/
/*  14. Contact Info
/*----------------------------------------*/
.contact-info-up-title h2 {
  font-size: 80px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-info-up-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .contact-info-up-title h2 {
    font-size: 35px;
  }
}

.contact-info-down-title h2 {
  font-size: 80px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-info-down-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .contact-info-down-title h2 {
    font-size: 35px;
  }
}

.contact-info-form {
  padding: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .contact-info-form {
    padding: 30px;
  }
}

.contact-info-wrapper input {
  width: 100%;
  border: solid 1px #eeeeee;
  border-radius: 6px;
  height: 50px;
  padding: 0px 25px;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 15px;
}
.contact-info-wrapper textarea {
  width: 100%;
  border: solid 1px #eeeeee;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 15px;
  padding: 20px;
  height: 120px;
  resize: none;
  padding-right: 45px;
}

.contact-info-field {
  position: relative;
}

.contact-info-field::before {
  position: absolute;
  content: "\f007";
  right: 25px;
  top: 15px;
  color: #1f242c;
  font-family: "Font Awesome 5 Pro";
  z-index: 9;
}

.email-info-field {
  position: relative;
}

.email-info-field::before {
  content: "\f0e0";
  position: absolute;
  right: 25px;
  top: 15px;
  color: #1f242c;
  font-family: "Font Awesome 5 Pro";
  z-index: 9;
}

.messages-info-field {
  position: relative;
}

.messages-info-field::before {
  content: "\f304";
  position: absolute;
  right: 25px;
  top: 11px;
  color: #1f242c;
  font-family: "Font Awesome 5 Pro";
  z-index: 9;
}

.contact-info-wrapper button {
  height: 50px;
  border: none;
  width: 100%;
  border-radius: 6px;
  color: var(--clr-common-white);
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-info-wrapper button:hover {
  background-position: 0% 100%;
  color: var(--clr-common-white);
}

.contact-info-wrapper input::placeholder {
  color: #cfcfcf;
}

.contact-info-wrapper textarea::placeholder {
  color: #cfcfcf;
}

.contact-info-wrapper input:focus {
  border: double 1px transparent;
  border-radius: 6px;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.contact-info-wrapper textarea:focus {
  border: double 1px transparent;
  border-radius: 6px;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.contact-info-form .contact-info-wrapper p {
  margin-bottom: 0;
}

.contact-info-wrapper input {
  padding-right: 45px;
}

.et-contact__info {
  background-color: rgba(14, 132, 225, 0.9);
  border-radius: 10px;
  overflow: hidden;
}
.et-contact__info-top {
  padding: 50px 50px 60px 50px;
}
.et-contact__info-box {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.et-contact__info-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.et-contact__info-icon {
  width: 62px;
  height: 62px;
  color: #0E84E1;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
}
.et-contact__info-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.et-contact__info-content p {
  color: #fff;
  font-size: 16px;
}
.et-contact__info-bottom {
  padding: 39px 35px;
  background-color: rgba(22, 26, 51, 0.9);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-contact__info-bottom {
    padding: 55px 48px;
  }
}
.et-contact__info-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 480px) {
  .et-contact__info-list {
    grid-template-columns: 1fr;
  }
}
.et-contact__info-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.et-contact__info-list-icon {
  color: #fff;
  font-size: 15px;
}
.et-contact__info-link a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.et-contact__info-link a:focus, .et-contact__info-link a:hover {
  color: #0E84E1;
}

.et-map-area .et-map iframe {
  border: 0;
  outline: 0;
  width: 100%;
  min-height: 640px;
}

/*----------------------------------------*/
/*  15. Portfolio
/*----------------------------------------*/
.portfolio-item-three-thumb {
  position: relative;
}
.portfolio-item-three-thumb .portfolio-item-three-content {
  position: absolute;
  bottom: 0px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 24px 30px 24px 30px;
  left: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-item-three-thumb .portfolio-item-three-content {
    padding: 24px 25px 10px 25px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-item-three-thumb .portfolio-item-three-content {
    padding: 24px 20px 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-item-three-thumb .portfolio-item-three-content {
    padding: 24px 10px 15px 24px;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .portfolio-item-three-thumb .portfolio-item-three-content {
    padding: 20px 15px 12px 15px;
    left: 10px;
    right: 10px;
  }
}
.portfolio-item-three-thumb:hover .portfolio-item-three-content {
  bottom: -50px;
  opacity: 1;
  visibility: visible;
}

.portfolio-item-three-icon a {
  width: 50px;
  height: 50px;
  background: #f3f3f3;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--clr-body-heading);
}
.portfolio-item-three-icon a:hover {
  color: var(--clr-common-white);
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
}

.portfolio-item-three-title-content span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: linear-gradient(90deg, #0ed5fa 0%, #684cb1 100%);
  font-weight: 500;
}

.portfolio-item-three-title-content h3 {
  margin-top: 7px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .portfolio-item-three-title-content h3 {
    font-size: 20px;
  }
}
.portfolio-item-three-title-content h3:hover {
  color: var(--clr-theme-1);
}

.portfolio-slider-active.swiper-container {
  overflow: visible;
}

.portfolio-prev-case-study-two-button-prev {
  background: var(--clr-common-white);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: var(--clr-body-heading);
  margin-right: 10px;
  transition: 0.3s;
}

.portfolio-prev-case-study-two-button-prev:hover {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  color: var(--clr-common-white);
}

.portfolio-navigation-wrapper {
  margin-top: 80px;
}

.portfolio-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  border-radius: 6px;
  margin-left: 10px;
  background: #e7e7e7;
  opacity: 1;
}
.portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
}

.portfolio__thumb-it img {
  border-radius: 6px;
  margin-bottom: 40px;
}

.portfolio-title-it h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .portfolio-title-it h2 {
    font-size: 40px;
  }
}

.portfolio__info-meta-wrapper {
  background: var(--clr-body-heading);
  padding: 32px 40px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__info-meta-wrapper {
    flex-wrap: wrap;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .portfolio__info-meta-wrapper {
    padding: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.portfolio__info-meta {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__info-meta {
    gap: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__info-meta {
    gap: 29px;
  }
}
@media (max-width: 767px) {
  .portfolio__info-meta {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.bd-portfolio__meta-title h4 {
  color: var(--clr-common-white);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.bd-portfolio__meta-title span {
  color: #757F95;
}

.bd-casestudy__details__area .case-study-thumb-one img {
  border-radius: 6px;
}

.portfolio-item-three-content {
  justify-content: space-between;
}

.portfolio-item-three-thumb img {
  border-radius: 10px !important;
}

.portfolio-item-three-thumb img {
  width: 100%;
}

.third-portfolio-area {
  padding-bottom: 110px;
}

.portfolio-area-three .portfolio__pagination .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  border-radius: 6px;
  margin: 0px 5px;
  background: #e7e7e7;
  opacity: 1;
  transition: 0.5s;
}

.portfolio__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: -moz-linear-gradient(0deg, #0bdafd 0%, #6a48af 100%);
  background-image: -webkit-linear-gradient(0deg, #0bdafd 0%, #6a48af 100%);
  background-image: -ms-linear-gradient(0deg, #0bdafd 0%, #6a48af 100%);
  width: 35px;
}

.portfolio-slider-active {
  position: relative;
}

.portfolio-area-three .portfolio-slider-active .portfolio__pagination {
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
}

.portfolio-item-three-icon.icon-left-padding {
  padding-left: 10px;
}

.et-portfolio__card {
  padding: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-portfolio__card.mt-100 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-portfolio__card {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .et-portfolio__card {
    padding: 40px;
  }
}
.et-portfolio__card:hover .et-portfolio__overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) rotateY(0);
}
.et-portfolio__card:hover .et-portfolio__image::before {
  transform: scale(1);
}
.et-portfolio__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-portfolio__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-portfolio__title {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .et-portfolio__title {
    margin-bottom: 35px;
    font-size: 18px;
  }
}
.et-portfolio__image {
  position: relative;
  overflow: hidden;
  perspective: 50em;
}
.et-portfolio__image img {
  width: 100%;
}
.et-portfolio__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 26, 51, 0.8);
  transform: rotateY(90deg);
  z-index: 1;
  transition: all 0.4s ease;
}
.et-portfolio__overlay {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) rotateY(90deg);
  transition: all 0.4s ease;
  z-index: 2;
}
.et-portfolio__overlay a {
  width: 124px;
  height: 123px;
  font-size: 40px;
  color: #fff;
  background-color: #4285F4;
  display: grid;
  place-items: center;
}
.et-portfolio__overlay a:hover, .et-portfolio__overlay a:focus {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-portfolio__overlay a {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .et-portfolio__overlay a {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.et-portfolio__overlay a i {
  transform: matrix(0.71, 0.7, -0.71, 0.71, 0, 0);
}
.et-portfolio__load-btn {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .et-portfolio__load-btn {
    margin-top: 30px;
  }
}
.et-portfolio__load-btn button {
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  text-transform: capitalize;
  color: #606060;
}
.et-portfolio__load-btn button img {
  display: inline-block;
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
}
.et-portfolio__load-btn button:hover {
  color: #4285F4;
}
.et-portfolio__load-btn button:hover img {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  17. Info 
/*----------------------------------------*/
.contact-info-box-three {
  padding: 60px 0px 0px 0px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
}

.contact-info-icon-box i {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  color: var(--clr-common-white);
  font-size: 22px;
  background-image: linear-gradient(to right, #141f2b, #141f2b, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  box-shadow: 0px 16px 32px 0px rgba(69, 129, 206, 0.3);
  z-index: 2;
}

.contact-info-icon-box figure {
  position: relative;
}

.contact-info-icon-box figure::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  left: 50%;
  transform: translate(-50%, -15px);
  z-index: 2;
}

.contact-info-content-box span {
  margin-top: 35px;
  display: block;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-info-content-box h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 55px;
}

.contact-gradient-btn-three {
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px 0px 10px 10px;
}
.contact-gradient-btn-three:hover {
  background-position: 0% 100%;
  color: var(--clr-common-white);
}

.icon-box-icon-two .circle-border {
  position: absolute;
  width: 130px;
  height: 130px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-box-icon-two .circle-border {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-box-icon-two .circle-border {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .icon-box-icon-two .circle-border {
    top: 40%;
  }
}

.icon-box-item-wrapper-two:hover .icon-box-icon-two .circle-border {
  opacity: 1;
  visibility: visible;
}

.icon-wrapper-all-circle {
  position: relative;
}

/*----------------------------------------*/
/*  18. About
/*----------------------------------------*/
.contact__form-field-it input {
  width: 100%;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  color: #aaaaaa;
  border: none;
  background: var(--clr-bg-gray);
  font-size: 14px;
  border: 1px solid transparent;
  -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;
  border-radius: 10px;
}
.contact__form-field-it input::placeholder {
  font-size: 14px;
  color: var(--clr-body-heading);
}
.contact__form-field-it input:focus {
  border: double 1px transparent;
  background-image: linear-gradient(#f9f9f9, #f9f9f9), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.contact__form-field-it input::placeholder {
  color: #777a7e;
}

.contact__form-field-it textarea {
  width: 100%;
  height: 260px;
  padding: 25px;
  color: #777a7e;
  border: none;
  background: var(--clr-bg-gray);
  border: 1px solid transparent;
  -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;
  resize: none;
  border-radius: 10px;
}
.contact__form-field-it textarea::placeholder {
  font-size: 14px;
  color: var(--clr-body-heading);
}
.contact__form-field-it textarea:focus {
  border: double 1px transparent;
  background-image: linear-gradient(#f9f9f9, #f9f9f9), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.contact__form-field-it textarea::placeholder {
  color: #777a7e;
}

.contact__form-btn-grading-it button {
  height: 70px;
  border: none;
  border-radius: 6px;
  color: var(--clr-common-white);
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 50px;
}
.contact__form-btn-grading-it button:hover {
  background-position: 0% 100%;
  color: var(--clr-common-white);
}

.single-contact-info-it {
  border-bottom: 1px solid #ededed;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-contact-info-it:last-child {
  border: none;
}

.contact-info-icon-it {
  margin-right: 20px;
}
.contact-info-icon-it a {
  width: 65px;
  height: 65px;
  background: var(--clr-bg-gray);
  display: inline-block;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #43BAFF;
  -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;
}

.contact-info-text-it span {
  color: #aaaaaa;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.contact-info-text-it h5 {
  font-size: 20px;
  word-wrap: anywhere;
}

.contact-info-wrapper-it {
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrapper-it {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .contact-info-wrapper-it {
    margin-right: 0px;
  }
}

.contact-info-text-it h5 a {
  transition: 0.3s;
}
.contact-info-text-it h5 a:hover {
  color: #43baff;
}

.et-hero__contact-btn {
  position: absolute;
  top: 50%;
  right: -53px;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 50;
}
.et-hero__contact-btn #open-form {
  height: 55px;
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  Color: #fff;
  border: 2px solid #0E84E1;
  background-color: #0E84E1;
  border-radius: 5px 5px 0px 0px;
  text-transform: uppercase;
  outline: 0;
}
.et-hero__contact-btn #open-form:hover {
  color: #0E84E1;
  background-color: #fff;
}
.et-hero__contact-wrapper {
  max-width: 725px;
  background-color: #fff;
  padding: 40px 40px 10px;
  border-radius: 5px 0 0 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(150%, -50%);
  z-index: 100;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-hero__contact-wrapper {
    max-width: 540px;
  }
}
.et-hero__contact-wrapper.active {
  transform: translate(0, -50%);
}
.et-hero__contact-wrapper #close-form {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #161A33;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0E84E1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: -25px;
  left: -25px;
}

.et-hero__contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.et-hero__contact-form .contact-field {
  position: relative;
}
.et-hero__contact-form .contact-field.message::before, .et-hero__contact-form .contact-field.field::before {
  position: absolute;
  top: 14px;
  left: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #535353;
}
.et-hero__contact-form .contact-field.field:nth-child(3)::before, .et-hero__contact-form .contact-field.field:nth-child(2)::before {
  content: "\f007";
}
.et-hero__contact-form .contact-field.field:nth-child(4)::before {
  content: "\f879";
}
.et-hero__contact-form .contact-field.field:nth-child(5)::before {
  content: "\f044";
}
.et-hero__contact-form .contact-field.message:nth-child(6)::before {
  content: "\f0e0";
}
.et-hero__contact-form .contact-field input,
.et-hero__contact-form .contact-field textarea {
  padding: 14px 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #535353;
  background-color: transparent;
  border: 1px solid #E8E8E8;
}
.et-hero__contact-form .contact-field input::placeholder,
.et-hero__contact-form .contact-field textarea::placeholder {
  font: inherit;
  font-size: 14px;
}
.et-hero__contact-form .contact-field input:focus,
.et-hero__contact-form .contact-field textarea:focus {
  border: 1px solid #0E84E1;
}
.et-hero__contact-form .contact-field input {
  height: 55px;
  padding-left: 50px;
}
.et-hero__contact-form .contact-field input[type=submit] {
  border: 1px solid #0E84E1;
  color: #0E84E1;
  transition: all 0.3s;
  padding-left: 20px;
}
.et-hero__contact-form .contact-field input[type=submit]:hover {
  background-color: #0E84E1;
  color: #fff;
}
.et-hero__contact-form .contact-field textarea {
  height: 100px;
  padding-left: 50px;
  resize: none;
  margin-bottom: 10px;
}
.et-hero__contact-form .contact-field.message, .et-hero__contact-form .contact-field.submit {
  grid-column: span 2;
}

.contact__wrapper {
  padding: 60px;
  background-color: #fafafa;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .contact__wrapper {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact__wrapper .et-hero__contact-form form {
    grid-template-columns: 1fr;
  }
}
.contact__wrapper .et-hero__contact-form .contact-field.field::before {
  z-index: 5;
}
.contact__wrapper .et-hero__contact-form .contact-field input,
.contact__wrapper .et-hero__contact-form .contact-field textarea {
  background-color: #fff;
  border-radius: 5px;
}
.contact__wrapper .et-hero__contact-form .contact-field textarea {
  height: 175px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact__wrapper .et-hero__contact-form .contact-field.message, .contact__wrapper .et-hero__contact-form .contact-field.submit {
    grid-column: inherit;
  }
}
.contact__wrapper .contact__button {
  height: 55px;
  width: 193px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90.67deg, #0E84E1 0.57%, #664DB1 99.61%);
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.contact__wrapper .contact__button i {
  margin-left: 9px;
  font-size: 16px;
}
.contact__wrapper .contact__button:hover {
  background: linear-gradient(90.67deg, #664DB1 0.57%, #0E84E1 99.61%);
}
.contact__shape {
  position: absolute;
  top: -60px;
  right: 250px;
}
.contact__title {
  color: #161A33;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  Advanched Pricing Tab
/*----------------------------------------*/
.pricing-tab .nav-tabs {
  border: none;
}
.pricing-tab .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
}
.pricing-tab .nav .nav-item {
  padding-left: 0px;
}
.pricing-tab .nav .nav-item .nav-link {
  padding: 7px 60px;
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(255, 0, 0, 0);
  position: relative;
  outline: none;
  font-size: 16px;
  border: none;
  z-index: 2;
  color: var(--clr-common-heading);
}
.pricing-tab .nav .nav-item .nav-link.active {
  color: var(--clr-theme-1);
}
.pricing-tab .nav .nav-item .nav-link.active::after {
  right: 10px;
}
.pricing-tab .nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.pricing-tab .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: transparent;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--clr-theme-1);
}
.pricing-tab .nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.pricing-tab .nav .nav-item:last-child .nav-link::after {
  display: none;
}
.pricing-tab .nav .nav-item:last-child .nav-link::before {
  display: none;
}
.pricing-tab .nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.generic-price-package-style-2.package-popular .generic-pricing-btn .generic-fill-btn, .generic-price-package-style-2:active .generic-pricing-btn .generic-fill-btn {
  background: #fff !important;
  border-color: #fff !important;
  color: #1a1a1a;
}

/*----------------------------------------*/
/*  20. Team css
/*----------------------------------------*/
.member-details-thumb img {
  border-radius: 6px !important;
  width: 100%;
}

.team-member-details-info span {
  color: #999999;
  margin-bottom: 7px;
  display: block;
}

.team-member-details-info {
  margin-left: 75px;
}
.team-member-details-info h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member-details-info h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .team-member-details-info h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member-details-info {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-member-details-info {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .team-member-details-info {
    margin-left: 0;
    margin-top: 40px;
  }
}

.member-details-info {
  margin-bottom: 15px;
}
.member-details-info .contact-info-wrapper-it {
  margin-right: 0;
}
.member-details-info .contact-info-wrapper-it .single-contact-info-it {
  padding-top: 25px;
  padding-bottom: 25px;
}

.member-details-btn a span {
  color: var(--lrt);
}

.member-details-btn a span {
  color: var(--clr-common-white);
}

.et-team-area {
  background-image: url(../img/team/team-bg.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: -264px;
}
.et-team-item-one {
  position: relative;
  overflow: hidden;
}
.et-team-item-one::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(14, 132, 225, 0) 0%, #0E84E1 100%);
  border-radius: 6px;
  transition: 0.2s linear;
  z-index: 1;
}
.et-team-item-one:hover::before {
  height: 100%;
}
.et-team-item-one:hover .et-team-content {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.et-team-img {
  position: relative;
  border-radius: 6px;
}
.et-team-img img {
  width: 100%;
  height: 100%;
}
.et-team-content {
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
.et-team-content h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
.et-team-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
.et-team-social {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
}
.et-team-social .active {
  height: 30px;
}
.et-team-social .active a {
  background: #fff;
  color: #161A33;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center;
}
.et-team-social .active:hover .close-icon {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.et-team-social .close-icon {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
  margin-top: -20px;
}
.et-team-social .close-icon a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #161A33;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
}
.et-team-social .close-icon a:hover {
  background-color: #0E84E1 !important;
}
.et-team-top-btn {
  margin-bottom: 23px;
  position: relative;
  right: 150px;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-team-top-btn {
    right: 0;
    align-self: flex-end;
  }
}
.et-team-top-btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0E84E1;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  letter-spacing: 1px;
}
.et-team-top-btn a:hover {
  color: #161A33;
}
.et-team i {
  color: #0E84E1;
  font-size: 20px;
  margin-left: 10px;
}
.et-team-swiper-area {
  position: relative;
}
.et-team-swiper-area .swiper-pagination {
  top: -115px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-team-swiper-area .swiper-pagination {
    display: none;
  }
}
.et-team-swiper-area .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  color: #A0A0A0;
  margin-right: 15px;
}
.et-team-swiper-area .swiper-pagination-bullet-active {
  background: #0E84E1;
  outline: 1px solid #0E84E1;
  outline-offset: 7px;
}

.et-team-single-area .et-team-single-img {
  height: 760px;
}
.et-team-single-area .et-team-single-img img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .et-team-single-area .et-team-single-img img {
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-team-single-area .et-team-single-img {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .et-team-single-area .et-team-single-img {
    height: auto;
    margin-bottom: 30px;
  }
}
.et-team-single-area .et-team-single-img .et-team-single-icon {
  position: absolute;
  top: 25px;
  left: 25px;
}
@media (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon {
    top: 15px;
    left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon {
    top: 45px;
    left: 45px;
  }
}
.et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social {
  position: inherit;
  top: inherit;
  left: inherit;
}
.et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .active {
  height: 65px;
  width: 65px;
  position: relative;
}
@media (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .active {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .active {
    width: 60px;
    height: 60px;
  }
}
.et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social a {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #fff;
  color: #0E84E1;
  font-size: 22px;
  transition: 0.2s;
  display: block;
}
@media (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
.et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social a:hover i {
  transform: scale(1.4);
}
.et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .close-icon {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .close-icon {
    top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .close-icon {
    top: 70px;
  }
}
.et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .close-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  background: #161A33;
  color: #fff;
}
.et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .close-icon a:hover {
  background: #0E84E1;
}
@media (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .close-icon a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-team-single-area .et-team-single-img .et-team-single-icon .et-team-social .close-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
.et-team-single-area .et-team-single-content {
  padding-left: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-team-single-area .et-team-single-content {
    padding-left: 0;
  }
}
.et-team-single-area .et-team-single-content h5 {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  text-transform: capitalize;
  color: #161A33;
}
@media (max-width: 767px) {
  .et-team-single-area .et-team-single-content h5 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-team-single-area .et-team-single-content h5 {
    font-size: 35px;
  }
}
.et-team-single-area .et-team-single-content span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #0E84E1;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .et-team-single-area .et-team-single-content span {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .et-team-single-area .et-team-single-content span {
    margin-bottom: 30px;
  }
}
.et-team-single-area .et-team-single-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #484848;
  margin-bottom: 30px;
}
.et-team-single-area .et-team-single-content .et-team-single-desg {
  margin-bottom: 50px;
}
.et-team-single-area .et-team-single-contact {
  padding-top: 35px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 70px;
  padding-bottom: 20px;
}
.et-team-single-area .et-team-single-contact ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.et-team-single-area .et-team-single-contact ul li {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #161A33;
  margin-bottom: 6px;
  display: flex;
}
.et-team-single-area .et-team-single-contact ul li i {
  margin-right: 10px;
  color: #0E84E1;
}
.et-team-single-area .et-team-single-contact .authore-signature {
  width: 205px;
  height: 75px;
}
.et-team-single-area .et-team-single-contact .authore-signature img {
  width: 100%;
  height: 100%;
}

.et-team-single-tab-area .nav-tabs {
  border-bottom: 1px solid #B4B4B4;
  margin-bottom: 35px;
  padding-bottom: 32px;
}
.et-team-single-tab-area .nav-tabs button {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #161A33;
  padding: 0;
  margin: 0;
  border: none !important;
  position: relative;
  border-right: 2px solid #8E8E8E !important;
  padding-right: 40px;
  margin-right: 40px;
  border-radius: 0;
  position: relative;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .et-team-single-tab-area .nav-tabs button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .et-team-single-tab-area .nav-tabs button {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .et-team-single-tab-area .nav-tabs button {
    margin-right: 0px;
  }
}
.et-team-single-tab-area .nav-tabs button.nav-link {
  position: relative;
}
.et-team-single-tab-area .nav-tabs button.nav-link.active {
  color: #0E84E1;
  border-right: 2px solid #8E8E8E;
  position: relative;
}
.et-team-single-tab-area .nav-tabs button.nav-link:hover {
  border-right: 2px solid #8E8E8E;
}
.et-team-single-tab-area .nav-tabs button:last-child {
  border: none !important;
  padding: 0;
  margin: 0;
}
.et-team-single-tab-area .nav-tabs button:last-child.nav-link.active {
  border: none;
}
.et-team-single-tab-area .nav-tabs button:last-child.nav-link:hover {
  border: none;
}
.et-team-single-tab-area .et-team-single-tab-content {
  margin-bottom: 30px;
}
.et-team-single-tab-area .et-team-single-tab-content h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 2px;
}
.et-team-single-tab-area .et-team-single-tab-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  color: #484848;
  padding-right: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .et-team-single-tab-area .et-team-single-tab-content p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .et-team-single-tab-area .et-team-single-tab-content p {
    padding-right: 0;
  }
}
.et-team-single-tab-area .et-team-single-tab-content:last-child {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  21. Faq
/*----------------------------------------*/
.faq_banner-area {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.faq_content-info-wrapper {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.faq_banner-info-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .faq_banner-info-right {
    display: none;
  }
}

.faq_banner-title h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq_banner-title h2 {
    font-size: 30px;
  }
}

.faq-info-field input {
  position: relative;
  width: 100%;
  border: solid 1px #eeeeee;
  border-radius: 6px;
  height: 70px;
  padding: 0px 25px;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 15px;
}
.faq-info-field input:focus {
  border: double 1px transparent;
  border-radius: 6px;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0ed5fa, #684cb1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.faq-info-button-field button {
  position: absolute;
  right: 0;
  bottom: 15px;
  height: 70px;
  border: none;
  border-radius: 0px 6px 6px 0px;
  color: var(--clr-common-white);
  background-image: linear-gradient(to right, #684cb1, #0ed5fa, #0ed5fa, #684cb1);
  background-position: 100% 100%;
  background-size: 300% 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 40px;
}
.faq-info-button-field button:hover {
  background-position: 0% 100%;
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .faq-info-button-field button {
    padding: 0px 30px;
  }
}

.faq-question-item {
  border: 1px solid #eeeeee;
  padding: 24px 20px;
  border-radius: 4px;
  gap: 5px;
  position: relative;
  background-image: linear-gradient(to right, #fff, #fff, #0ed5fa, #684cb1);
  background-position: 0% 100%;
  background-size: 300% 100%;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question-item:hover {
  box-shadow: 0px 40px 40px rgba(24, 44, 74, 0.1);
  color: var(--clr-common-white);
  background-position: 100% 100%;
}
.faq-question-item:hover .faq-queastion-text a {
  color: var(--clr-common-white);
}
.faq-question-item:hover .faq-queastion-icon a {
  color: var(--clr-common-white);
  background: #0ed5fa;
  border-color: transparent;
}

.faq-queastion-text a {
  font-size: 18px;
  color: var(--clr-body-heading);
  font-weight: 400;
}

.faq-queastion-icon a {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  color: var(--clr-body-heading);
  width: 35px;
  height: 35px;
  content: "";
  text-align: center;
  line-height: 35px;
  display: inline-block;
  font-size: 15px;
}

/*----------------------------------------*/
/*  23. Search css
/*----------------------------------------*/
.search__button a {
  height: 70px;
  width: 70px;
  background-image: -moz-linear-gradient(0deg, rgb(11, 218, 253) 0%, rgb(106, 72, 175) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(11, 218, 253) 0%, rgb(106, 72, 175) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(11, 218, 253) 0%, rgb(106, 72, 175) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-common-white);
  border-radius: 0px 0px 6px 0px;
}

.search__button {
  position: relative;
}

.search__button a:hover i, .search__button a:focus i {
  color: #fff;
}

.bd-search__toggle {
  position: absolute;
  top: 50px;
  right: 50%;
  padding: 16px 40px 40px 40px;
  background-color: var(--clr-theme-1);
  z-index: 555;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.bd-search__form {
  position: absolute;
  top: 255%;
  right: 0;
  padding: 16px 30px 30px 30px;
  background-image: -webkit-linear-gradient(0deg, #0bdafd 0%, #6a48af 100%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.bd-search__form input {
  height: 50px;
  width: 270px;
  background: transparent;
  padding-right: 25px;
  border: none;
  border-bottom: 1px solid var(--clr-common-white);
  color: var(--clr-common-white);
}
.bd-search__form input::placeholder {
  color: var(--clr-common-white);
  opacity: 1;
  font-size: 16px;
}
.bd-search__form input::selection {
  color: var(--clr-common-white);
  opacity: 1;
  font-size: 16px;
}
.bd-search__form input:focus {
  border-color: var(--clr-common-white);
}
.bd-search__form button {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  right: 30px;
  border: none;
  background: none;
  font-size: 18px;
}
.bd-search__form button i {
  color: var(--clr-common-white);
}

.search__open .bd-search__form {
  opacity: 1;
  visibility: visible;
}
.search__open .header-search__btn {
  opacity: 0;
  transform: scale(0);
}
.search__open .header-search__close {
  transform: scale(1);
  opacity: 1;
}

.header-search__btn {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(1);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-search__close {
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0);
}

.search__button {
  position: relative;
}

/*----------------------------------------*/
/*  24. Custom Medai
/*----------------------------------------*/
@media (max-width: 1199px) {
  .el-custom-container .elementor-container {
    max-width: 960px !important;
    flex-wrap: wrap !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .header-one-media-ts .elementor-section.elementor-section-boxed > .elementor-container {
    justify-content: space-between;
  }
}

/*----------------------------------------*/
/*  09. PRELODER CSS START
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.preloader .color-1 {
  background-color: #0E84E1 !important;
}

.rubix-cube {
  border: 1px solid #FFF;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rubix-cube .layer {
  width: 14px;
  height: 14px;
  background-color: #0E84E1;
  border: 1px solid #FFF;
  position: absolute;
}

.rubix-cube .layer-1 {
  left: 0px;
  top: 0px;
  -webkit-animation: rubixcube4 2s infinite linear;
  animation: rubixcube4 2s infinite linear;
}

.rubix-cube .layer-2 {
  left: 16px;
  top: 0px;
  -webkit-animation: rubixcube3 2s infinite linear;
  animation: rubixcube3 2s infinite linear;
}

.rubix-cube .layer-3 {
  left: 32px;
  top: 0px;
}

.rubix-cube .layer-4 {
  left: 0px;
  top: 16px;
  -webkit-animation: rubixcube5 2s infinite linear;
  animation: rubixcube5 2s infinite linear;
}

.rubix-cube .layer-5 {
  left: 16px;
  top: 16px;
  -webkit-animation: rubixcube2 2s infinite linear;
  animation: rubixcube2 2s infinite linear;
}

.rubix-cube .layer-6 {
  left: 32px;
  top: 16px;
  -webkit-animation: rubixcube1 2s infinite linear;
  animation: rubixcube1 2s infinite linear;
}

.rubix-cube .layer-7 {
  left: 0px;
  top: 32px;
  -webkit-animation: rubixcube6 2s infinite linear;
  animation: rubixcube6 2s infinite linear;
}

.rubix-cube .layer-8 {
  left: 16px;
  top: 32px;
  -webkit-animation: rubixcube7 2s infinite linear;
  animation: rubixcube7 2s infinite linear;
}

@-webkit-keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }
  30% {
    top: 32px;
    left: 32px;
  }
  40% {
    top: 32px;
    left: 32px;
  }
  50% {
    top: 32px;
    left: 32px;
  }
  60% {
    top: 32px;
    left: 32px;
  }
  70% {
    top: 32px;
    left: 32px;
  }
  80% {
    top: 32px;
    left: 32px;
  }
  90% {
    top: 32px;
    left: 32px;
  }
  100% {
    top: 32px;
    left: 16px;
  }
}
@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }
  30% {
    top: 32px;
    left: 32px;
  }
  40% {
    top: 32px;
    left: 32px;
  }
  50% {
    top: 32px;
    left: 32px;
  }
  60% {
    top: 32px;
    left: 32px;
  }
  70% {
    top: 32px;
    left: 32px;
  }
  80% {
    top: 32px;
    left: 32px;
  }
  90% {
    top: 32px;
    left: 32px;
  }
  100% {
    top: 32px;
    left: 16px;
  }
}
@-webkit-keyframes rubixcube2 {
  30% {
    left: 16px;
  }
  40% {
    left: 32px;
  }
  50% {
    left: 32px;
  }
  60% {
    left: 32px;
  }
  70% {
    left: 32px;
  }
  80% {
    left: 32px;
  }
  90% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@keyframes rubixcube2 {
  30% {
    left: 16px;
  }
  40% {
    left: 32px;
  }
  50% {
    left: 32px;
  }
  60% {
    left: 32px;
  }
  70% {
    left: 32px;
  }
  80% {
    left: 32px;
  }
  90% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@-webkit-keyframes rubixcube3 {
  30% {
    top: 0px;
  }
  40% {
    top: 0px;
  }
  50% {
    top: 16px;
  }
  60% {
    top: 16px;
  }
  70% {
    top: 16px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube3 {
  30% {
    top: 0px;
  }
  40% {
    top: 0px;
  }
  50% {
    top: 16px;
  }
  60% {
    top: 16px;
  }
  70% {
    top: 16px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@-webkit-keyframes rubixcube4 {
  50% {
    left: 0px;
  }
  60% {
    left: 16px;
  }
  70% {
    left: 16px;
  }
  80% {
    left: 16px;
  }
  90% {
    left: 16px;
  }
  100% {
    left: 16px;
  }
}
@keyframes rubixcube4 {
  50% {
    left: 0px;
  }
  60% {
    left: 16px;
  }
  70% {
    left: 16px;
  }
  80% {
    left: 16px;
  }
  90% {
    left: 16px;
  }
  100% {
    left: 16px;
  }
}
@-webkit-keyframes rubixcube5 {
  60% {
    top: 16px;
  }
  70% {
    top: 0px;
  }
  80% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes rubixcube5 {
  60% {
    top: 16px;
  }
  70% {
    top: 0px;
  }
  80% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes rubixcube6 {
  70% {
    top: 32px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube6 {
  70% {
    top: 32px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@-webkit-keyframes rubixcube7 {
  80% {
    left: 16px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
@keyframes rubixcube7 {
  80% {
    left: 16px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
/*----------------------------------------*/
/*  23. Update css
/*----------------------------------------*/
.pt-390 {
  padding-top: 390px;
}

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

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

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

.pos-rel {
  position: relative;
}

.et-bg-4 {
  background: #0E84E1;
}

.et-gray-bg {
  background: #F4F4F4;
}

.et-btn-5 {
  border: 1px solid var(--clr-common-white);
  display: inline-block;
}
.et-btn-5 a {
  background: var(--clr-common-white);
  height: 73px;
  display: inline-block;
  line-height: 73px;
  padding: 0 42px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
  -webkit-transform: translate(16px, 13px);
  -ms-transform: translate(16px, 13px);
  transform: translate(16px, 13px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.et-btn-5:hover {
  border-color: #0E84E1;
}
.et-btn-5:hover a {
  background: #0E84E1;
  color: var(--clr-common-white);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.et-btn-5.blue {
  border-color: #0E84E1;
}
.et-btn-5.blue a {
  background: #0E84E1;
  color: var(--clr-common-white);
}

/* Banner css start */
.banner5-title {
  font-size: 85px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner5-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner5-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner5-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .banner5-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner5-title {
    font-size: 30px;
  }
}

.banner5-text p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .banner5-text p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner5-text.mb-115 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .banner5-text.mb-115 {
    margin-bottom: 60px;
  }
}

.banner5-area {
  z-index: 1;
}
.banner5-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  z-index: -1;
}

.slider5-height {
  min-height: 1080px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider5-height {
    min-height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider5-height {
    min-height: 750px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .slider5-height {
    min-height: 700px;
  }
}

.banner5-shape {
  left: -200px;
  top: -57px;
  animation: UpDown 3s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px), (max-width: 1199px) {
  .banner5-shape {
    left: -13px;
    top: -40px;
  }
}

.banner5-content {
  padding-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .banner5-content {
    padding-top: 70px;
  }
}

.banner5-social-link {
  position: absolute;
  top: 50%;
  right: -148px;
  transform: translateY(-50%) rotate(-90deg);
  display: inline-block;
  z-index: 1;
}
.banner5-social-link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #606060;
  padding: 0px 10px;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px), (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .banner5-social-link a {
    color: var(--clr-common-white);
  }
}
.banner5-social-link a::before {
  position: absolute;
  content: "";
  background: #606060;
  width: 1px;
  height: 12px;
  right: 0;
  top: 6px;
}
.banner5-social-link a:last-child::before {
  display: none;
}
.banner5-social-link a:hover {
  color: var(--clr-common-white);
}

/* banner css end */
.et-tsparticles {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

#particles-js {
  width: 100%;
  height: 100%;
  background: transparent;
}

/* particle css end */
.service_title {
  font-size: 55px;
  font-weight: 500;
  color: #161A33;
  line-height: 1.2;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .service_title {
    font-size: 42px;
  }
}

.service-content {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .service-content {
    padding-right: 0px;
  }
}
.service-content p {
  color: #161A33;
  font-size: 16px;
  line-height: 1.8;
}

.service5-btn {
  font-size: 17px;
  line-height: 1;
  color: #161A33;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.service5-btn::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #161A33;
  left: 0;
  bottom: 0px;
  transition: all 300ms ease;
}
.service5-btn:hover {
  color: #0E84E1;
}
.service5-btn:hover::before {
  width: 100%;
  background: #0E84E1;
}

.service-list {
  padding: 45px 0px;
  border-bottom: 1px solid #D2D2D2;
}
.service-list:first-child {
  padding-top: 0;
}
.service-list:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 575px) {
  .service-list {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.service-list .service-list-thumb {
  padding-right: 50px;
}
@media (max-width: 575px) {
  .service-list .service-list-thumb {
    margin-bottom: 30px;
    padding-right: 0px;
  }
}
.service-list .service-list-content h4 {
  font-size: 24px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 575px) {
  .service-list .service-list-content h4 {
    font-size: 20px;
  }
}
.service-list .service-list-content h4:hover {
  color: #0E84E1;
}
.service-list .service-list-content h4:hover a {
  color: inherit;
}
.service-list .service-list-content p {
  color: #606060;
  font-size: 17px;
  text-transform: capitalize;
}

/* feature css start */
.feature5_wrapper .feature5_title {
  color: #161A33;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.feature5_wrapper .feature5_list ul li {
  list-style: none;
  font-size: 17px;
  line-height: 40px;
  color: #606060;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .feature5_wrapper .feature5_list ul li {
    line-height: 25px;
    margin-bottom: 30px;
  }
  .feature5_wrapper .feature5_list ul li:last-child {
    margin-bottom: 0;
  }
}
.feature5_wrapper .feature5_list ul li::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  left: 0;
  top: 0;
  color: #0E84E1;
  transition: all 300ms ease;
}
.feature5_wrapper .feature5_list ul li:hover a {
  color: #0E84E1;
  padding-left: 5px;
}
.feature5_wrapper .feature5_list ul li:hover::before {
  left: 3px;
}

/* feature css end */
/* artificial css start */
.et-artificial {
  z-index: 1;
}
.et-artificial-wrapper {
  padding-top: 120px;
  padding-bottom: 130px;
}
.et-artificial-img-wrap {
  bottom: 0;
  right: 0;
}
.et-artificial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161A33;
  opacity: 0.7;
  z-index: -1;
}
.et-artificial-content p {
  color: var(--clr-common-white);
  margin-bottom: 100px;
}

.et-artificial-shape {
  z-index: -1;
  top: -50px;
  z-index: -1;
}
.et-artificial-shape img {
  width: 100%;
}

.et-artificial-shape-2 {
  right: -155px;
  animation: UpDown 3s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px), (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-artificial-shape-2 {
    right: 0;
  }
}

.et-artificial-shape-1 {
  left: 80px;
  animation: UpDown 3s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px), (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .et-artificial-shape-1 {
    left: 0;
  }
}

/* artificial css end */
/* Portfolio css start */
.et-portfolio5-item {
  padding: 60px;
}
@media (max-width: 767px) {
  .et-portfolio5-item {
    padding: 30px;
  }
}
.et-portfolio5-item h4 {
  font-weight: 700;
  font-size: 24px;
  color: var(--clr-common-white);
  margin-bottom: 58px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .et-portfolio5-item h4 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .et-portfolio5-item.mb-100 {
    margin-bottom: 70px;
  }
}
.et-portfolio5-item:hover .et-portfolio5-img a {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.et-portfolio5-item:hover .et-portfolio5-img::before {
  opacity: 0.8;
  visibility: visible;
}
.et-portfolio5-img a {
  position: absolute;
  display: inline-block;
  width: 124px;
  height: 124px;
  text-align: center;
  font-size: 60px;
  color: var(--clr-common-white);
  line-height: 124px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  background: #0e84e1;
}
.et-portfolio5-img a i {
  -webkit-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
}
.et-portfolio5-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161a33;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .et-portfolio5-right-wrap {
    margin-left: 0;
  }
}
.et-portfolio5-right-wrap .et-portfolio5-item {
  background: #1eefd6;
}
.et-portfolio5-right-wrap .et-portfolio5-item .popup-image:hover {
  background: #1eefd6;
}
.et-portfolio5-title {
  margin-top: 115px;
  margin-bottom: 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .et-portfolio5-title {
    margin-top: -10px;
    margin-bottom: 70px;
  }
}

.et-portfolio5-wrapper .et-portfolio5-item:nth-child(1) {
  background: #9747ff;
}
.et-portfolio5-wrapper .et-portfolio5-item:nth-child(1) a {
  background: #0e84e1;
}
.et-portfolio5-wrapper .et-portfolio5-item:nth-child(1) a:hover {
  background: #9747ff;
}
.et-portfolio5-wrapper .et-portfolio5-item:nth-child(2) {
  background: #fd6fa2;
}
.et-portfolio5-wrapper .et-portfolio5-item:nth-child(2) a {
  background: #0e84e1;
}
.et-portfolio5-wrapper .et-portfolio5-item:nth-child(2) a:hover {
  background: #fd6fa2;
}

/* Portfolio css end */
.blog5_bg {
  background-position: top left;
  z-index: 1;
  position: relative;
  height: 100%;
}
.blog5_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #161A33;
  opacity: 0.75;
  z-index: -1;
}
.blog5_bg.fix.bg-css .row {
  height: 100%;
}
.blog5-bg {
  background: #0E84E1;
}
.blog5_box {
  padding: 50px 40px 30px 40px;
  height: 496px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog5_box {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog5-title-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog5-title-wrapper.pt-200.pb-165 {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .blog5-title-wrapper.pt-200.pb-165 {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.blog5-title-wrapper .blog5_title {
  font-size: 55px;
  line-height: 1.1;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .blog5-title-wrapper .blog5_title {
    transform: rotate(0deg);
    margin-left: 25px;
  }
  .blog5-title-wrapper .blog5_title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog5-title-wrapper .blog5_title {
    font-size: 35px;
  }
}
.blog5-content p {
  color: #606060;
  text-transform: capitalize;
}
.blog5-content-title {
  font-size: 25px;
  line-height: 1.5;
  color: #161A33;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
  display: inline-block;
}
@media only screen and (min-width: 1360px) and (max-width: 1470px), (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog5-content-title {
    font-size: 22px;
  }
}
.blog5-content-title:hover {
  color: #0E84E1;
}
.blog5-content.white h4, .blog5-content.white p, .blog5-content.white .blg-btn a {
  color: var(--clr-common-white);
}
.blog5-meta a {
  font-size: 14px;
  color: #0E84E1;
  padding: 10px 18px;
  border: 2px solid #0E84E1;
  text-transform: uppercase;
  font-weight: 500;
}
.blog5-meta a:hover {
  background: #fff;
  color: #000;
}
.blog5-meta.white a {
  color: var(--clr-common-white);
  border-color: var(--clr-common-white);
}
.blog5-meta.white a:hover {
  background: var(--clr-common-white);
  color: #0E84E1;
}
.blog5_btn .blg-btn {
  color: #0E84E1;
  font-size: 16px;
}
.blog5_btn .blg-btn i {
  transform: translate(2px, 2px);
  transition: 0.3s;
}
.blog5_btn .blg-btn:hover i {
  transform: translate(5px, 2px);
}
.blog5_btn.white .blg-btn {
  color: var(--clr-common-white);
}
.blog5-thumb {
  height: 100%;
}
.blog5-thumb img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.blog5_box {
  position: relative;
}
.blog5_box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  left: -15px;
  background: #F4F4F4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .blog5_box::before {
    display: none;
  }
}

.et-triangle-blue::before {
  background: #0E84E1;
}
.et-triangle-right::before {
  left: auto;
  right: -15px;
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-9a3cb5f.elementor-section-full_width.blog5-area.elementor-hidden-laptop.elementor-hidden-tablet_extra.elementor-section-height-default {
  overflow: hidden;
  height: 992px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .elementor-section.elementor-top-section.elementor-element.elementor-element-9a3cb5f.elementor-section-full_width.blog5-area.elementor-hidden-laptop.elementor-hidden-tablet_extra.elementor-section-height-default {
    height: auto;
  }
}

.cta5_area {
  border-radius: 10px;
}

.cta5_title {
  font-size: 55px;
  line-height: 1.2;
  color: #161A33;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .cta5_title {
    font-size: 50px;
  }
  .cta5_title br {
    display: none;
  }
}
@media (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5_title {
    font-size: 40px;
  }
  .cta5_title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .cta5_title {
    font-size: 30px;
  }
  .cta5_title br {
    display: none;
  }
}

.cta5_icon a {
  height: 70px;
  width: 100px;
  border-radius: 20px;
  background: #0E84E1;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  transition: 0.3s;
}
.cta5_icon a:hover {
  background: #161A33;
}

.cta5_area-wrapper {
  padding-left: 130px;
  padding-right: 135px;
  position: relative;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5_area-wrapper {
    padding-left: 80px;
    padding-right: 83px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .cta5_area-wrapper {
    padding-left: 40px;
    padding-right: 43px;
  }
}
.cta5_area-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-shadow: 0px 4px 80px 10px rgba(14, 132, 225, 0.06);
  border-radius: 10px;
  z-index: -1;
}

/* Home 4 css start */
/* button css */
.blue-btn a {
  display: inline-block;
  padding: 18px 30px;
  color: #fff;
  background-color: #0E84E1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.blue-btn a::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #161A33;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.blue-btn a:focus, .blue-btn a:hover {
  color: #fff;
  background-color: transparent;
}
.blue-btn a:hover::after {
  width: 100%;
  left: 0;
}
.blue-btn a i {
  margin-left: 15px;
}

.blue-link-btn a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0E84E1;
}
.blue-link-btn a:hover {
  color: #161A33;
}

.cta5_area .blue-btn a {
  font-size: 25px;
  padding: 11px 30px;
  border-radius: 45px;
}
.cta5_area .blue-btn a:hover {
  color: #fff;
}
.cta5_area .blue-btn a::after {
  background-color: #161A33;
}
.cta5_area .blue-btn a i {
  margin-left: 0;
}

/* Section intro css */
.section-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #A89F94;
  text-transform: uppercase;
}
.section-title {
  font-weight: 500;
  font-size: 55px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #161A33;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 32px;
  }
}
.section-desc {
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #CFCFCF;
}

/* banner css start */
.banner4-area::after, .banner4-area::before {
  content: "";
  position: absolute;
  filter: blur(217px);
  z-index: -1;
  border-radius: 50%;
}
.banner4-area::before {
  width: 270px;
  height: 270px;
  left: 87px;
  top: 80px;
  background: linear-gradient(180deg, #F3FAFF 0%, #F79210 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner4-area::before {
    left: 15px;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner4-area::before {
    left: -35px;
    top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner4-area::before {
    left: -90px;
    top: 10px;
  }
}
.banner4-area::after {
  width: 488px;
  height: 488px;
  right: 80px;
  top: 147px;
  background: linear-gradient(180deg, #F3FAFF 0%, #6FBEFD 100%);
  opacity: 0.75;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner4-area::after {
    right: 15px;
    top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner4-area::after {
    right: -100px;
    top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner4-area::after {
    right: -200px;
    top: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner4-area {
    padding-top: 300px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner4-area {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
.banner4-subtitle, .banner4-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #161A33;
  text-transform: uppercase;
}
.banner4-subtitle {
  font-size: 20px;
  display: block;
}
@media (max-width: 575px) {
  .banner4-subtitle {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
}
.banner4-title {
  font-size: 112px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner4-title {
    font-size: 94px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner4-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner4-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner4-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .banner4-title {
    font-size: 40px;
  }
}
.banner4-title span {
  color: #EF3D1E;
  font-weight: 700;
}
.banner4-rating {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 84.46%);
  filter: drop-shadow(0px 4px 74px rgba(14, 132, 225, 0.15));
  border-radius: 100px;
  padding: 10px;
  width: 220px;
  gap: 5px;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  animation: UpDown 3s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner4-rating {
    top: 40%;
    left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner4-rating {
    display: none;
  }
}
.banner4-rating .rating-text p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #191919;
}
.banner4-rating .rating-text p i {
  color: #F79210;
  margin-right: 10px;
}

@keyframes UpDown {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
/* banner css end */
/* brand css start */
.brand4-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand4-slide {
  text-align: center;
}
.brand4-slide img {
  width: 100%;
  opacity: 0.5;
}
.brand4-slide:hover img {
  opacity: 1;
}

.brand5-slide {
  text-align: center;
}

/* brand css end */
/* service css start */
.service4-wrapper {
  border-bottom: 1px dashed #E7DFD7;
}
.service4-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #EF3D1E 0%, #6FBEFD 100%);
  opacity: 0.2;
  filter: blur(217px);
  width: 800px;
  height: 600px;
  z-index: -1;
}
.service4-feature {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
}
@media (max-width: 575px) {
  .service4-feature {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service4-feature:last-child {
  padding-bottom: 0;
  border: none;
}
.service4-title {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.service4-desc {
  margin-bottom: 0;
  color: #4B423E;
  font-family: "Poppins", sans-serif;
}
.service4-desc, .service4-btn a {
  font-size: 16px;
}
.service4-title, .service4-btn a {
  font-family: "Poppins", sans-serif;
  color: #161A33;
}
.service4-btn a {
  font-weight: 600;
  text-transform: capitalize;
}
.service4-btn a i {
  padding-left: 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.service4-btn a:hover {
  color: #0E84E1;
}
.service4-btn a:hover i {
  padding-left: 10px;
  opacity: 1;
  visibility: visible;
}
@media xxs {
  .service4-btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service4-rightbox {
    padding-left: 0 !important;
  }
}

.service4-imagebox {
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .service4-imagebox {
    flex-direction: column;
    gap: 30px;
  }
}
.service4-imagebox .img {
  height: 375px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service4-imagebox .img {
    height: 313px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service4-imagebox .img {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service4-imagebox .img:first-child {
    margin-top: 0;
  }
}
.service4-imagebox .img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease;
}
.service4-imagebox .img:hover img {
  transform: scale(1.125);
}
.service4-imagebox .img:hover::before {
  height: 100%;
  opacity: 0.5;
  visibility: visible;
}
.service4-imagebox .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #0E84E1 0%, #9747FF 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.service4-shape {
  position: absolute;
  bottom: 50px;
  right: -135px;
  z-index: -1;
  animation: UpDown 3s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service4-shape {
    bottom: 115px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service4-shape {
    display: none;
  }
}

/* about css start */
.about4-area::before {
  content: "";
  position: absolute;
  filter: blur(217px);
  border-radius: 50%;
  width: 530px;
  height: 530px;
  left: 0;
  top: 80px;
  background: linear-gradient(180deg, #F3FAFF 0%, #6FBEFD 100%);
  opacity: 0.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .about4-area::before {
    top: -10px;
  }
}
.about4-area::after {
  content: "";
  position: absolute;
  filter: blur(217px);
  border-radius: 50%;
  width: 608px;
  height: 608px;
  right: 0;
  bottom: -40px;
  background: linear-gradient(180deg, rgba(243, 250, 255, 0.5) 0%, rgba(239, 61, 30, 0.5) 100%);
  opacity: 0.5;
}

.about4-shapebox .shape1 {
  position: absolute;
  left: 0;
  top: 0;
  animation: UpDown 3s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .about4-shapebox .shape1 {
    display: none;
  }
}
.about4-shapebox .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: UpDown 3s linear infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about4-shapebox .shape2 {
    display: none;
  }
}
.about4-shapebox .shape3 {
  position: absolute;
  left: 70px;
  bottom: 0;
  animation: zoomInOut 3s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .about4-shapebox .shape3 {
    left: 15px;
  }
}

@keyframes zoomInOut {
  0% {
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    transform: rotate(-180deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(-360deg) scale(0.7);
    opacity: 0;
  }
}
.about4-videothumb {
  z-index: 2;
}
.about4-videothumb img {
  width: 100%;
}

.about4-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about4-video-btn a {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  color: #0E84E1;
  font-size: 25px;
  border-radius: 50%;
  opacity: 0.6;
  position: relative;
}
@media (max-width: 575px) {
  .about4-video-btn a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}
.about4-video-btn a::before, .about4-video-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: Ripple 3s linear infinite;
}
.about4-video-btn a::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.about4-video-btn a::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about4-video-btn a:hover {
  color: #fff;
  background-color: #0E84E1;
}

@keyframes Ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.about4-right .blue-btn a:hover {
  color: #161A33;
}
.about4-right .blue-btn a::after {
  background-color: #fff;
}

.about4-counter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about4-counter {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 575px) {
  .about4-counter {
    grid-template-columns: 1fr;
  }
}

.about4-counter-item {
  padding: 33px 30px;
  border: 1px solid #6E728D;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .about4-counter-item {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .about4-counter-item {
    flex-direction: column;
    gap: 5px;
  }
}

.about4-counter-number {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about4-counter-number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about4-counter-number {
    font-size: 36px;
  }
}

.about4-counter-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.about4-counter-box {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.about4-counter-box span {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about4-counter-box span {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about4-counter-box span {
    font-size: 36px;
  }
}

/* about css end */
/* testimonial css start */
.et-testimonial-area.style-4 {
  position: relative;
}
.et-testimonial-area.style-4::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  left: -150px;
  top: 0;
  background: linear-gradient(180deg, #F3FAFF 0%, #6FBEFD 100%);
  filter: blur(217px);
  border-radius: 50%;
  opacity: 0.6;
}

/* testimonial css end */
/* faq css start */
.faq4-area .section-title {
  text-align: center;
  line-height: 1.18;
}
.faq4-area .section-subtitle {
  text-align: center;
}

.accordion4-wrapper {
  background-color: #fff;
  padding: 35px 60px 35px 60px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion4-wrapper {
    padding: 15px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion4-wrapper {
    padding: 15px 20px;
  }
}
.accordion4-wrapper::before {
  content: "";
  position: absolute;
  width: 608px;
  height: 608px;
  left: 50%;
  top: 0;
  background: linear-gradient(180deg, rgba(243, 250, 255, 0.5) 0%, rgba(239, 61, 30, 0.5) 100%);
  filter: blur(217px);
  z-index: -1;
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
.accordion4-wrapper .accordion-item {
  border: 0;
  background: none;
}
.accordion4-wrapper .accordion-item:not(:first-child) {
  border-top: 1px solid #ddd;
}
.accordion4-wrapper .accordion-item button {
  box-shadow: none;
  color: #161A33;
  padding: 25px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  background: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .accordion4-wrapper .accordion-item button {
    font-size: 18px;
  }
}
.accordion4-wrapper .accordion-item button:not(.collapsed) {
  color: #0E84E1;
  background: none;
}
.accordion4-wrapper .accordion-item button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  font-weight: 400;
}
.accordion4-wrapper .accordion-item button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f068";
  background-image: none;
}
.accordion4-wrapper .accordion-item button.collapsed::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  background-image: none;
  font-weight: 400;
}
.accordion4-wrapper .accordion-body {
  padding: 0;
}
.accordion4-wrapper .accordion-body p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #161A33;
}

/* blog css start */
@media (max-width: 575px) {
  .blog4-area .section-subtitle {
    margin-bottom: 10px !important;
  }
}

.blog4-thumb img {
  width: 100%;
}

.blog4-item {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 25px;
}
.blog4-item:not(:first-child) {
  padding-top: 35px;
  border-top: 1px solid #D2D2D2;
}
.blog4-item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog4-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .blog4-item:not(:first-child) {
    padding-top: 25px;
  }
}
.blog4-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.blog4-date {
  padding-top: 10px;
  text-align: center;
}
.blog4-date span {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #161A33;
}
.blog4-date p {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7C7C7C;
}

.blog4-content h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #161A33;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog4-content h3 {
    font-size: 20px;
  }
}
.blog4-content p {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #161A33;
}

/* blog css end */
/* cta css start */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-area .section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta4-area .section-title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cta4-area .section-title {
    line-height: 1.2;
  }
}

.cta4-content .blue-btn a {
  font-size: 25px;
  padding: 11px 30px;
  border-radius: 45px;
}
.cta4-content .blue-btn a:hover {
  color: #0E84E1;
}
.cta4-content .blue-btn a::after {
  background-color: #fff;
}
.cta4-content .blue-btn a i {
  margin-left: 0;
}

/* cta css end */
.dark .service-list-content h4, .dark .service-list-content p {
  color: #fff;
}
.dark .blog5_box .blog5-content p,
.dark .blog5_box .blog5-content-title .et-testimonial-area .et-testi-item .et-testi-content .et-testi-author-des p,
.dark .et-testimonial-area .et-testi-item .et-testi-content .et-testi-author-name h3,
.dark .feature5_wrapper .feature5_list ul li {
  color: #fff;
}
.dark .blog5_box.et-gray-bg {
  background: #090C1C;
}
.dark .blog5_box .blog5-meta a:hover {
  border-color: #fff;
}

.approach6-area.elementor-section::before {
  content: "";
  position: absolute;
  width: 488px;
  height: 488px;
  left: 50%;
  top: 0;
  background: linear-gradient(180deg, #F3FAFF 0%, #6FBEFD 100%);
  opacity: 0.75;
  filter: blur(217px);
  transform: translateX(-50%);
}

/*----------------------------------------*/
/*  23. Update css
/*----------------------------------------*/
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=eurtech-core.css.map */
