html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--bs-dark);
  font: 400 1rem/1.6 "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
  line-height: 1.2;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
}

h5 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
}

h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
  color: #a71216;
  margin-bottom: 5px;
}

p {
  font: 400 1rem/1.6 "Open Sans", sans-serif;
  margin-bottom: 1.5625rem;
  color: var(--bs-dark);
}

.btn {
  font: 600 1rem/1.6 "Open Sans", sans-serif;
  padding: 10px 35px;
  border-radius: 0px;
  min-width: 180px;
  text-transform: capitalize;
  color: #fff;
  background: url(../img/btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 12px;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #a71216;
  border-color: #a71216;
  color: #fff;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #fff;
  border-color: #a71216;
  color: #a71216;
  text-decoration: none;
}

.btn-secondary {
  background-color: #1d1d1d;
  color: #fff;
  border-color: #1d1d1d;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #1d1d1d;
  color: #1d1d1d;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul.list li:before {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: -5px;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding-top {
  padding-top: 5rem;
}

.section-padding-bottom {
  padding-bottom: 5rem;
}

.primary-color {
  color: #a71216;
}

.card {
  margin: 0;
  padding: 0;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.form-control {
  height: 48px;
  border: 0;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: -12%;
  background: url(../img/next.png) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -12%;
  background: url(../img/prev.png) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

/*	------ HEADER PART ------  */
.top-header .row > .col-auto:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.6901960784);
  border-right: 1px solid rgba(255, 255, 255, 0.6901960784);
}
.top-header p {
  margin-bottom: 0;
  color: #a71216;
  font-size: 16px;
  font-weight: 500;
}
.top-header a {
  color: #000;
}
.top-header a i {
  color: #a71216;
}

.socal-icons {
  list-style: none;
}
.socal-icons li {
  display: inline-block;
}
.socal-icons li a {
  padding: 2px 5px;
}

.header {
  background: #fff;
  padding: 10px 0;
}

.top-menu ul li a {
  font-family: "Open Sans", sans-serif;
}

.header-btn {
  color: #1d1d1d;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #1d1d1d;
  min-width: auto;
  transition: 0.3s;
}
.header-btn img {
  margin-left: 5px;
  transition: 0.3s;
}

.header-btn:hover {
  border: 1px solid #1d1d1d;
  background-color: #1d1d1d;
  color: #fff;
  transition: 0.3s;
}
.header-btn:hover img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

@media screen and (min-width: 992px) {
  /*	Sticky Header  */
  .header.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.97);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }
  .header.fix .logo img {
    max-width: 150px;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .top-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 991;
    margin: 0 5px;
  }
  .top-menu ul li a {
    padding: 4px 7px;
    font-weight: 400;
    color: #111a21;
    font-size: 16px;
    display: block;
  }
  .top-menu ul li.dropdown > a:after {
    content: "";
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
    background: url(../img/dropdown.png) center center no-repeat;
  }
  .top-menu ul li a:hover,
  .top-menu ul li:hover > a,
  .top-menu ul li.current-menu-item > a {
    color: #a71216;
  }
  .top-menu ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    width: 220px;
    background: #f3f2ee;
    padding: 10px 0;
    text-align: left;
  }
  .top-menu ul ul li {
    float: none;
    padding: 0 15px;
    margin: 0;
    display: block;
  }
  .top-menu ul ul li a {
    color: #111a21;
    display: block;
    padding: 5px;
    border: none;
    font-size: 18px;
  }
  .top-menu ul ul li.dropdown > a:after {
    display: none;
  }
  .top-menu ul ul li a:hover,
  .top-menu ul ul li:hover > a,
  .top-menu ul ul li.current-menu-item > a {
    color: #a71216;
  }
  .top-menu ul ul ul {
    left: 100%;
    top: 0;
  }
  .top-menu ul li:hover > ul {
    display: block;
  }
  .top-menu ul li ul {
    opacity: 0;
    z-index: 10;
    top: -9999em;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    transform-origin: center top;
    transition-property: transform, opacity, top;
    transition-duration: 0.3s, 0.3s, 0s;
    transition-delay: 0s, 0s, 0.3s;
  }
  .top-menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
  }
  .top-menu ul ul li:hover > ul {
    top: -10px;
    left: 100%;
  }
}
.form-flag .select2-results__options li {
  background: url(../img/flag-usa.png) left center no-repeat;
  background-size: 15px auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.2 !important;
}

