/*-----------------------------------------------------------------------------------



-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

  01. VARIBALES DECLARARION
  02. SPACE CSS START 
  03. TYPOGRAPHY CSS START
  04. THEME CSS START
  05. ANIMATION CSS START 
  06. BUTTON CSS START
  07. TITLE CSS START
  08. LOADING CSS START
  09. MENU CSS START
  10. MODAL CSS START
  11. HEADER CSS START
  12. HERO CSS START
  13. COUNTER CSS START
  14. INSURANCE CSS START
  15. SERVICE CSS START
  16. WORK PROCESS CSS START
  17. QUOTE CSS START
  18. GALLERY CSS START
  19. SLIDER CSS START
  20. ABOUT CSS START
  21. BRAND CSS START
  22. TEAM CSS START
  23. BLOG CSS START
  24. PRICE CSS START
  25. CONTACT CSS START
  26. FOOTER CSS START

**********************************************/
/*----------------------------------------*/
/*  01. VARIBALES DECLARARION
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;family=Space+Grotesk:wght@300..700&amp;display=swap");
:root {
  --primary: #15396d;
  --secondary: #15396d;
  --white: #fff;
  --black: #15140F;
  --black-2: #15396d;
  --black-3: #232323;
  --gray: #535353;
  --gray-2: #6A7388;
  --gray-3: #F0EFEA;
  --orange: #15396d;
  --font-inter: "Inter", sans-serif;
  --font-grotesk: "Space Grotesk", sans-serif;
}

/*----------------------------------------*/
/*  02. SPACE CSS START
/*----------------------------------------*/
.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .pb-110 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 60px;
  }
}

