/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --adbaiz-font: 'Mulish', sans-serif;
  --adbaiz-font-two: 'Gordita';
  --adbaiz-white: #ffffff;
  --adbaiz-white-rgb: 255, 255, 255;
  --adbaiz-base: #07b6c6;
  --adbaiz-base-rgb: 255, 50, 148;
  --adbaiz-black: #01050c;
  --adbaiz-black-rgb: 1, 5, 12;
}

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

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--adbaiz-font);
  color: rgba(var(--adbaiz-black-rgb), .80);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--adbaiz-base);
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--adbaiz-black);
  margin: 0;
  font-family: var(--adbaiz-font-two);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.list-unstyled {
  padding-left: 0;
}

.section-separator {
  border-color: var(--adbaiz-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -13px;
  margin-bottom: 49px;
  z-index: 2;
}

.section-title__title {
  color: var(--adbaiz-black);
  font-size: 37px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 25px;
}

.section-title__text {
  margin-top: 11px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
  font-size: 18px;
  font-weight: 500;
  padding: 5px 20px 5px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}

.thm-btn:hover {
  color: var(--adbaiz-black);
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--adbaiz-white);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 3px;
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: #fcf8f8;
  color: var(--adbaiz-black);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--adbaiz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--adbaiz-base);
  color: var(--adbaiz-black);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--adbaiz-black);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--adbaiz-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--adbaiz-base);
}

.scroll-to-top:hover i {
  color: var(--adbaiz-black);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--adbaiz-base);
  border-color: var(--adbaiz-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--adbaiz-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--adbaiz-white);
  color: var(--adbaiz-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  background-color: var(--adbaiz-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}




/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}


.main-header__top {
  position: relative;
  display: block;
  background-color: var(--adbaiz-base);
  z-index: 1;
}

.main-header__top-wrapper {
  position: relative;
  display: block;
  padding: 7px 70px 8px;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header__top-left {
  position: relative;
  display: block;
}

.main-header__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li+li {
  margin-left: 30px;
}

.main-header__address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--adbaiz-white);
}

.main-header__address-list li .content {
  margin-left: 10px;
}

.main-header__address-list li .content p {
  font-size: 15px;
  color: var(--adbaiz-white);
  line-height: 20px;
  opacity: .80;
}

.main-header__address-list li .content p a {
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__address-list li .content p a:hover {
  color: var(--adbaiz-black);
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__top-get-quote {
  position: relative;
  display: block;
}

.main-header__top-get-quote a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--adbaiz-white);
  font-size: 16px;
  font-weight: 500;
  color: var(--adbaiz-black);
  padding: 0 20px 0;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-get-quote a:hover {
  background-color: var(--adbaiz-black);
  color: var(--adbaiz-white);
}

.main-header__top-text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.main-header__top-text {
  font-size: 16px;
  color: var(--adbaiz-white);
  opacity: .80;
  line-height: 30px;
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 80px;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
  color: var(--adbaiz-black);
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  color: var(--adbaiz-white);
  background-color: #0b2916;
}

.main-header__top-social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #0b2916;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  border-radius: 50%;
  z-index: -1;
}

.main-header__top-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header__top-social a+a {
  margin-left: 10px;
}


.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  padding: 0 70px 0;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 26px 0;
  margin-right: 100px;
  z-index: 1;
}

.main-menu__logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10000000px;
  right: -40px;
  bottom: -9px;
  background-color: #f8f8f8;
  z-index: -1;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__main-menu-box-right {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
  padding: 17.5px 0;
}

.main-menu__call-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__support {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__support-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  border: 1px solid #f7f5f5;
  border-radius: 50%;
  font-size: 30px;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__support-icon:hover {
  background-color: var(--adbaiz-base);
  border: 1px solid var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.main-menu__support-content {
  margin-left: 15px;
}

.main-menu__support-sub-title {
  font-size: 15px;
  color: #0b2916;
  opacity: .70;
  font-family: var(--adbaiz-font);
  font-weight: 500;
  margin-bottom: 7px;
}

.main-menu__support-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.main-menu__support-number a {
  color: #0b2916;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__support-number a:hover {
  color: var(--adbaiz-base);
}

.main-menu__btn-box {
  margin-left: 30px;
  position: relative;
  display: block;
  padding: 2.5px 0;
}

.main-menu__btn {
  background-color: #0b2916;
}

.main-menu__btn:hover {
  color: var(--adbaiz-white);
}

.main-menu__btn:after {
  background-color: var(--adbaiz-base);
}




.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 33px;
  padding-bottom: 33px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--adbaiz-white);
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--adbaiz-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 18px;
  line-height: 23px;
  color: var(--adbaiz-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

::placeholder {
  color: #9e9e9e26;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--adbaiz-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--adbaiz-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--adbaiz-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--adbaiz-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--adbaiz-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--adbaiz-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 18px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--adbaiz-font);
  font-weight: 500;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--adbaiz-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--adbaiz-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--adbaiz-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--adbaiz-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--adbaiz-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--adbaiz-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--adbaiz-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--adbaiz-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--adbaiz-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--adbaiz-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: #f4f4f4;
}

.main-header-two__top-wrapper {
  position: relative;
  display: block;
  padding: 8px 70px;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-two__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-get-quote {
  position: relative;
  display: block;
}

.main-header-two__top-get-quote a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--adbaiz-white);
  font-size: 16px;
  font-weight: 500;
  color: var(--adbaiz-black);
  padding: 0 20px 0;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-get-quote a:hover {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.main-header-two__top-text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.main-header-two__top-text-box {
  font-size: 16px;
}

.main-header-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list li+li {
  margin-left: 30px;
}

.main-header-two__address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--adbaiz-black);
}

.main-header-two__address-list li .content {
  margin-left: 10px;
}

.main-header-two__address-list li .content p a {
  color: var(--adbaiz-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__address-list li .content p a:hover {
  color: var(--adbaiz-base);
}

.main-header-two__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.main-header-two__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #55acee;
  border-radius: 50%;
  color: var(--adbaiz-white);
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-social a+a {
  margin-left: 10px;
}

.main-header-two__top-social a.clr-two {
  background-color: #bd081c;
}

.main-header-two__top-social a.clr-three {
  background-color: #3b5999;
}

.main-header-two__top-social a.clr-four {
  background-color: #ea4c89;
}

.main-header-two__top-social a:hover {
  background-color: var(--adbaiz-black);
}

.stricky-header.main-menu-two {
  background-color: var(--adbaiz-black);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  padding: 0 70px 0;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 26px 0;
  margin-right: 100px;
  z-index: 1;
}

.main-menu-two__logo:before {
  content: "";
  position: absolute;
  top: 0;
  width: 1000000px;
  height: 100%;
  right: -50px;
  bottom: -9px;
  background-color: #f4f4f4;
  z-index: -1;
  transform: skewX(20deg);
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__main-menu-box-right {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: block;
  padding: 17.5px 0;
}

.main-menu-two__call-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__support {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__support-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  border: 1px solid #f7f5f5;
  border-radius: 50%;
  font-size: 30px;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__support-icon:hover {
  background-color: var(--adbaiz-base);
  border: 1px solid var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.main-menu-two__support-content {
  margin-left: 15px;
}

.main-menu-two__support-sub-title {
  font-size: 15px;
  color: #0b2916;
  opacity: .70;
  font-family: var(--adbaiz-font);
  font-weight: 500;
  margin-bottom: 7px;
}

.main-menu-two__support-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.main-menu-two__support-number a {
  color: #0b2916;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__support-number a:hover {
  color: var(--adbaiz-base);
}

.main-menu-two__btn-box {
  margin-left: 30px;
  position: relative;
  display: block;
  padding: 2.5px 0;
}

.main-menu-two__btn {
  background-color: #dbe1e2;
  color: var(--adbaiz-black);
}

.main-menu-two__btn:hover {
  color: var(--adbaiz-white);
}

.main-menu-two__btn:after {
  background-color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
}

.main-header-three__top-wrapper {
  position: relative;
  display: block;
  padding: 8.5px 70px;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-three__top-left {
  position: relative;
  display: block;
}

.main-header-three__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__address-list li+li {
  margin-left: 30px;
}

.main-header-three__address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__address-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--adbaiz-black);
}

.main-header-three__address-list li .content {
  margin-left: 10px;
}

.main-header-three__address-list li .content p a {
  color: var(--adbaiz-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__address-list li .content p a:hover {
  color: var(--adbaiz-base);
}

.main-header-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-text-box {
  position: relative;
  display: block;
}

.main-header-three__top-text {
  color: var(--adbaiz-black);
}

.main-header-three__top-get-quote {
  position: relative;
  display: block;
  margin-left: 10px;
}

.main-header-three__top-get-quote a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f3f4;
  font-size: 16px;
  font-weight: 500;
  color: var(--adbaiz-black);
  padding: 0 20px 0;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-get-quote a:hover {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}



.main-menu-three {
  background-color: #271c21;
}

.stricky-header.main-menu-three {
  background-color: #271c21;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  padding: 0 70px 0;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-three__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 26px 0;
  margin-right: 100px;
  z-index: 1;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__main-menu-box-right {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: block;
  padding: 17.5px 0;
}

.main-menu-three__call-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__support {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__support-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  border: 1px solid var(--adbaiz-white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__support-icon:hover {
  background-color: var(--adbaiz-base);
  border: 1px solid var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.main-menu-three__support-content {
  margin-left: 15px;
}

.main-menu-three__support-sub-title {
  font-size: 15px;
  color: #fff;
  opacity: .70;
  font-family: var(--adbaiz-font);
  font-weight: 500;
  margin-bottom: 7px;
}

.main-menu-three__support-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.main-menu-three__support-number a {
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__support-number a:hover {
  color: var(--adbaiz-base);
}

.main-menu-three__btn-box {
  margin-left: 30px;
  position: relative;
  display: block;
  padding: 2.5px 0;
}

.main-menu-three__btn {
  background-color: var(--adbaiz-white);
  color: var(--adbaiz-black);
}

.main-menu-three__btn:hover {
  color: var(--adbaiz-white);
}

.main-menu-three__btn:after {
  background-color: var(--adbaiz-base);
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--adbaiz-white);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--adbaiz-base);
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--adbaiz-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--adbaiz-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--adbaiz-black);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--adbaiz-black);
}

.search-popup__content .thm-btn:hover i {
  color: var(--adbaiz-white);
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #525252;
}

.main-slider .container {
  position: relative;
  padding-top: 230px;
  padding-bottom: 260px;
  z-index: 30;
}

.image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider__shape-1 {
  position: absolute;
  top: -130px;
  left: 0;
}

.main-slider__shape-1 img {
  width: auto;
}

.main-slider__shape-2 {
  position: absolute;
  bottom: -825px;
  left: 0;
  mix-blend-mode: overlay;
}

.main-slider__shape-2 img {
  width: auto;
}

.main-slider__shape-3 {
  position: absolute;
  bottom: -325px;
  right: 0;
  mix-blend-mode: overlay;
}

.main-slider__shape-3 img {
  width: auto;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
}

.main-slider__sub-title {
  font-size: 18px;
  color: var(--adbaiz-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title {
  position: relative;
  font-size: 100px;
  color: var(--adbaiz-white);
  font-weight: 900;
  line-height: 106px;
  margin-top: 10px;
  margin-bottom: 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main-slider__title span:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 30px;
  right: 25px;
  height: 21px;
  background-image: url(../images/shapes/main-slider-shape-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
  padding: 14px 50px 12px;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


#main-slider-pagination {
  z-index: 10;
  bottom: 19px;
  left: 50%;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: center;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--adbaiz-base);
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 20px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--adbaiz-white);
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: transparent;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 0;
  bottom: 35px;
  left: 2px;
  width: 515px;
  background-color: var(--adbaiz-white);
  clip-path: polygon(0 0, 61% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.main-slider-two__shape-2 {
  position: absolute;
  top: 0;
  bottom: 45px;
  right: 0;
  width: 930px;
  background-color: var(--adbaiz-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
  z-index: -1;
}

.main-slider-two__shape-3 {
  position: absolute;
  top: 35px;
  right: 20px;
  border-radius: 50%;
  background-color: rgb(27, 166, 179);
  width: 173px;
  height: 173px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-two__shape-4 {
  position: absolute;
  top: 120px;
  right: -82px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 242px;
  height: 242px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-two__shape-5 {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 1;
}

.main-slider-two__shape-5 img {
  width: auto;
}

.main-slider-two__img {
  position: absolute;
  top: -110px;
  right: 0;
  transform: translateX(500px);
  opacity: 0;
}

.swiper-slide-active .main-slider-two__img {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
}

.main-slider-two__img img {
  width: auto;
}

.main-slider-two .container {
  position: relative;
  padding-top: 185px;
  padding-bottom: 190px;
  z-index: 30;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 1;
  text-align: center;
}

.main-slider-two__sub-title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--adbaiz-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 1;
}

.hmImg {
  position: relative;
  width: 100%;
}

.services-two__title_1 {
  text-align: center;
  position: absolute;
  inset: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--adbaiz-white);
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--adbaiz-font-two);
  margin-top: 25px;
  margin-bottom: 10px;
}
button.close{
  background: none;
    border: none;
}
.hmImg>img {
  filter: brightness(0.6) grayscale(0.4) blur(3px);
}

@media (max-width:768px) {
  .main-slider-two__sub-title {
    line-height: 45px;
  }

  /* .hmImg {
    height: 18.5%;
  } */

  .section-title__text {
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-title__text {
  font-size: 20px;
  }

/* .main-slider-two__sub-title:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 3px;
  right: 5px;
  height: 6px;
  background-color: #d5f0f2;
  z-index: -1;
} */

.main-slider-two__title {
  position: relative;
  font-size: 60px;
  color: var(--adbaiz-white);
  font-weight: 600;
  line-height: 70px;
  margin-top: 12px;
  margin-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
  padding: 14px 50px 12px;
  background-color: var(--adbaiz-base);
}

.main-slider-two__btn:hover {
  color: var(--adbaiz-white);
}

.main-slider-two__btn:after {
  background-color: var(--adbaiz-black);
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  z-index: 3;
}

.main-slider-three__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 910px;
  width: 100%;
  background-color: var(--adbaiz-black);
  padding: 11px 45px 11px;
  clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 3;
}

.main-slider-three__bottom-shape-1 {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 80px;
  background-color: #202225;
  width: 20px;
  transform: rotate(10deg);
}

.main-slider-three__bottom-shape-2 {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 50px;
  background-color: #202225;
  width: 20px;
  transform: rotate(10deg);
}

.main-slider-three__bottom-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__bottom-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__bottom-list li+li {
  margin-left: 30px;
}

.main-slider-three__bottom-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__bottom-list li .icon img {
  width: auto;
}

.main-slider-three__bottom-list li .text {
  margin-left: 15px;
}

.main-slider-three__bottom-list li .text p {
  color: var(--adbaiz-white);
  font-weight: 500;
}

.main-slider-three__big-text {
  position: absolute;
  bottom: -26px;
  right: 229px;
  font-size: 253px;
  color: #ffffff;
  font-family: var(--adbaiz-font-two);
  font-weight: 700;
  line-height: 255px;
  z-index: 2;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: #f9f8f6;
}

.main-slider-three__shape-1 {
  position: absolute;
  left: 110px;
  bottom: 80px;
}

.main-slider-three__shape-1 img {
  width: auto;
  opacity: .10;
}

.main-slider-three__img-box {
  position: relative;
  display: block;
  transform: translateX(-500px);
  opacity: 0;
}

.swiper-slide-active .main-slider-three__img-box {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1500ms ease;
}

.main-slider-three__img {
  position: absolute;
  top: 90px;
  left: 80px;
}

.main-slider-three__img>img {
  width: auto;
}

.main-slider-three__small-img {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
}

.main-slider-three__small-img>img {
  width: auto;
}

.main-slider-three__curved-circle-box {
  position: absolute;
  top: 221px;
  left: 357px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--adbaiz-white);
  z-index: 2;
}

.main-slider-three__curved-circle-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -8px;
  right: -16px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #deeee4;
}

.main-slider-three__curved-circle-box .curved-circle {
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  font-size: 16px;
  font-weight: 400;
  color: var(--adbaiz-black);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--adbaiz-font-two);
  letter-spacing: .005em;
}

.main-slider-three__curved-circle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider-three__curved-circle-icon>img {
  width: auto;
}

.main-slider-three__border-1 {
  position: absolute;
  top: -155px;
  left: 0;
}

.main-slider-three__border-1 img {
  width: auto;
}

.main-slider-three__border-2 {
  position: absolute;
  top: -155px;
  left: 0;
}

.main-slider-three__border-2 img {
  width: auto;
}

.main-slider-three__icon {
  position: absolute;
  top: 150px;
  left: 495px;
  background-color: var(--adbaiz-white);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: var(--adbaiz-black);
}

.main-slider-three .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 270px;
  z-index: 30;
}

.main-slider-three__content {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: -90px;
  z-index: 1;
}

.main-slider-three__shape-2 {
  position: absolute;
  top: 37px;
  left: 276px;
}

.main-slider-three__shape-2 img {
  width: auto;
}

.main-slider-three__shape-3 {
  position: absolute;
  right: -178px;
  top: -100px;
  -webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;
}

.main-slider-three__shape-3 img {
  width: auto;
}

.main-slider-three__title {
  position: relative;
  font-size: 100px;
  color: var(--adbaiz-black);
  font-weight: 900;
  line-height: 104px;
  margin-bottom: 57px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-video-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn {
  padding: 14px 50px 12px;
  background-color: var(--adbaiz-base);
}

.main-slider-three__btn:hover {
  color: var(--adbaiz-white);
}

.main-slider-three__btn:after {
  background-color: var(--adbaiz-base);
}

.main-slider-three__video-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 75px;
}

.main-slider-three__arrow {
  position: absolute;
  top: -28px;
  left: -25px;
}

.main-slider-three__arrow img {
  width: auto;
}

.main-slider-three__video-text {
  font-size: 18px;
  color: var(--adbaiz-black);
  font-weight: 700;
  margin-right: 20px;
}

.main-slider-three__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--adbaiz-base);
  background-color: #eaeaea;
  border-radius: 2px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.main-slider-three__video-icon:hover {
  color: var(--adbaiz-white);
  background-color: var(--adbaiz-base);
}

.main-slider-three__video-icon:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border-radius: 2px;
  border: 1px solid var(--adbaiz-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--adbaiz-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--adbaiz-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--adbaiz-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--adbaiz-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 0;
}

.main-slider-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__text,
.main-slider-three .swiper-slide-active .main-slider-three__btn-video-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 107px 0 114px;
}

.about-one__left {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-right: 80px;
  margin-top: 55px;
}

.about-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img>img {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
}

.about-one__img-two {
  position: absolute;
  top: -35px;
  left: -40px;
  right: -40px;
  bottom: -35px;
  z-index: -1;
}

.about-one__img-two>img {
  width: 100%;
  opacity: .40;
}

.about-one__curved-circle-box {
  position: absolute;
  top: 55px;
  right: 40px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--adbaiz-white);
  margin: 0 auto;
  z-index: 2;
}

.about-one__curved-circle-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -6px;
  right: -16px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #ddede3;
}

.about-one__curved-circle-box .curved-circle {
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  font-size: 16px;
  font-weight: 400;
  color: var(--adbaiz-black);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--adbaiz-font-two);
  letter-spacing: .005em;
}

.about-one__curved-circle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-one__curved-circle-icon img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
}

.about-one__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.about-one__text {
  color: #05190c;
  margin-top: 40px;
  margin-bottom: 31px;
}

.about-one__count-box {
  position: relative;
  display: flex;
}

.about-one__count {
  position: relative;
  display: block;
  max-width: 180px;
  width: 100%;
}

.about-one__count::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  bottom: -3px;
  background-color: #e3e3e3;
}

.about-one__count h3 {
  font-size: 62px;
  font-weight: 700;
  font-family: var(--adbaiz-font) !important;
  line-height: 62px !important;
  color: var(--adbaiz-base);
}

.about-one__count-plus {
  font-size: 33px;
  font-weight: 700;
  font-family: var(--adbaiz-font) !important;
  line-height: 62px !important;
  color: var(--adbaiz-base);
  position: relative;
  top: 17px;
  left: -4px;
}

.about-one__count p {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: var(--adbaiz-black);
}

.about-one__count-text {
  position: relative;
  display: block;
  margin-top: 13px;
  margin-left: 22px;
}

.about-one__count-text p {
  font-size: 16px;
  line-height: 30px;
}

.about-one__services-list {
  position: relative;
  display: inline-block;
  background-color: #f3fbf6;
  padding: 5px 18px 7px;
  margin-top: 43px;
  margin-bottom: 40px;
}

.about-one__services-list-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.about-one__services-list-shape-1 img {
  width: auto;
}

.about-one__services {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}

.about-one__services li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__services li+li {
  margin-left: 54px;
}

.about-one__services li .icon {
  position: relative;
  display: block;
}

.about-one__services li .icon img {
  width: auto;
}

.about-one__services li .text {
  position: relative;
  display: block;
  margin-left: 13px;
}

.about-one__services li .text p {
  font-size: 20px;
  line-height: 30px;
  color: #05190c;
}

.about-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__bottom-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90px;
  width: 100%;
  height: 90px;
  background-color: #f1faf5;
  overflow: hidden;
}

