@font-face {
  font-family: "cerebri_sansbold";
  src: url("../fonts/cerebrisans-bold-webfont.woff2") format("woff2"), url("../fonts/cerebrisans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cerebri_sansmedium";
  src: url("../fonts/cerebrisans-medium-webfont.woff2") format("woff2"), url("../fonts/cerebrisans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cerebri_sansregular";
  src: url("../fonts/cerebrisans-regular-webfont.woff2") format("woff2"), url("../fonts/cerebrisans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cerebri_sanssemibold";
  src: url("../fonts/cerebrisans-semibold-webfont.woff2") format("woff2"), url("../fonts/cerebrisans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: sans-serif;
  font-style: normal;
  color: #696969;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.img, img {
  -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-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -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;
}

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

button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  transition: 0.3s;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  color: #333333;
  margin-top: 0px;
  font-style: normal;
  text-transform: normal;
}

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

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 28px;
  color: #696969;
  margin-bottom: 15px;
}

.p_relative {
  position: relative;
}

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

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

*::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

.p-relative {
  position: relative;
}

.color-white {
  color: #ffffff;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1;
}

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

.section-title-2 h2 span {
  color: #096bd8;
}

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

.clear {
  clear: both;
}

/*--
    spaching
-----------------------------------------*/
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 70px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}

.section-bottom-medium {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-bottom-medium {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section-bottom-medium {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-bottom-medium {
    padding-bottom: 30px;
  }
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f8f8f8;
}

.grey-bg-2 {
  background: #f4f9fc;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #333333;
}

.theme-bg {
  background: #096bd8;
}

.theme-bg {
  background: #096bd8;
}

.footer-bg {
  background: #091b29;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #333333;
}

.theme-color {
  color: #096bd8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-230 {
  /* padding-top: 230px; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-235 {
  /* padding-bottom: 180px; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* scrollUp */
#scrollUp {
  background: #096bd8;
  height: 45px;
  width: 45px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 42px;
}

#scrollUp:hover {
  background: #333;
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 9s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*--
    - 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: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #333333;
}

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

/* 2 header */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.4s;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
  z-index: 98899;
}

.menu-2.sticky {
  padding-left: 45px;
  padding-right: 45px;
}

.header-transparent .sticky {
  background: #1b2f3e;
}

.header-info span {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 500;
  font-family: "cerebri_sansmedium";
  margin-right: 34px;
}

.header-info span:last-child {
  margin-right: 0;
}

.header-info span {
  transition: 0.3s;
}
.header-info span i {
  font-size: 16px;
  color: #096bd8;
  margin-right: 3px;
}
.header-info span:hover {
  color: #096bd8;
}
.header-info a {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 500;
  font-family: "cerebri_sansmedium";
  margin-right: 34px;
}
.header-info a:hover {
  color: #096bd8;
}
.header-info a i {
  font-size: 16px;
  color: #096bd8;
  margin-right: 3px;
}

.header-lang {
  padding: 15px 0 16px;
  display: inline-block;
  margin-left: 60px;
}

.lang-icon > a {
  font-size: 14px;
  color: #8f8f8f;
  font-family: "cerebri_sansmedium";
  margin-left: 6px;
}

.lang-icon i {
  font-size: 15px;
  position: relative;
  top: 2px;
  left: 2px;
}

.header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid #096bd8;
  transition: 0.4s;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible;
}

.header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0;
}
.header-lang-list li a {
  display: block;
  color: #647589;
  font-size: 13px;
}
.header-lang-list li a:hover {
  color: #096bd8;
}

.pos-rel {
  position: relative;
}

.header-icon {
  margin-top: 14px;
}
.header-icon a {
  font-size: 14px;
  color: #cbcbcb;
  margin-right: 10px;
  transition: 0.3s;
}
.header-icon a:hover {
  color: #096bd8;
}
.header-icon a:last-child {
  margin-right: 0;
}

.header-button {
  margin-top: 25px;
  margin-left: 40px;
}
.header-button a.btn {
  padding: 15px 30px;
}

.header-3-icon a {
  font-size: 14px;
  color: #ffffff;
  margin-right: 8px;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  display: inline-block;
  border: 2px solid #838383;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
}
.header-3-icon a:hover {
  background: #096bd8;
  border-color: #096bd8;
}
.header-3-icon a:last-child {
  margin-right: 0;
}

.menu-2 .header-right {
  margin-top: 20px;
}

.main-menu.manin-menu-style-3 nav > ul > li {
  margin-left: 25px;
}

.header-2-icon a {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: #efefef;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: 0.3s;
  margin-right: 5px;
  color: #7e7d7d;
}
.header-2-icon a:hover {
  background: #096bd8;
  color: #ffffff;
}
.header-2-icon a:last-child {
  margin-right: 0;
}

.sticky .header-cta-text.cta-text-3 span {
  color: #096bd8;
}
.sticky .header-cta-text.cta-text-3 p {
  color: #096bd8;
}

.menu-2 .header-lang {
  padding: 20px 0 16px;
  margin-left: 0;
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .menu-2 .header-lang {
    display: none;
  }
}

.header-2-right {
  margin-top: 32px;
}

.sticky .header-2-right {
  margin-top: 24px;
}

.header-cta-text span {
  font-family: "cerebri_sansmedium";
  color: #fff;
  font-size: 14px;
}

.header-cta-text span i {
  margin-right: 6px;
  color: #ffffff;
  font-size: 14px;
}

.header-cta-text p {
  color: #fff;
  font-family: "cerebri_sansmedium";
  font-size: 18px;
  margin-bottom: 0;
}

.header-2-button {
  margin-right: 58px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-2-button.header-3 {
    display: none;
  }
}

.main-menu.menu-style-3 nav > ul > li:hover > a {
  color: #333333;
}

.header-2-button a {
  -moz-user-select: none;
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 15px 28px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sansbold";
  color: #fff;
}

.sticky .header-2-button.headr-3-btn a {
  color: #096bd8;
  border-color: #096bd8;
}
.sticky .header-2-button.headr-3-btn a:hover {
  background-color: #096bd8;
  color: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-lang.header-4 {
    display: none;
  }
}

.header-2-button a i {
  padding-left: 5px;
}

.header-2-button a:hover {
  background: #fff;
  color: #096bd8;
}

.menu-4 .lang-icon > a {
  color: #fff;
}

.menu-4 .header-2-icon a {
  background: #fff;
  color: #a9a9a9;
}

.menu-4 .header-2-icon a:hover {
  background: #096bd8;
  color: #fff;
}

.menu-4 {
  border-bottom: 2px solid #2d2d2d;
}

.header-area {
  border-bottom: 1px solid #5f6b6e;
  padding-top: 21px;
  padding-bottom: 28px;
}

.header-top-cta-text {
  margin-right: 74px;
}
.header-top-cta-text:last-child {
  margin-right: 0;
}

.header-top-right {
  margin-left: 74px;
}

.header-top-icon {
  float: left;
  margin-right: 15px;
  margin-top: 14px;
}
.header-top-icon i {
  color: #ffffff;
  font-size: 30px;
}

.header-top-text {
  overflow: hidden;
}
.header-top-text p {
  font-size: 14px;
  font-family: "cerebri_sansmedium";
  color: #ffffff;
  margin-bottom: 0;
  line-height: 26px;
}
.header-top-text span {
  font-size: 18px;
  color: #ffffff;
  font-family: "cerebri_sansbold";
}
.header-top-text a {
  font-size: 18px;
  color: #ffffff;
  font-family: "cerebri_sansbold";
}
.header-top-text a:hover {
  color: #096bd8;
}

/* menu */
.main-menu nav > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 28px;
}

.main-menu nav > ul > li:first-child {
  margin-left: 0;
}

.main-menu nav > ul > li > a {
  color: #333333;
  display: block;
  font-size: 16px;
  padding: 43px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  font-family: sans-serif;
  font-weight: 500;
}

.main-menu nav > ul > li > a i {
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 4px;
  color: #8f8f8f;
}

.main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a {
  color: #000;
  font-family: sans-serif;
}

.main-menu > nav > ul > li > a::before {
  background: #096bd8;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: 0.5s;
  display: none;
}

.main-menu > nav > ul > li:hover > a::before, .main-menu > nav > ul > li.active > a::before {
  width: 100%;
}

.menu-4 .main-menu nav > ul > li > a {
  color: #ffffff;
}

.menu-4 .main-menu nav > ul > li > a i {
  color: #ffffff;
}

.menu-5 .main-menu nav > ul > li > a {
  color: #ffffff;
  padding: 30px 0;
}

.menu-2 .main-menu > nav > ul > li > a::before {
  display: none;
}

.menu-3 .main-menu > nav > ul > li > a::before {
  display: none;
}

.menu-5 .main-menu > nav > ul > li > a::before {
  display: none;
}

/* sub-menu */
.main-menu nav > ul > li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  border-bottom: 3px solid #096bd8;
  text-align: left;
}

.main-menu nav > ul > li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu nav > ul > li .sub-menu li {
  display: block;
}

.main-menu nav > ul > li .sub-menu li a {
  color: #666666;
  font-size: 15px;
  font-family: "cerebri_sansregular";
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
}

.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  color: #fff;
  background: #096bd8;
}

.header-menu-3 .main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  color: #fff;
  background: #d10459;
}

.header-menu-3 .main-menu nav > ul > li .sub-menu {
  border-top: 3px solid #d10459;
}

.header-menu-4 .main-menu nav > ul > li .sub-menu {
  border-top: 3px solid #d10459;
}

/* header-6 style  */
.header-top-6 {
  background: #141414;
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-top-6 {
    display: none;
  }
}

.ht-cta6-item {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
}

.ht-cta6-icon {
  float: left;
  margin-right: 20px;
}

.ht-cta6-icon i {
  font-size: 22px;
  color: #096bd8;
}

.ht-cta6-text {
  overflow: hidden;
}

.ht-cta6-text p {
  font-size: 14px;
  font-weight: 400;
  color: #bcbcbc;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}

.ht-cta6-text span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.select-city select {
  width: 200px;
  height: 50px;
  border: 1px solid #bcbcbc;
  padding: 0 18px;
  line-height: 48px;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  background: none;
  appearance: none;
  -moz-appearance: none;
}

.select-city:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #bcbcbc;
  top: 13px;
  right: 20px;
}

.header-2-button.head-btn-6 {
  margin-right: 0px;
}
.header-2-button.head-btn-6 .tn-solid-btn:hover {
  background: #096bd8;
  border-color: #096bd8;
}

.home5-sicky-wrapper {
  display: none;
}

.main-menu-area.menu-5.sticky .home5-sicky-wrapper {
  display: block;
}

/* menu-6 style  */
.menu-6.sticky {
  background: #096bd8;
}

.main-menu-area.menu-6.sticky {
  padding: 0;
}

.main-menu-6 nav > ul > li:hover > a {
  color: #fff;
}

.main-menu.main-menu-6 nav > ul > li:hover > a {
  color: #ffffff;
}

.main-menu-6-inner {
  min-height: 100px;
  position: absolute;
  width: 100%;
  margin-top: -30px;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .main-menu-6-inner {
    min-height: 1px;
    position: inherit;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu.main-menu-6 nav > ul > li {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .menu-2 .header-lang .header-lang {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu-area.menu-2.menu-4 nav > ul > li {
    margin-left: 25px;
  }
  .main-menu-area.menu-2.menu-4 nav > ul > li:first-child {
    margin-left: 0px;
  }
}

.main-menu-6 nav > ul > li > a i {
  color: #ffffff;
}

.sticky .main-menu-6-inner {
  position: static;
  margin-top: 0;
}

.main-menu-area.menu-6 {
  padding: 0px;
}

.main-menu-6-inner:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 30px;
  background: #0852a4;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  top: 0;
  left: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .main-menu-6-inner:before {
    display: none;
  }
}

.sticky .main-menu-6-inner:before {
  display: none;
}

.main-menu-6-inner:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 30px;
  background: #0852a4;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  top: 0;
  right: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .main-menu-6-inner:after {
    display: none;
  }
}

.sticky .main-menu-6-inner:after {
  display: none;
}

.header-left-6 {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 220px);
  background: #096bd8;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-left-6 {
    width: 100%;
    display: flex;
    padding: 0px 0px;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-left-6 {
    width: 100%;
    display: flex;
    padding: 24px 0px;
    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) {
  .home6-header-wrapper {
    background: #096bd8;
  }
}

.menu-logo-6 {
  margin: 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .menu-logo-6 {
    margin: 0px;
  }
}

.main-menu-6 {
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-6 {
    margin-left: 10px;
  }
}

.main-menu-6 nav > ul > li {
  margin-left: 36px;
}

.main-menu-6 nav > ul > li > a {
  color: #fff;
}

.main-menu-6 nav > ul > li > a:hover {
  color: #fff;
}

.header-right-6 {
  width: 200px;
  background: #096bd8;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-right-6 {
    display: none;
  }
}

.header-cta6-item {
  margin-left: 35px;
}

.header-cta6-icon {
  height: 62px;
  width: 62px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #096bd8;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  position: absolute;
  left: -75px;
  top: -10px;
}

.header-cta6-text p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}

.header-cta6-text span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.sidebar__menu {
  width: 28px;
  height: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.sidebar__menu .line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  transition: color 0.2s ease-out;
}
.sidebar__menu:hover {
  cursor: pointer;
}
.sidebar__menu:hover .line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.sidebar__menu:hover .line:nth-child(2) {
  animation-delay: 0.1s;
}
.sidebar__menu:hover .line:nth-child(3) {
  animation-delay: 0.2s;
}

.sidebar__menu.sidebar_menu2 .line {
  background: #333333;
}

@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
/* button style */
.btn {
  -moz-user-select: none;
  background: #096bd8;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sansbold";
}

.btn-text {
  color: #ffffff;
  position: relative;
  transition: 0.3s;
}

.btn:hover .btn-text {
  color: #ffffff;
}

.btn-text i {
  padding-left: 5px;
}

.btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.btn.btn-white.btn-none:hover {
  background: #ffffff;
}

.btn:hover {
  background: #096bd8;
}

.btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

.btn-white {
  background: #ffffff;
}

.btn-white .btn-text {
  color: #333333;
}

.btn:hover .btn-text {
  color: #ffffff;
}

.breadcrumb > .active {
  color: #888;
}

.pink-btn {
  background: #d10459;
}

.pink-btn .btn-text {
  color: #fff;
}

.pink-btn .btn-border {
  background: #fff;
}

.btn-white:hover::before {
  background: #fff;
}

.btn-white .btn-text:hover {
  color: #333333;
}

.btn-none::before {
  display: none;
}

.border-btn {
  -moz-user-select: none;
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sansbold";
}

.btn-text {
  color: #ffffff;
  position: relative;
  transition: 0.3s;
  font-family: sans-serif;
}

.fill_btn-white {
  background: #ffffff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  color: #333333;
  font-family: "cerebri_sansbold";
}
.fill_btn-white i {
  margin-left: 5px;
}
.fill_btn-white .btn-text {
  color: #333333;
  font-family: sans-serif;
}
.fill_btn-white::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}
.fill_btn-white:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #096bd8;
  opacity: 0.1;
}

.border-btn:hover {
  border-color: #096bd8;
}

.btn-text i {
  padding-left: 5px;
}

.border-btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.border-btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

.about-area {
  background-size: cover;
  background-position: center center;
}

.about-text {
  margin-top: 32px;
}
.about-text > span {
  position: relative;
  color: #096bd8;
  font-size: 14px;
  font-family: "cerebri_sansbold";
  text-transform: uppercase;
  padding-left: 86px;
}
.about-text > span::after {
  background: #096bd8;
  height: 3px;
  width: 40px;
  content: "";
  position: absolute;
  left: 26px;
  top: 10px;
}
.about-text > span::before {
  background: #096bd8;
  height: 3px;
  width: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.about-text h2 {
  font-size: 45px;
  font-family: "cerebri_sanssemibold";
  line-height: 1.2;
  margin-top: 17px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-text h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .about-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about-text h2 br {
    display: none;
  }
}
.about-text h2 > span {
  color: #096bd8;
}
.about-text p {
  margin-bottom: 0;
}
.about-text a {
  color: #696969;
  font-size: 16px;
  transition: 0.3s;
  position: relative;
  font-family: "cerebri_sansbold";
  margin-top: 26px;
  display: inline-block;
}
.about-text a:hover {
  color: #096bd8;
}
.about-text a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.about-text a:hover:before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.about-text a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #696969;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-us-img {
  position: relative;
  padding-right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .about-us-img {
    padding-right: 0px;
  }
}
.about-us-img img {
  width: 100%;
}

.about-us-2-img {
  position: absolute;
  right: 28px;
  top: 268px;
}

.about-inner-img {
  position: relative;
}

.about-2-inner img {
  box-shadow: 0px 10px 32px 0px rgba(176, 176, 176, 0.69);
}

