/*----------------------------------------*/
/*  01. Theme default
/*----------------------------------------*/
body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text);
  font-size: 14px;
}

.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);
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

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: "Rubik", sans-serif;
  font-weight: 400;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", 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: "Rubik", 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: "Rubik", sans-serif;
  font-weight: 400;
}

* input::placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

/*--
    - Common Classes
-----------------------------------------*/
.clear {
  clear: both;
}

.translate-y--10 {
  transform: translateY(-10px);
}

/*--
    - Background color
-----------------------------------------*/
.theme-bg {
  background-color: var(--clr-theme-11) !important;
}

.gray-bg {
  background-color: var(--clr-bg-gray);
}

.heading-bg {
  background-color: var(--clr-body-heading);
}

/*--
    - 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: #111111;
  --clr-body-heading2: #232323;
  --clr-body-text: #777777;
  --clr-body-text2: #878787;
  --clr-body-text3: #787878;
  --clr-theme-11: #25498e;
  --clr-theme-2: #fed424;
  --clr-bg-gray: #f7f7f7;
  --clr-bg-gray2: #EFEFEF;
  --clr-border-1: #474747;
  --clr-border-2: #757575;
  --clr-border-3: #303030;
  --clr-border-4: #E5E5E5;
  --clr-border-5: #D4D4D4;
  --clr-border-6: #DFDFDF;
}

.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-11);
}
.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-11);
  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;
  align-items: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 5px !important;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-11) !important;
  padding: 0px 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.theme-btn.h-55 {
  height: 55px;
}
.theme-btn i {
  margin-inline-end: 10px;
}

.theme-btn2 {
  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: 5px;
  color: var(--clr-body-heading);
  background-color: var(--clr-theme-2);
  padding: 0px 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  align-items: center;
}
.theme-btn2 i {
  margin-inline-end: 7px;
}
.theme-btn2:hover {
  background-color: var(--clr-theme-11) !important;
}

.theme-btn-black {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: 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;
}

.btn-transparent {
  background: transparent;
  border: 1px solid #36528b;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  border-radius: 5px !important;
  color: var(--clr-common-white);
  padding: 0px 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  align-items: center;
}
.btn-transparent i {
  margin-inline-end: 7px;
}
.btn-transparent:hover {
  background-color: var(--clr-theme-11) !important;
  border-color: transparent;
  color: var(--clr-common-white);
}

.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-11);
  border: 1px solid var(--clr-theme-11);
  background-color: transparent;
  text-align: center;
  padding: 0px 38px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  align-items: center;
}
.theme-btn-border:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-11);
}

@media (max-width: 767px) {
  .theme-btn,
  .theme-btn2,
  .theme-btn-border,
  .theme-btn-black {
    height: 50px !important;
    padding: 0px 30px !important;
  }
}
.theme-btn.theme-btn-rounded,
.theme-btn2.theme-btn-rounded,
.theme-btn-border.theme-btn-rounded,
.theme-btn-black.theme-btn-rounded {
  border-radius: 30px;
}
.theme-btn:before,
.theme-btn2: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-btn2:hover,
.theme-btn-border:hover,
.theme-btn-black:hover {
  color: var(--clr-common-white);
}
.theme-btn:hover:before,
.theme-btn2: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-btn2:focus,
.theme-btn-border:focus,
.theme-btn-black:focus {
  color: var(--clr-common-white);
}

.theme-btn3 {
  background-color: #fff !important;
  color: var(--clr-body-heading) !important;
  font-weight: 700 !important;
  border: 2px solid rgb(245, 245, 245) !important;
}
.theme-btn3 i {
  margin-inline-start: 6px;
  margin-inline-end: 0;
}
.theme-btn3:hover {
  background-color: var(--clr-theme-11) !important;
  color: var(--clr-common-white) !important;
  border-color: transparent;
}

@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-11);
}

.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;
}

/*--
    - 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-11);
  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-11);
}
.bd-main-menu ul li .sub-menu li:hover > a {
  color: var(--clr-theme-11);
}
.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-11);
}
.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-11);
}
.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 only screen and (min-width: 1400px) and (max-width: 1599px) {
  .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-11);
  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-11);
  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-11);
}

.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-11);
}

.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-11);
}

.side-menu-icon-four i {
  color: var(--clr-body-heading);
}

.bd-main-menu-border-five {
  margin-left: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .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-11);
}

@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-11);
  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 only screen and (min-width: 1400px) and (max-width: 1599px), 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-11);
  border-color: var(--clr-theme-11);
  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-11);
}

.bd-main-menu .current_page_item.active > a::after {
  color: var(--clr-theme-11);
}

.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;
}

.gerez-pro-widget-title {
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600;
}

.gerez-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 input, .post-comment-form input, .comment-respond input {
  border: 2px solid #f3f4f8;
  height: 55px;
  margin-bottom: 30px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  background-color: #f3f4f8;
}

.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;
}

.gerez-page-content table td {
  border: 0;
}
.gerez-page-content table th {
  border: 0;
}
.gerez-page-content table a {
  color: rgb(17, 17, 17);
  font-weight: 600;
}
.gerez-page-content table tbody td {
  text-align: center;
}

.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: 35px;
}
.header-contact ul li .cta-number .cta-icon {
  margin-right: 10px;
}
.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;
}
@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: #a7bde2;
  margin-bottom: 5px;
}
.header-contact ul li .cta-number .cta-number-text h4 {
  font-size: 16px;
  color: var(--clr-common-white);
  font-family: "Dosis", sans-serif;
  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;
  }
}

.header-search {
  position: relative;
}
.header-search input {
  width: 100%;
  padding: 0px 0px 0px 40px;
  border: none;
  background: transparent;
  color: var(--clr-common-white);
}
.header-search input::placeholder {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.header-search i {
  position: absolute;
  left: 15px;
  top: 3px;
  color: var(--clr-common-white);
}

#home3-logo {
  height: 90px;
  width: 200px;
  background: #2d5aac;
  line-height: 90px;
  clip-path: polygon(89% 100%, 100% 0, 0 0, 12% 100%);
  margin-top: -20px;
}
@media only screen and (min-width: 300px) and (max-width: 1199px) {
  #home3-logo {
    background: transparent;
    margin-top: 0;
    width: 50%;
    clip-path: none;
  }
}

@media only screen and (min-width: 300px) and (max-width: 1199px) {
  #home3-responnsive {
    padding: 0px 20px;
    background: var(--clr-theme-11);
  }
}
@media only screen and (min-width: 300px) and (max-width: 1199px) {
  #home3-responnsive .side-toggle i {
    color: var(--clr-common-white) !important;
  }
}

.generic-el-social-icon a {
  width: auto !important;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--clr-theme-2);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--clr-theme-2);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

/*----------------------------------------*/
/*  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-inline-end: 35px;
  font-size: 14px;
  font-weight: 500;
  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-inline-end: 10px;
  }
}
@media (max-width: 575px) {
  .bd-blog-meta ul li {
    display: block !important;
    margin-bottom: 7px;
  }
  .bd-blog-meta ul li:last-child {
    margin-bottom: 0px;
  }
}
.bd-blog-meta ul li:last-child {
  margin-inline-end: 0px;
}
.bd-blog-meta ul li span {
  margin-inline-end: 5px;
  font-size: 18px;
  transform: translateY(2px);
  color: var(--clr-theme-11) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-blog-meta ul li span {
    margin-inline-end: 5px;
  }
}
.bd-blog-meta ul li a:hover {
  color: var(--clr-theme-11) !important;
}

.bd-blog-text {
  padding: 25px 30px 30px 30px;
  background-color: var(--clr-bg-gray) !important;
}

.bd-blog-text2 {
  padding: 25px 30px 30px 30px;
  background-color: var(--clr-common-white);
}

.bd-blog-title {
  font-size: 36px !important;
  line-height: 1.35 !important;
  font-weight: 600 !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: 26px !important;
  }
}
.bd-blog-title:hover > a {
  color: var(--clr-theme-11) !important;
}

.bd-blog-title2 {
  font-size: 22px;
  line-height: 1.35;
  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-11) !important;
}

.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-11);
}
.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-11);
  color: var(--clr-common-white);
}

.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);
}
.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-11);
  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-11);
}

.sidebar__widget--title {
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600;
  font-family: "Rubik", sans-serif !important;
  text-transform: uppercase;
}
.sidebar__widget--title:before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--clr-theme-11);
}

.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-inline-start: 20px;
  color: var(--clr-body-text);
  font-size: 16px;
}
.widget ul li a:before {
  position: absolute;
  content: "\f054";
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--clr-theme-11);
  -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-11);
}
.widget ul li a:hover:before {
  inset-inline-start: 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-11);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-11);
}

@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;
  }
}

.bd-sidebar__news-text h5 {
  font-family: "Dosis", sans-serif;
}
.bd-sidebar__news-text h5:hover {
  color: var(--clr-theme-11);
}
.bd-sidebar__news-text span a i {
  margin-right: 5px;
}

.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-11);
  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-11);
  height: 2px;
  width: 40px;
  top: -4px;
  margin-inline-end: 10px;
  position: relative;
}

.blog__deatails--tag span {
  font-size: 16px;
  margin-inline-end: 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-inline-end: 0;
  }
}
.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-11);
  color: var(--clr-common-white);
  background: var(--clr-theme-11);
}

.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 ul {
  list-style: none;
}

.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%;
}

.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-11);
}

.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: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0.51px rgba(10, 0, 58, 0.14);
  -moz-box-shadow: 0px 1px 2px 0.51px rgba(10, 0, 58, 0.14);
  box-shadow: 0px 1px 2px 0.51px rgba(10, 0, 58, 0.14);
}

.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-11);
  color: #fff;
}

.swiper-blog-button {
  position: absolute;
  top: 50%;
  color: var(--clr-theme-11);
  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-11);
}

.tagcloud a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px !important;
  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);
}

.tagcloud a:hover {
  background: var(--clr-theme-11);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-11);
}

.wp-block-search .wp-block-search__label {
  width: 100%;
  font-size: 22px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600 !important;
  color: #000;
  font-family: "Rubik", sans-serif !important;
  text-transform: uppercase;
  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-11);
}

.widget_block .wp-block-group__inner-container h2 {
  font-size: 22px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600 !important;
  color: #000;
  font-family: "Rubik", sans-serif !important;
  text-transform: uppercase;
}

.widget_block .wp-block-group__inner-container h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--clr-theme-11);
}

.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: var(--clr-theme-11) !important;
}

.home1-blog .generic-blog-thumb {
  border-radius: 10px;
}
.home1-blog .author-name {
  font-family: "Rubik", sans-serif;
  color: var(--clr-common-black);
  font-weight: 500;
}

.home2-blog .generic-blog-list-style-2 .generic-blog-content {
  background: #f7f7f7;
}
.home2-blog .generic-blog-list-style-2 .generic-blog-thumb {
  border-radius: 10px;
}
.home2-blog .generic-blog-list-style-1.generic-blog-wrapper {
  background: #f7f7f7;
  box-shadow: none;
  margin-bottom: 30px;
}
.home2-blog .generic-blog-list-style-1.generic-blog-wrapper .generic-blog-content {
  background: #f7f7f7;
}
.home2-blog .generic-blog-list-style-1.generic-blog-wrapper .generic-blog-thumb {
  border-radius: 10px;
}
.home2-blog .author-name {
  font-family: "Rubik", sans-serif;
  color: var(--clr-common-black);
  font-weight: 500;
}

.home3-blog .generic-blog-list-style-2 .generic-blog-thumb {
  border-radius: 10px;
}
.home3-blog .generic-blog-list-style-1.generic-blog-wrapper {
  box-shadow: none;
  margin-bottom: 30px;
}
.home3-blog .generic-blog-list-style-1.generic-blog-wrapper .generic-blog-thumb {
  border-radius: 10px;
}
.home3-blog .author-name {
  font-family: "Rubik", sans-serif;
  color: var(--clr-common-black);
  font-weight: 500;
}

@media (max-width: 767px) {
  .title-btn.text-end {
    text-align: start !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-btn.text-end {
    text-align: start !important;
  }
}

@media (max-width: 767px) {
  .home2-blog .generic-blog-element-wrapper.generic-blog-align-center {
    display: inherit !important;
  }
}

@media (max-width: 767px) {
  .home3-blog .generic-blog-element-wrapper.generic-blog-align-center {
    display: inherit !important;
  }
}

.generic-blog-author .author-thumb {
  width: 30px !important;
  align-items: center;
  display: flex;
}

.generic-blog-list-style-2 .generic-blog-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(37, 73, 142, 0.7) 100%);
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease-out 0s;
  z-index: 1;
}
.generic-blog-list-style-2:hover .generic-blog-thumb::before {
  height: 100%;
}

/*----------------------------------------*/
/*  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;
}

/*----------------------------------------*/
/*  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;
}
.bd-footer-widget ul li:last-child {
  margin-bottom: 0px;
}
.bd-footer-widget ul li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-body-text2);
  display: inline-block;
}
.bd-footer-widget a {
  position: relative;
}
.bd-footer-widget a:hover {
  color: var(--clr-common-white);
}

.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: var(--clr-body-text2);
}

.footer-col-2 {
  padding-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-2 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-2 {
    padding-left: 0px;
  }
}

.footer-col-3 {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-3 {
    padding-left: 0px;
  }
}

.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;
}

.f-get-btn2 a:hover span {
  color: var(--clr-body-heading);
}
.f-get-btn2 a span {
  -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;
}

.f-get-btn1 a:hover span {
  color: var(--clr-common-white);
}
.f-get-btn1 a span {
  -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;
}

.elementor-icon-list-item a span {
  -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;
}

/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  height: auto;
}

code {
  color: #25498e;
}

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: #25498e;
}

.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: #25498e;
}
.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: #25498e;
}

.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: #25498e;
}

.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: #25498e;
}
.widget-social-icon a:hover {
  color: #25498e;
}

.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: #25498e;
}

.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: #25498e;
}

#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: #25498e;
}

.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: #25498e;
}

.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: #25498e;
}

.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;
}

.gerez-page-content ol,
.gerez-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: #878787;
  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: 500;
  padding-left: 0;
}

.widget li a:hover {
  color: #25498e;
}

.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;
  color: #fff;
}

.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: #25498e;
}

.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: #25498e;
}

.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%;
}

/* 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: #878787;
}

.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: #25498e;
  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: 400;
  border: 1px solid #ddd;
}

#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: #25498e;
  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 #25498e;
  color: #25498e;
}
.navigation.posts-navigation .nav-links a:hover {
  background: #25498e;
  color: #fff;
}

/*page table*/
.gerez-page-content table {
  margin-bottom: 30px;
}