.about-one__bottom-shape-1 {
  position: absolute;
  bottom: -18px;
  right: -24px;
  width: 36px;
  height: 36px;
  background-color: var(--adbaiz-base);
  border-radius: 50%;
}

.about-one__bottom-icon span {
  position: relative;
  display: inline-block;
  font-size: 57px;
  color: var(--adbaiz-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__bottom-icon:hover span {
  transform: scale(0.9);
}

.about-one__bottom-text {
  margin-left: 30px;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  background-color: #161b24;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 52px;
  padding-bottom: 47px;
}

.cta-one__title {
  position: relative;
  display: block;
}

.cta-one__title h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--adbaiz-white);
  font-family: var(--adbaiz-font);
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  z-index: 10;
  display: block;
  padding-top: 120px;
  padding-bottom: 150px;
}

.video-one__shape-1 {
  position: absolute;
  bottom: 155px;
  left: 172px;
}

.video-one__shape-1 img {
  width: auto;
}

.video-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(25, 30, 39, .50);
}

.video-one__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-one__inner .video-one__video-title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: var(--adbaiz-white);
  line-height: 68px;
  margin-bottom: 43px;
}

.video-one__inner .video-one__video-icon {
  margin: 0 auto;
}

.video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 24px;
  color: var(--adbaiz-white);
  background-color: rgba(35, 37, 41, 0.5);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-one__video-icon::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: var(--adbaiz-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-one__video-icon::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid #787d86;
  border-radius: 50%;
  z-index: -1;
}

.video-one__video-icon:hover {
  background-color: var(--adbaiz-black);
  color: var(--adbaiz-black);
}

.video-one__video-icon:hover::before {
  background-color: var(--adbaiz-white);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--adbaiz-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--adbaiz-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--adbaiz-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--adbaiz-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding-top: 120px;
}

.services-one .section-title {
  margin-bottom: 69px;
}

.services-one .section-title__text {
  color: var(--adbaiz-black);
}

.services-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 49px 24px 55px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 100px solid #f7f7f7;
  border-left: 132px solid transparent;
  border-right: 132px solid transparent;
}

.services-one__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 100px solid #f7f7f7;
  border-left: 132px solid transparent;
  border-right: 132px solid transparent;
  display: none;
}

.services-one__single:hover {
  border: 1px solid var(--adbaiz-black);
}

.services-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: #eaeaea;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 400ms linear;
  z-index: 1;
}

.services-one__icon-2 {
  background-color: #ecf6fa;
}

.services-one__icon-3 {
  background-color: #f5f1ec;
}

.services-one__icon-4 {
  background-color: #e9f6ee;
}

.services-one__icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid var(--adbaiz-black);
  border-radius: 50%;
}

.services-one__icon:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--adbaiz-black);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-one__single:hover .services-one__icon:after {
  transform: scaleX(1);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 51px;
  color: var(--adbaiz-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
  color: var(--adbaiz-white);
}

.services-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--adbaiz-font);
  margin-top: 20px;
  margin-bottom: 9px;
  height: 90px;
}

.financialHover {
  color: #07b6c6;
}

.services-one__title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__title a:hover {
  color: var(--adbaiz-base);
}

.services-one__text {
  font-size: 16px;
  line-height: 32px;
  color: var(--adbaiz-black);
}

.services-one__btn-box {
  position: relative;
  display: block;
  margin-top: 34px;
}

.services-one__btn {
  background-color: #75857b;
  font-size: 15px;
  padding: 3px 22px 6px;
}

.services-one__btn:hover {
  color: var(--adbaiz-white);
}

.services-one__btn::after {
  background-color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# How It Work
--------------------------------------------------------------*/
.how-it-work {
  position: relative;
  display: block;
  counter-reset: count;
  padding-top: 100px;
  padding-bottom: 100px;
}

.how-it-work__left {
  position: relative;
  display: block;
  margin-top: 59px;
}

.how-it-work__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

.how-it-work__text {
  color: rgba(var(--adbaiz-black-rgb), .90);
  margin-top: 30px;
  margin-bottom: 60px;
}

.how-it-work__points {
  position: relative;
  display: block;
  padding-left: 90px;
}

.how-it-work__points li {
  position: relative;
  display: block;
}

.how-it-work__points li+li {
  margin-top: 60px;
}

.how-it-work__points-count {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  background-color: #f3f7f5;
  border-radius: 50%;
  transform: translateX(-50%);
  left: -60px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work__points-count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  counter-increment: count;
  content: "" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--adbaiz-base);
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work__points-count-2 {
  background-color: #f5f1ec;
}

.how-it-work__points-count-2:before {
  color: #f6aa4a;
}

.how-it-work__points-count-3 {
  background-color: #ecf6fa;
}

.how-it-work__points-count-3:before {
  color: #4ba8cd;
}

.how-it-work__points-content {
  position: relative;
  display: block;
}

.how-it-work__points-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--adbaiz-font);
  position: relative;
  top: 10px;
}

.how-it-work__points-content p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 8px;
}

.how-it-work__right {
  position: relative;
  display: block;
  margin-left: 26px;
  margin-right: -375px;
}

.how-it-work__shape-1 {
  position: absolute;
  bottom: 0;
  left: -32px;
  opacity: .10;
}

.how-it-work__shape-1 img {
  width: auto;
}

.how-it-work__shape-2 {
  position: absolute;
  bottom: -80px;
  right: 0;
}

.how-it-work__shape-2 img {
  width: auto;
}

.how-it-work__shape-2 {
  position: absolute;
  bottom: -80px;
  left: 365px;
  z-index: 1;
}

.how-it-work__shape-2 img {
  width: auto;
}

.how-it-work__shape-3 {
  position: absolute;
  top: -32px;
  left: 0;
}

.how-it-work__shape-3 img {
  width: auto;
}

.how-it-work__img-box {
  position: relative;
  display: block;
}

.how-it-work__img {
  position: relative;
  display: block;
}

.how-it-work__img img {
  width: 100%;
}

.how-it-work__success-story-box {
  position: absolute;
  top: 84px;
  left: 29px;
  background-color: var(--adbaiz-base);
  padding: 38px 37px 50px;
  border-radius: 50%;
  padding-right: 24px;
}

.how-it-work__success-story-box-shape-1 {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 43px;
  height: 43px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
}

.how-it-work__success-story-box h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  font-family: var(--adbaiz-font);
  color: var(--adbaiz-white);
  text-align: center;
}

.how-it-work__success-story {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.how-it-work__success-story .icon {
  position: relative;
  display: inline-block;
}

.how-it-work__success-story .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--adbaiz-white);
}

.how-it-work__success-story .text {
  position: relative;
  display: block;
  margin-left: 15px;
}

.how-it-work__success-story .text p {
  font-weight: 600;
  color: var(--adbaiz-white);
  line-height: 28px;
}

.how-it-work__increased-productivity {
  position: absolute;
  bottom: 43px;
  left: 15px;
  display: flex;
  align-items: center;
  background-color: #eff4f1;
  padding: 30px 25px 25px;
  border-radius: 2px;
  max-width: 447px;
  width: 100%;
  z-index: 2;
}

.how-it-work__increased-productivity .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
}

.how-it-work__increased-productivity .icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.how-it-work__increased-productivity:hover .icon img {
  transform: scale(.9);
}

.how-it-work__increased-productivity .text {
  position: relative;
  display: block;
  margin-left: 22px;
}

.how-it-work__increased-productivity .text h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  font-family: var(--adbaiz-font);
}

.how-it-work__increased-productivity .text p {
  color: var(--adbaiz-black);
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 190px;
  z-index: 1;
}

.project-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(-90deg, rgb(53, 127, 254) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(53, 127, 254) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(53, 127, 254) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.project-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .50;
  z-index: -1;
}

.project-one__bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 0) 61%);
  z-index: 1;
}

.project-one .container {
  max-width: 1600px;
}

.project-one .section-title {
  margin-bottom: 63px;
}

.project-one .section-title__text {
  color: var(--adbaiz-black);
}

.project-one__single {
  position: relative;
  display: block;
}

.project-one__img-box {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
}

.project-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  content: "";
  background-color: rgba(var(--adbaiz-black-rgb), .30);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.project-one__single:hover .project-one__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.project-one__img img {
  width: 100%;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05);
}

.project-one__content-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--adbaiz-black);
  padding: 28px 25px 26px;
  padding-right: 14px;
  border-top-right-radius: 22px;
  margin-top: -74px;
  margin-right: 30px;
  z-index: 2;
}

.project-one__content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  right: 2px;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  border-top-right-radius: 22px;
}

.project-one__content-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: var(--adbaiz-black);
}

.project-one__title-box {
  position: relative;
  display: block;
}

.project-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: var(--adbaiz-font);
}

.project-one__title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: var(--adbaiz-base);
}

.project-one__text {
  font-size: 16px;
  line-height: 31px;
}

.project-one__arrow-box {
  position: relative;
  display: block;
  top: 5px;
}

.project-one__arrow-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #a3bfad;
  border-radius: 50%;
  font-size: 16px;
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.project-one__arrow-box a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 22px;
  height: 22px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.project-one__single:hover .project-one__arrow-box a:before {
  transform: translateY(-50%) scale(1);
}

.project-one__arrow-box a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 22px;
  height: 22px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
  transform: translateY(-50%) scale(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.project-one__single:hover .project-one__arrow-box a:after {
  transform: translateY(-50%) scale(0);
}

.project-one__single:hover .project-one__arrow-box a {
  background-color: var(--adbaiz-base);
}

.project-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
}

.project-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.project-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -70px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--adbaiz-base);
  border-radius: 50%;
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}


.project-one__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Progress One
--------------------------------------------------------------*/
.progress-one {
  position: relative;
  display: block;
  margin-top: -12px;
  padding-bottom: 120px;
  z-index: 1;
}

.progress-one__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 161px;
}

.progress-one__left {
  position: relative;
  display: block;
  margin-right: 311px;
}

.progress-one__shape-1 {
  position: absolute;
  left: 0;
  top: -99px;
}

.progress-one__shape-1 img {
  width: auto;
}

.progress-one__shape-2 {
  position: absolute;
  right: -97px;
  top: -67px;
}

.progress-one__shape-2 img {
  width: auto;
}

.progress-one__img-box {
  position: relative;
  display: block;
}

.progress-one__img {
  position: relative;
  display: block;
}

.progress-one__img img {
  width: 100%;
  border-top-right-radius: 100px;
}

.progress-one__img-2 {
  position: absolute;
  bottom: 0;
  right: -288px;
  z-index: -1;
}

.progress-one__img-2 img {
  width: auto;
  border-top-left-radius: 100px;
}

.progress-one__right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-right: 50px;
  margin-top: -55px;
}

.progress-one__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: var(--adbaiz-black);
}

.progress-one__progress-bar {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 58px;
  padding-left: 105px;
}

.progress-one__progress-bar li {
  position: relative;
  display: block;
}