.about-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.about-video a {
  height: 60px;
  width: 60px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  transition: 0.3s;
  color: #096bd8;
  position: relative;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.about-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.about-us-wrapper {
  margin-left: 50px;
}

.about-us-text li {
  margin-bottom: 29px;
}
.about-us-text li:last-child {
  margin-bottom: 0;
}

.about-us-icon {
  float: left;
  margin-right: 20px;
}
.about-us-icon i {
  font-size: 24px;
  color: #096bd8;
  position: relative;
  top: 4px;
}

.about-us-content {
  overflow: hidden;
}
.about-us-content h4 {
  font-size: 22px;
  margin-bottom: 9px;
}
.about-us-content p {
  margin-bottom: 0;
}

.about-1-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.about-1-wrapper .about-text {
  margin-top: 0;
}

.about-1-wrapper .about-text p {
  line-height: 32px;
}

.about-button {
  margin-top: 32px;
}

.about-2-wrapper {
  padding-left: 70px;
  padding-right: 63px;
  padding-top: 35px;
}

.about-2-wrapper .about-text h2 {
  margin-bottom: 29px;
}

.about-2-wrapper .about-button {
  margin-top: 43px;
}

.ab-01 {
  top: 0;
  right: 0;
}

.ab-02 {
  top: 18%;
  left: 39%;
}

.ab-03 {
  top: 24%;
  left: 10%;
}

.ab-04 {
  top: 64%;
  left: 0;
}

.ab-05 {
  bottom: 19%;
  left: 13%;
}

.about-1-single-text {
  margin-top: 25px;
}

.about-1-single-text p {
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 25px;
  margin-right: 44px;
}

.about-1-single-text .about-button {
  margin-top: 38px;
}

.single-11-about .about-2-inner img {
  box-shadow: none;
}

/* about-area style  */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .about-6-img-left {
    margin-bottom: 30px;
  }
}

.about-6-img img {
  width: 100%;
}

.about-6-dot {
  position: absolute;
  top: 40px;
  right: -50px;
  z-index: -1;
  animation: about-6-dot 8s linear infinite;
}

@keyframes about-6-dot {
  0% {
    top: 40px;
    right: -50px;
  }
  50% {
    top: -80px;
    right: -50px;
  }
  100% {
    top: 40px;
    right: -50px;
  }
}
.about-6-triangle {
  position: absolute;
  left: -200px;
  top: 260px;
  animation-name: about-6-triangle;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes about-6-triangle {
  0% {
    left: -200px;
    top: 260px;
  }
  33% {
    left: -200px;
    top: 160px;
    transform: rotate(20deg);
  }
  66% {
    left: -100px;
    top: 210px;
    transform: rotate(40deg);
  }
  100% {
    left: -200px;
    top: 260px;
    transform: rotate(60deg);
  }
}
.about-award {
  max-width: 230px;
  position: absolute;
  bottom: 30px;
  left: 35%;
  z-index: 5;
}

.about-award i {
  font-size: 100px;
  color: #096bd8;
  margin-bottom: 10px;
}

.about-award p {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 0;
}

.about-award-bg {
  position: absolute;
  width: 525px;
  height: 270px;
  background: #fff;
  clip-path: polygon(62% 0, 100% 80%, 86% 100%, 0 100%);
  z-index: -1;
  left: -200px;
  bottom: -30px;
}

.about-video.st-6 {
  display: inline-block;
  top: 70%;
  left: 28%;
  right: auto;
  text-align: left;
  position: absolute;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .about-video.st-6 {
    top: 85%;
  }
}

.about-video.st-6 a {
  width: 100px;
  height: 100px;
  background: #f1f7ff;
  line-height: 100px;
  font-size: 30px;
}

.about-video.st-6 a:hover {
  color: #fff;
  background: #096bd8;
}

.slider-area {
  position: relative;
}

.slider-overlay {
  position: relative;
}

.slider-overlay:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: #333333;
  opacity: 0.6;
}

.slider-content {
  position: relative;
}
@media (max-width: 767px) {
  .slider-content {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding-top: 55px;
  }
}

.slider-height {
  min-height: 800px;
}

.slider-1-height {
  min-height: 850px;
}

.slider-2-height {
  min-height: 870px;
}

.slider-3-height {
  min-height: 950px;
}
@media (max-width: 767px) {
  .slider-3-height {
    min-height: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-3-height {
    min-height: 500px;
  }
}

.single-slider {
  background-size: cover;
  background-position: center center;
}

.home2-single-slide {
  position: relative;
}
.home2-single-slide::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333333;
  opacity: 0.5;
  content: "";
}

.slider-content h1 {
  font-family: "cerebri_sansbold";
  font-size: 85px;
  color: #ffffff;
  margin-bottom: 38px;
  letter-spacing: -3px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-content h1 {
    font-size: 70px;
  }
}
.slider-content p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-right: 232px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3 {
    padding-top: 100px;
  }
}

.home5-single-slide {
  position: relative;
}
.home5-single-slide::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.4;
  content: "";
}

.slider-button {
  margin-top: 50px;
}

.text-link {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-family: "cerebri_sansbold";
  margin-left: 48px;
}

.text-link:hover {
  color: #096bd8;
}

