/*********************************  Global *********************************
***********************************************************************************
***********************************************************************************/
:root {
  --main-color: #F2994A;
  --background-one: #FFF4CB;
  --background-two: #F0A041;
  --background-three: #4173BA;
  --background-seven: #001F63;
  --background-four: #DF2F46;
  --background-five: #FFCD14;
  --background-six: #2D2D2D;
  --background-black: #0000;
  --background-white: #fff;
  --background-nine: #8DC640;
  --background-ten: #FF6D05;
  --nav-text: rgba(1, 11, 56, 0.6);
  --heading-color: #003570;
  --title-color: #FF6E05;
  --font-size-big: 2.5rem;
  --font-size-heading: 1.875rem;
  --font-size-text-big: 1.375rem;
  --font-size-text: 1.125rem;
  --font-size-16: 1rem;
  --py: 40px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-30: 30px;
  --font-size-35: 35px;
  --font-size-40: 40px;
  --font-size-45: 45px;
  --family-regular: "Cairo-Regular",Rubik;
  --family-medium: "Cairo-Medium",Rubik;
  --family-bold: "Cairo-Bold",Rubik;
  --Tajawal-Bold: "Tajawal-Bold",Rubik;
}



.custom-title-big {
  font-family: var(--family-bold);
  color: var(--title-color);
  margin-bottom: 30px;
  font-size: var(--font-size-big);
}

.custom-title {
  font-family: var(--family-bold);
  color: var(--title-color);
  margin-bottom: 25px;
  font-size: var(--font-size-text-big);
}

.custom-heading {
  color: var(--heading-color);
  font-family: var(--family-bold);
  font-size: var(--title-1);
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: var(--py);
  padding:  0 .75rem;
}
.custom-heading::before {
  content: "";
  display: block;
  width: 60px;
  height: 50px;
  background-image: url("../images/text-heading/head-logo.png");
  background-repeat: no-repeat;
  position: relative;
  top: 10px;
  right: 0;
  display: inline-block;
  background-position: center;
 background-size: contain;
}
.custom-heading::after {
  content: "";
  display: block;
  background-image: url("../images/text-heading/head-line.svg");
  background-repeat: no-repeat;
  width: 250px;
  height: 15px;
  position: relative;
  margin: 15px auto;
}

.custom-desc {
  font-size: var(--font-size-text);
  font-family: var(--family-regular);
  line-height: 1.7;
  margin-bottom: 20px;
}

img.cricle {
  border-radius: 26px;
}

/********************************* Fonts *********************************
***********************************************************************************
***********************************************************************************/
@font-face {
  font-family: "BalooBhaijaan2-Regular";
  src: url("../webfonts/Baloo_Bhaijaan_2/static/BalooBhaijaan2-Regular.ttf");
}
@font-face {
  font-family: "BalooBhaijaan2-Bold";
  src: url("../webfonts/Baloo_Bhaijaan_2/static/BalooBhaijaan2-Bold.ttf");
}
@font-face {
  font-family: "Cairo-Medium";
  src: url("../webfonts/Cairo/static/Cairo-Medium.ttf");
}
@font-face {
  font-family: "Tajawal-Bold";
  src: url("../webfonts/Tajawal/Tajawal-Bold.ttf");
}
@font-face {
  font-family: "Cairo-Regular";
  src: url("../webfonts/Cairo/static/Cairo-Regular.ttf");
}
@font-face {
  font-family: "Cairo-Bold";
  src: url("../webfonts/Cairo/static/Cairo-Bold.ttf");
}
/********************************* Custom Element *********************************
***********************************************************************************
***********************************************************************************/
body {
  background: rgb(255, 244, 203);
  background: linear-gradient(90deg, rgb(255, 244, 203) 30%, rgb(255, 255, 255) 84%, rgb(255, 244, 203) 100%);
  background: linear-gradient(90deg, #FFE5E5, #FFEDED, #FCF3FF , #FFF4E5);
  font-family: var(--family-bold), "BalooBhaijaan2-Bold", "ElMessiri-Regular", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

a {
  text-decoration: none;
  font-family: var(--family-regular), "BalooBhaijaan2-Bold", "ElMessiri-Regular", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
a.active {
  font-family: var(--family-medium);
}

.more-btn {
  background-color: #DF2F46;
  color: white;
  font-size: var(font-size-16);
  min-width: 100px;
}
.more-btn:hover {
  color: white;
}

.btn-features {
  background-color: #ECBE13;
  color: white;
  font-size: var(font-size-16);
  min-width: 150px;
  padding: 10px 15px;
  margin: auto;
  display: block;
}
.btn-features:hover {
  color: white;
}

.submit-btn {
  background-color: #31312F;
  color: white;
  font-size: var(font-size-16);
  min-width: 150px;
  display: block;
  margin: auto;
  padding: 10px 20px;
}
.submit-btn:hover {
  color: white;
}

input:active, input:focus,
button:active,
button:focus {
  box-shadow: none !important;
}

.custom-btn {
  background-color: var(--main-color);
  color: black;
  font-size: var(font-size-20);
  padding: 10px 15px;
  width: 215px;
  border-radius: 8px;
  transition: all 0.2s ease;
  border: 2px solid var(--main-color);
  margin-left: 15px;
}
.custom-btn:hover, .custom-btn:active, .custom-btn:focus {
  background-color: transparent;
  color: var(--main-color);
}
.custom-btn.active {
  background-color: transparent;
  color: var(--main-color);
}
.custom-btn.active:hover, .custom-btn.active:active, .custom-btn.active:focus {
  background-color: var(--main-color);
  color: black;
}

.py {
  padding: var(--py) 0;
}

input:focus {
  box-shadow: none !important;
}

/********************************* Scroll Bar & Scroll Icon   *********************************
***********************************************************************************
***********************************************************************************/
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--background-one);
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--background-two);
  border-radius: 10px;
}

/* Scroll Icon */
.scroll-icon {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #DF2F46;
  padding: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.scroll-icon i,
.scroll-icon svg {
  color: #fff;
  font-size: var(font-size-20);
}

/********************************* End Global *********************************
***********************************************************************************
***********************************************************************************/
/*********************************  Navbar *********************************
***********************************************************************************
***********************************************************************************/
.custom-navbar {
  padding: 0;
  border-bottom: 1px solid var(--background-one);
  padding: 10px 0;
  background-color: var(--background-white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.custom-navbar .navbar-nav .nav-item:last-of-type .nav-link {
  border-left-color: transparent;
}
.custom-navbar .navbar-nav .nav-item .nav-link {
  color: rgba(1, 11, 56, 0.6);
  font-size: var(font-size-16);
  position: relative;
  padding: 0.5rem 0.9rem;
  transition: all 0.2s ease;
  border-right: 1px solid transparent;
  border-left: 1px solid #E1E2E5;
  font-weight: 500;
  font-family: var(--family-regular) !important;
}
.custom-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #010B38;
}
.custom-navbar .navbar-nav .nav-item .nav-link.active {
  color: #010B38;
  font-family: var(--family-medium);
  font-weight: bold;
}
.custom-navbar .navbar-nav .nav-item .nav-link.nav-link-icon svg,
.custom-navbar .navbar-nav .nav-item .nav-link.nav-link-icon i {
  margin-right: 3px;
  color: var(--main-color);
}
.custom-navbar .navbar-toggler svg,
.custom-navbar .navbar-toggler i {
  color: var(--background-two);
}
.custom-navbar .nav-buttons {
  display: flex;
  justify-content: center;
  align-items: space-between;
}
.custom-navbar .nav-buttons .btn {
  background-color: var(--background-seven);
  padding: 10px;
  border-radius: 10px;
  color: var(--background-white);
  font-size: var(font-size-16);
  margin-left: 10px;
}
.custom-navbar .nav-buttons .btn.dropdown-toggle {
  background-color: #2D2D2D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-navbar .nav-buttons .btn.dropdown-toggle::after {
  content: "";
  margin-right: 10px;
  border: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}
.custom-navbar .nav-buttons .dropdown .dropdown-menu {
  right: -10px !important;
  min-width: 7rem !important;
}
.custom-navbar .nav-buttons .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eef0ea;
}
.custom-navbar .nav-buttons .dropdown .dropdown-menu .dropdown-item:active, .custom-navbar .nav-buttons .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #010B38;
}
.custom-navbar .nav-buttons .dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border: 0;
}
.custom-navbar .navbar-brand img {
  width: 135px;
}