.select2-container--default .select2-selection--single {
  height: 52px;
  border: 0;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: inherit;
}

.floting-icon {
  position: fixed;
  bottom: 30px;
  right: 5px;
  z-index: 9999;
}
.floting-icon a {
  display: inline-block;
  border-radius: 50%;
}

/* ---  BANNER AREA-----*/
.banner-strip {
  background-color: #a71216;
  text-align: center;
  padding: 8px 10px;
}
.banner-strip p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.home-banner {
  display: flex;
  align-items: center;
  position: relative;
}
.home-banner .container {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.home-banner .banner-backgound {
  position: relative;
  overflow: hidden;
}
.home-banner .banner-backgound img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.home-banner .banner-content {
  max-width: 600px;
}
.home-banner .banner-content h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.home-banner .banner-content h1 {
  font-size: 4.2rem;
  font-weight: 900;
  color: #a71216;
  margin: 15px 0 20px;
  line-height: 1;
}
.home-banner .banner-content h4 {
  font-size: 3rem;
  color: #1d1d1d;
  border-radius: 8px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  width: 100%;
}
.home-banner .banner-content img {
  margin-top: 15px;
  border: 1px solid rgba(167, 18, 22, 0.431372549);
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(167, 18, 22, 0.368627451);
}
.home-banner .price-area {
  width: 180px;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../img/banner-icon-bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -60px;
}
.home-banner .price-area h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: block;
}
.home-banner .owl-carousel .owl-nav button.owl-next {
  right: -70px;
  background: url(../img/next1.png) center center no-repeat !important;
  width: 55px;
  height: 25px;
  right: -90px;
}
.home-banner .owl-carousel .owl-nav button.owl-prev {
  left: -70px;
  background: url(../img/prev1.png) center center no-repeat !important;
  width: 55px;
  height: 25px;
  left: -90px;
}