.progress-one__progress-bar li+li {
  margin-top: 58px;
}

.progress-one__progress-bar-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 19px;
  font-weight: 600;
  font-family: var(--adbaiz-font);
}

.progress-one__progress-bar .bar {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 0;
  border: 1px solid #e0e4ef;
  display: flex;
  align-items: center;
}

.progress-one__progress-bar .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 6px;
  top: 0px;
  left: 9px;
  background: var(--adbaiz-black);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-one__progress-bar .count-text {
  position: absolute;
  width: 84px;
  height: 78px;
  background-color: #536f5e;
  color: var(--adbaiz-white);
  font-weight: 500;
  font-family: var(--adbaiz-font);
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-top-left-radius: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  top: -52px;
  left: -115px;
  overflow: hidden;
}

.progress-one__progress-bar .count-text::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -20px;
  width: 34px;
  height: 34px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
}

.progress-one__progress-bar .bar-inner.counted .count-text {
  opacity: 1;
}

.progress-one__progress-bar .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 107px 0 155px;
}

.testimonial-one__top {
  position: relative;
  display: block;
  margin-bottom: 59px;
}

.testimonial-one__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  text-align: center;
}

.testimonial-one__bottom {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
}

.testimonial-one__client-img img {
  width: auto;
  border-radius: 50%;
}

.testimonial-one__client-details {
  position: relative;
  display: block;
  margin-left: 16px;
}

.testimonial-one__client-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: rgba(var(--adbaiz-black-rgb), .90);
}

.testimonial-one__client-sub-title {
  font-size: 16px;
  line-height: 22px;
  color: rgba(var(--adbaiz-black-rgb), .70);
}

.testimonial-one__content {
  position: relative;
  display: block;
  background-color: var(--adbaiz-white);
  margin-top: 36px;
  border-radius: 10px;
  padding: 40px 28px 59px;
}

.testimonial-one__content:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0;
  border-top: 32px solid transparent;
  border-left: 21px solid #ffffff;
  border-right: 17px solid transparent;
}

.testimonial-one__quote-and-rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.testimonial-one__quote {
  position: relative;
  display: inline-block;
}

.testimonial-one__quote span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: var(--adbaiz-black);
  border-radius: 50%;
  font-size: 47px;
  color: var(--adbaiz-white);
}

.testimonial-one__rating {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__rating i {
  font-size: 20px;
  color: #ed8a19;
}

.testimonial-one__rating i+i {
  margin-left: 4px;
}

.testimonial-one__text {
  font-size: 20px;
  line-height: 37px;
  color: rgba(var(--adbaiz-black-rgb), .90);
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--adbaiz-base);
  border-radius: 50%;
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}


.testimonial-one__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one .section-title {
  margin-bottom: 64px;
}

.team-one .section-title__text {
  color: var(--adbaiz-black);
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--adbaiz-black-rgb), .30);
  border-top-right-radius: 100px;
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:after {
  transform: translateY(0);
  width: 100%;
}

.team-one__img img {
  width: 100%;
  border-top-right-radius: 100px;
}

.team-one__content-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 27px 0px rgba(171, 170, 176, 0.35);
  margin-left: -1px;
  margin-right: 1px;
  padding: 26px 67px 27px;
  padding-right: 40px;
}

.team-one__content {
  position: relative;
  display: block;
}

li {
  list-style: none;
}

.keyComponeTitle {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.keyCompetences {
  display: flex;
  padding: 10px;

}

.keyCompetences ul {
  padding: 0px 15px;
  width: 50%;

}

.keyCompetences ul li i {
  position: relative;
  left: -10px;
}

.team-body {
  max-height: 60vh;
  overflow: auto;
  padding: 10px 30px 30px !important;
}

.team-one__name {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
}

.team-one__name a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--adbaiz-base);
}

.team-one__sub-title {
  font-size: 16px;
  line-height: 31px;
}

.team-one__social-box {
  position: absolute;
  left: -1px;
  bottom: 0;
  background-color: #5e6761;
  width: 46px;
  height: 143px;
  padding: 18px 15px 18px;
  border-top-right-radius: 10px;
  z-index: 2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__social-box {
  background-color: var(--adbaiz-base);
}

.team-one__social-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-one__social-box li+li {
  margin-top: 15px;
}

.team-one__social-box li a {
  font-size: 16px;
  color: var(--adbaiz-white);
  line-height: 16px;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding-bottom: 90px;
  margin-top: -12px;
}

.blog-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
}

.blog-one__title {
  font-size: 48px;
  font-weight: 700;
  max-width: 390px;
  width: 100%;
  line-height: 58px;
}

.blog-one__text-and-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 11px;
}

.blog-one__text {
  margin-right: 35px;
}

.blog-one__text p {
  max-width: 500px;
  color: var(--adbaiz-black);
}

.blog-one__btn-box {
  position: relative;
  display: block;
}

.blog-one__btn {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 35px 8px;
  background-color: #0b2916;
}

.blog-one__btn:hover {
  color: var(--adbaiz-white);
}

.blog-one__btn:after {
  background-color: var(--adbaiz-base);
}

.blog-one__bottom {
  position: relative;
  display: block;
}

.blog-one__single {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  padding: 44px 30px 39px;
  padding-right: 20px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  margin-bottom: 30px;
}

.blog-one__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 227px;
  height: 2px;
  background-color: var(--adbaiz-black);
}

.blog-one__date-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__tag {
  position: relative;
  display: block;
  background-color: #0b2916;
  padding: 4px 16px 5px;
  border-radius: 2px;
}

.blog-one__tag p {
  font-size: 14px;
  color: var(--adbaiz-white);
  line-height: 14px;
}

.blog-one__date {
  position: relative;
  display: block;
  margin-left: 18px;
}

.blog-one__date a {
  font-size: 14px;
  color: #5e6761;
}

.blog-one__date a i {
  font-size: 25px;
  position: relative;
  top: 7px;
  margin-right: 2px;
}

.blog-one__title-2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  font-family: var(--adbaiz-font);
  margin-top: 19px;
  margin-bottom: 22px;
}

.blog-one__title-2 a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title-2 a:hover {
  color: var(--adbaiz-base);
}

.blog-one__btn-and-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-one__btn-2 {
  position: relative;
  display: block;
}

.blog-one__btn-2 a {
  font-size: 16px;
  font-weight: 600;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn-2 a:hover {
  color: var(--adbaiz-base);
}

.blog-one__btn-2 a i {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #5e6761;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--adbaiz-white);
  margin-right: 12px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn-2 a:hover i {
  background-color: var(--adbaiz-base);
}

.blog-one__date-two {
  position: relative;
  display: inline-block;
  top: 5px;
}

.blog-one__date-two a {
  font-size: 14px;
  color: #5e6761;
}

.blog-one__date-two a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

/*--------------------------------------------------------------
# Subscribe One
--------------------------------------------------------------*/
.subscribe-one {
  position: relative;
  display: block;
  z-index: 2;
}

.subscribe-one__inner {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 27px 0px rgba(195, 197, 195, 0.35);
  z-index: 1;
}

.subscribe-one__inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 110px 215px 80px;
  border-radius: 3px;
}

.subscribe-one__shape-1 {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.subscribe-one__shape-1 img {
  width: auto;
}

.subscribe-one__shape-2 {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
}

.subscribe-one__shape-2 img {
  width: auto;
}

.subscribe-one__shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.subscribe-one__shape-3 img {
  width: auto;
}

.subscribe-one__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  color: var(--adbaiz-black);
}

.subscribe-one__right {
  position: relative;
  display: block;
}

.subscribe-one__form-box {
  position: relative;
  display: block;
}

.subscribe-one__form {
  position: relative;
  display: block;
  margin-top: 37px;
}

.subscribe-one__input-box {
  position: relative;
  display: block;
}

.subscribe-one__input-box input[type="email"] {
  height: 76px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  font-size: 15px;
  color: #0b2916;
  background-color: #f3f3f3;
  border-radius: 3px;
  padding-right: 185px;
}

.subscribe-one__btn {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: none;
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
  padding: 0 28px 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.subscribe-one__btn:hover {
  background-color: var(--adbaiz-black);
  color: var(--adbaiz-white);
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  padding-top: 227px;
  background-color: #f8faf9;
  z-index: 1;
  margin-top: -143px;
  overflow: hidden;
}

.footer-widget__shape-1 {
  position: absolute;
  left: 0;
  top: -120px;
}

.footer-widget__shape-1 img {
  width: auto;
}

.footer-widget__shape-2 {
  position: absolute;
  right: 0;
  top: -100px;
}

.footer-widget__shape-2 img {
  width: auto;
}

.footer-widget__shape-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-widget__shape-3 img {
  width: auto;
}

.footer-widget__shape-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-widget__shape-4 img {
  width: auto;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-bottom: 84px;
}

.footer-widget__contact-box {
  position: relative;
  display: block;
  margin-top: 12px;
}

.footer-widget__logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__logo a {
  position: relative;
  display: block;
}

.footer-widget__logo a img {
  width: 100%;
}

.footer-widget__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-widget__contact li {
  position: relative;
  display: flex;
  padding-bottom: 13px;
}

.footer-widget__contact li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 44px;
  height: 1px;
  background-color: #e4e4e4;
  content: "";
}

.footer-widget__contact li+li {
  margin-top: 13px;
}

.footer-widget__contact .icon {
  position: relative;
  display: block;
  top: 11px;
}

.footer-widget__contact .icon i {
  font-size: 26px;
  color: #606161;
}

.footer-widget__contact .icon-two i {
  color: var(--adbaiz-black);
}

.footer-widget__contact .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget__contact .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #5e6761;
}

.footer-widget__contact .text p a {
  position: relative;
  display: block;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact .text p a:hover {
  color: var(--adbaiz-base);
}

.footer-widget__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__social span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #5e6761;
}

.footer-widget__social-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin-left: 24px;
}

.footer-widget__social-box li+li {
  margin-left: 10px;
}

.footer-widget__social-box a {
  width: 35px;
  height: 35px;
  background-color: #f0eded;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--adbaiz-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget__social-box a:hover {
  color: var(--adbaiz-white);
  background-color: var(--adbaiz-base);
}

.footer-widget__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--adbaiz-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.footer-widget__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget__about-us {
  position: relative;
  display: block;
  margin-left: 57px;
}

.footer-widget__about-list {
  position: relative;
  display: block;
}

.footer-widget__about-list li+li {
  margin-top: 5px;
}

.footer-widget__about-list li a {
  font-size: 16px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget__about-list li a:hover {
  color: var(--adbaiz-base);
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 80px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-widget__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--adbaiz-black);
  line-height: 32px;
}

.footer-widget__latest-post {
  position: relative;
  display: block;
  margin-left: 44px;
}

.footer-widget__latest-post .footer-widget__title-box {
  margin-bottom: 32px;
}

.footer-widget__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 35px;
}

.footer-widget__latest-post-list li:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 101px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget__latest-post-list li+li {
  margin-top: 18px;
}

.footer-widget__latest-post-img {
  position: relative;
  display: block;
}

.footer-widget__latest-post-img img {
  width: auto;
}

.footer-widget__latest-post-content {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-top: 1px;
}

.footer-widget__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #5e6761;
}

.footer-widget__latest-post-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.footer-widget__latest-post-title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__latest-post-title a:hover {
  color: var(--adbaiz-base);
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 36px 0 42px;
  border-top: 1px solid #e5e7e7;
}

.site-footer__bottom-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #5e6761;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  background-color: #d3f1f4;
  overflow: hidden;
  z-index: 1;
}

.cta-two__shape-1 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 90px;
  left: 205px;
  background-color: #c6eef2;
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__shape-2 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 90px;
  left: 295px;
  background-color: #e2fcff;
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__shape-3 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 87px;
  left: 387px;
  background-color: #cbe9ec;
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__shape-4 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 87px;
  right: 314px;
  background-color: #e2fcff;
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__shape-5 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 87px;
  right: 433px;
  background-color: var(--adbaiz-white);
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 53px;
  padding-bottom: 56px;
}

.cta-two__title-box {
  position: relative;
  display: block;
}

.cta-two__title-box h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: var(--adbaiz-black);
}

.cta-two__title-box p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 9px;
}

.cta-two__btn {
  position: relative;
  display: block;
  padding: 14px 39px 12px;
  background-color: var(--adbaiz-black);
}

.cta-two__btn:hover {
  color: var(--adbaiz-white);
}

.cta-two__btn:after {
  background-color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 100px 0 90px;
}

.services-two .section-title {
  margin-bottom: 35px;
}

.services-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 0px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.services-two__single .card-body {
  padding: 30px 37px;
}

.services-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 51px;
  right: 51px;
  border-bottom: 102px solid #f7f7f7;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-two__shape-2 {
  position: absolute;
  top: 0;
  left: 51px;
  right: 51px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-two__shape-3 {
  position: absolute;
  bottom: 55px;
  left: -41px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-two__shape-4 {
  position: absolute;
  bottom: -55px;
  right: -37px;
  height: 165px;
  width: 205px;
  background-color: #fcfafa;
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0 0);
  z-index: -1;
}

.services-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(57deg, rgb(67, 148, 156) 0%, rgb(124, 234, 244) 100%);
  background-image: -webkit-linear-gradient(57deg, rgb(67, 148, 156) 0%, rgb(124, 234, 244) 100%);
  background-image: -ms-linear-gradient(57deg, rgb(67, 148, 156) 0%, rgb(124, 234, 244) 100%);
  left: 50%;
  transform: translateX(-50%);
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 53px;
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__single:hover .services-two__icon span {
  transform: scale(.9);
}

.services-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--adbaiz-font-two);
  margin-top: 25px;
  margin-bottom: 10px;
}

.services-two__title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__title a:hover {
  color: var(--adbaiz-base);
}

.services-two__text {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 60px;
  margin-left: -380px;
}

.about-two__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-two__img-one {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0 100%);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.about-two__img-one>img {
  width: 100%;
}

.about-two__img-two-box {
  position: absolute;
  bottom: -40px;
  left: 410px;
  z-index: 1;
}

.about-two__img-two {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0 100%);
  border-radius: 5px;
  overflow: hidden;
}

.about-two__img-two>img {
  width: auto;
  border-radius: 5px;
}

.about-two__img-shape-1 {
  position: absolute;
  top: -116px;
  left: -98px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.about-two__img-shape-1>img {
  width: auto;
}

.about-two__img-shape-2 {
  position: absolute;
  right: 47px;
  bottom: 148px;
  z-index: 1;
}

.about-two__img-shape-2>img {
  width: auto;
}

.about-two__curved-circle-box {
  position: absolute;
  bottom: 155px;
  right: 0;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--adbaiz-white);
  margin: 0 auto;
  z-index: 2;
}

.about-two__curved-circle-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -6px;
  right: -16px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #ddede3;
}

.about-two__curved-circle-box .curved-circle {
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  font-size: 16px;
  font-weight: 400;
  color: var(--adbaiz-black);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--adbaiz-font-two);
  letter-spacing: .005em;
}

.about-two__curved-circle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-two__curved-circle-icon img {
  width: auto;
}

.about-two__right {
  position: relative;
  display: block;
}

.about-two__right-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.about-two__right-text {
  color: var(--adbaiz-black);
  margin-top: 42px;
  margin-bottom: 42px;
}

.about-two__services-list {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__services-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__services-list li+li {
  margin-left: 56px;
}

.about-two__services-list li .icon {
  position: relative;
  display: inline-block;
  top: 7px;
  margin-right: 16px;
}

.about-two__services-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 39px;
  color: var(--adbaiz-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-two__services-list li:hover .icon span {
  transform: scale(0.9);
}

.about-two__services-list li .text {
  position: relative;
  display: block;
}

.about-two__services-list li .text p {
  font-size: 16px;
  line-height: 32px;
  color: #8a8f8f;
}

.about-two__services-list li .text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: var(--adbaiz-black);
  font-family: var(--adbaiz-font);
}

.about-two__best-corporate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 499px;
  width: 100%;
  background-color: #05190c;
  padding: 30px 30px 21px;
  margin-top: 49px;
  margin-bottom: 42px;
  overflow: hidden;
  z-index: 1;
}