/********************************* End Navbar *********************************
***********************************************************************************
***********************************************************************************/
/*********************************  Header *********************************
***********************************************************************************
***********************************************************************************/
.header {
  padding: 50px 0;
}
.header .swiper {
  width: 100%;
  height: auto;
}
.header .swiper .swiper-button-prev::after,
.header .swiper .swiper-button-next::after {
  display: none;
}
.header .swiper .swiper-button-prev img,
.header .swiper .swiper-button-next img {
  width: 100%;
}
.header .header-content .header-desc {
  font-family: var(--family-bold);
  font-size: var(font-size-18);
  line-height: 1.8rem;
  font-style: normal;
  font-weight: 700;
}
.header .header-content .header-socials {
  margin-top: 50px;
}
.header .header-content .header-socials .item {
  margin-left: 5px;
}
.header .header-content .header-socials .item img {
  width: 40px;
}
.header .header-content .header-socials .item.btn {
  background-color: var(--title-color);
  font-size: var(font-size-18);
  color: var(--background-white);
}
.header .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--background-seven) !important;
  width: 15px;
  height: 15px;
}

/*********************************  End Header *********************************
***********************************************************************************
***********************************************************************************/
/*********************************  Social Alert *********************************
***********************************************************************************
***********************************************************************************/
.social-alert {
  background-color: var(--background-five);
  padding: 40px 0;
}
.social-alert .social-alert-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.social-alert .social-alert-items .item {
  color: #4A4A4A;
  font-family: var(--family-bold);
  font-size: 25px;
  font-weight: bold;
  display: block !important;
  text-align: center;
  flex-grow: 1;
}

/*********************************  End Social Alert *********************************
***********************************************************************************
***********************************************************************************/
/*********************************  About *********************************
***********************************************************************************
***********************************************************************************/
.about .about-desc {
  margin-bottom: 20px;
}
.about .about-img {
  margin-bottom: 20px;
}
.about .container > .item {
  margin-bottom: 40px;
}

/*********************************  End About  *********************************
***********************************************************************************
***********************************************************************************/
/*********************************  Services *********************************
***********************************************************************************
***********************************************************************************/
.services .services-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .services-items .item {
  position: relative;
  border: 0;
}

/*********************************  End Services  *********************************
***********************************************************************************
***********************************************************************************/
/*********************************  Counter  *********************************
***********************************************************************************
***********************/
.all-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
}
.all-items .item {
  margin-bottom: 15px;
}

