html {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: normal;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  right: 0;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: normal;
  color: #000000;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  background-attachment: fixed;
}

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

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #1e0b5d;
}

footer,
section,
.counter {
  overflow-x: hidden;
  overflow-y: clip;
}

* {
  box-sizing: border-box;
}

.overflow-y-scroll {
  overflow-y: visible !important;
}

*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.8s;
  position: relative;
}

a:active,
a:focus {
  color: #19445E;
  outline: 0 !important;
  text-decoration: none;
}

a:hover {
  color: #BF0A30;
  outline: 0 !important;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

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

h6 {
  font-size: 24px;
}

h5 {
  font-size: 28px;
}

h4 {
  font-size: 30px;
}

h3 {
  font-size: 40px;
}

h2 {
  font-size: 50px;
}

h1 {
  font-size: 70px;
}

.float-right {
  float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: unset;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: bold;
}

.fw-800 {
  font-weight: 800;
}

.clr-1 {
  color: #BF0A30;
}

.clr-2 {
  color: #002868;
}

.bg-1 {
  background: #ffb210;
}

.form-control,
input,
select,
textarea {
  background: #FBFBFB;
  color: #686868;
  padding: 16px 8px 16px 25px;
  transition: 0.3s linear;
  height: auto;
  border-radius: 8px;
  font-size: 15px !important;
  box-shadow: unset;
  width: 100%;
  border: 1px solid #E2E2E2;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  background: #FBFBFB;
  box-shadow: unset;
  outline: unset;
  border: 1px solid #E2E2E2;
}

.form-control:focus::placeholder,
input:focus::placeholder,
textarea:focus::placeholder {
  color: #686868;
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: #686868;
  font-size: 16px;
  opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-size: 16px;
}

.my-tabs {
  display: none;
}

.my-tabs.current {
  display: block;
}

.btn,
button {
  padding: 13px 35px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 10px 10px 0px #000000;
  color: #ffffff;
  border: unset;
}

.btn:hover,
button:hover {
  color: white;
  box-shadow: 0px 0px 0px #000000;
}

.btn.blue,
button.blue {
  background: #002868;
}

.btn.red,
button.red {
  background: #BF0A30;
}

.btn.white,
button.white {
  background: #ffffff;
  color: black;
}

.btn.blue:hover,
button.blue:hover {
  background: #BF0A30;
}

.btn.red:hover,
button.red:hover {
  background: #002868;
}

.invisible-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #f5f5f500;
  border-radius: 0;
}

.invisible-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f500;
}

.invisible-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #ee307300;
}

.w-90 {
  width: 90%;
}

header {
  padding: 20px 0px 0px 0px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

.call-anchor .icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #002868;
  padding: 13px;
  box-shadow: 5px 5px 0px black;
  margin-right: 16px;
}

.call-anchor {
  margin-right: 35px;
}

form .banner-form-input-div {
  padding: 20px 22px;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  background: #F6F6F6;
}

.index-wrap-1 ul li:not(.iti__country) {
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  padding: 10px 15px;
  width: 140px;
  height: 75px;
  padding: 12px 18px;
  background: #FFFFFF;
}

.index-wrap-1 ul {
  gap: 20px;
}

.index-wrap-1 {
/*  background: url("../images/banner-bg.png");*/
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12rem 0rem 5rem;
  background-attachment: fixed;
  border-radius: 0px 0px 40px 40px;
}

.banner-heading-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.index-wrap-1-typwriter {
  position: absolute;
  right: 0;
  bottom: -17%;
  z-index: 1;
}

.index-wrap-2-heading-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.index-portfolio-main .index-wrap-2 {
  padding: 10rem 0rem 4rem;
}

/* slick-slider */