.about-two__best-corporate-shape-1 {
  position: absolute;
  left: 0;
  bottom: -26px;
  z-index: -1;
}

.about-two__best-corporate-shape-1 img {
  width: auto;
}

.about-two__best-corporate-title {
  font-size: 23px;
  font-family: var(--adbaiz-font);
  line-height: 32px;
  color: var(--adbaiz-white);
}

.about-two__best-corporate-btn-box {
  position: relative;
  display: block;
}

.about-two__best-corporate-btn {
  background-color: var(--adbaiz-base);
  padding: 10px 27px 11px;
  padding-right: 22px;
}

.about-two__points-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points-box li+li {
  margin-left: 26px;
}

.about-two__points-box li .icon {
  position: relative;
  display: inline-block;
  top: 6px;
  margin-right: 9px;
}

.about-two__points-box li .icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--adbaiz-black);
}

.about-two__points-box li .text {
  position: relative;
  display: block;
}

.about-two__points-box li .text p {
  font-weight: 500;
  color: var(--adbaiz-black);
}

/*--------------------------------------------------------------
# Services three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding: 150px 0 90px;
}

.services-three .section-title {
  margin-bottom: 65px;
}

.services-three__single {
  position: relative;
  display: block;
  background-color: #f7f7f7;
  text-align: center;
  padding: 59px 20px 51px;
  border-radius: 50%;
  overflow: hidden;
  height: 370px;
  width: 370px;
  margin: 0 auto 30px;
  z-index: 1;
}

.services-three__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.services-three__single::before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 14px;
  right: 14px;
  background-color: #efefef;
  border-radius: 50%;
  z-index: -1;
}

.services-three__single::after {
  content: "";
  position: absolute;
  bottom: -59px;
  right: 28px;
  width: 184px;
  height: 184px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
}

.services-three__icon {
  position: relative;
  display: inline-block;
}

.services-three__icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__icon img {
  transform: scale(.9);
}

.services-three__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.services-three__title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__title a:hover {
  color: var(--adbaiz-base);
}

.services-three__text {
  font-size: 16px;
  line-height: 32px;
}

.services-three__btn-box {
  position: relative;
  display: block;
  margin-top: 37px;
}

.services-three__btn {
  background-color: #5d8184;
  font-size: 15px;
  padding: 4px 22px 7px;
}

.services-three__btn:hover {
  color: var(--adbaiz-white);
}

.services-three__btn::after {
  background-color: var(--adbaiz-black);
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: 150px;
}

.video-two__shape-1 {
  position: absolute;
  bottom: 155px;
  left: 172px;
}

.video-two__shape-1 img {
  width: auto;
}

.video-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-two-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(25, 30, 39, .50);
}

.video-two__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-two__inner .video-two__video-title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: var(--adbaiz-white);
  line-height: 68px;
  margin-bottom: 43px;
}

.video-two__inner .video-two__video-icon {
  margin: 0 auto;
}

.video-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 24px;
  color: var(--adbaiz-white);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-two__video-icon::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: var(--adbaiz-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-two__video-icon::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid #787d86;
  border-radius: 50%;
  z-index: -1;
}

.video-two__video-icon:hover {
  background-color: var(--adbaiz-black);
  color: var(--adbaiz-black);
}

.video-two__video-icon:hover::before {
  background-color: var(--adbaiz-white);
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Progress Two
--------------------------------------------------------------*/
.progress-two {
  position: relative;
  display: block;
  padding: 108px 0 120px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: #f1f6f6;
  overflow: hidden;
  z-index: 1;
}

.project-two__shape-1 {
  position: absolute;
  top: -314px;
  left: 0;
}

.project-two__shape-1 img {
  width: auto;
}

.project-two__shape-2 {
  position: absolute;
  bottom: -615px;
  left: 0;
}

.project-two__shape-2 img {
  width: auto;
}

.project-two__shape-3 {
  position: absolute;
  top: -326px;
  right: 0;
}

.project-two__shape-3 img {
  width: auto;
}

.project-two__shape-4 {
  position: absolute;
  bottom: -640px;
  right: 0;
}

.project-two__shape-4 img {
  width: auto;
}

.project-two .container {
  max-width: 1800px;
}

.project-two .section-title {
  margin-bottom: 67px;
}

.project-two__bottom {
  position: relative;
  display: block;
}

.project-two__carousel {
  position: relative;
  display: block;
}

.project-two__single {
  position: relative;
  display: block;
}

.project-two__img-box {
  position: relative;
  display: block;
}

.project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
}

.project-two__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  content: "";
  background-color: rgba(var(--adbaiz-black-rgb), .30);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.project-two__single:hover .project-two__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.project-two__img img {
  width: 100%;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease
}

.project-two__single:hover .project-two__img img {
  transform: scale(1.05);
}

.project-two__content-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  padding: 28px 25px 26px;
  padding-right: 14px;
  border-top-right-radius: 22px;
  z-index: 2;
  bottom: 0;
  left: 80px;
  right: 0;
}

.project-two__content-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 2px;
  background-color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__content-box::before {
  background-color: var(--adbaiz-base);
}

.project-two__content-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__content-box::after {
  background-color: var(--adbaiz-base);
}

.project-two__title-box {
  position: relative;
  display: block;
}

.project-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.project-two__title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__title a:hover {
  color: var(--adbaiz-base);
}

.project-two__text {
  font-size: 16px;
  line-height: 32px;
}

.project-two__arrow-box {
  position: relative;
  display: block;
  top: 5px;
}

.project-two__arrow-box-shape-1 {
  position: absolute;
  top: 19px;
  left: -12px;
  width: 22px;
  height: 22px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
  z-index: 1;
}

.project-two__arrow-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #799395;
  border-radius: 50%;
  font-size: 16px;
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__arrow-box a {
  background-color: var(--adbaiz-base);
}

.project-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
}

.project-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# How It Work Two
--------------------------------------------------------------*/
.how-it-work-two {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 120px 0 28px;
  z-index: 1;
}

.how-it-work-two .section-title {
  margin-bottom: 149px;
}

.how-it-work-two__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.how-it-work-two__single {
  position: relative;
  display: block;
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 4px;
  padding: 58px 35px 62px;
  margin-bottom: 92px;
  z-index: 1;
}

.how-it-work-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.how-it-work-two__shape-1 img {
  width: auto;
}

.how-it-work-two__shape-2 {
  position: absolute;
  top: -49px;
  left: 247px;
  z-index: -1;
}

.how-it-work-two__shape-2 img {
  width: auto;
}

.how-it-work-two__count {
  position: absolute;
  top: -62px;
  width: 84px;
  height: 79px;
  background-color: #799395;
  transform: translateX(-50%);
  left: 50%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  border-radius: 10px;
  border-top-left-radius: 0;
  overflow: hidden;
}

.how-it-work-two__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 27px;
  line-height: 78px;
  font-weight: 500;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--adbaiz-white);
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work-two__count::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 34px;
  height: 34px;
  background-color: #e9e9e9;
  border-radius: 50%;
  transform: translateX(-50%);
}

.how-it-work-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 19px;
}

.how-it-work-two__title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.how-it-work-two__title a:hover {
  color: var(--adbaiz-base);
}

.how-it-work-two__text {
  font-size: 16px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  background-color: #d3f1f4;
  padding: 106px 0 182px;
}

.testimonial-two__top {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.testimonial-two__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.testimonial-two__bottom {
  position: relative;
  display: block;
}

.testimonial-two__bottom .container {
  max-width: 800px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--adbaiz-white);
  border-radius: 5px;
  padding: 30px 28px 40px;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 257px;
  margin-top: 10px;
  z-index: 1;
  border: 1px solid lightgrey;
}

.testimonial-two__client-img:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: -20px;
  right: -20px;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 64%);
}

.testimonial-two__client-img img {
  width: 100%;
  border-radius: 3px;
}

.testimonial-two__content {
  position: relative;
  display: block;
  max-width: 406px;
  margin-left: 43px;
}

.testimonial-two__quote-and-rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.testimonial-two__quote {
  position: relative;
  display: inline-block;
}

.testimonial-two__quote span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: var(--adbaiz-black);
  border-radius: 50%;
  font-size: 47px;
  color: var(--adbaiz-white);
}

.testimonial-two__rating {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 65px;
}

.testimonial-two__rating i {
  font-size: 20px;
  color: #ed8a19;
}

.testimonial-two__rating i+i {
  margin-left: 4px;
}

.testimonial-two__text {
  font-size: 20px;
  line-height: 37px;
  color: rgba(var(--adbaiz-black-rgb), .90);
  font-weight: 500;
}

.testimonial-two__client-details {
  position: relative;
  display: block;
  margin-top: 37px;
}

.testimonial-two__client-name {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--adbaiz-font);
}

.testimonial-two__client-name span {
  background: #f24701;
  padding: 3px 10px;
  border-radius: 50px;
  color: white;
}

.testimonial-two__client-sub-title {
  font-size: 16px;
  line-height: 21px;
  color: rgba(var(--adbaiz-black-rgb), .70);
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--adbaiz-base);
  border-radius: 50%;
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--adbaiz-white);
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px solid var(--adbaiz-white);
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.testimonial-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.testimonial-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -162px;
  right: -200px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--adbaiz-white);
  z-index: 1;
}

.testimonial-two__carousel.owl-theme .owl-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 92px;
  background-color: #a6f0f7;
  clip-path: polygon(19% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 70px;
  width: 75px;
  line-height: 70px;
  border-radius: 0;
  color: var(--adbaiz-black);
  font-size: 25px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 70px;
  width: 75px;
  line-height: 70px;
  border-radius: 0;
  color: var(--adbaiz-black);
  font-size: 25px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 12px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 12px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: transparent;
  color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two .section-title {
  margin-bottom: 66px;
}

.blog-two__single {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  padding: 44px 30px 39px;
  padding-right: 20px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  margin-bottom: 30px;
}

.blog-two__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 227px;
  height: 2px;
  background-color: var(--adbaiz-black);
}

.blog-two__date-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two__tag {
  position: relative;
  display: block;
  background-color: #0b2916;
  padding: 4px 16px 5px;
  border-radius: 2px;
}

.blog-two__tag p {
  font-size: 14px;
  color: var(--adbaiz-white);
  line-height: 14px;
}

.blog-two__date {
  position: relative;
  display: block;
  margin-left: 18px;
}

.blog-two__date a {
  font-size: 14px;
  color: #5e6761;
}

.blog-two__date a i {
  font-size: 25px;
  position: relative;
  top: 7px;
  margin-right: 2px;
}

.blog-two__title-2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  font-family: var(--adbaiz-font);
  margin-top: 19px;
  margin-bottom: 22px;
}

.blog-two__title-2 a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__title-2 a:hover {
  color: var(--adbaiz-base);
}

.blog-two__btn-and-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-two__btn-2 {
  position: relative;
  display: block;
}

.blog-two__btn-2 a {
  font-size: 16px;
  font-weight: 600;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__btn-2 a:hover {
  color: var(--adbaiz-base);
}

.blog-two__btn-2 a i {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #5e6761;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--adbaiz-white);
  margin-right: 12px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__btn-2 a:hover i {
  background-color: var(--adbaiz-base);
}

.blog-two__date-two {
  position: relative;
  display: inline-block;
  top: 5px;
}

.blog-two__date-two a {
  font-size: 14px;
  color: #5e6761;
}

.blog-two__date-two a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: #1a1d1d;
  padding-top: 112px;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 40px;
}

.site-footer-two__shape-1 {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
}

.site-footer-two__shape-1 img {
  width: auto;
}

.site-footer-two__shape-2 {
  position: absolute;
  right: 0;
  top: -123px;
  z-index: -1;
}

.site-footer-two__shape-2 img {
  width: auto;
}

.site-footer-two__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.site-footer-two__shape-3 img {
  width: auto;
}

.site-footer-two__shape-4 {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: -1;
}

.site-footer-two__shape-4 img {
  width: auto;
}

.site-footer-two__top {
  position: relative;
  display: block;
  padding-bottom: 40px;
}

.footer-widget-two__contact-box {
  position: relative;
  display: block;
  margin-top: 12px;
}

.footer-widget-two__logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__logo {
  position: relative;
  display: block;
}

.footer-widget-two__logo a {
  position: relative;
  display: block;
}

.footer-widget-two__logo a img {
  width: 100%;
}

.footer-widget-two__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-widget-two__contact li {
  position: relative;
  display: flex;
  padding-bottom: 13px;
}

.footer-widget-two__contact li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 44px;
  height: 1px;
  background-color: #323434;
  content: "";
}

.footer-widget-two__contact li+li {
  margin-top: 13px;
}

.footer-widget-two__contact .icon {
  position: relative;
  display: block;
  top: 11px;
}

.footer-widget-two__contact .icon i {
  font-size: 26px;
  color: var(--adbaiz-base);
}

.footer-widget-two__contact .icon i.icon-call-support,
.footer-widget-two__contact i.icon-location.Uk-location {
  position: relative;
  top: -8px;
}

.footer-widget-two__contact .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget-two__contact .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #aeaeae;
}

.footer-widget-two__contact .text p a {
  position: relative;
  display: block;
  color: #aeaeae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__contact .text p a:hover {
  color: var(--adbaiz-base);
}

.footer-widget-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__social span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--adbaiz-white);
  display: none;
}

.footer-widget-two__social-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3px;
  /* margin-left: 24px; */
}

.footer-widget-two__social-box li+li {
  margin-left: 10px;
}

.footer-widget-two__social-box a {
  width: 35px;
  height: 35px;
  background-color: #f0eded;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--adbaiz-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget-two__social-box a:hover {
  color: var(--adbaiz-white);
  background-color: var(--adbaiz-base);
}

.footer-widget-two__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--adbaiz-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.footer-widget-two__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget-two__about-us {
  position: relative;
  display: block;
  margin-left: 57px;
}

.footer-widget-two__about-list {
  position: relative;
  display: block;
}

.footer-widget-two__about-list li+li {
  margin-top: 5px;
}

.footer-widget-two__about-list li a {
  font-size: 16px;
  color: #aeaeae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget-two__about-list li a:hover {
  color: var(--adbaiz-base);
}

.footer-widget-two__newsletter {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-right: -22px;
}

.footer-widget-two__newsletter-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  color: #bababa;
  padding-top: 2px;
}

.footer-widget-two__subscribe {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget-two__subscribe-box {
  position: relative;
  display: block;
}

.footer-widget-two__subscribe-input-box {
  position: relative;
  display: block;
  background-color: #171617;
}

.footer-widget-two__subscribe-input-box input[type="email"] {
  height: 40px;
  width: 100%;
  background-color: #2e2d2d;
  outline: none;
  font-size: 15px;
  color: rgba(208, 208, 208, .40);
  border: none;
  padding-right: 90px;
  padding-left: 20px;
}

.footer-widget-two__subscribe-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 66px;
  height: 40px;
  border: none;
  background-color: var(--adbaiz-white);
  border-radius: 3px;
  font-size: 28px;
  color: var(--adbaiz-black);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__subscribe-btn:hover {
  background-color: var(--adbaiz-white);
  color: var(--adbaiz-base);
}

.footer-widget-two__help {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer-widget-two__help .icon span {
  font-size: 27px;
  color: var(--adbaiz-white);
  width: 55px;
  height: 49px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--adbaiz-base);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer-widget-two__help-text {
  position: relative;
  display: block;
}

.footer-widget-two__help-text p {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--adbaiz-font-two);
}

.footer-widget-two__help-text p a {
  color: var(--adbaiz-white);
  background-color: #2e2d2d;
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-right: 36px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__help-text p a:hover {
  color: var(--adbaiz-base);
}

.footer-widget-two__title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-widget-two__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--adbaiz-white);
  line-height: 32px;
}

.footer-widget-two__latest-post {
  position: relative;
  display: block;
  margin-left: 44px;
}

.footer-widget-two__latest-post .footer-widget-two__title-box {
  margin-bottom: 32px;
}

.footer-widget-two__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget-two__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 35px;
}

