@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #23373D;
}
body.modal-opened {
  overflow: hidden !important;
  width: 100%;
}
body main {
  overflow-x: clip;
}
.mobile-hamburger-menu {
  z-index: 999;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 34px;
}
.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #000;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #23373D;
}
.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #23373D;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after,
.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #23373D;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #23373D;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gen-col-mb {
  margin-bottom: 30px;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 50px;
  width: 85%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 400px;
  overflow-y: auto;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: gray;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #999;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a svg {
  filter: invert(1);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu {
  margin-top: 30px;
}
#side-menu .content ul.social-menu li {
  margin: 5px;
}
#side-menu .content ul.social-menu li a {
  border: 1px solid #23373D;
  padding: 5px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#side-menu .content ul.social-menu li a svg {
  color: #23373D;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #23373D;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 10px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #D64D00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #D64D00 0%, #be4600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #D64D00 0%, #be4600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #D64D00 0%, #be4600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
.iti__country-list {
  background-color: #fff;
  color: #23373D;
}
.iti__country-list .iti__flag-box,
.iti__country-list .iti__country-name {
  color: #000;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 52px !important;
}
#success {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: #389d26;
  color: #FFF;
  width: 94%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: all, 0.4s;
}
#success.acik {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}
.gen-btn {
  min-width: 220px;
  padding: 7px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #23373D;
  width: max-content;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  white-space: nowrap;
  border: 2px solid #23373D;
}
.gen-btn.c-btn {
  background-color: #D64D00;
  border: 2px solid #D64D00;
}
.gen-btn.c-btn:hover {
  background-color: #fff;
  color: #D64D00;
}
.gen-btn:hover {
  background-color: #fff;
  color: #23373D;
}
header {
  background-color: #fff;
}
header .h-area .h-top {
  padding: 10px 0;
  background: linear-gradient(75deg, #23373D 0%, #152226 100%);
}
header .h-area .h-bottom {
  padding: 10px 0;
}
header .top-logo img {
  width: 320px;
  height: auto;
}
header .top-contacts .top-contact {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
header .top-contacts .top-contact svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
header .header-btn {
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  min-width: 150px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  background-color: #D64D00;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .header-btn:hover {
  background-color: #fff;
  color: #D64D00;
}
header .web-lang {
  cursor: pointer;
  z-index: 999;
  margin-left: 20px;
}
header .web-lang > li {
  background-color: #23373D;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
header .web-lang > li svg {
  width: 20px;
  height: 20px;
}
header .web-lang > li:after {
  content: ' ';
  border: 8px solid;
  transform: translateY(50%);
  border-color: #fff transparent transparent transparent;
  margin: -4px 0 0 5px;
}
header .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .web-lang li ul.sub-menu {
  display: initial;
  opacity: 0;
  width: max-content;
  position: absolute;
  z-index: 9;
  top: 80%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #23373D;
  border: 1px solid #23373D;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  pointer-events: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .web-lang li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #23373D transparent;
}
header .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #23373D;
}
header .web-lang li ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .web-lang li ul.sub-menu li:hover {
  background-color: #36545d;
}
header .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
header .top-menu {
  display: flex;
}
header .top-menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #23373D;
  padding: 20px 15px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu > li > a:hover {
  color: #D64D00;
}
header .top-menu li {
  position: relative;
}
header .top-menu li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 90%;
  left: 50%;
  margin-top: 10px;
  transform: translateX(-50%);
  background-color: #ffffff;
  pointer-events: none;
  border-top: 2px solid #23373D;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .top-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #23373D transparent;
}
header .top-menu li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu li:after {
  display: none;
}
header .top-menu li ul.sub-menu li a {
  white-space: nowrap;
  color: #23373D;
  margin: 0;
  padding: 8px 30px 8px 15px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  font-weight: 500;
}
header .top-menu li ul.sub-menu li a:hover {
  color: #D64D00;
}
header .top-menu li ul.sub-menu li ul.sub-menu {
  border: none;
  left: 100%;
  margin: 0;
  transform: translateX(0);
}
header .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
.section-title {
  font-size: 24px;
  color: #23373D;
  font-weight: bold;
  line-height: 1.2;
}
.section-top-title {
  font-size: 18px;
  color: #23373D;
  font-weight: bold;
  line-height: 1.2;
}
.section-text {
  font-size: 18px;
  color: #23373D;
}
#home-banner {
  position: relative;
  height: 100%;
}
#home-banner .banner-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-banner .banner-inner-area{
  padding-top: 40px;
}
#home-banner .banner-inner-area .banner-content-area {
  margin: 20px 0;
}
#home-banner .banner-inner-area .banner-content-area .banner-title {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
#home-banner .banner-inner-area .banner-content-area .banner-text {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#home-banner .banner-form-area {
  z-index: 3;
  display: flex;
  align-items: center;
  width: 500px;
  margin: 20px auto;
  max-width: 100%;
}
#home-banner .banner-img-wrapper {
  margin-top: 20px;
}
#home-banner .banner-img{
  width: 500px;
  max-width: 100%;
}
#home-banner .banner-form-area .form-outer {
  max-width: 100%;
  width: 100%;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #fff;
  padding: 40px 30px 50px;
  backdrop-filter: blur(4px);
}
#home-banner .banner-form-area .form-outer .form-title-area {
  margin-bottom: 20px;
  text-align: center;
}
#home-banner .banner-form-area .form-outer .form-title-area .form-title {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
#home-banner .banner-form-area .form-outer form .input-area {
  margin-bottom: 15px;
}
#home-banner .banner-form-area .form-outer form .input-area .form-in {
  width: 100%;
  border: 2px solid #fff;
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  height: 44px;
  background-color: transparent;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#home-banner .banner-form-area .form-outer form .input-area .form-in::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