.text-link::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #c3c3c3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-link::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.text-link:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.slider-video {
  margin-top: 115px;
}
.slider-video a {
  height: 80px;
  width: 80px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  color: #096bd8;
  position: relative;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.slider-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.slider-2-content h1 {
  margin-bottom: 62px;
  margin-top: 27px;
}

.slider-2-content span {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "cerebri_sansbold";
  display: inline-block;
}

.agency {
  letter-spacing: 2px;
  background: #096bd8;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 5px;
  padding-bottom: 6px;
}

.slider-btn {
  -moz-user-select: none;
  background: #ffffff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sansbold";
  color: #333333;
  margin-left: 9px;
}

.slider-btn i {
  padding-left: 5px;
}

.slider-btn:hover {
  background: #096bd8;
  color: #ffffff;
}

.slider-text > span {
  color: #ffffff;
  font-size: 35px;
  font-family: "cerebri_sansregular";
}

.slider-text h1 {
  font-size: 90px;
  letter-spacing: 0;
  margin-bottom: 27px;
}

.slider-text p {
  font-size: 18px;
  line-height: 32px;
  margin-right: 153px;
}

.slider-text .slider-button {
  margin-top: 37px;
}

.slider-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  border: 0;
  font-size: 15px;
  padding: 0;
  color: #222;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}

.slider-active button.slick-next {
  left: auto;
  right: 70px;
}

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

.slider-active button:hover {
  background: #096bd8;
  color: #fff;
}

.slider-2 .slider-active button.slick-arrow {
  background: #d10459;
  color: #fff;
}

.slider-2 .slider-active button:hover {
  background: #202AAE;
  color: #fff;
}

.slider-height-3 {
  min-height: 950px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider.slider-height-3 {
    min-height: 600px;
    background-size: inherit;
  }
}
@media (max-width: 767px) {
  .single-slider.slider-height-3 {
    min-height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-slider.slider-height-3 h1 {
    font-size: 40px;
  }
}

.slider-height-4 {
  min-height: 980px;
}
@media (max-width: 767px) {
  .slider-height-4 {
    min-height: 730px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-4 {
    min-height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-4 {
    min-height: 800px;
  }
}

.slider-content-3 {
  padding-top: 200px;
}

.slider-content-3 > span {
  color: #096bd8;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "cerebri_sansbold";
}

.slider-content-3 h1 {
  color: #333333;
  margin-top: 16px;
}

.slider-content-3 .text-link {
  color: #333333;
}

.slider-content-3 .text-link:hover {
  color: #096bd8;
}

.slider-content-3 .text-link::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-list {
  margin-top: 24px;
  margin-bottom: 37px;
}

.slider-list li {
  padding-bottom: 17px;
}
.slider-list li:last-child {
  padding-bottom: 0;
}

.slider-list li i {
  color: #fff;
  font-size: 20px;
  margin-right: 6px;
}

.slider-list li span {
  color: #fff;
  font-size: 20px;
  font-family: "cerebri_sansregular";
}

.slider-content-4 h1 {
  font-size: 75px;
}

.slider-content-4 p {
  margin-right: 0;
}

.slider-content-4 .border-btn {
  padding: 18px 40px;
  margin-left: 5px;
}

/* slider-6 style  */
.slider-height-6 {
  min-height: 850px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-height-6 {
    min-height: 680px;
  }
}
@media (max-width: 767px) {
  .slider-height-6 {
    min-height: 150px;
  }
}

.slider-6 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-6 {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .slider-6 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

.slider-6-content .text-link {
  color: #333333;
}
.slider-6-content .text-link:hover {
  color: #096bd8;
}

.slider-6-content h1 {
  color: #333333;
  font-weight: 600;
  font-size: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-6-content h1 {
    font-size: 70px;
    line-height: 70px;
  }
}

.slider-6-content p {
  color: #696969;
  font-size: 20px;
  line-height: 30px;
  margin-right: 0;
}

.slider-6-img-main {
  margin-left: 120px;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-6-img-main {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-6-img-main {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .slider-6-img-main {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
  .slider-6-img-main img {
    width: 100%;
  }
}

.slider-6-img-border {
  height: 585px;
  width: 585px;
  border: 80px solid #d6eaff;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: -20px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-6-img-border {
    height: 450px;
    width: 450px;
    border: 60px solid #d6eaff;
  }
}
@media (max-width: 767px) {
  .slider-6-img-border {
    height: 300px;
    width: 300px;
    border: 30px solid #d6eaff;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: -5px;
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-6-img-border {
    height: 485px;
    width: 485px;
    border: 50px solid #d6eaff;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 15px;
    z-index: -1;
    display: block;
  }
}

.slider-6-img-pe1 {
  height: 166px;
  width: 166px;
  border-radius: 50%;
  border: 20px solid #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  overflow: hidden;
  box-shadow: 0 30px 30px rgba(24, 69, 119, 0.1);
  z-index: 5;
  animation-name: slider-6-img-pe1;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes slider-6-img-pe1 {
  0% {
    top: 50%;
    left: 40px;
  }
  49% {
    top: 40%;
    left: 40px;
  }
  51% {
    top: 40%;
    left: 40px;
  }
  98% {
    top: 50%;
    left: 40px;
  }
  100% {
    top: 50%;
    left: 40px;
  }
}
.slider-6-img-pe1 img {
  width: 100%;
}

.slider-6-img-pe2 {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  border: 30px solid #fff;
  position: absolute;
  top: 5%;
  right: -315px;
  overflow: hidden;
  box-shadow: 0 50px 30px rgba(24, 69, 119, 0.1);
  z-index: 5;
}

.slider-6-img-pe2 img {
  width: 100%;
}

.slider-btn-6 {
  box-shadow: 0 30px 30px rgba(34, 96, 164, 0.1);
}

/* case study style  */
.single-case-study {
  display: inline-block;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .single-case-study {
    margin-bottom: 70px;
  }
}

.case-slide-wrapper {
  position: relative;
}
.case-slide-wrapper .case_navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 55;
}

.case-study-img {
  border-radius: 10px;
  max-width: inherit !important;
  overflow: hidden;
}

.case-study-img img {
  width: 100%;
}

.case-study-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px;
  box-shadow: 0 30px 40px rgba(16, 64, 116, 0.1);
  max-width: 350px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .case-study-box {
    display: none;
  }
}

.single-case-study:hover .case-study-box {
  bottom: -85px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .single-case-study:hover .case-study-box {
    bottom: -65px;
  }
}

.case-tag {
  font-size: 13px;
  font-weight: 700;
  color: #096bd8;
  text-transform: uppercase;
}

.case-title {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}

.case-read-more {
  border: 1px solid #333333;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  height: 50px;
  line-height: 48px;
  text-transform: uppercase;
  padding: 0 35px;
  border-radius: 3px;
  display: inline-block;
}

.case-read-more:hover {
  color: #096bd8;
  border-color: #096bd8;
}

.case_navigation {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.case_navigation button {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #e4f1ff;
  font-size: 25px;
  color: #096bd8;
  transition: 0.5s;
}
.case_navigation button:hover {
  background: #096bd8;
  color: #ffffff;
}

.footer-area {
  background-size: cover;
  background-position: center center;
  background: #fff;
}

.footer-logo {
  margin-bottom: 29px;
}

.footer-text p {
  margin-bottom: 0;
  line-height: 30px;
}

.footer-icon {
  margin-top: 22px;
}
.footer-icon a {
  color: #cbcbcb;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  transition: 0.3s;
  border: 1px solid #cbcbcb;
}
.footer-icon a:hover {
  background: #096bd8;
  color: #ffffff;
  border-color: #096bd8;
}

.footer-title {
  font-size: 20px;
  font-family: sans-serif;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.footer-title::before {
  position: absolute;
  height: 3px;
  width: 15px;
  background: #096bd8;
  left: 0;
  content: "";
  bottom: 0;
}
.footer-title::after {
  position: absolute;
  height: 3px;
  width: 40px;
  background: #096bd8;
  left: 25px;
  content: "";
  bottom: 0;
}

.fotter-menu li {
  padding-bottom: 10px;
}
.fotter-menu li:last-child {
  padding-bottom: 0;
}
.fotter-menu a {
  color: #696969;
  font-size: 15px;
  font-family: sans-serif;
  transition: 0.3s;
}
.fotter-menu a:hover {
  color: #096bd8;
}

.footer-news {
  background: #fff;
  padding: 20px;
}

.footer-news ul li {
  overflow: hidden;
  padding-bottom: 15px;
}
.footer-news ul li:last-child {
  padding-bottom: 0;
}

.footer-news-img {
  float: left;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-news-img {
    float: none;
    margin-top: 10px;
  }
}

.footer-news-text h5 {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0;
}
.footer-news-text h5 a {
  color: #a2a2a2;
  transition: 0.3s;
}
.footer-news-text h5 a:hover {
  color: #333333;
}

.footer-info p {
  margin-bottom: 19px;
}

.contact-link li {
  margin-bottom: 18px;
}
.contact-link li :last-child {
  margin-bottom: 0;
}

.contact-address-icon {
  float: left;
  margin-right: 11px;
}
.contact-address-icon i {
  font-size: 15px;
  color: #096bd8;
  position: relative;
  top: -4px;
}

.contact-address-text {
  overflow: hidden;
}
.contact-address-text h4 {
  font-size: 15px;
  color: #696969;
  margin-bottom: 0;
  font-family: sans-serif;
}
.contact-address-text h4 a:hover {
  color: #096bd8;
}
.contact-address-text p {
  margin-bottom: 20px;
}

.footer-bg-bottom {
  background: #ffffff;
  padding: 25px 40px;
}

.copyright p {
  margin-bottom: 0;
}
.copyright p a {
  color: #096bd8;
}

.footer-bottem-text p {
  margin-bottom: 0;
}

.footer-bottem-text a {
  color: #096bd8;
}

.footer-news-text {
  overflow: hidden;
}

.footer-2-wrapper .footer-text p {
  color: #b8b8b8;
  padding-right: 68px;
  margin-bottom: 30px;
}

.footer-2-wrapper .footer-title {
  color: #ffffff;
}

.footer-2-wrapper .fotter-menu a {
  color: #b8b8b8;
  transition: 0.3s;
}

.footer-2-wrapper .fotter-menu a:hover {
  color: #096bd8;
}

.footer-2-wrapper .footer-info p {
  color: #b8b8b8;
}

.footer-2-wrapper .contact-address-text h4 {
  color: #b8b8b8;
}

.footer-2-bottom {
  border-top: 1px solid #1b2f3e;
}

.footer-2-bottom .copyright p {
  color: #b8b8b8;
}

.footer-2-bottom .copyright p a {
  color: #096bd8;
}

.footer-2-bottom .footer-bottem-text p {
  color: #b8b8b8;
}

.footer-2-icon a {
  height: 60px;
  width: 60px;
  background: #1b2f3e;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  margin-right: 5px;
  color: #cbcbcb;
  font-size: 18px;
}
.footer-2-icon a:last-child {
  margin-right: 0;
}
.footer-2-icon a:hover {
  background: #096bd8;
  color: #ffffff;
}

.footer-2-menu li {
  float: left;
  width: 50%;
}

.footer-2-news {
  background: 0;
  padding: 0;
}

.footer-2-news .footer-news-text h5 a {
  color: #696969;
  transition: 0.3s;
}

.footer-2-news .footer-news-text h5 a:hover {
  color: #333333;
}

.footer-3-icon a {
  background: #ffffff;
  color: #5aa7fd;
}

.footer-3-bottom {
  border-top: 2px solid #ecf1f4;
}

.footer-3-bottom .copyright p a {
  color: #096bd8;
}

.footer-4-icon {
  margin-top: 36px;
}

.footer-4-icon a {
  height: 45px;
  width: 45px;
  background: #1b2f3e;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  margin-right: 5px;
  color: #cbcbcb;
  font-size: 14px;
}

.subscribes-form form input {
  border: 0;
  border-radius: 5PX;
  height: 60px;
  padding: 0 25px;
  width: 100%;
  background: #ffffff;
  color: #bababa;
  font-size: 15px;
}

.subscribes-form form input::placeholder {
  color: #bababa;
  font-size: 15px;
  font-family: "cerebri_sansregular";
}

.subscribes-form form input::-moz-placeholder {
  color: #bababa;
  font-size: 15px;
  font-family: "cerebri_sansregular";
}

.subscribes-form form button.btn {
  margin-top: 10px;
  padding: 20px 26px;
}

/* footer-6 style  */
.footer-6-top {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 40px 70px 40px 70px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-6-top {
    justify-content: space-between;
    padding: 35px 50px;
  }
}
@media (max-width: 767px) {
  .footer-6-top {
    justify-content: space-between;
    padding: 35px 50px;
    flex-direction: column;
    gap: 30px;
  }
}

.footer-6-logo {
  display: inline-block;
}

.footer-6-top-text {
  margin-right: 100px;
  margin-left: 130px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-6-top-text {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-6-top-text {
    margin-right: 50px;
    margin-left: 50px;
  }
}

.footer-6-top-text p {
  margin-bottom: 0;
}

.footer-6-top-social {
  display: inline-block;
  min-width: 240px;
}

.zoom_instagram-items {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.zoom_instagram-items li {
  margin-bottom: 0 !important;
}
.zoom_instagram-items li:hover {
  margin-left: inherit;
}
.zoom_instagram-items li:hover a {
  margin-left: inherit !important;
}
.zoom_instagram-items li .footer_img {
  display: block;
  height: 85px;
  width: 85px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-6-social-icon a {
  height: 50px;
  width: 50px;
  color: #096bd8;
  background: #e6f2ff;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 5px;
}

.footer-6-social-icon a:hover {
  color: #fff;
  background: #096bd8;
}

.footer-6-widget-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

.footer-6-widget li {
  margin-bottom: 8px;
}

.footer-6-widget li:last-child {
  margin-bottom: 0;
}

.footer-6-widget li a {
  font-size: 15px;
  color: #fff;
}

.footer-6-widget li a:hover {
  margin-left: 5px;
}

.footer-6-contact li {
  margin-bottom: 22px;
  padding-right: 50px;
}

.footer-6-contact li:last-child {
  margin-bottom: 0;
}

.footer-6-contact-icon {
  float: left;
  margin-right: 12px;
}

.footer-6-contact-icon i {
  font-size: 19px;
  color: #fff;
}

.footer-6-contact-text {
  overflow: hidden;
}

.footer-6-contact-text p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  position: relative;
  margin-top: -8px;
}

.footer-6-contact-text a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  position: relative;
  top: -5px;
}

.footer-6-gallery .row {
  margin-left: -6px;
  margin-right: -6px;
}

.footer-6-gallery .col-4 {
  padding-left: 6px;
  padding-right: 6px;
}

.footer-6-gallery-img {
  margin-bottom: 12px;
}

.footer-6-gallery-img img {
  width: 100%;
}

.footer-6-bottom {
  border-top: 1px solid #4d8ace;
}

.footer-6-bottom p {
  color: #fff;
}
.footer-6-bottom p a {
  color: #ffffff;
}

.footer-6-bottom .footer-bottem-text a {
  color: #fff;
}

.services-area {
  background-size: cover;
  background-position: center center;
}

.services-wrapper {
  background: #ffffff;
  padding: 40px 40px 40px 40px;
  border-radius: 10px;
}
.services-wrapper:hover .services-img img {
  transform: translateY(-20px);
}

.about-img {
  margin-left: 25px;
}

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

.about-content {
  margin-left: 51px;
  margin-top: 30px;
}
.about-content p {
  margin-bottom: 0;
}

.about-1-img {
  margin-top: 34px;
}

.services-text h3 {
  font-family: "cerebri_sanssemibold";
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 21px;
}
.services-text h3 > a:hover {
  color: #096bd8;
}
.services-text p {
  margin-bottom: 0;
  line-height: 30px;
}

.services-text > a {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "cerebri_sanssemibold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 29px;
  transition: 0.3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #ececec;
}

.services-button {
  color: #096bd8;
  z-index: 1;
  position: relative;
  transition: 0.3s;
}

.services-button i {
  margin-left: 5px;
}

.services-text > a:hover .services-button {
  color: #ffffff;
}

.services-text > a:hover {
  border-color: #1065c4;
}

.services-text > a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
}

.services-text a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.section-title > span {
  color: #096bd8;
  font-family: "cerebri_sansbold";
  font-size: 14px;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: 45px;
  margin-bottom: 0;
  font-family: sans-serif;
  margin-top: 21px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-title h2 br {
    display: none;
  }
}
.section-title h2 > span {
  color: #096bd8;
}
.section-title p {
  margin-bottom: 0;
  margin-top: 34px;
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.border-left-1 {
  height: 3px;
  width: 40px;
  background: #096bd8;
  left: -15px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.border-right-1 {
  height: 3px;
  width: 40px;
  background: #096bd8;
  right: -15px;
  display: inline-block;
  top: -3px;
  position: relative;
}

.sub-t-left {
  padding-left: 20px;
}

.b-sm-left-1 {
  height: 3px;
  width: 15px;
  background: #096bd8;
  left: 0;
  display: inline-block;
  position: relative;
  top: -3px;
}

.b-sm-left-2 {
  height: 3px;
  width: 40px;
  background: #096bd8;
  display: inline-block;
  top: -3px;
  position: relative;
  left: 5px;
}

.section-title-white > span {
  color: #ffffff;
}
.section-title-white h2 {
  color: #ffffff;
}
.section-title-white p {
  color: #bbbbbb;
}

.section-title-white .b-sm-left-1 {
  background: #ffffff;
}

.section-title-white .b-sm-left-2 {
  background: #ffffff;
}

.section-title-white .border-left-1 {
  background: #ffffff;
}

.section-title-white .border-right-1 {
  background: #ffffff;
}

.our-services-wrapper {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(231, 231, 231, 0.65);
  padding: 30px;
}
.our-services-wrapper:hover .our-services-img img {
  transform: scale(1.05);
}
.our-services-wrapper .our-services-img {
  overflow: hidden;
}
.our-services-wrapper .our-services-img img {
  transition: 0.5s;
  transform: scale(1.01);
}

.our-services-img img {
  width: 100%;
}

.our-services-icon {
  float: left;
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .our-services-icon {
    margin-right: 15px;
  }
}
.our-services-icon i {
  font-size: 40px;
  color: #096bd8;
}

.our-services-content {
  margin-top: 40px;
}

.our-services-text {
  overflow: hidden;
}
.our-services-text h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.our-services-text h3 > a:hover {
  color: #096bd8;
}
.our-services-text p {
  margin-bottom: 0;
}
.our-services-text > a {
  font-size: 14px;
  text-transform: uppercase;
  color: #096bd8;
  font-family: "cerebri_sansbold";
  margin-top: 25px;
  display: inline-block;
}
.our-services-text > a i {
  padding-left: 5px;
}
.our-services-text > a:hover {
  color: #333333;
}

.services-2-wrapper {
  padding-right: 77px;
}
.services-2-wrapper:hover .services-img img {
  transform: translateY(-20px);
}

.single-services {
  position: relative;
  padding: 70px 38px 60px;
  border-radius: 8px;
  overflow: hidden;
}

.single-services::before {
  background-image: url("../img/service/01.jpg");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-size: cover;
}

.single-services:hover::before {
  opacity: 1;
}

.single-services.active::before {
  opacity: 1;
}

.services-icon {
  position: relative;
  margin-bottom: 35px;
}
.services-icon::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  background: #efefef;
  border-radius: 50%;
  z-index: 1;
  right: 110px;
  top: 13px;
  transition: 0.3s;
}
.services-icon::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: #efefef;
  border-radius: 50%;
  z-index: 1;
  left: 111px;
  top: -8px;
  transition: 0.3s;
}
.services-icon i {
  font-size: 60px;
  color: #096bd8;
  position: relative;
  z-index: 9;
  transition: 0.3s;
}

.single-services:hover .services-icon i {
  color: #ffffff;
}

.single-services:hover .services-icon::before {
  display: none;
}

.single-services:hover .services-icon::after {
  display: none;
}

.single-services.active .services-icon i {
  color: #ffffff;
}

.single-services.active .services-icon::before {
  display: none;
}

.single-services.active .services-icon::after {
  display: none;
}

.single-services .services-text {
  z-index: 999;
  position: relative;
}

.single-services .services-text h3 {
  margin-bottom: 11px;
  transition: 0.3s;
}

.single-services:hover .services-text h3 {
  color: #fff;
}

.single-services:hover .services-text p {
  color: #fff;
}

.single-services.active .services-text h3 {
  color: #fff;
}

.single-services.active .services-text p {
  color: #fff;
}

.services-button i {
  margin-left: 5px;
}

.single-services:hover .services-button {
  color: #ffffff;
}

.single-services:hover .services-text a {
  border-color: #1065c4;
}

.single-services.active .services-button {
  color: #ffffff;
}

.single-services.active .services-text a {
  border-color: #1065c4;
}

.single-services:hover .services-text a::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.single-services.active .services-text a::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.services-3-wrapper .services-text h3 {
  margin-bottom: 11px;
}

.services-shape-left {
  position: absolute;
  left: -151px;
  bottom: 94px;
}

.services-shape-right {
  position: absolute;
  right: -134px;
  bottom: 94px;
}

.management-wrapper {
  margin-top: 36px;
}

.management-text h2 {
  font-size: 45px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .management-text h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .management-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .management-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .management-text h2 br {
    display: none;
  }
}
.management-text p {
  margin-bottom: 22px;
  padding-right: 5px;
}
.management-text p:last-child {
  margin-bottom: 0;
}

.it-management-area {
  background-size: cover;
  background-position: center center;
}

.it-management-img img {
  width: 100%;
}

.it-management-wrapper {
  margin-left: 20px;
}
.it-management-wrapper .it-management-text h1 {
  color: #ffffff;
  margin-bottom: 32px;
  font-size: 45px;
}
.it-management-wrapper .it-management-text span {
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
  font-family: "cerebri_sansmedium";
}
.it-management-wrapper .it-management-text p {
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 21px;
}

.our-goals-img img {
  width: 100%;
}

.our-golas-text {
  margin-top: 29px;
}

.our-golas-text h3 {
  font-size: 24px;
}

.our-golas-text p {
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 13px;
}

.goals-area {
  background: #091b29;
}

.goals-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: center center;
}

.golas-wrapper {
  padding: 120px 67px 130px 55px;
}

.golas-text p {
  color: #bbbbbb;
  line-height: 30px;
  margin-bottom: 0;
}

.goals-list {
  margin-top: 24px;
  margin-bottom: 37px;
}

.goals-list li {
  padding-bottom: 12px;
}
.goals-list li:last-child {
  padding-bottom: 0;
}

.goals-list li i {
  color: #096bd8;
  font-size: 15px;
  margin-right: 6px;
}

.goals-list li span {
  color: #bbbbbb;
  font-size: 15px;
}

.goals-list li span {
  color: #bbbbbb;
  font-size: 15px;
  font-family: "cerebri_sansregular";
}

.features-area {
  margin-top: -106px;
  position: relative;
}

.features-wrapper {
  border-right: 1px solid #2084f2;
}
.features-wrapper:hover .features-icon i {
  transform: translateY(-15px);
}

.features-bg .col-xl-4:last-child .features-wrapper {
  border-right: 0;
}

.features-icon {
  margin-bottom: 33px;
}
.features-icon i {
  font-size: 50px;
  color: #ffffff;
  transition: 0.3s;
}

.features-text h3 {
  font-size: 24px;
  color: #ffffff;
  font-family: "cerebri_sanssemibold";
  margin-bottom: 10px;
}
.features-text p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
  padding: 0 67px;
}

.services-tab-area {
  background-size: cover;
  background-position: center center;
}

.services-tab li {
  margin: 0;
  position: relative;
  padding: 0 5px;
}

.services-tab li:last-child {
  padding-right: 0;
}

.services-tab li:first-child {
  padding-left: 0;
}

.services-tab li:last-child:before {
  display: none;
}

.services-tab li a {
  transition: 0.3s;
  background: #19354b;
  padding: 28px 42px;
  margin: 0;
}

.services-tab li a:hover {
  background: #096bd8;
}

.services-tab li a.active {
  background: #096bd8;
}

.services-tap-icon {
  float: left;
  margin-right: 12px;
}
.services-tap-icon i {
  font-size: 26px;
  color: #a8cbe6;
  transition: 0.3s;
}

.services-tab li a:hover .services-tap-icon i {
  color: #ffffff;
}

.services-tab li a.active .services-tap-icon i {
  color: #ffffff;
}

.services-tap-text {
  overflow: hidden;
}
.services-tap-text h4 {
  font-size: 22px;
  color: #a8cbe6;
  font-family: "cerebri_sanssemibold";
  margin-bottom: 0;
  transition: 0.3s;
}

.services-tab li a.active .services-tap-text h4 {
  color: #ffffff;
}

.services-tab li a:hover .services-tap-text h4 {
  color: #ffffff;
}

/*home-6 services style  */
.services-area-6 {
  background: #F9F9F9;
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area-6 {
    padding-bottom: 70px;
  }
}
.services-area-6 .section-title h2 {
  margin-top: 0px;
}

.services-box-single-wrapper {
  transition: 0.5s;
}

.services-box-single-wrapper:hover {
  box-shadow: -30px 30px 50px rgba(20, 74, 133, 0.1);
}

.services-box-single {
  background: #fff;
  z-index: 5;
  overflow: hidden;
  transition: 0.5s;
}

.services-box-single-content {
  border: 1px solid #efefef;
  padding: 27px 30px 24px;
  transition: 0.5s;
}

.services-box-single-wrapper:hover .services-box-single-content {
  border-color: transparent;
}

.services-box-icon {
  margin-bottom: 30px;
}

.services-box-icon i {
  font-size: 55px;
  color: #096bd8;
}

.services-box-single h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .services-box-single h4 {
    font-size: 22px;
  }
}

.services-box-single-wrapper:hover .services-box-single h4 a {
  color: #096bd8;
}

.services-box-single p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
}

.service-buttons {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 60px;
  transition: all 0.6s;
}

.service-buttons a:last-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -150px;
  transition: all 0.6s;
}

.service-buttons:hover {
  width: 100%;
}

.service-buttons:hover .service-btn-plus {
  opacity: 0;
  visibility: hidden;
}

.service-buttons:hover .service-btn {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.service-btn {
  height: 50px;
  border: 1px solid #badaff;
  text-align: center;
  padding: 0 20px;
  line-height: 48px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 18px;
  transition: all 0.6s;
}

.service-btn:hover {
  background: #096bd8;
  color: #fff;
  border-color: #096bd8;
}

.service-btn i {
  font-size: 18px;
  color: #096bd8;
  margin-right: 10px;
  line-height: 48px;
  transition: 0.3s;
}

.service-btn:hover i {
  color: #fff;
}

.service-btn-plus {
  height: 50px;
  border: 1px solid #badaff;
  text-align: center;
  padding: 0 20px;
  line-height: 48px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  transition: all 0.5s;
  padding-left: 18px;
}

.service-btn-plus i {
  font-size: 18px;
  color: #096bd8;
  line-height: 48px;
  transition: 0.3s;
}

.service-box-shape {
  position: absolute;
  top: -145px;
  left: -105px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.services-box-single:hover .service-box-shape {
  top: -95px;
  left: -55px;
  opacity: 1;
  visibility: visible;
}

.team-wrapper .team-img {
  overflow: hidden;
}
.team-wrapper:hover .team-img img {
  transform: scale(1.04);
}

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

.team-text {
  border: 1px solid #ebebeb;
  padding: 22px 40px 30px 40px;
}
.team-text h4 {
  font-size: 22px;
  font-family: "cerebri_sansbold";
  margin-bottom: 3px;
  color: #096bd8;
}
.team-text h4 a:hover {
  color: #096bd8;
}
.team-text span {
  font-size: 14px;
  text-transform: uppercase;
  color: #ababab;
  font-family: "cerebri_sansregular";
}

.team-icon {
  margin-top: 9px;
}

.team-icon a {
  color: #cbcbcb;
  font-size: 14px;
  transition: 0.3s;
  margin-right: 15px;
}

.team-icon a:last-child {
  margin-right: 0;
}

.team-icon a:hover {
  color: #096bd8;
}

.team-section p {
  margin-bottom: 26px;
}

.shape-item {
  position: absolute;
}

.team-01 {
  top: 24%;
  right: 11%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .team-01 {
    right: 0;
  }
}

.team-02 {
  top: 13%;
  right: 11%;
  z-index: -1;
}

.team-2-wrapper {
  padding: 30px 20px;
}

.team-content {
  margin-top: 24px;
}
.team-content h4 {
  color: #ffffff;
  font-family: "cerebri_sansbold";
  font-size: 22px;
  margin-bottom: 5px;
}
.team-content span {
  color: #ffffff;
  font-size: 14px;
  font-family: "cerebri_sansregular";
  text-transform: uppercase;
}

.team-content .team-icon {
  margin-top: 25px;
}

.team-content .team-icon a {
  font-size: 14px;
  transition: 0.3s;
  margin: 0 2px;
  height: 40px;
  width: 40px;
  background: #1478e8;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #9fccff;
}
.team-content .team-icon a:hover {
  background: #ffffff;
  color: #096bd8;
}

.single-team-wrapper {
  margin-right: 95px;
  margin-top: 24px;
}

.single-team-text h2 {
  font-size: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team-text h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-team-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .single-team-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .single-team-text h2 br {
    display: none;
  }
}

.single-team-text > span {
  font-size: 16px;
  text-transform: uppercase;
  color: #096bd8;
  font-family: "cerebri_sansbold";
}

.single-team-text p {
  margin-bottom: 0;
  margin-top: 26px;
}

.team-single {
  margin-top: 37px;
}

.single-team-icon {
  float: left;
  margin-right: 20px;
}

.team-info > span {
  color: #828282;
  font-size: 16px;
}

.team-info h4 {
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 3px;
}
.team-info h4 a:hover {
  color: #096bd8;
}

.single-team-info {
  overflow: hidden;
  margin-bottom: 30px;
}

.single-team-info:last-child {
  margin-bottom: 0;
}

.team-2-icon span {
  color: #333333;
  font-size: 20px;
  font-family: "cerebri_sansbold";
  margin-right: 7px;
}

.team-2-icon {
  margin-top: 40px;
}
.team-2-icon a {
  height: 45px;
  width: 45px;
  background: #f0f0f0;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  color: #a8a8a8;
  font-size: 16px;
}
.team-2-icon a:hover {
  background: #096bd8;
  color: #ffffff;
}

/* team-area-6 style  */
.team-area-6 {
  overflow: hidden;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team-area-6 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .team-area-6 {
    padding-bottom: 70px;
  }
}

.team-6-container {
  max-width: calc((100% - 1170px) / 2 + 1170px);
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-6-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-6-container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team-6-container {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.team-6-container .section-title h2 {
  margin-top: 0px;
}

.team-member-img img {
  width: 100%;
}

.team-member-name {
  padding-top: 25px;
}

.team-member-name h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 5px;
}

.team-member-name h2:hover {
  color: #096bd8;
}

.team-member-name span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.team-social-wrapper {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.team-member:hover .team-social-wrapper {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.team-social-inner {
  padding: 16px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  display: inline-block;
}

.team-member-social {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 13px;
  margin-bottom: 0;
}

.team-member-social li {
  display: inline-block;
  margin: 0 8px;
}

.team-member-social li a {
  font-size: 14px;
  color: #ababab;
}

.team-member-social li a:hover {
  color: #096bd8;
}

.team-active .slick-list {
  margin: 0 -15px;
}

.team-active .slick-slide {
  margin: 0 15px;
}

.team-nav-bg {
  position: relative;
}

.team-nav-bg:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 420px;
  background: #fff;
  right: -120px;
  top: -50px;
  z-index: 1;
}

.team-right-img img {
  width: 100%;
}

.team_navigation {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  position: absolute;
  right: -84px;
  top: 50%;
  z-index: 55;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team_navigation {
    display: none;
  }
}
.team_navigation button {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #e4f1ff;
  font-size: 25px;
  color: #096bd8;
  transition: 0.5s;
}
.team_navigation button:hover {
  background: #096bd8;
  color: #ffffff;
}

.cta-area {
  background-size: cover;
  background-position: center center;
}

.cta-text span {
  color: #ffffff;
  font-family: "cerebri_sansbold";
  text-transform: uppercase;
  font-size: 14px;
}
.cta-text h2 {
  font-size: 45px;
  color: #ffffff;
  font-family: "cerebri_sansbold";
  margin-bottom: 0;
  margin-top: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-text h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .cta-text h2 br {
    display: none;
  }
}

.cta-button {
  margin-top: 42px;
}

.cta-link {
  font-size: 15px;
  color: #fff;
  margin-left: 25px;
  font-weight: 400;
}
.cta-link i {
  margin-right: 5px;
}
.cta-link:hover {
  color: #ffffff;
}

.cta-button .btn.btn-white:hover::before {
  background: #fff;
}

.cta-button .btn:hover .btn-text {
  color: #333333;
}

.cta-content {
  margin-right: 34%;
}
.cta-content h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cta-content h2 br {
    display: none;
  }
}
.cta-content p {
  color: #ffffff;
  margin-bottom: 32px;
}

.cta-2-button a.border-btn {
  margin-left: 17px;
  padding: 19px 40px;
}

.ctas-info {
  background: #ffffff;
  background: #ffffff;
  margin-left: 30px;
  padding: 52px 68px 56px 68px;
  margin-top: 72px;
}
.ctas-info h3 {
  color: #096bd8;
  font-size: 26px;
  position: relative;
  z-index: 5;
}
.ctas-info h3::before {
  color: #096bd8;
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  font-size: 85px;
  position: absolute;
  line-height: 1;
  top: -26px;
  z-index: 9999;
  opacity: 0.1;
  left: 52px;
  z-index: -1;
}

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

.project-img {
  position: relative;
}

.project-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #42495b;
  opacity: 0;
  transition: 0.3s;
}

.owl-item.center .project-img::before {
  opacity: 0.3;
}

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

.project-text {
  position: absolute;
  bottom: 30px;
  transition: 0.3s;
  background: #ffffff;
  padding: 20px 60px 26px 40px;
  margin: 30px 30px 0 30px;
  transition: 0.3s;
  opacity: 0;
}
.project-text span {
  color: #096bd8;
  font-family: "cerebri_sansbold";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.project-text h3 {
  font-family: "cerebri_sansbold";
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.3s;
  margin-top: 3px;
}
.project-text h3 a:hover {
  color: #096bd8;
}

.owl-item.center .project-text {
  opacity: 1;
}

.project-active .owl-nav div {
  background: #f6f2ed;
  font-size: 18px;
  left: -35px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #9f9f9f;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.project-active .owl-nav div.owl-next {
  left: auto;
  right: -35px;
}

.project-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.project-active .owl-nav div:hover {
  background: #096bd8;
  color: #fff;
  box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
}

.project-active .owl-dots {
  bottom: -69px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.project-active .owl-dot {
  display: inline-block;
  height: 6px;
  margin: 0 5px;
  width: 20px;
  background: #d5e0ff;
  transition: 0.3s;
  border-radius: 3px;
}

.project-active .owl-dot.active {
  position: relative;
  background: #096bd8;
  width: 40px;
}

.portfolio-menu button {
  border: medium none;
  color: #696969;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0;
  font-family: "cerebri_sanssemibold";
  position: relative;
  background: none;
  margin-right: 35px;
}

.portfolio-menu button:last-child {
  margin-right: 0;
}

.portfolio-menu button:focus {
  outline: 0 none;
}

.portfolio-menu button:hover {
  color: #096bd8;
}

.portfolio-menu button.active {
  color: #096bd8;
}

.custom {
  margin: 0 -15px;
}

.portfolio-img {
  position: relative;
}

.portfolio-img > a {
  position: relative;
  display: inline-block;
}

.portfolio-img > a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #091b29;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.portfolio-wrapper:hover .portfolio-img > a::before {
  opacity: 0.5;
}

.portfolio-img > a img {
  width: 100%;
}

.portfolio-text {
  position: absolute;
  left: 30px;
  right: 40px;
  transition: 0.3s;
  opacity: 0;
  background: #ffffff;
  bottom: 30px;
  padding: 19px 31px 25px 30px;
  border-radius: 10px;
}
.portfolio-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.portfolio-text h3 > a {
  color: #333333;
  transition: 0.3s;
}
.portfolio-text h3 > a:hover {
  color: #096bd8;
}
.portfolio-text > span {
  font-size: 13px;
  text-transform: uppercase;
  color: #096bd8;
  font-family: "cerebri_sansbold";
  letter-spacing: 2px;
}
.portfolio-text > a {
  padding: 13px 26px;
}

.portfolio-wrapper:hover .portfolio-text {
  opacity: 1;
}

.case-wrapper .case-img {
  overflow: hidden;
}
.case-wrapper:hover .case-img img {
  transform: scale(1.05);
}

.case-img > a img {
  width: 100%;
}

.case-text {
  padding: 30px 30px 40px 40px;
  background: #096bd8;
}
.case-text span {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "cerebri_sansbold";
}
.case-text h3 {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 3px;
}
.case-text h3 > a {
  color: #ffffff;
}

.case-studies-img {
  position: relative;
  overflow: hidden;
}
.case-studies-img:hover img {
  transform: scale(1.05);
}
.case-studies-img::before {
  position: absolute;
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 100%;
  width: 100%;
  transition: 0.3s;
  z-index: 5;
}
.case-studies-img img {
  width: 100%;
}

.case-studies-img .case-studies-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 15px 40px 15px;
  z-index: 8;
}
.case-studies-img .case-studies-text span {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "cerebri_sansbold";
}
.case-studies-img .case-studies-text h3 {
  margin-bottom: 0;
  font-size: 24px;
  margin-top: 4px;
}
.case-studies-img .case-studies-text h3 a {
  color: #ffffff;
}

.case-studies-content {
  margin-top: 27px;
  padding: 0 20px;
}
.case-studies-content p {
  margin-bottom: 0;
  line-height: 30px;
}

.our-case-area {
  background-size: cover;
  background-position: center center;
}

.our-case-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.our-case-img img {
  width: 100%;
}

.our-case-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.our-case-wrapper:hover .our-case-img img {
  transform: scale(1.05);
}

.our-case-text {
  background: #ffffff;
  padding: 30px 32px 40px 30px;
}
.our-case-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.our-case-text h3 > a {
  color: #333333;
}
.our-case-text h3 > a:hover {
  color: #096bd8;
}
.our-case-text h3 > a span {
  font-size: 15px;
  color: #096bd8;
  font-family: "cerebri_sansregular";
}
.our-case-text p {
  margin-bottom: 0;
  line-height: 30px;
}

.our-case-text > a {
  position: relative;
  display: inline-block;
  margin-top: 26px;
  font-family: "cerebri_sanssemibold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 29px;
  transition: 0.3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #096bd8;
}

.cases-button {
  color: #096bd8;
  z-index: 999;
  position: relative;
  transition: 0.3s;
}

.cases-button i {
  margin-left: 5px;
}

.our-case-text > a:hover .cases-button {
  color: #ffffff;
}

.our-case-text > a:hover {
  border-color: #1065c4;
}

.our-case-text > a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
}

.our-case-text > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.case-active .owl-dots {
  bottom: -96px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}
@media (max-width: 767px) {
  .case-active .owl-dots {
    bottom: -50px;
  }
}

.case-active .owl-dot {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  background: none;
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.case-active .owl-dot.active {
  position: relative;
  background: #ffffff;
}

.case-details-img {
  margin-bottom: 50px;
}

.case-details-img img {
  width: 100%;
}

.case-details-text h1 {
  font-size: 45px;
  margin-bottom: 18px;
}

.case-details-text span {
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  font-family: "cerebri_sansregular";
}

.case-post-tag {
  margin-top: 96px;
}

.case-post-tag span {
  font-size: 15px;
  color: #333333;
  font-family: "cerebri_sanssemibold";
}

.case-post-tag > a {
  color: #696969;
  display: inline-block;
  font-size: 15px;
  font-family: "cerebri_sansregular";
}

.case-post-tag > a:hover {
  color: #096bd8;
}

.case-details-content {
  margin-left: 70px;
  margin-top: 54px;
}

.case-details-content p {
  line-height: 32px;
  margin-bottom: 42px;
}

.case-share-icon > span {
  font-size: 15px;
  color: #333333;
  font-family: "cerebri_sanssemibold";
}

.case-share-icon > a {
  color: #9b9b9b;
  font-size: 14px;
  margin: 0 3px;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  background: #e7e7e7;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}

.case-share-icon > a:hover {
  color: #fff;
  background: #096bd8;
}

.gallery-layout-bg {
  padding: 75px 84px 84px 85px;
  overflow: hidden;
  z-index: 9;
  position: relative;
  border: 10px solid #1478e8;
}

.gallery-layout-info {
  float: left;
  margin-right: 68px;
}

.gallery-layout-info:last-child {
  margin-right: 0;
}

.gallery-layout-info span {
  font-size: 20px;
  color: #696969;
  font-family: "cerebri_sanssemibold";
}

.gallery-layout-info h5 {
  font-size: 30px;
  margin-top: 6px;
  margin-bottom: 0;
}

.case-studies-info p {
  margin-bottom: 0;
  line-height: 30px;
  margin-right: 28px;
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-wrapper::before {
  color: #333333;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-size: 240px;
  position: absolute;
  line-height: 1;
  top: 51px;
  right: 163px;
  z-index: -1;
  opacity: 0.07;
}

.testimonial-text p {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 0;
  margin-right: 124px;
}
.testimonial-text h4 {
  font-size: 22px;
  font-family: "cerebri_sansbold";
  margin-bottom: 1px;
  margin-top: 32px;
}
.testimonial-text span {
  font-size: 13px;
  color: #096bd8;
  font-family: "cerebri_sansbold";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-img {
  margin-left: -28px;
  margin-top: 4px;
}

.testimonial-active .owl-nav div {
  color: #9f9f9f;
  font-size: 14px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
  bottom: -98px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #f6f2ed;
  border-radius: 50%;
}

.testimonial-active .owl-nav div.owl-prev {
  left: 60px;
}

.testimonial-active .owl-nav div:hover {
  background: #096bd8;
  color: #fff;
  box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
}

.client-say-text {
  padding: 36px 39px 50px 35px;
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 32px 0px rgba(225, 225, 225, 0.19);
}
.client-say-text::after {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  display: inline-block;
  color: #696969;
  font-size: 139px;
  text-align: center;
  right: 50px;
  bottom: 35px;
  line-height: 1;
  z-index: -1;
  opacity: 0.1;
}
.client-say-text p {
  line-height: 34px;
  margin-bottom: 26px;
  font-size: 18px;
}

.client-rating {
  margin-bottom: 35px;
}
.client-rating i {
  color: #ff9900;
  font-size: 14px;
  margin-right: 1px;
}

.client-say-content {
  padding-top: 9px;
  overflow: hidden;
}
.client-say-content h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #333333;
  font-family: "cerebri_sansbold";
}
.client-say-content span {
  font-size: 14px;
  color: #ff9900;
  text-transform: uppercase;
  font-family: "cerebri_sansbold";
}

.client-say-img {
  float: left;
  margin-right: 15px;
}
.client-say-img img {
  border-radius: 50%;
}

.client-active .owl-nav div {
  background: #ffffff;
  height: 50px;
  width: 50px;
  right: 15px;
  font-size: 16px;
  content: "";
  z-index: -1;
  top: -130px;
  transition: 0.3s;
  position: absolute;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: #096bd8;
}

.client-active .owl-nav div.owl-prev {
  right: 75px;
}

.client-active .owl-nav div:hover {
  background: #096bd8;
  color: #ffffff;
  box-shadow: 0px 10px 32px 0px rgba(203, 203, 203, 0.51);
}

.single-testimonial {
  border: 1px solid #e2e2e2;
  margin-left: 34px;
  margin-right: 34px;
  padding: 0 50px 55px 70px;
  position: relative;
  margin-top: 32px;
  margin-bottom: 39px;
}

.single-testimonial::before {
  color: #096bd8;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  position: absolute;
  right: 90px;
  font-weight: 700;
  bottom: -40px;
  border: 1px solid #e7e7e7;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #fff;
}

.single-testimonial .clientsay-name {
  margin-top: -32px;
  background: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-2-text {
  padding-left: 20px;
  padding-top: 35px;
}

.testimonial-2-text p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 37px;
}

.testimonial-skill span {
  color: #696969;
  font-size: 18px;
  margin-right: 11px;
  font-family: "cerebri_sansbold";
}

.testimonial-skill span:last-child {
  margin-right: 0;
}

.testimonial-skill span i {
  font-size: 14px;
  color: #ff9900;
}

.testimonial-2-active .owl-nav div {
  background: none;
  font-size: 18px;
  left: -158px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #096bd8;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  transform: translateY(-50%);
  border: 2px solid #e2e2e2;
  border-radius: 5px;
}

.testimonial-2-active .owl-nav div.owl-next {
  left: auto;
  right: -158px;
}

.testimonial-2-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.testimonial-2-active .owl-nav div:hover {
  background: #096bd8;
  color: #fff;
  border-color: #096bd8;
}

.testimonial-2-active .owl-dots {
  bottom: -57px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.testimonial-2-active .owl-dot {
  display: inline-block;
  height: 5px;
  margin: 0 4px;
  width: 10px;
  background: #096bd8;
  transition: 0.3s;
  border-radius: 3px;
}

.testimonial-2-active .owl-dot.active {
  position: relative;
  width: 30px;
}

.test-01 {
  top: -128px;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .test-01 {
    width: 250px;
  }
}

.test-02 {
  top: 26%;
  left: 6%;
}

.counter-area {
  background-size: cover;
  background-position: center center;
}

.counter-icon i {
  color: #ffffff;
  font-size: 40px;
}

.counter-text h2 {
  font-size: 55px;
  margin-top: 22px;
  color: #fff;
  font-family: "cerebri_sansbold";
}

.counter-text p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-family: "cerebri_sansmedium";
}

.plus-icon {
  position: relative;
  top: -30px;
  font-size: 40px;
  right: 2px;
}

.single-counter .counter-icon i {
  color: #096bd8;
}

.single-counter .counter-icon i {
  color: #096bd8;
}

.single-counter .counter-text h2 {
  color: #333333;
}

.single-counter .plus-icon {
  color: #096bd8;
}

.single-counter .counter-text p {
  color: #afafaf;
}

.counter-bg {
  margin-left: 50px;
  margin-top: 45px;
}

.single-2-counter .counter-text h2 {
  color: #096bd8;
  margin-top: 0;
  margin-bottom: 19px;
}

.single-2-counter .counter-text h4 {
  font-size: 18px;
  font-family: "cerebri_sanssemibold";
  margin-bottom: 11px;
}

.single-2-counter .counter-text p {
  color: #696969;
  line-height: 30px;
  font-size: 15px;
  font-family: "cerebri_sansregular";
}

.counter-area-6 {
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background: #096bd8;
  background-repeat: no-repeat;
}

.counter-text-6 h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}

.counter-text-6 .plus-icon {
  position: relative;
  top: 0;
  font-size: 35px;
  right: auto;
  left: -10px;
}

.counter-text-6 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
}

/* video area style  */
.video-area-6 {
  position: relative;
}

.video-area-6:before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  border: 40px solid #e5f1ff;
  border-radius: 50%;
  left: -80px;
  top: 20%;
  z-index: -1;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.video-inner-bg {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 30px rgba(26, 88, 156, 0.1);
  padding: 30px;
  position: relative;
  margin-top: -165px;
  z-index: 5;
}
@media (max-width: 767px) {
  .video-inner-bg {
    padding: 20px;
  }
}

.video-bg-circle {
  position: absolute;
  content: "";
  width: 235px;
  height: 235px;
  border: 40px solid #096bd8;
  border-radius: 50%;
  bottom: -95px;
  right: -95px;
  z-index: -1;
  animation-name: video-bg-circle;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes video-bg-circle {
  0% {
    bottom: -95px;
    right: -95px;
  }
  100% {
    bottom: 0px;
    right: -95px;
  }
}
.video-inner {
  border-radius: 10px;
  overflow: hidden;
}

.video-inner img {
  width: 100%;
}

.video-inner-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-video6 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #ffffff;
  color: #333333;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .play-video6 {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}
.play-video6::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
.play-video6:hover {
  background: #096bd8;
  color: #ffffff;
}

.video-area {
  background-size: cover;
  background-position: center center;
  padding-bottom: 630px;
}

.video-wrapper {
  margin-left: 30px;
  margin-top: 45px;
}

.video-img {
  position: relative;
}

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

.video-img:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #091b29;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.7;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.video-icon a {
  height: 80px;
  width: 80px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  color: #096bd8;
  position: relative;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.video-icon a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.contact-area {
  margin-top: -538px;
}

.contact-bg {
  box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
  background: #ffffff;
  padding: 60px 60px 30px 60px;
}

.contact-map {
  min-height: 390px;
}

#appointment-form input {
  background: none;
  height: 60px;
  width: 100%;
  padding: 0 30px;
  padding-right: 30px;
  border: 0;
  color: #9d9d9d;
  font-weight: 400;
  border: 1px solid #ebebeb;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
}

#appointment-form textarea {
  color: #9d9d9d;
  font-weight: 400;
  height: 120px;
  width: 100%;
  padding: 30px 30px;
  border: 1px solid #ebebeb;
  text-transform: capitalize;
  background: none;
  border-radius: 5px;
}

#appointment-form input::-moz-placeholder, .appointment-form input::placeholder {
  color: #9d9d9d;
  font-size: 15px;
}

#appointment-form textarea::-moz-placeholder, .appointment-form textarea::placeholder {
  color: #9d9d9d;
  font-size: 15px;
}

.form-box {
  position: relative;
}

.form-box::after {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 20px;
  color: #096bd8;
  top: 19px;
}

.email-icon:after {
  content: "\f0e0";
}

.date-icon::after {
  content: "\f107";
}

.person-icon:after {
  content: "\f6c0";
}

.time-icon:after {
  content: "\f017";
}

.message-icon:after {
  content: "\f040";
}

#contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #328ef4;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #ffffff;
  font-size: 14px;
  height: 98px;
  text-transform: capitalize;
  width: 100%;
  background: none;
  transition: 0.3s;
}

.contact-wrapper {
  margin-right: 70px;
}

#contact-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #328ef4;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #ffffff;
  font-size: 15px;
  height: 57px;
  text-transform: capitalize;
  width: 100%;
  background: none;
  transition: 0.3s;
  font-family: "cerebri_sansmedium";
}

#contact-form input::-moz-placeholder, .contact-form input::placeholder {
  color: #ffffff;
  font-size: 15px;
  font-family: "cerebri_sansmedium";
}