/* ---  Fact Section -----*/
.fact-section .card {
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  height: 100%;
}
.fact-section .card .card-body {
  padding: 25px 10px;
  height: 100%;
}
.fact-section .card h3 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
.fact-section .card p {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

/* ---  Enquire Area -----*/
.enquire-area {
  justify-content: center;
  margin: 50px 0 0;
}
.enquire-area .enquire-div {
  position: relative;
  background-color: #ede1b1;
  border-radius: 30px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 30px;
}
.enquire-area .enquire-div::before, .enquire-area .enquire-div::after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.enquire-area .enquire-div::before {
  left: 0;
  background-image: url(../img/enq1.png);
  background-position: left bottom;
}
.enquire-area .enquire-div::after {
  right: 0;
  background-image: url(../img/enq2.png);
  background-position: right bottom;
  max-height: 75px;
}
.enquire-area .enquire-div > * {
  position: relative;
  z-index: 3;
}
.enquire-area .enquire-div h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.enquire-area .enquire-div a i {
  margin-left: 8px;
}

.form-main-area .form-control {
  margin-bottom: 15px;
}

.about-section h2 + p {
  margin: 0;
}

/* ---  Sevice Section -----*/
.service-section {
  background-color: #f1f1f1;
}
.service-section .card {
  text-align: center;
  padding: 35px 20px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.service-section .card > * {
  position: relative;
  z-index: 2;
}
.service-section .card .card-header {
  margin: 0 0 15px;
}
.service-section .card .card-header img {
  max-width: 80px;
}
.service-section .card .card-body h4 {
  font-size: 1.125rem;
  margin-bottom: 2px;
}
.service-section .card .card-body p {
  margin: 0;
  font-size: 14px;
}
.service-section .card::before {
  content: "";
  width: 100%;
  height: 110px;
  position: absolute;
  top: -100%;
  left: 0;
  background: url(../img/ser-bg.png) no-repeat center top;
  background-size: 100% auto;
}
.service-section .card:hover {
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  background: #eee1b4;
}
.service-section .card:hover::before {
  animation: to-down 1s normal;
  top: 0%;
}
.service-section .card:hover h4 {
  color: #a71216;
}

.heading-part2 h6 {
  color: #ede1b1;
}
.heading-part2 h2 {
  color: #fff;
}
.heading-part2 p {
  color: #fff;
}

/* ---  Process Section -----*/
.process-section {
  background: #a71216;
}
.process-section .process-row > div:nth-last-child(1) .process-card::before {
  display: none;
}
.process-section .process-card {
  border: 2px dotted #fff;
  background: transparent;
  text-align: center;
  padding: 40px 20px;
  height: 100%;
  border-radius: 0;
  position: relative;
}
.process-section .process-card .card-header {
  margin-bottom: 20px;
}
.process-section .process-card .card-header img {
  max-height: 40px;
}
.process-section .process-card .card-body h4 {
  color: #ede1b1;
  font-size: 1.25rem;
}
.process-section .process-card .card-body p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.process-section .process-card::before {
  content: "\f061";
  width: 42px;
  height: 42px;
  background: #ede1b1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.process-section .process-down {
  text-align: center;
  padding-top: 2rem;
}
.process-section .process-down h3 {
  color: #fff;
  font-size: 1.65rem;
}
.process-section .process-down p {
  color: #fff;
}
.process-section .process-row > div:nth-child(1) {
  position: relative;
  z-index: 5;
}
.process-section .process-row > div:nth-child(2) {
  position: relative;
  z-index: 4;
}
.process-section .process-row > div:nth-child(3) {
  position: relative;
  z-index: 3;
}
.process-section .process-row > div:nth-child(4) {
  position: relative;
  z-index: 2;
}
.process-section .process-row > div:nth-child(5) {
  position: relative;
  z-index: 1;
}

.university-main {
  text-align: center;
  margin: 6rem 0 0;
  background: url(../img/bg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 30px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.university-main::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.university-main .heading {
  text-align: center;
  color: #fff;
}
.university-main .heading * {
  color: #fff;
}
.university-main > * {
  position: relative;
  z-index: 1;
}
.university-main .university-card {
  border: 0;
  background: #fff;
  padding: 20px 5px;
  height: 100%;
}
.university-main .university-card .card-body {
  text-align: center;
}
.university-main .university-card .card-body h5 {
  font-size: 16px;
  display: block;
  padding: 5px;
}

.why-section {
  background-color: #eee1b4;
  position: relative;
}
.why-section > * {
  position: relative;
  z-index: 1;
}
.why-section .why-card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.why-section .why-card .card-header {
  text-align: center;
}
.why-section .why-card .card-header .image-area {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin: auto;
  transition: 0.3s;
}
.why-section .why-card .card-header .image-area img {
  max-width: 45px;
  max-height: 45px;
  transition: 0.3s;
}
.why-section .why-card .card-body h4 {
  margin-bottom: 10px;
}
.why-section .why-card .card-body p {
  font-size: 15px;
  color: #555;
}
.why-section .why-card::before {
  display: none;
}
.why-section .why-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px dashed transparent;
  border-radius: 25px;
  transition: 0.3s;
}
.why-section .why-card:hover {
  background: #fff;
  box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.45);
}
.why-section .why-card:hover .card-header .image-area {
  background-color: #a71216;
  transition: 0.3s;
}
.why-section .why-card:hover .card-header .image-area img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.why-section .why-card:hover::after {
  border-color: #a71216;
  transition: 0.3s;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: 0.3s;
}

.form-section {
  background-color: #3c3c3c;
  padding: 7.5rem 0;
}
.form-section .heading-part2 h2 {
  margin-bottom: 10px;
}
.form-section .heading-part2 h3 {
  color: #ede1b1;
  margin-bottom: 10px;
}
.form-section .form-control, .form-section .btn {
  height: 52px;
}
.form-section .selection > .select2-selection.select2-selection--single {
  padding-left: 40px;
  background: url(../img/ind-img.jpg) no-repeat 10px center #fff;
  background-size: 25px;
}

.delivery-section {
  background-color: #eee1b4;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.delivery-section::before {
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #a71216;
  -webkit-clip-path: polygon(100% 0, 40% 0, 100% 80%);
          clip-path: polygon(100% 0, 40% 0, 100% 80%);
}
.delivery-section > * {
  position: relative;
  z-index: 2;
}
.delivery-section .content-area {
  text-align: right;
}
.delivery-section .content-area p {
  color: #666;
  font-size: 14px;
}
.delivery-section .image-area {
  border: 10px solid #fff;
  border-radius: 34px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
}
.delivery-section .image-area img {
  overflow: hidden;
}

.our-value-section .value-row {
  border-radius: 30px;
  overflow: hidden;
}
.our-value-section .value-row > div:nth-child(1) {
  background-color: #e7e7e7;
}
.our-value-section .value-row > div:nth-child(2) {
  background-color: #f4f4f4;
}
.our-value-section .value-row > div:nth-child(3) {
  background-color: #f4f4f4;
}
.our-value-section .value-row > div:nth-child(4) {
  background-color: #e7e7e7;
}
.our-value-section .value-row > div:nth-child(5) {
  background-color: #e7e7e7;
}
.our-value-section .value-row > div:nth-child(6) {
  background-color: #f4f4f4;
}
.our-value-section .value-row > div:nth-child(7) {
  background-color: #f4f4f4;
}
.our-value-section .value-row > div:nth-child(8) {
  background-color: #e7e7e7;
}
.our-value-section .value-row .value-item-main .value-item {
  text-align: left;
  padding: 40px 45px;
}
.our-value-section .value-row .value-item-main .value-item img {
  margin-bottom: 15px;
  max-width: 75px;
}
.our-value-section .value-row .value-item-main .value-item h4 {
  color: #a71216;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.our-value-section .value-row .value-item-main .value-item p {
  margin: 0;
  color: #666;
}

.faq-section .faq-items .accordion-item {
  margin-bottom: 12px;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 15px !important;
  overflow: hidden;
}
.faq-section .faq-items .accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  color: #000;
}
.faq-section .faq-items button {
  font-size: 16px;
  font-weight: 700;
  background-color: #f5f5f5;
}
.faq-section .faq-items button:focus {
  border: 0;
  box-shadow: none;
}
.faq-section .faq-items .accordion-body {
  font-size: 14px;
}
.faq-section .faq-items .accordion-body p {
  font-size: 14px;
}

.faq-section {
  position: relative;
  padding-top: 4rem;
}
.faq-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/faq-bg.png) no-repeat left bottom;
  background-size: auto;
}
.faq-section > * {
  position: relative;
  z-index: 1;
}