#home-banner .banner-form-area .form-outer form .input-area textarea.form-in {
  padding: 10px 20px;
  height: 80px;
  display: block;
}
#home-banner .banner-form-area .form-outer form .form-button {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #23373D;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  white-space: nowrap;
  border: 2px solid #fff;
}
#home-banner .banner-form-area .form-outer form .form-button:hover {
  background-color: #fff;
  color: #23373D;
}
#home-banner .banner-item img {
  height: 100%;
  object-fit: cover;
}
#home-banner .owl-nav {
  margin: 0;
}
#home-banner .owl-nav button {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  border: none;
  background-color: #D64D00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-banner .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #fff;
}
#home-banner .owl-nav button:hover {
  background-color: #23373D;
}
#home-banner .owl-nav .owl-prev {
  left: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#home-banner .owl-nav .owl-next {
  right: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#home-about-us {
  padding: 120px 0;
  margin-bottom: 40px;
  position: relative;
}

#home-about-us .about-pattern-image {
  position: absolute;
  right: 0;
  right: 0;
  top: 0;
  height: 840px;
  width: 427px;
  z-index: -1;
}

#home-about-us .about-img {
  border-radius: 30px;
}

#home-about-us .about-left-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 33px 33px 33px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  padding:16px 45px 16px 55px;
}

.about-left-box-icon{
  width: 64px;
  height: 82px;
}

#home-about-us .about-left-box-title {
  font-size: 40px;
  font-weight: bold;
}

#home-about-us .about-left-box-desc {
  font-size: 30px;
  font-weight: 500;
}

#home-about-us .about-text-area .section-top-title {
  margin-bottom: 10px;
}
#home-about-us .about-text-area .section-title {
  margin-bottom: 15px;
}
#home-about-us .about-text-area .about-text {
  font-size: 18px;
}
#home-about-us .about-text-area .about-btn-group {
  gap: 20px;
  margin-top: 20px;
}

.about-right-box-row {
  margin-top: 20px;
}