#contact-form input:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #fff;
}

#contact-form textarea::-moz-placeholder, .contact-form textarea::placeholder {
  color: #ffffff;
  font-size: 15px;
  font-family: "cerebri_sansmedium";
}

#contact-form textarea:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #fff;
}

#contact-form button.btn {
  -moz-user-select: none;
  background: #fff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sanssemibold";
  margin-top: 5px;
}

.btn-texts {
  color: #333333;
  position: relative;
  transition: 0.3s;
}

#contact-form button.btn:hover .btn-text {
  color: #ffffff;
}

.btn-texts i {
  padding-left: 5px;
}

#contact-form button.btn::before {
  display: none;
}

.form-2-box {
  position: relative;
}

.form-2-box::after {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 0;
  color: #ffffff;
  top: 20px;
}

.email-2-icon:after {
  content: "\f2b6";
}

.sub-icon:after {
  content: "\f107";
}

.message-2-icon::after {
  content: "\f040";
  top: 9px;
}

.contact-us-area {
  margin-bottom: -567px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .contact-us-area {
    margin-bottom: 60px;
  }
}

.contact-2-map {
  min-height: 700px;
}

.single-contact-us {
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center center;
  right: 0;
}

.contact-us-info {
  background: #ffffff;
  padding: 37px 100px 37px 54px;
}