.partners-area {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.partners-area ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.partners-area ul li {
  flex: 0 0 50%;
  text-align: center;
  padding: 20px 5px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.431372549);
}
.partners-area ul li:nth-child(odd) {
  border-right: 1px solid rgba(205, 205, 205, 0.431372549);
}
.partners-area ul li:nth-last-child(1), .partners-area ul li:nth-last-child(2) {
  border-bottom: 0;
}

.rating {
  display: flex;
}
.rating li {
  display: inline-block;
  color: #ffc10a;
}

.testimonial-section {
  background-color: #a71216;
}
.testimonial-section .testimonial-carousel .testimonial-area {
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
}
.testimonial-section .testimonial-carousel .testimonial-area .head {
  display: flex;
  justify-content: space-between;
}
.testimonial-section .testimonial-carousel .testimonial-area .head h4 {
  font-size: 18px;
  font-weight: 700;
}
.testimonial-section .testimonial-carousel .testimonial-area .head + p + img {
  max-width: auto;
  width: auto;
  opacity: 0.3;
}
.testimonial-section .testimonial-carousel .testimonial-area p {
  max-height: 160px;
  overflow: auto;
  scrollbar-width: thin;
}

.blog-area .image-area {
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
}
.blog-area .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-area .content-area {
  margin: 20px 0 0;
}
.blog-area .content-area h5 {
  margin-bottom: 14px;
}
.blog-area .content-area p {
  color: #666;
  font-size: 15px;
}

.callback-section {
  background-color: #292929;
  padding: 3.5rem 0;
}
.callback-section h2 {
  color: #fff;
  margin: 0;
}
.callback-section h6 {
  color: #ede1b1;
}

