@import url("css2.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  position: relative;
  background-color: #f9f9fb;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

.overlay-background {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 97, 151, 0.7882352941);
  transition: all 0.8s ease-out;
}
.overlay-background.active {
  left: 0;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.card.sp_style {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
  padding: 0 !important;
  height: -moz-fit-content;
  height: fit-content;
}

.card {
  overflow: hidden;
}

.gap-3 {
  gap: 0.3em;
}

a {
  text-decoration: none !important;
}

.bg-main-color {
  background-color: #6854fc;
}

.bg-black {
  background-color: #000;
}

.card {
  border: none;
}

.title {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.title::before {
  content: "";
  position: absolute;
  left: 68%;
  top: 13px;
  width: 68px;
  height: 20px;
  /* transform: rotate(-11deg); */
  background-color: #e6c744;
  border-radius: 57px 10px;
  z-index: -1;
}

.sec_title {
  font-size: 40px;
  color: #000;
}

.sec_subtitle {
  font-size: 18px;
  color: #797979;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.padding-50 {
  padding: 50px 0;
}

.pb-50 {
  padding-bottom: 50px;
}

.mobile_sidebar {
  display: none;
}

.overlay-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353232;
  opacity: 0.9;
  z-index: 9;
  display: none;
}
.overlay-bg.active {
  display: block;
}

.btn {
  background-color: #6854fc;
  border: 1px solid #6854fc;
  color: #fff;
  border-radius: 20px;
}
.btn:hover {
  border: 1px solid #6854fc;
  background-color: #fff;
  color: #6854fc;
}

.btn-outline {
  background-color: transparent;
  color: #6854fc;
}
.btn-outline:hover {
  background-color: #6854fc;
  color: #fff;
}

.blue_rectangle {
  background-color: #aee2ff;
  width: 100%;
  height: 65px;
  margin: 30px 0;
}

.banner {
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(196, 196, 196, 0.2941176471);
}
.banner .row {
  position: relative;
}
.banner .row::before {
  content: "";
  position: absolute;
  left: 40%;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 50px;
  background-color: rgba(196, 196, 196, 0.315);
}
.banner .sec_title {
  line-height: 44px;
  font-weight: 600;
  font-size: 35px;
}
.banner .horizontal_line {
  height: 100%;
  width: 1px;
  background-color: #797979;
}
.banner .sec_subtitle {
  line-height: 40px;
}

.banner {
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(196, 196, 196, 0.2941176471);
}
.banner .row {
  position: relative;
}
.banner .row::before {
  content: "";
  position: absolute;
  left: 40%;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 50px;
  background-color: rgba(196, 196, 196, 0.315);
}
.banner .sec_title {
  line-height: 44px;
  font-weight: 600;
  font-size: 35px;
}
.banner .horizontal_line {
  height: 100%;
  width: 1px;
  background-color: #797979;
}
.banner .sec_subtitle {
  line-height: 40px;
}

footer {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #0a142f;
  padding: 100px 0;
}
footer .copyright {
  width: 100%;
  padding: 8px 0;
  font-size: 13px;
  background-color: white;
  color: #000 !important;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
footer .social_links {
  flex-wrap: wrap;
  gap: 10px;
}
footer .social_links .social_item {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(242, 242, 242, 0.15);
  border-radius: 10px;
  transition: all 0.3s linear;
}
footer .social_links .social_item i {
  font-size: 20px;
}
footer .social_links .social_item:hover {
  background-color: #fff;
}
footer .social_links .social_item:hover i {
  color: #000;
}
footer .brand-logo {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
footer .brand-logo span {
  color: #ffe600;
}
footer h2 {
  font-weight: 800;
  font-size: 3rem;
}
footer p {
  font-size: 23px;
  color: #8e8e8e;
}
footer .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6854fc;
  border-radius: 10px;
}
footer .icon i {
  color: #000;
  font-size: 20px;
}
footer ul {
  margin-top: 30px;
}
footer ul li {
  font-size: 18px;
  color: #797979;
  line-height: 3em;
  list-style: none;
}

.hero {
  position: relative;
  padding: 50px 0;
}
.hero .feature-item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  background-color: rgba(196, 196, 196, 0.11);
  border-radius: 30px;
  position: relative;
}
.hero .feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  transform: translate(10px, 10px);
  width: 50px;
  height: 50px;
  background-color: #ffe600;
  border-radius: 50%;
}
.hero .feature-item p {
  font-size: 18px;
  padding: 0 0 0 50px;
}
.hero .sp_link {
  font-size: 20px;
  color: #6854fc !important;
  font-weight: 600;
  transition: all 0.3s linear;
}
.hero .sp_link:hover {
  color: #ffe600 !important;
  letter-spacing: 1px;
}
.hero .des-1 {
  left: 30px;
  top: 50px;
  width: 25px;
  animation: swim 4s infinite alternate;
}
.hero .des-2 {
  right: 120px;
  top: 50px;
  width: 14px;
  animation: swim 4s infinite alternate-reverse;
}
.hero .des-3 {
  left: 30px;
  top: 220px;
  width: 15px;
  animation: swim 3s infinite alternate;
}
.hero .des-4 {
  right: 61%;
  top: 97%;
  width: 30px;
  animation: swim 3s infinite alternate-reverse;
}
.hero .des-5 {
  right: 17%;
  top: 97%;
  width: 20px;
  animation: swim 3s infinite backwards;
}
.hero .des-6 {
  right: 17%;
  top: 97%;
  width: 16px;
  animation: swim 3s infinite reverse;
}
.hero .des-7 {
  top: -10%;
  width: 17px;
  right: 39%;
  animation: swim 3s infinite backwards;
}
@keyframes swim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero .hero_image {
  width: 400px;
}
.hero h1 {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  width: 65%;
}