.footer-widget-two__latest-post-list li:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 101px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget-two__latest-post-list li+li {
  margin-top: 18px;
}

.footer-widget-two__latest-post-img {
  position: relative;
  display: block;
}

.footer-widget-two__latest-post-img img {
  width: auto;
}

.footer-widget-two__latest-post-content {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-top: 1px;
}

.footer-widget-two__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #aeaeae;
}

.footer-widget-two__latest-post-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.footer-widget-two__latest-post-title a {
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__latest-post-title a:hover {
  color: var(--adbaiz-base);
}

.site-footer-two__bottom {
  position: relative;
  display: block;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #323434;
}

.site-footer-two__bottom-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #aeaeae;
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  padding: 120px 0 79px;
  z-index: 1;
}

.services-four .section-title {
  margin-bottom: 62px;
}

.services-four__single {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  border: 1px solid #ebebeb;
  padding: 40px 35px 67px;
  margin-bottom: 30px;
  z-index: 1;
  overflow: hidden;
}

.services-four__icon {
  position: relative;
  display: flex;
  width: 96px;
  height: 96px;
  background-color: var(--adbaiz-black);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  left: 50%;
  overflow: hidden;
}

.services-four__shape-1 {
  content: "";
  position: absolute;
  width: 13px;
  height: 120px;
  background-color: var(--adbaiz-base);
  top: -35px;
  left: 4px;
  transform: rotate(41deg);
  z-index: -1;
}

.services-four__shape-2 {
  content: "";
  position: absolute;
  width: 13px;
  height: 120px;
  background-color: #1a2d4f;
  top: 0;
  right: -10px;
  transform: rotate(41deg);
  z-index: -1;
}

.services-four__shape-3 {
  position: absolute;
  bottom: 0;
  left: 51px;
  right: 51px;
  border-bottom: 102px solid #f7f7f7;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-four__shape-4 {
  position: absolute;
  top: 0;
  left: 51px;
  right: 51px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-four__shape-5 {
  position: absolute;
  bottom: 55px;
  left: -41px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-four__shape-6 {
  position: absolute;
  right: -34px;
  bottom: -55px;
  z-index: -1;
}

.services-four__shape-6 img {
  width: auto;
}

.services-four__icon span {
  position: relative;
  display: inline-block;
  color: var(--adbaiz-white);
  font-size: 52px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-four__single:hover .services-four__icon span {
  transform: scale(.9);
}

.services-four__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.services-four__title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__title a:hover {
  color: var(--adbaiz-base);
}

.services-four__text {
  font-size: 16px;
  line-height: 32px;
}

/*--------------------------------------------------------------
# About three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding-bottom: 120px;
  z-index: 1;
}

.about-three__shape-1 {
  position: absolute;
  right: 180px;
  top: -30px;
}

.about-three__shape-1 img {
  width: auto;
}

.about-three__left {
  position: relative;
  display: block;
}

.about-three__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 48px;
}

.about-three__text {
  color: var(--adbaiz-black);
}

.about-three__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 53px;
}

.about-three__points-list {
  position: relative;
  display: block
}

.about-three__points-list-2 {
  margin-left: 40px;
}

.about-three__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__points-list li+li {
  margin-top: 14px;
}

.about-three__points-list li .icon {
  position: relative;
  display: inline-block;
  top: 5px;
}

.about-three__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--adbaiz-black);
}

.about-three__points-list li .text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.about-three__points-list li .text p {
  font-weight: 500;
  color: var(--adbaiz-black);
}

.about-three__bottom {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img img {
  width: auto;
  border-radius: 50%;
}

.about-three__bottom-text {
  margin-left: 35px;
}

.about-three__right {
  position: relative;
  display: block;
  margin-left: 54px;
  margin-top: 11px;
}

.about-three__img-box {
  position: relative;
  display: block;
}

.about-three__img-2 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.about-three__img-2 img {
  width: 100%;
  border-radius: 7px;
}

.about-three__shape-2 {
  position: absolute;
  top: -104px;
  right: -74px;
  mix-blend-mode: overlay;
}

.about-three__shape-2 img {
  width: auto;
}

.about-three__curved-circle-box {
  position: absolute;
  top: 37px;
  left: -21px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--adbaiz-white);
  margin: 0 auto;
  z-index: 2;
}

.about-three__curved-circle-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -6px;
  right: -16px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #ddede3;
}

.about-three__curved-circle-box .curved-circle {
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  font-size: 16px;
  font-weight: 400;
  color: var(--adbaiz-black);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--adbaiz-font-two);
  letter-spacing: .005em;
}

.about-three__curved-circle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-three__curved-circle-icon img {
  width: auto;
}

.about-three__cta-box {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 45px;
  left: -63px;
  background-color: #05190c;
  max-width: 499px;
  width: 100%;
  justify-content: space-between;
  padding: 25px 30px 27px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}

.about-three__cta-shape-1 {
  position: absolute;
  bottom: -25px;
  left: -4px;
  z-index: -1;
}

.about-three__cta-shape-1 img {
  width: auto;
}

.about-three__cta-title h3 {
  font-size: 23px;
  line-height: 32px;
  color: var(--adbaiz-white);
  font-family: var(--adbaiz-font);
}

.about-three__cta-btn-box {
  position: relative;
  display: block;
}

.about-three__cta-btn {
  background-color: var(--adbaiz-base);
  padding-left: 30px;
  padding-right: 22px;
  padding-top: 11px;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: #fdfafb;
  padding: 82px 0 113px;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-one__single {
  position: relative;
  display: block;
}

.counter-one__single::before {
  content: "";
  position: absolute;
  right: -91px;
  top: -82px;
  bottom: -113px;
  width: 1px;
  background-color: #e3dfdf;
}

.counter-one__single:last-child::before {
  display: none;
}

.counter-one__icon-and-count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__icon {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}

.counter-one__icon img {
  width: auto;
}

.counter-one__count-box {
  position: relative;
  display: block;
}

.counter-one__count-box h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--adbaiz-font-two) !important;
}

.counter-one__count-plus {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--adbaiz-font-two) !important;
  position: relative;
  top: 16px;
  color: var(--adbaiz-black)
}

.counter-one__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--adbaiz-font-two);
  margin-top: 9px;
}

/*--------------------------------------------------------------
# Video Three
--------------------------------------------------------------*/
.video-three {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: 150px;
}

.video-three__shape-1 {
  position: absolute;
  bottom: 155px;
  left: 172px;
}

.video-three__shape-1 img {
  width: auto;
}

.video-three-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-three-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(25, 30, 39, .50);
}

.video-three__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-three__inner .video-three__video-title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: var(--adbaiz-white);
  line-height: 68px;
  margin-bottom: 43px;
}

.video-three__inner .video-three__video-icon {
  margin: 0 auto;
}

.video-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 24px;
  color: var(--adbaiz-white);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-three__video-icon::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: var(--adbaiz-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-three__video-icon::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid #787d86;
  border-radius: 50%;
  z-index: -1;
}

.video-three__video-icon:hover {
  background-color: var(--adbaiz-black);
  color: var(--adbaiz-black);
}

.video-three__video-icon:hover::before {
  background-color: var(--adbaiz-white);
}

.video-three__video-link .ripple,
.video-three__video-icon .ripple:before,
.video-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# How It Work Three
--------------------------------------------------------------*/
.how-it-work-three .how-it-work-two__count {
  background-color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Progress Three
--------------------------------------------------------------*/
.progress-three {
  position: relative;
  display: block;
  margin-top: -12px;
  padding-bottom: 120px;
  z-index: 1;
}

.progress-three__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 161px;
}

.progress-three__left {
  position: relative;
  display: block;
  margin-right: 311px;
}

.progress-three__shape-1 {
  position: absolute;
  left: 0;
  top: -100px;
}

.progress-three__shape-1 img {
  width: auto;
}

.progress-three__shape-2 {
  position: absolute;
  left: 22px;
  bottom: -121px;
}

.progress-three__shape-2 img {
  width: auto;
}

.progress-three__shape-3 {
  position: absolute;
  right: -264px;
  bottom: -170px;
}

.progress-three__shape-3 img {
  width: auto;
}

.progress-three__img-box {
  position: relative;
  display: block;
}

.progress-three__img {
  position: relative;
  display: block;
}

.progress-three__img img {
  width: 100%;
  border-top-right-radius: 100px;
}

.progress-three__img-2 {
  position: absolute;
  bottom: 0;
  right: -288px;
  z-index: -1;
}

.progress-three__img-2 img {
  width: auto;
  border-top-left-radius: 100px;
}

.progress-three__img-3 {
  position: absolute;
  right: -150px;
  bottom: -259px;
}

.progress-three__img-3::before {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 11px;
  right: -14px;
  top: -11px;
  border: 2px solid var(--adbaiz-white);
  border-bottom-left-radius: 100px;
}

.progress-three__img-3 img {
  width: auto;
  border-bottom-left-radius: 100px;
}

.progress-three__right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-right: 50px;
  margin-top: -72px;
}

.progress-three__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: var(--adbaiz-black);
}

.progress-three__progress-bar {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 65px;
  padding-left: 105px;
}

.progress-three__progress-bar li {
  position: relative;
  display: block;
}

.progress-three__progress-bar li+li {
  margin-top: 58px;
}

.progress-three__progress-bar-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 19px;
  font-weight: 600;
  font-family: var(--adbaiz-font);
}

.progress-three__progress-bar .bar {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 0;
  border: 1px solid #e0e4ef;
  display: flex;
  align-items: center;
}

.progress-three__progress-bar .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 6px;
  top: 0px;
  left: 9px;
  background: var(--adbaiz-black);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-three__progress-bar .count-text {
  position: absolute;
  width: 84px;
  height: 78px;
  background-color: #799395;
  color: var(--adbaiz-white);
  font-weight: 500;
  font-family: var(--adbaiz-font);
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-top-left-radius: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  top: -52px;
  left: -115px;
  overflow: hidden;
}

.progress-three__progress-bar .count-text::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -20px;
  width: 34px;
  height: 34px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
}

.progress-three__progress-bar .bar-inner.counted .count-text {
  opacity: 1;
}

.progress-three__progress-bar .bar.marb-0 {
  margin-bottom: 0;
}

.progress-three__bottom-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: var(--adbaiz-black);
  background-color: #f5f5f5;
  padding: 16px 30px 16px;
  margin-top: 48px;
  border-radius: 2px;
}

.progress-three__bottom-text a {
  color: var(--adbaiz-base);
  border-bottom: 1px solid var(--adbaiz-base);
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
  position: relative;
  display: block;
  padding-bottom: 120px;
  z-index: 1;
}

.servic .section-title {
  margin-bottom: 66px;
}

.services-five__inner {
  position: relative;
  display: block;
  background-color: #f5f1f3;
  overflow: hidden;
  padding: 55px 0 28px;
  z-index: 1;
}

.services-five__shape-2 {
  position: absolute;
  left: -97px;
  top: 31px;
  z-index: -1;
}

.services-five__shape-2 img {
  width: auto;
}

.services-five__single {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
  margin-bottom: 35px;
  padding-left: 35px;
  padding-right: 30px;
}

.services-five__single::before {
  content: "";
  position: absolute;
  top: 33px;
  right: -22px;
  bottom: -14px;
  width: 1px;
  background-color: #efe2e8;
}

.services-five__single-3::before {
  display: none;
}

.services-five__shape-1 {
  position: absolute;
  right: 27px;
  bottom: -113px;
  width: 185px;
  height: 185px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
  z-index: -1;
}

.services-five__icon {
  position: relative;
  display: inline-block;
}

.services-five__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-five__single:hover .services-five__icon span {
  transform: scale(.9);
}

.services-five__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--adbaiz-font);
  margin-top: 15px;
  margin-bottom: 20px;
}

.services-five__title a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-five__title a:hover {
  color: var(--adbaiz-base);
}

.services-five__text {
  font-size: 16px;
  line-height: 32px;
}

.services-five__btn-box {
  position: relative;
  display: block;
  margin-top: 37px;
}

.services-five__btn {
  font-size: 15px;
  padding: 5px 22px 4px;
  background-color: var(--adbaiz-black);
}

.services-five__btn:hover {
  color: var(--adbaiz-white);
}

.services-five__btn::after {
  background-color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  background-color: #f3f9fa;
  padding: 106px 0 182px;
}

.testimonial-three .testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
  border: 2px solid var(--adbaiz-black);
}

.testimonial-three .testimonial-two__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--adbaiz-base);
}

.testimonial-three .testimonial-two__carousel.owl-carousel .owl-dots .owl-dot::before {
  border: 1px solid var(--adbaiz-base);
}

.testimonial-three .testimonial-two__carousel.owl-theme .owl-nav:after {
  background-color: var(--adbaiz-base);
}

.testimonial-three .testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  color: var(--adbaiz-white);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page .blog-two__title-2 a:hover {
  color: var(--adbaiz-base);
}

.blog-page .blog-two__btn-2 a:hover {
  color: var(--adbaiz-base);
}

.blog-page .blog-two__btn-2 a:hover i {
  background-color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  background-color: #fcf8f8;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.contact-one__shape-1 {
  position: absolute;
  left: 0;
  top: -93px;
}

.contact-one__shape-1 img {
  width: auto;
}

.contact-one__shape-2 {
  position: absolute;
  right: 0;
  top: 90px;
}

.contact-one__shape-2 img {
  width: auto;
}

.contact-one__inner {
  position: relative;
  display: block;
  margin-right: 70px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(202, 198, 196, 0.35);
  padding: 66px 50px 86px;
  border-radius: 3px;
}

.contact-one__left {
  position: relative;
  display: block;
}

.contact-one__left .section-title__text {
  margin-top: 33px;
}

.contact-one__left .section-title {
  margin-bottom: 44px;
}

.contact-one__img-and-call-box {
  position: relative;
  display: flex;
}

.contact-one__img {
  position: relative;
  display: block
}

.contact-one__img img {
  width: 100%;
  border-radius: 3px;
}

.contact-one__call {
  position: relative;
  display: block;
  padding-left: 50px;
}

.contact-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #f3f3f3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 22px;
}

.contact-one__call-icon:hover {
  background-color: var(--adbaiz-black);
}

.contact-one__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__call-icon:hover span {
  color: var(--adbaiz-base);
}

.contact-one__call-content {
  position: relative;
  display: block;
}

.contact-one__call-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--adbaiz-black);
  line-height: 16px;
  padding-left: 3px;
}

.contact-one__call-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--adbaiz-black);
  line-height: 24px;
  margin-top: 14px;
}

.contact-one__call-number a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__call-number a:hover {
  color: var(--adbaiz-base);
}

.contact-one__sign-up-text {
  font-size: 20px;
  color: #000108;
}

.contact-one__sign-up-text a {
  position: relative;
  display: inline-block;
  color: #0a4448;
  margin-left: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__sign-up-text a:hover {
  color: var(--adbaiz-black);
}

.contact-one__sign-up-text a:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #199ca5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__sign-up-text a:hover:before {
  background-color: var(--adbaiz-black);
}

.contact-one__right {
  position: relative;
  display: block;
  margin-left: 44px;
}

.contact-one__form-box {
  position: relative;
  display: block;
}

.contact-one__form-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 30px;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid var(--adbaiz-black);
  background-color: var(--adbaiz-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: #423e40;
  display: block;
  font-weight: 400;
}

.contact-form__input-box textarea {
  font-size: 16px;
  color: #423e40;
  height: 140px;
  width: 100%;
  background-color: var(--adbaiz-white);
  padding: 25px 20px 25px;
  border: 1px solid var(--adbaiz-black);
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.contact-form__btn {
  border: none;
  font-size: 16px;
  color: var(--adbaiz-white);
  background-color: var(--adbaiz-black);
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 13px 0 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 30px;
}

.contact-form__btn:hover {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.contact-form__input-box.text-message-box {
  height: 140px;
}

.contact-one__form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;

}

.contact-one__form .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.contact-one__form .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 1px solid var(--adbaiz-black);
  background-color: var(--adbaiz-white) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--adbaiz-gray) !important;
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.contact-one__form .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--adbaiz-gray);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-three {
  position: relative;
  display: block;
  background-color: #1a1d1d;
  padding-top: 112px;
  z-index: 1;
  overflow: hidden;
}