.thankyou-section {
  background: #f1f1f1;
  padding: 15px;
  min-height: 70vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.thankyou-section .inner-area {
  text-align: center;
}

.thankyou-section .inner-area h1 {
  font-size: 2.75rem;
  color: #111827;
  margin: 0 0 15px;
}

.thankyou-section .inner-area p {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 25px;
}

.thankyou-section .inner-are a {
  display: inline-block;
}

@keyframes to-down {
  from {
    top: -100%;
  }
  to {
    top: 0%;
  }
}
/* ---  FOOTER AREA -----*/
footer {
  padding: 2rem 0;
}
footer h4 {
  font-size: 20px;
  color: #081420;
  margin-bottom: 20px;
}
footer p {
  color: #727272;
  font-size: 14px;
}
footer h6 {
  font-size: 14px;
}
footer ul.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  justify-content: center;
}
footer ul.footer-nav li {
  display: inline-flex;
  flex-wrap: wrap;
  color: #727272;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
footer ul.footer-nav li i {
  margin-right: 10px;
  color: #a71216;
}
footer ul.footer-nav li a {
  color: #727272;
  text-decoration: none;
  font-weight: 500;
}
footer ul.footer-nav li a:hover {
  text-decoration: none;
  color: #a71216;
}
footer .footer-logo-area p {
  font-size: 14px;
  color: #727272;
  max-width: 700px;
  margin: 0 auto 20px;
}
footer .footer-logo-area img {
  max-width: 170px;
}
footer .copyright-row {
  border-top: 1px solid #d1d1d1;
  padding: 20px 0 30px;
  margin-top: 3rem;
}
footer .copyright-row p {
  font-size: 14px;
  color: #727272;
  margin-bottom: 0px;
}
footer .socal-icons {
  margin: 20px 0;
}
footer .socal-icons a:hover {
  color: #a71216;
}
footer .copyright-area {
  margin-top: 16px;
  text-align: center;
}
footer .copyright-area p {
  font-size: 14px;
  color: #727272;
  margin-bottom: 0px;
}

/* ---  POPUP -----*/
.contact-modal .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-size: 12px;
  opacity: 1;
}
.contact-modal .modal-body {
  padding: 2rem 1.5rem 2.5rem;
  background: #f3faff;
}
.contact-modal h3 {
  margin-bottom: 2rem;
  text-align: center;
}
.contact-modal .form-control {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.7);
}
.contact-modal .form-control.textarea-form-control {
  height: 100px;
}