.contact-us-icon {
  float: left;
  margin-right: 20px;
}

.contact-us-text {
  overflow: hidden;
}
.contact-us-text span {
  color: #ababab;
  font-size: 16px;
  font-family: "cerebri_sansbold";
}
.contact-us-text h4 {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 4px;
}
.contact-us-text h4 a:hover {
  color: #096bd8;
}

.country-select.select-subject .nice-select {
  color: #9d9d9d;
  border-radius: 5px;
}
.country-select.select-subject .nice-select:focus {
  border-color: #ebebeb;
}
.country-select.select-subject .nice-select::after {
  border-bottom: 1px solid #096bd8;
  border-right: 1px solid #096bd8;
  height: 7px;
  width: 7px;
}

.country-select.select-contact .nice-select {
  color: #ffffff;
  border-color: #328ef4;
  border-radius: 0px;
  border-style: none none solid;
  border-width: 0 0 1px;
  background: transparent;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
}
.country-select.select-contact .nice-select .option {
  color: #333333;
}
.country-select.select-contact .nice-select:focus {
  border: 0;
  border-bottom: 2px solid #ffffff;
}
.country-select.select-contact .nice-select::after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 7px;
  width: 7px;
}

.contact-us-bg {
  background: #096bd8;
}

.contact-us-wrapper {
  padding: 55px 70px 70px 40px;
}

.contact-us-content h2 {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-content h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-us-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact-us-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .contact-us-content h2 br {
    display: none;
  }
}

#contact-us-form input {
  background: none;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  border: 0;
  color: #ffffff;
  font-family: "cerebri_sansregular";
  border: 1px solid #328ef4;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  margin-bottom: 30px;
}

#contact-us-form textarea {
  color: #ffffff;
  height: 120px;
  width: 100%;
  padding: 30px 30px;
  border: 1px solid #328ef4;
  text-transform: capitalize;
  background: none;
  border-radius: 5px;
  font-family: "cerebri_sansregular";
  margin-bottom: 24px;
}

#contact-us-form input::-moz-placeholder, .contact-us-form input::placeholder {
  color: #ffffff;
  font-size: 15px;
}

#contact-us-form textarea::-moz-placeholder, #contact-us-form textarea::placeholder {
  color: #ffffff;
  font-size: 15px;
}

#contact-us-form button.btn {
  -moz-user-select: none;
  background: #fff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sanssemibold";
  margin-top: 5px;
}

.btn-texts {
  color: #333333;
  position: relative;
  transition: 0.3s;
}

.btn-texts i {
  padding-left: 5px;
}

#contact-us-form button.btn::before {
  display: none;
}

.contact-2-area {
  background-size: cover;
  background-position: center center;
}

.appointment-form input {
  height: 70px;
  width: 100%;
  padding: 0 30px;
  padding-right: 30px;
  border: 0;
  color: #a9bbc8;
  font-family: "cerebri_sansregular";
  border: 2px solid #566875;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgba(59, 69, 82, 0.6);
  transition: 0.3s;
}

.country-select.home4-contact .nice-select {
  height: 70px;
  width: 100%;
  border: 2px solid #566875;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgba(59, 69, 82, 0.6);
  color: #a9bbc8;
}
.country-select.home4-contact .nice-select:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 7px;
  width: 7px;
}
.country-select.home4-contact .nice-select:focus {
  border-color: #096bd8;
}
.country-select.home4-contact .nice-select .option {
  color: #333333;
}

.country-select.option-select .nice-select {
  border: 2px solid transparent;
  text-transform: capitalize;
  background: #f4f4f4;
  font-size: 15px;
  color: #696969;
  width: 100%;
  height: 70px;
  border-radius: 5px;
  padding: 0px 30px;
}
.country-select.option-select .nice-select:focus {
  border: 2px solid #096bd8;
}
.country-select.option-select .nice-select:after {
  border-bottom: 1px solid #096bd8;
  border-right: 1px solid #096bd8;
  height: 7px;
  width: 7px;
  right: 20px;
}

.appointment-form input:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #fff;
  background: none;
}

.appointment-form textarea {
  color: #a9bbc8;
  font-family: "cerebri_sansregular";
  height: 120px;
  width: 100%;
  padding: 17px 30px;
  border: 2px solid #566875;
  text-transform: capitalize;
  background: rgba(59, 69, 82, 0.6);
  border-radius: 5px;
  transition: 0.3s;
}

.appointment-form textarea:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #fff;
  background: none;
}

.appointment-form input:focus::-moz-placeholder, .appointment-form input:focus::placeholder {
  color: #ffffff;
}

.appointment-form input::-moz-placeholder, .appointment-form input::placeholder {
  color: #a9bbc8;
  font-size: 15px;
  font-family: "cerebri_sansregular";
}

.appointment-form textarea::-moz-placeholder, .appointment-form textarea::placeholder {
  color: #a9bbc8;
  font-size: 15px;
  font-family: "cerebri_sansregular";
}

.appointment-form textarea:focus::-moz-placeholder, .appointment-form textarea:focus::placeholder {
  color: #ffffff;
}

.appointment-form .form-box::after {
  color: #ffffff;
  top: 24px;
}

.contact-2-btn .btn {
  padding: 21px 90px;
}

/* 20. Contact */
.contact-page-map {
  height: 750px;
}

.contact-info-area {
  margin-top: -140px;
}

.contact {
  padding: 70px 10px;
  position: relative;
}

.contact-area {
  background-position: center center;
  background-repeat: no-repeat;
}

.contact i {
  background: #096bd8;
  font-size: 21px;
  height: 70px;
  width: 70px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 71px;
  margin-bottom: 30px;
}

.contact h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #000;
}

.contact a {
  margin: 0;
  /* padding: 0 50px; */
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact p {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact p {
    padding: 0 0px;
  }
}
.contact-form-page .appointment-form input {
  border: 2px solid transparent;
  text-transform: capitalize;
  background: #f4f4f4;
  font-size: 15px;
  color: #696969;
}

.contact-form-page .appointment-form input:-moz-placeholder {
  color: #696969;
}

.contact-form-page .appointment-form input::placeholder {
  color: #696969;
}

.contact-form-page .appointment-form textarea {
  border: 2px solid transparent;
  text-transform: capitalize;
  background: #f4f4f4;
  font-size: 15px;
  color: #696969;
}

.contact-form-page .appointment-form .form-box::after {
  color: #096bd8;
}

.contact-form-page.appointment-form input:focus::-moz-placeholder, .appointment-form input:focus::placeholder {
  color: #696969;
}

.contact-form-page .appointment-form input:focus, .appointment-form input:focus {
  border-color: #096bd8;
}

.contact-form-page .appointment-form textarea:focus::-moz-placeholder, .appointment-form textarea:focus::placeholder {
  color: #696969;
}

.contact-form-page .appointment-form textarea:focus, .appointment-form textarea:focus {
  border-color: #096bd8;
}

.contact-form-page .appointment-form textarea::-moz-placeholder, .appointment-form textarea::placeholder {
  color: #696969;
}

.contact-form-page .appointment-form textarea:focus, .appointment-form textarea:focus {
  border-color: #096bd8;
}

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

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

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

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

/* carrer  */
.carrer-cat {
  background: #f76840;
  padding: 40px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.carrer-cat:hover {
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.carrer-cat h3 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.carrer-cat img {
  margin-bottom: 20px;
}

.job-list {
  background: #fff;
  padding: 40px;
  padding-top: 35px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.job-list:hover {
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.job-list h3 {
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
}

/* contact-area-6 style  */
.contact-area-6 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.contact-area-6:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #096bd8;
}

.contact-circle1 {
  position: absolute;
  width: 126px;
  height: 126px;
  background: #fff;
  opacity: 0.1;
  top: -75px;
  left: 9%;
  border-radius: 50%;
}

.contact-circle2 {
  position: absolute;
  width: 312px;
  height: 312px;
  background: #fff;
  opacity: 0.1;
  bottom: -175px;
  left: 24%;
  border-radius: 50%;
}

.contact-shape1 {
  position: absolute;
  top: -160px;
  left: 56%;
}

.contact-shape2 {
  position: absolute;
  bottom: -160px;
  left: 85%;
}

.section-title.hom6-contact-title h1 {
  font-size: 44px;
}

/*server tools style  */
.input-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .input-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

.server-test {
  margin-bottom: 25px;
  box-shadow: 0 20px 30px rgba(27, 92, 164, 0.1);
  padding: 0 0 0 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .server-test {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.server-test .nice-select {
  border: 0;
}

.server-test .s-test-btn::before {
  display: none;
}

.server-test-form {
  display: inline-block;
}

.server-test-form select {
  border: 0;
  background: 0;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.website-link {
  display: inline-block;
  margin-left: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .website-link::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .website-link {
    margin-left: 0px;
  }
}

.website-link input {
  border: 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  width: calc(100% + 10px);
}

.website-link input::placeholder {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.website-link input::-moz-placeholder {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.website-link:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #d1d1d1;
  top: 5px;
  left: -33px;
}

.s-test-btn {
  height: 60px;
  padding: 0 35px;
  background: #096bd8;
  border-radius: 3px;
  color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  transition: all 0.3s;
}

.s-test-btn:hover {
  background: #0555b1;
}

.s-test-btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 101%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 0 3px 3px 0;
  opacity: 0.5;
}

.s-test-btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

.site-information-box {
  border: 1px solid #e8e8e8;
  padding: 30px 30px;
}

.site-info-title h5 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 25px;
  color: #333333;
}

.site-info-list li {
  margin-bottom: 11px;
}

.site-info-list li:last-child {
  margin-bottom: 0;
}

.site-info-list li span {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  width: 200px;
  margin-right: 10px;
  display: inline-block;
}

.site-info-list li span.have-certificate {
  color: #00c807;
  font-weight: 400;
}

.site-rating {
  margin-bottom: 0;
}

.site-rating li {
  display: inline-block;
  color: #fcba1e;
  font-size: 25px;
  margin-right: 2px;
  line-height: 1;
}

.server-safety img {
  width: 100%;
}

.server-safety-text {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  height: 50px;
  padding: 0 15px;
  line-height: 48px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 40px;
}

.server-safety-text::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #eeeeee;
  transform: rotate(45deg);
  border-bottom: 0;
  border-right: 0;
  left: 10px;
  top: -6px;
  background: #fff;
}

.site-details-link {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.site-details-link i {
  margin-left: 5px;
}

.site-details-link i:last-child {
  margin-left: -5px;
}

.site-details-link:hover {
  color: #096bd8;
}

.section-title.hom6-contact-title h2 {
  margin-top: 0px;
}

/* subscribe-form-6 style  */
.subscribe-form-6 {
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .subscribe-form-6 {
    padding-left: 0px;
  }
}

.subscribe-form-6 input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0;
  background: #fff;
  padding: 0 160px 0 45px;
  position: relative;
  border-radius: 3px;
  font-size: 15px;
}

.subscribe-form-6 input::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #a4a4a4;
}

.subscribe-form-6 input:-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #a4a4a4;
}

.subscribe-form-6::before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
  left: 46px;
  top: 18px;
  z-index: 1;
  font-weight: 300;
  color: #a4a4a4;
}

.subscribe-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  height: 60px;
  padding: 0 25px;
  background: #0023b1;
  border-radius: 0 3px 3px 0;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  z-index: 5;
}

.subscribe-btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 101%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 0 3px 3px 0;
  opacity: 0.2;
}