.gerez-page-content table tbody td {
  text-align: center;
}

.gerez-page-content table a {
  color: #25498e;
}

.gerez-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.gerez-page-content th,
.gerez-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.gerez-page-content table,
.gerez-page-content th,
.gerez-page-content td {
  border: 1px solid #d1d1d1;
}

.gerez-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.gerez-page-content ol li,
.gerez-page-content ul li {
  margin-bottom: 7px;
}

.gerez-page-content ol li ol,
.gerez-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: #25498e;
  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;
}

.widget.widget_recent_comments ul li .comment-author-link a {
  color: #25498e;
}

.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: #25498e;
  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 #25498e !important;
  border-bottom: 4px solid #25498e !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: #25498e;
}

/*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: #25498e !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;
}

.gerez-page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}

.gerez-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}

.admin-bar .sticky-menu {
  margin-top: 32px;
}

.gerez-page-content .post-comments-form {
  margin-top: 50px;
}
.gerez-page-content .post-comments {
  margin-top: 40px;
}

.postbox.sticky .postbox_text {
  border: 2px solid #25498e;
}

.page-links > span {
  border: 2px solid #25498e;
  color: #25498e;
}

.post-text a:hover {
  color: #25498e;
}

.post-text a {
  color: #25498e;
}
.post-text a.tag-cloud-link {
  color: #666;
}
.post-text a.tag-cloud-link:hover {
  color: #fff;
  background: #25498e;
  border-color: #25498e;
}

.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: #25498e;
  border-color: #25498e;
}

.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 #25498e;
  color: #25498e;
}

.post-password-form input[type=submit] {
  background-color: #25498e;
}

.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 label {
  width: 100%;
  margin-bottom: 8px;
}

.post-password-form input[type=submit] {
  background-color: #25498e;
  border: none;
  padding: 10px 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.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;
}

.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;
}

.gerez-page-content ol,
.gerez-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.gerez-page-content .elementor-widget-container .sidebar__widget ol,
.gerez-page-content .elementor-widget-container .sidebar__widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.gerez-page-content ol ol ol,
.gerez-page-content ol ul ul,
.gerez-page-content ul ol ol,
.gerez-page-content ul ul ul {
  margin-bottom: 0px;
}

.gerez-page-content ol ol,
.gerez-page-content ol ul,
.gerez-page-content ul ol,
.gerez-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: #25498e;
}

.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: #25498e;
  font-size: 14px;
  margin-right: 2px;
}
.post-meta a {
  font-weight: 500;
  color: #747ca2;
}
.post-meta a:hover {
  color: #25498e;
}

.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: #25498e;
  color: #fff;
  border-color: #25498e;
}

header ul,
footer ul {
  list-style: none;
}

.gerez-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: #25498e;
  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: #25498e;
  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: #25498e;
  color: #fff;
}

.sidebar-posts-bg-thumb {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}

.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: #25498e;
}

.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: #25498e;
  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 .generic-page-title-wrapper .generic-el-breadcrumb-title {
  font-size: 60px !important;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .single-post .generic-page-title-wrapper .generic-el-breadcrumb-title {
    font-size: 42px !important;
  }
}

.single-post .bd-page-title .breadcrumb-title {
  font-size: 60px;
}

.single-post .breadcrumb-menu {
  display: none;
}

.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;
}

.post-input input::placeholder, .post-input textarea::placeholder {
  font-size: 14px;
  font-family: "Rubik", 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 !important;
  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: #878787;
  font-weight: 400;
}

.widget_rss ul li a.rsswidget {
  font-weight: 600;
}

.bd-footer-widget p {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
}

.bd-footer-widget .tagcloud .tag-cloud-link {
  border: 1px solid #878787;
  color: #878787;
}

.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: 2px solid #e8e7ec;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: 400 !important;
  border-radius: 6px;
}
.wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #25498e;
  border-color: #25498e;
}

@media (max-width: 991px) {
  .blog__wrapper.mr-35 {
    margin-right: 0;
  }
  .blog__details-wrapper.mr-35 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  div.latest-comments ul li ul.children {
    padding-left: 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: #000;
}

.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: #25498e;
}

.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: #25498e;
}

.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: #25498e;
}

.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: 35px;
}

.wp-block-latest-comments__comment a:hover {
  color: #25498e;
}

.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: #25498e;
}

/*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.wp-block-latest-comments__comment-author {
  color: #fff;
}

.bd-footer-widget.widget_block .wp-block-latest-comments li a:hover {
  color: #fff;
}

/*fadein custom*/
@-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;
}