.customers {
  /*padding-bottom: 0 !important;*/
}
.customers .customer-item {
  background-color: var(--background-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-radius: 86px 26px;
  width: 200px;
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: all 0.2s ease;
  cursor: pointer;
}

@media(hover:hover) and (pointer:fine){
    
    .customers .customer-item:hover,
    .customers .customer-item:focus,
    .customers .customer-item:active {
        transform: scale(1.1, 1.1);
    }
}

.customers .customer-item img {
  width: 90%;
}

.counter-alert {
  border-radius: 15px;
  padding: 10px 0;
  background-color: var(--background-five);
}
.counter-alert .counter-alert-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.counter-alert .counter-alert-items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.counter-alert .counter-alert-items .item .icon {
  width: 65px;
  height: 65px;
  background-color: var(--background-white);
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
}
.counter-alert .counter-alert-items .item .icon img,
.counter-alert .counter-alert-items .item .icon i {
  width: 100%;
}
.counter-alert .counter-alert-items .item .name {
  font-size: var(font-size-16);
  color: var(--background-white);
  margin-bottom: 0;
}

/********************************* End Counter  *********************************
***********************************************************************************
***********************/
/*********************************  why-us-item  *********************************
***********************************************************************************
***********************/
.why-us .why-us-item,
.features .why-us-item {
  transition: all 0.2s ease;
}
.why-us .why-us-item:hover, .why-us .why-us-item:active, .why-us .why-us-item:focus,
.features .why-us-item:hover,
.features .why-us-item:active,
.features .why-us-item:focus {
  transform: scale(1.1, 1.1);
}
.why-us .why-us-item,
.why-us .feta-item,
.features .why-us-item,
.features .feta-item {
  background-color: var(--background-white);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
}
.why-us .why-us-item .card-img-top,
.why-us .feta-item .card-img-top,
.features .why-us-item .card-img-top,
.features .feta-item .card-img-top {
  width: 200px;
  height: 200px;
  margin: auto;
}
.why-us .why-us-item .card-title,
.why-us .feta-item .card-title,
.features .why-us-item .card-title,
.features .feta-item .card-title {
  color: rgba(40, 38, 38, 0.8980392157);
  font-size: var(font-size-20);
  margin-bottom: 20px;
  text-align: center;
}
.why-us .why-us-item .card-text,
.why-us .feta-item .card-text,
.features .why-us-item .card-text,
.features .feta-item .card-text {
  font-weight: normal;
  font-size: var(font-size-16);
  font-family: var(--family-medium);
  text-align: center;
}

.features .card-img-top {
  width: 130px !important;
  height: 130px !important;
}

.contact .card-img-top {
  width: 115px !important;
  height: 115px !important;
}

/*********************************  End why-us-item  *********************************
***********************************************************************************
***********************/
/*********************************  our_staff *********************************
***********************************************************************************
***********************/
.swiper-perv-custom,
.swiper-next-custom {
  width: 40px !important;
  height: 40px !important;
  background-color: #DF2F46;
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.swiper-perv-custom::after,
.swiper-next-custom::after {
  display: none !important;
}
.swiper-perv-custom svg,
.swiper-perv-custom i,
.swiper-next-custom svg,
.swiper-next-custom i {
  font-size: var(font-size-16);
  color: white;
}

.staff-item {
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}
.staff-item .staff-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(40, 38, 38, 0.8980392157);
  border-radius: 15px;
  width: 100%;
  min-height: 20%;
  color: var(--background-white);
  text-align: center;
  padding: 15px 0px;
}
.staff-item .staff-desc .name {
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
.staff-item .staff-desc .name span {
  display: block;
  font-weight: var(--family-medium);
  font-size: var(font-size-16);
  padding-bottom: 5px;
}
.staff-item .staff-desc .line {
  border-bottom: 2px solid #fff;
  margin: 0;
  width: 100%;
}
.staff-item .staff-desc .desc {
  font-size: var(font-size-16);
  font-family: var(--family-regular);
  padding: 0 10px;
}

.our_staff .all-items-staf .staff-item {
  width: 100%;
}

/*********************************  End our_staff  *********************************
***********************************************************************************
***********************/
/*********************************  articles *********************************
***********************************************************************************
***********************/
.articles .articles-item {
  margin-bottom: 20px;
}
.articles .articles-item .card-title {
  font-size: var(font-size-18);
  color: #010B38;
}
.articles .articles-item .card-text {
  font-size: var(font-size-16);
  font-family: var(--family-regular);
  color: rgba(1, 11, 56, 0.6);
}

/*********************************  End articles  *********************************
***********************************************************************************
***********************/
/*********************************  testimonials  *********************************
***********************************************************************************
***********************/
.testimonials {
  background-color: var(--background-two);
  position: relative;
}
.testimonials .img {
  position: absolute;
  bottom: 0;
}
.testimonials .img img {
  width: 60%;
}
.testimonials div.content {
  border-radius: 25px;
  background-color: var(--background-white);
  overflow: hidden;
  position: relative;
}
.testimonials div.content .swiper-slide {
  padding: 20px;
}
.testimonials div.content .card-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials div.content .card-person img {
  width: 120px;
}
.testimonials div.content .card-person .user-config {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.testimonials div.content .card-person .user-config span {
  display: block;
}
.testimonials div.content .card-person .user-config .name {
  font-size: var(font-size-18);
  font-family: var(--family-bold);
}
.testimonials div.content .card-person .user-config .stat {
  color: #827C7C;
  font-size: var(font-size-16);
}
.testimonials div.content .card-desc {
  font-family: var(--family-regular);
  font-size: var(font-size-18);
  line-height: 1.8rem;
  color: #7A7676;
  margin-bottom: 20px;
}
.testimonials .swiper-pagination {
  background-color: red;
}
.testimonials .arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.testimonials .arrows .swiper-button-prev,
.testimonials .arrows .swiper-button-next {
  width: 35px;
  height: 35px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.testimonials .arrows .swiper-button-prev svg,
.testimonials .arrows .swiper-button-prev i,
.testimonials .arrows .swiper-button-next svg,
.testimonials .arrows .swiper-button-next i {
  color: #F0A041;
  font-size: var(font-size-16);
}
.testimonials .arrows .swiper-button-prev::after,
.testimonials .arrows .swiper-button-next::after {
  display: none;
}

/********************************* End testimonials  *********************************
***********************************************************************************
***********************/
/********************************* Start offers *********************************
***********************************************************************************
***********************************************************************************/
.offers .offers-item {
  margin-bottom: 30px;
}
.offers .offers-item .head {
  background-color: var(--heading-color);
  padding: 20px;
  color: var(--background-white);
  text-align: center;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.offers .offers-item .head .title {
  font-size: 22px;
  font-weight: bold;
}
.offers .offers-item .head .desc {
  font-size: var(font-size-16);
  font-family: var(--family-medium);
}
.offers .offers-item .head .offer-alert {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--background-nine);
  color: var(--background-white);
  width: 150px;
  padding: 3px;
  transform: rotate(45deg);
  top: 28px;
  right: -22px;
  font-family: var(--family-regular);
}
.offers .offers-item .body {
  padding: 5px 30px 25px 5px;
  background-color: var(--background-white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.offers .offers-item .body .price {
  text-align: center;
  margin-bottom: 15px;
  font-size: var(font-size-18);
  font-family: var(--family-regular);
}
.offers .offers-item .body .price span {
  color: #000;
  font-size: 50px;
  margin-left: 5px;
  font-weight: bold;
}
.offers .offers-item .body .list {
  line-height: 1.7rem;
}
.offers .offers-item .body .list .item {
  font-size: var(font-size-16);
  font-family: var(--family-regular);
  margin-bottom: 8px;
}
.offers .offers-item .body .list .item img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.offers .offers-item .body .cutom-btn {
  background-color: var(--background-nine);
  text-align: center;
  color: white;
  font-size: var(font-size-16);
  width: 50%;
  margin: auto;
  display: block;
  transition: all 0.2s ease;
}
.offers .offers-item .body .cutom-btn:hover, .offers .offers-item .body .cutom-btn:active, .offers .offers-item .body .cutom-btn:focus {
  transform: scale(1.1, 1.1);
}

/********************************* End offers *********************************
***********************************************************************************
***********************************************************************************/
/********************************* Contact  *********************************
***********************************************************************************
*********************************/
.contact {
  padding-bottom: 0;
}
.contact .card-text span {
  display: block;
  margin-bottom: 5px;
}
.contact .contact-form {
  background-color: #DE2F46;
  background-image: url("../images/contact/contact-img.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}
.contact .contact-form .form {
  padding: 25px;
  border: 5px solid white;
  background-color: #FF6D05;
  border-radius: 25px;
  margin-bottom: 30px;
}
.contact .contact-form .form .form-group {
  margin-bottom: 10px;
}
.contact .contact-form .form label {
  font-size: var(font-size-16);
  margin-bottom: 5px;
  color: white;
  display: block;
}
.contact .contact-form .form .form-control {
  font-size: var(font-size-14);
  font-family: var(--family-regular);
  font-weight: normal;
  color: #FF6D05;
  text-align: right;
  padding: 10px;
}
.contact .contact-form .form .form-control:active, .contact .contact-form .form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact .contact-form .form .form-control::-moz-placeholder {
  color: #FF6D05;
}
.contact .contact-form .form .form-control:-ms-input-placeholder {
  color: #FF6D05;
}
.contact .contact-form .form .form-control::placeholder {
  color: #FF6D05;
}
.contact .contact-form .contact-form-desc {
  margin-bottom: 25px;
}
.contact .contact-form .contact-form-desc .title {
  font-size: var(font-size-30);
  line-height: 3rem;
  color: white;
  font-family: var(--family-regular);
}
.contact .contact-form .contact-form-desc .desc {
  color: white;
  font-family: var(--family-regular);
  font-size: 22px;
  margin-top: 25px;
  line-height: 2rem;
}

/********************************* End Contact  *********************************
***********************************************************************************
*********************************/
/*********************************  portfolio  *********************************
***********************************************************************************
*********************************/


/********************************* End  portfolio  *********************************
***********************************************************************************
*********************************/
/********************************* Footer   *********************************
***********************************************************************************
*********************************/
.footer {
  padding-bottom: 0;
}
.footer .footer-item {
  padding: 20px 0;
}
.footer .footer-item .head {
  font-size: var(font-size-18);
  color: #BE202E;
  margin-bottom: 15px;
}
.footer .footer-item .all-links .link {
  color: #000;
  font-size: var(font-size-18);
  display: block;
  margin-bottom: 10px;
  font-family: var(--Tajawal-Bold) !important;
}
.footer .footer-item .all-links .link svg,
.footer .footer-item .all-links .link i {
  color: #BE202E;
  font-size: var(font-size-14);
}
.footer .footer-item .all-links .social-icons {
  display: flex;
}
.footer .footer-item .all-links .social-icons svg,
.footer .footer-item .all-links .social-icons i {
  font-size: var(font-size-18);
  margin-left: 15px;
  color: #000;
}
.footer .copyright {
  text-align: center;
  font-size: var(font-size-18);
  background-color: #F0A041;
  padding: 15px;
  color: white;
}

/********************************* End Footer   *********************************
***********************************************************************************
*********************************/
/*********************************  Responsive *********************************
***********************************************************************************
***********************************************************************************/
@media (min-width: 992px) {
  .header-pagination {
    display: none !important;
  }
  .navbar-nav {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .custom-navbar .navbar-nav .nav-item .nav-link {
    border-left: 0 !important;
  }
  .custom-navbar .navbar-nav {
    border-bottom: 3px solid var(--main-color);
  }
  .custom-navbar .nav-link {
    padding-right: 0 !important;
    line-height: 1.7rem;
  }
  .custom-navbar .navbar-nav {
    margin-top: 10px;
  }
  .custom-navbar .navbar-nav .nav-item .nav-link.nav-link-border-right {
    border-right: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .custom-navbar .nav-item .nav-link {
    padding: 0.5rem 0.5rem !important;
    font-size: var(font-size-14) !important;
  }
  .custom-navbar .nav-buttons .btn {
    font-size: var(font-size-14) !important;
  }
}

@media (max-width: 767px) {
  .loading {
    background-size: 4% !important;
  }
  .header {
    padding: 30px 0;
  }
  .header .header-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .header .header-img img {
    width: 70% !important;
  }
  .counter-alert .counter-alert-items .item .icon {
    width: 60px !important;
    height: 60px !important;
  }
  .counter-alert .counter-alert-items .item .name {
    font-size: var(font-size-14) !important;
  }
  .counter-alert-items .item {
    margin-bottom: 15px;
  }
  .features .card-img-top,
.why-us .card-img-top {
    width: 100px !important;
    height: 100px !important;
  }
  .footer .footer-item {
    padding: 5px 0 !important;
  }
  .footer .footer-item .link {
    font-size: var(font-size-14) !important;
  }
  .footer .footer-item .head {
    font-size: var(font-size-16) !important;
  }
  .footer .footer-logo img {
    width: 50% !important;
  }
  .footer .copyright {
    font-size: var(font-size-14) !important;
  }
  body,
html {
    /*overflow-x: hidden !important;*/
  }
}
@media (max-width: 575px) {
  .custom-navbar {
    padding: var(--space-spread) 0;
    box-shadow: none;
  }
  .custom-navbar .navbar-brand img {
    width: 100px;
  }
  .custom-navbar .nav-buttons .btn {
    font-size: var(font-size-14) !important;
  }
  .customers .all-items {
    justify-content: center;
    align-items: center;
  }
  .customers .customer-item {
    width: 200px;
    height: 140px;
  }
  .custom-navbar .nav-buttons .btn {
    margin-left: 5px !important;
    font-size: 13px !important;
  }
  .header .header-img img {
    width: 100% !important;
  }
  .header .header-content .custom-title-big {
    font-size: 22px !important;
    margin-bottom: 20px;
  }
  .header .header-content .header-desc {
    font-size: var(font-size-14) !important;
  }
  .header .header-content .header-socials {
    margin-top: 15px !important;
  }
  .header .header-content .header-socials .item {
    margin-bottom: 10px;
  }
  .header .header-content .header-socials .item img {
    width: 30px;
  }
  .header .header-content .header-socials .item.btn {
    display: block;
    font-size: var(font-size-16);
  }
  .header .swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: 0 !important;
  }
  .header .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--background-seven) !important;
  }
  .counter-alert .counter-alert-items .item .icon {
    width: 50px !important;
    height: 50px !important;
  }
  .counter-alert .counter-alert-items .item .name {
    font-size: var(font-size-14) !important;
  }
  .social-alert {
    padding: 20px 0 !important;
  }
  .social-alert .social-alert-items {
    gap: 10px;
  }
  .social-alert .social-alert-items .item {
    font-size: var(font-size-16) !important;
  }
}
@media (max-width: 575px) {
  :root {
    --py: 32px !important;
    --font-size-big: 2.5rem;
    --font-size-heading: 1.875rem;
    --font-size-text-big: 1.375rem;
    --font-size-text: 1.125rem;
    --font-size-16: 1rem;
  }
}
@media (max-width: 300px) {
  .header .header-content .custom-title-big {
    font-size: var(font-size-20) !important;
  }
  .header .header-content .header-desc {
    font-size: 13px !important;
    line-height: 1.6rem !important;
  }
  .header .header-content .header-socials .item.btn {
    font-size: 13px !important;
  }
  .social-alert .social-alert-items .item {
    font-size: var(font-size-14) !important;
  }
  .custom-heading {
    font-size: 22px !important;
  }
  .custom-title {
    font-size: var(font-size-18) !important;
  }
  .custom-desc {
    line-height: 1.6rem !important;
    font-size: var(font-size-14) !important;
  }
}
/********************************* End Responsive *********************************
***********************************************************************************
***********************************************************************************/
/********************************* Start Loading *********************************
***********************************************************************************
***********************************************************************************/
.loading {
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: var(--background-one);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.loading::after {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 0;
  background-color: rgba(242, 153, 74, 0);
  border-radius: 50%;
  box-shadow: 100px 1px 150px 0px rgba(242, 153, 74, 0.15);
}
.loading::before {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  transform: translate(100%, 0%) rotate(90deg);
  right: 0;
  background-color: rgba(242, 153, 74, 0);
  border-radius: 50%;
  box-shadow: 1px 100px 150px 0px rgba(242, 153, 74, 0.15);
}
.loading .loading_logo {
  cursor: pointer;
}
.loading .spinner {
  margin-top: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
}
.loading .spinner > div {
  background-color: var(--main-color);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loading .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/********************************* End Loading *********************************
***********************************************************************************
***********************************************************************************//*# sourceMappingURL=style.css.map */


/********************************* Start changes *********************************
***********************************************************************************
***********************************************************************************/

@media (prefers-reduced-motion: no-preference){
    
    :root {scroll-behavior: smooth}
}

:root{
    

     --title-1:40px;
     --title-2:32px;
     --title-3:28px;
     --title-4:24px;
     --title-5:22px;
     --title-6:20px;
     --title-7:18px;
     --title-8:18px;
     --box-py-sm:1.5rem;
     --box-py:2rem;
     --box-py-res:2rem;
     --box-py-almt:3rem;
     --box-px-sm: 1.5rem;
     --box-px: 2rem;
     --box-px-more:3rem ;
    
    --background-four-hvr:#b42235;
    --background-five-hvr:#c7a00d;

}

body[data-panel="noScroll"] {
    overflow-y: hidden;
}


@media(max-width:575.98px){
    
    :root{

          --title-1:32px;
          --title-2:28px;
          --title-3:24px;
          --title-4:22px;
          --title-5:20px;
          --title-6:18px;
          --title-7:16px;
          --box-py-res:1.5rem;
          --box-px-sm: 1rem;
          --box-px: 1rem;
          --box-px-more:1rem ;

        }  

}
.page-wrapper{
    overflow: hidden;
    padding-top: calc(var(--nav-h));
}
.w-bg{
    margin: var(--py) 0;
}

.scrollbar::-webkit-scrollbar{
    
    height: 5px;
}
.scrollbar::-webkit-scrollbar-track {
    
  background-color: rgba(0,0,0,.1);
  border-radius: 10px;
    
}
.scrollbar::-webkit-scrollbar-thumb{
    
   background-color: rgba(0,0,0,.15);
   border-radius: 10px;
     
}


.scroll::-webkit-scrollbar {
    
   width: 3px;
   height: 3px;

  
}
.scroll::-webkit-scrollbar-track {
    
  background-color: rgba(0,0,0,0.1);
  border-radius: 20px;
    
}
.scroll::-webkit-scrollbar-thumb{
    
   background-color: rgba(0,0,0,0.15);
   border-radius: 20px;
     
}

/**** slider--swiper ***/

.slider-container {
    position: relative;
}
.swiper{
    
    width: 100%;

    height: 100%;

    position: relative;

    overflow: hidden;
}
.equal-h .swiper-slide{
    
    height: auto !important;
}
.swiper-button-disabled{
    opacity: .5 !important;
    cursor: no-drop;
}


/**** scrollup***/

.scrollup{
    
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    bottom: -100px;
    right: 25px;
    background-color: var(--clr-2);
    opacity: .5;
    border-radius: 3px;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
    z-index: 500;
    
}
@media(hover: hover) and (pointer: fine) {
    
    
    .scrollup:hover{
    
        opacity: 1;
    }
}
.scrollup.active{
    
     opacity: 1;
}
.scrollup.show{
    
        bottom: 20px;
}
@media(max-width:575.98px){
    
    .scrollup{
        
        right: 20px;
        width: 35px;
        height: 35px;
    }
}


/**** tab-content & accordion_body style ****/

.tabs-content-area .tab-content{
    
    display: none;
}
.tabs-content-area .tab-content.active{
    
    display: block;
}
.accordion-panels .panel-item .accordion_body{
    
    display: none;
}
.accordion-panels .panel-item.opened .accordion_body{
    
    display: block;
}

/**** side-overlay ****/
.side-overlay{
    
    width: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -999999;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    
}
.panel-responsive-item.active .side-overlay,
.side-overlay.active{
    
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999;
    
}



/*** Underline From Right ****/
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 3px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}




/*------------- #header --------------*/ 

:root{
        
    --nav-h:75px;
}



header{
    
    position: fixed;
    width: 100%;
    height: var(--nav-h);
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid var(--background-one);
    transition: box-shadow .3s ease;
}


@media(min-width:992px){
    
    header .mobile-item{
    
        display: none !important;
    }
}

.nav-content{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    align-self: stretch;
   
}

.nav-content .content-pull,
.nav-content .flex-item{
    
    display: flex;
    align-items: center;
    height: 100%;
    
}
.nav-content .h-auto{
    
    height:auto;
}

.nav-content .nav-logo .logo-link{
    
    display: block;
}
.nav-content .nav-logo .logo-link img{
    
    max-height:55px ;
}

.nav-content .nav-list{
    
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin: 0 .5rem;
    
}
.nav-content .nav-list .list-item{
    
    padding: .25rem .85rem;
    display: inline-flex;
    align-items: center;
    height: auto;
    position: relative;
    transition: all .3s ease;
    
}
.nav-content .nav-list .list-item:not(:nth-last-child(1)) {
    border-left: 1px solid #E1E2E5;
}
.nav-content .nav-list .list-item .item-link{
    
    display: inline-flex;
    align-items: center;
    color: rgba(1, 11, 56, 0.6);
    font-weight: 100;
    font-size: 16px;
    transition: all .3s ease;
    padding: .25rem 0;
    font-family: var(--family-medium) !important;
}
.nav-content .nav-list .list-item .item-link::before{
    
    background: var(--background-seven);
}
.nav-content .nav-list .list-item .item-link.active{
    font-weight: bold;
}
.nav-content .nav-list .list-item .item-link:hover,
.nav-content .nav-list .list-item .item-link.active{
    color: #010B38;
}
.nav-content .nav-list .list-item .item-link.active::before{
    display: none;
}

.nav-content  .nav-actions{
    
    --mr: .5rem;
    margin: 0 calc(var(--mr) * -1);
    
}
.nav-content  .nav-actions >*{
    
    margin: 0 var(--mr);
}
.nav-content  .nav-actions .action-btn{
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    color: #fff;
    font-size: var(--title-4)
}
.nav-content  .nav-actions .action-btn svg{
    
    fill: #534847;
    
}
.nav-content  .nav-actions .action-btn:hover > svg{
    
    fill: var(--background-seven);
}
.nav-content  .nav-actions .action-btn > img,
.nav-content  .nav-actions .action-btn > svg{
    
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .3s ease;
}

.nav-content  .whatsapp-tel {
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    background-color: #26AB04;
    font-weight: bold;
    border-radius: 6px;
    height: 40px;
}
.nav-content  .whatsapp-tel svg{
    
    width: 22px;
    height: 22px;
    margin-left: 8px;
}
.nav-content  .whatsapp-tel:hover{
    
    background-color: #1e8704;
}

.nav-content  .lang-dropdown  a.dropdown-toggle{
    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
    background-color: #2D2D2D;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s ease;
    
}
.nav-content  .lang-dropdown  a.dropdown-toggle::after{
    
    margin-right: .5rem;
    margin-left: 0;
    transition: transform .3s ease
}
.nav-content  .lang-dropdown  .dropdown-toggle.show::after{
    
    transform:  rotate(180deg);
}
.nav-content  .lang-dropdown  .dropdown-toggle.show{
    
    background-color:var(--background-seven);
}
.nav-content  .lang-dropdown .dropdown-menu{
    
    text-align: start;
    background-color:#fff;
    border-radius: var(--border-r-4);
    margin-top: 5px !important;
    border-color:#ddd ;
    font-size: 16px;
}
.nav-content  .lang-dropdown .dropdown-item{
    
    transition: all .3s ease
}
.nav-content  .lang-dropdown .dropdown-item:hover{
    background-color: #ddd;
}
.nav-content  .lang-dropdown .dropdown-item:active,
.nav-content  .lang-dropdown .dropdown-item.active{
    
    background-color: var(--background-seven);
    color: #fff;
}
.nav-content  .lang-dropdown  a.dropdown-toggle svg{
    
    width: 34px;
    height: 34px;
    fill:#fff;
    transition: inherit;
}


.nav-content .nav-toggler{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius:100%;
    border: 1px solid var(--background-seven);
}
.nav-content .nav-toggler svg{
    
    width: 30px;
    height: 30px;
    outline: none !important;
    
    
}
.nav-content  .nav-toggler .line {
  fill: none;
  stroke: var(--background-seven);
  stroke-width: 7;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-content  .nav-toggler .line1 {
  stroke-dasharray: 60 207;
  
}
.nav-content  .nav-toggler .line2 {
  stroke-dasharray: 60 60;
  
}
.nav-content  .nav-toggler .line3 {
  stroke-dasharray: 60 207;
  
}
.nav-content  .nav-toggler.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  
}
.nav-content  .nav-toggler.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  
}
.nav-content  .nav-toggler.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  
}



@media(min-width:992px) and (max-width:1199.98px){
    
    
    
    .nav-content .nav-list .list-item{
        padding-right: .5rem;
        padding-left:.5rem ;
       
    }
    .nav-content .nav-list .list-item .item-link,
    .nav-content .lang-dropdown a.dropdown-toggle{
        
        font-size: 15px;
    }
    .nav-content .lang-dropdown a.dropdown-toggle{
        padding: 8px;
    }
    
    .nav-content .whatsapp-tel.float-icons{
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition-duration: 300ms;
        border-radius: 100%;
        bottom: 72px;
        right:-100px;
        box-shadow: 0 6px 50px 8px rgb(21 131 233 / 15%);
        width: 50px;
        height: 50px;
        margin: 0;
    }
    .nav-content .whatsapp-tel.float-icons.show{
        
        right: 20px;
    }
    .nav-content .whatsapp-tel.float-icons svg{
        
        margin: 0;
        width: 35px;
        height:35px;
        
    }
    .nav-content .whatsapp-tel.float-icons span{
        
        display: none;
    }
    
}

@media(max-width:991.98px){
    
    :root{
        
        --nav-h:70px;
    }
    
    .nav-content .nav-logo .logo-link img{
        
        max-height: 50px;
    }
    .nav-content  .nav-list {
        
        position: fixed;
        height: 100%;
        width: 100%;
        top: var(--nav-h);
        right: -100%;
        background-color: rgb(0 53 112 / 90%);
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
        padding:2rem 1.5rem;
        transition: all .3s ease-in-out ;
        margin: 0;

    }
    .nav-content  .nav-list.active{
        
        right: 0;
    }
    .nav-content  .nav-list  .list-item{
        
        height: auto;
        margin: 0rem 0rem 2rem;
        padding: 0;
        background-color: transparent !important;
        border:none !important
    }
    
    .nav-content  .nav-list  .list-item:last-child{
        margin-bottom: 0 !important;
    }
    .nav-content  .nav-list  .list-item.more-item{
        
        padding-top: 5px;
    }
    .nav-content  .nav-list  .list-item .item-link{
        
        font-size: 18px;
        padding: 0;
        color: #fff;
        font-family: var(--family-bold) !important;
    }
    .nav-content  .nav-list  .list-item .item-link::before{
        display: none;
    }
    .nav-content  .nav-list  .list-item .item-link:hover{
        color: var(--main-color);
    }
    
    .nav-content  .nav-actions .lang-dropdown{
        
        display: ;
    }
    
    .nav-content .nav-actions .lang-dropdown a.dropdown-toggle{
        font-size: 16px;
        border-radius: 10px;
    }
    
    .nav-content .nav-list .lang-dropdown a.dropdown-toggle{
        background-color: var(--main-color);
        font-size: 18px;
        padding: .5rem 1rem;
    }
    .nav-content .nav-list .lang-dropdown a.dropdown-toggle.show{
        
        background-color: var(--background-five-hvr);
    }
    
    
    
}

@media (max-width: 575.98px){
    
    
    .nav-content .whatsapp-tel{
        
        display: none;
    }
    .nav-content .nav-toggler{
        
        border-radius: 100%;
    }
    
    .nav-content .nav-actions{
        --mr:.375rem;
    }
    .nav-content .nav-actions .lang-dropdown a.dropdown-toggle{
        font-size: 14px;
        
    }
    
    
}


/*------------- #welcome-area --------------*/ 


.welcome-section{
    
    display: flex;
    align-items: center;
    min-height: calc((var(--vh, 1vh) * 100) - 80px - var(--nav-h));
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: multiply;
     padding: 0;
}

.welcome-area .welcome-hero{
    
    position: relative;
    height: 100%;
}
.welcome-area .welcome-hero .welcome-content .content-title{
    
    font-size: var(--title-1);
    font-weight: bold;
    color: var(--title-color);
    margin-bottom: 1.5rem;
}
.welcome-area .welcome-hero .welcome-content .content-text{
    
    font-size: var(--title-7);
    color: #000;
    text-align: justify;
    margin-bottom: 0;
    line-height: 1.7;
}
.welcome-area .welcome-hero .welcome-content .content-btns{
    
    display: flex;
    flex-wrap: nowrap;
    padding-top: calc(var(--box-py-res) - .5rem);
}
.welcome-area .welcome-hero .welcome-content .content-btns >*{
    margin-top: .5rem;
}
.welcome-area .welcome-hero .welcome-content .content-btns >*:not(:last-child){
    
    margin-left: 1rem;
    
}
.welcome-area .welcome-hero .welcome-content .content-btns .contact-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: var(--title-8);
    padding: 0rem 0.75rem;
    max-width: 160px;
    width: 100%;
    border-radius: 4px;
    background-color: var(--title-color);
    transition: all .3s ease;
    text-align: center;
    height: auto;
    
}
.welcome-area .welcome-hero .welcome-content .content-btns .contact-btn:hover{
    background-color: #d05a04;
    transform: translateY(-3px);
}
.welcome-area .welcome-hero .welcome-content .content-btns .social-btn{
    
    display: block;
    transition: all .3s ease;
}
.welcome-area .welcome-hero .welcome-content .content-btns .social-btn svg{
    width: 50px;
    height: 50px;
    transition: inherit;
}
.welcome-area .welcome-hero .welcome-content .content-btns .social-btn svg:hover{
    transform: translateY(-3px);
}
.welcome-area .welcome-hero .welcome-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--box-py-res)
    
}
.welcome-area .welcome-hero .welcome-img img{
    
    display: block;
    object-fit: contain;
    max-height: 500px;
    
}

.welcome-section .h-100{
    
    min-height: inherit;
}
.welcome-area .swiper-slide{
    
    height: auto;
    width: 100%;
}
.welcome-area .slide-item{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(var(--py)) 0rem;
    
}

.welcome-slider-container  .swiper-header-pagination.swiper-pagination{
    display: flex;
    justify-content: center;
    bottom: 1.5rem;
}
.welcome-slider-container  .swiper-pagination .swiper-pagination-bullet{
    
    width: 16px;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
    transition: all .3s ease !important;
    
}
.welcome-slider-container  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    
    width: 32px;
    background: var(--background-seven);
    opacity: 1;
}



/*contact-row*/
.social-alert{
    
    padding:1.5rem 0 0.5rem !important;
    background-color:var(--background-five);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-alert .social-wrap{
    
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
}
.social-alert .social-wrap .social-item{
    display: inline-block;
    color: #4A4A4A;
    font-size: var(--title-4);
    font-weight: bold;
    transition: all .3s ease;
    text-transform: capitalize;
}
.social-alert .social-wrap .social-item:hover{
    color: var(--background-five)
}


@media(min-width:768px) and (max-width:1199.98px){
    .social-alert> .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}
@media(max-width:991.98px){
    
    .social-alert{
        height: auto;
    }
    .welcome-area .welcome-hero .welcome-img img{
    
        max-height: 400px;
    
    }
    
    .welcome-slider-container  .swiper-header-pagination.swiper-pagination{
        position: relative;
        inset:0;
        margin-bottom: 1rem;
    }
    
}
@media(max-width:767.98px){
    
     .welcome-area .welcome-hero .welcome-img img{
    
        max-height: 350px;
    
    }
}
@media(max-width:575.98px){
 
    .welcome-area .welcome-hero .welcome-content .content-btns >*:not(:last-child){
        margin-left: .75rem;
    }
    .welcome-area .welcome-hero .welcome-content .content-btns .social-btn svg{
        width: 45px;
        height: 45px;
        
    }
     .social-alert .gx-xs-75{
    
    
        --bs-gutter-x:.5rem;
    }
    
     .welcome-area .welcome-hero .welcome-content .content-title{
        font-size: var(--title-1);
        margin-bottom: 1rem;
     }
     .welcome-area .welcome-hero .welcome-img img{
    
        max-height: 300px;
        
    }
    .social-alert .social-wrap .social-item{
        
        font-size: 20px;
    }
    
}



/*------------- #about --------------*/ 
.about .container > .item:not(:last-child){
    
    margin-bottom: var(--py);
    padding-bottom: calc(var(--py) / 2);
}
.about .container > .item:last-child{
    margin-bottom: 0;
}
.about  .item > .row{
    align-items: center;
}



.about  .item .custom-title{
    font-size: var(--title-2);
    margin-bottom: 1.5rem;
}    

.about  .item .custom-desc {
    margin-bottom: 0;
    text-align: justify;
    font-size: var(--title-7);
}
.about .about-desc,
.about .about-img{
    
    margin: 0;
    
}
.about .container > .item:first-child .about-img{
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
}

.about .container > .item .about-img{
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
}

.about .about-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    position: relative;
}
.about .about-img img {
    max-height: 100%;
    max-width: 100%;
    
}
.about .about-img .w-100{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.about .about-img .w-contain{
    object-fit: contain;
}

@media(max-width:991.98px){
    
    .about .about-img{
        height: 300px;
    }
    .about .item .custom-title{
        font-size: var(--title-4);
        margin-bottom: .75rem;
    }
}
@media(max-width:575.98px){
    
    .about .about-img{
        height: 250px;
    }
    .about .container > .item:not(:last-child){
        
        padding-bottom: 0;
    }
    
}

/*------------- #our-services --------------*/
.our-services{
     padding-bottom: calc(var(--py) - 1.5rem);
}

.services-wrapper .service-wrap{
    
    margin-bottom: 1.5rem;
}
.services-wrapper .service-item{
    position: relative;
    border-radius: 10px;
    transition: all .3s ease;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #F4F4F4;
    
}
.services-wrapper .service-item .service-img{
    
    border-radius: 10px 10px 0 0 ;
    background-color: #fff;
}
.services-wrapper .service-item .service-img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0 ;
}
.services-wrapper .service-item .service-name{
    border-radius: 10px;
    background-color: ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: var(--title-6);
    font-weight: bold;
    background: #4173BA;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.05);
    height: 70px;
    transition: inherit;
    margin-bottom: 0;
    margin-top: -1px;
}

@media(hover:hover) and (pointer:fine){
    
   .services-wrapper .service-item:hover{
       transform: translateY(-8px);
    }
}

.services-wrapper .service-item:hover .service-name{
    background-color: var(--background-five);
}

@media(min-width:768px) and (max-width:1199.98px){
    .our-services> .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}

@media(max-width:575.98px){
    .services-wrapper .service-item .service-img img{
        height: 250px;
    }
}

/*------------- #counter-alert --------------*/ 
.counter-alert{
    
    padding: 1.5rem 0 0;
}
.counter-alert .counter-alert-items .item{
    padding-bottom: 1.5rem;
}
.counter-alert .counter-alert-items .item .icon{
    width: 80px !important;
    height: 80px !important;
    border-radius: 4px;
    padding: 0;
    flex-shrink: 0;
}
.counter-alert .counter-alert-items .item .icon img, .counter-alert .counter-alert-items .item .icon i{
    
    width: 50px;
    height: 50px;
    
}
.counter-alert .counter-alert-items .item .name{
    
    font-size: var(--title-6);
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}
.counter-alert .counter-alert-items .item .name span{
    display: inline-flex;
}

@media(min-width:992px) and (max-width:1199.98px){
    
    .counter-alert .counter-alert-items .row{
        --bs-gutter-x:1rem;
    }
    .counter-alert .counter-alert-items .item .name{
        font-size: 17px;
    }
    .counter-alert .counter-alert-items .item .name span{
        display: block;
    }
}

@media(max-width:767.98px){
    
    .counter-alert .counter-alert-items .item{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .counter-alert .counter-alert-items .item .icon{
        margin-left: 0;
        margin-bottom: .75rem;
    }
    .counter-alert .counter-alert-items .item .name span{
        display: block;
    }
}

/*------------- #customers  --------------*/ 

.customers {
    
    padding-bottom: calc(var(--py) - 1.5rem);
}

.customers .logo-wrap{
    margin-bottom: 1.5rem;
}

.customers .customer-item {
    
    margin: 0;
    width: 100%;
    padding: 1.5rem 2rem;
}
.customers .customer-item img{
    max-width: 100%;
    width: auto;
}

@media(min-width:576px) and (max-width:1199.98px){
    .customers > .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}
@media(max-width:575.98px){
    
    .customers {
    
        padding-bottom: calc(var(--py));
    }
    
    .customers .scroll-row{
        
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 -2px;
        padding: 0 2px;
        
    }
    .customers .scroll-row > .row{
        
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        margin: 0;
        padding-bottom: 1.25rem;
        
    }
    .customers .scroll-row > .row > div{
        padding: 0;
        margin-bottom: 0;
    }
    .customers .scroll-row > .row > div:not(:last-child){
        
        margin-left: 1rem;
    }
    .customers .scroll-row .logo-wrap{
        width: 200px;
    }
    .customers .scroll-row .logo-wrap:last-child{
        margin-left: var(--bs-gutter-x);
    }
}

/*------------- #why-us  --------------*/ 

.why-us{
    padding-bottom: calc(var(--py) - 1.5rem);
}

.why-us .why-us-item {
    padding: var(--box-py-res) 1rem;
    margin-bottom: 1.5rem;
    transform: none !important;
    height: calc(100% - 1.5rem);
}
@media(hover:hover) and (pointer:fine){
    
    .why-us .why-us-item:hover {
        transform: translateY(-8px) !important;
        background-color: #FFF7ED;
        
    } 
}

.why-us .why-us-item .card-img-top{
    height: 180px !important;
    width: auto !important;
    object-fit: contain;
    margin: 0 auto;
}

.why-us .why-us-item .card-body {
    padding: 0;
    margin-top: 1.5rem;
    flex: none;
}
.why-us .why-us-item .card-title{
    font-size: var(--title-4);
    margin-bottom: 1rem;
}
.why-us .why-us-item .card-text{
    font-size: var(--title-7)
}


@media(min-width:768px) and (max-width:1199.98px){
    .why-us> .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}
@media(max-width:575.98px){
    
    .why-us .why-us-item .card-img-top{
        height: 130px !important;
    }
    .why-us .why-us-item .card-title{
        margin-bottom: .75rem;
    }
}

/*------------- #testimonials  --------------*/ 

.testimonials .container >.row{
    justify-content: center;
}

.testimonials div.content .swiper-slide{
    
    padding: 1.5rem var(--box-px-sm);
}

.testimonials .img{
    bottom: calc(var(--py)*-1);
}
.testimonials .img img{
    width: 100%;
    max-height: 420px;
}
.testimonials div.content .card-person .user-config .name{
    font-size: var(--title-8);
}

.testimonials div.content .card-person img{
    flex-shrink: 0;
}
.testimonials div.content .card-person{
    margin-bottom: 1rem;
}

.testimonials div.content .card-desc{
    font-size: 16px;
    margin-bottom: 0;
    text-align: justify;
}
.testimonials .arrows{
    margin-top: 1.5rem;
}
.testimonials .arrows .swiper-button-prev, .testimonials .arrows .swiper-button-next{
    
    inset:0;
    margin: 0 .75rem;
    transition: all .3s ease;
}
.testimonials .arrows >*:active{
    background-color: var(--background-five);
    color: #fff;
}
.testimonials .arrows >*:active svg{
    color: #fff;
}

@media(hover:hover) and (pointer:fine){
    
    .testimonials .arrows >*:hover{
        background-color: var(--background-five);
        color: #fff;
    }
    .testimonials .arrows >*:hover svg{
        color: #fff;
    }
}


.testimonials .hidden-text span{
    display: inline-block;
    padding: .5rem 2rem;
    font-size: var(--title-2);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 2rem;
}

@media(max-width:575.98px){
    
    .testimonials div.content .card-person img{
        width: 100px;
        height: 100px;
    }
}

/*------------- #portfolio  --------------*/ 

.portfolio .swiper-slide{
    
    width: 600px !important;
    height: 400px !important;
    overflow: hidden;
}

.portfolio .portfolio-item ,
.portfolio .portfolio-item .img-top{
    height: 100%;
}
.portfolio .portfolio-item .img-top {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  
}
.portfolio .portfolio-item .img-top::after {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 1;
}
.portfolio .portfolio-item .img-top img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: fill;
  border-radius: 20px;
}


.portfolio .swiper-slide.swiper-slide-active .portfolio-item .img-top::after {
    opacity: 0;
}

.portfolio .swiper-3d .swiper-slide-shadow-right, 
.portfolio .swiper-3d .swiper-slide-shadow-left{
    background: none;
}

.portfolio .swiper-perv-custom{
    
    right: 8px !important;
}
.portfolio .swiper-next-custom{
    left: 8px !important;
}


@media(max-width:1199.98px){
    
    .portfolio .swiper-perv-custom{
    
        right: 4px !important;
    }
    .portfolio .swiper-next-custom{
        left: 4px !important;
    }
    
}
@media(max-width:991.98px){
    
    .portfolio .swiper-slide{
    
        width: 500px !important;
        height: 350px !important;
        
    }
}
@media(max-width:767.98px){
    
     .portfolio .swiper-slide{
    
        width: 450px !important;
        height: 350px !important;
        
    }
    
}
@media(max-width:575.98px){
    
     .portfolio .swiper-slide{
    
        width: 90% !important;
        height: 300px !important;
       
    }
    
      .portfolio .swiper-perv-custom{
    
        right: 0px !important;
        }
        .portfolio .swiper-next-custom{
            left: 0px !important;
        }
    
}
/*------------- #offers  --------------*/ 

.offers{
    padding-bottom: calc(var(--py) - 1.5rem);
}



.offers .offers-item .head{
    
    padding: 1rem 1rem;
    height:90px ;
}
.offers .offers-item .head .title{
    
    font-size: var(--title-6);
    
}

.offers .offers-item{
    height: calc(100% - 1.5rem);
    margin-bottom: 1.5rem;
}

.offers .offers-item .body{
    
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 90px )
    
}

.offers .offers-item .body .price{
    font-size: var(--title-7);
    margin-bottom: 0;
    line-height: 1;
}
.offers .offers-item .body .list{
    padding: 0;
    margin: 1.5rem 0;
    line-height: inherit;
    
    
}
.offers .offers-item .body .list .item{
    font-size: var(--title-7);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.offers .offers-item .body .list .item:last-child{
    margin-bottom: 0;
}
.offers .offers-item .body .list .item img{
    margin-left: .5rem;
}

.offers .offers-item .head .offer-alert{
    
    transform: rotate(30deg);
    top: 8px;
    right: -40px;
}

.offers .offers-item .body .cutom-btn{
    
    padding: 0.75rem;
    font-size: var(--title-7);
}

@media(min-width:768px) and (max-width:1199.98px){
    .offers> .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}
@media(max-width:575.98px){
    
    .offers .offers-item .body .cutom-btn{
        
        width: 60%;
    }
}
/*------------- #features  --------------*/ 


.features{
    padding-bottom: calc(var(--py) - 1.5rem);
}

.features .feta-item  {
    padding: var(--box-py-res) 1rem;
    margin-bottom: 1.5rem;
    transform: none !important;
    height: calc(100% - 1.5rem);
    transition: all 0.2s ease;
}

.features .feta-item  .card-img-top{
    height: 120px !important;
    width: auto !important;
    object-fit: contain;
    margin: 0 auto;
}

.features .feta-item .card-body {
    padding: 0;
    margin-top: 1.5rem;
    flex: none;
}
.features .feta-item .card-title{
    font-size: var(--title-4);
    margin-bottom: 1rem;
}
.features .feta-item .card-text{
    font-size: var(--title-7);
    margin-bottom: 0;
}

@media(hover:hover) and (pointer:fine){
    
    .features .feta-item:hover {
        transform: translateY(-8px) !important;
        background-color: #FFF7ED;
        
    } 
}



@media(min-width:576px) and (max-width:1199.98px){
    .features:not(.contact)> .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}
@media(max-width:575.98px){
    
    .features .feta-item .card-img-top{
        height: 100px !important;
    }
    .features .feta-item .card-title{
        margin-bottom: .75rem;
    }
}

/*------------- #our-staff  --------------*/ 
.staff-item{
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.staff-item .staff-img img{
    height:250px ;
    object-fit: cover;
    border-radius: 15px;
}
.staff-item .staff-desc{
    transition: all .3s ease;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    min-height: inherit;
    height: auto;
}
.staff-item .staff-desc:hover{
    height: ;
}
.staff-item .staff-desc .name{
    padding: 10px ;
    margin-bottom:0;
    font-size: 16px;
}
.staff-item .staff-desc .name span:last-child{
    padding-bottom: 0;
}
.staff-item .staff-desc .desc{
    font-size: 16px;
    padding: 10px;
}

.staff-item .scroll::-webkit-scrollbar-thumb{
    background-color: #fff
}
.scroll::-webkit-scrollbar {
    
   width: 5px;
   height: 5px;

  
}
.scroll::-webkit-scrollbar-track {
  background-color: transparent;
    
}


.slider-container .swiper-perv-custom,
.slider-container .swiper-next-custom{
    --dim : 40px;
    width: var(--dim) !important;
    height: var(--dim) !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: auto;
    transition: all .3s ease;
    margin-top: 0;
}
.our-work .swiper-perv-custom:active,
.slider-container .swiper-next-custom:active{
    background-color: #b42235
}
@media(hover:hover) and (pointer:fine){
    
    .slider-container .swiper-perv-custom:hover,
    .slider-container .swiper-next-custom:hover{
        background-color: #b42235
    }
}

.our-work .swiper-perv-custom{
    
    right: calc((var(--dim)/2)*-1) !important;
}
.our-work .swiper-next-custom{
    left: calc((var(--dim)/2)*-1) !important;
}



@media(min-width:576px) and (max-width:1199.98px){
    .our-work> .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}

@media(max-width:1199.98px){
    
    .our-work .swiper-perv-custom{
    
        right: -12px!important;
    }
    .our-work .swiper-next-custom{
        left: -12px!important;
    }

}


@media(max-width:575.98px){
    
    .staff-item .staff-img img{
        
        height: 250px;
    }
    .slider-container .swiper-perv-custom,
    .slider-container .swiper-next-custom{
        --dim:32px;
        font-size: 16px;
    }
}

/*------------- #articles  --------------*/ 
.articles.end-items,
.articles{
    padding-bottom: calc(var(--py) - 1.5rem);
}


.articles .articles-wrap{
    margin-bottom: 1.5rem;
}
.articles  .articles-box{
    display: block;
     height: 100%;
}

.articles .articles-item{
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    --img-h:250px;
    height: 100%;
    transition: all .3s ease;
}


.articles .articles-item .blog-img{
    position: relative;
    overflow: hidden;
    border-radius: var(--border-r-3) var(--border-r-3) 0 0;
}
.articles .articles-item .blog-img:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.articles .articles-item .blog-img:after {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.articles .articles-item .blog-img img.card-img-top{
    
    width: 100%;
    height: var(--img-h);
    object-fit: cover;
    transition: all .3s ease;
    display: block;
    border-radius: 10px;
}
.articles .articles-item:hover .blog-img:before {
    width: 100%;
    height: 100%;
    opacity: 0;
	z-index: -1;
}
.articles .articles-item:hover .blog-img:after {
    width: 100%;
    height: 100%;
    opacity: 0;
	z-index: -1;
}


.articles  .articles-item .card-body{
    flex: none;
    padding: 1.25rem 1rem;
    height: calc(100% - var(--img-h))
}
.articles  .articles-item .card-title{
    font-size: var(--title-6);
    font-weight: bold;
    margin-bottom: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.articles .articles-item .card-text{
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles .more-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: inherit;
    max-width: 120px;
    width: 100%;
    font-size: var(--title-7);
    text-align: center;
    padding: 0.5rem 0.75rem;
    margin-right: auto;
    transition: all .3s ease;
    background-color: var(--background-five)
}
.articles .more-btn:hover{
    background-color: var(--background-four-hvr)
}

@media(min-width:576px) and (max-width:1199.98px){
    .articles > .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}

@media(max-width:767.98px){
    
    .articles .articles-wrapepr:not(.scroll-row) >.row{
        --bs-gutter-x:.75rem;
    }
}
@media(max-width:575.98px){
    
    .articles {
    
        padding-bottom: calc(var(--py));
    }
    
    .articles .scroll-row{
        
        overflow-x: auto;
        overflow-y: hidden;
       
        
    }
    .articles .scroll-row > .row{
        
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        margin: 0;
        padding-bottom: 1rem;
        
    }
    .articles .scroll-row > .row > div{
        padding: 0;
        margin-bottom: 0;
    }
    .articles .scroll-row > .row > div:not(:last-child){
        
        margin-left: 1rem;
    }
    .articles .scroll-row .articles-wrap{
        width: 300px;
    }
    .articles .scroll-row .articles-wrap:last-child{
        margin-left: var(--bs-gutter-x);
    }
    
    .articles .articles-item{
        
        --img-h:200px;
    }
    .articles .more-btn{
        margin-top: 1rem;
    }
}
@media(max-width:360px){
    
    .articles .scroll-row .articles-wrap{
        width: 270px;
    }
}

/*------------- #single-blog   --------------*/ 
.banner-img img,
.single-blog-area .single-blog-slider .swiper-slide img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
    transition: all .3s ease;
    height: 400px;
}
.single-blog-area .blog-content{
    margin-top: 1.5rem;
}
.single-blog-area .blog-content .blog-title{
    font-size: var(--title-4);
    font-weight: bold;
    color: var(--title-color);
    margin-bottom: 1rem;
}
.single-blog-area .blog-content .blog-text{
    font-size: var(--title-7);
    color: #000;
    text-align: justify;
    margin-bottom: .5rem;
    line-height: 1.7;
    font-family: var(--family-medium)
}
.single-blog-area .blog-content .blog-text:last-child{
    margin-bottom: 0;
}
.single-blog-area .swiper-pagination{
    display: flex;
    justify-content: center;
    bottom: 1.5rem !important;
}
.single-blog-area .swiper-pagination .swiper-pagination-bullet{
    
    display: inline-block;
    border-radius: 10px;
    transition: all .3s ease !important;
    width: 14px;
    height: 14px;
    opacity: 1;
    background: rgba(255,255,255,0.5);
}
.single-blog-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    
    
    background: var(--background-four);
    opacity: 1;
}


.blog-sidebar{
    position: relative;
    
}
.blog-sidebar .panel-item{
    background-color: #fff;
    border-radius: 12px;
}
.blog-sidebar .accordion_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--background-seven);
    padding: 1.25rem 1rem;
    border-radius: 12px;
    
}
.blog-sidebar .accordion_header .panel-title{
    margin-bottom: 0;
    font-size: var(--title-4);
    color: #fff;
    font-weight: bold;
    flex: 1;
    
}
.blog-sidebar .accordion_header .panel-icon{
    display: flex;
    align-items: center;
    font-size: var(--title-4);
    transition: transform 0.3s ease;
    color: #fff;
    
}
.blog-sidebar .panel-item.active  .accordion_header .panel-icon{
    
        transform: rotate(-90deg);
}
.blog-sidebar .accordion_body {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 1.5rem 1rem;
    
}
.blog-sidebar .accordion_body .links-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar .accordion_body .links-list .item-link{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    text-align: center;
    font-size: var(--title-8);
    font-weight: bold;
    padding: 1.25rem 0.75rem;
    margin-bottom: 1.25rem;
    color: var(--background-seven)
}
.blog-sidebar .accordion_body .links-list .list-item:last-child .item-link{
    margin-bottom: 0;
}
.blog-sidebar .accordion_body .links-list .item-link::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/text-heading/head-logo.png);
    background-repeat: no-repeat;
    position: relative;
    right: 0;
    display: inline-block;
    background-position: center;
    background-size: contain;
    margin-left: .5rem;
}
.blog-sidebar .accordion_body .links-list .item-link:hover{
    background-color: #eee;
}
.blog-sidebar .accordion_body .links-list .item-link.active{
    color: #fff;
    background-color: #0EB100;
}