.site-footer-three__shape-1 {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  z-index: -1;
}

.site-footer-three__shape-1 img {
  width: auto;
}

.site-footer-three__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.site-footer-three__shape-2 img {
  width: auto;
}

.site-footer-three__shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.site-footer-three__shape-3 img {
  width: auto;
}

.site-footer-three__top {
  position: relative;
  display: block;
  padding-bottom: 84px;
}

.site-footer-three__contact-box {
  position: relative;
  display: block;
  margin-top: 12px;
}

.footer-widget-three__logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-three__logo {
  position: relative;
  display: block;
}

.footer-widget-three__logo a {
  position: relative;
  display: block;
}

.footer-widget-three__logo a img {
  width: 100%;
}

.footer-widget-three__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-widget-three__contact li {
  position: relative;
  display: flex;
  padding-bottom: 13px;
}

.footer-widget-three__contact li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 44px;
  height: 1px;
  background-color: #323434;
  content: "";
}

.footer-widget-three__contact li+li {
  margin-top: 13px;
}

.footer-widget-three__contact li .icon {
  position: relative;
  display: block;
  top: 11px;
}

.footer-widget-three__contact li .icon>span {
  font-size: 26px;
  color: var(--adbaiz-base);
}

.footer-widget-three__contact li .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget-three__contact li .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #aeaeae;
}

.footer-widget-three__contact li .text p>a {
  position: relative;
  display: block;
  color: #aeaeae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__contact li .text p>a:hover {
  color: var(--adbaiz-base);
}

.footer-widget-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-three__social span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--adbaiz-white);
}

.footer-widget-three__social-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin-left: 24px;
}

.footer-widget-three__social-box li {
  position: relative;
  display: block;
}

.footer-widget-three__social-box li+li {
  margin-left: 10px;
}

.footer-widget-three__social-box li>a {
  width: 35px;
  height: 35px;
  background-color: #f0eded;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--adbaiz-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget-three__social-box li>a:hover {
  color: var(--adbaiz-white);
  background-color: var(--adbaiz-base);
}

.footer-widget-three__social-box li>a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--adbaiz-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.footer-widget-three__social-box li>a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget-three__about-us {
  position: relative;
  display: block;
  margin-left: 57px;
}

.footer-widget-three__about-list {
  position: relative;
  display: block;
}

.footer-widget-three__about-list li+li {
  margin-top: 5px;
}

.footer-widget-three__about-list li a {
  font-size: 16px;
  color: #aeaeae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget-three__about-list li a:hover {
  color: var(--adbaiz-base);
}

.footer-widget-three__newsletter {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-right: -22px;
}

.footer-widget-three__newsletter-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  color: #bababa;
  padding-top: 2px;
}

.footer-widget-three__subscribe {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget-three__subscribe-box {
  position: relative;
  display: block;
}

.footer-widget-three__subscribe-input-box {
  position: relative;
  display: block;
  background-color: #171617;
}

.footer-widget-three__subscribe-input-box input[type="email"] {
  height: 72px;
  width: 100%;
  background-color: #252525;
  outline: none;
  font-size: 15px;
  color: rgba(208, 208, 208, .40);
  border: none;
  padding-right: 90px;
  padding-left: 20px;
}

.footer-widget-three__subscribe-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 66px;
  height: 60px;
  border: none;
  background-color: var(--adbaiz-white);
  border-radius: 3px;
  font-size: 33px;
  color: var(--adbaiz-black);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__subscribe-btn:hover {
  background-color: var(--adbaiz-white);
  color: var(--adbaiz-base);
}

.footer-widget-three__help {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 44px;
}

.footer-widget-three__help .icon span {
  font-size: 27px;
  color: var(--adbaiz-white);
  width: 55px;
  height: 49px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--adbaiz-base);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer-widget-three__help-text {
  position: relative;
  display: block;
}

.footer-widget-three__help-text p {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--adbaiz-font-two);
}

.footer-widget-three__help-text p a {
  color: var(--adbaiz-white);
  background-color: #252525;
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-right: 36px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__help-text p a:hover {
  color: var(--adbaiz-base);
}

.footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-widget-three__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--adbaiz-white);
  line-height: 32px;
}

.footer-widget-three__latest-post {
  position: relative;
  display: block;
  margin-left: 44px;
}

.footer-widget-three__latest-post .footer-widget-three__title-box {
  margin-bottom: 32px;
}

.footer-widget-three__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget-three__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 35px;
}

.footer-widget-three__latest-post-list li:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 101px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget-three__latest-post-list li+li {
  margin-top: 18px;
}

.footer-widget-three__latest-post-img {
  position: relative;
  display: block;
}

.footer-widget-three__latest-post-img img {
  width: auto;
}

.footer-widget-three__latest-post-content {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-top: 1px;
}

.footer-widget-three__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #aeaeae;
}

.footer-widget-three__latest-post-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.footer-widget-three__latest-post-title a {
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__latest-post-title a:hover {
  color: var(--adbaiz-base);
}

.site-footer-three__bottom {
  position: relative;
  display: block;
}

.site-footer-three__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 36px 0 42px;
  border-top: 1px solid #323434;
}

.site-footer-three__bottom-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #aeaeae;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 250px 0 250px;
  background-color: rgb(9 62 84 / 51%);
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 380px;
  background-color: var(--adbaiz-white);
  mix-blend-mode: overlay;
  clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: -1;
}

.thm-breadcrumb-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: var(--adbaiz-base);
  padding: 11px 100px 11px;
  overflow: hidden;
  clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.thm-breadcrumb__shape-1 {
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 58px;
  background-color: #eb177c;
  width: 20px;
  transform: rotate(8deg);
  z-index: -1;
}

.thm-breadcrumb__shape-2 {
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 30px;
  background-color: #eb177c;
  width: 20px;
  transform: rotate(8deg);
  z-index: -1;
}

.thm-breadcrumb__icon-two {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.thm-breadcrumb__icon-two img {
  width: auto;
}

.thm-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
}

.thm-breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--adbaiz-white);
  font-weight: 500;
}

.thm-breadcrumb li+li {
  margin-left: 10px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--adbaiz-white);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
  color: var(--adbaiz-black);
}

.thm-breadcrumb-box__text-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.thm-breadcrumb-box__text-box .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.thm-breadcrumb-box__text-box .icon img {
  width: auto;
}

.thm-breadcrumb-box__text {
  font-size: 16px;
  color: var(--adbaiz-white);
  opacity: .80;
  margin-left: 20px;
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}

.page-header__shape-1 {
  position: absolute;
  top: -32px;
  left: -222px;
  z-index: -1;
}

.page-header__shape-1 img {
  width: auto;
}

.page-header__shape-2 {
  position: absolute;
  top: 0;
  right: -190px;
  z-index: -1;
}

.page-header__shape-2 img {
  width: auto;
}

.page-header__inner h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--adbaiz-white);
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
  position: relative;
  display: block;
  padding: 120px 0 111px;
  z-index: 1;
}

.blog-list__single {
  position: relative;
  display: block;
}

.blog-list__single+.blog-list__single {
  margin-top: 40px;
}

.blog-list__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.blog-list__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--adbaiz-black-rgb), .30);
  border-radius: 3px;
  width: 0%;
  transform: translateX(50%);
  transition: all 500ms linear;
  z-index: 1;
}

.blog-list__single:hover .blog-list__img:before {
  transform: translateY(0);
  width: 100%;
}

.blog-list__img img {
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.05);
}

.blog-list__inner {
  position: relative;
  display: block;
  padding: 24px 35px 23px;
  background-color: rgb(240, 240, 240);
  box-shadow: 0px 16px 25px 0px rgba(232, 228, 229, 0.35);
}

.blog-list__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 227px;
  height: 2px;
  background-color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__inner::before {
  background-color: var(--adbaiz-base);
}

.blog-list__date-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__tag {
  position: relative;
  display: block;
  background-color: #0b2916;
  padding: 4px 16px 5px;
  border-radius: 2px;
}

.blog-list__tag p {
  font-size: 14px;
  color: var(--adbaiz-white);
  line-height: 14px;
}

.blog-list__date {
  position: relative;
  display: block;
  margin-left: 18px;
}

.blog-list__date a {
  font-size: 14px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__date a:hover {
  color: var(--adbaiz-base);
}

.blog-list__date a+a {
  margin-left: 10px;
}

.blog-list__date a i {
  font-size: 25px;
  position: relative;
  top: 7px;
  margin-right: 2px;
}

.blog-list__date .icon-two {
  font-size: 14px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--adbaiz-font) !important;
}

.blog-list__date .icon-two i {
  font-size: 21px;
  top: 5px;
  margin-right: 6px;
}

.blog-list__title-2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 9px;
  margin-bottom: 13px;
}

.blog-list__title-2 a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__title-2 a:hover {
  color: var(--adbaiz-base);
}