#home-about-us .data-box-group {
  --gutter-x: 5px;
  --gutter-x2: -10px;
}
#home-about-us .data-box-group .box-col {
  margin-bottom: 20px;
}
#home-about-us .data-box-group .data-box {
  padding: 18px;
  width: 225px;
  height: 100%;
  max-width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #23373D;
  color: #23373D;
}
#home-about-us .data-box-group .data-box .box-icon {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  object-fit: contain;
}
#home-about-us .data-box-group .data-box .box-value {
  font-size: 28px;
  font-weight: bold;
  color: #23373D;
  line-height: 1.2;
}
#home-about-us .data-box-group .data-box .box-text {
  font-size: 18px;
  font-weight: 500;
  color: #23373D;
}
#home-services-area {
  margin-bottom: 120px;
}
#home-services-area .section-top-area {
  margin-bottom: 40px;
  gap: 160px;
}
#home-services-area .section-top-area .section-title-area .section-title {
  margin-bottom: 10px;
}
#home-services-area .section-top-area .slider-navs {
  display: flex;
  gap: 15px;
}
#home-services-area .section-top-area .slider-navs button {
  background-color: #fff;
  color: #23373D;
  border: 1px solid #23373D;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-services-area .section-top-area .slider-navs button svg {
  width: 50px;
  height: 50px;
}
#home-services-area .section-top-area .slider-navs button:hover {
  background-color: #23373D;
  color: #fff;
}
#home-services-area .service-slider-area .owl-stage-outer {
  overflow: visible;
}
#home-services-area .service-slider-area .col-mb {
  margin-bottom: 30px;
}
#home-services-area .service-slider-area .service-card {
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}
#home-services-area .service-slider-area .service-card .card-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#home-services-area .service-slider-area .service-card .card-text {
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-services-area .service-slider-area .service-card .card-btn {
  font-size: 18px;
  line-height: 1.2;
  padding: 5px 20px;
  color: #23373D;
  background-color: #fff;
  display: block;
  width: max-content;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  margin-top: 10px;
}
#home-services-area .service-slider-area .service-card .card-btn:hover {
  background-color: #D64D00;
  color: #fff;
}
#home-services-area .service-slider-area .service-card .card-front,
#home-services-area .service-slider-area .service-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-services-area .service-slider-area .service-card .card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  z-index: 2;
}
#home-services-area .service-slider-area .service-card .card-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  top: 100%;
  background-color: rgba(35, 55, 61, 0.6);
  backdrop-filter: blur(8px);
}
#home-services-area .service-slider-area .service-card .card-back .card-title {
  margin-bottom: 15px;
}
#home-services-area .service-slider-area .service-card .card-back .card-btn {
  margin-top: 10px;
}
#home-services-area .service-slider-area .service-card:hover .card-front {
  opacity: 0;
}
#home-services-area .service-slider-area .service-card:hover .card-back {
  top: 0;
}
#home-services-area .services-btn-container {
  margin-top: 25px;
}
#home-services-area .services-btn-container .services-btn-link {
  background-color: #d64d00;
  color: #fff;
  padding: 10px 70px;
  border-radius: 9px;
  font-size: 20px;
  transition: ease-in-out 0.3s;
}

#home-services-area .services-btn-container .services-btn-link:hover {
  background-color: #21343a;
}

#home-videos-area {
  background-color: #ECEDEC;
  padding: 60px 0;
}
#home-videos-area .section-top-area {
  margin-bottom: 40px;
}
#home-videos-area .section-top-area .section-title-area {
  width: 80%;
  text-align: center;
}
#home-videos-area .section-top-area .section-title-area .section-title {
  margin-bottom: 10px;
}
#home-videos-area .videos-slider-area .video-box {
  overflow: hidden;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