.pb-135 {
  padding-bottom: 135px;
}
@media (max-width: 1199px) {
  .pb-135 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .pb-135 {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .pb-135 {
    padding-bottom: 60px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}
@media (max-width: 1199px) {
  .pb-160 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .pb-160 {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .pb-160 {
    padding-bottom: 60px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .pt-110 {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-110 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .pt-130 {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-135 {
  padding-top: 135px;
}
@media (max-width: 1199px) {
  .pt-135 {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pt-135 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-135 {
    padding-top: 60px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media (max-width: 1199px) {
  .pt-140 {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pt-140 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .pt-150 {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pt-150 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

.pt-160 {
  padding-top: 160px;
}
@media (max-width: 1199px) {
  .pt-160 {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pt-160 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-160 {
    padding-top: 60px;
  }
}

.pt-180 {
  padding-top: 180px;
}
@media (max-width: 1199px) {
  .pt-180 {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pt-180 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-180 {
    padding-top: 60px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .mt-110 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-110 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-110 {
    margin-top: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

/*----------------------------------------*/
/* 03. TYPOGRAPHY CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-inter);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  padding: 0;
  margin: 0;
  font-style: normal;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

img {
  max-width: 100%;
}

/*----------------------------------------*/
/* 04. THEME CSS START
/*----------------------------------------*/
.error__area {
  padding-top: 175px;
  padding-bottom: 200px;
  text-align: center;
}
@media (max-width: 1199px) {
  .error__area {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .error__area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.error__content .title {
  font-size: 174px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media (max-width: 991px) {
  .error__content .title {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .error__content .title {
    font-size: 100px;
  }
}
.error__content .sub-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  color: #00160A;
  padding-bottom: 8px;
}
.error__content form {
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 25px;
  width: 530px;
  position: relative;
}
@media (max-width: 767px) {
  .error__content form {
    width: 320px;
  }
}
.error__content form input {
  width: 100%;
  height: 55px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #E3E8F4;
  outline: none;
  color: #484949;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
}
.error__content form input::-moz-placeholder {
  opacity: 1;
}
.error__content form input::placeholder {
  opacity: 1;
}
.error__content form .submit {
  position: absolute;
  right: 0;
  width: 130px;
  height: 55px;
  border-radius: 0 5px 5px 0;
  border: none;
  background: #fff;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .error__content form .submit {
    width: 100px;
  }
}
.error__content p a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  text-underline-offset: 3px;
}
.error__content p a:hover {
  color: #00160A;
}

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #15396d;
}

.basu-preloader {
  width: 80px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: preloader 1s infinite linear;
}

@keyframes preloader {
  to {
    transform: rotate(1turn);
  }
}
.scroll--top {
  position: fixed;
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 25px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #1B1A1A;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.scroll--top.showed {
  opacity: 1;
  bottom: 25px;
  visibility: visible;
}
.scroll--top:hover {
  color: #1B1A1A;
  background-color: #fff;
}

/*----------------------------------------*/
/*  05. ANIMATION CSS START
/*----------------------------------------*/
@keyframes basuRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/* 06. BUTTON CSS START
/*----------------------------------------*/
.basu-btn-primary {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 30px;
  padding: 15px 36px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.basu-btn-primary:hover {
  color: var(--white);
  background-color: var(--secondary);
}
.basu-btn-border {
  display: inline-block;
  border-radius: 30px;
  padding: 18px 32px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  border: 1px solid var(--white);
}
.basu-btn-border .inner {
  height: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}
.basu-btn-border i,
.basu-btn-border svg {
  font-size: 15px;
  margin-left: 5px;
  transition: all 0.3s;
}
.basu-btn-border:hover {
  color: var(--white);
}
.basu-btn-circle {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--secondary);
}
@media (max-width: 479px) {
  .basu-btn-circle {
    font-size: 16px;
  }
}
.basu-btn-circle:hover {
  color: var(--white);
}
.basu-btn-circle:hover::after {
  transform: scale(1);
  background-color: var(--primary);
}
.basu-btn-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0);
  transition: all 0.5s;
  border-radius: 100%;
  background-color: var(--secondary);
}
.basu-btn-flip {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 30px;
  padding: 15px 36px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  perspective: 1000px;
  transition: all 0.5s;
}
.basu-btn-flip i,
.basu-btn-flip svg {
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.0705882353);
  transition: all 0.5s;
  border-radius: 100%;
}
.basu-btn-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.basu-btn-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
.basu-btn-flip:focus, .basu-btn-flip:hover {
  color: var(--white);
}
.basu-btn-flip:focus span, .basu-btn-flip:hover span {
  transform: rotateX(90deg) translateY(-22px);
}
.basu-btn-flip:focus span:before, .basu-btn-flip:hover span:before {
  color: var(--white);
}

/*----------------------------------------*/
/*  06. TITLE CSS START
/*----------------------------------------*/
.sec-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--black-2);
}
@media (max-width: 1199px) {
  .sec-title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .sec-title {
    font-size: 36px;
  }
}
.sec-title-2 {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--black-2);
  letter-spacing: -1.48px;
}
@media (max-width: 1199px) {
  .sec-title-2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .sec-title-2 {
    font-size: 40px;
  }
}

/*----------------------------------------*/
/*  08. LOADING CSS START
/*----------------------------------------*/
.preloader {
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  position: relative;
  z-index: 999;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.loading .bar {
  width: 6px;
  height: 60px;
  background: var(--white);
  display: inline-block;
  transform-origin: bottom center;
  animation: wcLoading 1.5s ease-in-out infinite;
}
.loading .bar1 {
  animation-delay: 0.1s;
}
.loading .bar2 {
  animation-delay: 0.2s;
}
.loading .bar3 {
  animation-delay: 0.3s;
}
.loading .bar4 {
  animation-delay: 0.4s;
}
.loading .bar5 {
  animation-delay: 0.5s;
}
.loading .bar6 {
  animation-delay: 0.6s;
}
.loading .bar7 {
  animation-delay: 0.7s;
}
.loading .bar8 {
  animation-delay: 0.8s;
}

/*----------------------------------------*/
/*  09. MENU CSS START
/*----------------------------------------*/
@media (max-width: 1199px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul li {
  display: inline-block;
  padding: 0 20px;
}
.main-menu ul li:hover .main-dropdown {
  top: 80px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li:hover .mega-menu {
  top: 80px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li a {
  font-size: 14px;
  color: #15140F;
  font-weight: 600;
  display: block;
  padding: 28px 3px;
  text-transform: uppercase;
}
.main-menu ul li ul li a:hover {
  color: #fff;
}
.main-menu .main-dropdown {
  position: absolute;
  width: 350px;
  top: 100px;
  background: var(--black-2);
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 5;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.main-menu .main-dropdown li {
  padding: 0 30px;
  display: block;
  text-align: left;
  position: relative;
}
.main-menu .main-dropdown li:hover .sub-dropdown {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1919px) {
  .main-menu .main-dropdown li:hover .sub-dropdown {
    left: -100%;
  }
}
.main-menu .main-dropdown li a {
  color: var(--white);
  padding: 10px 0;
}
.main-menu .sub-dropdown {
  position: absolute;
  width: 260px;
  left: 90%;
  top: 0;
  background: var(--black-2);
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 5;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
@media (max-width: 1919px) {
  .main-menu .sub-dropdown {
    left: -90%;
  }
}
.main-menu .sub-dropdown li {
  padding: 0 30px;
  display: block;
  text-align: left;
  position: relative;
}
.main-menu .sub-dropdown li a {
  color: var(--white);
  padding: 10px 0;
}
.main-menu .has-dropdown {
  position: relative;
}
.main-menu .has-dropdown:hover::after {
  color: var(--primary);
}
.main-menu .has-dropdown::after {
  position: absolute;
  content: "\f107";
  width: 15px;
  height: 15px;
  top: 32px;
  right: 0;
  color: #15140F;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 12px;
  transition: all 0.2s;
}
.main-menu .has-megamenu {
  position: static;
}
.main-menu .has-megamenu:hover::after {
  color: var(--primary);
}
.main-menu .has-megamenu::after {
  position: absolute;
  content: "\f107";
  width: 15px;
  height: 15px;
  top: 30px;
  color: var(--white);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transition: all 0.2s;
}
.main-menu .main-dropdown .has-dropdown {
  position: relative;
}
.main-menu .main-dropdown .has-dropdown:hover::after {
  color: var(--primary);
}
.main-menu .main-dropdown .has-dropdown::after {
  position: absolute;
  content: "\f107";
  width: 15px;
  height: 15px;
  top: 15px;
  right: 20px;
  color: var(--white);
  transform: rotate(-90deg);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transition: all 0.2s;
}
.main-menu .mega-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 9;
  background-color: var(--black-2);
  text-align: left;
  padding: 40px 230px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
@media (max-width: 1919px) {
  .main-menu .mega-menu {
    padding: 40px 50px;
  }
}
@media (max-width: 1399px) {
  .main-menu .mega-menu {
    padding: 40px 20px;
  }
}
.main-menu .mega-menu li {
  display: block;
}
.main-menu .mega-menu li:first-child {
  font-size: 18px;
  color: var(--white);
  padding-bottom: 10px;
  text-transform: capitalize;
}
.main-menu .mega-menu li a {
  padding: 8px 5px;
}

.mean-container .mean-nav > ul {
  display: block !important;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-bar {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  background: transparent;
}
.mean-container .mean-nav {
  margin-top: 0;
  background-color: transparent;
}
.mean-container .mean-nav ul li {
  border-bottom: 1px solid #dddddd;
}
.mean-container .mean-nav ul li:first-child {
  border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li .main-dropdown li:last-child {
  border-bottom: none;
}
.mean-container .mean-nav ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #15140F;
  padding: 13px 0;
  text-transform: uppercase;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand {
  padding: 0 !important;
  line-height: 44px;
  background: transparent;
  border: none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
}
.mean-container .mean-nav ul li li a {
  padding: 13px 15px;
  border-top: none;
  opacity: 1;
  color: #15140F;
}

.offcanvas__area .btn--close {
  border: 1px solid #15140F;
  padding: 4px 10px;
  font-size: 20px;
  background-color: transparent;
  border-radius: 3px;
}

/*----------------------------------------*/
/*  10. MODAL CSS START
/*----------------------------------------*/
.modal__btn {
  gap: 10px;
  display: flex;
  align-items: center;
}
.modal__btn .icon {
  width: 66px;
  height: 66px;
  fill: var(--white);
  color: var(--white);
  border-radius: 20px;
  background-color: var(--orange);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.modal__btn .icon:hover {
  background-color: var(--secondary);
}
.modal__btn .text {
  font-size: 16px;
  font-weight: 400;
  color: var(--black-3);
}

/*----------------------------------------*/
/* 11. HEADER CSS START
/*----------------------------------------*/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: ease 0.4s;
}

.sticky.header__area {
  background-color: var(--white);
}
.sticky.header__area .logo-wrapper .logo .standard-logo {
  display: none;
}
.sticky.header__area .logo-wrapper .logo .sticky-logo {
  display: block;
}
@media (max-width: 1199px) {
  .sticky.header__area {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.sticky.header__area-2 {
  top: 0px !important;
  background-color: #F0EFEA;
}
.sticky.header__area-2 .logo-wrapper .logo .standard-logo {
  display: none;
}
.sticky.header__area-2 .logo-wrapper .logo .sticky-logo {
  display: block;
}
.sticky.header__area-3 {
  top: 0px !important;
  background-color: #F0EFEA;
}
.sticky.header__area-3 .logo-wrapper .logo .standard-logo {
  display: none;
}
.sticky.header__area-3 .logo-wrapper .logo .sticky-logo {
  display: block;
}

.offcanvas.offcanvas-end {
  width: 300px;
}

.header__area {
  padding: 19px 100px;
    background: #fff
}
@media (max-width: 1919px) {
  .header__area {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header__area {
    padding: 12px 15px;
  }
}
.header__area .basu-btn-flip {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .header__area .basu-btn-flip {
    display: none;
  }
}
.header__area-2 {
  top: 40px;
}
@media (max-width: 767px) {
  .header__area-2 {
    top: 20px;
  }
}
.header__area-2 .header__menu {
  text-align: center;
}
@media (max-width: 1399px) {
  .header__area-2 .main-menu ul li {
    padding: 0 12px;
  }
}
.header__area-2 .basu-btn-border {
  color: #15396d;
  border-color: #15396d;
}
@media (max-width: 767px) {
  .header__area-2 .basu-btn-border {
    display: none;
  }
}
.header__area-2 .basu-btn-border i {
  font-size: 15px;
  margin-left: 5px;
}
.header__area-3 {
  top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .header__area-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .header__area-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.header__wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F0EFEA;
  border-radius: 20px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .header__wrapper-2 {
    padding: 16px 15px;
  }
}
.header__wrapper-2 .logo-wrapper .logo .sticky-logo {
  display: none;
}
.header__wrapper-3 {
  display: flex;
  align-items: center;
  background-color: #F0EFEA;
  border-radius: 60px;
  padding: 7px 20px;
}
@media (max-width: 1199px) {
  .header__wrapper-3 {
    padding: 14px 20px;
  }
}
.header__wrapper-3 .logo-wrapper .logo .sticky-logo {
  display: none;
}
.header__wrapper .logo-wrapper {
  flex-basis: 200px;
}
.header__wrapper .logo-wrapper .logo .sticky-logo {
  display: none;
}
.header__menu {
  flex: 1;
}
.header__menu-3 {
  flex: 1;
  padding-left: 40px;
}
@media (max-width: 1399px) {
  .header__menu-3 {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}
.header__btn {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
    padding-right: 30px;
}
.header__btn-3 {
  gap: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__btn-3 {
    gap: 20px;
  }
}
.header__btn-3 .help {
  gap: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .header__btn-3 .help {
    display: none;
  }
}
.header__btn-3 .call a {
  font-size: 18px;
  color: #15396d;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  font-family: var(--font-grotesk);
}
@media (max-width: 767px) {
  .header__btn-3 .btn-wrap {
    display: none;
  }
}
.header__btn-3 .btn-wrap a {
  background-color: #FF6969;
}
.header__btn-3 .btn-wrap a i,
.header__btn-3 .btn-wrap a svg {
  background: rgba(255, 255, 255, 0.2);
}

.menu--open {
  border: 1px solid #15140F;
  padding: 5px 9px;
  font-size: 20px;
  background-color: transparent;
  border-radius: 3px;
  display: none;
}
@media (max-width: 1199px) {
  .menu--open {
    display: block;
  }
}

/*----------------------------------------*/
/*  12. HERO CSS START
/*----------------------------------------*/
.hero__area {
  background-color: #F4F3EE;
  position: relative;
  padding-top: 200px;
}
@media (max-width: 1399px) {
  .hero__area {
    padding-top: 180px;
  }
}
@media (max-width: 1199px) {
  .hero__area {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero__area {
    padding-top: 120px;
  }
}
.hero__area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  left: 0;
  top: 0;
  background-color: #F0EFEA;
}
.hero__area-2 {
  padding-top: 230px;
  background-image: url(../imgs/hero/bg.png);
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .hero__area-2 {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .hero__area-2 {
    padding-top: 130px;
  }
}
.hero__wrapper .title {
  font-size: 70px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.3;
  letter-spacing: -0.79px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
@media (max-width: 1399px) {
  .hero__wrapper .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .hero__wrapper .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .hero__wrapper .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hero__wrapper .title {
    font-size: 29px;
  }
}
@media (max-width: 574px) {
  .hero__wrapper .title {
    font-size: 30px;
  }
}
.hero__wrapper .title.right {
  text-align: right;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .hero__wrapper .title.right {
    text-align: left;
    padding-top: 5px;
  }
}
.hero__wrapper .content {
  padding-bottom: 45px;
}
.hero__wrapper .content p {
  color: #232323;
  max-width: 470px;
  letter-spacing: -0.36px;
  margin-top: -80px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .hero__wrapper .content p {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .hero__wrapper .content p {
    margin-top: 20px;
  }
}
.hero__wrapper .thumb {
  position: relative;
  z-index: 1;
}
.hero__wrapper .thumb .modal__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px;
  background: var(--white);
  border-radius: 20px 0 20px 0;
}
@media (max-width: 767px) {
  .hero__wrapper .thumb .modal__btn {
    padding: 20px;
  }
}
.hero__wrapper .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hero__wrapper .thumb img {
    height: 300px;
  }
}
.hero__wrapper-2 {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
}
@media (max-width: 1199px) {
  .hero__wrapper-2 {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .hero__wrapper-2 {
    grid-template-columns: 1fr;
  }
}
.hero__wrapper-2 .sub-title {
  font-size: 16px;
  color: #15396d;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero__wrapper-2 .title {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.2;
  color: #15396d;
  letter-spacing: -1.48px;
  text-transform: capitalize;
  margin-right: -220px;
  margin-top: 5px;
  margin-bottom: 140px;
}
@media (max-width: 1199px) {
  .hero__wrapper-2 .title {
    font-size: 52px;
    margin-right: -120px;
  }
}
@media (max-width: 991px) {
  .hero__wrapper-2 .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero__wrapper-2 .title {
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.hero__wrapper-2 img {
  border-radius: 20px;
}
.hero__wrapper-2 p {
  line-height: 1.75;
  letter-spacing: -0.36px;
  padding-right: 80px;
  margin-top: 27px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .hero__wrapper-2 p {
    padding-right: 0;
  }
}
.hero__wrapper-2 .basu-btn-border {
  color: #15396d;
  display: inline-flex;
  border-color: #CCCCCC;
}
.hero__wrapper-2 .basu-btn-border:hover {
  border-color: var(--primary);
}
.hero__left-2 {
  z-index: 1;
  position: relative;
}

.breadcrumb__area {
  height: 400px;
  position: relative;
    background: #15396d
}
@media (max-width: 991px) {
  .breadcrumb__area {
    padding-top: 250px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__area {
    padding-top: 200px;
    padding-bottom: 90px;
  }
}
.breadcrumb__area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #15396d;
  opacity: 0.8;
}
.breadcrumb__area .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.breadcrumb__content {
      z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    height: 100%;
}
.breadcrumb__area .container{
    height: 100%;
    align-items: center;
}
@media (max-width: 767px) {
  .breadcrumb__content {
    gap: 20px;
    flex-direction: column;
  }
}
.breadcrumb__content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  letter-spacing: -1.48px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .breadcrumb__content .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .breadcrumb__content .title {
    font-size: 40px;
  }
}
.breadcrumb__content p {
  gap: 10px;
    display: flex;
    align-items: center;
    color: #15396d;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    background: #f1f1f1;
    padding: 10px 20px;
    border-radius: 10px;
    position: absolute;
    bottom: -27px;
}
.breadcrumb__content p a:hover {
  
}

/*----------------------------------------*/
/*  13. COUNTER CSS START
/*----------------------------------------*/
.counter__area {
  background-color: #F4F3EE;
}
.counter__area-2 {
  background-color: #F4F3EE;
}
.counter__area.inner {
  background-color: var(--white);
}
.counter__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.counter__area .counter__wrapper{
    display: block;
    text-align: center
}
@media (max-width: 1199px) {
  .counter__wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.counter__wrapper-2 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1199px) {
  .counter__wrapper-2 {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.counter__right-2 {
  gap: 30px;
  display: grid;
}
@media (max-width: 767px) {
  .counter__right-2 {
    gap: 15px;
  }
}
.counter__content {
  gap: 40px;
  display: flex;
}
@media (max-width: 767px) {
  .counter__content {
    gap: 20px;
    flex-direction: column;
  }
}
.counter__content .title-wrap {
  flex: 1;
}
.counter__content .title {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.35;
  color: var(--black);
}
@media (max-width: 1399px) {
  .counter__content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .counter__content .title {
    font-size: 32px;
  }
}
.counter__content .shape {
  flex-basis: 75px;
}
.counter__content .shape img {
  animation: basuRotation 5s linear infinite;
}
.counter__content-2 .title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
  color: #15140F;
}
@media (max-width: 1399px) {
  .counter__content-2 .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .counter__content-2 .title {
    font-size: 36px;
  }
}
.counter__list {
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .counter__list {
    flex-direction: column;
  }
}
.counter__list-2 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .counter__list-2 {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.counter__rated {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 767px) {
  .counter__rated {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.counter__rated .rating-wrap {
  border-radius: 20px;
  padding: 30px 70px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .counter__rated .rating-wrap {
    padding: 30px;
  }
}
.counter__rated .number {
  color: #15140F;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1.48px;
}
.counter__rated .text {
  font-size: 18px;
  color: #6A7388;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.counter__rated .text strong {
  color: #15140F;
}
.counter__rated .link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: var(--primary);
}
@media (max-width: 767px) {
  .counter__rated .link {
    height: 100px;
  }
}
.counter__item .number {
  font-size: 60px;
  color: #15396d;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.48px;
  padding-bottom: 5px;
}
.counter__item .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  font-family: var(--font-grotesk);
}
.counter__item.style-2 {
  gap: 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 50px 30px;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .counter__item.style-2 {
    padding: 30px 20px 20px;
  }
}

/*----------------------------------------*/
/*  14. INSURANCE CSS START
/*----------------------------------------*/
.insurance__area {
  background-color: #F4F3EE;
}
@media (max-width: 767px) {
  .insurance__area .basu-btn-circle {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 479px) {
  .insurance__area .basu-btn-circle {
    width: 150px;
    height: 150px;
  }
}
.insurance__area.inner {
  background-color: var(--white);
}
.insurance__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .insurance__wrapper {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.insurance__left {
  text-align: left;
  position: relative;
  padding-right: 10px;
}
.insurance__left a {
  position: absolute;
  bottom: 60px;
  left: 0;
}
@media (max-width: 1399px) {
  .insurance__left a {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .insurance__left a {
    left: 0;
    bottom: 0;
  }
}
.insurance__right {
  padding-left: 170px;
  padding-top: 20px;
}
@media (max-width: 1399px) {
  .insurance__right {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .insurance__right {
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .insurance__right {
    padding-left: 0;
  }
}
.insurance__right .title {
  font-size: 36px;
  color: #15396d;
    line-height: 1.3;
    padding-bottom: 20px;
 /* font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.64px;
  max-width: 360px;
  padding-bottom: 20px;*/
}
.insurance__right p {
  line-height: 1.6;
  padding-bottom: 30px;
 letter-spacing: 0;
    text-align: justify;
}
@media (max-width: 767px) {
  .insurance__right p {
    padding-bottom: 20px;
  }
}
.insurance__right .list {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .insurance__right .list {
    padding-top: 15px;
  }
}
.insurance__right .list li {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 15px;
  letter-spacing: -0.36px;
  display: flex;
}
.insurance__right .list img {
  margin-right: 10px;
}

/*----------------------------------------*/
/*  15. SERVICE CSS START
/*----------------------------------------*/
.service__area {
  background-color: #F4F3EE;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1919px) {
  .service__area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .service__area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.service__area .title-wrap {
  gap: 40px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .service__area .title-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .service__area .title-wrap {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.service__area .sec-title {
      color: #fff;
    line-height: 1.3;
    font-size: 36px;
}
.service__area .sub-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.service__area .sub-title span {
  color: #fff;
}
.service__area .sub-title strong {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .service__area .sub-title strong {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .service__area .sub-title strong {
    margin-right: 5px;
  }
}
.service__area-2 {
  background-color: #F8F7F2;
}
.service__area-2 .sec-title-2 {
  color: #15140F;
}
.service__area.inner {
  background-color: var(--white);
}
.service__area.inner .sub-title {
  color: #15396d;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.service__area.inner .basu-btn-border {
  color: #15396d;
  border-color: #CCCCCC;
}
.service__area.inner .service__top {
  border-color: #CCCCCC;
}
.service__area.inner .service__outer {
  background-color: var(--white);
}
.service__area.inner .service__item.style-1 {
  border: 1px solid #CCCCCC;
  background-color: var(--white);
}
.service__area.inner .service__item.style-1 .title {
  color: #15396d;
}
.service__area.inner .service__item.style-1 .read-more {
  color: #15396d;
  fill: #15396d;
}
.service__area.inner .service__item.style-1 .icon {
  border: 1px solid #CCCCCC;
}
.service__area.inner .service__item.style-1 .number {
  color: #CCCCCC;
}
.service__area.inner .service__item.style-1:nth-child(even) {
  transform: translateY(0);
}
.service__outer {
  border-radius: 20px;
  background-color: #15396d;
}
.service__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--white);
}
@media (max-width: 767px) {
  .service__top {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.service__top a i {
  color: #fff;
}
.service__top-2 {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service__top-2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.service__list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1399px) {
  .service__list {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .service__list {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .service__list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.service__list-2 {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1399px) {
  .service__list-2 {
    gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .service__list-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .service__list-2 {
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 1fr;
  }
}
.service__list-3 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service__list-3 {
    grid-template-columns: 1fr;
  }
}
.service__list-3 .service__item.style-2 {
  border-color: #CCCCCC;
}
.service__list-3 .service__item.style-2 .content {
  padding-top: 50px;
}
.service__item.style-1 {
  padding: 30px;
  border-radius: 20px;
  background-color: #1f4d8f;
  border: 2px solid #1f4d8f;
  transition: all 0.3s;
}
.service__item.style-1:nth-child(even) {
  transform: translateY(30px);
}
@media (max-width: 767px) {
  .service__item.style-1:nth-child(even) {
    transform: unset;
  }
}
.service__item.style-1:hover {
  border-color: #fff;
}
.service__item.style-1:hover .icon {
  border-color: #0c3571;
    background-color: #0c3571;
}
.service__item.style-1 .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service__item.style-1 .icon {
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s;
}
.service__item.style-1 .number {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.service__item.style-1 .content {
  padding-top: 160px;
}
@media (max-width: 1399px) {
  .service__item.style-1 .content {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .service__item.style-1 .content {
    padding-top: 90px;
  }
}
.service__item.style-1 .title {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 15px;
}
.service__item.style-1 p{
   color: #ffffffcc;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
.service__item.style-1 .title a:hover {
  color: #fff;
}
.service__item.style-1 .read-more {
  gap: 5px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  fill: var(--white);
  font-weight: 600;
  font-size: 18px;
}
.service__item.style-1 .read-more:hover {
  gap: 10px;
  color: #fff;
}
.service__item.style-1 .read-more i,
.service__item.style-1 .read-more svg {
  color: #fff;
  fill: #fff;
}
.service__item.style-2 {
  display: block;
  padding: 50px 30px 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .service__item.style-2 {
    padding: 30px;
  }
}
.service__item.style-2:hover {
  background-color: #15396d;
  border-color: #15396d;
}
.service__item.style-2:hover .icon {
  filter: invert(1);
}
.service__item.style-2:hover .title {
  color: var(--white);
}
.service__item.style-2:hover .content p {
  color: var(--white);
}
.service__item.style-2 .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service__item.style-2 .icon {
  transition: all 0.3s;
}
.service__item.style-2 .number {
  font-size: 60px;
  font-weight: 700;
  color: rgba(21, 20, 15, 0.1);
  letter-spacing: -1.48px;
}
.service__item.style-2 .content {
  padding-top: 140px;
}
@media (max-width: 1399px) {
  .service__item.style-2 .content {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .service__item.style-2 .content {
    padding-top: 80px;
  }
}
.service__item.style-2 .content p {
  transition: all 0.3s;
}
.service__item.style-2 .title {
  font-size: 24px;
  font-weight: 500;
  color: #15140F;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.service__details h2 {
  font-size: 32px;
  font-weight: 500;
  color: #15396d;
  line-height: 1.2;
  letter-spacing: -0.64px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .service__details h2 {
    font-size: 25px;
    padding-bottom: 15px;
  }
}
.service__details p {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .service__details p {
    padding-bottom: 25px;
  }
}
.service__details img {
  margin-bottom: 30px;
  border-radius: 20px;
}
.service__details .row {
  align-items: center;
  margin-bottom: 30px;
}
.service__details .row img {
  margin-bottom: 0;
}
.service__details .list-check {
  gap: 15px;
  display: grid;
}
@media (max-width: 1199px) {
  .service__details .list-check {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .service__details .list-check {
    gap: 10px;
  }
}
.service__details .list-check li {
  gap: 15px;
  display: flex;
  align-items: center;
  color: #6A7388;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .service__details .list-check li {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .service__sidebar {
    margin-top: 30px;
  }
}
.service__widget {
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
}
.service__widget ul {
  gap: 30px;
  display: grid;
}
@media (max-width: 767px) {
  .service__widget ul {
    gap: 15px;
  }
}
.service__widget li a {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #15396d;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-grotesk);
  background-color: #F0EFEA;
  padding: 20px;
  border-radius: 20px;
}
.service__widget li a:hover {
  color: var(--white);
  background-color: #FF6969;
}
.service__widget .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6969;
  font-size: 16px;
  border-radius: 100%;
  background-color: var(--white);
}
.service__contact {
  padding: 80px 15px;
  text-align: center;
  border-radius: 20px;
  background-color: #36180A;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .service__contact {
    padding: 50px 15px;
  }
}
.service__contact .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white);
  font-size: 30px;
  background-color: #FF6969;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service__contact .icon {
    margin-bottom: 30px;
  }
}
.service__contact p {
  padding-bottom: 20px;
  color: var(--white);
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .service__contact p {
    padding-bottom: 15px;
  }
}
.service__contact a {
  display: inline-block;
  font-size: 24px;
  line-height: 1.3;
  color: var(--white);
  font-weight: 500;
}

/*----------------------------------------*/
/*  16. WORK PROCESS CSS START
/*----------------------------------------*/
.work-process__area {
  background-color: #F4F3EE;
}
.work-process__area .title-wrap {
  gap: 40px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .work-process__area .title-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .work-process__area .title-wrap {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.work-process__area .sec-title {
  line-height: 0.9;
  text-transform: capitalize;
    font-size: 36px
}
.work-process__area .sub-title {
  color: #15396d;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.work-process__area .sub-title strong {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .work-process__area .sub-title strong {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .work-process__area .sub-title strong {
    margin-right: 5px;
  }
}
.work-process__area.inner {
  background-color: var(--white);
}
.work-process__area.inner .sec-title {
/*  color: #fff;*/
}
.work-process__area.inner .work-process__item.style-1 .content {
  margin-left: auto;
}
.work-process__area.inner .work-process__item.style-1:nth-child(even) .content {
  margin-left: 0;
}
.work-process__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work-process__top {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.work-process__top a {
  color: #15396d;
  border: 1px solid #CCCCCC;
  background-color: var(--white);
}
.work-process__top a i,
.work-process__top a svg {
  color: #fff;
}
.work-process__top a:hover {
  background-color: var(--secondary);
}
.work-process__top a:hover i,
.work-process__top a:hover svg {
  color: var(--white);
}
.work-process__list {
  gap: 60px;
  display: grid;
}
.work-process__item.style-1 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  position: relative;
    gap:50px
}
@media (max-width: 767px) {
  .work-process__item.style-1 {
    grid-template-columns: 1fr;
  }
}
.work-process__item.style-1:nth-child(even) .thumb {
  order: 1;
}
@media (max-width: 767px) {
  .work-process__item.style-1:nth-child(even) .thumb {
    order: unset;
  }
}
.work-process__item.style-1 .thumb {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .work-process__item.style-1 .thumb {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.work-process__item.style-1 .shape-1 {
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media (max-width: 991px) {
  .work-process__item.style-1 .shape-1 {
    bottom: -105px;
  }
}
@media (max-width: 767px) {
  .work-process__item.style-1 .shape-1 {
    display: none;
  }
}
.work-process__item.style-1 .shape-2 {
  position: absolute;
  left: 0;
  bottom: -60px;
}
@media (max-width: 991px) {
  .work-process__item.style-1 .shape-2 {
    bottom: -105px;
  }
}
@media (max-width: 767px) {
  .work-process__item.style-1 .shape-2 {
    display: none;
  }
}
.work-process__item.style-1 .content {
  margin-left: 120px;
}
@media (max-width: 991px) {
  .work-process__item.style-1 .content {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .work-process__item.style-1 .content {
    margin-left: 0;
  }
}
.work-process__item.style-1 .number {
  width: 80px;
  height: 80px;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.work-process__item.style-1 .title {
  color: #15396d;
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .work-process__item.style-1 .title {
    font-size: 28px;
  }
}
.work-process__item.style-1 .text {
     max-width: 100%;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
    color: #333
}

/*----------------------------------------*/
/*  17. QUOTE CSS START
/*----------------------------------------*/
.quote__area {
  background-color: #F4F3EE;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1919px) {
  .quote__area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .quote__area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.quote__area .title {
  color: #15396d;
  font-size: 50px;
  line-height: 1.38;
  font-weight: 300;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .quote__area .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .quote__area .title {
    font-size: 32px;
  }
}
.quote__area .title span {
  color: #E15E2E;
}
.quote__area p {
  font-size: 20px;
  color: #15396d;
  text-transform: uppercase;
}
.quote__area.inner {
  background-color: var(--white);
}
.quote__outer {
  text-align: center;
  border-radius: 20px;
  background-color: #F0EFEA;
  padding-top: 135px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 1199px) {
  .quote__outer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .quote__outer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.quote__outer .shape-1 {
  position: absolute;
  left: 90px;
  bottom: 80px;
}
@media (max-width: 767px) {
  .quote__outer .shape-1 {
    left: 0;
    width: 60px;
  }
}
.quote__outer .shape-2 {
  position: absolute;
  right: 60px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .quote__outer .shape-2 {
    right: 0;
    width: 60px;
  }
}

/*----------------------------------------*/
/*  18. GALLERY CSS START
/*----------------------------------------*/
.gallery__area {
  background-color: #F4F3EE;
  padding-bottom: 20px;
}
.gallery__area .title-wrap {
  gap: 40px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .gallery__area .title-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gallery__area .title-wrap {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.gallery__area .sec-title {
  color: #15396d;
  line-height: 0.9;
}
.gallery__area .sub-title {
  color: #15396d;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.gallery__area .sub-title strong {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .gallery__area .sub-title strong {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .gallery__area .sub-title strong {
    margin-right: 5px;
  }
}
.gallery__area-2 {
  overflow: hidden;
  background-color: #F4F3EE;
}
.gallery__area-2 .sec-title-2 {
  color: #15140F;
}
.gallery__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gallery__top {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.gallery__top a {
  color: #15396d;
  border: 1px solid #CCCCCC;
  background-color: var(--white);
}
.gallery__top a i,
.gallery__top a svg {
  color: #fff;
}
.gallery__top a:hover {
  background-color: var(--secondary);
}
.gallery__top a:hover i,
.gallery__top a:hover svg {
  color: var(--white);
}
.gallery__top-2 {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 767px) {
  .gallery__top-2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.gallery__list {
  gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 330px;
  position: relative;
}
@media (max-width: 1199px) {
  .gallery__list {
    gap: 30px;
    padding-left: 280px;
  }
}
@media (max-width: 991px) {
  .gallery__list {
    gap: 40px 30px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .gallery__list {
    grid-template-columns: 1fr;
  }
}
.gallery__list .basu {
  font-size: 530px;
  font-weight: 700;
  color: rgba(38, 18, 8, 0.05);
  line-height: 0.8;
  letter-spacing: -6.13px;
  text-transform: uppercase;
  position: absolute;
  left: -49%;
  transform: rotate(-90deg);
  top: 42%;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .gallery__list .basu {
    font-size: 400px;
    left: -32%;
  }
}
@media (max-width: 1399px) {
  .gallery__list .basu {
    left: -40%;
  }
}
@media (max-width: 1199px) {
  .gallery__list .basu {
    font-size: 360px;
  }
}
@media (max-width: 991px) {
  .gallery__list .basu {
    left: -20%;
  }
}
.gallery__item.style-1 .thumb {
  overflow: hidden;
  border-radius: 20px;
}
.gallery__item.style-1 .thumb:hover img {
  transform: scale(1.2);
}
.gallery__item.style-1 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.gallery__item.style-1 .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 30px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .gallery__item.style-1 .text {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
.gallery__item.style-1 .title {
  font-size: 24px;
  color: #15396d;
  font-weight: 500;
  padding-right: 30px;
  line-height: 1.5;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .gallery__item.style-1 .title {
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .gallery__item.style-1 .title {
    font-size: 22px;
    padding-right: 0;
  }
}
.gallery__item.style-1 .title:hover {
  color: var(--primary);
}
.gallery__slider {
  padding-left: 220px;
  position: relative;
}
@media (max-width: 1199px) {
  .gallery__slider {
    padding-left: 180px;
  }
}
@media (max-width: 767px) {
  .gallery__slider {
    padding-left: 0;
  }
}
.gallery__slider .swiper {
  margin-right: -650px;
}
@media (max-width: 1919px) {
  .gallery__slider .swiper {
    margin-right: -250px;
  }
}
@media (max-width: 1199px) {
  .gallery__slider .swiper {
    margin-right: -180px;
  }
}
@media (max-width: 991px) {
  .gallery__slider .swiper {
    margin-right: 0px;
  }
}
.gallery__arrow {
  position: absolute;
  left: 0;
  top: 50px;
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media (max-width: 1199px) {
  .gallery__arrow {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gallery__arrow {
    position: static;
    margin-top: 30px;
    flex-direction: unset;
    justify-content: center;
  }
}
.gallery__arrow .g-btn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 57, 109, 0.3882352941);
  transition: all 0.3s;
  border-radius: 100%;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .gallery__arrow .g-btn {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .gallery__arrow .g-btn {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 574px) {
  .gallery__arrow .g-btn {
    width: 70px;
    height: 70px;
  }
}
.gallery__arrow .g-btn:hover {
  border-color: #15396d;
}

.project__list {
  gap: 60px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .project__list {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.project__list .gallery__item.style-1 .title {
  max-width: 450px;
}
.project-detail__wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .project-detail__wrapper {
    grid-template-columns: 1fr;
  }
}
.project-detail__thumb {
  margin-bottom: 25px;
}
.project-detail__content .row {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .project-detail__content .row {
    gap: 20px;
  }
}
.project-detail__content p {
  margin-bottom: 30px;
}
.project__sidebar {
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  margin-top: -230px;
  background-color: var(--white);
}
@media (max-width: 1399px) {
  .project__sidebar {
    padding: 30px 15px;
    align-self: flex-start;
  }
}
@media (max-width: 991px) {
  .project__sidebar {
    margin-top: 20px;
  }
}
.project__sidebar .title {
  font-size: 24px;
  font-weight: 500;
  color: #15396d;
  line-height: 1.5;
  border-radius: 20px;
  background: #F0EFEA;
  padding: 17px 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  .project__sidebar .title {
    font-size: 20px;
    padding: 15px;
  }
}
.project__sidebar .info {
  gap: 15px;
  display: grid;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .project__sidebar .info {
    gap: 5px;
    padding: 20px 15px;
  }
}
.project__sidebar .info strong {
  font-size: 18px;
  color: #15396d;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.project__sidebar .social--media.style-1 {
  display: flex;
  justify-content: center;
}
.project__sidebar .social--media.style-1 a {
  color: #36180A;
  background-color: #F0EFEA;
}
.project__details .title {
  font-size: 60px;
  color: #15396d;
  font-weight: 700;
  letter-spacing: -1.48px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .project__details .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .project__details .title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.project__details p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .project__details p {
    margin-bottom: 20px;
  }
}

.faq__list .accordion {
  gap: 20px;
  display: grid;
}
.faq__list .accordion-item {
  border-radius: 20px;
  border: 1px solid #CCCCCC;
}
.faq__list .accordion-button {
  font-size: 18px;
  color: #15396d;
  font-weight: 700;
  background-color: transparent;
  font-family: var(--font-grotesk);
  border: none;
  box-shadow: none;
  padding: 24px 30px;
}
@media (max-width: 767px) {
  .faq__list .accordion-button {
    gap: 10px;
    padding: 20px 15px;
  }
}
.faq__list .accordion-body {
  padding: 10px 30px 30px;
  color: #6A7388;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .faq__list .accordion-body {
    padding: 10px 15px 20px;
  }
}

/*----------------------------------------*/
/*  19. SLIDER CSS START
/*----------------------------------------*/
.text__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.text__slider .swiper-slide {
  width: auto !important;
   
}

.text__slider.style-2 .swiper-slide {
     filter: grayscale(1);
    margin-right: 20px
}
.text__slider .item {
  display: flex;
  align-items: center;
}
.text__slider.style-1 {
  background-color: #F4F3EE;
}
.text__slider.style-1.inner {
  background-color: var(--white);
}
.text__slider.style-1 .item {
  gap: 75px;
}
@media (max-width: 1199px) {
  .text__slider.style-1 .item {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .text__slider.style-1 .item {
    gap: 30px;
  }
}
.text__slider.style-1 .separator {
  margin-right: 75px;
}
@media (max-width: 1199px) {
  .text__slider.style-1 .separator {
    max-width: 80px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .text__slider.style-1 .separator {
    max-width: 50px;
    margin-right: 30px;
  }
}
.text__slider.style-1 .text {
  font-size: 100px;
  color: #15396d;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: -2.96px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .text__slider.style-1 .text {
    font-size: 80px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .text__slider.style-1 .text {
    font-size: 60px;
  }
}
.text__slider.style-2 {
  padding: 60px 120px 60px;
  
}
@media (max-width: 991px) {
  .text__slider.style-2 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .text__slider.style-2 {
    padding: 15px;
  }
}
.text__slider.style-2 .item {
  gap: 45px;
}
.text__slider.style-2 .separator {
  margin-right: 45px;
}
.text__slider.style-2 .text {
  font-size: 32px;
  color: var(--white);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.64px;
}

.testimonial__area {
  background-color: #F4F3EE;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1919px) {
  .testimonial__area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial__area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial__area-2 {
  background-color: #15140F;
}
.testimonial__area-2 .sec-title-2 {
  color: var(--white);
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--white);
}
@media (max-width: 767px) {
  .testimonial__area-2 .sec-title-2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.testimonial__area.inner {
  background-color: var(--white);
}
.testimonial__outer {
  background-image: url(../imgs/testimonial/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .testimonial__outer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .testimonial__outer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.testimonial__slider.style-1 {
  max-width: 740px;
  border-radius: 20px;
  padding: 60px 55px 30px;
  background-color: #36180A;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .testimonial__slider.style-1 {
    padding: 50px 15px 30px;
  }
}
.testimonial__slider.style-1 .item p {
  font-size: 30px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.7;
  margin-top: 45px;
  margin-bottom: 50px;
  letter-spacing: -0.36px;
}
@media (max-width: 1199px) {
  .testimonial__slider.style-1 .item p {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial__slider.style-1 .item p {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.testimonial__slider.style-1 .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-grotesk);
}
.testimonial__slider.style-1 .designation {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  margin-top: 15px;
}
@media (max-width: 767px) {
  .testimonial__slider.style-1 .designation {
    margin-top: 8px;
  }
}
.testimonial__slider.style-1 .tsm-pagination {
  text-align: right;
}
.testimonial__slider.style-1 .swiper-pagination-bullet {
  background: var(--white);
  width: 7px;
  height: 7px;
  outline: 2px solid transparent;
  outline-offset: 6px;
  margin: 0 10px 20px;
  opacity: 1;
}
.testimonial__slider.style-1 .swiper-pagination-bullet-active {
  outline-color: #FF6969;
  background-color: #FF6969;
}
.testimonial__slider.style-2 p {
  color: var(--white);
  font-size: 30px;
  letter-spacing: -0.36px;
}
@media (max-width: 1199px) {
  .testimonial__slider.style-2 p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testimonial__slider.style-2 p {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .testimonial__slider.style-2 p {
    font-size: 20px;
  }
}
.testimonial__slider.style-2 .name {
  font-size: 32px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .testimonial__slider.style-2 .name {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.testimonial__slider.style-2 .bio-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .testimonial__slider.style-2 .bio-wrap {
    margin-top: 30px;
  }
}
.testimonial__slider.style-2 .designation {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-grotesk);
}
.testimonial__arrows {
  text-align: center;
}
@media (max-width: 991px) {
  .testimonial__arrows {
    margin-bottom: 40px;
  }
}
.testimonial__arrows img {
  margin-top: 60px;
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .testimonial__arrows img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .testimonial__arrows img {
    width: 100px;
  }
}
.testimonial__arrows .tsm-arrow {
  gap: 20px;
  display: flex;
  align-items: center;
}
.testimonial__arrows .tsm-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  fill: var(--white);
  transition: all 0.3s;
}
.testimonial__arrows .tsm-btn:hover {
  border-color: var(--white);
}

/*----------------------------------------*/
/*  20. ABOUT CSS START
/*----------------------------------------*/
.about__area {
 /* background-color: #F4F3EE;*/
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1919px) {
  .about__area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .about__area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about__area .title-wrap {
  gap: 40px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .about__area .title-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about__area .title-wrap {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.about__area .sec-title {
  line-height: 0.9;
  text-transform: capitalize;
        font-size: 36px;
}
.about__area .sub-title {
  color: #15396d;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.about__area .sub-title strong {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .about__area .sub-title strong {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .about__area .sub-title strong {
    margin-right: 5px;
  }
}
.about__area-2 {
  background-color: #F8F7F2;
}
.about__area.inner {
  background-color: var(--white);
}
.about__area.s-inner {
  background-color: var(--white);
}
.about__area.s-inner .sec-title {
  color: #fff;
}
.about__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about__top {
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.about__top a {
  color: #15396d;
  border: 1px solid #CCCCCC;
  background-color: var(--white);
}
.about__top a i,
.about__top a svg {
  color: #fff;
}
.about__top a:hover {
  background-color: var(--secondary);
}
.about__top a:hover i,
.about__top a:hover svg {
  color: var(--white);
}
.about__top-2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about__top-2 {
    margin-bottom: 20px;
  }
}
.about__top-2 .title {
  letter-spacing: -0.79px;
  font-size: 76px;
  font-weight: 300;
  text-transform: uppercase;
  color: #15140F;
  text-indent: 100px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .about__top-2 .title {
    font-size: 60px;
    text-indent: 60px;
  }
}
@media (max-width: 991px) {
  .about__top-2 .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about__top-2 .title {
    font-size: 32px;
    text-indent: 0px;
  }
}
.about__outer {
  border-radius: 20px;
  background-color: #eae9e6;
}
@media (max-width: 991px) {
  .about__outer {
    min-height: 740px;
  }
}
.about__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .about__content {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.about__content-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .about__content-2 {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.about__left {
  gap: 30px;
  display: grid;
}
@media (max-width: 767px) {
  .about__left {
    gap: 10px;
  }
}
.about__left .item {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .about__left .item {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .about__left .item {
    gap: 10px;
  }
}
.about__left .text {
  font-size: 30px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1.48px;
}
@media (max-width: 1199px) {
  .about__left .text {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .about__left .text {
    font-size: 24px;
  }
}
.about__left .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .about__left .icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .about__left .icon img {
    width: 24px;
  }
}
.about__left-2 {
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .about__left-2 {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .about__left-2 {
    padding-right: 0;
  }
}
.about__left-2 .desc {
  padding-top: 30px;
  position: relative;
  padding-left: 230px;
  letter-spacing: -0.36px;
}
@media (max-width: 1199px) {
  .about__left-2 .desc {
    padding-left: 120px;
  }
}
@media (max-width: 991px) {
  .about__left-2 .desc {
    padding-top: 10px;
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .about__left-2 .desc {
    padding-left: 0;
    padding-top: 0;
  }
}
.about__left-2 .desc::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 1px;
  left: 0;
  top: 45px;
  background-color: #15140F;
}
@media (max-width: 1199px) {
  .about__left-2 .desc::before {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .about__left-2 .desc::before {
    top: 23px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .about__left-2 .desc::before {
    display: none;
  }
}
.about__left-2 .list {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 70px;
}
.about__left-2 .item{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 20px
}
@media (max-width: 991px) {
  .about__left-2 .list {
    gap: 30px 20px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about__left-2 .list {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.about__left-2 .number {
  font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 10px;
    color: #15140F;
}
@media (max-width: 767px) {
  .about__left-2 .number {
    padding-bottom: 0;
  }
}
.about__left-2 .text {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .about__left-2 .text {
    font-size: 20px;
  }
}
.about__right {
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .about__right {
    height: 400px;
  }
}
.about__right .thumb {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 1s;
  overflow: hidden;
  opacity: 0;
}
.about__right .thumb img {
  width: 440px;
  height: 404px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about__right-2 {
  text-align: right;
}
.about__right-2 img {
  border-radius: 20px;
}

.choose__area {
  padding-bottom: 100px;
  position: relative;
  background-color: #15140F;
}
@media (max-width: 1199px) {
  .choose__area {
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .choose__area {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .choose__area {
    padding-bottom: 60px;
  }
}
.choose__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .choose__wrapper {
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .choose__wrapper {
    padding-bottom: 90px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .choose__wrapper {
    padding-bottom: 60px;
  }
}
.choose__top .sec-title-2 {
  color: var(--white);
  text-transform: capitalize;
  border-bottom: 1px solid #F0EFEA;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .choose__top .sec-title-2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.choose__top .text {
  font-size: 30px;
  line-height: 1.7;
  color: var(--white);
  font-weight: 400;
  letter-spacing: -0.36px;
  padding-left: 200px;
}
@media (max-width: 1199px) {
  .choose__top .text {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .choose__top .text {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .choose__top .text {
    font-size: 20px;
    padding-left: 0;
  }
}
.choose__thumb {
  position: relative;
}
@media (max-width: 991px) {
  .choose__thumb {
    height: 500px;
  }
}
.choose__thumb .thumb {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .choose__thumb .thumb {
    width: 100%;
  }
}
.choose__thumb .thumb img {
  width: 590px;
  height: 535px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .choose__thumb .thumb img {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .choose__thumb .thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .choose__thumb .thumb img {
    height: 480px;
  }
}
.choose__list {
  gap: 20px;
  display: grid;
}
.choose__item {
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(204, 204, 204, 0.2);
}
@media (max-width: 767px) {
  .choose__item {
    padding: 30px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.choose__item .number {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 20px;
  background-color: rgba(240, 239, 234, 0.05);
  font-size: 18px;
  font-weight: 700;
  fill: var(--white);
  color: var(--white);
  font-family: var(--font-grotesk);
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose__item .content {
  flex: 1;
}
.choose__item .content .title {
  font-size: 20px;
  font-weight: 500;
  color:#333;
  padding-bottom: 0px;
  font-family: var(--font-grotesk);
}
.choose__item .content p {
  line-height: 1.65;
  padding-right: 80px;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1399px) {
  .choose__item .content p {
    padding-right: 0;
  }
}

/*----------------------------------------*/
/*  21. BRAND CSS START
/*----------------------------------------*/
.brand__area {
  background-color: #fff;
}
.brand__area-2 {
  max-width: 1560px;
  margin: 0 auto;
  padding: 70px 80px;
  border-radius: 20px;
  background-color: #15396d;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  display: grid;
  gap: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: -212px;
  z-index: 6;
}
@media (max-width: 1199px) {
  .brand__area-2 {
    gap: 30px;
    padding: 60px 30px;
  }
}
@media (max-width: 991px) {
  .brand__area-2 {
    max-width: 95%;
    position: static;
    transform: unset;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .brand__area-2 {
    padding: 40px 20px;
  }
}
.brand__area-2 .sec-title-2 {
  color: var(--white);
  letter-spacing: -1.48px;
  text-transform: uppercase;
  border-bottom: 1px solid #F0EFEA;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.brand__area-2 .text {
  padding-right: 10px;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.8);
}
.brand__area.inner {
  background-color: var(--white);
}
.brand__list {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .brand__list .item img {
    width: 120px;
  }
}
.brand__list.style-1 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E4E4E4;
}
.brand__list.style-1 .item {
  text-align: center;
  flex-basis: 25%;
  border-right: 1px solid #E4E4E4;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
        border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 991px) {
  .brand__list.style-1 .item {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .brand__list.style-1 .item {
    flex-basis: 50%;
    height: 100px;
  }
  .brand__list.style-1 .item:nth-child(5), .brand__list.style-1 .item:nth-child(6) {
    border-bottom: 1px solid #E4E4E4;
  }
}
.brand__list.style-1 .item:nth-child(4), .brand__list.style-1 .item:nth-child(8) {
  border-right: none;
}
.brand__list.style-1 .item:nth-child(1), .brand__list.style-1 .item:nth-child(2), .brand__list.style-1 .item:nth-child(3), .brand__list.style-1 .item:nth-child(4) {
  border-bottom: 1px solid #E4E4E4;
}
.brand__list.style-2 {
  background: linear-gradient(#15396d 0 0) padding-box, linear-gradient(#fff, #999) border-box;
  border: 1px solid transparent;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .brand__list.style-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.brand__list.style-2 .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px 0;
}
@media (max-width: 1199px) {
  .brand__list.style-2 .wrapper {
    padding: 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .brand__list.style-2 .wrapper {
    gap: 15px 30px;
    padding: 20px 20px 0;
    justify-content: center;
  }
}
.brand__list.style-2 .wrapper:first-child {
  background: linear-gradient(#15396d 0 0) padding-box, linear-gradient(to left, #999 80%, rgba(255, 255, 255, 0.0196078431));
  border-bottom: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .brand__list.style-2 .item img {
    max-width: 130px;
  }
}

/*----------------------------------------*/
/*  22. TEAM CSS START
/*----------------------------------------*/
.team__area {
  background-color: #F4F3EE;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .team__area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .team__area {
    padding-left: 0;
    padding-right: 0;
  }
}
.team__area .title-wrap {
  gap: 40px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .team__area .title-wrap {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .team__area .title-wrap {
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.team__area .sec-title {
  line-height: 0.9;
  text-transform: capitalize;
}
.team__area .sub-title {
  color: #15396d;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.team__area .sub-title strong {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .team__area .sub-title strong {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .team__area .sub-title strong {
    margin-right: 5px;
  }
}
.team__area-2 {
  padding-top: 350px;
  background-color: #F8F7F2;
}
@media (max-width: 1199px) {
  .team__area-2 {
    padding-top: 320px;
  }
}
@media (max-width: 991px) {
  .team__area-2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .team__area-2 {
    padding-top: 60px;
  }
}
.team__area-2 .sec-title-2 {
  color: #15140F;
}
.team__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team__top {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.team__top a {
  color: #15396d;
  border: 1px solid #CCCCCC;
  background-color: var(--white);
}
.team__top a i,
.team__top a svg {
  color: #fff;
}
.team__top a:hover {
  background-color: var(--secondary);
}
.team__top a:hover i,
.team__top a:hover svg {
  color: var(--white);
}
.team__top-2 .sec-title-2 {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 767px) {
  .team__top-2 .sec-title-2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.team__wrapper-2 {
  width: 100%;
  display: block;
  overflow: hidden;
}
.team__wrapper-2 .tm-btn-wrap {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .team__wrapper-2 .tm-btn-wrap {
    margin-top: 95px;
  }
}
@media (max-width: 991px) {
  .team__wrapper-2 .tm-btn-wrap {
    order: -1;
    margin-top: 0;
    margin-bottom: 40px;
    justify-content: center;
  }
}
.team__wrapper-2 .tm-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(228, 78, 41, 0.2);
  transition: all 0.3s;
  border-radius: 100%;
  color: #15396d;
}
.team__wrapper-2 .tm-btn:hover {
  border-color: #15396d;
}
.team__content-2 {
  float: left;
  width: 26%;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .team__content-2 {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .team__content-2 {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
    display: grid;
  }
}
.team__content-2 .title {
  font-size: 24px;
  color: #15396d;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .team__content-2 .title {
    margin-bottom: 10px;
  }
}
.team__list {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .team__list.inner-team {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 574px) {
  .team__list.inner-team {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .team__list {
    gap: 20px;
  }
}
.team__member {
  text-align: center;
}
.team__member .thumb {
  border-radius: 20px;
  border: 1px solid #15396d;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .team__member .thumb {
    height: 330px;
  }
}
@media (max-width: 991px) {
  .team__member .thumb {
    height: 280px;
  }
}
.team__member .thumb .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 1199px) {
  .team__member .thumb .bg {
    opacity: 1;
  }
}
.team__member .thumb:hover .bg {
  opacity: 1;
}
.team__member .thumb:hover .social-media {
  opacity: 1;
  visibility: visible;
  margin-bottom: 30px;
}
.team__member .social-media {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white);
  padding: 17px 22px;
  border-radius: 25px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
@media (max-width: 1199px) {
  .team__member .social-media {
    opacity: 1;
    visibility: visible;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .team__member .social-media {
    margin-bottom: 15px;
  }
}
.team__member .social-media li:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #E3E3E3;
}
.team__member .social-media a {
  display: inline-block;
  font-size: 16px;
  fill: #6A7388;
  color: #6A7388;
}
.team__member .social-media a:hover {
  color: var(--primary);
}
.team__member .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #15396d;
  margin-top: 25px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .team__member .name {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .team__member .name {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.team__member .name a:hover {
  color: var(--primary);
}
.team__slider.style-1 .content {
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
}
.team__slider.style-1 .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #15396d;
  margin-top: 22px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .team__slider.style-1 .name {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .team__slider.style-1 .name {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.team__slider.style-1 .name a:hover {
  color: var(--primary);
}
.team__slider.style-1 .social-media {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white);
  padding: 17px 22px;
  border-radius: 25px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
@media (max-width: 1199px) {
  .team__slider.style-1 .social-media {
    opacity: 1;
    visibility: visible;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .team__slider.style-1 .social-media {
    margin-bottom: 15px;
  }
}
.team__slider.style-1 .social-media li:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #E3E3E3;
}
.team__slider.style-1 .social-media a {
  display: inline-block;
  font-size: 16px;
  fill: #6A7388;
  color: #6A7388;
}
.team__slider.style-1 .social-media a:hover {
  color: var(--primary);
}
.team__slider.style-1 .thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.team__slider.style-1 .thumb img {
  width: 100%;
}
.team__slider.style-1 .thumb .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 1199px) {
  .team__slider.style-1 .thumb .bg {
    opacity: 1;
  }
}
.team__slider.style-1 .thumb:hover .bg {
  opacity: 1;
}
.team__slider.style-1 .thumb:hover .social-media {
  opacity: 1;
  visibility: visible;
  margin-bottom: 30px;
}
.team__slider-wrap {
  float: left;
  width: 74%;
}
@media (max-width: 1199px) {
  .team__slider-wrap {
    width: 69%;
  }
}
@media (max-width: 991px) {
  .team__slider-wrap {
    width: 100%;
  }
}

.member-details-container {
  border-bottom: 1px solid var(--secondary);
}

.member-content {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .member-content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .member-content {
    margin-top: 60px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .member-content {
    margin-top: 50px;
  }
}
.member-content .desc-text {
  margin-top: 55px;
  margin-bottom: 40px;
}
@media (max-width: 1919px) {
  .member-content .desc-text {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .member-content .desc-text {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.member-img {
  border-radius: 20px;
  overflow: hidden;
}
.member-img img {
  border-radius: 20px;
}
@media (max-width: 574px) {
  .member-img img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .member-img {
    text-align: center;
  }
}

.member-name {
  font-size: 54px;
  color: var(--black-2);
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .member-name {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .member-name {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .member-name {
    font-size: 32px;
  }
}

.member-title {
  font-size: 16px;
  color: var(--gray);
  font-weight: 600;
}

.desc-text p {
  font-size: 18px;
  color: var(--black-3);
  font-weight: 500;
}
@media (max-width: 767px) {
  .desc-text p {
    font-size: 16px;
  }
}

.info-title {
  font-size: 30px;
  color: var(--black-2);
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .info-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .info-title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .info-title {
    font-size: 22px;
  }
}

.member-contact-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}
@media (max-width: 574px) {
  .member-contact-lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.member-contact-lists p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  margin-bottom: 10px;
}
.member-contact-lists p span {
  font-weight: 600;
  color: var(--black-2);
  margin-right: 2px;
}
.member-contact-lists p a {
  color: var(--gray);
}
.member-contact-lists p a:hover {
  color: var(--primary);
}

.member-social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
  margin-bottom: 50px;
}
@media (max-width: 1919px) {
  .member-social {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .member-social {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

.contact-social-container {
  display: flex;
  gap: 8px;
}
.contact-social-container a {
  height: 44px;
  width: 44px;
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.contact-social-container a:hover {
  bottom: 5px;
}
@media (max-width: 479px) {
  .contact-social-container a {
    height: 40px;
    width: 40px;
  }
}

.contact-social-container .facebook {
  background-color: #1877F2;
}

.contact-social-container .twitter {
  background-color: #1DA1F2;
}

.contact-social-container .linkedin {
  background-color: #0A66C2;
}

.contact-social-container .pinterest {
  background-color: #CB2027;
}

.skills-container {
  margin-top: 25px;
}

.skill-item {
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .skill-item {
    margin-bottom: 20px;
  }
}
.skill-item:last-child {
  margin-bottom: 0;
}
.skill-item .skill-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.skill-item .skill-name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--black);
}
.skill-item .progress {
  height: 6px;
  background-color: var(--gray-3);
}
.skill-item .progress .progress-bar {
  background: var(--secondary);
  border-radius: 10px;
}

/*----------------------------------------*/
/*  23. BLOG CSS START
/*----------------------------------------*/
.blog__area {
  background-color: #F4F3EE;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .blog__area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .blog__area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .blog__area {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog__area .title-wrap {
  gap: 40px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .blog__area .title-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .blog__area .title-wrap {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog__area .sec-title {
  line-height: 0.9;
  text-transform: capitalize;
}
.blog__area .sub-title {
  color: #15396d;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-grotesk);
}
.blog__area .sub-title strong {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .blog__area .sub-title strong {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .blog__area .sub-title strong {
    margin-right: 5px;
  }
}
.blog__area-2 {
  background-color: rgba(228, 78, 41, 0.05);
}
.blog__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog__top {
    gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog__top a {
  color: #15396d;
  border: 1px solid #CCCCCC;
  background-color: var(--white);
}
.blog__top a i,
.blog__top a svg {
  color: #fff;
}
.blog__top a:hover {
  background-color: var(--secondary);
}
.blog__top a:hover i,
.blog__top a:hover svg {
  color: var(--white);
}
.blog__list.style-1 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .blog__list.style-1 {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .blog__list.style-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__list.style-1 {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.blog__list.style-1 .item {
  border-radius: 20px;
  background-color: var(--white);
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.blog__list.style-1 .item:hover {
  border-color: #fff;
}
.blog__list.style-1 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__list.style-1 .content {
  padding: 30px 30px 40px;
}
@media (max-width: 1199px) {
  .blog__list.style-1 .content {
    padding: 25px 20px;
  }
}
.blog__list.style-1 .meta li {
  font-size: 16px;
  font-weight: 500;
  color: rgba(38, 18, 8, 0.5);
  font-family: var(--font-grotesk);
}
.blog__list.style-1 .meta li a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(38, 18, 8, 0.5);
  font-family: var(--font-grotesk);
}
.blog__list.style-1 .title {
  color: #15396d;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 10px;
  margin-top: 10px;
}
.blog__list.style-1 .title a:hover {
  color: var(--primary);
}
.blog__list.style-1 .excerpt {
  margin-bottom: 20px;
}
.blog__list.style-1 .excerpt p {
  line-height: 1.75;
  letter-spacing: -0.36px;
}
.blog__list.style-1 .read-more {
  font-size: 18px;
  font-weight: 600;
  color: #15396d;
  line-height: 1.5;
}
.blog__list.style-1 .read-more:hover {
  fill: var(--primary);
  color: var(--primary);
}
.blog__list.style-2 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .blog__list.style-2 {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .blog__list.style-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__list.style-2 {
    grid-template-columns: 1fr;
  }
}
.blog__list.style-2 .item {
  padding: 0 35px 40px;
  border-radius: 20px;
  background-color: var(--white);
}
@media (max-width: 1199px) {
  .blog__list.style-2 .item {
    padding: 0 0 40px;
  }
}
.blog__list.style-2 .thumb {
  position: relative;
}
.blog__list.style-2 .thumb img {
  width: 100%;
}
.blog__list.style-2 .thumb .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background: var(--primary);
  border-bottom-right-radius: 20px;
  font-family: var(--font-grotesk);
}
.blog__list.style-2 .content {
  text-align: center;
}
@media (max-width: 767px) {
  .blog__list.style-2 .content {
    padding: 0 15px;
  }
}
.blog__list.style-2 .meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transform: translateY(-50%);
  border-bottom: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 7px;
  gap: 20px;
}
.blog__list.style-2 .meta li {
  color: #6A7388;
}
.blog__list.style-2 .meta li a:hover {
  color: var(--primary);
}
.blog__list.style-2 .meta i {
  color: #15140F;
  margin-right: 5px;
}
.blog__list.style-2 .title {
  font-size: 24px;
  color: #15140F;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .blog__list.style-2 .title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.blog__list.style-2 .title:hover {
  color: #15396d;
}
.blog__list.style-2 .btn-wrap {
  display: inline-flex;
}
.blog__list.style-2 .btn-wrap a {
  color: #15140F;
  border: 1px solid #CCCCCC;
  background-color: transparent;
}
.blog__list.style-2 .btn-wrap a:hover {
  background-color: #15396d;
}
.blog__list.style-2 .btn-wrap a:hover i {
  color: #15396d;
  background-color: var(--white);
}
.blog__list.style-2 .btn-wrap a:hover span {
  color: var(--white);
}
.blog__list.style-2 .btn-wrap a:hover span::before {
  color: var(--white);
}
.blog__list.style-2 .btn-wrap a i {
  color: var(--primary);
  background-color: rgba(15, 18, 27, 0.1);
}
.blog__list.style-3 {
  gap: 60px;
  display: grid;
}
.blog__list.style-3 .item {
  border-radius: 20px;
}
.blog__list.style-3 .thumb {
  position: relative;
  margin-bottom: 35px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog__list.style-3 .thumb {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .blog__list.style-3 .thumb {
    margin-bottom: 20px;
  }
}
.blog__list.style-3 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__list.style-3 .thumb .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 92px;
  padding: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  background: #15396d;
  border-bottom-left-radius: 20px;
  text-align: center;
}
@media (max-width: 574px) {
  .blog__list.style-3 .thumb .date {
    font-size: 22px;
    height: 88px;
    width: 80px;
    line-height: 1.4;
  }
}
.blog__list.style-3 .meta {
  gap: 30px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog__list.style-3 .meta {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.blog__list.style-3 .meta li {
  color: #6A7388;
}
.blog__list.style-3 .meta li a {
  font-size: 14px;
}
.blog__list.style-3 .meta li a:hover {
  color: var(--primary);
}
.blog__list.style-3 .meta i {
  font-size: 12px;
  color: #FF6969;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog__list.style-3 .meta i {
    margin-right: 2px;
  }
}
.blog__list.style-3 .content p {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .blog__list.style-3 .content p {
    margin-bottom: 30px;
  }
}
.blog__list.style-3 .title {
  font-size: 60px;
  color: #15396d;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: all 0.3s;
  letter-spacing: -1.48px;
}
@media (max-width: 1399px) {
  .blog__list.style-3 .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .blog__list.style-3 .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .blog__list.style-3 .title {
    font-size: 32px;
  }
}
.blog__list.style-3 .title:hover {
  color: #FF6969;
}
.blog__list.style-3 .m-title {
  font-size: 60px;
  color: #15396d;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: all 0.3s;
  letter-spacing: -1.48px;
}
@media (max-width: 1399px) {
  .blog__list.style-3 .m-title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .blog__list.style-3 .m-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .blog__list.style-3 .m-title {
    font-size: 32px;
  }
}
.blog__list.style-3 .btn-wrap a {
  display: inline-flex;
  background-color: #FF6969;
}
.blog__list.style-3 .btn-wrap a i {
  background: rgba(255, 255, 255, 0.2);
}
.blog__details p {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .blog__details p {
    padding-bottom: 30px;
  }
}
.blog__details h2 {
  color: #15396d;
  font-size: 32px;
  line-height: 1.1;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog__details h2 {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .blog__details h2 {
    padding-bottom: 20px;
  }
}
.blog__details .img-cols-3 {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .blog__details .img-cols-3 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .blog__details .img-cols-3 {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .blog__details .img-cols-3 .single-img {
    width: 100%;
  }
  .blog__details .img-cols-3 .single-img img {
    width: 100%;
  }
}
.blog__details .img-cols-3 .double-image {
  display: flex;
  gap: 15px;
}
.blog__details .quote {
  padding: 30px 30px 40px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .blog__details .quote {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .blog__details .quote {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.blog__details .quote p {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog__details .quote p {
    padding-bottom: 20px;
  }
}
.blog__details .quote strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #15396d;
  font-family: var(--font-grotesk);
  position: relative;
}
.blog__details .quote strong::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  left: 0;
  top: -12px;
  border-top: 2px solid #FF6969;
}
.blog__details .quote .img {
  flex-basis: 80px;
  padding-top: 8px;
}
@media (max-width: 1199px) {
  .blog__details .quote .img {
    flex-basis: 60px;
  }
}
.blog__details .quote .text {
  flex: 1;
}
.blog__dtags {
  gap: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog__dtags {
    flex-wrap: wrap;
  }
}
.blog__dtags p {
  color: #15396d;
  font-size: 24px;
  font-weight: 500;
}
.blog__dtags ul {
  gap: 15px;
  display: flex;
}
@media (max-width: 1199px) {
  .blog__dtags ul {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .blog__dtags ul {
    flex-wrap: wrap;
  }
}
.blog__dtags a {
  display: inline-block;
  color: #6A7388;
  letter-spacing: -0.36px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  padding: 10px 20px;
}
.blog__dtags a:hover {
  color: var(--white);
  border-color: #FF6969;
  background-color: #FF6969;
}
.blog__dtags-wrap {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #CCCCCC;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .blog__dtags-wrap {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.blog__dtags-wrap .social--media.style-1 a {
  color: #001327;
  fill: #001327;
  background-color: #F0EFEA;
}
.blog__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .blog__pagination {
    gap: 30px;
    flex-direction: column;
    padding: 30px 15px;
  }
}
.blog__pagination::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  left: 50%;
  background-color: #FF6969;
}
@media (max-width: 767px) {
  .blog__pagination::after {
    display: none;
  }
}
.blog__pagination .next,
.blog__pagination .prev {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog__pagination .next button,
.blog__pagination .prev button {
  background-color: transparent;
}
.blog__pagination .next {
  text-align: right;
}
.blog__pagination .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #FF6969;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #15396d;
  transition: all 0.3s;
}
.blog__pagination .icon:hover {
  fill: var(--white);
  color: var(--white);
  background-color: #FF6969;
}
.blog__pagination .title {
  font-size: 18px;
  color: #15396d;
  font-weight: 700;
}
.blog__comment {
  gap: 30px;
  display: grid;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .blog__comment {
    padding-top: 50px;
  }
}
.blog__comment .title {
  font-size: 24px;
  font-weight: 500;
  color: #15396d;
  line-height: 1.5;
}
.blog__comment .comment {
  gap: 25px;
  display: flex;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
@media (max-width: 1199px) {
  .blog__comment .comment {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .blog__comment .comment {
    padding: 30px 15px;
    flex-direction: column;
  }
}
.blog__comment .author {
  flex-basis: 90px;
}
@media (max-width: 1199px) {
  .blog__comment .author {
    flex-basis: 75px;
  }
}
.blog__comment .content {
  flex: 1;
}
.blog__comment .wrapper {
  gap: 15px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.blog__comment .name {
  color: #15396d;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .blog__comment .name {
    font-size: 20px;
  }
}
.blog__comment .reply button {
  display: inline-block;
  font-size: 18px;
  color: var(--white);
  font-weight: 600;
  background-color: #FF6969;
  border: 1px solid #FF6969;
  padding: 8px 24px;
  border-radius: 20px;
}
.blog__comment .reply button:hover {
  color: #15396d;
  background-color: #fff;
}
@media (max-width: 991px) {
  .blog__sidebar {
    margin-top: 60px;
  }
}

.comment__form {
  padding-top: 40px;
}
.comment__form .title {
  font-size: 32px;
  font-weight: 500;
  color: #15396d;
  line-height: 1.5;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .comment__form .title {
    font-size: 25px;
    padding-bottom: 20px;
  }
}
.comment__form form {
  gap: 30px;
  display: grid;
}
@media (max-width: 767px) {
  .comment__form form {
    gap: 15px;
  }
}
.comment__form .input-wrap {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .comment__form .input-wrap {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.comment__form .input-wrap input {
  width: 100%;
  height: 58px;
  font-size: 16px;
  font-weight: 400;
  color: #6A7388;
  padding: 10px 20px;
  letter-spacing: -0.36px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.comment__form .textarea-wrap textarea {
  width: 100%;
  height: 160px;
  font-size: 16px;
  font-weight: 400;
  color: #6A7388;
  padding: 15px 20px;
  letter-spacing: -0.36px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.comment__form .basu-btn-flip {
  border: none;
  background-color: #FF6969;
}
.comment__form .basu-btn-flip i,
.comment__form .basu-btn-flip svg {
  background: rgba(255, 255, 255, 0.2);
}

.widget {
  padding: 35px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .widget {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .widget {
    margin-bottom: 20px;
  }
}
.widget__title {
  color: #15396d;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .widget__title {
    margin-bottom: 20px;
  }
}
.widget__search form {
  position: relative;
}
.widget__search form button {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #FF6969;
  font-weight: 700;
  background: none;
  border: none;
}
.widget__search input {
  width: 100%;
  height: 58px;
  border: none;
  outline: none;
  padding: 12px 60px 15px 30px;
  border-radius: 29px;
  background-color: #F0EFEA;
  font-size: 16px;
}
.widget__latest-posts .l-posts {
  gap: 20px;
  display: grid;
}
.widget__latest-posts .l-post {
  border-radius: 20px;
  padding: 20px 30px;
  background-color: #F0EFEA;
}
@media (max-width: 1199px) {
  .widget__latest-posts .l-post {
    padding: 20px;
  }
}
.widget__latest-posts .title {
  font-size: 18px;
  color: #15396d;
  font-weight: 700;
  line-height: 1.7;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .widget__latest-posts .title {
    font-size: 16px;
  }
}
.widget__latest-posts .title:hover {
  color: #FF6969;
}
.widget__latest-posts p {
  font-size: 16px;
  color: #6A7388;
  letter-spacing: -0.36px;
  margin-bottom: 10px;
}
.widget__latest-posts p i {
  color: #FF6969;
  margin-right: 5px;
}
.widget__category li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.widget__category li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6A7388;
  font-size: 16px;
  letter-spacing: -0.36px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  padding-left: 30px;
}
.widget__category li a:hover {
  color: #FF6969;
}
.widget__category li a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 18px;
  height: 15px;
  background-image: url(../imgs/icons/arrow.png);
  background-repeat: no-repeat;
}
.widget__tag ul {
  gap: 20px 15px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .widget__tag ul {
    gap: 10px;
  }
}
.widget__tag li a {
  font-size: 16px;
  color: #6A7388;
  padding: 7px 18px;
  border-radius: 30px;
  display: inline-block;
  background-color: #F0EFEA;
}
.widget__tag li a:hover {
  color: var(--white);
  background-color: #FF6969;
}
.widget__social .social--media.style-1 a {
  color: #15396d;
  background-color: #F0EFEA;
}
.widget__social .social--media.style-1 a:hover {
  color: var(--white);
  background-color: #FF6969;
}

/*----------------------------------------*/
/*  24. PRICE CSS START
/*----------------------------------------*/
.price__area {
  background-color: #F8F7F2;
}
.price__area .sec-title-2 {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #15140F;
  color: #15140F;
}
@media (max-width: 767px) {
  .price__area .sec-title-2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.price__list {
  padding: 40px 10px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .price__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .price__list {
    gap: 0;
    padding: 0;
    grid-template-columns: 1fr;
  }
}
.price__table {
  padding: 50px 40px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .price__table {
    padding: 40px 20px;
  }
}
.price__table .name {
  font-size: 24px;
  color: #15140F;
  font-weight: 500;
}
.price__table .price {
  color: #15140F;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -1.48px;
}
@media (max-width: 1199px) {
  .price__table .price {
    font-size: 48px;
  }
}
.price__table .period {
  color: #6A7388;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.36px;
}
.price__table .price-wrap {
  gap: 10px;
  display: flex;
  align-items: baseline;
  margin-top: 15px;
  margin-bottom: 30px;
}
.price__table .features {
  gap: 20px;
  display: grid;
  margin-bottom: 40px;
}
.price__table .features li {
  font-size: 16px;
  color: #6A7388;
  font-weight: 400;
  letter-spacing: -0.36px;
  display: flex;
}
.price__table .features li i {
  color: #CCCCCC;
  margin-right: 10px;
}
.price__table.style-1 .btn-wrap a {
  color: #15140F;
  border: 1px solid #CCCCCC;
  background-color: transparent;
}
.price__table.style-1 .btn-wrap a:hover span {
  color: #15140F;
}
.price__table.style-1 .btn-wrap a:hover span::before {
  color: #15140F;
}
.price__table.style-1 .btn-wrap a i {
  color: var(--primary);
  background-color: rgba(15, 18, 27, 0.1);
}
.price__table.style-2 {
  border-radius: 20px;
  background-color: var(--white);
  position: relative;
}
.price__table.style-2 a i {
  color: var(--primary);
  background-color: var(--white);
}
.price__table.style-2 .ribbon {
  position: absolute;
  top: 60px;
  right: -10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  letter-spacing: -0.36px;
  background-color: var(--primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15% 50%);
  transform: rotate(-90deg);
  width: 162px;
  text-align: center;
  height: 44px;
  line-height: 44px;
}
@media (max-width: 1199px) {
  .price__table.style-2 .ribbon {
    top: 40px;
    right: -30px;
    text-align: right;
    height: 36px;
    width: 120px;
    line-height: 36px;
    font-size: 14px;
    padding-right: 20px;
  }
}

/*----------------------------------------*/
/*  25. CONTACT CSS START
/*----------------------------------------*/
@media (max-width: 1199px) {
  .contact__form {
    margin-bottom: 60px;
  }
}
.contact__form .sub-title {
  color: #FF6969;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.contact__form .sec-title {
  color: #15396d;
  letter-spacing: -1.48px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.contact__form .input-wrap {
  gap: 30px;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contact__form .input-wrap {
    gap: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact__form .input-wrap {
    flex-direction: column;
  }
}
.contact__form .input-wrap input,
.contact__form .input-wrap textarea {
  width: 100%;
  height: 58px;
  padding: 15px;
  border-radius: 20px;
  border: none;
  outline: none;
  background-color: #F0EFEA;
}
.contact__form .input-wrap textarea {
  height: 175px;
  resize: none;
}
.contact__form .submit-wrap .submit {
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #15396d;
}
.contact__map iframe {
  width: 630px;
  height: 580px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .contact__map iframe {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .contact__map iframe {
    height: 515px;
  }
}
@media (max-width: 767px) {
  .contact__map iframe {
    height: 400px;
  }
}
.contact__info {
  margin-top: 60px;
  padding: 60px;
  border-radius: 20px;
  background-color: #F0EFEA;
    margin-bottom: 60px
}
@media (max-width: 1199px) {
  .contact__info {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .contact__info {
    padding: 40px 20px;
  }
}
.contact__info .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  color: #15396d;
  margin-bottom: 15px;
  letter-spacing: -0.64px;
}
.contact__info p {
  max-width: 540px;
}
.contact__list {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}
@media (max-width: 991px) {
  .contact__list {
    flex-wrap: wrap;
  }
}
.contact__type {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact__type {
    gap: 15px;
  }
}
.contact__type .info {
  flex: 1;
}
.contact__type .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 100%;
  color: #15396d;
}
.contact__type .type {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #15396d;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .contact__type .type {
    margin-bottom: 3px;
  }
}
.contact__type a {
  color: #333;
  letter-spacing: -0.36px;
    line-height: 21px
}
.contact__type a:hover {
  color: #15396d;
}

/*----------------------------------------*/
/*  26. FOOTER CSS START
/*----------------------------------------*/
.footer__area {
  padding-top: 105px;
  background-color: #15396d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .footer__area {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .footer__area {
    padding-top: 60px;
  }
}
.footer__area .basu {
  font-size: 274px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -6.66px;
  text-transform: uppercase;
  position: absolute;
  bottom: 67px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(rgba(153, 153, 153, 0.6), rgba(255, 255, 255, 0.8));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0.05;
}
.footer__area-2 {
  background-color: #15140F;
  background-image: url(../imgs/others/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
.footer__newsletter {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .footer__newsletter {
    padding-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .footer__newsletter {
    padding-bottom: 60px;
  }
}
.footer__newsletter .title {
  color: #D9D9D9;
  font-size: 74px;
  font-weight: 200;
  margin-bottom: 35px;
  letter-spacing: -1.48px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .footer__newsletter .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .footer__newsletter .title {
    font-size: 40px;
  }
}
.footer__newsletter form {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .footer__newsletter form {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .footer__newsletter form {
    width: 80%;
  }
}
@media (max-width: 574px) {
  .footer__newsletter form {
    width: 90%;
  }
}
.footer__newsletter .form {
  position: relative;
  margin-bottom: 30px;
}
.footer__newsletter .form input {
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background-color: #36241B;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 16px;
  letter-spacing: -0.36px;
  color: #fff;
  outline: none;
  opacity: 1;
  padding: 20px 30px;
  padding-right: 175px;
}
@media (max-width: 767px) {
  .footer__newsletter .form input {
    font-size: 16px;
    padding: 20px 110px 20px 15px;
    height: 60px;
  }
}
@media (max-width: 479px) {
  .footer__newsletter .form input {
    font-size: 15px;
    height: 55px;
  }
}
.footer__newsletter .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer__newsletter .form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer__newsletter .submit {
  height: 60px;
  color: #15396d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border: none;
  outline: none;
  padding: 15px 45px;
  border-radius: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 0.3s;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer__newsletter .submit {
    font-size: 16px;
    padding: 13px 20px;
    height: 50px;
  }
}
@media (max-width: 479px) {
  .footer__newsletter .submit {
    font-size: 15px;
    height: 45px;
    padding: 10px 20px;
  }
}
.footer__newsletter .submit:hover {
  color: var(--white);
  background-color: #fff;
}
.footer__newsletter .checkbox input {
  display: none;
}
.footer__newsletter .checkbox label {
  position: relative;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.footer__newsletter .checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.footer__newsletter .checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .footer__newsletter .checkbox input:checked + label:after {
    top: 2px;
    left: 34px;
  }
}
.footer__newsletter .checkbox *:before,
.footer__newsletter .checkbox *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 50px;
}
.footer__newsletter-2 {
  text-align: center;
  margin-bottom: 60px;
}
.footer__newsletter-2 .title {
  font-size: 30px;
  font-weight: 300;
  line-height: 2;
  color: var(--white);
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .footer__newsletter-2 .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.footer__newsletter-2 .form {
  width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .footer__newsletter-2 .form {
    gap: 15px;
    width: 320px;
    flex-wrap: wrap;
  }
}
.footer__newsletter-2 .form::after {
  position: absolute;
  content: "\f0e0";
  left: 54%;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  color: var(--white);
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer__newsletter-2 .form::after {
    left: 87%;
    top: 22px;
  }
}
.footer__newsletter-2 .form input {
  height: 60px;
  flex-basis: 62%;
  border-radius: 30px;
  outline: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 25px;
  letter-spacing: -0.36px;
  font-size: 16px;
  color: var(--white);
  padding-right: 56px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .footer__newsletter-2 .form input {
    flex-basis: 100%;
  }
}
.footer__newsletter-2 .form input::-moz-placeholder {
  opacity: 0.8;
  color: var(--white);
}
.footer__newsletter-2 .form input::placeholder {
  opacity: 0.8;
  color: var(--white);
}
.footer__newsletter-2 .form .submit {
  border: none;
  height: 60px;
  flex-basis: 38%;
  margin-left: 15px;
  padding: 15px 22px;
}
@media (max-width: 767px) {
  .footer__newsletter-2 .form .submit {
    flex-basis: 80%;
  }
}
.footer__newsletter-2 .form .submit i {
  color: #15396d;
  background-color: var(--white);
}
.footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 70px;
    gap:50px
}
@media (max-width: 1199px) {
  .footer__content {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .footer__content {
    gap: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer__content {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
  }
}
.footer__content .logo {
  margin-bottom: 30px;
}
.footer__content .logo img{
    width: 200px
}
@media (max-width: 991px) {
  .footer__content .logo {
    margin-bottom: 20px;
  }
}
.footer__content .desc {
  max-width: 300px;
  line-height: 1.7;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__content .desc {
    margin-bottom: 20px;
  }
}
.footer__content .q-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer__content .q-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer__content .q-title {
    margin-bottom: 10px;
  }
}
.footer__content .quick-links li {
  gap: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .footer__content .quick-links li {
    padding-bottom: 5px;
  }
}
.footer__content .quick-links li:hover .icon {
  background-color: #1f4d8f;
}
.footer__content .quick-links li:hover a {
  letter-spacing: 0;
  color: var(--white);
}
.footer__content .quick-links .icon {
  width: 40px;
  height: 40px;
  color: var(--white);
  fill: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1f4d8f;
  transition: all 0.3s;
}
.footer__content .quick-links a {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  display: inline-block;
 /* letter-spacing: -0.36px;*/
  color: rgba(255, 255, 255, 0.8);
}
.footer__content-2 {
  gap: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .footer__content-2 {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__content-2 {
    gap: 40px;
  }
}
.footer__content-2 .logo {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer__content-2 .logo {
    margin-bottom: 20px;
  }
}
.footer__content-2 .desc {
  max-width: 300px;
  line-height: 1.7;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__content-2 .desc {
    margin-bottom: 20px;
  }
}
.footer__content-2 .social--media.style-1 a {
  background-color: rgba(255, 255, 255, 0.14);
}
.footer__content-2 .q-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer__content-2 .q-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer__content-2 .q-title {
    margin-bottom: 10px;
  }
}
.footer__content-2 .quick-links li {
  gap: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer__content-2 .quick-links li {
    padding-bottom: 5px;
  }
}
.footer__content-2 .quick-links .icon {
  width: 50px;
  height: 50px;
  color: var(--white);
  fill: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #36180A;
}
.footer__content-2 .quick-links a {
  flex: 1;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-inter);
}
.footer__content-2 .quick-links a:hover {
  color: var(--primary);
}
.footer__content-2 .quick-links p {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-grotesk);
}
.footer__copyright {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .footer__copyright {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
.footer__copyright .text {
  line-height: 1.7;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.8);
}
.footer__copyright .text a {
  color: var(--primary);
}
.footer__copyright .menu {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__copyright .menu {
    gap: 7px 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .footer__copyright .menu {
    gap: 7px 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__copyright .menu a {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.8);
}
.footer__copyright .menu a:hover {
  color: var(--white);
}

.social--media.style-1 {
  gap: 15px;
  display: inline-flex;
}
.social--media.style-1 a {
  width: 33px;
  height: 33px;
  color: var(--white);
  fill: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1f4d8f;
}
.social--media.style-1 a:hover {
  background-color: #1f4d8f;
}
.main-menu{
    text-align: center
}
.blue-color{
    color:#15396d
}
.product-range{
    padding: 100px 0
}
.product-range h6{
        padding-top: 20px;
    text-align: center;
    background: #15396d;
    color: #fff;
    padding-bottom: 20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius: 20px
}
.product-range a img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}
.home-parallax-section img{
    border-radius: 20px
}
.pt-70{
    padding-top: 70px
}
.pb-70{
    padding-bottom: 70px
}
.industry-we-serve .about__top a i{
    color:#15396d
}
.industry-we-serve .about__top a:hover i{
    color:#fff
}
.footer-prodct-links{
    width: 270px
}
.quick-link-second{
    width: 150px
}
.footer__content .logo-wrap{
    width: 300px
}
.service__details-area{
    padding: 100px 0
}
.service__details-area .service__list-3{
        grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
}
.service__details-area .service__list-3 .icon img{
    width: 70px
}
.service__item.style-2:hover img{
    filter: invert()
}
.insurance__left img.about-img{
    border-radius: 20px
}
.mb-60{
    margin-bottom: 60px
}
.work-process__area.inner{
    padding: 100px 0
}
.mt-20{
    margin-top: 20px
}
.mb-10{margin-bottom: 10px}
.product-application-section ul {
    margin-top: 20px;
    display: flex;
    gap: 30px;
}
.product-application-section ul li{
       background: #f1f1f1;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0;
    color: #333;
}
.other-details{
    padding: 0
}
.other-details ul{
    padding: 0 !important
}
.stratagic-alliance-section img{
    width: 100px
}
.stratagic-alliance-section .service__item.style-2 .content{
    padding-top: 20px
}
.stratagic-alliance-section .service__item.style-2 .content p{
    min-height: 100px
}
.service-offering{
    background: #fff
}

.service-offering .choose__item{
    background: #f1f1f1
}
.service-offering .choose__item .number{
    fill: var(--black); 
    color: var(--black);
        font-size: 28px;
}
.service-offering .choose__thumb .thumb img{
    height: auto
}
.service__area .sec-title{
    font-weight: normal
}
.about__left-2 .item:hover{
    background: #F4F3EE
}
.about__left-2 .item:hover .number{
  color:#15396d  
}
.mb-20{
    margin-bottom: 20px
}
.key-speci{
    gap:15px !important
}
.mb-50{
    margin-bottom: 50px
}
hr{
        margin-bottom: 50px;
    color: #ccc;
}
.product-application-section h6{
        background: #15396d3b;
    padding: 10px;
    width: max-content;
    color: #15396d;
    border-radius: 5px;
    font-weight: 700
}
.full-advantage-list{
    display: block !important
}
.full-advantage-list li{
    background: transparent !important;
        padding-left: 0 !important;
}
.brand__area .item img{
    filter: grayscale()
}
.brand__area .item:hover img{
    filter: none
}
.mt-10{
    margin-top: 10px
}
.pl-0{
    padding-left: 0
}
.fin-tube-section .gallery__list{
   grid-template-columns: 1fr 1fr 1fr;
    gap:20px
}
.custom-built-section .gallery__list{
   grid-template-columns: 1fr 1fr 1fr;
    gap:20px
}
.client-logo-slider{
    background: #F4F3EE
}
#form_process {
 -webkit-animation-name: spinnerRotate;
 -webkit-animation-duration: 1.1s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: spinnerRotate;
 -moz-animation-duration: 1.1s;
 -moz-animation-iteration-count: infinite;
 -moz-animation-timing-function: linear;
 -ms-animation-name: spinnerRotate;
 -ms-animation-duration: 1.1s;
 -ms-animation-iteration-count: infinite;
 -ms-animation-timing-function: linear;
 display: inline-block;
 margin-left: 10px;
 position: relative;
 visibility: hidden;
 color: #000
}
#error_data {
 color: red;
 font-size: 14px;
 margin: 0 0 10px;
 line-height: normal;
text-align: center
}
.alert.alert-danger p {
 color: #fff;
 background: red;
 border-radius: 24px;
 padding: 10px;
     text-align: center'
}
.alert.alert-danger {
 color: #454545;
 background-color: #ffb4b4;
 padding: 10px 15px;
 font-weight: 700;
 letter-spacing: .5px;
 line-height: 28px;
    text-align: center
}
.alert.alert-success {
 color: #508e14;
 background: #f0f0f0;
 padding: 10px 15px;
 font-weight: 700;
 letter-spacing: .5px;
 line-height: 28px;
    text-align: center
}
@-webkit-keyframes spinnerRotate {
from {
-webkit-transform:rotate(0)
}
to {
 -webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spinnerRotate {
from {
-moz-transform:rotate(0)
}
to {
 -moz-transform: rotate(360deg)
}
}
@-ms-keyframes spinnerRotate {
from {
-ms-transform:rotate(0)
}
to {
 -ms-transform: rotate(360deg)
}
}
.mt-50{
    margin-top: 50px
}
/*320 - 767*/
@media screen and (max-width: 767px) {
    
    .standard-logo img{
        width: 150px
    }
        .header__area {
        padding: 0;
    }
    .offcanvas-header img{
        width: 150px
    }
    .offcanvas-header{
        padding-left: 0;
        padding-top: 0
    }
    .sticky.header__area{
        padding: 0
    }
    .sticky.header__area .logo-wrapper .logo .sticky-logo img{
         width: 150px
    }
        .counter__content .title {
        font-size: 25px;
    }
    .insurance__right .title {
    font-size: 27px;
    }
    h2{
       font-size: 27px; 
    }
    .service__details-area{
        padding: 50px 0
    }
    .title.basu-word.blue-color.mb-60{
        margin-bottom: 30px
    }
    .product-range{
        padding: 50px 0
    }
    .choose__wrapper{
        padding-top: 30px;
        padding-bottom: 0;

    }
   .choose__thumb {
        height: 250px;
    }
    .service__area .sec-title{
         font-size: 27px;
    }
        .service__item.style-1 .content {
        padding-top: 20px;
    }
    .about__left-2 .list{
                grid-template-columns: 1fr 1fr;
                gap: 10px 10px;

    }
        .about__left-2 .text {
        font-size: 15px;
    }
    .client-logo-slider{
        padding: 50px 0
    }
    .breadcrumb__content p{
                bottom: -100px;
    }
    .breadcrumb__area{
        height: 200px;
        padding: 0;
    }
    .breadcrumb__area .overlay{
        bottom: 0
    }
    .breadcrumb__content p{
        position: relative
    }
    .work-process__area .sec-title{
       line-height: 30px;
    text-transform: inherit;
    font-size: 27px;
    }
    .work-process__list .work-process__item.style-1 img{
        transform: none !important
    }
    .work-process__list{
        display: block
    }
    .work-process__item.style-1{
        gap:0
    }
    .product-application-section h6{
        width: 100%
    }
    .product-application-section ul{
        display: block
    }
    .product-application-section ul li{
        margin-bottom: 10px
    }
    .other-details{
        padding-top: 20px
    }
    .service__item.style-2{
        margin-bottom: 10px
    }
    .breadcrumb__content{
        align-items: center
    }
    .work-process__item.style-1 .text{
        margin-bottom: 30px
    }
    .work-process__item.style-1 .title{
        font-size: 25px
    }
}

@media (min-width: 1440px) and (max-width: 5000px) {
    
    .hero__wrapper .title{
        font-size: 60px
    }
}