@media(min-width:992px){
    
    
    .blog-sidebar .accordion_header{
        pointer-events: none;
        text-align: center;
        border-radius: 12px 12px 0 0;
    }
    .blog-sidebar .accordion_header .panel-icon{
        display: none;
    }
    .blog-sidebar .accordion_body{
        
        display: block !important;
        
    }
}


@media (min-width: 576px) and (max-width: 1199.98px){
    
    .blogs > .container,
    .single-blog > .container {
        max-width: none;
        --bs-gutter-x: 1rem;
    }
}
@media(max-width:575.98px){
    
    .banner-img img,
    .single-blog-area .single-blog-slider .swiper-slide img{
        height: 300px;
        border-radius: 15px;
    }
}


/**** lightbox ***/

.fancybox__counter{
    display: none;
}
.fancybox__nav .carousel__button{
    
    /*transform: translateY(-50%) rotate(180deg) !important;*/
    transition: all .3s ease
}
.fancybox__nav .carousel__button:hover{
    
    color:var(--background-four);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
    
    border-color: var(--background-four)
}
.fancybox__progress{
    
    background-color: var(--background-four);
}

.lightbox-item{
    
    outline: none;
    border: none;
    box-shadow:none;
}
a[data-fancybox] img {
  cursor: zoom-in;
}
.fancybox-zoomIn {
  animation: 0.25s ease both fancybox-zoomIn;
}
.fancybox-zoomOut {
  animation: 0.15s ease both fancybox-zoomOut;
}
@keyframes fancybox-zoomIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fancybox-zoomOut {
  to {
    opacity: 0;
    transform: scale(1.25);
  }
}



