@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
/*===========================
  COMMON css 
===========================*/
:root {
  --font-family: "Poppins", sans-serif;
  --primary: #0a7bc1;
  --primary-dark: #1c3ab6;
  --primary-light: #e2f1ff;
  --accent: #00d4d7;
  --accent-dark: #00bac1;
  --accent-light: #dff9f8;
  --success: #13d527;
  --success-dark: #00ae11;
  --success-light: #eafbe7;
  --secondary: #8f15d5;
  --secondary-dark: #6013c7;
  --secondary-light: #f4e5fa;
  --info: #15b2d5;
  --info-dark: #0f8ca8;
  --info-light: #e0f5fa;
  --caution: #dbbb25;
  --caution-dark: #d58f15;
  --caution-light: #fbf9e4;
  --error: #e6185e;
  --error-dark: #bf1257;
  --error-light: #fce4eb;
  --black: #000;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --gradient-1: linear-gradient(180deg, #0a7bc1 0%, #1c3ab6 100%);
  --gradient-2: linear-gradient(180deg, #0a7bc1 13.02%, #00d4d7 85.42%);
  --gradient-3: linear-gradient(180deg, #0a7bc1 0%, #8f15d5 100%);
  --gradient-4: linear-gradient(180deg, #0a7bc1 0%, #13d527 100%);
  --gradient-5: linear-gradient(180deg, #0a7bc1 0%, #15bbd5 100%);
  --gradient-6: linear-gradient(180deg, #0a7bc1 0%, #dbbb25 100%);
  --gradient-7: linear-gradient(180deg, #0a7bc1 0%, #e6185e 100%);
  --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
  --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #0a7bc1 85.42%);
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
  --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04),
    0px 16px 24px rgba(96, 97, 112, 0.16);
  --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08),
    0px 20px 32px rgba(96, 97, 112, 0.24);
    --f10:0.71428571rem;--f11:0.7857142857rem;--f12:0.85714285rem;--f13:0.92857142rem;--f14:1rem;--f15:1.071428571rem;--f16:1.1428571rem;--f17:1.21428571rem;--f18:1.28571428rem;--f19:1.35714285rem;--f20:1.42857142rem;--f21:1.5rem;--f22:1.57142857rem;--f23:1.64285714rem;--f24:1.71428571rem;--f25:1.78571428rem;--f26:1.85714285rem;--f27:1.92857142rem;--f28:2rem;--f29:2.071428571rem;--f30:2.1428571rem;--f31:2.21428571rem;--f32:2.28571428rem;--f33:2.35714285rem;--f34:2.42857142rem;--f35:2.5rem;--f36:2.57142857rem;--f37:2.64285714rem;--f38:2.71428571rem;--f39:2.78571428rem;--f40:2.85714285rem;--f41:2.92857142rem;--f42:3rem;--f43:3.071428571rem;--f44:3.1428571rem;--f45:3.21428571rem;--f46:3.28571428rem;--f47:3.35714285rem;--f48:3.42857142rem;--f49:3.5rem;--f50:3.571428571rem;--f51:3.6428571rem;--f52:3.71428571rem;--f53:3.785714285rem;--f54:3.85714285rem;--f55:3.92857142rem;--f56:4rem;--f57:4.071428571rem;--f58:4.142857142rem;--f59:4.2142857142rem;--f60:4.285714285rem;
}

body,html {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 14px;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body,html {
    font-size: 14px;
  }
}
.f10{font-size:var(--f10) !important;}.f11{font-size:var(--f11) !important;}.f12{font-size:var(--f12) !important;}.f13{font-size:var(--f13) !important;}.f14{font-size:var(--f14) !important;}.f15{font-size:var(--f15) !important;}.f16{font-size:var(--f16) !important;}.f17{font-size:var(--f17) !important;}.f18{font-size:var(--f18) !important;}.f19{font-size:var(--f19) !important;}.f20{font-size:var(--f20) !important;}.f21{font-size:var(--f21) !important;}.f22{font-size:var(--f22) !important;}.f23{font-size:var(--f23) !important;}.f24{font-size:var(--f24) !important;}.f25{font-size:var(--f25) !important;}.f26{font-size:var(--f26) !important;}.f27{font-size:var(--f27) !important;}.f28{font-size:var(--f28) !important;}.f29{font-size:var(--f29) !important;}.f30{font-size:var(--f30) !important;}.f31{font-size:var(--f31) !important;}.f32{font-size:var(--f32) !important;}.f33{font-size:var(--f33) !important;}.f34{font-size:var(--f34) !important;}.f35{font-size:var(--f35) !important;}.f36{font-size:var(--f36) !important;}.f37{font-size:var(--f37) !important;}.f38{font-size:var(--f38) !important;}.f39{font-size:var(--f39) !important;}.f40{font-size:var(--f40) !important;}.f41{font-size:var(--f41) !important;}.f42{font-size:var(--f42) !important;}.f43{font-size:var(--f43) !important;}.f44{font-size:var(--f44) !important;}.f45{font-size:var(--f45) !important;}.f46{font-size:var(--f46) !important;}.f47{font-size:var(--f47) !important;}.f48{font-size:var(--f48) !important;}.f49{font-size:var(--f49) !important;}.f50{font-size:var(--f50) !important;}.f51{font-size:var(--f51) !important;}.f52{font-size:var(--f52) !important;}.f53{font-size:var(--f53) !important;}.f54{font-size:var(--f54) !important;}.f55{font-size:var(--f55) !important;}.f56{font-size:var(--f56) !important;}.f57{font-size:var(--f57) !important;}.f58{font-size:var(--f58) !important;}.f59{font-size:var(--f59) !important;}.f60{font-size:var(--f60) !important;}
img {
  max-width: 100%;
}

a {
  display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--black);
  margin: 0px;
}

h1,
.h1 {
  font-size: 2.75em;
  line-height: 1.25;
}

h2,
.h2 {
  font-size: 2.25em;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 1.75em;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1.5em;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 1.25em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: 0.875em;
  line-height: 1.25;
}

.display-1 {
  font-size: 5.5em;
  line-height: 1.25;
}

.display-2 {
  font-size: 4.75em;
  line-height: 1.25;
}

.display-3 {
  font-size: 4em;
  line-height: 1.25;
}

.display-4 {
  font-size: 3.25em;
  line-height: 1.25;
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-3);
  margin: 0px;
}

.text-small {
  font-size: 0.875em;
  line-height: 1.5;
}

.text-lg {
  font-size: 1.15em;
  line-height: 1.5;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container {width: 100%;max-width: 1290px;padding-left: 20px;padding-right: 20px;}

@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn:hover {
  color: inherit;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-lg {
  font-size: 1.15em;
  padding: 16px 24px;
}
.btn.btn-sm {
  padding: 8px 16px;
}
.btn.square {
  border-radius: 0px;
}
.btn.semi-rounded {
  border-radius: 12px;
}
.btn.rounded-full {
  border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
  margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
  margin-left: 8px;
}
.btn.icon-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
}
.btn.icon-btn.btn-lg {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.btn.icon-btn.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}


/* ===== Buttons Css ===== */
.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.active.primary-btn, .primary-btn:hover, .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.active.primary-btn-outline, .primary-btn-outline:hover, .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}


/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--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;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--dark-1);
}