.sidebar {
  position: fixed;
  left: -100%;
  top: 0;
  width: 35%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 100px 10px rgba(148, 148, 148, 0.2745098039);
  padding: 4rem 25px;
  transition: all 2s cubic-bezier(0.42, 0, 0.16, 1.01);
  overflow-y: scroll;
}
.sidebar.active {
  left: 0;
}
.sidebar .close_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 10px 20px rgba(205, 205, 205, 0.1529411765);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sidebar .close_icon i {
  transition: all 0.3s linear;
  color: #000;
  font-size: 18px;
}
.sidebar .close_icon:hover {
  background-color: #6854fc;
}
.sidebar .close_icon:hover i {
  color: #fff;
  font-size: 30px;
}
.sidebar ul li {
  list-style: none;
  line-height: 3.2rem;
}
.sidebar ul li a {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.2s linear;
}
.sidebar ul li a:hover {
  color: #6854fc;
  letter-spacing: 2px;
}
.sidebar .social_media {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sidebar .social_media .media_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: rgba(104, 84, 252, 0.3019607843);
  box-shadow: 0 0 10px #cdcdcd;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.sidebar .social_media .media_icon i {
  font-size: 25px;
  color: #6854fc;
  transition: all 0.3s linear;
}
.sidebar .social_media .media_icon:hover {
  background-color: #6854fc;
}
.sidebar .social_media .media_icon:hover i {
  color: #fff;
}
.sidebar .dropdownlink {
  position: relative !important;
}
.sidebar .dropdownlink .dropdownMenu {
  width: 180px;
  padding: 20px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 10px #cdcdcd;
  border-radius: 10px;
  display: none;
  opacity: 0;
  transition: all 0.4s linear;
}
.sidebar .dropdownlink .dropdownMenu li {
  padding: 0 !important;
}
.sidebar .dropdownlink .dropdownMenu li a {
  font-size: 18px;
  line-height: 40px;
}
.sidebar .dropdownlink:hover .dropdownMenu {
  display: block;
  opacity: 1;
}