/*------------- #contact  --------------*/ 
.input-focus:focus {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

.contact .card-text span:last-child{
    margin-bottom: 0;
}
.contact  .btn-features {
    min-width: inherit;
    max-width: 160px;
    width: 100%;
    margin-top: 1.5rem;
    transition: all .3s ease;
    padding: .75rem;
    font-size: var(--title-7)
}
.contact  .btn-features:hover{
    background-color: var(--background-five-hvr);
}
.contact.features .feta-item{
    transform: none !important;
    background-color: #fff !important;
} 

.contact .contact-form .form{
    padding: 1.5rem var(--box-px-sm);
}
.contact .contact-form .form .form-group{
    margin-bottom: 1rem;
}
.contact .contact-form .form label{
    margin-bottom: 8px;
}
.contact .contact-form .submit-btn{
    min-width: inherit;
    padding: .75rem 1.5rem;
    font-size: var(--title-7);
    transition: all .3s ease;
    border-radius: 10px;
    margin-top: .5rem;
}
.contact .contact-form .submit-btn:hover{
    background-color:#181817 ;
}
.contact .contact-form .form input{
    box-shadow: none;
    border-color:#C4C4C4 ;
}
.contact .contact-form .contact-form-desc,
.contact .contact-form .form{
    margin-bottom: 0;
}

.contact .contact-form .contact-form-desc .title{
    font-weight: bold;
    font-size: var(--title-3);
    margin-bottom: 0;
}
.contact .contact-form .contact-form-desc .desc{
    font-weight: 400;
    font-size: var(--title-5);
    margin-bottom: 0;
    margin-top: .75rem;
    
}

@media(min-width:768px) and (max-width:1199.98px){
    .contact.features > .container{
        
        max-width: none;
        --bs-gutter-x:1rem;
    }
    
}
@media (min-width: 1500px) {
  .contact .contact-form {
    background-size: contain;
    background-position: 120% 100%;
  }
}
@media (max-width: 1499.98px) {
  .contact .contact-form {
    background-size: contain;
    background-position: 142% 100%;
  }
}

@media(max-width:1199.98px){
    
    .contact .contact-form{
        background-image: none;
        background-position:center;
        background-size: cover;
        background-blend-mode: multiply;
        
    }
}

@media(max-width:991.98px){
    
    .contact .contact-form .contact-form-desc{
        text-align: center;
         max-width: 400px;
        margin: auto;
        margin-bottom: var(--py)
    }
    
}





/*------------- #footer --------------*/ 

footer{
    
    background: #FFF4CB;
    position: relative;
}


.footer-area{
    
        padding:var(--py) 0 calc(var(--py) - 1.5rem);

}
.footer-menu{
    
    position: relative;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
}
.footer-menu .menu-title{
    
    margin-bottom: 1.5rem;
    color: var(--clr-1);
    font-size: var(--title-4);
    font-weight: bold;
    color: var(--background-four);
}
.footer-menu .menu-list{
    
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-menu .menu-list .item-link{
    
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
    font-size: var(--title-7);
    font-weight: bold;
    color: #000000;
    margin-bottom: 1rem;
    
}

.footer-menu .menu-list .item-link svg{
    margin-left: .5rem;
}

.footer-menu .menu-list .list-item:last-child .item-link{
    
    margin-bottom: 0;
}
.footer-menu .menu-list .item-link:hover{
    
    color:var(--background-four-hvr);
}
.footer-menu .menu-list .list-item .social-list{
    
    display: flex;
    align-items: center;
    
}
.footer-menu .menu-list .list-item .social-list .social-link{
    
    font-size: var(--title-5);
    color: #000;
    transition: all .3s ease;
    margin-left: 1.5rem;
}
.footer-menu .menu-list .list-item .social-list .social-link:last-child{
    
    margin-left: 0;
}
.footer-menu .menu-list .list-item .social-list .social-link:hover{
    
    color:var(--background-four-hvr);
    transform: scale(1.3);
}


.footer-menu .footer-logo{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footer-menu .footer-logo img{
    
    max-height: 250px;
    
}

footer .copy-rights{
    
    text-align: center;
    background-color: #F0A041;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 1rem calc(1.5rem + 16px);
}
footer .copy-rights p{
    
    margin-bottom: 0;
}




@media(max-width:991.98px){

    
    .footer-menu .footer-logo{
        
        padding-bottom: .75rem;
    }
    .footer-menu .footer-logo img{
        max-height: 150px;
    }


}
@media(max-width:767.98px){

    
     .footer-area .row > div:not(:last-child):not(:nth-last-child(2)) .footer-menu{
        
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #000;
    }

}
@media(max-width:575.98px){
    
    .footer-menu .footer-logo img{
        
        max-height: 120px;
    }
    
   

}