.subscribe-btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

.subscribe-btn i {
  color: #fff;
  margin-right: 10px;
}

.subscribe-form-6 form .subscribe-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  height: 60px;
  padding: 0 25px;
  background: #0023b1;
  border-radius: 0 3px 3px 0;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  width: inherit;
}

.subscribe-form-6 form .subscribe-btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 101%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 0 3px 3px 0;
  opacity: 0.2;
}

.subscribe-form-6 form .subscribe-btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

.subscribe-form-6 .wpcf7 .ajax-loader {
  display: none;
}

.form_input {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .form_input {
    flex-direction: column;
    gap: 0px;
  }
}

.blog-img a img {
  width: 100%;
}

.blog-wrapper .blog-img {
  overflow: hidden;
}
.blog-wrapper:hover .blog-img img {
  transform: scale(1.05);
}

.blog-meta {
  box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.34);
  background: #fff;
  padding: 13px 30px 13px;
  margin-left: 20px;
  margin-right: 35px;
  border-radius: 6px;
  margin-top: -22px;
  position: relative;
}
.blog-meta span {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
  margin-right: 14px;
}
.blog-meta span:last-child {
  margin-right: 0;
}
.blog-meta span i {
  color: #096bd8;
  margin-right: 3px;
}
.blog-meta a {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
  margin-right: 14px;
  margin-right: 3px;
}
.blog-meta a:hover {
  color: #096bd8;
}

.banner-widget img {
  width: 100%;
}

.blog-text h3 {
  font-size: 24px;
  font-family: "cerebri_sansbold";
  margin-top: 32px;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .blog-text h3 {
    font-size: 22px;
  }
}
.blog-text h3 > a {
  color: #333333;
  transition: 0.3s;
  font-family: sans-serif;
}
.blog-text h3 > a:hover {
  color: #096bd8;
}
.blog-text p {
  margin-bottom: 0;
  line-height: 30px;
}

.blog-text > a {
  position: relative;
  display: inline-block;
  margin-top: 27px;
  font-family: "cerebri_sanssemibold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 37px;
  transition: 0.3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #096bd8;
}

.blog-button {
  color: #096bd8;
  z-index: 1;
  position: relative;
  transition: 0.3s;
}

.blog-button i {
  margin-left: 5px;
}

.blog-text > a:hover .blog-button {
  color: #ffffff;
}

.blog-text > a:hover {
  border-color: #1065c4;
}

.blog-text > a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
}

.blog-text > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.blog-border {
  border: 1px solid #ebebeb;
}

.blog-border .blog-meta {
  box-shadow: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  margin-top: 0;
}

.blog-border .blog-text h3 {
  margin-top: 20px;
  margin-bottom: 19px;
}

.single-blog {
  padding: 32px 26px 20px 0;
}

.blog-2-wrapper .blog-meta {
  box-shadow: none;
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  margin-top: 0;
  position: inherit;
  margin-top: 29px;
}

.blog-2-wrapper .blog-text h3 {
  margin-top: 14px;
}

.blog-img {
  overflow: hidden;
}
.blog-img:hover img {
  transform: scale(1.05);
}

.blog-2-wrapper:hover .blog-img img {
  transform: scale(1.05);
}

/* 7.blog */
.latest-news {
  position: relative;
}

.news__thumb:before {
  background-image: -moz-linear-gradient(90deg, rgb(6, 42, 77) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(6, 42, 77) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(6, 42, 77) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.news__thumb img {
  width: 100%;
}

.news__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news__caption {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .news__caption {
    padding: 20px;
  }
}
.news__caption h2 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.news__caption h2 a {
  color: #ffffff;
}
.news__caption h2 a:hover {
  opacity: 0.7;
}

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.news-link:hover {
  color: #ffffff;
}

.news-link i {
  transition: 0.3s;
  display: inline-block;
}

.news-link:hover i {
  transform: translateX(3px);
}

.subscribe {
  padding: 70px 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .subscribe {
    padding: 30px 30px;
  }
}

.subscribe-form {
  position: relative;
  z-index: 99;
}

.subscribe-1 {
  position: relative;
}

.subscribe-1::before {
  position: absolute;
  background-image: url(https://devsnews.com/template/torun-prev/torun/assets/img/icon/envelope.png/);
  content: "";
  height: 326px;
  width: 322px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  top: 0;
  background-size: cover;
}

.subscribe-form form {
  position: relative;
}
.subscribe-form form input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .subscribe-form form input {
    padding: 0 30px;
  }
}
.subscribe-form form button {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (max-width: 767px) {
  .subscribe-form form button {
    position: static;
    margin-top: 10px;
  }
}

.subscribe-form input::-moz-placeholder, .subscribe-form input::placeholder {
  color: #7c9ebf;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-form-2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .subscribe-form-2 {
    margin-top: 30px;
  }
}

.letter-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .letter-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .letter-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .letter-shape {
    display: none;
  }
}

.letter-s1 {
  left: 6%;
  top: 15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .letter-s1 {
    left: 1%;
    top: 9%;
  }
}

.letter-s2 {
  right: 8%;
  bottom: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .letter-s2 {
    right: 3%;
    bottom: 4%;
  }
}

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}
.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.news__caption-2 h2 a:hover {
  color: #096bd8;
}
.news__caption-2 p {
  margin-bottom: 0;
}

.news-meta span {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-meta span {
    margin-right: 10px;
  }
}
.news-meta span a {
  color: #096bd8;
  letter-spacing: 2px;
  font-weight: 500;
}
.news-meta span a:hover {
  color: #6100b3;
}

.postbox__thumb {
  position: relative;
}
.postbox__thumb a img {
  max-width: 100%;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #696969;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}
.post-meta span a:hover {
  color: #096bd8;
}
.post-meta span i {
  color: #096bd8;
  margin-right: 2px;
}

.postbox__video img, .postbox__thumb img {
  width: 100%;
}

.p-30 {
  padding: 30px;
}

.blog-title {
  font-size: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-title {
    font-size: 25px;
  }
}
.blog-title a:hover {
  color: #096bd8;
}

.read-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.read-more:hover {
  color: #096bd8;
}
.read-more i {
  transition: 0.3s;
  display: inline-block;
}
.read-more:hover i {
  transform: translateX(5px);
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.post-text p {
  font-size: 16px;
  line-height: 28px;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -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;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #696969;
  border-radius: 50%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .postbox__gallery .slick-arrow {
    display: none !important;
  }
}
.postbox__gallery .slick-arrow:hover {
  background: #096bd8;
  color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}

.video-btn {
  position: absolute;
  background: #ffffff;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: #096bd8;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .video-btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.video-btn:hover {
  background: #096bd8;
  color: #ffffff;
}

.post-text blockquote {
  background: #333333;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}
@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}
.post-text blockquote p {
  font-size: 26px;
  font-family: "cerebri_sansbold";
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.post-text blockquote::before {
  content: "\f10d";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 41px;
}
@media (max-width: 767px) {
  .post-text blockquote::before {
    position: static;
  }
}
.post-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.widget {
  border: 2px solid #eaedff;
  padding: 30px;
}
@media (max-width: 767px) {
  .widget {
    padding: 20px;
  }
}

.b-0 {
  border: 0;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #eaedff;
  padding: 0 20px;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #333333;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}
.search-form button:hover {
  background: #096bd8;
}

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 4px;
  background: #096bd8;
  margin-right: 10px;
  top: -3px;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  left: 5%;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
.about-me img {
  margin-bottom: 25px;
}
.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}
.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
}
.widget-social-icon a:hover {
  color: #096bd8;
}

.widget .recent-posts > li:first-child {
  border: 0;
  padding-top: 0;
}

.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget .recent-posts > li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  overflow: hidden;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.widget-posts-body {
  overflow: hidden;
}

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.widget-posts-title:hover {
  color: #096bd8;
}

.widget-posts-meta {
  font-size: 12px;
}

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;
}
ul.cat li a:hover {
  color: #096bd8;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #333333;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}
.social-profile a:hover {
  background: #096bd8;
}

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

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  background: #eaedff;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.tag a:hover {
  background: #096bd8;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "cerebri_sansbold";
  color: #333333;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-post-tag a:hover {
  color: #fff;
  background: #096bd8;
  border-color: #096bd8;
}
.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "cerebri_sansbold";
  color: #333333;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #696969;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}
.blog-share-icon a:hover {
  color: #096bd8;
}
.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

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

.author-img {
  margin-bottom: 35px;
}
.author-img img {
  margin-top: -60px;
}

.author-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.author-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}
.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: 0.3s;
}
.author-icon a:hover {
  color: #096bd8;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

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

.comments-avatar {
  float: left;
}
@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}
.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}
.latest-comments li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}
.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}
.avatar-name span {
  color: #096bd8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #696969;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.reply:hover {
  color: #096bd8;
}
.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}
.post-comments-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #eaedff;
  padding: 50px;
}
@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}
.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}
.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #096bd8;
  top: 18px;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

.postbox__audio iframe {
  width: 100%;
  height: 420px;
}
@media (max-width: 767px), sm {
  .postbox__audio iframe {
    height: 320px;
  }
}

/* blog style  */
.blog-single {
  padding: 20px 20px;
  border-radius: 5px;
  box-shadow: 0 20px 40px rgba(20, 69, 125, 0.1);
}
@media (max-width: 767px) {
  .blog-single {
    padding: 10px;
  }
}

.blog-single-img {
  border-radius: 5px;
  overflow: hidden;
}

.blog-single-img img {
  width: 100%;
  transition: 1s;
}

.blog-single:hover .blog-single-img img {
  transform: scale(1.2);
}

.blog-single-content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
  .blog-single-content h4 {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-content h4 {
    font-size: 20px;
  }
}

.blog-single-content h4 a:hover {
  color: #096bd8;
}

.blog-meta-tag {
  margin-bottom: 0;
  position: absolute;
  top: -45px;
  left: 10px;
}

.blog-meta-tag li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  height: 35px;
  padding: 0 12px;
  line-height: 35px;
  border-radius: 3px;
  background: #096bd8;
}

.blog-meta-tag li:last-child {
  margin-right: 0;
}

.blog-meta-tag li i {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

/* blog-btn style  */
.blog-btn-radius {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
}

.blog-btn-radius i {
  font-size: 24px;
  color: #9b9b9b;
  height: 8px;
  line-height: 8px;
  background: #fff;
}

.btn-i1 {
  margin-left: -10px;
  transition: 0.5s;
}

.btn-i2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  margin-left: -30px;
}

.blog-btn-radius:hover .btn-i1 {
  opacity: 0;
  visibility: hidden;
}

.blog-btn-radius:hover .btn-i2 {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  color: #096bd8;
}

.blog-btn-circle {
  height: 35px;
  width: 35px;
  border: 2px solid #9b9b9b;
  border-radius: 50%;
  display: inline-block;
  transition: 0.5s;
}

.blog-btn-radius:hover .blog-btn-circle {
  border-color: #096bd8;
}

.blog-btn-text {
  font-size: 14px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 5px;
  background: #fff;
  transition: 0.5s;
}

.blog-btn-radius:hover .blog-btn-text {
  margin-left: -28px;
  color: #096bd8;
}

.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.brand-img.text-center {
  text-align: left;
}

.newsletter-area {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .newsletter-area {
    padding-top: 50px !important;
  }
}

.single-newsletters {
  background: #fff;
  padding: 18px;
}
@media (max-width: 767px) {
  .single-newsletters button {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-newsletters button {
    min-height: 0px;
  }
}

.newsletter-form form {
  position: relative;
}

.newsletter-form form input {
  height: 60px;
  padding: 0 30px;
  background: #eef5fc;
  color: #696969;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  width: 340px;
}

.newsletter-form form input::placeholder {
  color: #696969;
  font-size: 15px;
}

.newsletter-form form::-moz-placeholder {
  color: #696969;
  font-size: 15px;
}

.newsletter-form button.btn {
  margin-bottom: 2px;
}

.newsletter-text h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 35px;
}
@media (max-width: 767px) {
  .newsletter-text h2 {
    font-size: 25px;
  }
}

.single-newsletter .newsletter-form form input {
  height: 60px;
  padding: 0 30px;
  background: #1b2f3e;
  color: #bababa;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  width: 340px;
  float: left;
}

.single-newslette .newsletter-form form input::placeholder {
  color: #bababa;
  font-size: 15px;
}

.single-newslette .newsletter-form form::-moz-placeholder {
  color: #bababa;
  font-size: 15px;
}

.single-newsletter .newsletter-form button.btn {
  margin-left: 7px;
  padding: 19px 40px;
}

.newsletter-bg {
  border-bottom: 1px solid #1b2f3e;
}

.newsletter-2-bg {
  padding-left: 50px;
  padding-right: 50px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .newsletter-2-bg {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter-2-bg {
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.newsletter-2-bg .single-newsletters {
  background: none;
  padding: 0;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .newsletter-2-bg .single-newsletters .fill_btn-white {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter-2-bg .single-newsletters .fill_btn-white {
    margin-top: 0px;
  }
}

.newsletter-2-bg .newsletter-form form input {
  height: 60px;
  padding: 0 25px;
  background: #0056b6;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  width: 320px;
}

.newsletter-2-bg .newsletter-form form input::placeholder {
  color: #ffffff;
  font-size: 15px;
}

.newsletter-2-bg .newsletter-form form::-moz-placeholder {
  color: #ffffff;
  font-size: 15px;
}

.newsletter-2-bg .newsletter-form form .btn {
  background: #ffffff;
}

.newsletter-2-bg .newsletter-form form .btn .btn-text {
  color: #096bd8;
}

.newsletter-2-bg .newsletter-form form .btn::before {
  display: none;
}

.faq-box .btn-link {
  font-family: "cerebri_sanssemibold";
  color: #696969;
  display: block;
  font-size: 18px;
  border: 0;
  text-decoration: none;
  line-height: 28px;
  padding-left: 24px;
}

.faq-box .card-header {
  padding: 0;
  border-bottom: 0;
  background: none;
  border-radius: 0;
}

.faq-box .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 19px;
}

.faq-box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 23px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  margin-top: 12px;
}

.faq-box .card-body p {
  margin: 0;
  line-height: 28px;
}

.faq-box .btn-link.collapsed::before {
  content: "\f178";
}

.faq-box .btn-link::before {
  content: "\f178";
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-family: "Font Awesome 6 Pro";
  color: #696969;
}

.faq-wrapper .section-title p {
  margin-top: 21px;
}

.frequently-area {
  background-size: cover;
  background-position: center center;
}

.frequently-text li {
  background: #fff;
  padding: 33px 51px 34px 50px;
  margin-right: 70px;
  margin-bottom: 20px;
}
.frequently-text li:last-child {
  margin-bottom: 0;
}

.frequently-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.frequently-content p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px;
}

.frequently-video {
  margin-top: 115px;
}
.frequently-video a {
  height: 80px;
  width: 80px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  color: #096bd8;
  position: relative;
}
.frequently-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.choose-area {
  background-size: cover;
  background-position: center center;
}

.choose-bg {
  background: #ffffff;
  margin-left: 286px;
  margin-right: 286px;
  padding-top: 86px;
  padding-bottom: 58px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .choose-bg {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.faq-2-box .btn-link::before {
  content: "\f068";
}

.faq-2-box .btn-link.collapsed::before {
  content: "\f067";
}

.choose-img {
  position: relative;
}
.choose-img img {
  width: 100%;
}

.choose-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.choose-video a {
  height: 65px;
  width: 65px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
  color: #096bd8;
  position: relative;
}

.choose-text p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 51px;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.choose-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.working-process-area {
  background-size: cover;
  background-position: center center;
}

.working-process-wrapper:hover .working-process-icon i {
  transform: translateY(-20px);
}

.working-process-icon {
  margin-bottom: 30px;
  position: relative;
}
.working-process-icon i {
  color: #ffffff;
  font-size: 60px;
  height: 140px;
  width: 140px;
  line-height: 140px;
  background: #318bf0;
  border-radius: 5px;
  transition: 0.3s;
}

.angle-icon {
  position: absolute;
  top: 42px;
  right: -162px;
}

.working-process-text h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: "cerebri_sansbold";
  margin-bottom: 10px;
}
.working-process-text p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 30px;
}

.wor-01 {
  bottom: 6%;
  right: 4%;
}

.wor-02 {
  bottom: 15%;
  left: 6%;
}

.work-process-wrapper {
  border: 2px solid #f1f1f1;
  padding: 74px 45px 66px 45px;
  position: relative;
  transition: 0.3s;
}

.work-process-wrapper::before {
  background-image: url("../img/bg/work.png");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-size: cover;
}

.work-process-wrapper:hover::before {
  opacity: 1;
}

.work-process-wrapper.active::before {
  opacity: 1;
}

.work-process-wrapper:hover {
  border-color: #096bd8;
}

.work-process-wrapper.active {
  border-color: #096bd8;
}

.inner-content {
  position: relative;
}

.work-process-icon {
  margin-bottom: 30px;
}

.work-process-text h3 {
  font-size: 24px;
  font-family: "cerebri_sansbold";
  margin-bottom: 11px;
  transition: 0.3s;
}
.work-process-text p {
  margin-bottom: 0;
  line-height: 30px;
  transition: 0.3s;
}

.work-process-wrapper:hover .work-process-text h3 {
  color: #ffffff;
}

.work-process-wrapper:hover .work-process-text p {
  color: #ffffff;
}

.work-process-wrapper.active .work-process-text h3 {
  color: #ffffff;
}

.work-process-wrapper.active .work-process-text p {
  color: #ffffff;
}

.progress-bar-text {
  background: #091b29;
  padding: 90px 117px 90px 100px;
  margin-left: -150px;
}

.progress-skill {
  overflow: hidden;
}

.our-skills-img {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .our-skills-img {
    margin-right: 0px;
  }
}

.our-skills-img img {
  width: 100%;
}

.bar-title h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "cerebri_sansbold";
}