nav {
  background-color: #fff;
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
}
nav .container .bar_icon {
  cursor: pointer;
}
nav .container ul {
  margin: 0 !important;
}
nav .container ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding-left: 15px;
}
nav .container ul li a {
  color: #000;
  position: relative;
  transition: all 0.3s linear;
}
nav .container ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 157%;
  width: 0%;
  height: 1px;
  background-color: #6854fc;
  transition: all 0.8s cubic-bezier(0.67, 0.17, 0, 1.63);
}
nav .container ul li a:hover::before {
  width: 70%;
}
nav .container .dropdownlink {
  position: relative !important;
}
nav .container .dropdownlink .dropdownMenu {
  position: absolute;
  left: 0;
  top: 40px;
  width: 150px;
  padding: 20px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 10px #cdcdcd;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s linear;
}
nav .container .dropdownlink .dropdownMenu li {
  padding: 0 !important;
}
nav .container .dropdownlink .dropdownMenu li a {
  font-size: 18px;
  line-height: 40px;
}
nav .container .dropdownlink:hover .dropdownMenu {
  visibility: visible;
  opacity: 1;
}
nav .container .brand-logo {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
nav .container .brand-logo span {
  color: #ffe600;
}
nav .container i {
  font-size: 24px;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;
}
.preloader .loader:before {
  content: "";
  width: 48px;
  height: 5px;
  background: #000;
  opacity: 0.25;
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.preloader .loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6854fc;
  animation: bxSpin 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
@keyframes bxSpin {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}

.blogs .card {
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.blogs .card .card-title {
  font-size: 17px !important;
}
.blogs .card .card-body {
  background-color: #f1f1f3;
}
.blogs .card .card-body span {
  font-size: 13px;
}

/***********************************************
HERO
************************************************/
.hero {
  position: relative;
  padding: 50px 0;
}
.hero .des-1 {
  left: 30px;
  top: 50px;
  width: 25px;
  animation: swim 4s infinite alternate;
}
.hero .des-2 {
  right: 120px;
  top: 50px;
  width: 14px;
  animation: swim 4s infinite alternate-reverse;
}
.hero .des-3 {
  left: 30px;
  top: 220px;
  width: 15px;
  animation: swim 3s infinite alternate;
}
.hero .des-4 {
  right: 61%;
  top: 97%;
  width: 30px;
  animation: swim 3s infinite alternate-reverse;
}
.hero .des-5 {
  right: 17%;
  top: 97%;
  width: 20px;
  animation: swim 3s infinite backwards;
}
.hero .des-6 {
  right: 17%;
  top: 97%;
  width: 16px;
  animation: swim 3s infinite reverse;
}
.hero .des-7 {
  top: 0%;
  width: 17px;
  right: 39%;
  animation: swim 3s infinite backwards;
}
@keyframes swim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero .hero_image {
  width: 400px;
}

/***********************************************
Services
************************************************/
.services .card {
  border: none;
  text-align: center;
}
.services .card .card-title {
  color: #6854fc;
  font-weight: 800;
}
.services .card .fea_icon {
  width: 80px;
  height: 80px;
  margin: auto;
}

/***********************************************
Companies
************************************************/
.companies .companies_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.companies .companies_list > img {
  width: 100px;
  border-radius: 50%;
}

/***********************************************
Process
************************************************/
.process .image {
  width: 100%;
}
.process .image img {
  border-radius: 20px;
}
.process ul li {
  list-style: none;
  font-size: 18px;
  color: #797979;
  line-height: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px;
}
.process ul li strong {
  color: #000;
}
.process ul li .fea_process {
  width: 60px;
  border-radius: 20px;
}

/***********************************************
Works
************************************************/
.works .card {
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.works .card img {
  transition: all 0.3s linear;
}
.works .card:hover {
  filter: drop-shadow(2px 4px 6px black);
}
.works .card:hover img {
  transform: rotate(4deg) scale(1.3);
}

/***********************************************
About us
************************************************/
.about .image img {
  border-radius: 20px;
}

/***********************************************
Clients
************************************************/
.clients {
  background-color: #fff;
}
.clients .fa-star {
  color: #facc07;
}
.clients .comment-content {
  font-size: 18px;
  color: #797979;
  list-style: 30px;
}
.clients .client_section {
  display: flex;
  gap: 10px;
  align-items: center;
}
.clients .client_section img {
  width: 60px;
}
.clients .swipe_btns {
  position: absolute;
  top: 92%;
  right: 15%;
  z-index: 10;
}
.clients .swipe_btns .swiper-button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  margin-left: -15px;
}
.clients .swipe_btns .swiper-button i {
  color: #000;
  font-size: 18px;
}
.clients .swipe_btns .swiper-button-next:after,
.clients .swipe_btns .swiper-button-prev:after {
  display: none;
}
.clients .swipe_btns .swiper-button-next {
  left: 30px;
}
.clients .swipe_btns .swiper-button-prev {
  left: -24px;
}

/***********************************************
Question And Answer
************************************************/
.question_and_answer .accordion {
  width: 80%;
  margin: auto;
}
.question_and_answer .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.question_and_answer .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.question_and_answer .accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.question_and_answer .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.question_and_answer .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.question_and_answer .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.question_and_answer .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.question_and_answer .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.question_and_answer .accordion button:hover, .question_and_answer .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.question_and_answer .accordion button:hover::after, .question_and_answer .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.question_and_answer .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.question_and_answer .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.question_and_answer .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.question_and_answer .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.about .profile_image_team {
  width: 150px;
  margin: auto;
  border-radius: 50%;
}
.about .card {
  width: 100%;
  border: none !important;
  box-shadow: 0 0 0 !important;
  background-color: transparent;
}
.about .card .card-title {
  font-size: 19px;
  color: #000;
}
.about .card .role {
  font-size: 15px;
  color: #797979;
}

.partners .owl-stage {
  display: flex;
  align-items: center;
}
.partners .owl-stage .item {
  width: 200px;
}

.card {
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.card .card-img-service {
  width: 80px;
  height: auto;
}
.card:hover {
  box-shadow: 0 0 10px rgba(121, 121, 121, 0.445);
}

.offer_banner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  background-color: rgba(121, 121, 121, 0.096);
}
.offer_banner .image {
  width: 130%;
}
.offer_banner h2 {
  font-weight: bolder;
}

.contact_form {
  padding: 50px 28px;
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.4509803922);
  border-radius: 30px;
}
.contact_form label {
  font-size: 13px;
}
.contact_form input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.contact_form input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.contact_form input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contact_form input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
.contact_form input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.contact_infos {
  height: 100%;
  width: 100%;
  background-color: #6854fc;
  border-radius: 30px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.contact_infos::before {
  content: "";
  position: absolute;
  right: -91px;
  bottom: -100px;
  width: 317px;
  height: 322px;
  background-color: rgba(144, 131, 245, 0.281);
  border-radius: 50%;
}
.contact_infos::after {
  content: "";
  position: absolute;
  right: -115px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  background-color: rgba(72, 56, 192, 0.267);
  border-radius: 50%;
}
.contact_infos .icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}
.contact_infos .icon i {
  color: #6854fc;
}
.contact_infos .sec_subtitle {
  color: rgba(255, 255, 255, 0.4941176471) !important;
}
.contact_infos ul li {
  list-style: none;
  margin-bottom: 20px;
}

.blogs .card-body {
  background-color: #fff !important;
}
.blogs .video_card {
  position: relative;
}
.blogs .video_card .video_icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.blogs .video_card .video_icon i {
  font-size: 30px;
  color: #5f75a4;
}

.terms_page p {
  color: #8a8787;
}

.pagenotfound {
  position: relative;
}
.pagenotfound img {
  max-width: 600px;
}

.single_blog_page article {
  background-color: #fff;
  padding: 10px;
}
.single_blog_page p {
  color: #686767;
  font-size: 15px;
}
.single_blog_page .card-title {
  font-size: 17px !important;
}
.single_blog_page .blog_cover {
  border-radius: 30px;
}
.single_blog_page .card {
  padding: 0 !important;
}
.single_blog_page .card img {
  max-height: 200px !important;
}

@media screen and (max-width: 1199px) {
  nav ul {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  nav .btn {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .sidebar {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sidebar .dropdownlink .dropdownMenu {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sidebar .social_media {
    justify-content: center;
  }
}

@media screen and (max-width: 414px) {
  .hero .col-lg-6.col-md-12.col-sm-12:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .hero .col-lg-6.col-md-12.col-sm-12:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .hero .col-lg-6.col-md-12.col-sm-12:last-child {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .hero p.m-0 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 414px) {
  .hero p.mb-3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .hero .d-flex.align-items-center.gap-10 {
    flex-direction: column;
    gap: 20px;
  }
}
.hero .pl-4,
.hero .px-4 {
  padding: 0 !important;
}
@media screen and (max-width: 500px) {
  .hero h1 {
    width: 100% !important;
    font-size: 40px !important;
  }
}
@media screen and (max-width: 881px) {
  .hero h1 {
    width: 70% !important;
  }
}
@media screen and (max-width: 414px) {
  .hero h1 {
    font-size: 48px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 414px) {
  .sec_subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  .question_and_answer .accordion {
    width: 100%;
  }
}

@media screen and (max-width: 466px) {
  .contact_infos {
    padding: 20px 10px;
  }
  .contact_infos::after, .contact_infos::before {
    display: none;
  }
  .contact_infos h3,
  .contact_infos p {
    text-align: center;
  }
  .contact_infos .card {
    padding: 0;
    text-align: center;
  }
  .contact_infos .icon {
    margin: 0;
  }
  .contact_infos ul li {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .contact_form {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .offer_banner {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .card.sp_style {
    flex-direction: column !important;
  }
  .card.sp_style img {
    min-width: 386px !important;
    height: 223px !important;
  }
}

@media screen and (max-width: 768px) {
  .single_blog_page h1 {
    font-size: 25px;
  }
}/*# sourceMappingURL=style.css.map */