/* ============ RESPONSIVE CSS ============ */
@media only screen and (max-width: 1199px) {
  .form-main-area .phone-code {
    width: auto;
  }
  .form-main-area .phone-code .select2.select2-container {
    width: auto !important;
    max-width: 150px !important;
  }
  .form-main-area .phone-field {
    flex: 1 0 0;
  }
}
@media all and (max-width: 991px) {
  .wrapper {
    left: 0;
    position: relative;
  }
  .hidden-menu {
    overflow: hidden;
  }
  .hidden-menu .wrapper {
    left: 270px;
  }
  .btn-topmenu {
    color: #000 !important;
    font-size: 16px;
    float: right;
    padding: 0;
    width: 30px;
    height: 40px;
    position: relative;
    margin-left: 20px;
    top: 0px;
  }
  .btn-topmenu .menu-bar {
    height: 2px;
    width: 15px;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-topmenu .menu-bar::after {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #000;
    bottom: 8px;
  }
  .btn-topmenu .menu-bar::before {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #000;
    top: 8px;
  }
  .btn-topmenu .menu-bar::after, .btn-topmenu .menu-bar::before {
    position: absolute;
    transition: all 200ms linear;
  }
  .btn-topmenu:focus, .btn-topmenu.focus {
    outline: 0;
    box-shadow: none;
  }
  .btn-topmenu.on .menu-bar {
    background-color: transparent;
  }
  .btn-topmenu.on .menu-bar:after {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
  }
  .btn-topmenu.on .menu-bar:before {
    transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
  }
  .hidden-menu .btn-topmenu {
    position: absolute;
    left: -15px;
    background: #ff3a13;
    width: 40px;
  }
  .hidden-menu .btn-topmenu .menu-bar {
    left: 6px;
  }
  .hidden-menu .btn-topmenu .menu-bar::before, .hidden-menu .btn-topmenu .menu-bar::after {
    background: #fff;
  }
  .menu-logo {
    text-align: center;
    padding: 30px 30px;
  }
  .menu-logo h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  .menu-logo h1 a {
    color: #fff;
  }
  .top-menu, .wrapper {
    transition: all 200ms linear;
  }
  .top-menu {
    position: fixed;
    top: 0;
    left: -270px;
    z-index: 9992;
    width: 270px;
    height: 100%;
    background: #2e2e2e;
    overflow-y: scroll;
  }
  .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .top-menu ul li {
    border-top: solid 1px #3c3c3c;
  }
  .top-menu ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    color: #a3a3a3;
  }
  .top-menu ul li.dropdown .arrow {
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    width: 40px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
    cursor: pointer;
  }
  .top-menu ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .top-menu ul li.dropdown > a {
    padding-right: 40px;
  }
  .top-menu ul ul {
    padding-bottom: 10px;
    display: none;
  }
  .top-menu ul ul li {
    border: none;
  }
  .top-menu ul ul li a {
    padding: 4px 20px 4px 30px;
  }
  .top-menu ul ul li.dropdown .arrow {
    height: 43px;
    line-height: 38px;
  }
  .top-menu ul ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .top-menu.open {
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .top-menu ul li a:hover, .top-menu ul li.current-menu-item a {
    color: #fff;
  }
  .top-menu ul li.dropdown.open > .arrow:after {
    content: "\f106";
  }
  .top-menu ul li.dropdown.open > ul {
    display: block;
  }
  .top-menu.open .menu-logo {
    background: #fff;
  }
  .home-banner .banner-content h3 {
    font-size: 2rem;
  }
  .home-banner .banner-content h1 {
    font-size: 3rem;
  }
  .home-banner .banner-content h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header {
    flex: 1 0 0;
  }
  .top-header > .row {
    justify-content: end !important;
  }
  .home-banner .price-area {
    top: inherit;
    bottom: -40px;
    right: -40px;
  }
  .home-banner .banner-backgound {
    height: 450px;
  }
  .home-banner .banner-backgound img {
    width: 100%;
    height: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media all and (max-width: 767px) {
  .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .home-banner .price-area {
    position: relative;
    top: 0;
  }
  .home-banner .banner-content {
    max-width: 100%;
    order: 2;
    margin-top: 25px;
  }
  .home-banner .banner-content h1 {
    font-size: 3.5rem;
  }
  .home-banner .banner-content h2 {
    font-size: 2.4rem;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .home-banner .banner-backgound {
    height: 500px;
  }
  .home-banner .banner-backgound img {
    width: 100%;
    height: 100%;
    -o-object-position: left center;
       object-position: left center;
  }
  .fact-section .card {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .service-card {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .top-header > .row > div {
    flex: 0 0 100%;
    text-align: center;
  }
  h2 {
    font-size: 1.8rem;
  }
  .section-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .section-padding-top {
    padding-top: 2.5rem;
  }
  .section-padding-bottom {
    padding-bottom: 2.5rem;
  }
  .header-btn {
    display: none;
  }
  .home-banner .banner-content h1 {
    font-size: 3rem;
  }
  .home-banner-area {
    text-align: center;
  }
  .home-banner-area > .container > .row > .col-auto {
    width: 100%;
    flex: 0 0 100%;
  }
  .home-banner-area > .container > .row > .col-auto .price-area {
    margin: auto;
  }
  .home-banner-area .banner-content {
    width: 100%;
    flex: 0 0 100%;
  }
  .home-banner .banner-content h4 {
    font-size: 2.5rem;
  }
  .process-section .process-card::before {
    left: 50%;
    right: inherit;
    top: inherit;
    bottom: -20px;
    transform: translateX(-50%) rotate(90deg);
  }
  .process-row div[data-aos=fade-right] {
    transform: translate3d(0, -100px, 0);
  }
  .enquire-area .enquire-div h3 {
    font-size: 18px;
  }
  .form-section .form-control {
    margin-bottom: 15px;
  }
  .form-section .row > div {
    text-align: center;
  }
  .delivery-section .content-area {
    text-align: center;
  }
  .delivery-section .content-area br {
    display: none;
  }
  .why-section::before {
    display: none;
  }
  .delivery-section .content-area p {
    color: #353535;
  }
  .our-value-section .value-row .value-item-main .value-item {
    text-align: center;
  }
  .callback-section .row {
    justify-content: center !important;
    text-align: center;
  }
  .callback-section .row h2 {
    margin-bottom: 20px;
  }
  .faq-section .btn-primary {
    border-color: #fff;
  }
  footer {
    text-align: center;
  }
  footer ul.footer-nav li {
    justify-content: center;
    flex: 0 0 100%;
  }
  .contact-modal .btn-close {
    right: -5px;
  }
}/*# sourceMappingURL=style.css.map */