.progress-bar span {
  color: #ffffff;
  font-size: 16px;
  margin-top: -50px;
  font-family: "cerebri_sansbold";
}

.progress-bar {
  background-color: #ff9900;
  text-align: right;
}

.progress {
  border-radius: 0;
  height: 5px;
  overflow: visible;
  background: #173044;
}

.progress-bar-text .single-skill:nth-child(1) .progress-bar {
  background: #ff9900;
}

.progress-bar-text .single-skill:nth-child(2) .progress-bar {
  background: #096bd8;
}

.progress-bar-text .single-skill:nth-child(3) .progress-bar {
  background: #fc4557;
}

.progress-bar-text .single-skill:nth-child(4) .progress-bar {
  background: #1cb5a3;
}

.progress-bar-text .single-skill:nth-child(4) .progress-bar {
  background: #ff266f;
}

.fact-are-area {
  background-size: cover;
  background-position: center center;
}

.circular-progress {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #227adc;
  border-radius: 50%;
}

.circular-progress canvas {
  height: 150px;
  width: 150px;
}

.circular-progress span {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 55px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.progress-wrapper {
  text-align: center;
}

.progress-content {
  margin-top: 18px;
  text-align: center;
}
.progress-content h2 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 4px;
}
.progress-content span {
  color: #fff;
  font-size: 18px;
  font-family: "cerebri_sansmedium";
}

.fact-text span {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "cerebri_sansbold";
}
.fact-text h2 {
  color: #ffffff;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fact-text h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fact-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fact-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fact-text h2 br {
    display: none;
  }
}
.fact-text a {
  color: #333333;
  -moz-user-select: none;
  background: #ffffff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  font-family: "cerebri_sanssemibold";
}
.fact-text a i {
  margin-left: 5px;
}

.skill-bg {
  background: #091b29;
  padding: 73px 100px 50px 100px;
}

.skill-bg .progress-bar-text {
  background: none;
  padding: 0;
  margin-left: 0;
}

.progress-bar-2-text .single-skill:nth-child(1) .progress-bar {
  background: #1cb5a3;
}

.progress-bar-2-text .single-skill:nth-child(2) .progress-bar {
  background: #ff266f;
}

.progress-bar-2-text .single-skill:nth-child(3) .progress-bar {
  background: #e124e3;
}

.experience-text h2 {
  font-size: 45px;
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-text h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .experience-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .experience-text h2 br {
    display: none;
  }
}

.experience-text p {
  margin-right: 91px;
}

.experience-text:last-child {
  margin-bottom: 0;
}

.experience-img {
  position: relative;
}

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

.experience-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.experience-video a {
  height: 60px;
  width: 60px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #096bd8;
  position: relative;
  transition: 0.3s;
}

.experience-video a:hover {
  background: #096bd8;
  color: #ffffff;
}

.singles-progress .progress-bar-text {
  background: #091b29;
  padding: 70px 70px 80px 70px;
  margin-left: 0;
}

.pricing-area {
  background-size: cover;
  background-position: center center;
}

.pricing-wrapper {
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pricing-icon {
  margin-bottom: 22px;
}

.price-count h2 {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 18px;
  font-family: "cerebri_sansbold";
  color: #096bd8;
}

.price-count h2 span.usd {
  position: relative;
  right: 2px;
}

.pricing-top-text h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #096bd8;
  font-family: "cerebri_sansbold";
}

.pricing-menu {
  border: 1px solid #e7e7e7;
  margin: 36px 40px;
  padding: 20px 0;
  transition: 0.3s;
}

.pricing-wrapper.active .pricing-menu {
  border-color: #096bd8;
}

.pricing-wrapper:hover .pricing-menu {
  border-color: #096bd8;
}

.pricing-menu ul li {
  color: #808080;
  font-size: 16px;
  padding-bottom: 16px;
  font-family: "cerebri_sansregular";
}
.pricing-menu ul li:last-child {
  padding-bottom: 0;
}

.pricing-button a {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "cerebri_sanssemibold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 29px;
  transition: 0.3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #ececec;
}

.pricings-button {
  color: #333333;
  z-index: 999;
  position: relative;
  transition: 0.3s;
}

.pricings-button i {
  margin-left: 5px;
}

.pricing-button a:hover .pricings-button {
  color: #ffffff;
}

.pricing-button a:hover {
  border-color: #1065c4;
}

.pricing-button.active a .pricings-button {
  color: #ffffff;
}

.pricing-button.active a {
  border-color: #1065c4;
}

.pricing-button a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
}

.pricing-button a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.pricing-button.active a::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.pricing-tag {
  background: #096bd8;
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 1px 9px 2px;
  border-radius: 5px;
}

.pricing-tag span {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "cerebri_sansbold";
}

.single-pricing {
  border: 1px solid #e7e7e7;
}

.breadcrumb-area {
  background-position: center center;
  background-size: cover;
  display: none;
}

.breadcrumb-text {
  position: relative;
  z-index: 1;
}

.breadcrumb-text > h1 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1;
  font-family: "cerebri_sansbold";
  color: #ffffff;
}

.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0 19px;
}

.breadcrumb-menu li a {
  color: #096bd8;
  font-size: 20px;
  font-family: "cerebri_sansregular";
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.breadcrumb-menu li::before {
  content: "||";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 4px;
  color: #ffffff;
  left: -7px;
}

.breadcrumb-menu li:first-child::before {
  display: none;
}

.breadcrumb-menu span {
  color: #ffffff;
  font-size: 20px;
  font-family: "cerebri_sansregular";
  text-transform: capitalize;
}

.basic-pagination ul {
  display: block;
}
.basic-pagination ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}
.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 70px;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .basic-pagination ul li a {
    margin: 0px 2px;
  }
}
.basic-pagination ul li a:hover {
  background: #096bd8;
  color: #ffffff;
}

.basic-pagination-2 ul li a {
  background: transparent;
  color: #9990b8;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .basic-pagination-2 ul li a {
    height: 40px;
    width: 40px;
    line-height: 36px;
  }
}
.basic-pagination-2 ul li a:hover {
  background: #096bd8;
  color: #ffffff;
  border-color: #096bd8;
}
.basic-pagination-2 ul li.active a {
  background: #096bd8;
  color: #ffffff;
  border-color: #096bd8;
}

@media (max-width: 767px) {
  .basic-pagination.basic-pagination-2.mt-60 {
    margin-top: 20px;
  }
}

.torun-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.torun-preloader img {
  width: 150px;
}

/* 13.shop */
.shop-service img {
  margin-bottom: 20px;
}
.shop-service h4 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.shop-service p {
  margin-bottom: 0;
  font-size: 16px;
}

.banner-box {
  border-top: 2px solid #f1f7ff;
  padding-top: 50px;
}

.banner img {
  width: 100%;
}

.product__img {
  position: relative;
}
.product:hover .product-action a {
  margin: 0 5px;
  opacity: 1;
  visibility: visible;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.product-action a {
  height: 50px;
  display: inline-block;
  width: 50px;
  background: #fff;
  line-height: 50px;
  color: #096bd8;
  margin: 0 8px;
  opacity: 0;
  visibility: hidden;
}
.product-action a:hover {
  background: #096bd8;
  color: #ffffff;
}

.pro-cat {
  margin-bottom: 15px;
  display: block;
}
.pro-cat a {
  color: #096bd8;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.pro-title {
  margin-bottom: 12px;
}
.pro-title a {
  font-size: 24px;
}
.pro-title a:hover {
  color: #096bd8;
}

.price span {
  color: #8e84b8;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.price span.old-price {
  color: #b7afd5;
  text-decoration: line-through;
}

.product-showing p {
  margin: 0;
  border: 2px solid #eaedff;
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-showing p {
    padding: 17px 15px;
  }
}

.pro-filter {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}
.pro-filter select {
  border: 2px solid #eaedff;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #696969;
  appearance: none;
  -moz-appearance: none;
  width: 145px;
  font-weight: 500;
}

.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}

.shop-tab ul li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .shop-tab ul li {
    margin-left: 10px;
  }
}
.shop-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f6f6ff;
  line-height: 50px;
  text-align: center;
}
.shop-tab ul li a.active {
  color: white;
  background: #096bd8;
}

.shop-thumb-tab {
  width: 160px;
  float: left;
}
@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}
.shop-thumb-tab ul li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}
.shop-thumb-tab ul li a {
  padding: 0;
}
.shop-thumb-tab ul li img {
  width: 100%;
}

.product-details-img {
  margin-left: 180px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-large-img img {
  width: 100%;
}

.product-details-title p {
  color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.product-details-title h2 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-details-title h2 {
    font-size: 36px;
  }
}

.details-price span {
  color: #096bd8;
  font-size: 20px;
  font-weight: 300;
  font-family: "cerebri_sansbold";
  margin-left: 0;
  margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid #eaedff;
}

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.product-cat a:hover {
  color: #096bd8;
}

.product__img img {
  width: 100%;
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #696969;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}
.product-social a:hover {
  background: #096bd8;
  color: #ffffff;
}

.plus-minus {
  display: inline-block;
}
@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
  background: #096bd8;
  padding: 20px 25px;
  border: none;
  margin-left: 15px;
  color: #ffffff;
  display: inline-block;
  border-radius: 4px;
}
.action-btn:hover {
  background: #096bd8;
  color: #ffffff;
}

.product-action-list a {
  float: left;
}
@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 60px;
  width: 100px;
  border-radius: 5px;
  border: 2px solid #eaedff;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td, .additional-info .table th {
  padding: 0.75rem 0;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
  font-weight: 400;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #eaedff;
  display: block;
}
.shop-cat a i {
  font-size: 100px;
  color: #096bd8;
  margin-bottom: 30px;
  transition: 0.3s;
}
.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "cerebri_sansbold";
  transition: 0.3s;
  letter-spacing: 1px;
}
.shop-cat a:hover {
  background: #096bd8;
  border-color: #096bd8;
}
.shop-cat a:hover i {
  color: #ffffff;
}
.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.tab-menu li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .tab-menu li {
    margin-bottom: 20px;
  }
}
.tab-menu li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 25px 45px;
  background: #1a1430;
  border-radius: 30px;
  line-height: 1;
  color: #aeabba;
}
.tab-menu li a.active {
  color: #ffffff;
  background: #096bd8;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #e1e1e1;
}
.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #8c8bb5;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}
.bakix-details-tab ul li a.active {
  color: #100d1c;
}
.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #096bd8;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

.table > :not(:first-child) {
  border-top: 0;
}

.cart-area .table-content table {
  background: var(--clr-common-white);
  border-color: #d1d1d1;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.cart-area .table-content .product-quantity {
  float: none;
}
.cart-area .table-content table td.product-name {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #696969;
}
.cart-area .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d1d1d1;
  color: #696969;
}
.cart-area .table-content table td.product-name a:hover {
  color: #096bd8;
}
.cart-area .table-content table td {
  border-top: medium none;
  padding: 9px 12px;
  vertical-align: middle;
  font-size: 16px;
}
.cart-area .table-content table th,
.cart-area .table-content table td {
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  white-space: nowrap;
  color: #696969;
}
.cart-area .table td,
.cart-area .table th {
  border-top: 1px solid #d1d1d1;
}
.cart-area .table-content table td.product-subtotal {
  font-size: 16px;
  color: #696969;
}
.cart-area .table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}
.cart-area .coupon-all {
  margin-top: 50px;
}
.cart-area .coupon {
  float: left;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cart-area .coupon {
    float: none;
  }
}
.cart-area #coupon_code {
  height: 50px;
  border: 1px solid #d1d1d1;
  padding: 0 15px;
  outline: none;
  box-shadow: none;
}
.cart-area #coupon_code:focus {
  border-color: #d1d1d1;
}
.cart-area .coupon2 {
  float: right;
}
@media (max-width: 767px) {
  .cart-area .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-area .cart-page-total {
  padding-top: 30px;
}
.cart-area .cart-page-total > h2 {
  font-size: 35px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cart-area .cart-page-total > ul {
  border: 1px solid #d1d1d1;
}
.cart-area .cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #575757;
  padding: 14px 30px;
  border-bottom: 1px solid #d1d1d1;
  font-weight: 400;
}
.cart-area .cart-page-total ul > li > span {
  float: right;
}
.cart-area .cart-page-total li:last-child {
  border-bottom: 0;
}
.cart-area td.product-thumbnail img {
  width: 125px;
}
.cart-area .product-quantity-form {
  margin: auto;
  width: 122px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.cart-area .product-quantity-form:hover {
  border-color: #d1d1d1;
}
.cart-area .cart-input {
  height: 35px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 4px;
  background: transparent;
  border: 2px solid #eaedff;
  padding: 6px 7px;
}
.cart-area .cart-input:focus {
  outline: none;
}

.product-remove a {
  color: #fa0101;
  height: 24px;
  width: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
}
.product-remove a:hover {
  background: #fa0101;
  color: #ffffff;
}

.actions {
  text-align: right;
}
.actions label {
  margin-right: 10px;
  margin-left: 10px;
}

.button {
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 13px 31px;
  font-weight: 500;
  border-radius: 0;
  left: auto;
  color: #fff;
  background-color: #096bd8;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  z-index: 1;
  text-transform: capitalize;
  border-radius: 5px;
}
.button::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  z-index: -1;
}
.button:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .button.button2 {
    margin-bottom: 15px;
  }
}

.bd-border__btn {
  color: #fff;
  border-radius: 5px;
  padding: 17px 30px;
  font-weight: 600;
  background-color: #096bd8;
  display: block;
  text-align: center;
  font-size: 14px;
  border: 1px solid #096bd8;
  display: inline-block;
}
.bd-border__btn:hover {
  background: #ffffff;
  color: #333333;
}

.coupon-accordion h3 {
  background-color: #f8f8f8;
  border-top: 3px solid #333333;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #575757;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}
.coupon-accordion span {
  color: #575757;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-content {
  border: 1px solid #eaebec;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 5px;
}

.coupon-info p {
  margin-bottom: 0;
  gap: 15px;
}
.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #333333;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #333333;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: #333333;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #eaebec;
  height: 60px;
  line-height: 60px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
}
.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: #096bd8;
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row > label {
  color: #575757;
  display: flex;
  gap: 10px;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}
p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #eaebec;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border: 8px;
}
p.checkout-coupon input[type=text]:focus {
  border-color: #eaebec;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form .ship-different-title {
  border-bottom: 1px solid #eaebec;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}
.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaebec;
  padding: 0 10px;
  height: 50px;
}
.country-select .nice-select {
  border: 1px solid #eaebec;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  width: 100%;
  color: #575757;
  margin-bottom: 20px;
  border-radius: 5px;
}
.country-select .nice-select::after {
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  height: 7px;
  width: 7px;
}
.country-select .nice-select .list {
  width: 100%;
}