.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: "\f342";
  font-family: "dashicons";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #25498e;
  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: #25498e;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.hero-img {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-img {
    margin-right: 0px !important;
  }
}
.hero-img .hero-shape {
  position: absolute;
  top: -12px;
  inset-inline-start: -100px;
}
.hero-img img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-img img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .hero-img img {
    width: 80%;
  }
}

.hero-img2 {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-img2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-img2 img {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapper2 {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrapper {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapper {
    margin-top: 90px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper {
    margin-right: 0px;
  }
}
.hero-wrapper h6 {
  font-size: 14px;
  color: #2d5aac;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.hero-wrapper h6::after {
  position: absolute;
  content: "";
  inset-inline-end: -50px;
  top: 8px;
  width: 40px;
  height: 2px;
  background: #2d5aac;
}
.hero-wrapper .hero-subtitle2 {
  color: var(--clr-theme-2);
}
.hero-wrapper .hero-subtitle2::after {
  background: var(--clr-theme-2);
}

.hero-title {
  font-size: 80px;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 35px;
  }
}

.hero-btn a {
  margin-right: 25px;
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-btn a {
    margin-bottom: 10px;
  }
}

.bd-hero__height-1 {
  position: relative;
  min-height: 820px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bd-hero__height-1 {
    min-height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-hero__height-1 {
    min-height: 620px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-hero__height-1 {
    min-height: 720px;
  }
}
.bd-hero__height-1::before {
  position: absolute;
  content: "";
  background: var(--clr-common-black);
  height: 100%;
  width: 100%;
  opacity: 0.402;
}

.generic-page-title-wrapper .breadcrumb-menu .bredicon {
  padding-right: 10px;
  color: #fff;
  padding-left: 10px;
}
.generic-page-title-wrapper .breadcrumb-menu .bredicon i {
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}

.bd-big__title {
  font-size: 60px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-big__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-big__title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-big__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bd-big__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .bd-big__title {
    font-size: 30px;
  }
}

.bd-small__title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  color: var(--clr-theme-11);
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
}
.bd-small__title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 8px;
  width: 40px;
  height: 1px;
  background: var(--clr-theme-11);
}
.bd-small__title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 40px;
  height: 1px;
  background: var(--clr-theme-11);
}

.bd-small__title2::after {
  display: none;
}

.bd-small__title3 {
  color: var(--clr-theme-2);
}
.bd-small__title3::before {
  background: #494949;
}
.bd-small__title3::after {
  background: #494949;
}

.bd-small__title4 {
  color: var(--clr-common-white);
}
.bd-small__title4::before {
  background: var(--clr-common-white);
}
.bd-small__title4::after {
  background: var(--clr-common-white);
}

.bd-small__title-left::before {
  display: none;
}

.bd-service__item {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.bd-service__item:hover .icons-circle img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.bd-service__item3 {
  box-shadow: none;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  transition: all 500ms ease;
}
.bd-service__item3:hover {
  transform: translateY(-10px);
}

.bd-service__content {
  padding: 105px 50px 35px 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.bd-service__content h3 {
  font-size: 24px;
  text-transform: uppercase;
}
.bd-service__content h3:hover {
  color: var(--clr-theme-11);
}

.bd-service__thumb3 {
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateY(40%);
  transform: translate(-50%, 45%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-service__thumb3 {
    top: -55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service__thumb3 {
    top: -50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-service__thumb3 {
    top: -45% !important;
  }
}
@media (max-width: 767px) {
  .bd-service__thumb3 {
    top: -30% !important;
  }
}
.bd-service__thumb3 img {
  max-width: inherit !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-service__thumb3 img {
    height: 150px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service__thumb3 img {
    height: 150px !important;
  }
}
@media (max-width: 767px) {
  .bd-service__thumb3 img {
    width: 140px !important;
  }
}

.bd-service__content-3 {
  padding: 110px 50px 40px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-service__content-3 {
    padding: 90px 50px 40px 50px;
  }
}
.bd-service__content-3 p {
  color: #777777;
  margin-bottom: 20px;
}
.bd-service__content-3 .s3-btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #c7c7c7;
}
.bd-service__content-3 .s3-btn i {
  margin-left: 3px;
}

.bd-service__item4 {
  background: none;
  box-shadow: none;
}
.bd-service__item4:hover .bd-service__thumb4::before {
  left: 60px;
  top: 45%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-service__item4:hover .bd-service__thumb4::before {
    left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-service__item4:hover .bd-service__thumb4::before {
    display: none;
  }
}
.bd-service__item4:hover .bd-service__thumb4::after {
  top: 0;
  right: 100px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-service__item4:hover .bd-service__thumb4::after {
    right: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-service__item4:hover .bd-service__thumb4::after {
    display: none;
  }
}
.bd-service__item4:hover .bd-service__content-4 {
  padding: 75px 50px 35px 50px;
}
@media (max-width: 767px) {
  .bd-service__item4:hover .bd-service__content-4 {
    padding: 75px 30px 35px 30px;
  }
}
.bd-service__item4:hover .bd-service__content-4::before {
  background: #fff;
  height: 20px;
  top: 30px;
}
.bd-service__item4:hover .bd-service__content-4 .s-quote-btn {
  opacity: 1;
  visibility: visible;
}
.bd-service__item4 .bd-service__thumb4 {
  position: relative;
  z-index: 11;
}
.bd-service__item4 .bd-service__thumb4::before {
  position: absolute;
  content: "";
  background: var(--clr-theme-2);
  width: 90px;
  height: 90px;
  top: 40%;
  left: 80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.bd-service__item4 .bd-service__thumb4::after {
  position: absolute;
  content: "";
  background: transparent;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 130px;
  border-radius: 50%;
  z-index: -1;
  border: 5px solid var(--clr-theme-2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.bd-service__item4 .bd-service__content-4 {
  padding: 115px 50px 35px 50px;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
@media (max-width: 767px) {
  .bd-service__item4 .bd-service__content-4 {
    padding: 115px 30px 35px 30px;
  }
}
.bd-service__item4 .bd-service__content-4::before {
  position: absolute;
  content: "";
  background: #3358a1;
  width: 1px;
  height: 60px;
  left: 50%;
  top: 30px;
  transition: all 0.3s ease-out 0s;
}
.bd-service__item4 .bd-service__content-4 h3 {
  color: var(--clr-common-white);
}
.bd-service__item4 .bd-service__content-4 p {
  color: #a1b4da;
}
.bd-service__item4 .bd-service__content-4 .s-quote-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.bd-service__item4 .bd-service__content-4 .s-quote-btn .s3-btn {
  color: var(--clr-common-white);
}
.bd-service__item4 .bd-service__content-4 .s-quote-btn .s3-btn i {
  margin-left: 3px;
}

.icons-circle {
  height: 100px;
  width: 100px;
  background: #ddd;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}

.bd-service__link a {
  width: 100%;
  padding: 20px 20px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.04) !important;
  text-transform: uppercase;
  font-weight: 500;
}
.bd-service__link a:hover {
  background-color: var(--clr-theme-2);
  color: var(--clr-body-heading);
}

.remove-iconbox-shadow .generic-iconbox {
  border: 0;
  padding: 0 20px;
}
.remove-iconbox-shadow .generic-iconbox:hover {
  box-shadow: none;
}
.remove-iconbox-shadow .generic-iconbox:hover .generic-iconbox-title {
  color: #25498e;
}
.remove-iconbox-shadow .generic-iconbox:hover .generic-iconbox-title::before {
  color: #25498e;
}
.remove-iconbox-shadow .generic-iconbox:hover .generic-iconbox-icon {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.remove-iconbox-shadow .generic-iconbox:hover .generic-iconbox-icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.remove-iconbox-shadow .generic-iconbox .generic-iconbox-icon {
  background: var(--clr-theme-2);
  color: var(--clr-body-heading);
  box-shadow: none;
  transition: all 0.3s ease-out 0s;
}
.remove-iconbox-shadow .generic-iconbox .generic-iconbox-title {
  font-size: 14px;
  color: var(--clr-body-heading);
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  position: relative;
  line-height: 1.714;
  transition: all 0.3s ease-out 0s;
}
.remove-iconbox-shadow .generic-iconbox .generic-iconbox-title::before {
  position: absolute;
  content: "\f175";
  bottom: -40px;
  left: 50%;
  font-family: "Font Awesome 5 Pro";
  transform: translateX(-50%);
  color: #dad9d9;
  font-size: 18px;
  transition: all 0.3s ease-out 0s;
}

.bd-service__item2:hover .icons-circle2 img {
  transform: rotateY(360deg);
  display: inline-block;
}
.bd-service__item2 .bd-service__thumb {
  position: relative;
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service__item2 .bd-service__thumb > img {
    width: 100%;
  }
}
.bd-service__item2 .bd-service__thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(37, 73, 142, 0.7) 100%);
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease-out 0s;
  z-index: 1;
}
.bd-service__item2 .bd-service__thumb .icons-circle2 {
  height: 80px;
  width: 80px;
  background: var(--clr-theme-11);
  line-height: 80px;
  text-align: center;
  position: absolute;
  inset-inline-end: 40px;
  bottom: 0px;
  border-radius: 10px 10px 0px 0px;
}
.bd-service__item2 .bd-service__thumb .icons-circle2 img {
  transition: all 0.5s ease-out 0s;
}
.bd-service__item2 .bd-service__content {
  padding: 35px 40px 25px 40px;
}
.bd-service__item2 .bd-service__link {
  margin: 0px 40px;
}
.bd-service__item2 .bd-service__link a {
  background: #f2f2f2;
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 20px 15px 20px;
  border-radius: 10px 10px 0px 0px;
}
.bd-service__item2 .bd-service__link a:hover {
  background-color: var(--clr-theme-2);
  color: var(--clr-body-heading);
}
.bd-service__item2:hover .bd-service__thumb::before {
  height: 100%;
}

.bd-docoment__items {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.bd-docoment__items a {
  height: 60px;
  padding: 0px 30px;
  color: var(--clr-body-heading);
  display: flex;
  align-items: center;
  position: relative;
}
.bd-docoment__items a i {
  padding-inline-end: 10px;
  background: var(--clr-theme-11);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}
.bd-docoment__items a::after {
  position: absolute;
  content: "\f019";
  inset-inline-end: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6, #25498e, #25498e);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 100%;
  transition: 0.3s;
}
.bd-docoment__items a:hover:after {
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100% 0;
}
.bd-docoment__items:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-service__details-wrapper {
    padding-right: 0;
  }
}

.bd-service__details-features {
  padding: 45px 50px 50px 50px;
  background: #f8f8f9;
  border-radius: 10px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-service__details-features {
    padding: 50px 15px;
  }
}

.bd-service__features-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}
.bd-service__features-list a {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  width: calc((100% - 60px) / 3);
  position: relative;
  background: var(--clr-common-white);
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #141f2b;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service__features-list a {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-service__features-list a {
    width: calc((100% - 0px) / 1);
  }
}
.bd-service__features-list a:hover::after {
  background: var(--clr-common-white);
}
.bd-service__features-list a:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: var(--clr-theme-11);
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 20px;
  border-radius: 50%;
}
.bd-service__features-list a:hover {
  background-color: var(--clr-theme-11);
  color: var(--clr-common-white);
}
.bd-service__features-list:hover a after {
  color: var(--clr-common-white);
  background: var(--clr-common-white);
}

.service-sidebar:first-child {
  padding: 30px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}
.service-sidebar:first-child ul li a {
  font-weight: 400;
  color: var(--clr-body-heading);
}

.bd-service__details-title {
  font-size: 40px;
  text-transform: capitalize;
}

.bd-service__details-features h3 {
  font-size: 32px;
  text-transform: capitalize;
}

.ab-wrapper h6 {
  font-size: 14px;
  color: #2d5aac;
  font-family: "Rubik", sans-serif !important;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.ab-wrapper h6::after {
  position: absolute;
  content: "";
  inset-inline-end: -50px;
  top: 8px;
  width: 40px;
  height: 2px;
  background: #2d5aac;
}
.ab-wrapper .bd-small__title5 {
  color: var(--clr-common-white);
  margin-left: 55px;
}
.ab-wrapper .bd-small__title5::before {
  position: absolute;
  content: "";
  left: -52px;
  top: 8px;
  width: 40px;
  height: 1px;
  background: var(--clr-common-white);
}
.ab-wrapper .bd-small__title5::after {
  display: none;
}

.ab-tab-content p {
  font-size: 18px;
}

.ab-title {
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ab-title {
    font-size: 34px;
  }
}
.ab-title span {
  color: var(--clr-theme-11);
}

.ab-title2 {
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-title2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ab-title2 {
    font-size: 32px;
  }
}

.ab-tabs .nav-link {
  padding: 20px 30px;
  background: var(--clr-common-white);
  color: var(--clr-body-heading);
  margin-inline-end: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.ab-tabs .nav-link.active {
  background: var(--clr-theme-11);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-tabs.ml-30 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ab-tabs.ml-30 {
    margin-left: 0px;
  }
}

.ab-thumb {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ab-thumb {
    margin-top: 50px;
  }
}
.ab-thumb:hover .ab-shape img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.ab-thumb .ab-shape {
  position: absolute;
  bottom: 0;
  right: -40%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ab-thumb .ab-shape {
    right: 0px;
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ab-thumb .ab-shape {
    right: 0px;
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-thumb .ab-shape {
    right: 0px;
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ab-thumb .ab-shape {
    right: -120px;
  }
}
@media (max-width: 575px) {
  .ab-thumb .ab-shape {
    width: 60%;
    right: -80px;
  }
}

.ab-tabs2 .nav-link {
  background: #f6f6f6;
}

.ab-content-bottom .author-img {
  margin-inline-end: 15px;
  margin-bottom: 0;
}
.ab-content-bottom .author-img img {
  margin-top: 0;
}
.ab-content-bottom .author-text h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ab-content-bottom .author-text span {
  font-size: 16px;
}

.bd-about__content {
  margin-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-about__content {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bd-about__content {
    margin-right: 0px;
  }
}

.ab-content-bottom2 {
  border-top: 1px solid #f0f0f0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ab-content-bottom2 ul {
    display: inherit !important;
  }
}
.ab-content-bottom2 ul li {
  display: inline-block;
  list-style: none;
}
@media (max-width: 767px) {
  .ab-content-bottom2 ul li .ab-number {
    display: inherit !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ab-content-bottom2 ul li .ab-number {
    display: flex !important;
  }
}
.ab-content-bottom2 ul li .ab-number .ab-icon {
  margin-right: 15px;
}
.ab-content-bottom2 ul li .ab-number .ab-icon i {
  font-size: 50px;
  color: var(--clr-theme-11);
}
.ab-content-bottom2 ul li .ab-number .ab-number-text span {
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
}
.ab-content-bottom2 ul li .ab-number .ab-number-text h4 {
  font-size: 30px;
  color: var(--clr-body-heading);
}

.bd-section__wrapper .bd-about__thumb-1 {
  text-align: right;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .bd-section__wrapper .bd-about__thumb-1 {
    text-align: left;
  }
}
.bd-section__wrapper .bd-about__thumb-1:hover .ab-icon-box img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.bd-section__wrapper .bd-about__thumb-1 .ab-icon-box {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  top: 45px;
  right: 400px;
}
@media (max-width: 767px) {
  .bd-section__wrapper .bd-about__thumb-1 .ab-icon-box {
    left: 0;
    right: auto;
  }
}
.bd-section__wrapper .bd-about__thumb-2 {
  margin-top: -160px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .bd-section__wrapper .bd-about__thumb-2 {
    margin-top: 20px;
  }
}
.bd-section__wrapper .ab-exp {
  width: 190px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-section__wrapper .ab-exp {
    right: -32px;
    width: 150px;
  }
}
.bd-section__wrapper .ab-exp span {
  font-size: 14px;
  text-transform: uppercase;
  color: #777777;
}
.bd-section__wrapper .ab-exp h3 {
  font-size: 100px;
  color: var(--clr-theme-11);
  line-height: 1;
}

.about_thumb {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-inline-end: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about_thumb {
    margin-inline-end: 0;
    margin-bottom: 40px;
  }
}
.about_thumb::before {
  content: "";
  position: absolute;
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  top: 30px;
  inset-inline-start: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about_thumb::before {
    inset-inline-start: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_thumb::before {
    inset-inline-start: 30px;
  }
}

.about_wrapper .about_list li {
  list-style: none;
}
.about_wrapper .about_list li .about_list__inner:hover .list-number {
  background: var(--clr-theme-11);
  color: var(--clr-common-white);
}
.about_wrapper .about_list li .about_list__inner .list-number {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 35px;
  background: #f2f2f2;
  color: #0b2154;
  font-weight: 600;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-top: 3px;
  transition: all 0.3s ease-out 0s;
}
.about_wrapper .about_list li .about_list__inner .about_list__inner-content {
  overflow: hidden;
}
.about_wrapper .about_list li .about_list__inner .about_list__inner-content h5 {
  margin-bottom: 10px;
}

.chose-style-1 .chose-shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
}
.chose-style-1 .chose-shape-two {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
}
.chose-style-1 .chose-us-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
  inset-inline-start: auto;
}

.chose_wrapper .services_text_list {
  overflow: hidden;
}
.chose_wrapper .services_text_list li {
  color: #ffffff;
  float: left;
  width: 50%;
  display: inline-block;
  padding-inline-start: 35px;
  margin-bottom: 30px;
  position: relative;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 575px) {
  .chose_wrapper .services_text_list li {
    width: 100%;
  }
}
.chose_wrapper .services_text_list li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 10px;
  line-height: 1;
  border: 1px solid #ddd;
  inset-inline-start: 0;
  top: 0px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .chose_wrapper {
    padding-left: 20px;
    padding-top: 115px !important;
    padding-bottom: 120px !important;
    padding-right: 20px !important;
  }
}

.plan {
  padding: 45px 45px 40px 45px;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  background: var(--clr-common-white);
}
.plan::before {
  content: " ";
  position: absolute;
  background: var(--clr-theme-11);
  top: 0px;
  left: auto;
  right: 0;
  bottom: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  transition: all 0.4s ease-out 0s;
}
.plan .plan__header .plan-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.plan .plan__body .pr-list li {
  color: #0b2154;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}
.plan .plan__body .pr-list li i {
  color: var(--clr-theme-11);
  margin-inline-end: 20px;
}
.plan .plan__body .price span {
  color: #596277;
  font-size: 16px;
  font-weight: 400;
}

.plan.active::before {
  left: 0;
  width: 100%;
  right: auto;
}
.plan.active .plan__header .plan-title {
  color: var(--clr-common-white);
}
.plan.active .plan__header p {
  color: var(--clr-common-white);
}
.plan.active .plan__body .pr-list li {
  color: var(--clr-common-white);
}
.plan.active .plan__body .pr-list li i {
  color: var(--clr-common-white);
  margin-inline-end: 20px;
}
.plan.active .plan__body .price h3 {
  color: var(--clr-common-white);
}
.plan.active .plan__body .price h3 span {
  color: var(--clr-common-white);
}
.plan.active .theme-btn {
  background-color: var(--clr-common-white) !important;
  color: var(--clr-body-heading);
}

.cta-wrapper h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: var(--clr-common-white);
  line-height: 1.16;
}
@media (max-width: 767px) {
  .cta-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper ul {
    display: inherit !important;
  }
}
.cta-wrapper ul li {
  display: inline-block;
  list-style: none;
}
.cta-wrapper ul li .cta-number .cta-icon {
  margin-inline-end: 15px;
}
.cta-wrapper ul li .cta-number .cta-icon i {
  font-size: 50px;
  color: var(--clr-common-white);
}
.cta-wrapper ul li .cta-number .cta-number-text {
  text-align: left;
}
@media (max-width: 575px) {
  .cta-wrapper ul li .cta-number .cta-number-text {
    margin-top: 15px;
  }
}
.cta-wrapper ul li .cta-number .cta-number-text span {
  font-size: 14px;
  color: #ccd8ee;
  text-transform: uppercase;
}
.cta-wrapper ul li .cta-number .cta-number-text h4 {
  font-size: 30px;
  color: var(--clr-common-white);
}
.cta-wrapper ul .cta-border {
  margin-inline-end: 30px;
  padding-inline-end: 30px;
  border-right: 1px solid #36528b;
}
@media (max-width: 575px) {
  .cta-wrapper ul .cta-border {
    margin-inline-end: 0px;
    padding-inline-end: 0px;
    border-right: none;
  }
}

.mechanic-thumb {
  margin-left: -150px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mechanic-thumb {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mechanic-thumb {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mechanic-thumb {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mechanic-thumb {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.cta-form {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta-form {
    margin-left: 50px;
  }
}
.cta-form h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 30px;
}
.cta-form .cta-input {
  position: relative;
}
.cta-form .cta-input input,
.cta-form .cta-input select {
  width: 100%;
  background: transparent;
  border-radius: 4px;
  border: 2px solid #3b5c99;
  padding: 15px 15px 15px 45px;
  color: #5f79a9;
}
.cta-form .cta-input input::placeholder,
.cta-form .cta-input select::placeholder {
  color: #5f79a9;
}
.cta-form .cta-input i {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: var(--clr-common-white);
}
.cta-form .cta-submit {
  text-align: center;
}
.cta-form .cta-submit button {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 15px 15px;
  color: var(--clr-body-heading);
  background: var(--clr-theme-2);
  text-transform: uppercase;
  font-weight: 500;
}
.cta-form .cta-submit button i {
  margin-right: 5px;
}

.cta-form2 h3 {
  color: var(--clr-common-black);
}
.cta-form2 .cta-input input,
.cta-form2 .cta-input select {
  border: 2px solid rgb(246, 246, 246);
  color: #777777;
}
.cta-form2 .cta-input input::placeholder,
.cta-form2 .cta-input select::placeholder {
  color: #777777;
}
.cta-form2 .cta-input i {
  color: var(--clr-theme-11);
}

.phone__Phone_number {
  font-size: 14px;
  font-family: "FontAwesome5Pro";
  color: rgb(37, 73, 142);
  line-height: 2.857;
  position: absolute;
  left: 336.994px;
  top: 5067.822px;
  z-index: 125;
}

.calendar-wrapper {
  background: var(--clr-common-white);
  border-radius: 6px;
  padding: 40px 50px 45px 50px;
  margin-left: 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .calendar-wrapper {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .calendar-wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .calendar-wrapper {
    margin-left: 0px;
    padding: 20px 30px 25px 30px;
  }
}
.calendar-wrapper h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.calendar-wrapper p {
  font-size: 16px;
}
.calendar-wrapper table {
  margin-top: 25px;
  width: 100%;
}
.calendar-wrapper table tr {
  padding: 10px 0px;
  border-bottom: 1px solid #ececec;
  display: block;
}
.calendar-wrapper table tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.calendar-wrapper table tr td {
  font-size: 16px;
}
.calendar-wrapper table tr td span {
  font-weight: 500;
  color: var(--clr-theme-11);
}
.calendar-wrapper table tr td.f-child {
  color: var(--clr-body-heading);
  font-size: 16px;
  font-weight: 500;
}

.cta-black-shape {
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: auto;
}

.cta-submit-btn {
  position: relative;
  overflow: hidden;
}
.cta-submit-btn: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;
}
.cta-submit-btn:hover {
  color: var(--clr-common-white);
}
.cta-submit-btn:hover:before {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.cta-fot-inner {
  background-color: #315cab;
  padding: 30px 40px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .cta-contact {
    display: inherit !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-common-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta-common-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cta-common-wrapper {
    justify-content: left !important;
  }
}
.cta-common-wrapper .cta-thumb {
  margin-right: 10px;
}
.cta-common-wrapper .cta-number-text span {
  font-size: 14px;
  color: #a7bde2;
}
.cta-common-wrapper .cta-number-text h5 {
  font-size: 16px;
  color: var(--clr-common-white);
  text-transform: uppercase;
}

.cta-contact-social {
  display: flex;
  gap: 10px;
  justify-content: end;
}
@media (max-width: 767px) {
  .cta-contact-social {
    justify-content: start;
    margin-top: 15px;
  }
}
.cta-contact-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--clr-theme-11);
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  color: var(--clr-common-white);
}
.cta-contact-social a:hover {
  background: var(--clr-theme-2);
  color: var(--clr-body-heading);
}
.cta-contact-social a:hover i {
  transform: rotate(360deg);
}

.cta-inner {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding-inline-end: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cta-inner {
    padding: 25px;
  }
}
.cta-inner .cta-content {
  margin-left: 25px;
  position: relative;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-inner .cta-content {
    margin-left: 0;
  }
}
.cta-inner .cta-content h3 {
  font-size: 30px;
  line-height: 1.333;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-inner .cta-content h3 {
    font-size: 26px;
  }
}
.cta-inner .cta-content .cta-shape-icon {
  position: absolute;
  bottom: -35px;
  inset-inline-end: -80px;
  z-index: 1;
}

.solution-inner {
  background: var(--clr-theme-11);
  padding: 80px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .solution-inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .solution-inner {
    background-image: none !important;
  }
}
.solution-inner .solution-wrapper h3 {
  font-size: 30px;
  color: var(--clr-common-white);
  line-height: 1.333;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution-inner .solution-wrapper h3 br {
    display: none;
  }
}
.solution-inner .solution-tab .nav-tabs {
  border-bottom: none;
}
.solution-inner .solution-tab .nav-tabs .nav-link {
  border: none;
  padding: 0;
  background: transparent;
  margin-left: 30px;
  color: #7185ac;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .solution-inner .solution-tab .nav-tabs .nav-link {
    margin-left: 0px;
    margin-right: 30px;
    margin-top: 10px;
  }
}
.solution-inner .solution-tab .nav-tabs .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #aebbd5;
  height: 1px;
  left: 0;
  bottom: 4px;
  opacity: 0;
  visibility: hidden;
}
.solution-inner .solution-tab .nav-tabs .nav-link.active {
  color: var(--clr-common-white);
}
.solution-inner .solution-tab .nav-tabs .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}

.cta-bg-half {
  position: absolute;
  inset-inline-end: -12px;
  inset-inline-start: auto;
  text-align: right;
  top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-bg-half {
    inset-inline-end: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-bg-half {
    width: 600px !important;
  }
}

.calendar-wrapper2 {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.calendar-wrapper3 {
  margin-left: 0;
  background: transparent;
  padding: 0;
}
.calendar-wrapper3 table {
  margin-top: 0px;
}
.calendar-wrapper3 table tr {
  border-bottom: 1px solid #212121;
}
.calendar-wrapper3 table tr td {
  color: #999999;
}
.calendar-wrapper3 table tr td span {
  color: var(--clr-theme-2);
}
.calendar-wrapper3 table tr td.f-child {
  color: var(--clr-common-white);
}

@media (max-width: 767px) {
  .ab-tab-content.mr-50 {
    margin-right: 0;
  }
}

.cta-logo img {
  width: 130px;
}

@media (max-width: 767px) {
  .generic-el-header-info li {
    padding-left: 0 !important;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-service__details-wrapper {
    padding-right: 0 !important;
  }
}

.generic-brand-area .generic-brand-single {
  text-align: center;
}

.testimonial-area .testimonial-nav {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .testimonial-area .testimonial-nav {
    width: 100% !important;
    text-align: left !important;
    margin-top: 20px;
  }
}
.testimonial-area .testimonial-nav .testimonial-btn-prev,
.testimonial-area .testimonial-nav .testimonial-btn-next {
  font-size: 30px;
  color: var(--clr-body-heading);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  position: static;
  margin: 0 5px;
}
.testimonial-area .testimonial-nav .testimonial-btn-prev i,
.testimonial-area .testimonial-nav .testimonial-btn-next i {
  font-size: 20px;
}
.testimonial-area .testimonial-nav .testimonial-btn-prev:hover,
.testimonial-area .testimonial-nav .testimonial-btn-next:hover {
  background: var(--clr-theme-11);
  color: #fff;
}

.testimonial-single {
  margin-top: 30px;
}
.testimonial-single .test-content-mid {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  padding: 55px 35px 25px 35px;
  margin-bottom: 30px;
  position: relative;
}
.testimonial-single .test-content-mid p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}
.testimonial-single .test-content-mid .testimonial-quote {
  position: absolute;
  top: -30px;
  left: 40px;
}
.testimonial-single .test-content-mid .testimonial-quote i {
  font-size: 30px;
  color: var(--clr-theme-11);
}
.testimonial-single .test-content-bottom {
  margin-inline-start: 40px;
}
.testimonial-single .test-content-bottom .testimonial-img {
  margin-inline-end: 15px;
}
.testimonial-single .test-content-bottom .testimonial-name h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.testimonial-single .test-content-bottom .testimonial-name span {
  font-size: 16px;
}

.bd-portfolio__item {
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
}
.bd-portfolio__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 10px;
  background-color: rgb(37, 73, 142);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.bd-portfolio__item .bd-portfolio__content {
  text-align: center;
  position: absolute;
  bottom: -100px;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
  left: 50%;
  width: 100%;
  padding: 20px;
}
.bd-portfolio__item .bd-portfolio__content h3 {
  font-size: 24px;
  color: var(--clr-common-white);
  text-transform: uppercase;
}
.bd-portfolio__item .bd-portfolio__thumb img {
  border-radius: 10px;
  width: 100%;
}
.bd-portfolio__item:hover {
  transform: translateY(-10px);
}
.bd-portfolio__item:hover::before {
  opacity: 0.9;
}
.bd-portfolio__item:hover .bd-portfolio__content {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
}

.project-nav {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .project-nav {
    float: left;
  }
}
.project-nav .project-btn-prev, .project-nav .project-btn-next {
  font-size: 30px;
  color: var(--clr-body-heading);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(242, 242, 242);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  position: static;
  margin: 0 5px;
}
.project-nav .project-btn-prev i, .project-nav .project-btn-next i {
  font-size: 20px;
}
.project-nav .project-btn-prev:hover, .project-nav .project-btn-next:hover {
  background: var(--clr-theme-11);
  color: #fff;
  border-color: transparent;
}

.portfolio-btn-area .pf_btn {
  color: var(--clr-body-heading);
  border: 0;
  text-transform: uppercase;
  padding: 10px;
  border: 2px solid #f0f0f0;
  background-color: transparent;
  margin: 0 3px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.portfolio-btn-area .pf_btn:hover {
  color: #ffffff;
  background-color: var(--clr-theme-11);
  border-color: #f0f0f0;
}
.portfolio-btn-area .pf_btn.active {
  color: #ffffff;
  background-color: var(--clr-theme-11);
  border-color: transparent;
}

.gallery {
  position: relative;
  overflow: hidden;
}
.gallery:hover .gallery__thumb::before {
  top: 0;
  bottom: 0;
  height: 100%;
}
.gallery:hover .gallery__content {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.gallery .gallery__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.gallery .gallery__thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #010816;
  opacity: 0.67;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.gallery .gallery__thumb img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.gallery .gallery__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.gallery .gallery__content .gallery-inner {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 29px 44px 26px 44px;
}
.gallery .gallery__content .gallery-inner::before {
  content: "";
  position: absolute;
  background-color: var(--clr-common-white);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  z-index: -1;
}
.gallery .gallery__content .gallery-inner .gal-title {
  font-size: 24px;
  margin-bottom: 0;
}

.bd-case__meta {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bd-case__meta {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.bd-case__meta-item {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-case__meta-item {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-case__meta-item {
    gap: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-case__meta-item {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .bd-case__meta-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.bd-case__meta {
  background: #141f2b;
  padding: 32px 40px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .bd-case__meta {
    padding: 30px;
  }
}

.bd-case__meta-title {
  line-height: 1;
}
.bd-case__meta-title h4 {
  color: var(--clr-common-white);
  margin-bottom: 5px;
}
.bd-case__meta-title span {
  color: #aebac7;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-about__thumb.w-img img {
    width: 100%;
  }
}

.bd-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bd-video__play .popup-video {
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: var(--clr-theme-11);
}
.bd-video__play .popup-video:hover {
  color: rgb(106, 106, 106);
}

.bd-video__features-wrapper {
  background: var(--clr-theme-11);
  height: 100%;
  padding: 120px 120px 100px 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .bd-video__features-wrapper {
    padding: 30px;
  }
}
.bd-video__features-wrapper .video-title h6 {
  color: var(--clr-common-white);
}
.bd-video__features-wrapper .video-title h6::after {
  background: var(--clr-common-white);
  height: 1px;
}
.bd-video__features-wrapper .video-title h2 {
  color: var(--clr-common-white);
}
.bd-video__features-wrapper .bd-video__list ul {
  display: flex;
  flex-wrap: wrap;
}
.bd-video__features-wrapper .bd-video__list ul li {
  list-style: none;
  color: var(--clr-common-white);
  margin-bottom: 8px;
  width: 33.333%;
  font-size: 18px;
}
@media (max-width: 575px) {
  .bd-video__features-wrapper .bd-video__list ul li {
    width: 100%;
    font-size: 16px;
  }
}
.bd-video__features-wrapper .bd-video__list ul li i {
  color: #4b6ba8;
  margin-right: 5px;
  font-size: 16px;
}

.view-list-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  background: var(--clr-theme-2);
  color: var(--clr-body-heading);
  text-transform: uppercase;
  font-weight: 500;
}
.view-list-btn:hover {
  color: var(--clr-common-white);
}

.bd-video__play .popup-video {
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: var(--clr-theme-11);
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
  transition: 0.3s;
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#video-home3 .generic-video-area {
  border-radius: 10px;
}
#video-home3 .generic-video-area::before {
  display: none;
}
#video-home3 .generic-video-area .play-btn {
  border: none;
  width: 120px;
  height: 120px;
  line-height: 120px;
}
#video-home3 .generic-video-area .popup-video {
  color: var(--clr-body-heading);
}
#video-home3 .generic-video-area .popup-video:hover {
  color: var(--clr-theme-11);
}

.bd-team__item {
  border-radius: 10px;
  border: 1px solid rgb(240, 240, 240);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
.bd-team__item:hover {
  box-shadow: none;
}
.bd-team__item:hover .bd-team__thumb::before {
  height: 100%;
}
.bd-team__item .bd-team__thumb {
  position: relative;
}
.bd-team__item .bd-team__thumb img {
  width: 100%;
}
.bd-team__item .bd-team__thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(37, 73, 142, 0.7) 100%);
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease-out 0s;
  z-index: 1;
}
.bd-team__item .bd-team__content {
  padding: 20px 30px 25px 30px;
}
.bd-team__item .bd-team__content .bd-team__text {
  margin-bottom: 20px;
}
.bd-team__item .bd-team__content .bd-team__text span {
  color: var(--clr-theme-11);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
}
.bd-team__item .bd-team__content .bd-team__text h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--clr-body-heading);
  font-weight: 600;
}
.bd-team__item .bd-team__content .bd-team__text h4:hover {
  color: var(--clr-theme-11);
}
.bd-team__item .bd-team__content .bd-team__text p {
  font-size: 14px;
}
.bd-team__item .bd-team__content .bd-team__action a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid rgb(243, 243, 243);
  border-radius: 6px;
  display: inline-block;
  color: #999999;
  margin-right: 5px;
  margin-bottom: 5px;
}
.bd-team__item .bd-team__content .bd-team__action a:hover {
  border-color: transparent;
  background: var(--clr-theme-2);
  color: var(--clr-body-heading);
}
.bd-team__item .bd-team__content .bd-team__action a:hover i {
  transform: rotate(360deg);
}

.team__details-inner {
  box-shadow: 0px 50px 80px 0px rgba(3, 0, 53, 0.1);
  border-radius: 30px;
}

.team__details-shape {
  right: -11%;
  bottom: -16%;
  z-index: -1;
}

.team__details-img img {
  border-radius: 30px 0 0 30px;
}

.team__details-content > span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 7px;
}
.team__details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.team__details-content p {
  margin-bottom: 35px;
  padding-inline-end: 80px;
}
@media (max-width: 767px) {
  .team__details-content p {
    padding-inline-end: 0px;
  }
}

.team__details-contact ul li {
  margin-bottom: 8px;
  display: flex;
  line-height: 2;
}
.team__details-contact ul li .icon i {
  line-height: 27px;
  color: var(--clr-theme-11);
  margin-inline-end: 15px;
}
.team__details-contact ul li .text span {
  font-weight: 500;
}

.team__details-social ul li {
  display: inline-block;
  margin-right: 7px;
}
.team__details-social ul li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f1f1f1;
  font-size: 14px;
  border-radius: 10px;
}
.team__details-social ul li a:hover {
  background: var(--clr-theme-11);
  color: #ffffff;
}

.team__details-info h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}
.team__details-info p {
  margin-bottom: 25px;
}

.team-details-author-main-box-1-1 {
  border-radius: 30px;
  box-shadow: 0px 50px 80px 0px rgba(3, 0, 53, 0.1);
  border-radius: 30px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__area::after {
    height: 132%;
  }
  .team__details-shape {
    right: 0;
  }
  .team__details-img {
    margin-right: 30px !important;
  }
  .team__details-content {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .team__details-shape {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__details-shape {
    right: -3%;
    bottom: -7%;
  }
  .team__details-img {
    margin-right: 0px !important;
  }
  .team__details-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-shape {
    right: -3%;
    bottom: -7%;
  }
  .team__details-img {
    margin-right: 0px;
  }
  .team__details-content {
    padding: 40px;
  }
  .team__details-img {
    margin-right: 0px !important;
  }
}
@media (max-width: 575px) {
  .team__details-shape {
    right: -3%;
    bottom: -5%;
  }
  .team__details-img {
    margin-right: 0px !important;
  }
  .team__details-content {
    padding: 40px;
  }
}
.counter-area .counters {
  padding: 70px 45px 38px 0;
}
.counter-area .counters .count-num {
  padding-right: 25px;
  color: var(--clr-theme-11);
  font-size: 48px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}
.counter-area .counters p {
  color: #596277;
}

.contact-from-input input {
  height: 60px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  outline: 0;
}
.contact-from-input textarea {
  height: 170px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  resize: none;
  outline: 0;
}

.contact-select .nice-select {
  height: 60px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  line-height: 30px;
}
.contact-select .nice-select::after {
  width: 7px;
  height: 7px;
  right: 20px;
  margin-top: -3px;
}
.contact-select .nice-select .list {
  width: 100%;
  background-color: #f8f8f9;
}

.sidebar-widget-wrapper {
  margin-right: 30px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget-wrapper {
    margin-right: 0px;
  }
}
.sidebar-widget-wrapper .support-contact {
  padding: 25px 30px 25px 30px;
  background: #f8f8f9;
  border-radius: 5px;
  border: 1px solid #f8f8f9;
}
.sidebar-widget-wrapper .support-contact .support-tittle h4 {
  margin-bottom: 30px;
}
.sidebar-widget-wrapper .support-contact .support-contact-inner .support-item {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 30px;
}
.sidebar-widget-wrapper .support-contact .support-contact-inner .support-item:last-child {
  margin-bottom: 0;
}
.sidebar-widget-wrapper .support-contact .support-contact-inner .support-item .support-icon i {
  font-size: 20px;
  margin-top: 4px;
  color: var(--clr-theme-11);
}
.sidebar-widget-wrapper .support-contact .support-contact-inner .support-item .support-info-phone span {
  font-size: 18px;
  font-weight: 700;
  color: #141517;
  margin-bottom: 10px;
  display: block;
}
.sidebar-widget-wrapper .support-contact .support-contact-inner .support-item .support-info-phone p {
  margin-bottom: 3px;
}
.sidebar-widget-wrapper .support-contact .support-contact-inner .support-item .support-info-phone p a {
  color: #141517;
  font-weight: 700;
}
.sidebar-widget-wrapper .support-contact .support-contact-inner .support-item .support-info-phone p a:hover {
  color: var(--clr-theme-11);
}

#footer-1-4 .input-field {
  position: relative;
}
#footer-1-4 .input-field input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 10px 20px 10px 50px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
#footer-1-4 .input-field input::placeholder {
  color: #d5d5d5;
}
#footer-1-4 .input-field i {
  position: absolute;
  inset-inline-start: 25px;
  top: 50%;
  transform: translate(0%, -70%);
  font-size: 18px;
  color: var(--clr-theme-11);
}
#footer-1-4 button {
  position: inherit;
  border-radius: 6px;
  height: 60px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  padding: 0 40px;
  box-shadow: none;
  transition: all 0.3s ease-out 0s;
  line-height: 60px;
}
#footer-1-4 button:hover {
  background: var(--clr-theme-11);
  color: #fff;
}

.membership-box {
  padding: 40px 40px;
  box-shadow: 0px 10px 40px rgba(12, 29, 74, 0.08);
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #edeef2;
  overflow: hidden;
  position: relative;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.membership-box .membership-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.membership-box .membership-info span {
  font-size: 28px;
  font-weight: 900;
  color: var(--clr-theme-11);
}
.membership-box .membership-info p {
  font-size: 15px;
  color: #141517;
}
.membership-box .membership-list {
  padding: 15px 0;
}
.membership-box .membership-list ul li {
  margin-bottom: 5px;
  list-style: none;
  font-size: 16px;
}
.membership-box .membership-list ul li i {
  color: var(--clr-theme-11);
  margin-inline-end: 15px;
}

.Popular-plan {
  position: absolute;
  background: var(--clr-theme-2);
  top: -30px;
  inset-inline-end: -84px;
  font-size: 14px;
  font-weight: 600;
  color: #141517;
  text-align: center;
  padding: 62px 72px 6px;
  transform: rotate(48deg);
}
.Popular-plan span {
  width: 70px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.membership-tittle p {
  color: var(--clr-body-heading);
  margin-bottom: 50px;
}

.pricing-tab .nav-tabs {
  border: none;
}

.pricing-tab .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
}

.pricing-tab .nav .nav-item .nav-link {
  padding: 7px 60px;
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--clr-body-heading);
  position: relative;
  outline: none;
  font-size: 16px;
  border: none;
  z-index: 2;
}

.pricing-tab .nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.pricing-tab .nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.pricing-tab .nav .nav-item {
  padding-left: 0px;
}

.pricing-tab .nav .nav-item .nav-link.active {
  color: var(--clr-theme-11);
}

.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: var(--clr-theme-11);
  z-index: 1;
  transition: all 0.4s ease-out 0s;
}

.pricing-tab .nav .nav-item:last-child .nav-link::after {
  display: none;
}

.pricing-tab .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: #f5f6f9;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--clr-theme-11);
  transition: all 0.4s ease-out 0s;
}

.pricing-tab .nav .nav-item:last-child .nav-link::before {
  display: none;
}

#footer-wrap .generic-el-header-info li {
  display: inline-block;
}

.generic-el-header-info.bdevs-generic-el li {
  display: inline-block;
  margin-inline-start: 15px;
}

.bdevs-generic-el.generic-main-menu-wrapper .generic-main-menu nav ul li .sub-menu {
  top: 100%;
}

.bd-small__title-left {
  padding-inline-start: 0;
}

.bdevs-generic-el nav.generic-el-breadcrumb-trail.breadcrumbs span {
  padding-inline: 4px;
}

/*# sourceMappingURL=gerez-core.css.map */