.gallery-slide {
  display: block;
  width: 360px;
  height: auto;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  filter: blur(4px);
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slide.swiper-slide-active {
  filter: none;
  transform: rotate(-8deg) !important;
  box-shadow: 10px 10px 20px #0000005e;
}

.swiper-actions {
  margin-top: 20px;
}

.swiper-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.gallery-slider .swiper-btn {
  position: absolute;
  top: auto;
  bottom: 2%;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background: #BF0A30;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.gallery-slider .swiper-btn.swiper-button-prev {
  left: 45%;
}

.gallery-slider .swiper-btn.swiper-button-next {
  right: 45%;
}

.gallery-slider .swiper-btn:after {
  display: none;
}

.gallery-slider .swiper-pagination {
  position: static;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gallery-slider .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 3px;
  margin: 0 !important;
}

.gallery-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.index-wrap-2 .swiper.gallery-slider {
  padding: 30px 0px 100px;
}

.index-wrap-2 .index-wrap-2-item-img-1 {
  position: absolute;
  top: 0;
  right: 180px;
}

.index-wrap-2 .index-wrap-2-item-img-2 {
  position: absolute;
  bottom: -10px;
  left: 430px;
  max-width: 31%;
}

.index-wrap-3-item .index-wrap-3-item-icon {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.index-wrap-3-item .index-wrap-3-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.index-wrap-3-item-content h3 {
  font-size: 30px;
  padding: 0px 0px 16px;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.index-wrap-3-item .index-wrap-3-item-content h3 span {
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.index-wrap-3-item {
  border-radius: 10px;
  background: #EDEFF0;
  border: 1px solid #E2E2E2;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.205);
  padding: 22px 30px 24px;
  margin-bottom: 30px;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.index-wrap-3-item:hover {
  background: #BF0A30;
  border: 1px solid #BF0A30;
  color: white;
  box-shadow: 10px 10px 0px rgb(0, 0, 0);
  transform: scale(1.05);
}

.index-wrap-3-item:hover .index-wrap-3-item-content h3 span {
  color: white;
}

.index-wrap-3-item:hover .index-wrap-3-item-icon img {
  filter: brightness(0) invert(1);
}

.index-wrap-3-item .index-wrap-3-item-content {
  height: 160px;
  overflow-y: scroll;
  margin-top: 20px;
}

.index-wrap-4 .index-wrap-4-item h3 {
  font-size: 27px;
  padding-bottom: 12px;
}

.index-wrap-4 .index-wrap-4-item {
  margin-bottom: 40px;
  height: 115px;
  overflow-y: scroll;
}

.index-wrap-4-item-img {
  position: absolute;
  left: 160px;
  bottom: 0;
}

.index-wrap-4 {
  padding: 65px 0px 75px;
  background: url("../images/index-wrap-4-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px;
}

.index-wrap-3 {
  padding: 50px 0px 80px;
}

.index-wrap-5-content-item h4 {
  font-size: 30px;
  padding-bottom: 10px;
}

.index-wrap-5-content-item {
  margin-bottom: 30px;
}

.index-wrap-5 ul {
  gap: 45px;
  padding-bottom: 30px;
}

.index-wrap-5-slider-item-main .index-wrap-5-item-img {
  width: 75%;
  height: 430px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  display: inline-block;
}

.index-wrap-5-slider-item-main .index-wrap-5-item-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.wrap-5-book-bottom {
  transform: translateY(-12px);
}

.index-wrap-5 {
  padding: 9rem 0rem 9rem;
}

.wrap-5-col-2-item {
  transform: translateY(-30px);
}

.wrap-5-col-2-item .img-1 {
  padding-bottom: 35px;
}

.index-wrap-5-main-item-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -100px;
  margin: auto 0;
  max-width: 6%;
}

.index-wrap-6 {
  padding: 40px 0px 70px;
}

.review-item {
  background: #EDEFF0;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  padding: 25px 30px 25px;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.review-item p {
  font-size: 18px;
}

.review-item h6 {
  font-size: 20px;
  padding: 20px 0px 40px;
}

.review-item:hover {
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.205);
}

.index-wrap-7 {
  padding: 80px 0px 80px;
/*  background: url("../images/wrap-7-bg.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px;
}

.review_swiper .swiper-wrapper .swiper-slide {
  padding: 20px 0px;
}

.footer-contact-item {
  background: #002868;
  border-radius: 8px;
  padding: 0px 20px 35px 40px;
}

.footer-contact-item h3 {
  font-size: 55px;
  padding: 10px 0px 10px;
}

ul.ul-1 li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 25px;
}

ul.ul-1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/icon/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0);
}

ul.ul-1 {
  margin-top: 20px;
}
.footer-contact-item ul.ul-1 li::before{
  filter: none !important
}
.footer-contact-item h4 {
  font-size: 35px;
  padding-bottom: 15px;
  padding-top: 18px;
}

.footer-contact-item ul.ul-2 li a {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #BF0A30;
}

.footer-contact-item ul.ul-2 li a:hover {
  box-shadow: 5px 5px 0px black;
}

.footer-contact-item ul.ul-2 {
  gap: 20px;
}

.footer-contact-item .ul-3 li h6 {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #BF0A30;
  background: #EDEFF0;
  font-size: 35px;
}

.footer-contact-item .ul-3 {
  padding-bottom: 0px;
  gap: 30px;
  transform: translateY(-40px);
}

.index-wrap-8 {
  padding: 120px 0px 100px;
}

.index-wrap-8-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wrap-8-contact-girl {
  position: absolute;
  right: 0;
  bottom: 0;
}

footer .colum-1 p {
  padding: 40px 0px 30px;
}

footer .colum-2 h5 {
  font-size: 22px;
  padding-bottom: 10px;
}

footer .colum-2 ul li{
/*  line-height: 40px;*/
margin:15px 0 ;
}

footer .colum-2 ul li a img {
  padding-right: 8px;
}

footer .copyright-colum {
  padding: 22px 0px;
  margin-top: 55px;
  border-top: 1px solid black;
}

.iti {
    display: block!important;
    width: 100% !important
}
/*
.iti__country-list{
  min-width: 200px;
}
*/
.iti input:focus .iti__selected-dial-code {
    color: rgba(var(--dark-color),1)!important
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #ffff;
    border-radius: 10px 0 0 10px
}


input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}
footer {
  padding-top: 100px;
/*  background: url("../images/footer-bg.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px 40px 0px 0px;
}

.service-wrap-1 {
/*  background: url(../images/banner-bg.png);*/
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11rem 0rem 10rem;
  background-attachment: fixed;
  border-radius: 0px 0px 40px 40px;
}

.service-wrap-1 .service-wrap-1-item-img {
  width: 100%;
  height: 400px;
  border-radius: 45px;
  overflow: hidden;
  box-shadow: 0px 15px 28px #00286845;
}

.service-wrap-1 .service-wrap-1-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-wrap-1-item-img-main::before {
  content: "";
  position: absolute;
  right: -115px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #BF0A30;
  width: 138%;
  height: 220px;
  border-radius: 120px 0px 0px 120px;
}

.service-wrap-2 .service-wrap-2-main {
  background: rgb(255, 255, 255);
  border-radius: 40px 40px 0px 0px;
  padding: 35px 50px 30px;
  border-top: 1px solid #bf0a304d;
}

.service-wrap-2 {
  margin-top: -3%;
  position: relative;
}

ul.ul-list-inner-service li {
  padding: 13px 30px;
  font-size: 16px;
  border-radius: 5px;
  background: #002868;
  box-shadow: 7px 7px 0px rgb(0 0 0 / 0%);
  color: white;
  font-weight: 700;
  transition: 0.3s linear;
  cursor: pointer;
}

ul.ul-list-inner-service {
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 35px;
}

ul.ul-list-inner-service li:hover,
ul.ul-list-inner-service li.current {
  background: #BF0A30;
  box-shadow: 7px 7px 0px rgb(0, 0, 0);
}

.service-wrap-3 {
  padding: 70px 0px 130px;
}

.service-wrap-3-ul-content h3 {
  font-size: 40px;
}

.service-wrap-3-ul-content {
/*  background: url("../images/banner-bg.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 30px;
  padding: 60px 60px 60px 80px;
  margin-top: 50px;
}

.service-wrap-3-ul-content-img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.service-wrap-3-ul-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-wrap-3-ul-content p {
  margin-bottom: 20px;
  height: 145px;
  overflow-y: scroll;
}

.service-wrap-4 h2 {
  font-size: 40px;
}

.service-wrap-4 {
  background: #002868;
  border-radius: 40px;
  padding: 100px 0px 100px;
}

.cta-img-inner {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 20%;
}

.inner-portfolio-main .index-wrap-2 {
  padding: 5rem 0rem 4rem;
}

.accordion-list .accordian-inner li {
  background: white;
  box-shadow: 0px 20px 28px #0000001a;
  border-radius: 5px;
  padding: 35px 40px;
  margin-bottom: 30px;
  border: 1px solid #dfe1e7;
  cursor: pointer;
}

.accordion-list .accordian-inner li h3 {
  font-size: 22px;
}

.accordion-list .accordian-inner li .answer p {
  padding-top: 15px;
}

.accordion-list .accordian-inner {
  margin-top: 40px;
}

.faq-wrap-section {
  padding: 60px 0px 60px;
}

.accordion-list .accordian-inner li.active {
  background: linear-gradient(90deg, rgba(236, 231, 234, 1) 0%, rgba(192, 201, 215, 1) 51%, rgba(229, 197, 206, 1) 100%);
}

header .menu-anchor {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #002868;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.service-wrap-1 h1 {
  font-size: 60px;
}

/* portfolio css start  */

.banner {
  z-index: 1;
  background: url("../images/banner-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0px 70px;
}

.books {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 1;
  padding-top: 20px;
}

.story {
  width: 12vw;
  height: 17vw;
  overflow: hidden;
  display: block;
  /* filter: grayscale(1); */
}

.story:hover {
  filter: grayscale(0);
  transform: scale(1.2);
  z-index: 1;
  box-shadow: 0px 0px 20px #00000087;
}

.story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
  filter: drop-shadow(2px 2px 10px rgba(var(--dark-color), 0.2));
}

.storybox {
  position: sticky;
  top: 0;
  z-index: 2;
}

.storybox .content {
  z-index: 9;
  border-radius: 10px;
  border: 2px solid #BF0A30;
  box-shadow: 0 10px 35px #00000057;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(236, 231, 234, 1) 0%, rgba(192, 201, 215, 1) 51%, rgba(229, 197, 206, 1) 100%);
}

.storybox .storybox-img-book {
  width: 100%;
  height: 400px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(2px 10px 18px #00000094);
}

.storybox-img-main::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
  border-radius: 20px;
  height: 80%;
  background: #BF0A30;
  border: 2px solid black;
}

.stories .content h2 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}

.stories .content p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 26px;
  height: 185px;
  overflow-y: scroll;
  color: #161616;
}

.stories .content h4 {
  font-size: 25px;
  font-weight: 700;
  color: #140545;
}

.stories .content h4 span {
  font-size: 18px;
  font-weight: 400;
  color: #292929;
}

.stories-content-shade {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.stories-content-portfolio-shade {
  position: absolute;
  right: -140px;
  top: -140px;
}

/* header- dropdown start */
.submenu {
  position: absolute;
  top: 2rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid #bf0a30;
  border-bottom: 2px solid #bf0a30;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #002868;
  transition: all 0.3s ease-in-out;
}

.submenu li {
  display: block;
  margin-top: 0.45rem;
}

.submenu-link {
  cursor: pointer;
  transition: all 0.35s ease;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.81);
}

.menu-dropdown:hover>.submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* header- dropdown end */

/* responsive cs.s */
@media screen and (max-width: 1601px) {
  .index-wrap-1-typwriter {
    bottom: -12%;
    max-width: 51%;
  }

  .index-wrap-2 {
    padding: 8rem 0rem 3rem;
  }

  .index-wrap-4 .index-wrap-4-item h3 {
    font-size: 23px;
    padding-bottom: 10px;
  }

  .index-wrap-4-item-img {
    left: 60px;
    max-width: 36%;
  }

  .index-wrap-5-content-item h4 {
    font-size: 25px;
    padding-bottom: 8px;
  }

  .index-wrap-5-slider-item-main .index-wrap-5-item-img {
    height: 380px;
  }

  .index-wrap-5-main-item-img {
    max-width: 8%;
  }

  .index-wrap-5 {
    padding: 7rem 0rem 7rem;
  }

  .index-wrap-3-item-content h3 {
    font-size: 25px;
    padding: 0px 0px 12px;
  }

  .index-wrap-3-item .index-wrap-3-item-content {
    height: 165px;
  }

  .service-wrap-1 .service-wrap-1-item-img {
    width: 100%;
    height: 330px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 1537px) {}

@media screen and (max-width: 1441px) {
  .index-wrap-5-slider-item-main .index-wrap-5-item-img {
    height: 330px;
  }

  .wrap-8-contact-girl {
    max-width: 50%;
  }

  .service-wrap-1 h1 {
    font-size: 50px;
  }

  .service-wrap-1 .service-wrap-1-item-img {
    width: 100%;
    height: 290px;
    border-radius: 30px;
  }

  .service-wrap-1-item-img-main::before {
    width: 145%;
    height: 180px;
  }

  .service-wrap-3 {
    padding: 50px 0px 90px;
  }

  .service-wrap-4 h2 {
    font-size: 35px;
  }

  .service-wrap-4 p {
    font-size: 13px;
  }

  .cta-img-inner {
    max-width: 24%;
  }
}

@media screen and (max-width: 1367px) {
  h1 {
    font-size: 50px;
  }

  .index-wrap-1 ul li {
    width: 110px;
    height: 70px;
    padding: 10px 15px;
  }

  body {
    font-size: 14px;
  }

  .call-anchor .icon {
    width: 50px;
    height: 50px;
    padding: 14px;
    margin-right: 15px;
  }

  h2 {
    font-size: 40px;
  }

  .index-wrap-2 {
    padding: 7rem 0rem 3rem;
  }

  .gallery-slider .swiper-btn.swiper-button-prev {
    left: 43%;
  }

  .gallery-slider .swiper-btn.swiper-button-next {
    right: 43%;
  }

  .index-wrap-3-item .index-wrap-3-item-icon {
    width: 60px;
    height: 60px;
  }

  .index-wrap-3-item-content h3 {
    font-size: 22px;
    padding: 0px 0px 10px;
  }

  .index-wrap-3-item {
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.205);
    padding: 22px 25px 24px;
    margin-bottom: 30px;
  }

  .index-wrap-3-item .index-wrap-3-item-content {
    height: 150px;
  }

  .index-wrap-4 .index-wrap-4-item h3 {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .index-wrap-4 .index-wrap-4-item {
    margin-bottom: 30px;
    height: 90px;
  }

  .index-wrap-5-content-item h4 {
    font-size: 20px;
    padding-bottom: 7px;
  }

  .index-wrap-7 {
    padding: 60px 0px 60px;
  }

  .review-item p {
    font-size: 16px;
  }

  .review-item h6 {
    font-size: 18px;
    padding: 20px 0px 30px;
  }

  .footer-contact-item .ul-3 li h6 {
    width: 80px;
    height: 80px;
    font-size: 25px;
  }

  .footer-contact-item h3 {
    font-size: 45px;
  }

  .footer-contact-item h4 {
    font-size: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .service-wrap-1 h1 {
    font-size: 40px;
  }

  .service-wrap-1 {
    padding: 10rem 0rem 8rem;
  }

  .service-wrap-3-ul-content h3 {
    font-size: 30px;
  }

  .service-wrap-3-ul-content-img {
    height: 360px;
  }

  .service-wrap-3-ul-content {
    padding: 50px 50px 50px 60px;
    margin-top: 40px;
  }

  .cta-img-inner {
    max-width: 26%;
  }

  .accordion-list .accordian-inner li {
    padding: 30px 35px;
  }

  .accordion-list .accordian-inner li h3 {
    font-size: 18px;
  }

  .index-wrap-8 {
    padding: 100px 0px 80px;
  }

  .faq-wrap-section {
    padding: 60px 0px 20px;
  }

  ul.ul-list-inner-service li {
    padding: 12px 28px;
    font-size: 14px;
  }

  .service-wrap-3-ul-content p {
    margin-bottom: 16px;
    height: 115px;
  }
}

@media screen and (max-width: 1281px) {
  h1 {
    font-size: 45px;
  }

  .btn,
  button {
    padding: 12px 30px;
    font-size: 14px;
  }

  .form-control,
  input,
  select,
  textarea {
    padding: 14px 8px 13px 22px;
    font-size: 13px !important;
  }

  .form-control::placeholder,
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 13px;
  }

  form .banner-form-input-div {
    padding: 16px 18px;
  }

  .index-wrap-1 ul li {
    width: 103px;
    height: 60px;
    padding: 8px 13px;
  }

  .index-wrap-1 ul {
    gap: 15px;
  }

  .index-wrap-1 {
    padding: 12rem 0rem 3rem;
  }

  h2 {
    font-size: 35px;
  }

  .index-wrap-2 {
    padding: 6rem 0rem 3rem;
  }

  .index-wrap-5-slider-item-main .index-wrap-5-item-img {
    height: 300px;
  }

  .service-wrap-3-ul-content-img {
    height: 330px;
  }
}

@media screen and (max-width: 1180px) {
  h1 {
    font-size: 40px;
  }

  .index-wrap-1-typwriter {
    max-width: 48%;
  }

  h2 {
    font-size: 30px;
  }

  .index-wrap-3-item .index-wrap-3-item-icon {
    width: 50px;
    height: 50px;
  }

  .index-wrap-3-item-content h3 {
    font-size: 20px;
    padding: 0px 0px 8px;
  }

  .index-wrap-3-item .index-wrap-3-item-content {
    height: 130px;
    margin-top: 15px;
  }

  .index-wrap-3-item {
    padding: 18px 20px 18px;
    margin-bottom: 25px;
  }

  .index-wrap-4 .index-wrap-4-item h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }

  body {
    font-size: 13px;
  }

  .index-wrap-4 .index-wrap-4-item {
    margin-bottom: 25px;
    height: 80px;
  }

  .index-wrap-4-item-img {
    left: 50px;
    max-width: 36%;
  }

  .index-wrap-5-content-item h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .index-wrap-5-slider-item-main .index-wrap-5-item-img {
    height: 250px;
  }

  .index-wrap-5-content-item {
    margin-bottom: 20px;
  }

  .index-wrap-5 ul {
    gap: 33px;
    padding-bottom: 25px;
  }

  .review-item p {
    font-size: 13px;
  }

  .review-item h6 {
    font-size: 16px;
    padding: 15px 0px 20px;
  }

  .footer-contact-item .ul-3 li h6 {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .footer-contact-item .ul-3 {
    gap: 20px;
    transform: translateY(-30px);
  }

  .footer-contact-item h3 {
    font-size: 35px;
  }

  ul.ul-1 li {
    padding-left: 16px;
    margin-bottom: 16px;
  }

  ul.ul-1 li::before {
    top: 4px;
    width: 10px;
    height: 10px;
  }

  .index-wrap-8 {
    padding: 90px 0px 80px;
  }

  .footer-contact-item h4 {
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .footer-contact-item ul.ul-2 li a {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    padding: 10px;
  }

  .btn,
  button {
    padding: 10px 25px;
    font-size: 12px;
  }

  .call-anchor .icon {
    width: 40px;
    height: 40px;
    padding: 12px;
    margin-right: 12px;
    border-radius: 5px;
  }

  .call-anchor {
    margin-right: 20px;
  }

  header .header-nav-desk li a {
    font-size: 12px;
  }

  .index-wrap-1 {
    padding: 9rem 0rem 3rem;
  }

  .index-portfolio-main .index-wrap-2 {
    padding: 6rem 0rem 4rem;
  }

  .service-wrap-1 .service-wrap-1-item-img {
    height: 250px;
    border-radius: 20px;
  }

  .service-wrap-1-item-img-main::before {
    width: 155%;
    height: 145px;
  }

  .service-wrap-3-ul-content-img {
    height: 300px;
  }

  .service-wrap-3-ul-content {
    padding: 40px 40px 40px 50px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .call-anchor {
    display: none !important;
  }

  .service-wrap-1 h1 {
    font-size: 30px;
  }

  .service-wrap-1 p {
    font-size: 12px;
  }

  .service-wrap-1-item-img-main::before {
    width: 160%;
    height: 140px;
  }

  .service-wrap-1 .service-wrap-1-item-img {
    height: 225px;
    border-radius: 15px;
  }

  .service-wrap-1 {
    padding: 8rem 0rem 6rem;
  }

  .service-wrap-3-ul-content h3 {
    font-size: 20px;
  }

  ul.ul-list-inner-service li {
    padding: 11px 25px;
    font-size: 12px;
  }

  .service-wrap-3-ul-content-img {
    height: 260px;
  }

  .service-wrap-3 {
    padding: 50px 0px 60px;
  }

  .service-wrap-4 h2 {
    font-size: 25px;
  }

  .service-wrap-4 p {
    font-size: 12px;
  }

  .service-wrap-4 {
    border-radius: 40px;
    padding: 70px 0px 70px;
  }
}

@media screen and (max-width: 995px) {}

@media screen and (max-width: 821px) {
  .nav-bar {
    position: fixed;
    background: #BF0A30;
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: -10px 0 16px #11141126;
    height: 100vh;
    transform: translateX(-100vw);
    transition-duration: 0.8s;
    color: #ffffff;
    padding: 30px 35px;
    font-weight: 600;
    border: 2px solid black;
  }

  .nav-bar.active {
    transform: translateX(0);
  }

  header ul.header-nav-desk {
    line-height: 40px;
  }

  .index-portfolio-main .index-wrap-2 {
    padding: 3rem 0rem 1rem;
  }

  .index-wrap-3-item .index-wrap-3-item-content {
    height: 115px;
    margin-top: 16px;
  }

  .index-wrap-5 {
    padding: 4rem 0rem 3rem;
  }

  .index-wrap-8 h2 br {
    display: none;
  }

  .index-wrap-8 p.p-head br {
    display: none;
  }

  .footer-contact-item {
    margin-top: 70px;
  }

  .wrap-8-contact-girl {
    max-width: 42%;
    right: 25px;
  }

  footer {
    padding-top: 70px;
    border-radius: 30px 30px 0px 0px;
  }

  .service-wrap-1-item-img-main::before {
    display: none;
  }

  .service-wrap-4 {
    border-radius: 30px;
    padding: 60px 0px 60px;
  }

  .gallery-slider .swiper-btn.swiper-button-next {
    right: 40%;
  }

  .gallery-slider .swiper-btn.swiper-button-prev {
    left: 40%;
  }

  .inner-portfolio-main .index-wrap-2 {
    padding: 3rem 0rem 2rem;
  }

  .index-wrap-8 {
    padding: 50px 0px 50px;
  }

  ul.ul-list-inner-service {
    gap: 15px;
    margin-top: 25px;
  }

  .service-wrap-1 h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .gallery-slider .swiper-btn.swiper-button-next {
    right: 40%;
  }

  .gallery-slider .swiper-btn.swiper-button-prev {
    left: 40%;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }

  .banner-form-input-div .form-group {
    margin-bottom: 10px;
  }

  .index-wrap-1 ul {
    gap: 5px;
    flex-wrap: wrap;
  }

  .index-wrap-1 ul li {
    width: 75px;
    height: 45px;
    padding: 8px 9px;
  }

  .index-wrap-2 .swiper.gallery-slider {
    padding: 20px 0px 85px;
  }

  .gallery-slider .swiper-btn {
    height: 40px;
    width: 40px;
  }

  .gallery-slider .swiper-btn.swiper-button-prev {
    left: 36%;
  }

  .gallery-slider .swiper-btn.swiper-button-next {
    right: 36%;
  }

  .index-wrap-3 {
    padding: 35px 0px 50px;
  }

  .index-wrap-8 {
    padding: 50px 0px 50px;
  }

  footer .colum-1 p {
    padding: 15px 0px 15px;
  }

  footer .copyright-colum {
    padding: 20px 0px;
    margin-top: 35px;
  }

  .service-wrap-2 {
    margin-top: -9%;
  }

  h2 {
    font-size: 22px;
  }

  .service-wrap-3-ul-content {
    padding: 30px 25px 30px 25px;
    margin-top: 25px;
    border-radius: 15px;
  }

  .accordion-list .accordian-inner li h3 {
    font-size: 15px;
  }

  .accordion-list .accordian-inner li {
    padding: 22px 25px;
    margin-bottom: 15px;
  }

  .index-wrap-6 {
    padding: 20px 0px 30px;
  }

  .footer-contact-item {
    padding: 0px 20px 25px 25px;
  }

  .storybox-img-main::before {
    display: none;
  }

  .storybox .storybox-img-book {
    height: 240px;
  }

  .stories .content h2 {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .stories .content p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 23px;
    height: 160px;
  }

  .stories .content h4 {
    font-size: 18px;
  }

  .stories .content h4 span {
    font-size: 15px;
  }
}

@media screen and (max-width: 391px) {
  .index-wrap-1 ul li {
    width: 65px;
    height: 39px;
    padding: 6px 6px;
  }

  .index-wrap-1 {
    padding: 8rem 0rem 2rem;
    border-radius: 0px 0px 30px 30px;
  }

  .footer-contact-item .ul-3 li h6 {
    width: 50px;
    height: 50px;
    font-size: 17px;
  }

  .footer-contact-item {
    border-radius: 5px;
    padding: 0px 26px 26px 26px;
  }

  .btn,
  button {
    padding: 8px 22px;
    font-size: 11px;
    border-radius: 4px;
  }
}