.blog-list__btn-and-share-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-list__btn-and-date {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__btn-2 {
  position: relative;
  display: block;
}

.blog-list__btn-2 a {
  font-size: 16px;
  font-weight: 600;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__btn-2 a:hover {
  color: var(--adbaiz-base);
}

.blog-list__btn-2 a i {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #271c21;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--adbaiz-white);
  margin-right: 12px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__btn-2 a:hover i {
  background-color: var(--adbaiz-base);
}

.blog-list__date-two {
  position: relative;
  display: inline-block;
  top: 5px;
  margin-left: 28px;
}

.blog-list__date-two a {
  font-size: 14px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__date-two a:hover {
  color: var(--adbaiz-base);
}

.blog-list__date-two a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.blog-list__share-btn {
  position: relative;
  display: block;
  top: 10px;
}

.blog-list__share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: var(--adbaiz-black);
  background-color: var(--adbaiz-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__share-btn a:hover {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.blog-page__pagination {
  position: relative;
  display: block;
  float: right;
  margin-top: 63px;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.blog-page__pagination .pg-pagination li:first-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li.prev {
  margin-right: 39px;
  position: relative;
  top: -3px;
}

.blog-page__pagination .pg-pagination li.prev a {
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.blog-page__pagination .pg-pagination li.prev a:hover {
  color: var(--adbaiz-base);
  background-color: transparent;
}

.blog-page__pagination .pg-pagination li.prev a i {
  position: relative;
  font-size: 15px;
  margin-right: 4px;
  top: 3px;
}

.blog-page__pagination .pg-pagination li a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: var(--adbaiz-black);
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li.next {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.blog-page__pagination .pg-pagination li.next a {
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.blog-page__pagination .pg-pagination li.next a:hover {
  color: var(--adbaiz-base);
  background-color: transparent;
}

.blog-page__pagination .pg-pagination li.next a i {
  position: relative;
  font-size: 15px;
  margin-left: 4px;
  top: 1px;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sideber {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 35px 30px 35px;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -2px;
  bottom: -2px;
  width: 1px;
  background-color: #e7e7e7;
}

.sidebar__search-form::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  height: 1px;
  right: 2px;
  background-color: #e7e7e7;
}

.sidebar__search-form-inner {
  position: relative;
  display: block;
}

.sidebar__search-form-inner::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -2px;
  height: 1px;
  width: 2px;
  background-color: #e7e7e7;
}

.sidebar__search-form-inner::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 2px;
  height: 2px;
  width: 1px;
  background-color: #e7e7e7;
}

.sidebar__search-form input[type="search"] {
  position: relative;
  display: block;
  outline: none;
  background-color: var(--adbaiz-white);
  color: #25242e;
  opacity: .60;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  height: 70px;
  width: 100%;
  padding-right: 70px;
  border: 1px solid #e7e7e7;
}

.sidebar__search-form button[type="submit"] {
  color: var(--adbaiz-white);
  font-size: 19px;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 45px;
  height: 45px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: var(--adbaiz-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--adbaiz-base);
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 32px 30px 36px;
}

.sidebar__title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
  margin-left: 29px;
}

.sidebar__title-shape-1 {
  position: absolute;
  top: -3px;
  left: -30px;
}

.sidebar__title-shape-1 img {
  width: auto;
}

.sidebar__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.sidebar__category-list {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
}

.sidebar__category-list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}

.sidebar__category-list li:last-child {
  border-bottom: none;
}

.sidebar__category-list li::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 12px;
  width: 14px;
  height: 15px;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
}

.Sidebar__category-list-left {
  position: relative;
  display: block;
}

.Sidebar__category-list-left a {
  font-size: 16px;
  font-weight: 500;
  color: var(--adbaiz-black);
  padding: 4px 42px 5px;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Sidebar__category-list-left a:hover {
  color: var(--adbaiz-base);
}

.sidebar__post {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 36px 30px 40px;
}

.sidebar__post-list li {
  position: relative;
  display: block;
  background-color: #f9f9f9;
  padding: 20px 20px 25px;
  border-radius: 4px;
  border: 1px solid var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-list li+li {
  margin-top: 20px;
}

.sidebar__post-image {
  position: relative;
  display: block;
}

.sidebar__post-image>img {
  width: 100%;
}

.sidebar__post-content {
  position: relative;
  display: block;
  margin-top: 6px;
}

.sidebar__post-content-meta {
  font-size: 13px;
  font-weight: 700;
  color: var(--adbaiz-black);
  opacity: .80;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  font-size: 15px;
  font-weight: 700;
  color: var(--adbaiz-black);
  padding-right: 3px;
  position: relative;
  top: 1px;
}

.sidebar__post-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--adbaiz-font);
}

.sidebar__post-content h3 a {
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 4px;
}

.sidebar__post-list li .sidebar__post-content h3 a:hover {
  color: var(--adbaiz-base);
}

.sidebar__tag {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 32px 30px 48px;
}

.sidebar__tag .sidebar__title-box {
  margin-bottom: 2px;
}

.sidebar__tag .sidebar__title {
  margin-bottom: 20px;
  margin-left: 7px;
}

.sidebar__tag-list a {
  font-size: 15px;
  color: var(--adbaiz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e7e7e7;
  display: inline-block;
  padding: 0 22px 0 16px;
  margin-left: 7px;
  font-weight: 600;
  line-height: 30px;
}

.sidebar__tag-list a+a {
  margin-left: 6px;
  margin-top: 10px;
}

.sidebar__tag-list a:hover {
  background-color: var(--adbaiz-base);
  border: 1px solid var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.sidebar__get-in-touch {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 34px 38px 82px;
}

.sidebar__get-in-touch-img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar__get-in-touch-img {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__get-in-touch-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 330px;
  background: rgb(251, 50, 145);
  background: linear-gradient(0deg, rgba(251, 50, 145, 1) 10%, rgba(251, 50, 145, 0) 94%);
}

.sidebar__get-in-touch-shape-1 {
  position: absolute;
  top: 40px;
  right: 20px;
}

.sidebar__get-in-touch-shape-1 img {
  width: auto;
}

.sidebar__get-in-touch-shape-2 {
  position: absolute;
  left: -30px;
  bottom: 85px;
}

.sidebar__get-in-touch-shape-2 img {
  width: auto;
}

.sidebar__get-in-touch-shape-3 {
  position: absolute;
  left: 105px;
  bottom: -66px;
}

.sidebar__get-in-touch-shape-3 img {
  width: auto;
}

.sidebar__get-in-touch-shape-4 {
  position: absolute;
  right: 12px;
  bottom: 154px;
}

.sidebar__get-in-touch-shape-4 img {
  width: auto;
}

.sidebar__get-in-touch-shape-5 {
  position: absolute;
  right: -20px;
  bottom: 200px;
}

.sidebar__get-in-touch-shape-5 img {
  width: auto;
}

.sidebar__get-in-touch-img img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.sidebar__get-in-touch-title-box {
  position: absolute;
  bottom: 40px;
  left: 25px;
  right: 25px;
  text-align: center;
  z-index: 2;
}

.sidebar__get-in-touch-title {
  font-size: 28px;
  line-height: 36px;
  color: var(--adbaiz-white);
  font-weight: 500;
  font-family: var(--adbaiz-font);
}

.sidebar__get-in-touch-btn-box {
  position: relative;
  display: block;
  margin-top: 44px;
}

.sidebar__get-in-touch-btn {
  background-color: var(--adbaiz-white);
  padding: 6px 49px 5px;
  color: var(--adbaiz-black);
}

.sidebar__get-in-touch-btn:hover {
  color: var(--adbaiz-white);
}

.sidebar__get-in-touch-btn::after {
  background-color: var(--adbaiz-black);
}

/*--------------------------------------------------------------
# Subscribe Two
--------------------------------------------------------------*/
.subscribe-two .subscribe-one__btn {
  background-color: var(--adbaiz-base);
}

.subscribe-two .subscribe-one__btn:hover {
  background-color: var(--adbaiz-black);
}

/*--------------------------------------------------------------
# Site Footer Four
--------------------------------------------------------------*/
.site-footer-four {
  padding-top: 332px;
  margin-top: -220px;
  overflow: visible;
}

.site-footer-four .site-footer-three__shape-1 {
  top: -4px;
}

/*--------------------------------------------------------------
# Site Footer Five
--------------------------------------------------------------*/
.site-footer-five {
  overflow: visible;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__inner {
  position: relative;
  display: block;
}

.blog-details__content-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 25px 30px 40px;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
  border-radius: 3px;
}

.blog-details__meta-box-and-share-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details__meta-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__tag {
  position: relative;
  display: inline-block;
  background-color: #0b2916;
  padding: 4px 16px 5px;
  border-radius: 2px;
}

.blog-details__tag p {
  font-size: 14px;
  color: var(--adbaiz-white);
  line-height: 14px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 17px;
}

.blog-details__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__meta li a {
  font-size: 14px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--adbaiz-base);
}

.blog-details__meta li+li {
  margin-left: 14px;
}

.blog-details__meta li:first-child span {
  font-size: 26px;
  top: 5px;
  position: relative;
}

.blog-details__meta li a span {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}

.blog-details__share-btn {
  position: relative;
  display: block;
}

.blog-details__share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: var(--adbaiz-black);
  background-color: #ececec;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__share-btn a:hover {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.blog-details__title-1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 52px;
  margin-top: 15px;
  margin-bottom: 19px;
}

.blog-details__text {
  font-size: 16px;
  line-height: 32px;
}

.blog-details__quote-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -18px;
  margin-top: 40px;
  margin-bottom: 42px;
  padding-bottom: 16px;
}

.blog-details__quote-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33px;
  right: 20px;
  height: 1px;
  background-color: var(--adbaiz-black);
}

.blog-details__quote-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33px;
  width: 1px;
  height: 59px;
  background-color: var(--adbaiz-black);
}

.blog-details__quote-icon {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.blog-details__quote-icon span {
  position: relative;
  display: inline-block;
  font-size: 76px;
  color: var(--adbaiz-black);
}

.blog-details__quote-text {
  position: relative;
  display: block;
}

.blog-details__quote-text p {
  font-size: 26px;
  line-height: 42px;
  color: var(--adbaiz-black);
}

.blog-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 27px;
  margin-bottom: 12px;
}

.blog-details__img-2 {
  position: relative;
  display: block;
  margin-top: 47px;
  margin-bottom: 53px;
}

.blog-details__img-2 img {
  width: 100%;
  border-radius: 3px;
}

.blog-details__points {
  position: relative;
  display: block;
}

.blog-details__points li {
  position: relative;
  display: flex;
}

.blog-details__points li+li {
  margin-top: 12px;
}

.blog-details__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  top: 3px;
}

.blog-details__points li .icon img {
  width: auto;
}

.blog-details__points li .text {
  position: relative;
  display: block;
}

.blog-details__points li .text p {
  font-size: 16px;
  line-height: 32px;
}

.blog-details__text-4 {
  margin-top: 48px;
  margin-bottom: 15px;
}

.blog-details__tags {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 45px;
  padding-bottom: 65px;
}

.blog-details__tags p {
  font-size: 20px;
  font-weight: 700;
  color: var(--adbaiz-black);
  margin-right: 10px;
}

.blog-details__tags-list {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__tags-list a {
  font-size: 15px;
  font-weight: 500;
  color: var(--adbaiz-black);
  padding: 0 13px 0;
  line-height: 30px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags-list a+a {
  margin-left: 10px;
}

.blog-details__tags-list a:hover {
  background-color: var(--adbaiz-base);
  border: 1px solid var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.author {
  position: relative;
  display: block;
  padding-top: 47px;
  padding-bottom: 38px;
  padding-left: 173px;
  padding-right: 54px;
  background-color: #ededed;
  border-radius: 3px;
  margin-left: -30px;
  margin-right: -30px;
}

.author__img {
  position: absolute;
  width: 121px;
  top: 48px;
  left: 25px;
}

.author__img img {
  width: 100%;
  border-radius: 3px;
}

.author__content {
  position: relative;
  display: block;
}

.author__content h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.author__content p {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  line-height: 32px;
  padding: 8px 0 27px;
}

.author__social {
  position: relative;
  display: flex;
  align-items: center;
}

.author__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--adbaiz-black);
  background-color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.author__social a:hover {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.author__social a+a {
  margin-left: 10px;
}

.back-news {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 45px;
  margin-top: 32px;
  margin-bottom: 53px;
  border-bottom: 1px solid #e6e6e6;
}

.back-news__left {
  position: relative;
  display: flex;
  align-items: center;
}

.back-news__arrow {
  position: relative;
  display: block;
}

.back-news__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--adbaiz-black);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e9f1f2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__left:hover .back-news__arrow a {
  color: var(--adbaiz-white);
  background-color: var(--adbaiz-base);
}

.back-news__content {
  margin-left: 20px;
}

.back-news__content p {
  position: relative;
  font-size: 20px;
  color: #090808;
  font-weight: 600;
  line-height: 32px;
}

.back-news__content p::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--adbaiz-black);
}

.back-news__content-2nd-p::before {
  right: 6px !important;
}

.back-news__content-3rd-p::before {
  right: 37px !important;
}

.back-news__right {
  position: relative;
  display: flex;
  align-items: center;
}

.back-news__right:hover .back-news__arrow a {
  color: var(--adbaiz-white);
  background-color: var(--adbaiz-base);
}

.back-news__right .back-news__content {
  margin-left: 0;
  margin-right: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details__comment-and-form {
  position: relative;
  display: block;
  margin-top: 89px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--adbaiz-black);
  font-size: 26px;
  margin-bottom: 47px;
  font-weight: 500;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-one__single--two {
  margin-left: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 20px;
}

.comment-one__content h3 {
  font-size: 20px;
  color: var(--adbaiz-black);
  margin-bottom: 16px;
  font-weight: 700;
  font-family: var(--adbaiz-font);
}

.comment-one__content span {
  display: block;
  font-size: 14px;
  color: rgba(var(--adbaiz-black-rgb), .70);
  line-height: 24px;
}

.comment-one__content p {
  font-size: 16px;
  color: rgba(22, 22, 22, .80);
  line-height: 32px;
}

.comment-one__btn {
  padding: 0px 12px;
  position: absolute;
  top: 40px;
  left: 97px;
  background-color: #efeeee;
  font-size: 13px;
  line-height: 23px;
  color: var(--adbaiz-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn:hover {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form {
  position: relative;
  display: block;
}

.comment-form .comment-form__title {
  margin-top: -8px;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(67, 56, 56, .60);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 16px;
  color: rgba(67, 56, 56, .60);
  height: 218px;
  width: 100%;
  background-color: #f6f6f6;
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: 3px;
}

.comment-form__btn {
  border: none;
  font-size: 16px;
  color: var(--adbaiz-white);
  background-color: var(--adbaiz-base);
  padding: 10px 39px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--adbaiz-black);
  color: var(--adbaiz-white);
}

.comment-form__input-box.text-message-box {
  height: 218px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.project-details__inner {
  position: relative;
  display: block;
}

.project-details__banner {
  position: relative;
  display: block;
}

.project-details__img {
  position: relative;
  display: block;
}

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

.project-details__points-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  border-radius: 3px;
  padding: 46px 95px 33px;
  margin-top: -66px;
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
  z-index: 1;
}

.project-details__points-shape-1 {
  position: absolute;
  left: 42px;
  top: -65px;
  z-index: -1;
}

.project-details__points-shape-1 img {
  width: auto;
}

.project-details__points-shape-2 {
  position: absolute;
  left: -33px;
  top: 56px;
  z-index: -1;
}

.project-details__points-shape-2 img {
  width: auto;
}

.project-details__points-shape-3 {
  position: absolute;
  left: 416px;
  top: -65px;
  z-index: -1;
}

.project-details__points-shape-3 img {
  width: auto;
}

.project-details__points-shape-4 {
  position: absolute;
  left: 339px;
  top: 55px;
  z-index: -1;
}

.project-details__points-shape-4 img {
  width: auto;
}

.project-details__points-shape-5 {
  position: absolute;
  right: -33px;
  top: -64px;
  z-index: -1;
}

.project-details__points-shape-5 img {
  width: auto;
}

.project-details__points-shape-6 {
  position: absolute;
  right: 42px;
  top: 56px;
  z-index: -1;
}

.project-details__points-shape-6 img {
  width: auto;
}

.project-details__points {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.project-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 43px;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.project-details__points li .icon-two {
  top: -5px;
}

.project-details__points li .icon-two span {
  transform: rotate(90deg);
}

.project-details__points li:hover .icon-two span {
  transform: scale(.9) rotate(90deg);
}

.project-details__points li:hover span {
  transform: scale(.9);
}

.project-details__points li .text {
  position: relative;
  display: block;
}

.project-details__points li .text h3 {
  font-size: 18px;
  font-family: var(--adbaiz-font);
  line-height: 18px;
  color: #1f1f1f;
  opacity: .70;
}

.project-details__points li .text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
  color: var(--adbaiz-black);
}

.project-details__content-box {
  position: relative;
  display: block;
  margin-top: 65px;
  margin-right: 0px;
}

.project-details__title-1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 24px;
}

.project-details__text-2 {
  margin-top: 22px;
  margin-bottom: 47px;
}

.project-details__digital-solution-content {
  position: relative;
  display: block;
}

.project-details__digital-solution-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.project-details__digital-solution-text {
  margin-top: 28px;
  margin-bottom: 27px;
}

.project-details__digital-solution-points {
  position: relative;
  display: block;
}

.project-details__digital-solution-points li {
  position: relative;
  display: flex;
  /* align-items: center; */
}

.project-details__digital-solution-points li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 10px;
}

.project-details__digital-solution-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #595552;
}

.project-details__digital-solution-points li .text {
  position: relative;
  display: block;
}

.project-details__digital-solution-points li .text p {
  font-size: 16px;
  line-height: 32px;
}

.project-details__digital-solution-text-2 {
  font-size: 16px;
  line-height: 32px;
  color: #6b6b6b;
  margin-top: 29px;
  margin-bottom: 47px;
}

.project-details__digital-solution-text-2 a {
  font-size: 18px;
  color: var(--adbaiz-base);
  text-decoration: underline;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__digital-solution-text-2 a:hover {
  color: var(--adbaiz-black);
}

.project-details__digital-solution-img-box {
  position: relative;
  display: block;
  margin-left: 50px;
  overflow: hidden;
}

.project-details__digital-solution-img {
  position: relative;
  display: block;
}

.project-details__digital-solution-img img {
  width: 100%;
  border-radius: 3px;
}

.project-details__digital-solution-img-shape-1 {
  position: absolute;
  top: -77px;
  left: 36px;
}

.project-details__digital-solution-img-shape-1 img {
  width: auto;
}

.project-details__digital-solution-img-shape-2 {
  position: absolute;
  bottom: -80px;
  left: 193px;
}

.project-details__digital-solution-img-shape-2 img {
  width: auto;
}

.project-details__digital-solution-img-shape-3 {
  position: absolute;
  top: 37px;
  right: -50px;
}

.project-details__digital-solution-img-shape-3 img {
  width: auto;
}

.project-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.project-details__text-3 {
  color: var(--adbaiz-black);
  margin-top: 29px;
  margin-bottom: 55px;
}

.project-details__faq-box {
  position: relative;
  display: block;
  /* background-color: #f6f6f6; */
  padding: 10px 0px 40px;
  /* border: 1px solid var(--adbaiz-black); */
  border-radius: 2px;
}

.Protfolio-details__faq {
  position: relative;
  display: block;
  margin-right: 10px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 0;
  background-color: transparent;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 13px 20px 12px;
  background-color: var(--adbaiz-white);
  border: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-left: 65px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--adbaiz-black);
  font-family: var(--adbaiz-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 12px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--adbaiz-white);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--adbaiz-black);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title h4::before {
  content: "\e92b";
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 12px;
  color: var(--adbaiz-black);
  position: absolute;
  top: 50%;
  left: -45px;
  right: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 28px;
  width: 28px;
  background-color: #e3dfe0;
  border-radius: 50%;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e92a";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--adbaiz-black);
  color: var(--adbaiz-white);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 19px 20px 14px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: var(--adbaiz-black);
  opacity: .80;
  font-size: 16px;
  line-height: 32px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title::before {
  display: none;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title::before {
  display: none;
}

.project-details__faq-right {
  position: relative;
  display: block;
}

.project-details__faq-points {
  position: relative;
  display: block;
}

.project-details__faq-points li {
  position: relative;
  display: flex;
}

.project-details__faq-points li+li {
  margin-top: 13px;
}

.project-details__faq-points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 19px;
  top: 3px;
}

.project-details__faq-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 29px;
  color: #ff3495;
}

.project-details__faq-points li .text {
  position: relative;
  display: block;
}

.project-details__faq-points li .text p {
  font-size: 16px;
  line-height: 32px;
}

.project-details__faq-call-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--adbaiz-base);
  padding: 31px 35px 33px;
  margin-top: 37px;
  border-radius: 2px;
  z-index: 1;
  overflow: hidden;
}

.project-details__faq-call-box-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 134px solid #fb238b;
  border-left: 143px solid transparent;
  z-index: -1;
}

.project-details__faq-call-box-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 134px solid #fd50a3;
  border-right: 143px solid transparent;
  z-index: -1;
}

.project-details__faq-call-box .icon {
  position: relative;
  display: inline-block;
}

.project-details__faq-call-box .icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.project-details__faq-call-box:hover .icon img {
  transform: scale(.9);
}

.Protfolio-details__call {
  position: relative;
  display: block;
  margin-left: 20px;
}

.Protfolio-details__call-box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--adbaiz-white);
}

.Protfolio-details__call-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 2px;
}

.Protfolio-details__call-number a {
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__call-number a:hover {
  color: var(--adbaiz-black);
}


/*--------------------------------------------------------------
# Project Page V 2
--------------------------------------------------------------*/
.project-page-v-2 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: #f1f6f6;
  overflow: hidden;
  z-index: 1;
}

.project-page-v-2__shape-1 {
  position: absolute;
  top: -443px;
  left: 0;
  z-index: -1;
}

.project-page-v-2__shape-1 img {
  width: auto;
}

.project-page-v-2__shape-2 {
  position: absolute;
  bottom: -180px;
  left: 0;
  z-index: -1;
}

.project-page-v-2__shape-2 img {
  width: auto;
}

.project-page-v-2__shape-3 {
  position: absolute;
  top: -456px;
  right: 0;
  z-index: -1;
}

.project-page-v-2__shape-3 img {
  width: auto;
}

.project-page-v-2__shape-4 {
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -1;
}

.project-page-v-2__shape-4 img {
  width: auto;
}

.project-page-v-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 115px;
  background-color: var(--adbaiz-white);
}

.project-page-v-2 .container {
  max-width: 1800px;
}

.project-page-v-2 .project-two__single {
  margin-bottom: 30px;
}

.project-page-v-2 .project-two__content-box {
  left: 80px;
}