#home-videos-area .videos-slider-area .video-box img {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-videos-area .videos-slider-area .video-box:hover img {
  scale: 1.1;
}
#home-videos-area .video-btn-area {
  margin-top: 60px;
}
#home-expertises-area {
  padding: 60px 0;
  background: linear-gradient(0deg, #23373E 0%, #152226 100%);
  --gutter-x: 60px;
  --gutter-x2: -60px;
}
#home-expertises-area .expertises-text-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 220px;
  width: 2px;
}
#home-expertises-area .expertises-text-area .section-title-area {
  margin-bottom: 30px;
}
#home-expertises-area .expertises-text-area .section-title-area .section-title,
#home-expertises-area .expertises-text-area .section-title-area .section-text {
  color: #fff;
}
#home-expertises-area .expertises-text-area .section-title-area .section-title {
  margin-bottom: 20px;
}
#home-expertises-area .expertises-text-area .expertises-list {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#home-expertises-area .expertises-text-area .expertises-list .item-mb {
  margin-bottom: 15px;
}
#home-expertises-area .expertises-text-area .expertises-list .expertise-item .item-icon {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-right: 25px;
  padding: 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-expertises-area .expertises-text-area .expertises-list .expertise-item .item-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-expertises-area .expertises-text-area .expertises-list .expertise-item .item-title {
  color: #fff;
  font-size: 20px;
}
#home-expertises-area .expertises-text-area .expertises-list .expertise-item:hover .item-icon {
  background-color: #D64D00;
}
#home-expertises-area .expertises-text-area .expertises-list .expertise-item:hover .item-icon img {
  filter: brightness(0) invert(1);
}
#home-comments-area {
  padding: 120px 0;
  margin-bottom: 40px;
  position: relative;
}
#home-comments-area::before {
  content: '';
  background-color: rgba(26, 42, 46, 0.13);
  height: 100%;
  position: absolute;
  width: 30vw;
  left: 0;
  top: 0;
  bottom: 0;
}
#home-comments-area .section-top-area {
  margin-bottom: 40px;
  gap: 160px;
}
#home-comments-area .section-top-area .section-title-area .section-title {
  margin-bottom: 10px;
}
#home-comments-area .section-top-area .slider-navs {
  display: flex;
  gap: 15px;
}
#home-comments-area .section-top-area .slider-navs button {
  background-color: #fff;
  color: #23373D;
  border: 1px solid #23373D;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-comments-area .section-top-area .slider-navs button svg {
  width: 50px;
  height: 50px;
}
#home-comments-area .section-top-area .slider-navs button:hover {
  background-color: #23373D;
  color: #fff;
}
#home-comments-area .comments-slider-area {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
#home-comments-area .comments-slider-area .owl-stage-outer {
  overflow: visible;
}
#home-comments-area .comments-slider-area .owl-dots {
  position: absolute;
  right: 45px;
  bottom: 20px;
}
#home-comments-area .comments-slider-area .owl-dots .owl-dot {
  margin: 4px;
}
#home-comments-area .comments-slider-area .owl-dots .owl-dot span {
  margin: 0;
  background-color: #4270EC;
  opacity: 0.4;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-comments-area .comments-slider-area .owl-dots .owl-dot.active span {
  opacity: 1;
}
#home-comments-area .comments-slider-area .comment-box {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 45px 60px;
  box-shadow: 6px 20px 50px #4270EC26;
}
#home-comments-area .comments-slider-area .comment-box .box-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #23373D;
}
#home-comments-area .comments-slider-area .comment-box .box-text {
  font-size: 18px;
  color: #23373D;
  max-height: 217px;
  overflow-y: auto;
  scrollbar-color: #22353c transparent;
}
#home-comments-area .comments-slider-area .comment-box .box-bottom {
  margin-top: 30px;
  gap: 20px;
  align-items: start;
}
#home-comments-area .comments-slider-area .comment-box .box-bottom .platform {
  gap: 20px;
}
#home-comments-area .comments-slider-area .comment-box .box-bottom .trust-pilot {
  width: 120px;
  height: auto;
  max-width: 100%;
}
#home-comments-area .comments-slider-area .comment-box .box-bottom .google {
  width: 100px;
  height: auto;
  max-width: 100%;
}
#home-comments-area .comments-slider-area .comment-box .box-bottom .stars {
  width: 120px;
  height: auto;
}
#home-blog-area {
  margin-bottom: 60px;
}
#home-blog-area .section-top-area {
  margin-bottom: 40px;
}
#home-blog-area .section-top-area .section-title-area {
  width: 80%;
  text-align: center;
}
#home-blog-area .section-top-area .section-title-area .section-title {
  margin-bottom: 10px;
}
#home-blog-area .blog-boxes-area .big-col {
  margin-bottom: 25px;
}
#home-blog-area .blog-boxes-area .small-col {
  margin-bottom: 25px;
}
#home-blog-area .blog-boxes-area .blog-big-box .box-img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
#home-blog-area .blog-boxes-area .blog-big-box .box-text-area {
  margin-top: 20px;
}
#home-blog-area .blog-boxes-area .blog-big-box .box-text-area .box-title {
  font-size: 20px;
  font-weight: 600;
  color: #23373D;
  margin-bottom: 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-blog-area .blog-boxes-area .blog-big-box .box-text-area .box-text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #23373D;
}
#home-blog-area .blog-boxes-area .blog-big-box:hover .box-text-area .box-title {
  color: #D64D00;
}
#home-blog-area .blog-boxes-area .blog-small-box .box-img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
#home-blog-area .blog-boxes-area .blog-small-box .box-text-area .box-title {
  font-size: 18px;
  font-weight: 600;
  color: #23373D;
  margin-bottom: 10px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-blog-area .blog-boxes-area .blog-small-box .box-text-area .box-text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #23373D;
}
#home-blog-area .blog-boxes-area .blog-small-box:hover .box-text-area .box-title {
  color: #D64D00;
}
footer {
  overflow: hidden;
  background-color: #23373D;
}
footer .footer-top {
  padding: 25px 0;
  border-bottom: 1px solid #fff;
}
footer .footer-top .footer-logo {
  display: block;
}
footer .footer-top .footer-logo img {
  width: 280px;
  height: auto;
  max-width: 100%;
}
footer .footer-center {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  --gutter-x: 60px;
  --gutter-x2: -60px;
}
footer .footer-center::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background-color: #fff;
}
footer .footer-center .footer-col {
  margin-bottom: 30px;
}
footer .footer-center .footer-socials {
  display: flex;
}
footer .footer-center .footer-socials li {
  margin: 5px;
}
footer .footer-center .footer-socials li a {
  display: block;
  background-color: #fff;
  color: #23373D;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-center .footer-socials li a svg {
  height: 35px;
  width: 35px;
}
footer .footer-center .footer-socials li a:hover {
  background-color: #D64D00;
  color: #fff;
}
footer .footer-center .footer-title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footer-center .footer-menu {
  margin-left: 20px;
}
footer .footer-center .footer-menu li {
  list-style: disc;
  color: #fff;
}
footer .footer-center .footer-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-center .footer-menu li a:hover {
  opacity: 0.6;
}
footer .footer-center .footer-menu-big {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer .footer-center .footer-contacts .footer-contact {
  display: flex;
  align-items: start;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .footer-center .footer-contacts .footer-contact .icon {
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-center .footer-contacts .footer-contact .icon svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
footer .footer-center .footer-contacts .footer-contact:last-child {
  margin: 0;
}
footer .footer-center .footer-contacts .footer-contact:hover .icon {
  background-color: #fff;
  color: #D64D00;
}
footer .footer-bottom {
  padding: 15px 0;
}
footer .footer-bottom .copyright {
  font-size: 14px;
  color: #fff;
}
footer .footer-bottom .footer-cr-logo img {
  width: 150px;
  height: auto;
}
#post-detail {
  padding-bottom: 80px;
  font-family: 'Poppins', sans-serif;
}
#post-detail .post-header {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #23373D;
}
#post-detail .post-header .post-title {
  padding: 80px 0;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
#post-detail .main-row {
  --gutter-x: 30px;
  --gutter-x2: -30px;
}
#post-detail .main-row .row {
  --gutter-x: 15px;
  --gutter-x2: -15px;
}
#post-detail .post-thumb {
  margin-bottom: 30px;
}
#post-detail .post-content {
  font-size: 16px;
  color: #23373D;
  line-height: 1.5;
  /**
        * Default WISIWYG Editor Styles
        */
}
#post-detail .post-content .gallery-item {
  margin: 0;
}
#post-detail .post-content .gallery-item a {
  display: block;
}
#post-detail .post-content .gallery-item a img {
  margin: 0;
  display: block;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 20px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 16px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4,