/*===========================
  Section Title Five CSS
===========================*/
.section-title-five {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-five {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-five {
    margin-bottom: 35px;
  }
}
.section-title-five h6 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 30px;
  padding: 8px 30px;
}
.section-title-five h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-five h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-five h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-five p {
  color: var(--dark-3);
}

.made-in-ayroui{
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.made-in-ayroui:hover{
  transform: translateY(-5px);
}


/*===========================
  NAVBAR css 
===========================*/
.navbar-toggler{background: var(--primary);border-radius: 6px;height: auto;align-self: center;}
.navbar-toggler:focus {
  box-shadow: none;
}

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

/*===== NAVBAR NINE =====*/
.navbar-area.navbar-nine {
  background: #fff;
  padding: 0px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;box-shadow: 6px 6px 16px rgb(0 0 0 / 20%);
}
.sticky {
  position: fixed !important;
  z-index:99 !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  width: 100%;
}
.navbar-area .container-fluid{padding: 0 50px;}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine {
    padding: 0px 0;
  }
}
.navbar-area.navbar-nine .navbar-brand {
  margin: 0 0 -34px;padding: 16px 7px 0px;max-width: 145px;
}
.navbar-area.navbar-nine .navbar {
  position: relative;
  padding: 0;
  justify-content: space-between;align-items: stretch;
}
.navbar-area.navbar-nine .navbar .navbar-toggler .toggler-icon {
  width: 20px;
  height: 2px;
  background-color: var(--white);
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-collapse {
    position: fixed;
    top: 110px;
    right: 0;
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;box-shadow: -6px 10px 16px rgb(0 0 0 / 20%);
    z-index: 8;
    padding: 10px 16px;
    text-align: left;
    height: 100% !important;
    max-height: calc(100% - 110px);
    overflow-y: auto;
    display: block !important;
    transform: translateX(120%);
    -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  }
  .navbar-area.navbar-nine .navbar .navbar-collapse.show {transform: translateX(0%);}
}
.navbar-area.navbar-nine .navbar .navbar-nav {padding: 0 0px 0 20px;height: 100%;align-items: center;}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .navbar-area.navbar-nine .navbar .navbar-nav {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav {
    margin-right: 0;margin-left: auto;padding: 0 20px;align-items: flex-start;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item {
  position: relative;height: 100%;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
  display: flex;height: 100%;
  align-items: center;
  padding: 18px 30px;
  color: #000;
  position: relative;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0px 0;
  opacity: 1;
  text-transform: uppercase;
  font-size: 16px;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a:hover {
  opacity: 1;color: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a.active {
  opacity: 1;color: #0a7bc1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
  font-size: 12px;
  font-weight: 700;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
    position: relative;
    top: -5px;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 230px;
  background-color: var(--white);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    height: 0;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    height: 0;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.show {
    height: auto;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li {
  position: relative;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  position: relative;
  color: var(--dark-2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  z-index: 5;
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a i {
  font-weight: 700;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}

.navbar-expand-lg .navbar-collapse.sub-menu-bar{margin-left: auto;}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
  display: inline-block;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu.show {
    visibility: visible;
    height: auto;
    position: relative;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
  color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: var(--primary);
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
  color: var(--primary);
  padding-left: 22px;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a i {
  color: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
    color: var(--primary);
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: var(--white);
  }
}
.navbar-area.navbar-nine .navbar .navbar-btn {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-nine .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}
.navbar-area.navbar-nine .navbar .navbar-btn .menu-bar {
  font-size: 22px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(238, 238, 238, 0.425);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-nine .navbar .navbar-btn .menu-bar:hover {
  border-color: transparent;
  color: var(--primary);
  background-color: var(--white);
}

/*===== SIDEBAR ONE =====*/
.sidebar-left {
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--white);
  height: 100%;
  width: 350px;
  padding-top: 80px;
  z-index: 999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  text-align: left;
}
.sidebar-left.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) {
  .sidebar-left {
    width: 250px;
  }
}
.sidebar-left .sidebar-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.sidebar-left .sidebar-close .close {
  font-size: 18px;
  color: var(--black);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sidebar-left .sidebar-close .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-left .sidebar-content {
  padding: 0px 30px;
}
.sidebar-left .sidebar-content .sidebar-menu {
  margin-top: 30px;
}
.sidebar-left .sidebar-content .sidebar-menu .menu-title {
  font-size: 18px;
  font-weight: 600;
}
.sidebar-left .sidebar-content .sidebar-menu ul {
  margin-top: 15px;
}
.sidebar-left .sidebar-content .sidebar-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 0;
  color: var(--dark-3);
  text-transform: capitalize;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}
.sidebar-left .sidebar-content .sidebar-menu ul li a:hover {
  color: var(--primary);
  padding-left: 5px;
}
.sidebar-left .sidebar-content .text {
  margin-top: 20px;
}
.sidebar-left .sidebar-content .sidebar-social {
  margin-top: 30px;
}
.sidebar-left .sidebar-content .sidebar-social .social-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.sidebar-left .sidebar-content .sidebar-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-left .sidebar-content .sidebar-social ul li:last-child {
  margin: 0;
}
.sidebar-left .sidebar-content .sidebar-social ul li a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 18px;
  color: #666;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar-left .sidebar-content .sidebar-social ul li a:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: transparent;
}

.overlay-left {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
.overlay-left.open {
  display: block;
}


/* ===== Buttons Css ===== */
.header-eight .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-eight .active.primary-btn, .header-eight .primary-btn:hover, .header-eight .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-eight .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*======================================
    .header-area Area CSS
========================================*/
.header-eight {
  position: relative;
  padding: 103px 0 0px 0;
  background: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-eight {
    padding: 80px 0 0px 0;
  }
}
@media (max-width: 767px) {
  .header-eight {
    padding: 67px 0 0px 0;
  }
}
.header-eight .header-image img {
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-eight .header-image {
    margin-top: 40px;
  }
}
.header-eight .header-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}
.header-eight .header-content h1 {
  font-weight: 700;
  color: var(--white);
  /* text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-eight .header-content h1  {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .header-eight .header-content h1  {
    font-size: 30px;
    line-height: 42px;
  }
}
.header-eight .header-content h1 span {
  display: block;
}
.header-eight .header-content p {
  margin-top: 30px;
  color: var(--white);
  opacity: 0.7;
}
.header-eight .button {
  margin-top: 40px;
}
.header-eight .primary-btn {
  margin-right: 12px;
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid transparent;
}
.header-eight .primary-btn:hover {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.header-eight .video-button {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-eight .video-button {
    margin-top: 20px;
  }
}
.header-eight .video-button .text {
  display: inline-block;
  margin-left: 15px;
  color: var(--white);
  font-weight: 600;
}
.header-eight .video-button .icon-btn {
  background: var(--white);
  color: var(--primary);
}

/*===========================
  about-05 css
===========================*/
.about-five {
  /* background: url(../img/services-bg.png) left bottom no-repeat;background-size: 100% auto; */
  padding: 0px 30px;
  padding-bottom: 70px;position: relative;
}
.about-five .right-bg,.services-eight .right-bg{position: absolute;right: 0;bottom: 7%;height: 100%;min-height: 1400px;width: 100%;background: url(../img/madari-space-page-right-bg.png) right bottom no-repeat;z-index: -1;}
.section-header{display: block;text-align: right;position: relative;padding: 4.175rem 0;}
.section-header h1{font-size:4.64285714rem;font-weight: 800;color: #000;padding: 0;margin: 0;}.section-header h1.pt-5{padding-top: 1.8rem !important;}
.section-header h1 span,.section-header h2 span{color: var(--primary);margin: 0 8px;}
.section-header::before{display: block;position: absolute;right: 0;content: "";background: var(--primary);height: 34px;width: 400px;top: 0;}
.section-header.right::before{right: 0;left: auto;}
.section-header.left::before{left: 0;right: auto;}
.section-header h2{font-size:3.125rem;font-weight: 700;color: #000;padding: 0;margin: 0;max-width: 1050px;}
.section-header p{font-weight: 400;color: #000;padding: var(--f30) 35px;margin: 0;line-height: 1.1;}
.page-wrap{font-weight: 400;color: #000;padding: var(--f30) 35px;margin: 0;line-height: 1.1;}
.section-header h2 span{margin: 0;}
.about-section{padding: 80px 35px;}
.about-area .row:nth-child(2n+1),.services-area .row:nth-child(2n+1){flex-direction: row-reverse;}
.spacing{display: block;padding: 5rem 0;}
.section-title{line-height: 1.3;padding-bottom: 20px;}
.cross-section{padding: 55px 0;}
.cross-sections .row.cross-section {flex-direction: row;}
.about-area  .cross-sections .row.cross-section img{margin-left: 0;margin-right: auto;}
.cross-sections .row.cross-section:nth-child(2n) {flex-direction: row-reverse;}
.about-area  .cross-sections .row.cross-section:nth-child(2n) img{margin-left: auto;margin-right: 0;}
.cross-sections .row.cross-section{margin-right: -30px;margin-left: -30px;}
.cross-sections .row.cross-section .col-12{padding-right: 30px;padding-left: 30px;}
.cross-sections .about-five-content {
  padding: 0px 0px 30px;
  max-width: 578px;
}
.map-container object{max-height: 458px;height: 75vh;border-radius: 20px;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-five {
    padding-top: 0px;
    padding-bottom:50px;
  }
  .about-section{padding: 40px 0;}
}
@media (max-width: 767px) {
  .about-five {
    padding-top: 0px;
    padding-bottom:20px;
  }
  .about-section{padding: 20px 0;--bs-gutter-x: 20px;--bs-gutter-y: 20px;}
  .section-header p {padding: var(--f20) 15px;}
}
.about-five-content{
  padding: 0px 20px 30px;max-width: 578px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-five-content {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .about-five-content {
    padding: 0 0 15px 0;
  }
}
.about-five-content .small-title {
  position: relative;
  padding-left: 30px;
}
.about-five-content .small-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background-color: var(--primary);
  height: 2px;
  width: 20px;
  margin-top: -1px;
}
.about-five-content .main-title {
  margin: 0 0 25px 0;font-size: var(--f26);line-height: 1.2;
}
.about-five-content h1 {
 padding-bottom: 1.875rem;line-height: 1.3;
}
.fw-semibold{font-weight: 600 !important;}
.fw-extrabold{font-weight: 800 !important;}
.text-primary {
  color: var(--primary) !important;
}
.about-five-content p{font-size: var(--f22);font-weight: 400;color: black;line-height: 1.3;margin-bottom: 20px;}
.about-five-content p:last-child{margin-bottom: 0px;}
.about-five-content .about-five-tab {
  margin-top: 40px;
}
.about-five-content .about-five-tab nav {
  border: none;
  background-color: var(--light-1);
  padding: 15px;
  border-radius: 5px;
}
.about-five-content .about-five-tab nav .nav-tabs {
  border: none;
}
.about-five-content .about-five-tab nav button {
  border: none;
  color: var(--dark-1);
  font-weight: 600;
  padding: 0;
  margin-right: 20px;
  position: relative;
  background-color: var(--white);
  padding: 10px 18px;
  border-radius: 4px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .about-five-content .about-five-tab nav button {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .about-five-content .about-five-tab nav button:last-child {
    margin: 0;
  }
}
.about-five-content .about-five-tab nav button:hover {
  color: var(--primary);
}
.about-five-content .about-five-tab nav button.active {
  background-color: var(--primary);
  color: var(--white);
}
.about-five-content .about-five-tab nav button:last-child {
  margin-right: 0;
}
.about-five-content .about-five-tab .tab-content {
  border: none;
  padding-top: 30px;
}
.about-five-content .about-five-tab .tab-content p {
  margin-bottom: 20px;
}
.about-five-content .about-five-tab .tab-content p:last-child {
  margin: 0;
}

.about-image-five {
  margin-left: auto;display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five {
    padding-left: 0px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about-image-five {
    margin-bottom: 24px;
    padding-left: 0;
  }
}
.about-image-five .shape {
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five .shape {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five::before {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .about-image-five::before {
    display: none;
  }
}
.about-section .about-image-five img {
  border-radius: 20px;
}
.about-section:not(.flex-row-reverse) .about-image-five img {
  max-width: 100%;margin-right: auto;
  z-index: 2;
}
.about-area .row:nth-child(2n+1) img,.services-area .row:nth-child(2n+1) img{margin-right: 0;margin-left: auto;}
.flex-row-reverse .about-image-five img {
  margin-left: auto;
}


/*===========================
  About us css 
===========================*/

.grayBg{background-color: var(--light-2) !important;}
.services-eight {
  padding: 0px 0 80px;position: relative;
}
.services-eight .section-header{padding-bottom: 2rem;}
.left-img-bg{position: absolute;right: 0;bottom: 0%;height: 100%;min-height: 1000px;width: 100%;z-index: 0;}
.services-eight .right-bg{z-index: 0;}
.services-eight .container{position: relative;z-index: 1;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-eight {
    padding: 0px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .services-eight {
    padding: 0px 0 30px 0;
  }
}
.services-eight .single-services {
  padding: 40px 30px;
  border: 1px solid var(--light-1);
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-eight .single-services:hover {
  box-shadow: var(--shadow-4);
}
.services-eight .single-services:hover .service-icon {
  color: var(--white);
  border-color: transparent;
  background: var(--primary);
}
.services-eight .single-services:hover .service-icon::after {
  opacity: 1;
  visibility: visible;
}
.services-eight .single-services .service-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 25px;
  background: var(--white);
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.services-eight .single-services .service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: var(--primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid transparent;
}
.services-eight .single-services .service-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.services-eight .single-services .service-content p {
  color: var(--dark-3);
}

/* ===== Buttons Css ===== */
.call-action .inner-content .light-rounded-buttons .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.call-action .inner-content .light-rounded-buttons .active.primary-btn-outline, .call-action .inner-content .light-rounded-buttons .primary-btn-outline:hover, .call-action .inner-content .light-rounded-buttons .primary-btn-outline:focus {
  background: var(--white);
  color: var(--primary);
  border-color: transparent;
}
.call-action .inner-content .light-rounded-buttons .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===== call action four =====*/
.call-action {
  z-index: 2;
  padding: 100px 0;
  background: linear-gradient(45deg, var(--primary), var(--primary-dark));
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .call-action {
    padding: 60px 0;
  }
}
.call-action:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/call-action/overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}
.call-action .inner-content {
  text-align: center;
}
.call-action .inner-content h2 {
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--white);
}
.call-action .inner-content p {
  color: var(--white);
}
.call-action .inner-content .light-rounded-buttons {
  margin-top: 45px;
  display: block;
}
.call-action .inner-content .light-rounded-buttons .primary-btn-outline {
  border-color: var(--white);
  color: var(--white);
}


/* ===== Buttons Css ===== */
.contact-form-wrapper .contact-form .primary-btn {
  background: #fff;
  color: #000;
  box-shadow: var(--shadow-2);
  font-size: 1.125rem;font-weight: 400;border: 1px solid #8dcbf1;border-radius: 6px;
}
.contact-form-wrapper .contact-form .active.primary-btn, .contact-form-wrapper .contact-form .primary-btn:hover, .contact-form-wrapper .contact-form .primary-btn:focus {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.contact-form-wrapper .contact-form .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*======================================
	Contact CSS
========================================*/
.contact-section {
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 60px;
  }
}
.contact-section .contact-item-wrapper .contact-item {
  display: flex;
  border: 1px solid var(--gray-4);
  border-radius: 10px;
  background: var(--white);
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item:hover {
  box-shadow: var(--shadow-4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}
.contact-section .contact-item-wrapper .contact-item .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 10px;
}

.contact-form-wrapper {
  padding: 0px;
  margin-left: 0px;
  max-width: 656px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* .contact-form-wrapper:hover {
  box-shadow: var(--shadow-4);
} */

.contact-form-wrapper .section-title {
  margin-bottom: 30px;
}
.contact-form-wrapper .section-title span {
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
}
.contact-form-wrapper .section-title h2 {
  margin-bottom: 10px;
}
.contact-form-wrapper .section-title p {
  color: var(--dark-3);
}
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #8dcbf1;
  margin-bottom: 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-form-wrapper .contact-form .form-group{position: relative;margin: 0;padding: 0;}
.contact-form-wrapper .contact-form label.error{position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 12px;
  padding: 1px 8px;
  background: #ffe4e4;
  width: 100%;
  color: #e00;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
    padding: 12px 25px;
  }
}
.contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form textarea:focus {
  border-color: var(--primary);
}
.contact-form-wrapper .contact-form textarea {
  border-radius: 6px;
  height: 140px;resize: none;
}
.map-style-9 {
  margin-top: -130px;
}
.form-spinner {
  position: absolute;
  background: rgba(0,0,0,0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 300ms;z-index: 1;color: #fff;
}
.form-spinner.active {
  opacity: 1;
  visibility: visible;
}
.form-spinner .fa-spinner {
  font-size: 2rem;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


/* Footer eleven css */
.footer-eleven {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: var(--primary);
  position: relative;text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-eleven {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-eleven .copyright {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
}
.footer-eleven .f-link ul{display: flex;align-items: center; justify-content: center;}
.footer-eleven .f-link li {
  padding: 0 6px;border-left: 1px solid #fff;font-weight: 500;margin: 5px 0;
}
.footer-eleven .f-link li:first-child {
  margin: 0;border-left: 0px solid #fff;
}
.footer-eleven .f-link li a {
  color: #fff;line-height: 1;display: block;font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.footer-eleven .f-link li a:hover {
  color: #000;
}

.text-black{color: #000 !important;}
/*Slider*/
.owl-carousel .owl-item{display: flex;}
.header-area .item {
  height: calc(100vh - 103px);
  position: relative;min-height: 500px;width: 100%;
}
@media all and (min-height:750px){
  .header-area .item {max-height: 100vh;height: calc(100vh - 103px);}
}
.header-area .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;object-position: bottom;
}
.header-area .item .cover {
  padding: 190px 0 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  max-width: 900px;
}
.header-area .item .cover .container-fluid{margin: 0 0 0 180px;}
.header-area .item .cover .container-fluid{margin: 0 0 0 9.35vw;}
.header-area .item .cover .header-content {
  position: relative;
  padding: 0px;
  overflow: hidden;
}
.header-area .item .cover .header-content h1 {
  font-size: var(--f50);
  font-weight: 800;
  margin: 5px 0 5px;
  word-spacing: 0px;
  color: #000000;text-shadow: 0 0 16px rgba(0, 0, 0, 0.51);
}
.header-area .item .cover .header-content h4 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: auto;
  color: #000000;
}
.header-area .item .cover .header-content h4 a:hover{color: var(--primary) !important;}
.header-area .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header-area .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header-area .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
@media all and (max-width:1700px){
  .header-area .item .cover .container-fluid{margin: 0 6vw;}
}
@media all and (max-width:1580px){
  .header-area .item .cover .container-fluid{margin: 0 4vw;}
  .header-area .item .cover .header-content h1 {font-size: 3.125rem;}
  .header-area .item .cover .header-content h4 {font-size: 1.55rem;}
  .header-area .item .cover{max-width: 830px;}
}
@media all and (max-width:1400px){
  html,body{font-size: 14px;}
  .header-area .item .cover .container-fluid{margin: 0 2vw;}
  .header-area .item .cover .header-content h1 {font-size: 2.825rem;}
  .header-area .item .cover .header-content h4 {font-size: 1.55rem;}
  .header-area .item .cover{max-width: 750px;}
}
.header-area .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../img/prev-img.png) center center no-repeat !important;
  width: 35px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.header-area .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;text-indent: 100px;margin-left: 100px;
}
.header-area .owl-nav .owl-prev:focus {
  outline: 0;
}
/* .header-area .owl-nav .owl-prev:hover {
  background: #000 !important;
} */
.header-area .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../img/next-img.png) center center no-repeat !important;
  width: 35px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.header-area .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
  text-indent: 100px;margin-left: 100px;
}
.header-area .owl-nav .owl-next:focus {
  outline: 0;
}
/* .header-area .owl-nav .owl-next:hover {
  background: #000 !important;
} */
.header-area:hover .owl-prev {
  left: 25px;
  opacity: 1;
}
.header-area:hover .owl-next {
  right: 25px;
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{overflow: hidden;margin: 0;}
.header-area .owl-theme .owl-nav{margin: 0px 0 0;height: 0px;line-height: 0px;}
.address{color: #000;line-height: 1.3;}
.address a{color: #000;text-decoration: none;}
.address a:hover{color: var(--primary);}
/*Aboutus*/
/* .about-bg{
  background: url(../img/fly-about-bg.png) left top no-repeat;background-size: 100% auto;
} */
@media all and (max-width:1580px) {
  .header-area .item .cover .container-fluid {margin: 0 0vw 0 6vw;}
}

@media all and (max-width:1550px) {
  .fact-area {padding: 11rem 3.72rem;}
  .fact-area .round-bg {max-width: 305px;padding: var(--f35) var(--f30);}
  .fact-area .round-bg img {max-width: 144px;}
  .fact-area .round-bg h2 {font-size: var(--f32);padding: var(--f25) 0;}
}
@media all and (max-width:1500px) {
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{width: 24px;height: 24px;background-size: 100% 100% !important;}
  .header-area:hover .owl-prev {
    left: 10px;
    opacity: 1;
  }
  .header-area:hover .owl-next {
    right: 10px;
    opacity: 1;
  }
}
@media all and (max-width:1150px) {
  html,body{font-size: 13px;}
  .navbar-area.navbar-nine .navbar-brand {margin: 0 0 -30px;padding: 16px 7px 0px;max-width: 130px;}
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {display: flex;height: auto;padding: 18px 26px;font-size: 16px;}
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item {height: auto;}
  .header-area .item {height: auto;}
  .header-area .item .cover .header-content h1 {font-size: 2.525rem;}
  .header-area .item .cover {max-width: 660px;}
  .cross-sections .row.cross-section, .row.about-section {margin-right: -20px;margin-left: -20px;}
  .cross-sections .row.cross-section .col-12, .row.about-section .col-12 {padding-right: 20px;padding-left: 20px;margin: 0;}
  .about-section {padding: 30px 15px;}
  .section-header h1 {font-size: var(--f60);}.section-header {padding-top: 3.2rem;}
  .section-header h1.pt-5 {padding-top: 1.5rem !important;}
  .cross-section {padding: 32px 0;}
}
@media all and (min-width:768px) and (max-width:992px){
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width:992px){
  html,body{font-size: 11px;}
  .navbar-area .container-fluid {padding: 0 20px;}
  .navbar-area.navbar-nine .navbar-brand{max-width: 90px;padding: 10px 0 10px;margin: 0;transition: all ease-in-out 300ms;}
  .sticky.navbar-area.navbar-nine .navbar-brand{max-width: 60px;}
  .sticky.navbar-area.navbar-nine .navbar .navbar-collapse {top: 80px;max-height: calc(100% - 80px);}
  .about-image-five img,.about-section:not(.flex-row-reverse) .about-image-five img {max-width: 400px;width: 100%;}
  .about-five{padding-left: 0;padding-right: 0;}
  .about-five {background: url(../img/madari-space-page-left-b.png) left top no-repeat;background-size: 30% auto;min-height: 600px;}
  .about-five .right-bg, .services-eight .right-bg{background: url(../img/madari-space-page-right-bg.png) right bottom no-repeat;background-size: 30% auto;min-height: 600px;}
  .left-img-bg {background: url(../img/madari-space-page-left-b.png) left top no-repeat;background-size: 30% auto;min-height: 600px;}
  .header-area .item .cover {max-width: 570px;}
  .section-header::before{width: 272px;height: 28px;}
  .section-header{padding: 2.35rem 0;}
  .services-eight .section-header {
    padding-bottom: 2rem;
  }
  .section-header h1 {font-size: 5.15rem;}
  .services-eight .row{--bs-gutter-x: 20px;--bs-gutter-y: 20px;}
  .f55 {font-size: var(--f45) !important;}
  .about-five-content .main-title {font-size: var(--f22);margin: 0px 0 20px;}
  .about-five-content p {font-size: 1.3rem;}
  .about-five-content h1 {padding-bottom: 1.6rem;}
  .f26 {font-size: var(--f20) !important;}
  .fact-area .col-12 {flex: 33.33%;}
}
@media all and (max-width:900px){
  .fact-area {padding: 11rem 20px;}
  .fact-area .round-bg {max-width: 200px;padding: var(--f35) var(--f30);}
  .fact-area .round-bg img {max-width: 90px;}
  .fact-area .round-bg h2 {font-size: var(--f22);padding: var(--f15) 0;}
}
@media all and (max-width:768px){
  html,body{font-size: 11px;}
  .navbar-area .container-fluid {padding: 0 20px;}
  .navbar-area.navbar-nine .navbar-brand{max-width: 70px;padding: 8px 0 8px;}
  .navbar-area.navbar-nine .navbar .navbar-collapse {top: 87px;max-height: calc(100% - 87px);}
  .sticky.navbar-area.navbar-nine .navbar .navbar-collapse {top: 77px;max-height: calc(100% - 77px);}
  .about-image-five img,.about-section:not(.flex-row-reverse) .about-image-five img,.flex-row-reverse .about-image-five img {margin-left: 0;max-width: 100%;}
  .section-header h1 {font-size: 4.125rem;padding-top: 1rem !important;}
  .section-header::before{height: 18px;width: 220px;}
  .section-header{padding: 18px 0 3.125rem 0;}
  .section-header h2 {font-size: 2.125rem;}
  .services-area .about-five-content{padding-top: 30px;}
  .about-five-content p {font-size: 1.325rem;}
  .about-five-content .main-title {font-size: 1.725rem;}
  .contact-form-wrapper{width: 100%;max-width: 100%;}
  .header-area .item .cover {padding: 90px 0 30px;width: 100%;text-align: center;max-width: none;}
  .header-eight,.header-area .item,.header-area .item img{height: auto;min-height: 220px;max-height: none;}
  .header-area .item .cover .header-content{text-align: center;}
  .header-area .item .cover .header-content h1 {font-size: 2.125rem;font-weight: 700;line-height: 1.23;max-width: 410px;margin: 0 auto;}
  .header-area .item .cover .header-content h4 {font-size: 1.25rem;}
  .about-five-content {max-width: 100%;}
  .services-area .about-five-content {padding-top: 0px;}
  .header-area .item .cover .container-fluid {margin: 0 0vw 0 0vw;}
  .cross-sections .about-five-content{padding-bottom:0;max-width: 100% !important;}
  .address{padding-bottom: 30px;}
  .page-wrap {padding: var(--f30) 15px;}
  .f24 {font-size: var(--f22) !important;}
}
@media all and (max-width:720px){
  .fact-area {padding: 11rem 20px;}
  .fact-area .round-bg {max-width: 172px;padding: var(--f35) var(--f30);}
  .fact-area .round-bg img {max-width: 70px;}
  .fact-area .round-bg h2 {font-size: var(--f20);padding: var(--f12) 0;}
}

@media all and (max-width:600px){
  .fact-area .col-12 {flex: 100%;}
  .fact-area {padding: 30px 20px;}
  .fact-area .round-bg {max-width: 207px;padding: var(--f35) var(--f30);margin: 15px auto;}
  .fact-area .round-bg img {max-width: 100px;}
  .fact-area .round-bg h2 {font-size: var(--f24);padding: var(--f12) 0;}
  .section-header h1 {font-size: 3.125rem;}
  .section-header::before {width: 170px;}
  .address.f24 {font-size: var(--f18) !important;}
  .map-container object {max-height: 320px;}
}

@media all and (max-width:500px){
  html,body{font-size: 11px;}
  .container{text-align: center;}
  .section-header{text-align: center !important;}
  .section-header.left::before,.section-header.right::before {left: 50%;right: auto;transform: translateX(-50%);}
  .header-area .item .cover .header-content{text-align: center;}
  .about-image-five img, .about-section:not(.flex-row-reverse) .about-image-five img, .flex-row-reverse .about-image-five img{margin: 0 auto;}
  .header-area .item .cover .header-content h1 {font-size: 1.825rem;line-height: 1.1;max-width: 323px;margin: 0 auto;}
  .header-area .item .cover .header-content h4 {font-size: 1.125rem;}
  .section-header h1 {font-size: 2.725rem;word-wrap: break-word;}
  .section-header::before{height: 9px;width: 160px;}
  .section-header{padding: 15px 0 2.125rem 0;}
  .section-header h2 {font-size: 2.125rem;}
  .services-area .about-five-content{padding-top: 0px;}
  .about-five-content p, .section-header p {font-size: 1.325rem !important;}
  .about-five-content .main-title {font-size: 1.571rem;}
  .contact-form-wrapper{width: 100%;max-width: 100%;}
  .f55 {font-size: var(--f30) !important;}
  .fact-area .round-bg {max-width: 198px;padding: var(--f35) var(--f30);margin: 15px auto;}
  .about-section {padding: 20px 0px;}
  .page-wrap {padding: var(--f30) 0px;}.section-header p{padding: var(--f20) 0px;}
  .container {padding-left:25px;padding-right: 25px;}
  .contact-section {padding-bottom: 30px;}
}
@media all and (max-width:360px){
  .header-area .item .cover .header-content h1 {font-size: 1.525rem;line-height: 1.1;max-width: 272px;margin: 0 auto;}
}