.country-select label,
.checkout-form-list label {
  color: #333333;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: #333333;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #333333;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: none;
  box-shadow: none;
}
.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
  border-color: #096bd8;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #575757;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #575757;
  display: inline-block;
}

#xbox_info {
  display: none;
}

input.e-check-input {
  margin: 0;
  margin-top: 0px;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #b9bac1;
  border-top-color: rgb(185, 186, 193);
  border-right-color: rgb(185, 186, 193);
  border-bottom-color: rgb(185, 186, 193);
  border-left-color: rgb(185, 186, 193);
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 4px;
  padding: 0px;
}

.e-check-input:checked {
  position: relative;
  background-color: #096bd8;
  border-color: transparent;
  color: #ffffff;
}
.e-check-input:checked:after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ship-different-title label {
  display: inline-block;
  margin-right: 10px;
}

.order-notes textarea {
  border: 1px solid #eaebec;
  height: 90px;
  padding: 15px;
  width: 100%;
  resize: none;
  padding-left: 20px;
  outline: none;
  border-radius: 5px;
}
.order-notes textarea::-moz-placeholder {
  color: #575757;
  opacity: 1;
}
.order-notes textarea::placeholder {
  color: #575757;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 2px solid #eaebec;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaebec;
  font-size: 24px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaebec;
  border-right: medium none;
  color: #575757;
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #333333;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}
.your-order-table table .shipping ul li label {
  color: #575757;
}
.your-order-table table .shipping th {
  vertical-align: top;
}
.your-order-table table .order-total th {
  border-bottom: 0;
}
.your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}
.your-order-table table tr.order-total td span {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #eaebec;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  box-shadow: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: #ffffff;
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}
.order-button-payment button {
  width: 100%;
}

.payment-method .btn-link {
  user-select: none;
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}
.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 0;
  margin-bottom: 10px;
}
.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaebec;
}
.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaebec;
}

.card-header:first-child {
  border-radius: 0;
}

.product-details-img {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .product-details-img {
    margin-right: 0;
  }
}
.product-details-img img {
  width: 100%;
}

.product-side-info .product-name {
  font-size: 38px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-side-info .product-name {
    font-size: 28px;
  }
}

.product-side-info .product-price {
  font-size: 22px;
  font-weight: 600;
  color: #096bd8;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-side-info .product-price {
    font-size: 18px;
  }
}

.coupon-info .fill__btn {
  border-radius: 5px;
}

.checkbox-form h5 {
  margin-bottom: 8px;
}

.product-side-info p {
  margin-top: 30px;
  margin-bottom: 40px;
}

.product-quantity-cart {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-quantity-cart .cart-minus {
  height: 59px;
  width: 55px;
  border: none;
}
.product-quantity-cart .cart-input {
  height: 55px;
  width: 55px;
  border: none;
  text-align: center;
}
.product-quantity-cart .product-quantity-form {
  border: 1px solid #eaebec;
  border-radius: 4px;
}

.product-quantity-form .cart-plus {
  height: 59px;
  width: 55px;
  border: none;
}

.modal-product__details-content {
  padding-left: 25px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-product__details-content {
    padding-left: 0;
  }
}

.product__modal-close {
  color: #ffffff;
  display: block;
  line-height: 36px;
  text-align: center;
  background: #096bd8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  outline: none;
  position: absolute;
  z-index: 5;
  right: -13px;
  top: -13px;
}

.fill__btn {
  display: inline-flex;
  height: 60px;
  background-color: #096bd8;
  align-items: center;
  padding: 0 45px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  justify-content: space-evenly;
  font-weight: 600;
  text-transform: capitalize;
  -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;
  justify-content: center;
  border: 0;
  position: relative;
  z-index: 1;
}
.fill__btn i {
  margin-left: 5px;
  margin-top: 4px;
}
.fill__btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  z-index: -1;
}
.fill__btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

.table > :not(:first-child) {
  border-top: 0;
}

.wishlist-area .table-content table {
  background: var(--clr-common-white);
  border-color: #d1d1d1;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.wishlist-area .table-content .product-quantity {
  float: none;
}
.wishlist-area .table-content table td.product-name {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #696969;
}
.wishlist-area .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d1d1d1;
  color: #696969;
}
.wishlist-area .table-content table td.product-name a:hover {
  color: #096bd8;
}
.wishlist-area .table-content table td {
  border-top: medium none;
  padding: 9px 12px;
  vertical-align: middle;
  font-size: 16px;
}
.wishlist-area .table-content table th,
.wishlist-area .table-content table td {
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  white-space: nowrap;
  color: #696969;
}
.wishlist-area .table td,
.wishlist-area .table th {
  border-top: 1px solid #d1d1d1;
}
.wishlist-area .table-content table td.product-subtotal {
  font-size: 16px;
  color: #696969;
}
.wishlist-area .table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}
.wishlist-area .coupon-all {
  margin-top: 50px;
}
.wishlist-area .coupon {
  float: left;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wishlist-area .coupon {
    float: none;
  }
}
.wishlist-area #coupon_code {
  height: 50px;
  border: 1px solid #d1d1d1;
  padding: 0 15px;
  outline: none;
  box-shadow: none;
}
.wishlist-area #coupon_code:focus {
  border-color: #d1d1d1;
}
.wishlist-area .coupon2 {
  float: right;
}
@media (max-width: 767px) {
  .wishlist-area .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.wishlist-area .cart-page-total {
  padding-top: 30px;
}
.wishlist-area .cart-page-total > h2 {
  font-size: 35px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.wishlist-area .cart-page-total > ul {
  border: 2px solid #d1d1d1;
}
.wishlist-area .cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #575757;
  padding: 14px 30px;
  border-bottom: 2px solid #d1d1d1;
  font-weight: 400;
}
.wishlist-area .cart-page-total ul > li > span {
  float: right;
}
.wishlist-area .cart-page-total li:last-child {
  border-bottom: 0;
}
.wishlist-area td.product-thumbnail img {
  width: 125px;
}
.wishlist-area .product-quantity-form {
  margin: auto;
  width: 122px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.wishlist-area .product-quantity-form:hover {
  border-color: #d1d1d1;
}
.wishlist-area .cart-input {
  height: 35px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 4px;
  background: transparent;
  border: 2px solid #eaedff;
  padding: 6px 7px;
}
.wishlist-area .cart-input:focus {
  outline: none;
}

.product-remove a {
  color: #fa0101;
  height: 24px;
  width: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
}
.product-remove a:hover {
  background: #fa0101;
  color: #ffffff;
}

.actions {
  text-align: right;
}

.button {
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 13px 31px;
  font-weight: 500;
  border-radius: 0;
  left: auto;
  color: #fff;
  background-color: #096bd8;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  z-index: 1;
  text-transform: capitalize;
  border-radius: 5px;
}
.button::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  z-index: -1;
}
.button:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .button.button2 {
    margin-bottom: 15px;
  }
}

.bd-border__btn {
  color: #fff;
  border-radius: 5px;
  padding: 17px 30px;
  font-weight: 600;
  background-color: #096bd8;
  display: block;
  text-align: center;
  font-size: 14px;
  border: 1px solid #096bd8;
  display: inline-block;
}
.bd-border__btn:hover {
  background: #ffffff;
  color: #333333;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #096bd8;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/* OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__area {
  background: #091b29 none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .offcanvas__area {
    width: 320px;
  }
}
.offcanvas__area.info-open {
  opacity: 1;
  transform: translateX(0);
}
.offcanvas__logo a img {
  width: 112px;
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 30px 20px;
    background: #000;
  }
}
.offcanvas__top {
  padding-bottom: 30px;
  border-bottom: 1px solid #585963;
}
.offcanvas__color {
  margin-bottom: 40px;
}
.offcanvas__color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__color input {
  display: none;
}
.offcanvas__color label {
  width: 100%;
  height: 60px;
  background-color: #096bd8;
}
.offcanvas__color label:hover {
  cursor: pointer;
}
.offcanvas__color-2 label {
  background-color: #096bd8;
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 50px;
  line-height: 40px;
  padding-right: 45px;
  background: transparent;
  font-size: 16px;
  border: transparent;
  color: #333333;
  border-bottom: 1px solid #585963;
}
.offcanvas__search input::placeholder {
  color: #ffffff;
  font-size: 16px;
}
.offcanvas__search input::-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.offcanvas__search button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  font-size: 20px;
  color: #ffffff;
  border: 0;
}
.offcanvas__search button:hover {
  color: #096bd8;
}
.offcanvas__title {
  color: #ffffff;
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__social {
  margin-bottom: 30px;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #585963;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-color: transparent;
}
.offcanvas__social ul li a:hover {
  color: #ffffff;
  border-color: #096bd8;
  background-color: #096bd8;
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: #ffffff;
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: #096bd8;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: #096bd8;
}
.offcanvas__notification-text p a {
  color: #096bd8;
}
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #333333;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  transition: 0.3s;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.6;
  visibility: visible;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a {
  font-weight: 500;
}
.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > a, .offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > span {
  color: #096bd8;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a:hover, .offcanvas__area-2 .mean-container .mean-nav ul li span:hover {
  color: #096bd8;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-2 .mean-container .mean-nav ul li span.mean-expand:hover {
  background-color: #096bd8;
}
.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background-color: #096bd8;
}
.offcanvas__area-2 .offcanvas__navigation button:hover svg * {
  fill: #096bd8;
}
.offcanvas__area-2 .postbox__meta span a:hover {
  color: #096bd8;
}
.offcanvas__area-2 .offcanvas__post-title a:hover {
  color: #096bd8;
}
.offcanvas__area-2 .offcanvas__social ul li a:hover {
  color: #ffffff;
  border-color: transparent;
  background-color: #096bd8;
}
.offcanvas__area-2 .offcanvas__search button:hover {
  color: #096bd8;
}
.offcanvas__area-3 .mean-container .mean-nav ul li a {
  font-weight: 500;
}
.offcanvas__area-3 .mean-container .mean-nav ul li.dropdown-opened > a, .offcanvas__area-3 .mean-container .mean-nav ul li.dropdown-opened > span {
  color: #096bd8;
}
.offcanvas__area-3 .mean-container .mean-nav ul li a:hover, .offcanvas__area-3 .mean-container .mean-nav ul li span:hover {
  color: #096bd8;
}
.offcanvas__area-3 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-3 .mean-container .mean-nav ul li span.mean-expand:hover {
  background-color: #096bd8;
}
.offcanvas__area-3 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background-color: #096bd8;
}
.offcanvas__area-3 .offcanvas__navigation button:hover svg * {
  fill: #096bd8;
}
.offcanvas__area-3 .postbox__meta span a:hover {
  color: #096bd8;
}
.offcanvas__area-3 .offcanvas__post-title a:hover {
  color: #096bd8;
}
.offcanvas__area-3 .offcanvas__social ul li a:hover {
  color: #333333;
  border-color: transparent;
  background-color: #096bd8;
}
.offcanvas__area-3 .offcanvas__search button:hover {
  color: #096bd8;
}
.offcanvas__area-4 .mean-container .mean-nav ul li a {
  font-weight: 500;
}
.offcanvas__area-4 .mean-container .mean-nav ul li.dropdown-opened > a, .offcanvas__area-4 .mean-container .mean-nav ul li.dropdown-opened > span {
  color: #096bd8;
}
.offcanvas__area-4 .mean-container .mean-nav ul li a:hover, .offcanvas__area-4 .mean-container .mean-nav ul li span:hover {
  color: #096bd8;
}
.offcanvas__area-4 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-4 .mean-container .mean-nav ul li span.mean-expand:hover {
  background-color: #096bd8;
}
.offcanvas__area-4 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background-color: #096bd8;
}
.offcanvas__area-4 .offcanvas__navigation button:hover svg * {
  fill: #096bd8;
}
.offcanvas__area-4 .postbox__meta span a:hover {
  color: #096bd8;
}
.offcanvas__area-4 .offcanvas__post-title a:hover {
  color: #096bd8;
}
.offcanvas__area-4 .offcanvas__social ul li a:hover {
  color: #333333;
  border-color: transparent;
  background-color: #096bd8;
}
.offcanvas__area-4 .offcanvas__search button:hover {
  color: #096bd8;
}
.offcanvas__area-5 .mean-container .mean-nav ul li a {
  font-weight: 500;
}
.offcanvas__area-5 .mean-container .mean-nav ul li.dropdown-opened > a, .offcanvas__area-5 .mean-container .mean-nav ul li.dropdown-opened > span {
  color: #096bd8;
}
.offcanvas__area-5 .mean-container .mean-nav ul li a:hover, .offcanvas__area-5 .mean-container .mean-nav ul li span:hover {
  color: #096bd8;
}
.offcanvas__area-5 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-5 .mean-container .mean-nav ul li span.mean-expand:hover {
  background-color: #096bd8;
}
.offcanvas__area-5 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background-color: #096bd8;
}
.offcanvas__area-5 .offcanvas__navigation button:hover svg * {
  fill: #096bd8;
}
.offcanvas__area-5 .postbox__meta span a:hover {
  color: #096bd8;
}
.offcanvas__area-5 .offcanvas__post-title a:hover {
  color: #096bd8;
}
.offcanvas__area-5 .offcanvas__social ul li a:hover {
  color: #333333;
  border-color: transparent;
  background-color: #096bd8;
}
.offcanvas__area-5 .offcanvas__search button:hover {
  color: #096bd8;
}

.sidebar__toggle {
  cursor: pointer;
}

.offcanvas__contact-icon {
  margin-inline-end: 15px;
}

.offcanvas-close-icon {
  line-height: 1;
  color: #ffffff;
  background: transparent;
  border: 0;
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  width: 28px;
  height: 12px;
  width: 30px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  5.1 Meanmenu css
/*----------------------------------------*/
/* Mean menu customize */
.mean-container {
  margin-bottom: 20px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: #096bd8;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: #096bd8;
  color: #ffffff;
  border-color: transparent !important;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  transition: 0.3s;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  border-top: 1px solid #585963;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li span:hover {
  color: #096bd8;
  background: transparent;
}
.mean-container .mean-nav ul li a:hover i, .mean-container .mean-nav ul li span:hover i {
  color: #ffffff;
}
.mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 6px;
  padding: 0 !important;
  border: 1px solid #585963 !important;
  height: 30px;
  width: 30px;
  color: #ffffff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li span.mean-expand:hover {
  background: #096bd8;
  color: #ffffff;
  border-color: #096bd8 !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover i, .mean-container .mean-nav ul li span.mean-expand:hover i {
  color: #ffffff;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
  color: #ffffff;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
  background: #096bd8;
  color: #ffffff;
  border-color: #096bd8;
}
.mean-container .mean-nav ul li li a {
  width: 90%;
  padding: 10px 7%;
  text-shadow: none !important;
  visibility: visible;
  border: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 80%;
  padding: 10px 12%;
}
.mean-container .mean-nav ul li li li li a {
  width: 70%;
  padding: 10px 17%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}
@media (max-width: 767px) {
  .mean-container .mean-bar {
    width: 100%;
  }
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  9.11 Signup css
/*----------------------------------------*/
.mx-width {
  max-width: 550px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.mx-width .signup-wrapper {
  background: #f8f8f8;
  padding: 45px 40px;
  text-align: center;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .mx-width .signup-wrapper {
    padding: 40px 25px;
  }
}

.signup-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 35px;
}

.sign-input-box input {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(17, 16, 16, 0.14);
  height: 60px;
  color: #333333;
  padding: 0 25px;
  border-radius: 8px;
}
.sign-input-box input:focus {
  border-color: #096bd8;
}

.signin_icon {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.signin_icon a {
  font-size: 20px;
  color: #333333;
  margin-right: 8px;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 2px solid #838383;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  display: block;
}
.signin_icon a:hover {
  color: #ffffff;
  background: #096bd8;
  border-color: #096bd8;
}

.signup-btn .fill_btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  background: #096bd8;
  padding: 0px 32px;
  height: 60px;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .signup-btn .fill_btn {
    height: 50px;
  }
}
.signup-btn .fill_btn:hover {
  background: #1b60ae;
}

.ms-divided-btn {
  text-align: center;
  position: relative;
}
.ms-divided-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(17, 16, 16, 0.14);
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ms-divided-btn span {
  background: #f8f8f8;
  padding: 0 20px;
  position: relative;
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
}

.ms-fb-btn {
  display: block;
  height: 60px;
  line-height: 1px;
  background: #096bd8;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .ms-fb-btn {
    height: 50px;
    line-height: 50px;
  }
}
.ms-fb-btn i {
  margin-inline-end: 10px;
}

.ms-not-account p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
}
.ms-not-account p a {
  color: #096bd8;
}

/*# sourceMappingURL=main.css.map */

.main-menu-area{border-bottom: 1px solid #eee}

footer {
    border-top: 1px solid #eee;
}