#post-detail .post-content h5 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}
#post-detail .post-content br,
#post-detail .post-content strong {
  font-weight: bold;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: #23373D;
  font-weight: 600;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#post-detail .post-content table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
#post-detail .post-content table tr {
  border: 1px solid #000;
  width: 100%;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}
#post-detail .post-content .gallery .gallery-item {
  padding: 5px;
}
#post-detail .post-content .gallery .gallery-item img {
  border: none;
}
#post-detail .post-content .alignleft,
#post-detail .post-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
#post-detail .post-content .alignright,
#post-detail .post-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
#post-detail .post-content .alignnone,
#post-detail .post-content img.alignnone {
  display: block;
  clear: both;
}
#post-detail .post-content .aligncenter,
#post-detail .post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
#post-detail.contact-page .post-main .contact-items {
  margin-bottom: 20px;
  box-shadow: 0 1px 10px 0 #0000000c;
  background-color: #fff;
  padding: 24px 32px;
}
#post-detail.contact-page .post-main .contact-items .c-item {
  display: flex;
  margin-bottom: 20px;
  color: #23373D;
  position: relative;
  gap: 20px;
}
#post-detail.contact-page .post-main .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  color: #23373D;
}
#post-detail.contact-page .post-main .contact-items .c-item .value {
  font-size: 16px;
  color: #23373D;
}
#post-detail.contact-page .post-main .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-main .contact-items .c-item a.value {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#post-detail.contact-page .post-main .contact-items .c-item a.value:hover {
  color: #23373D;
}
#post-detail.contact-page .post-main .contact-items .c-item .icon svg {
  color: #23373D;
  width: 40px;
  height: 40px;
}
#post-detail.contact-page .post-main iframe {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#post-detail.archive-page .archive-area {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail.archive-page .archive-area .gen-col-mb {
  margin-bottom: 20px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card {
  background-color: #fff;
  border: solid 1px #ebf0f2;
  min-height: 100%;
  padding: 8px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area {
  text-align: center;
  padding: 20px 10px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #23373D;
  line-height: 1.2;
  margin-bottom: 10px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area .card-text {
  color: #23373D;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pagination {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #D64D00;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #23373D;
}
.pagination ul li.active a {
  border-color: #23373D;
  background-color: #23373D;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sidebar-area .sidebar-form-area {
  background-color: #23373D;
  padding: 40px 24px 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#sidebar-area .sidebar-form-area .form-title-area {
  margin-bottom: 40px;
}
#sidebar-area .sidebar-form-area .form-title-area .text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#sidebar-area .sidebar-form-area .wpcf7-not-valid-tip {
  color: #fff !important;
}
#sidebar-area .sidebar-form-area form {
  position: relative;
}
#sidebar-area .sidebar-form-area form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#sidebar-area .sidebar-form-area form .input-area {
  margin-bottom: 20px;
}
#sidebar-area .sidebar-form-area form .input-area .form-in {
  border: none;
  padding: 0 20px;
  font-size: 16px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #000;
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  font-family: 'Poppins', sans-serif;
}
#sidebar-area .sidebar-form-area form .input-area .form-in::placeholder {
  color: #555555;
  font-family: 'Poppins', sans-serif;
}
#sidebar-area .sidebar-form-area form .input-area textarea.form-in {
  padding: 20px;
  height: 160px;
}
#sidebar-area .sidebar-form-area .form-button {
  border: none;
  cursor: pointer;
  color: #23373D;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-appearance: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sidebar-area .sidebar-form-area .form-button:hover {
  color: #fff;
  background-color: transparent;
}
#sidebar-area .sidebar-form-area .wpcf7-response-output {
  margin: 0px;
  color: #fff !important;
  padding: 12px;
}
.video-box {
  display: block;
  overflow: hidden;
}
.video-box .video-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.video-box .play-icon {
  width: 60px !important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.video-box:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.2);
}
.media-card .media-div {
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 25px;
  height: 100%;
}
.media-card .media-text-area {
  padding: 20px;
  height: 100%;
}
.media-card .media-logo img {
  max-width: 100%;
  height: 50px;
  width: auto;
}
.media-card .media-title {
  color: #06162A;
  font-size: 20px;
  font-weight: 700;
}
.media-card .media-text {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}