.project-page-v-2 .project-two__single:hover .project-two__arrow-box a {
  background-color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Project Page V 1
--------------------------------------------------------------*/
.project-page-v-1 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.project-page-v-1 .project-one__single {
  margin-bottom: 30px;
}

.project-page-v-1 .project-one__content-box {
  padding: 28px 25px 26px;
  padding-right: 14px;
  margin-right: 30px;
}

.project-page-v-1 .project-one__title {
  font-size: 24px;
}

.project-page-v-1 .project-one__title a:hover {
  color: var(--adbaiz-base);
}

.project-page-v-1 .project-one__arrow-box a {
  background-color: #c2b7bc;
}

.project-page-v-1 .project-one__single:hover .project-one__arrow-box a {
  background-color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-details__left {
  position: relative;
  display: block;
}

.services-details__category {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 37px 25px 60px;
  margin-bottom: 50px;
}

.services-details__category .sidebar__title-box {
  margin-bottom: 27px;
}

.services-details__category-list {
  position: relative;
  display: block;
}

.services-details__category-list li {
  position: relative;
  display: block;
}

.services-details__category-list li+li {
  margin-top: 20px;
}

.services-details__category-list-left {
  position: relative;
  display: block;
}

.services-details__category-list-left a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--adbaiz-black);
  border: 1px solid #f0e8e8;
  padding: 11px 40px 14px;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__category-list-left a:hover {
  border: 1px solid var(--adbaiz-base);
  color: var(--adbaiz-base);
}

.services-details__category-list li.active .services-details__category-list-left a {
  border: 1px solid var(--adbaiz-base);
  color: var(--adbaiz-base);
}

.services-details__category-list-left a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 10px;
  height: 11px;
  background-color: var(--adbaiz-base);
  border-radius: 3px;
}
.traingnService a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 44px;
  width: 10px;
  height: 11px;
  background-color: var(--adbaiz-base);
  border-radius: 3px;
}

.services-details__right {
  position: relative;
  display: block;
}

.services-details__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin-top: -12px;
}

.services-details__text-1 {
  margin:10px 0px;
}

.services-details__img {
  position: relative;
  display: block;
}

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

.services-details__title-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 45px;
  margin-bottom: 19px;
}

.services-details__feature-box {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 43px;
}

.services-details__feature-1 {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__feature-1+.services-details__feature-1 {
  margin-top: 53px;
}

.services-details__feature-1-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 131px;
  width: 100%;
  height: 134px;
  background-color: #f8f2f5;
  border-radius: 3px;
  overflow: hidden;
}

.services-details__feature-1-icon-shape-1 {
  position: absolute;
  top: -35px;
  right: 0;
  width: 15px;
  height: 102px;
  background-color: var(--adbaiz-base);
  transform: rotate(-40deg);
}

.services-details__feature-1-icon-shape-2 {
  position: absolute;
  top: -22px;
  right: 12px;
  width: 15px;
  height: 102px;
  background-color: var(--adbaiz-white);
  transform: rotate(-40deg);
}

.services-details__feature-1-icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  background-color: var(--adbaiz-white);
  border-radius: 50%;
  font-size: 56px;
  color: var(--adbaiz-black);
}

.services-details__feature-1-content {
  position: relative;
  display: block;
  margin-left: 25px;
}

.services-details__feature-1-content-text {
  font-size: 16px;
  line-height: 32px;
}

.services-details__feature-1-points {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.services-details__feature-1-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__feature-1-points li+li {
  margin-left: 22px;
}

.services-details__feature-1-points li .icon {
  position: relative;
  display: inline-block;
}

.services-details__feature-1-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--adbaiz-black);
}

.services-details__feature-1-points li .text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.services-details__feature-1-points li .text p {
  color: #1c2035;
  opacity: .80;
}

.services-details__title-3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.services-details__text-3 {
  margin-top: 12px;
  margin-bottom: 42px;
}

.services-details__feature-box-two {
  position: relative;
  display: block;
}

.services-details__feature-two-single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #faf7f6;
  padding: 34px 40px 40px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

.services-details__feature-two-single+.services-details__feature-two-single {
  margin-top: 30px;
}

.services-details__feature-two-shape-1 {
  position: absolute;
  bottom: -87px;
  left: -353px;
  z-index: -1;
}

.services-details__feature-two-shape-1 img {
  width: auto;
}

.services-details__feature-two-shape-2 {
  position: absolute;
  top: -7px;
  right: 30px;
  z-index: -1;
}

.services-details__feature-two-shape-2 img {
  width: auto;
}

.services-details__feature-two-shape-3 {
  position: absolute;
  bottom: 10px;
  right: -290px;
  z-index: -1;
}

.services-details__feature-two-shape-3 img {
  width: auto;
}

.services-details__feature-two-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 84px;
  width: 100%;
  height: 84px;
  background-color: var(--adbaiz-white);
}

.services-details__feature-two-icon span {
  position: relative;
  display: inline-block;
  font-size: 57px;
  color: var(--adbaiz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-details__feature-two-single:hover .services-details__feature-two-icon span {
  transform: scale(.9);
}

.services-details__feature-two-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.services-details__feature-two-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.services-details__feature-two-text {
  font-size: 16px;
  line-height: 32px;
  margin-top: 3px;
}

.services-details__text-4 {
  margin-top: 32px;
  margin-bottom: 44px;
}

.services-details__faq {
  margin-right: 0;
  background-color: #f2f7f7;
  padding: 34px 25px 40px;
  border: 1px solid var(--adbaiz-black);
  border-radius: 2px;
}

/*--------------------------------------------------------------
# Services page V 2
--------------------------------------------------------------*/
.services-page-v-2 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-page-v-2 .services-one__btn::after {
  background-color: var(--adbaiz-base);
}

.services-page-v-2 .services-one__icon-5 {
  background-color: #ebeef7;
}

.services-page-v-2 .services-one__icon-6 {
  background-color: #eaeaea;
}

.services-page-v-2 .services-one__icon-7 {
  background-color: #f5e5ec;
}

.services-page-v-2 .services-one__icon-8 {
  background-color: #fdf0ed;
}

.services-page-v-2 .services-one__title a:hover {
  color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Services page V 1
--------------------------------------------------------------*/
.services-page-v-1 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Testimonial page
--------------------------------------------------------------*/
.testimonial-page {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 120px 0 80px;
}

.testimonial-page .testimonial-one__single {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  padding-bottom: 0;
}

.team-page .team-one__single:hover .team-one__social-box {
  background-color: var(--adbaiz-base);
}

.team-page .team-one__name a:hover {
  color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# How It Work Four
--------------------------------------------------------------*/
.how-it-work-four {
  padding-top: 90px;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  position: relative;
  display: block;
  padding: 109px 0 120px;
  z-index: 1;
}

.about-four .about-three__shape-1 {
  position: absolute;
  right: 24px;
  top: 53px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.progress-four {
  position: relative;
  display: block;
  margin-top: -12px;
  padding: 120px 0 0px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
.testimonial-four .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  border: 2px solid var(--adbaiz-base);
}

/*--------------------------------------------------------------
# FAQ page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-page__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 68px;
}

.faq-page__title {
  font-weight: 500;
  color: var(--adbaiz-black);
}

.faq-page__text {
  font-size: 43px;
  font-weight: 700;
  line-height: 53px;
  margin-top: 8px;
}

.faq-page__left {
  position: relative;
  display: block;
}

.faq-page__faq-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 17px;
}

.faq-page__faq-text {
  font-weight: 500;
}

.faq-page__faq-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.faq-page__faq-box .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.faq-page__faq-box .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 14px 20px 14px;
  padding-left: 65px;
  border: 1px solid #f7f7f7;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__faq-box .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--adbaiz-black);
  font-family: var(--adbaiz-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__faq-box .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-page__faq-box .faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: #f2efee;
  border: 1px solid #f2efee;
}

.faq-page__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--adbaiz-black);
}

.faq-page__faq-box .faq-one-accrodion .accrodion-title h4::before {
  content: "\e91c";
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 13px;
  color: var(--adbaiz-white);
  position: absolute;
  top: 50%;
  left: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #e3dfe0;
  border-radius: 50%;
}

.faq-page__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e917";
  color: var(--adbaiz-white);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--adbaiz-base);
}

.faq-page__faq-box .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 24px 20px 24px;
}

.faq-page__faq-box .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: var(--adbaiz-black);
  opacity: .80;
  font-size: 16px;
  font-weight: 500;
}

.faq-page__right {
  position: relative;
  display: block;
  margin-left: 14px;
}

.faq-page__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.faq-page__img img {
  width: 100%;
  border-radius: 2px;
}

.faq-page__img-shape-1 {
  position: absolute;
  bottom: 120px;
  left: 0;
  height: 140px;
  width: 90px;
  background-color: var(--adbaiz-white);
  clip-path: polygon(0 0, 100% 100%, 0 83%, 0% 50%);
}

.faq-page__img-shape-2 {
  position: absolute;
  bottom: 0px;
  left: 25px;
  height: 85px;
  width: 130px;
  background-color: var(--adbaiz-white);
  clip-path: polygon(100% 0, 74% 100%, 0 100%, 0 100%);
}

.faq-page__img-shape-3 {
  position: absolute;
  bottom: 210px;
  right: -1px;
  height: 105px;
  width: 90px;
  background-color: var(--adbaiz-white);
  clip-path: polygon(100% 6%, 100% 99%, 100% 100%, 28% 0);
}

/*--------------------------------------------------------------
# Address
--------------------------------------------------------------*/
.address {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

.address__single {
  position: relative;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(235, 235, 235);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}

.address__single-inner {
  position: relative;
  display: block;
  padding: 60px 0 76px;
  overflow: hidden;
  z-index: 1;
}

.address__shape-1 {
  position: absolute;
  top: 0;
  left: 51px;
  right: 51px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.address__shape-2 {
  position: absolute;
  bottom: 0;
  left: 51px;
  right: 51px;
  border-bottom: 102px solid #f7f7f7;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.address__shape-3 {
  position: absolute;
  bottom: 55px;
  left: -41px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.address__shape-4 {
  position: absolute;
  bottom: -55px;
  right: -37px;
  height: 165px;
  width: 205px;
  background-color: #fcfafa;
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0 0);
  z-index: -1;
}

.address__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--adbaiz-black);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.address__icon:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 7px;
  height: 100px;
  width: 15px;
  background-color: var(--adbaiz-base);
  transform: rotate(42deg);
  z-index: -1;
}

.address__icon:after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 0;
  height: 100px;
  width: 15px;
  background-color: #1a2d4f;
  transform: rotate(42deg);
  z-index: -1;
}

.address__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--adbaiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.address__single:hover .address__icon span {
  color: var(--adbaiz-base);
}

.address__content {
  position: relative;
  display: block;
  margin-top: 28px;
}

.address__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 9px;
}

.address__phone-email {
  position: relative;
  display: block;
}

.address__phone-email p {
  font-size: 18px;
  color: #504f56;
  line-height: 30px;
  opacity: .80;
  font-weight: 500;
}

.address__phone-email p a {
  color: #504f56;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.address__phone-email p a:hover {
  color: var(--adbaiz-base);
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
.contact-form-box {
  position: relative;
  display: block;
  padding: 0px 0 120px;
}

.contact-form-box__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 68px;
}

.contact-form-box__title-box span {
  font-size: 18px;
  font-weight: 500;
  color: var(--adbaiz-black);
}

.contact-form-box__title-box h3 {
  font-size: 43px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 10px;
}

.contact-form-box__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.contact-form-box__input-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.contact-form-box__input-box p {
  font-size: 15px;
  color: #433838;
  opacity: .70;
  line-height: 20px;
  margin-bottom: 5px;
}

.contact-form-box__input-box input[type="text"],
.contact-form-box__input-box input[type="email"] {
  height: 55px;
  border: 0;
  width: 100%;
  font-size: 16px;
  color: var(--adbaiz-black);
  font-weight: 500;
  background-color: #f5f5f5;
  padding: 0 20px;
  border-radius: 2px;
  outline: none;
}

.contact-form-box__input-box textarea {
  height: 150px;
  width: 100%;
  border: none;
  color: rgba(67, 56, 56, .70);
  background-color: #f5f5f5;
  padding: 20px 20px 20px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
}

.contact-form-box__input-box.text-message-box {
  height: 150px;
  margin-bottom: 45px;
}

.contact-form-box__btn-box {
  position: relative;
  display: block;
}

.contact-form-box__btn {
  border: none;
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.contact-form-box__btn:hover {
  color: var(--adbaiz-white);
}

.contact-form-box__btn:after {
  background-color: var(--adbaiz-base);
}


.contact-form-box__right {
  position: relative;
  display: block;
  margin-left: 28px;
  margin-top: 4px;
}

.contact-form-box__img {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

.contact-form-box__img img {
  width: 100%;
  border-radius: 3px;
}

.contact-form-box__img-shape-1 {
  position: absolute;
  bottom: 120px;
  left: 0;
  height: 140px;
  width: 90px;
  background-color: var(--adbaiz-white);
  clip-path: polygon(0 0, 100% 100%, 0 83%, 0% 50%);
}

.contact-form-box__img-shape-2 {
  position: absolute;
  bottom: 0px;
  left: 25px;
  height: 85px;
  width: 130px;
  background-color: var(--adbaiz-white);
  clip-path: polygon(100% 0, 74% 100%, 0 100%, 0 100%);
}

.contact-form-box__img-shape-3 {
  position: absolute;
  bottom: 210px;
  right: -1px;
  height: 105px;
  width: 90px;
  background-color: var(--adbaiz-white);
  clip-path: polygon(100% 6%, 100% 99%, 100% 100%, 28% 0);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 145px 0 120px;
  background-color: var(--adbaiz-white);
  z-index: 1;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.error-page__shape-1 {
  position: absolute;
  top: -12px;
  left: -40px;
  z-index: -1;
}

.error-page__shape-1 img {
  width: auto;
}

.error-page__shape-2 {
  position: absolute;
  top: 83px;
  left: 10px;
  z-index: 2;
}

.error-page__shape-2 img {
  width: auto;
}

.error-page__title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 225px;
  line-height: 225px;
  font-weight: 900;
  color: var(--adbaiz-black);
  z-index: 2;
}

.error-page__tagline {
  font-size: 46px;
  line-height: 46px;
  font-weight: 400;
  color: var(--adbaiz-black);
  margin-top: 61px;
  margin-bottom: 5px;
  font-family: var(--adbaiz-font);
}

.error-page__text {
  font-size: 20px;
  color: #13121d;
  opacity: .80;
  font-weight: 500;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 60px auto 30px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 70px;
  width: 100%;
  border: 1px solid #03060d;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  color: rgba(69, 68, 74, .70);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 75px;
}

.error-page__form button[type="submit"] {
  background-color: var(--adbaiz-black);
  color: var(--adbaiz-white);
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.error-page__form button[type="submit"]:hover {
  background-color: var(--adbaiz-base);
}

.error-page__btn {
  background-color: var(--adbaiz-base);
  color: var(--adbaiz-white);
}

.error-page__btn:hover {
  color: var(--adbaiz-white);
}

.error-page__btn:after {
  background-color: var(--adbaiz-base);
}


/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/

body.boxed-wrapper {
  background-color: #f2f7f7;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .main-header__top-text-box {
  display: none;
}

.boxed-wrapper .main-header__top-social {
  margin-left: 40px;
}

.text>ul li {
  font-size: 16px;
}


/* Our team */
.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}

/* 
.our-team::before, .our-team::after {
  content: "";
  background-color: black;
  width: 15px;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
  border-radius: 20px 0 0 20px;
  z-index: 2;
}
.our-team::before {
  left: 0px;
  border-radius: 0 20px 20px 0;
}

.our-team::after {
  right: 0px;
  border-radius: 20px 0 0 20px;
} */

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: var(--adbaiz-base);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--adbaiz-base);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
  margin-top: 7px;
  margin-bottom: 30px;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--adbaiz-base);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}

figure img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.text-line {
  position: relative;
  vertical-align: top;
  padding-left: 1.4rem;
}

.text-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-60%);
  left: 0;
  width: 0.75rem;
  height: 0.05rem;
  background: #3f78e0;
}

.text-line.text-aqua:before {
  background-color: #54a8c7;
}

.post-category {
  margin-bottom: 0.4rem;
}

.text-line:not(.text-gradient) {
  display: inline-flex;
}

.card-img-top {
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

.text-left {
  text-align: left;
}

.font-weight-500 {
  font-weight: 700;
}