/*
============================
Name:  Consultic - Business Consulting Theme
Version: 1.0.0
Description:
Author: Sujon mahamud
Author URI:
Location:
============================
*/

/*

CSS LIST =====>

===========================
HEADER AREA CSS
===========================
WELCOME AREA CSS
===========================
LOGO AREA CSS
===========================
FEAUTURE AREA CSS
===========================
FEAUTURES MEETING AREA CSS
===========================
PRICNIG AREA CSS
===========================
COMPANY AREA CSS
===========================
CLIENT AREA CSS
===========================
FOOTER AREA CSS
===========================
HOME PAGE 2 AREA CSS
===========================



/*----===========HEADER AREA CSS----============*/

body, html {
  overflow-x: hidden;
}

.header-area {
  background: #fff;
  position: absolute;
  z-index: 22;
  width: 100%;
}
.hero-area {
  position: relative;
}

.header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stellarnav.mobile ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
}

a.menu-toggle.full {
  text-align: right;
}

.stellarnav a.dd-toggle .icon-plus:after {
  border-bottom: solid 1px #777;
}

.stellarnav a.dd-toggle .icon-plus:before {
  border-bottom: solid 1px #777;
}
.our-brands2 {
  background-color: #f0fbff;
}
/*----===========HEADER AREA CSS----============*/

.home1-about .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.active {
  background: none;
}

/*----===========SIDEBAR AREA CSS----============*/
.demo-sidebar {
  position: fixed;
  width: 95%;
  height: 100%;
  background: #ffffff;
  top: 0;
  right: -95%;
  z-index: 999;
  transition: all 0.7s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition-duration: 1s;
}
.demo-sidebar:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #5c5b79;
  top: 0;
  right: 0;
  z-index: -2;
  opacity: 0.5;
  transition: all 1s;
  transition-duration: 1s;
  transition-delay: 1s;
}
.demo-sidebar:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #161540;
  top: 0;
  right: 0;
  z-index: -2;
  opacity: 0.5;
  transition: all 1s;
  transition-duration: 1s;
  transition-delay: 1s;
}
.demo-sidebar.active-sidebar {
  right: -5%;
  transition: all 1s;
  transition-duration: 1.5s;
  transition-delay: 1s;
}
.demo-sidebar.active-sidebar:after {
  transition: all 0.3s;
  width: 210%;
  transition-duration: 1s;
}
.demo-sidebar.active-sidebar:before {
  transition: all 0.3s;
  width: 210%;
  transition-duration: 0.5s;
}

.demo-sidebar-content {
  text-align: center;
}

.demo-sidebar-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #fff;
}

.demo-sidebar-menu {
  position: absolute;
  padding: 10px;
  background: #fff;
  top: 50%;
  border-radius: 8px 0px 0 8px;
  left: -44px;
  margin-top: -41.5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.demo-sidebar-menu span,
.demo-sidebar-menu span a {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  margin: 5px 0px;
  border-radius: 8px;
  transition: all 0.3s !important;
  color: #161540;
}

.demo-sidebar-menu span:hover,
.demo-sidebar-menu span a:hover {
  color: #7977c6;
  transition: all 0.3s;
}

.demo-sidebar-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 95%;
  overflow-y: scroll;
  padding: 30px;
}

.demo-sidebar-items {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-flow: row wrap;
}

.demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
  width: calc(25% - 30px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
    width: calc(100% - 30px);
  }
}

.single-demo-sidebar-item {
  width: calc(33% - 30px);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-demo-sidebar-item {
    width: calc(100% - 30px);
  }
}

.demo-sidebar-item-img {
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.demo-sidebar-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.demo-sidebar-buttons a {
  display: block;
  margin: 0 8px;
}

.demo-item-content {
  margin-top: 15px;
}
.demo-item-content a {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #161540;
  margin-bottom: 0;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 767px) {
  .demo-item-content a {
    font-size: 20px;
  }
}

.demo-sidebar-item-img {
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 8px;
  max-height: 280px;
}

.demo-sidebar-item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.demo-sidebar-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #5c5b79;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0.9);
  visibility: hidden;
  border-radius: 8px;
}
.demo-sidebar-item-img:hover:after {
  visibility: visible;
  opacity: 0.6;
  transform: scale(1);
  transition: all 0.3s;
}

.demo-sidebar-buttons {
  top: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 4;
}

.demo-sidebar-item-img:hover .demo-sidebar-buttons {
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.demo-sidebar-buttons a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-flex;
  color: #191a43;
  transition: all 0.3s;
  transform: translateY(0);
  padding: 18px 30px;
  background-color: #fff
}

.demo-sidebar-buttons a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  background: #0E1681;
  transition: all.4s;
}

.demo-sidebar-buttons a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all.4s;
}


.demo-sidebar-buttons a:hover {
  
  color: #fff;
  transform: translateY(-5px);
  transition: all 0.3s;
}

.demosIcon svg {
  animation: spin linear infinite 3s;
}

.single-demo-sidebar-item.coming-soon .demo-sidebar-item-img:after {
  visibility: visible;
  opacity: 0.6;
  transform: scale(1);
}

.coming-son-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.coming-son-text h4 {
  font-size: 40px;
  color: #fff;
}

/*----===========SIDEBAR AREA CSS----============*/

/* =======================
-======HOME 1 ALL ==== 
==========================*/

/*====== home 1 hero are all ======*/

.header-top {
  background: var(--main-text-color, #181A1C);
  padding: 10px 0;
}

.header1-call {
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 18px;
display: inline-block;
}

.header1-call:hover {
  color: #fff;
}

.header-top-icons li {
  display: inline-block;
  padding: 0px 10px;
}

.header-top-icons li a {
  color: #fff;
  font-size: 20px;
  transition: all.3s;
}

.header-top-icons li a:hover {
  color: #131741;
  transition: all.3s;
}

.main-span1 span {
  background-color: #131741;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}

.main-span1 .main-span {
  color: var(--main-color, #131741);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 100% */
display: flex;
align-items: center;
}

.main-hadding1 h1 {
  color: var(--main-text-color, #181A1C);
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 65px; /* 108.333% */
}

.main-hadding1 p {
  color: var(--paragraph-color, rgba(8, 17, 13, 0.60));
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}


.hero1-all-images.text-end {
  position: relative;
  height: 588px;
  width: 100%;
  /* margin-right: -100px; */
}

.hero-img1 {
  position: absolute;
  right: 0;
  top: 70px;
  vertical-align: middle;
}

.hero-img2 {
  position: absolute;
  right: 0;
  top: 10px;
}

.hero-img3 {
  position: absolute;
  right: -65px;
  top: 71px;
}

.hero-img4 {
  position: absolute;
  left: 150px;
  top: 165px;
}

.hero-img2 img {
  border-radius: 100px 180px 240px 263px;
}

.hero1-header-element1 {
  position: absolute;
  top: 100px;
  left: 0;
}

.hero1-header-element2 {
  position: absolute;
  bottom: 30px;
  right: 0;
}


/*====== home 1 hero are all ======*/

/*====== home 1 about are all ======*/

.about1-images {
  position: relative;
}
.about1-img1 {
  position: absolute;
  top: -40px;
  left: -80px;
  z-index: -1;
}

.about-box-icon {
  background-color: #F3F6F6;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  margin-right: 16px;
}

.about1-box {
  display: flex;
  padding-bottom: 24px;
}

.choose1-icon-box {
  background: #fff;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  margin-left: 5px;
  transition: all.4s;
}

.choose1-icon-box:hover {
  transform: translateY(-10px);
  transition: all.4s;
}

.choose1-icon img {
  transition: all.4s;
}

.choose1-icon-box:hover .choose1-icon img {
  transform: rotateY(180deg);
  transition: all.4s;
}

.choose1-shape {
  position: absolute;
  top: 0;
  right: 0;
}

/*====== home 1 about are all ======*/

/*====== home 1 story are all ======*/

.story-hadding1 {
  padding-right: 50px;
}

.story-hadding2 {
  padding-left: 50px;
  position: relative;
}

.story-hadding2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-image: url(../img/shapes/story-boder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service1-box {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin-top: 30px;
  transition: all.4s;
  margin-right: 5px;
}

.service1-box:hover {
  transform: translateY(-10px);
  transition: all.4s;
}

.service1-icon img {
  transition: all.4s;
}

.service1-box:hover .service1-icon img {
  transform: rotateY(180deg);
  transition: all.4s;
}

.service1-shape {
  position: absolute;
  top: 20px;
  left: 0;
}

.story-img1 {
  overflow: hidden;
}
.story-img1 img {
  transition: all.4s;
}

.story-img1:hover img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

/*====== home1 story are all ======*/

/*====== home1 explore are all ======*/

.explore-box span {
  color: var(--main-color, #FFF);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 100% */
display: table;
padding: 6px 10px;
border-radius: 5px;
background: #131741;
margin-top: -16px;
margin-left: 32px;
}

.explore-box {
  border-radius: 5px;
border: 1px solid var(--paragraph-color, rgba(8, 17, 13, 0.105));
margin-top: 45px;
transition: all.4s;
}

.explore-box:hover {
  border-radius: 5px;
background: #fff;
box-shadow: 0px 4px 50px 0px rgba(252, 215, 219, 0.043);
border: 1px solid rgba(19, 23, 65, .9);
transform: translateY(-10px);
transition: all.4s;
}

.explore-box-hadding {
  padding: 40px 32px 40px 32px;
}

.countrie-box {
  display: flex;
  align-items: center;
  border-radius: 5px;
background: #FFF;
padding: 24px;
margin-top: 30px;
transition: all.4s;
}

.countrie-box:hover {
  border-radius: 5px;
background: #FFF;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
transition: all.4s;
transform: translateY(-10px);
}

.countrie-box:hover .countrie-img img {
  transform: rotate(360deg);
  transition: all.9s;
}

.countrie-hadding a {
  color: var(--main-text-color, #181A1C);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 100% */
padding-left: 16px;
display: inline-block;
}

.countrie-shape {
  position: absolute;
  top: 20px;
  right: 20px;
}



/*====== home1 explore are all ======*/

/*====== home1 team are all ======*/

.team1-hadding h4 a {
  color: var(--main-text-color, #181A1C);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  display: inline-block;
}

.team1-hadding p {
  color: var(--neutral-paragraph, #565F76);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
text-transform: capitalize;
transition: all.4s;
}

.team1-hadding h4 a:hover {
  color: #131741;
  transition: all.4s;
}

.team1-hadding {
  padding: 16px;
}
.team1-lest li {
  display: inline-block;

}

.team1-lest li a {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid #CECFCF;
  text-align: center;
  display: inline-block;
  color: #19191B;
  transition: all.3s;
}
.team1-lest li a:hover {
  color: #fff;
  border: 1px solid #131741;
  background-color: #131741;
  transition: all.3s;
}

.team1-box {
  border-radius: 5px;
  border: 1px solid #F0F1F0;
  margin-top: 30px;
}

.team1-img {
  overflow: hidden;
}

.team1-img img {
  transition: all.4s;
}

.team1-box:hover .team1-img img {
  transform: rotate(5deg) scale(1.1);
  transition: all.4s;
}

/*====== home1 team are all ======*/

/*====== home1 testimonial are all ======*/

.testimonial1-bottom-hadding h5 a {
  color: var(--main-text-color, #181A1C);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 100% */
}

.testimonial1-bottom-hadding {
  padding-left: 16px;
}

.testimonial1-box {
  border-radius: 5px;
background: #FFF;
padding: 32px 50px;
margin-right: 10px;
}

.testimonial1-bottom {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item .testimonial-top-img img {
  height: auto;
  width: auto;
  height: 50px;
  width: 120px;
}

.testimonial1 .owl-nav button.owl-next, .testimonial1 .owl-carousel .owl-nav button.owl-prev, .testimonial1 .owl-carousel button.owl-dot {
  background-color: #FFF;
filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  color: #181A1C;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}

.testimonial1 .owl-nav button.owl-next:hover, .testimonial1 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial1 .owl-carousel button.owl-dot {
  background-color: #131741;
  filter: none;
  color: #fff;
  transition: all.4s;
}

.testimonial1 .owl-nav {
  text-align: center;
  margin-top: 40px;
}

.hadding1 h5 a {
  color: var(--neutral-main-text-color, #19191B);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 127.273% */
transition: all.4s;
}

.hadding1 h5 a:hover {
  color: #131741;
  transition: all.4s;
}

.learn-more1 {
  color: var(--neutral-main-text-color, #19191B);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  transition: all.3s;
}

.learn-more1:hover {
  color: #131741;
  transition: all.3s;
}

.learn-more1:hover span {
  color: #131741;
  margin-left: 3px;
  transition: all.3s;
}

.learn-more1 span {
  color: #19191B;
  transition: all.3s;
  transform: rotate(-50deg);
  display: inline-block;
  font-size: 16px;

}
/*====== home1 testimonial are all ======*/


/*====== home1 blog are all ======*/

.blog1-box {
  border-radius: 5px;
border: 1px solid rgba(8, 17, 13, 0.10);
background: #FFF;
margin-top: 30px;
transition: all.4s;
}

.blog1-hadding {
  padding: 24px;
}

.blog1-img {
  overflow: hidden;
}

.blog1-img img {
  transition: all.4s;
}

.blog1-box:hover .blog1-img img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

.blog1-box:hover {
  background-color: #FEF3F4;
  transition: all.4s;
}

/*====== home1 blog are all ======*/

/*====== home1 contact are all ======*/

.contact-from-input input {
  border: 1px solid #D1D5DB;
  padding: 15px;
  border-radius: 5px;
  width: 48%;
  margin-left: 8px;
  margin-top: 20px;
}

.contact-from-input.contact-from-input2 input {
  width: 99%;
}

.contact-from-input textarea {
  border: 1px solid #D1D5DB;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  margin-left: 4px;
  margin-top: 20px;
}

.contact-from-input .nice-select.wide {
  width: 100%;
  padding: 10px;
  height: 60px;
  color: #757575;
  margin-left: 4px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 34px;
}

.team6-image {
  text-align: end;
}

.contact1-form-all {
  padding: 45px;
  border-radius: 5px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
  z-index: 2;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 9px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 9px;
}

.contact-icon-h a {
  color: var(--main-text-color, #181A1C);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
display: inline-block;
margin-left: 16px;
}

.contact-icon-box {
  display: flex;
  align-items: start;
  margin-top: 30px;
}

.contact1-hadding {
  padding-left: 70px;
}


/*====== home1 contact are all ======*/

/*====== home1 cta are all ======*/

.cta1 {
  padding: 80px 0;
}

.hadding1-w h1 {
  color: #FFF;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 48px; /* 120% */
}

.hadding1-w p {
  color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

.cta1-shape2 {
  position: absolute;
  top: 0;
  left: 0;
}
.cta1-shape1 {
  position: absolute;
  bottom: 20px;
  right: 0;
}


.box-img {
  position: relative;
  overflow: hidden;
}

.box-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background: transparent;
  left: 0;
  top: 0;
  box-shadow: 60px 4px 52px 23px #ffff;
  visibility: hidden;
  opacity: 0;
  transform: translate(45deg);
}

.box-img:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all.6s;
  top: 110%;
}


.image-overlay {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.image-overlay::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.138);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.image-overlay:hover::after {
  animation: circle 1s;
}

@keyframes animation {
  100% {
    left: 125%;
  }
}
@keyframes rotateY {
  100% {
    transform: rotateY(360deg);
  }
}


/*====== home1 cta are all ======*/

/* =======================
-======HOME 1 ALL ==== 
==========================*/

/* =======================
-======HOME 2 ALL ==== 
==========================*/

/*===== home2 hero area ==== */

.main-hadding2 span.main-span2 {
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px;
}

.main-hadding2 h1 {
  color: #FFF;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 68px;
}

.main-hadding2 p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.hero2-all-images {
  height: 330px;
  width: 100%;
  position: relative;
}

.hero2-all-images-m {
  margin-top: 98px;
}

.hero2-img2 {
  position: absolute;
  right: 20px;
  bottom: -112px;
  z-index: 3;
}

.hero2-img3 {
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 1;
  
}

.hero2-img1 {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.hero2-img4 {
  position: absolute;
  top: 60px;
}

.main-hadding2 span.after {
  position: relative;
  display: inline-block;

}

.main-hadding2 span.after::after {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shapes/hero2-hadding-shape.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

img.element2-1 {
  position: absolute;
  left: 50%;
  top: 150px;
}

img.element2-2 {
  position: absolute;
  top: 200px;
  left: 100px;
}

img.element2-3 {
  left: 300px;
  position: absolute;
  top: 50%;
}

img.element2-4 {
  position: absolute;
  bottom: 200px;
  left: 200px;
}

img.element2-5 {
  position: absolute;
  right: 50%;
  bottom: 100px;
}

img.element2-6 {
  position: absolute;
  bottom: 100px;
  left: 0;
}

img.element2-7 {
  position: absolute;
  top: 30%;
  left: 32%;
}

.theme-btn4 {
  margin-left: 10px;
}

.hero2-img1 img {
  border-radius: 25px 25px 25px 25px;
}

/*===== home2 hero area ==== */


/*===== home2 about area ==== */

.about2-hadding {
  padding-left: 60px;
}

.learn-more2 {
  color: var(--Main-Text-Color, #181A1C);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
text-transform: capitalize;
transition: all.4s;
}

.learn-more2 span {
  transform: rotate(-45deg);
  transition: all.3s;
  display: inline-block;
  color: #181A1C;
}

.learn-more2:hover {
  color: #131741;
  transition: all.4s;
}
.learn-more2:hover span {
  color: #131741;
  margin-left: 3px;
  transition: all.3s;
}

.service2-shape1 {
  position: absolute;
  top: 50px;
  left: 50px;
}

.service2-shape2 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.hadding1 h5 {
  color: #181A1C;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 32px; /* 100% */
}

.story2-hadding2 {
  padding-left: 50px;
  position: relative;
}

.story2-hadding2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: url(../img/shapes/service2-after.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/*===== home2 about area ==== */

/*===== home2 choose area ==== */

.choose2-text-box h4 a {
  color: #181A1C;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
transition: all.4s;
}

.choose2-text-box p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
transition: all.4s;
}

.choose2-box {
  position: relative;
  margin-top: 54px;
  transition: all.4s;
}

.choose2-text-box {
  padding: 20px 70px 20px 20px;
  background-color: #fff;
  border-radius: 5px;
}

.choose2-icon-box {
  background: #131741;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 0 24px 0 24px;
  position: absolute;
  top: -15px;
  right: -15px;
  transition: all.4s;
}

.choose2-icon-box img {
  filter: brightness(40);
}

.choose2-icon-box::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  top: 0;
  left: -10px;
  background: #158A83;
  border-radius: 15px 0 0 0;
  transition: all.4s;
}

.choose2-box:hover .choose2-icon-box {
  background-color: #fff;
  transition: all.4s;
  
}

.choose2-box:hover .choose2-text-box {
  background: #131741;
  transition: all.4s;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box:hover {
  transform: translateY(-5px);
  transition: all.4s;
}

.choose2-box:hover .choose2-text-box h4 a {
  color: #fff;
  transition: all.4s;
}

.choose2-box:hover .choose2-text-box p {
  color: #fff;
  transition: all.4s;
}

.choose2-box:hover .choose2-icon-box img {
  filter: none;
}

.choose2-box:hover .choose2-icon-box::after {
  background-color: #131741;
  transition: all.4s;
}

.choose2-box.choose2-left {
  margin-left: 40px;
}

.choose2-box.choose2-right {
  margin-right: 40px;
}
.choose2-main-image {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.choose2-img-shape {
  position: absolute;
  bottom: -95px;
  right: 0;
}

.choose2-image {
  overflow: hidden;
}

.choose2-text-box2 {
  padding: 20px 20px 20px 70px;
}












.choose2-box2 {
  position: relative;
  margin-top: 54px;
  transition: all.4s;
}

.choose2-text-box2 {
  padding: 20px 20px 20px 70px;
  background-color: #fff;
  border-radius: 5px;
}

.choose2-icon-box2 {
  background: #131741;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 24px 0 24px 0;
  position: absolute;
  top: -15px;
  left: -15px;
  transition: all.4s;
}

.choose2-icon-box2 img {
  filter: brightness(40);
}

.choose2-icon-box2::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  top: 0;
  right: -10px;
  background: #158A83;
  border-radius: 0 24px 0 0;
  transition: all.4s;
}

.choose2-box2:hover .choose2-icon-box2 {
  background-color: #fff;
  transition: all.4s;
  
}

.choose2-box2:hover .choose2-text-box2 {
  background: #131741;
  transition: all.4s;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box2:hover {
  transform: translateY(-5px);
  transition: all.4s;
}

.choose2-box2:hover .choose2-text-box2 h4 a {
  color: #fff;
  transition: all.4s;
}

.choose2-box2:hover .choose2-text-box2 p {
  color: #fff;
  transition: all.4s;
}

.choose2-box2:hover .choose2-icon-box2 img {
  filter: none;
}

.choose2-box2:hover .choose2-icon-box2::after {
  background-color: #131741;
  transition: all.4s;
}

.choose2-box2.choose2-left {
  margin-left: 40px;
}


.choose2-text-box2 h4 a {
  color: #181A1C;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
transition: all.4s;
}

.choose2-text-box2 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
transition: all.4s;
}

.choose2-box2.choose2-right {
  margin-right: 40px;
}

/*===== home2 choose area ==== */

/*===== home2 countrie area ==== */

.countrie-box.countrie-box2 {
  background-color: #F2F5F5;
}

.countrie-box.countrie-box2:hover {
  background-color: #131741;
}

.countrie-hadding a {
  transition: all.4s;
}

.countrie-box.countrie-box2:hover .countrie-hadding a {
  color: #fff;
  transition: all.4s;
}

/*===== home2 countrie area ==== */

/*===== home2 team area ==== */

.team2-hadding h4 a {
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
text-transform: capitalize;
}

.team2-hadding p {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px;
text-transform: capitalize;
}

.team2-icon ul li {
  display: inline-block;
}

.team2-icon ul li a {
  height: 28px;
  width: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ffffff38;
  text-align: center;
  color: #fff;
  transition: all.4s;
}

.team2-icon ul li a:hover {
  background-color: #fff;
  color: #158A83;
  transition: all.4s;
}

.team2-box {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.team2-box-hover {
  position: absolute;
  bottom: 24px;
  padding: 0 24px;
  z-index: 9;
  transform: translateY(50px);
  opacity: 0;
  transition: all.4s;
}

.team2-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0px 0px;
  background: linear-gradient(25deg, rgba(13, 79, 81, 0.70) 29.3%, rgb(1 9 9 / 0%) 61.75%, rgba(0, 0, 0, 0.00) 72.32%), url(_path-to-image.html>), #d3d3d300 50% / cover no-repeat;
  transform: translateY(180px);
  opacity: 0;
  transition: all.4s;
}

.team2-box:hover::after {
  transform: translateY(0);
  opacity: 1;
  transition: all.4s;
}

.team2-box:hover .team2-box-hover {
  transform: translateY(0);
  opacity: 1;
  transition: all.4s;
}

.team2-box-img img {
  transition: all.4s;
  border-radius: 5px 5px 0px 0px;
}

.team2-box-img {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.team2-box:hover .team2-box-img img {
  transform: scale(1.1) rotate(4deg);
  transition: all.6s;
  border-radius: 5px 5px 0px 0px;
}

/*===== home2 team area ==== */

/*===== home2 testimonial area ==== */

.tes2-slider-single {
  padding: 24px;
  background-color: #F2F5F5;
  border-radius: 5px;
  margin: 0 5px;
}

.tes2-hadding p {
  color: #737373;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.tes2-review li {
  color: #131741;
  display: inline-block;
}
.tes2-hadding h6 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
}

.tes2-hadding span {
  color: var(--5th-Main, #131741);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */
display: inline-block;
}

.owl-carousel .owl-item .tes2-img1 img {
  height: 80px;
  width: 80px;
}

.owl-carousel .owl-item .tes2-img2 img {
  height: 30px;
  width: 30px;
}

.tes2-images {
  position: relative;
}

.tes2-img2 {
  position: absolute;
  bottom: -3px;
  left: 57px;
}

.tes2-img3 {
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial2 .owl-nav {
  text-align: center;
  margin-top: 40px;
}


.testimonial2 .owl-nav button.owl-next, .testimonial2 .owl-carousel .owl-nav button.owl-prev, .testimonial2 .owl-carousel button.owl-dot {
  background-color: #FFF;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  color: #181A1C;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}

.testimonial2 .owl-nav button.owl-next:hover, .testimonial2 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial2 .owl-carousel button.owl-dot {
  background-color: #131741;
  filter: none;
  color: #fff;
  transition: all.4s;
}

/*===== home2 testimonial area ==== */

/*===== home2 blog area ==== */

.blog2-main-image {
  position: relative;
}

.blog2-main-hover {
  position: absolute;
  bottom: 24px;
  padding: 0px 24px;
}

.blog2-main-hover h4 a {
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
}

.blog2-main-hover {
  z-index: 8;
}

.blog2-main-hover p {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}
.blog-learn {
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
text-transform: capitalize;
}

.blog-learn:hover {
  color: #fff;
}

.blog-learn span {
  transition: all.4s;
}

.blog-learn:hover span {
  margin-left: 4px;
  transition: all.4s;
}

.blog2-main-image {
  position: relative;
  margin-top: 30px;
}

.blog2-main-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.80) 27.61%, rgba(0, 0, 0, 0.00) 60.7%), url(_path-to-image.html>), #d3d3d300 50% / cover no-repeat;
}

.blog-single-side-img {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.blog2-img2 {
  margin-right: 20px;
}

.blog2-img2 img {
  width: 656px;
  transition: all 0.4s ease 0s;
}

.blog2-img2 {
  overflow: hidden;
  border-radius: 5px;
}

.blog-single-side-img:hover .blog2-img2 img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

.blog2-img1 {
  overflow: hidden;
  border-radius: 5px;
}

.blog2-img1 img {
  transition: all.4s;
}

.blog2-main-image:hover .blog2-img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

/*===== home2 blog area ==== */

/*===== home2 cta area ==== */

.cta2 {
  padding: 80px 0;
}

.cta2-hadding {
  padding-right: 40px;
}

.cta2-hadding h1 {
  color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 120% */
}

.cta2-hadding2 h1 {
  color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
}

.cta2-hadding2 p {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.cta2-form {
  position: relative;
}

.cta2-hadding p {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.cta2-input input {
  padding: 19px;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding-right: 180px;
}

.cta2-button {
  position: absolute;
   top: 5px;
   right: 5px;
}

/*===== home2 cta area ==== */


/* =======================
-======HOME 2 ALL ==== 
==========================*/

/* =======================
-======HOME 3 ALL ==== 
==========================*/

/*===== home3 hero area ==== */

.hero-area3 {
  background-image: url(../img/bg/hero3-bg.png);
  overflow: hidden;
  min-height: 812px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.header3-call {
  color: var(--4th-Home-Main, #0D4F51);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 100% */
display: inline-block;
}

.header3-call:hover {
  color: #0D4F51;
}

.header3-call img {
  margin-right: 4px;
  margin-top: -6px;
}

.header3-top {
  background-color: #fff;
  border-bottom: 1px solid #CFDCDC;
  padding: 8px 0;
}

.header3-location {
  margin-left: 20px;
}

.header3-top-icons li {
   display: inline-block;

}

.header3-top-icons li a {
  color: #0D4F51;
  padding: 0px 5px;
}

.main-hadding3 h1 {
  color: #181A1C;
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: 65px; /* 108.333% */
}

.main-hadding3 p {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.hero3-all-images-position {
  position: absolute;
  right: 0;
  top: 90px;
  height: 100%;
  overflow: hidden;
}

.hero3-all-images {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero3-img2 {
  position: absolute;
  top: 0px;
  right: 0;
}

.hero3-img3 {
  position: absolute;
  bottom: 99px;
  right: 0;
}

.hero3-element1 {
  position: absolute;
  left: 20px;
  top: 200px;
}

.hero3-element2 {
  position: absolute;
  right: 45%;
  bottom: 200px;
}



/*===== home3 hero area ==== */

/*===== home3 about area ==== */

.about3-images {
  position: absolute;
  left: 0;
  top: 100px;
  overflow: hidden;
  /* border-radius: 0px 0px 0px 117px; */
}

.about3-img2 {
  position: absolute;
  top: 0;
}

.about3-img3 {
  position: absolute;
  bottom: 2px;
}

.about3-img3 img {
  border-radius: 0 0 0 199px;
}

.about3-all-images {
  height: 800px;
}

.about3-hadding {
  margin-bottom: 100px;
}

/*===== home3 about area ==== */

/*===== home3 service area ==== */

.hadding3 h4 a {
  color: #181A1C;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 100% */
transition: all.4s;
}

.service3-learn-more {
  color: var(--4th-Home-Main, #0D4F51);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
text-transform: capitalize;
transition: all.4s;
}

.service3-box {
  background-color: #F3F6F6;
  padding: 24px;
  border-radius: 5px;
  margin-top: 30px;
  transition: all.4s;
}

.service3-box:hover {
  background-color: #0D4F51;
  transition: all.4s;
  transform: translateY(-10px);
}

.hadding3 p {
  transition: all.4s;
}

.service3-box:hover .hadding3 h4 a {
  color: #fff;
  transition: all.4s;
}

.service3-box:hover .service3-learn-more {
  color: #fff;
}

.service3-box:hover .hadding3 p {
  color: #fff;
  transition: all.4s;
}

.service3-icon img {
  transition: all.4s;
}

.service3-box:hover .service3-icon img {
  filter: brightness(40);
  transition: all.4s;
}

.service3-box:hover .service3-learn-more span {
  color: #fff;
  transform: all.4s;

}

/*===== home3 service area ==== */

/*===== home3 choose area ==== */

.choose3-images {
  position: absolute;
  right: 0;
  top: 100px;
  overflow: hidden;
  /* border-radius: 0px 0px 0px 117px; */
}

.choose3-img2 {
  position: absolute;
  right: 0;
  top: 0;
}

.choose3-img3 {
  position: absolute;
  bottom: 2px;
}

.choose3-img3 img {
  border-radius: 0 0 183px 0;
}

.choose3-all-images {
  height: 800px;
}

.choose3-hadding {
  margin-bottom: 100px;
}

.choose3-img3 {
  position: absolute;
  bottom: 2px;
  right: 0;
}

.choose3-shape1 {
  position: absolute;
  top: 40px;
  left: 20px;
}

.choose3-shape2 {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.work3-hadding {
  padding-left: 20px;
}

/*===== home3 choose area ==== */

/*===== home3 countrie area ==== */

.countrie3-box {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.countrie3-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 5px;
  transition: all.4s;
  transform: scale(0.8);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(_path-to-image.html>), rgba(211, 211, 211, 0.014) 50% / cover no-repeat;

}

.countrie3-hadding h2 a {
  color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 100% */
text-transform: capitalize;
}

.w-learn-more {
  color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
text-transform: capitalize;
display: inline-block;
transition: all.4s;
}

.w-learn-more span {
  display: inline-block;
  transform: rotate(-45deg);
}

.w-learn-more:hover {
  color: #fff;
  transition: all.4s;
}

.w-learn-more:hover span {
  margin-left: 3px;
}

.countrie3-hadding p {
  color: rgba(255, 255, 255, 0.80);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.countrie3-hadding {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: 50px;
  z-index: 2;
  opacity: 0;
  transition: all.4s;
  width: 300px;
  text-align: center;
}
.countrie3-box:hover::after {
  opacity: 1;
  transition: all.4s;
  transform: scale(1);
}

.countrie3-box:hover .countrie3-hadding {
  opacity: 1;
  transition: all.4s;
  margin-top: -85px;
}

.tes2-review.tes2-review2 li {
  color: #0D4F51;
}

.tes2-hadding.tes2-hadding2 span {
  color: var(--5th-Main, #0D4F51);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */
display: inline-block;
}

.testimonial3 .owl-nav {
  text-align: center;
  margin-top: 40px;
}


.testimonial3 .owl-nav button.owl-next, .testimonial3 .owl-carousel .owl-nav button.owl-prev, .testimonial3 .owl-carousel button.owl-dot {
  background-color: #FFF;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  color: #181A1C;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}

.testimonial3 .owl-nav button.owl-next:hover, .testimonial3 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial3 .owl-carousel button.owl-dot {
  background-color: #0D4F51;
  filter: none;
  color: #fff;
  transition: all.4s;
}

/*===== home3 countrie area ==== */

/*===== home3 blog area ==== */
.blog-3-hadding a.date {
  color: var(--neutral-paragraph, #565F76);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
display: inline-block;
}

.hadding3 h2 a {
  color: #19191B;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
display: inline-block;
transition: all.4s;
}

.hadding3 h2 a:hover {
  color: #0D4F51;
  transition: all.4s;
}

.blog3-learn-more {
  color: var(--Main-Text-Color, #181A1C);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
text-transform: capitalize;
transition: all.4s;
}

.blog3-learn-more:hover {
  color: #0D4F51;
  transition: all.4s;
}

.blog3-learn-more span {
  transition: all.4s;
}

.blog3-learn-more:hover span {
  margin-left: 3px;
  transition: all.4s;
}

.blog3-box {
  margin-top: 30px;
}

.blog3-box-img {
  overflow: hidden;
  border-radius: 5px;
}

.blog3-box-img img {
  transition: all.4s;
}

.blog3-box:hover .blog3-box-img img {
  transform: scale(1.1) rotate(4deg);
}

/*===== home3 blog area ==== */


/* =======================
-======HOME 3 ALL ==== 
==========================*/

/* =======================
-======HOME 4 ALL ==== 
==========================*/
/*===== home4 hero area ==== */

.hero-area4 {
  background-image: url(../img/bg/hero4-bg.png);
  overflow: hidden;
  min-height: 812px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.main-hadding4 h1 {
  color: var(--Main-Text-Color, #181A1C);
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 65px; /* 108.333% */
}

.main-hadding4 p {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
padding-right: 60px;
}

.hero4-shape {
  position: absolute;
  left: 0;
  top: 90px;
}

.hero4-all-images {height: 550px;position: relative;width: 100%;}

.hero4-img1 {
    position: absolute;
    bottom: -10px;
    right: -40px;
}

.hero4-img2 {
    position: absolute;
    right: -0;
    top: 0;
}

.hero4-im6 {
    position: absolute;
    right: -76px;
    top: -84px;
}

.hero4-img3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.hero4-img4 {
    position: absolute;
    bottom: 0;
    left: 172px;
}
/*===== home4 hero area ==== */

/*===== home4 about area ==== */

.about4-images-all {
  position: relative;
  height: 550px;
}

.about4-images-all {
  position: relative;
  height: 550px;
}

.about4-img2 {
  position: absolute;
  top: 0;
  right: 0;
}

.about4-img3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about4-img1.aniamtion-key-2 {
  position: absolute;
  bottom: 0;
}

.about4-hadding {
  padding-left: 20px;
}

.service4-learn-more {
  color: var(--Main-Text-Color, #181A1C);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
text-transform: capitalize;
transition: all.4s;
}

.service4-learn-more span {
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 14px;
  color: #181A1C;
}

.service4-learn-more:hover {
  color: #2B29A4;
  transition: all.4s;
}

.service4-learn-more span {
  transition: all.4s;
}

.service4-learn-more:hover span {
  margin-left: 3px;
  transition: all.4s;
  color: #2B29A4;
}

.service4-img {
  overflow: hidden;
  border-radius: 5px;
}

.service4-img img {
  transition: all.4s;
}

.service4-box {
  margin-top: 30px;
}

.service4-box:hover .service4-img img {
  transform: scale(1.1) rotate(4deg);
}

.choose4-list li a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 100% */
text-transform: capitalize;
transition: all.4s;
}

.choose4-list li a:hover {
  color: #2B29A4;
  transition: all.4s;
}

.choose4-list li {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.choose4-list li img {
  padding-right: 8px;
}

.choose4-images {
  position: relative;
  height: 660px;
}

.choose4-img-1 {
  position: absolute;
  bottom: -5px;
  left: 0;
}

.choose4-img-3 {
  position: absolute;
  top: 0;
  right: 0;
}

.choose4-shape1 {
  position: absolute;
  top: 40px;
  left: 20px;
}

.choose4-shape2 {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

/*===== home4 about area ==== */

/*===== home4 progress area ==== */

.progress-list-number h4 span {
  color: var(--3rd-home-main, #181A1C);
font-size: 24px;
font-style: normal;
font-weight: 750;
line-height: 24px; /* 100% */
display: inline-block;
}

.progress-list-number h4 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 9;
}
.progress4-hadding {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 12px;
  margin-left: 12px;
  transition: all.4s;
}

.progress-list-box {
  display: flex;
  align-items: start;
  margin-top: 32px;
}

.progress-list-box:hover .progress-list-number h4 span {
  color: #2B29A4;
}

.progress-list-box:hover .progress4-hadding {
  background-color: #fff;
  transition: all.4s;
}


.progress-list-box:hover .progress4-hadding, .nav-link.active .progress-list-box .progress4-hadding {
  background-color: #fff;
  transition: all.4s;
}

.progress-list-box:hover .progress4-hadding, .nav-link.active .progress-list-box .progress4-hadding.hadding4 h4 {
  color: #0E1681;
  transition: all.4s;
}

.progress-list-box:hover .progress4-hadding, .nav-link.active .progress-list-box .progress4-hadding.hadding7 h4 {
  color: #B51DEE;
  transition: all.4s;
}

.progress-list-box:hover .progress4-hadding, .nav-link.active .progress-list-box .progress-list-number h4 span {
  color: #0E1681;
}

.progress-list-box:hover .progress4-hadding, .nav-link.active .progress-list-box .progress-list-number.progress-list-number2 h4 span {
  color: #B51DEE;
}

.progress-list4 {
  position: relative;
  z-index: 3;
}

.progress-list4::after {
  content: "";
  position: absolute;
  top: 85px;
  left: 43px;
  height: 65%;
  width: 1px;
  background-image: url(../img/shapes/progress4-line.svg);
  z-index: 1;
}

.progress4-hadding-all {
  padding-left: 20px;
}

.progress4-shape1 {
  position: absolute;
  bottom: 40px;
  left: 20px;
}

.progress4-shape2 {
  position: absolute;
  top: 40px;
  right: 20px;
}

/*===== home4 progress area ==== */

/*===== home4 testimonial area ==== */
.tes4-shape1 {
  position: absolute;
  top: 40px;
  left: 20px;

}

.tes4-shape2 {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.tes4-shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tes4-slider-single {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
  margin: 0px 10px;
}

.tes4-hadding p {
  color: var(--Main-Text-Color, #181A1C);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 155.556% */
}

.tes4-hadding-bottom h6 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 18px;
font-style: normal;
font-weight: 750;
line-height: 18px; /* 100% */
}

.tes4-hadding-bottom p {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
}

.tes4-bottom-hadding {
  display: flex;
  align-items: center;
}

.tes4-bottom-img {
  margin-right: 16px;
}

.tes4-icon img {
  height: 40px;
  width: 40px;
}

.tes4-icon {
  width: 50px;
}

.testimonial4 .owl-nav {
  text-align: center;
  margin-top: 40px;
}


.testimonial4 .owl-nav button.owl-next, .testimonial4 .owl-carousel .owl-nav button.owl-prev, .testimonial4 .owl-carousel button.owl-dot {
  background-color: #FFF;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  color: #181A1C;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}


.testimonial4 .owl-nav button.owl-next:hover, .testimonial4 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial4 .owl-carousel button.owl-dot {
  background-color: #2B29A4;
  filter: none;
  color: #fff;
  transition: all.4s;
}

.testimonial4 .owl-nav button.owl-next {
  position: absolute;
  left: -60px;
  top: 50%;
  /* margin-top: -30px; */
  margin-top: -45px;
}

.testimonial4 .owl-nav button.owl-prev {
  position: absolute;
  right: -60px;
  top: 38%;
}


/*===== home4 testimonial area ==== */

/*===== home4 team area ==== */
.team4-icons li a {
  height: 30px;
  width: 30px;
  background-color: #181A1C;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.team4-icons li a:hover {
  transition: all.4s;
  background: #2B29A4;
}

.team4-img-box {position: relative;border-radius: 50%;margin: 25px;}

ul.team4-icons {
    position: absolute;
    right: 0;
    bottom: 0;
    /* visibility: hidden;
    opacity: 0;
    transition: all.4s;
    transform: translateY(-50px) rotate(-10deg); */
}

li.team4-icon1 {
  position: absolute;
  bottom: 155px;
  right: -9px;
  transform: translateX(30px);
  transition: all.8s;
  opacity: 0;
}

li.team4-icon2 {
  position: absolute;
  bottom: 113px;
  right: -12px;
  transform: translateX(30px);
  transition: all.6s;
  opacity: 0;
}

li.team4-icon3 {
  position: absolute;
  bottom: 70px;
  right: -4px;
  transform: translateX(30px);
  transition: all.4s;
  opacity: 0;
}

li.team4-icon4 {
  position: absolute;
  bottom: 35px;
  right: 16px;
  transform: translateX(30px);
  transition: all.2s;
  opacity: 0;
}

.team4-box:hover:hover li.team4-icon1 {
  transition: all.2s;
  transform: translateX(0);
  opacity: 1;
}

.team4-box:hover:hover li.team4-icon2 {
  transition: all.4s;
  transform: translateX(0);
  opacity: 1;
}

.team4-box:hover:hover li.team4-icon3 {
  transition: all.6s;
  transform: translateX(0);
  opacity: 1;
}

.team4-box:hover:hover li.team4-icon4 {
  transition: all.8s;
  transform: translateX(0);
  opacity: 1;
}

.team4-img {
  overflow: hidden;
}

.team4-img img {
  transition: all.4s;
}

.team4-box:hover .team4-img img {
  transform: scale(1.1) rotate(-4deg);
  transition: all.4s;
}

/*===== home4 team area ==== */

/*===== home4 blog area ==== */

.blog4-date a {
  color: #FFF;
font-size: 30px;
font-style: normal;
font-weight: 750;
line-height: 30px; /* 100% */
text-transform: capitalize;
display: inline-block;
}

.blog4-date p {
  color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */
text-transform: capitalize;
}

.blog4-date {
  border-radius: 5px;
  background: var(--3rd-home-main, #2B29A4);
  padding: 12px 10px;
  text-align: center;
  position: absolute;
  right: 24px;
  bottom: -21px;
  transition: all.4s;
}

.blog4-tags a {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
text-transform: capitalize;
display: inline-block;

}
.blog4-hadding {
  padding: 24px;
}

.blog4-img img {
  border-radius: 5px 5px 0px 0px;
}

.blog4-box {
  background-color: #FBFBFB;
  border-radius: 5px;
  transition: all.4s;
  margin-top: 30px;
}

.blog4-tags a img {
  padding-right: 5px;
  margin-bottom: 2px;
}

.blog4-tags a {
  padding-right: 16px;
}

.blog4-img img {
  transition: all.4s;
}

.blog4-img {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.blog4-box:hover .blog4-img img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

.blog4-box:hover .blog4-date {
  transform: translateY(-5px);
  transition: all.4s;
}

.blog4-box:hover {
  background-color: #fff;
  transition: all.4s;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}
/*===== home4 blog area ==== */

/*===== home4 cta area ==== */

.cta4 {
  padding-top: 100px;
}

.cta4-inuut input {
  padding: 14px;
  border: none;
  background: #F6F6F6;
  border-radius: 5px;
  width: 70%;
}

.cta4-button {
  position: absolute;
  top: 0;
  right: 106px;
}

/*===== home4 cta area ==== */


/* =======================
-======HOME 4 ALL ==== 
==========================*/


/* =======================
-======HOME 4 ALL ==== 
==========================*/

/*===== home5 hero area ==== */


.hero-area5 {
  background-color: #F0F0F5;
  overflow: hidden;
  min-height: 812px;
  display: flex;
  align-items: center;
}

.main-hadding5 h1 {
  color: var(--Main-Text-Color, #181A1C);
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 65px;
}

.main-hadding5 {
  position: relative;
  z-index: 9;
}

.main-hadding5 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}


.hero5-img1 {
  position: absolute;
  right: 0;
  bottom: 180px;
}

.hero5-img2 {
  position: absolute;
  right: 220px;
  bottom: 0;
}

.hero5-img3 {
  position: absolute;
  left: 50%;
  bottom: 50%;
}

.hero5-img4 {
  position: absolute;
  right: 50%;
  bottom: 40px;
}

.hero5-img5 {
  position: absolute;
  left: 0;
  top: 100px;
}


/*===== home5 hero area ==== */

/*===== home5 counter area ==== */
.counter5 {
  padding: 50px 0;
  background: var(--2nd-HP-secendary, #6A6A9A);
}

.couner5-hadding h1 {
  color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 100% */
}

.couner5-hadding p {
  color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

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

.counetr5-main-hadding h4 a {
  color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
}

.counetr5-main-hadding {
  position: relative;
  z-index: 2;
}

.counetr5-main-hadding p {
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

.counter5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 39%;
  background: #1A1A42;
  z-index: 1;
}

/*===== home5 counter area ==== */

/*===== home5 about area ==== */

.about5-img1 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}

.learn-more5 {
  color: var(--2nd-HP-secendary, #6A6A9A);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
text-transform: capitalize;
transition: all.4s;
}

.learn-more5 span {
  display: inline-block;
  transform: rotate(-45deg);
  transition: all.4s;
}

.learn-more5:hover span {
  transition: all.4s;
  margin-left: 3px;
}

.service5-box {
  background-color: #fff;
  border-radius: 5px;
  transition: all.4s;
  margin-top: 30px;
}

.service5-hadding {
  padding: 60px 24px 24px 24px;
}

.service5-icon {
  background-color: #F3F3FF;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  margin: auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}

.service5-box:hover {
background: var(--2nd-HP-secendary, #6A6A9A);
transition: all.4s;
}

.service5-box:hover .hadding5 h4 a {
  color: #fff;
  transition: all.4s;
}

.service5-box:hover .hadding5 p {
  color: #fff;
  transition: all.4s;
}

.service5-box:hover .learn-more5 {
  color: #fff;
  transition: all.4s;
}

.service5-img {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.service5-img img {
  transition: all.4s;
}

.service5-box:hover .service5-img img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

.visa-type-box {
  padding: 24px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}

.type-vis-img1 {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}

.visa-type-box:hover {
  transform: translateY(-10px);
}

.type-vis-img2.img100.img5 {
  padding-left: 20px;
}

/*===== home5 about area ==== */

/*===== home5 team area ==== */

.team5-img1 {
  position: absolute;
  top: -15px;
}

.team5-img2 {
  margin-left: 15px;
}

.team5-box {
  margin-top: 40px;
}

.team5-icon-list {
  padding-top: 16px;
}

.team5-icon-list li {
  display: inline-block;
  padding: 0px 2px;
}

.team5-icon-list li a {
border: 1px solid rgba(8, 17, 13, 0.20);
height: 28px;
width: 28px;
border-radius: 50%;
display: inline-block;
line-height: 28px;
color: #181A1C;
transition: all.4s;
}

.team5-icon-list li a:hover {
  background-color: #6A6A9A;
  color: #fff;
  transition: all.4s;
  border: 1px solid #6A6A9A;
}

.team5-img1 {
  position: absolute;
  top: -15px;
  left: 34px;
}

.team5-img1 img {
  transition: all 30s;
}

.team5-box:hover .team5-img1 img {
  transform: rotate(1000deg);
  transition: all 30s;
}

.tes5-bottom-hadding {
  display: flex;
  align-items: center;
}

.tes5-bottom-img {
  margin-right: 16px;
}

.testimonial5-slider-single {
  border-radius: 5px;     
background: #FFF;
padding: 32px 24px;
margin: 0px 10px;
}

/*===== home5 team area ==== */

/*===== home5 testimonial area ==== */

.testimonial5 .owl-dots {
  position: absolute;
  bottom: -55px;
  width: 100%;
  right: 0;
  text-align: center;
}

.testimonial5 .owl-dots button {
  position: relative;
  border: 3px solid #F8F8FA !important;
}

.testimonial5 .owl-dots button:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #6A6A9A;
  z-index: -1;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

.testimonial5 .owl-dots button.active {
  background-color: #6A6A9A;
}

.testimonial5 .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}

.testimonial5 .owl-dots button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  height: 12px;
  line-height: 10px;
  width: 12px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background-color: #1A1A42;
}

/*===== home5 testimonial area ==== */

/*===== home5 cta area ==== */

.hadding5-w h1 {
  color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
}

.hadding5-w p {
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

/*===== home5 cta area ==== */





/* =======================
-======HOME 5 ALL ==== 
==========================*/

/* =======================
-======HOME 6 ALL ==== 
==========================*/

/*===== home6 hero area ==== */

.hero-area6 {
  overflow: hidden;
  min-height: 812px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-hadding6 h1 {
  color: var(--Main-Text-Color, #181A1C);
text-align: center;
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 65px; /* 108.333% */
letter-spacing: 1.8px;
}

.main-hadding6 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

.hero6-form {
  background: #FFF;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
padding: 32px 40px;
}

.hero6-single-input input {
  padding: 12px;
  border: none;
  border: 1px solid #D1D5DB;
  border-radius: 5px;
  width: 100%;
}

.hero6-single-input label {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
padding-bottom: 16px;
}

.nice-select.wide.select6 {
  height: 52px;
  line-height: 49px;
  color: grey;
  border: 1px solid #d1d5db;
}

.hadding6 h2 {
  color: var(--Main-Text-Color, #181A1C);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
}

.hero6-form-all {
  margin-top: -140px;
  position: relative;
  z-index: 9;
}

img.hero6-shape1 {
  position: absolute;
  right: 0;
  top: 100px;
}

img.hero6-shape2 {
  position: absolute;
  left: 0;
  bottom: 100px;
}

img.hero6-shape3 {
  position: absolute;
  top: 150px;
  left: 40px;
}

img.hero6-shape4 {
  position: absolute;
  bottom: 150px;
  right: 40px;
}

.about6-hadding {
  padding-left: 20px;
}

/*===== home6 hero area ==== */

/*===== home6 service area ==== */

.service6-box {
  background-color: #fff;
  border-radius: 5px;
  transition: all.4s;
  margin-top: 30px;
}

.service6-box:hover {
  background-color: #4893FF;
}

.service6-box:hover .hadding6 h4 a {
  color: #fff;
  transition: all.4s;
}

.service6-box:hover .hadding6 p {
  color: #fff;
  transition: all.4s;
}

.service6-box:hover .learn-more6 {
  color: #fff;
  transition: all.4s;
}

.service6-box:hover .service5-img img {
  transform: scale(1.1) rotate(4deg);
}

.learn-more6 {
  color: var(--7th-main, #4893FF);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
text-transform: capitalize;
display: inline-block;
transition: all.4s;
}

.learn-more6 span {
  transform: rotate(-45deg);
  display: inline-block;
}

/*===== home6 service area ==== */

/*===== home6 work area ==== */

.work6-box {
  background-color: #F6FAFF;
  border-radius: 5px;
  padding: 24px;
  transition: all.4s;
}

.work6-box:hover {
  background-color: #4893FF;
  transition: all.4s;
  transform: translateY(-10px);
}

.work6-box:hover .hadding6 h4 a {
  color: #fff;
  transition: all.4s;
}

.work6-box:hover .hadding6 p {
  color: #fff;
  transition: all.4s;
}

.work6-box:hover .work6-box-icon img {
  filter: brightness(40);
  transition: all.4s;
}
/*===== home6 work area ==== */

/*===== home6 choose area ==== */


.choose2-box3 {
  position: relative;
  margin-top: 54px;
  transition: all.4s;
}

.choose2-text-box3 {
    padding: 20px 70px 20px 20px;
    background-color: #fff;
    border-radius: 5px;
}

.choose2-icon-box3 {
  background: #4893FF;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 0px 24px;
  position: absolute;
  top: -15px;
  right: -15px;
  transition: all 0.4s ease 0s;
}

.choose2-text-box3 h4 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s;
}

.choose2-box3:hover .choose2-icon-box3 {
  background-color: #fff;
  transition: all.4s;
}

.choose2-icon-box3::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  top: 0px;
  left: -10px;
  background: #4893FF;
  border-radius: 15px 0px 0px;
  transition: all 0.4s ease 0s;
}

.choose2-icon-box3 img {
  filter: brightness(0) invert(1);
}

.choose2-text-box3 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}


.choose2-box3:hover .choose2-text-box3 {
  background: #4893FF;
  transition: all.4s;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box3:hover {
  transform: translateY(-5px);
  transition: all.4s;
}

.choose2-box3:hover .choose2-text-box3 h4 a {
  color: #fff;
  transition: all.4s;
}

.choose2-box3:hover .choose2-text-box3 p {
  color: #fff;
  transition: all.4s;
}

.choose2-box3:hover .choose2-icon-box3 img {
  filter: none;
}

.choose2-box3:hover .choose2-icon-box3::after {
  background-color: #4893FF;
  transition: all.4s;
}

.choose2-box3.choose2-left {
  margin-left: 40px;
}

.choose2-box3.choose2-right {
  margin-right: 40px;
}

/*==-- tarn==== */

.choose2-box4 {
  position: relative;
  margin-top: 54px;
  transition: all.4s;
}

.choose2-text-box4 {
    padding: 20px 20px 20px 70px;
    background-color: #fff;
    border-radius: 5px;
}

.choose2-icon-box4 {
  background: #4893FF;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 24px 0px;
  position: absolute;
  top: -15px;
  left: -15px;
  transition: all 0.4s ease 0s;
}

.choose2-text-box4 h4 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s;
}

.choose2-box4:hover .choose2-icon-box4 {
  background-color: #fff;
  transition: all.4s;
}

.choose2-icon-box4::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  top: 0px;
  right: -10px;
  background: #4893FF;
  border-radius: 0px 10px 0px 0px;
  transition: all 0.4s ease 0s;
}

.choose2-icon-box4 img {
  filter: brightness(0) invert(1);
}

.choose2-text-box4 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}


.choose2-box4:hover .choose2-text-box4 {
  background: #4893FF;
  transition: all.4s;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box4:hover {
  transform: translateY(-5px);
  transition: all.4s;
}

.choose2-box4:hover .choose2-text-box4 h4 a {
  color: #fff;
  transition: all.4s;
}

.choose2-box4:hover .choose2-text-box4 p {
  color: #fff;
  transition: all.4s;
}

.choose2-box4:hover .choose2-icon-box4 img {
  filter: none;
}

.choose2-box4:hover .choose2-icon-box4::after {
  background-color: #4893FF;
  transition: all.4s;
}

.choose2-box4.choose2-left {
  margin-left: 40px;
}

.choose2-box4.choose2-right {
  margin-right: 40px;
}

.countrie-box6 {
  background-color: #F6FAFF;
}

.countrie-box6:hover {
  background-color: #F6FAFF;
  box-shadow: none;
}

.testimonial6-bottom-hadding h5 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 22px;
transition: all.4s;
}

.testimonial6-bottom-hadding h5 a:hover {
  color: #4893FF;
  transition: all.4s;
}

.testimonial6-bottom-hadding {
  padding-left: 10px;
}



/*===== home6 choose area ==== */


.testimonial6 .owl-nav button.owl-next, .testimonial6 .owl-carousel .owl-nav button.owl-prev, .testimonial6 .owl-carousel button.owl-dot {
  background-color: #FFF;
filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  color: #181A1C;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}

.testimonial6 .owl-nav button.owl-next:hover, .testimonial6 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial6 .owl-carousel button.owl-dot {
  background-color: #4893FF;
  filter: none;
  color: #fff;
  transition: all.4s;
}

.testimonial6 .owl-nav {
  text-align: center;
  margin-top: 40px;
}

.hadding6 h3 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
transition: all.4s;
}

.hadding6 h3 {
  line-height: 28px;
}

.hadding6 h3 a:hover {
  color: #4893FF;
  transition: all.4s;
}

.learn-more6 {
  color: var(--Main-Text-Color, #181A1C);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
text-transform: capitalize;
transition: all.4s;
}

.learn-more6:hover {
  color: #4893FF;
  transition: all.4s;
}


/* =======================
-======HOME 6 ALL ==== 
==========================*/

/* =======================
-======HOME 7 ALL ==== 
==========================*/

/*===== home7 hero area ==== */

.hero-area7 {
  overflow: hidden;
  min-height: 812px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-hadding7 h1 {
  color: #FFF;
font-size: 65px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 107.692% */
letter-spacing: 1.95px;
}

.main-hadding7 p {
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

.hero7-forrm-inputs input {
  border-radius: 5px;
border: 1px solid var(--neutral-300, #D1D5DB);
width: 100%;
padding: 12px;
margin-top: 16px;
}

.hero7-forrm-inputs .nice-select.wide {
  width: 100%;
  padding: 10px;
  height: 52px;
  color: #757575;
  margin-left: 4px;
  margin-top: 16px;
  font-size: 17px;
  line-height: 32px;
  border: 1px solid var(--neutral-300, #D1D5DB);
}

.hero7-form-all {
  padding: 24px;
  border-radius: 5px;
background: #FFF;
position: relative;
z-index: 9;
}

/*===== home7 hero area ==== */

/*===== home7 service area ==== */
.service7-box {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  height: 95%;
}

.service7-box-img {
  overflow: hidden;
  border-radius: 5px 5px 5px 5px;
}

.service7-box-img img {
  transition: all.4s;
}

.service7-box:hover .service7-box-img img {
  transform: rotate(4deg) scale(1.1);
  transition: all.4s;
}

.service7-hadding {
  padding: 16px;
}

/*===== home7 service area ==== */

/*===== home7 testimonial area ==== */

.tes7-main-image {
  background-image: url(../img/image/testimonial7-main-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin-right: -100px;
  margin-left: -10px;
}

.tes7-slider-single {
  border-radius: 5px 5px 5px 0px;
border: 1px solid rgba(86, 95, 118, 0.20);
padding: 24px;
background-color: #fff;
transition: all.4s;
}

.tes7-slider-single:hover {
  border-radius: 5px 5px 5px 0px;
background: #FFF;
box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.08);
transition: all.4s;
}

.hadding7 h5 a {
  color: #201A2E;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
}

.tes7-bottom-img {
  width: 70px;
}

.tes7-review li {
  color: #FFE70E;

  display: inline-block;
}

.tes7-bottom-all {
  display: flex;
  align-items: center;
}

.tes7-bottom-all span.span {
  font-size: 14px;
}

.tes7-bottom-img {
  margin-right: 16px;
}

.tes7-slider-all.owl-carousel.owl-loaded.owl-drag {
  margin-left: -130px;
}




.tes7 .owl-dots {
  position: absolute;
  bottom: -55px;
  width: 100%;
  right: 0;
  text-align: center;
}

.tes7 .owl-dots button {
  position: relative;
  border: 3px solid #F8F8FA !important;
}

.tes7 .owl-dots button:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #B51DEE;
  z-index: -1;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

.tes7 .owl-dots button.active {
  background-color: #B51DEE;
}

.tes7 .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}

.tes7 .owl-dots button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  height: 12px;
  line-height: 10px;
  width: 12px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background-color: #D9D9D9;
}

/*===== home7 testimonial area ==== */

/*===== home7 contact area ==== */

.contact7-input input {
  border-radius: 5px;
  border: 1px solid #D1D5DB;
  padding: 12px;
  background: transparent;
  margin-top: 16px;
  width: 100%;
}

.contact7-input textarea {
  border: none;
  border-radius: 5px;
  border: 1px solid #D1D5DB;
  padding: 12px;
  background: transparent;
  margin-top: 16px;
  width: 100%;
}

.contact-map iframe {
  height: 550px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 99;
}

.contact-map {
  position: relative;
  z-index: 9;
  margin-bottom: 100px;
  margin-left: 20px;
  transition: all.4s;
}

.contact-map::after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: -50px;
  background-color: #b000e9;
  height: 100%;
  width: 70%;
  border-radius: 5px;
  z-index: 2;
  transition: all.4s;
}

.contact7 {
  padding: 150px 0px 100px 0px;
}

.contact-map:hover {
  transform: translateX(40px) translateY(-40px);
  transition: all.4s;
}

.contact-map:hover::after {
  transform: translateX(-40px) translateY(40px);
}

.contact7-hadding {
  margin-top: -100px;
}

.contact7-iocn-hadding h4 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
display: inline-block;
}

.contact7-iocn-hadding a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
display: inline-block;
}

.contact7-icon-box {
  display: flex;
  align-items: start;
  background-color: #F3EBF6;
  border-radius: 5px;
  padding: 16px;
  transition: all.4s;
}

.contact7-icon-box:hover {
  transform: translateY(-10px);
  transition: all.4s;
  background-color: #f1d3fc;
}

.contact7-icon {
  padding-right: 10px;
}

.contact7-icon img {
  height: 50px;
  width: 50px;
}


.hero7-shape1 {
  position: absolute;
  top: 150px;
  left: 0;
}

.hero7-shape2 {
  position: absolute;
  top: 150px;
  right: 20px;
}

.hero7-shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*===== home7 contact area ==== */



.nice-select.select-countries::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-image: url(../img/icons/erth.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nice-select.select-countries::after {
  display: none;
}

.nice-select.select-countries {
  border: none;
  line-height: 32px;
  padding-left: 30px;
  transition: all.4s;
  background: transparent;
  margin-top: 10px;
}

.button2-all {
  display: flex;
  align-items: center;
}

.choose4-hadding {
  padding-right: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
}

.progress-list-box .progress4-hadding {
  text-align: start;
}

.prosess-shape {
  position: absolute;
  left: 0;
  bottom: 60px;
}
/* =======================
-======HOME 7 ALL ==== 
==========================*/

.img5.blog5-img2 img {
  width: 580px;
}

.img5.blog6-img2 img {
  width: 620px;
}


/* =======================
-======ABOUT PAGE ==== 
==========================*/

.page-hero-area {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.page-hero-hadding h1 {
  color: #FFF;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 120% */
}

.page-hero-hadding {
  padding-top: 100px;
}
.page-hero-p a {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
display: inline-block;
}

.page-hero-p p {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
}

.page-hero-p span {
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
}

.page-hero-p {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.page-hero-element1 {
  position: absolute;
  left: 200px;
  bottom: 100px;
}

img.page-hero-element2 {
  position: absolute;
  /* top: 200px; */
  left: 45%;
  bottom: 176px;
}

img.page-hero-element3 {
  position: absolute;
  top: 60px;
  left: 424px;
}

img.page-hero-element4 {
  position: absolute;
  top: 50%;
  left: 30%;
}

.about-vission-icon-hadding h4 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 100% */
}

.about-vission-icon {
  background-color: #F3FBFA;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 12px;
}

.about-vission-icon-box-single {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-vission-hadding {
  padding-left: 20px;
}




.tes-about .owl-dots {
  position: absolute;
  bottom: -55px;
  width: 100%;
  right: 0;
  text-align: center;
}

.tes-about .owl-dots button {
  position: relative;
  border: 3px solid #F3F6F6 !important;
}

.tes-about .owl-dots button:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #131741;
  z-index: -1;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

.tes-about .owl-dots button.active {
  background-color: #131741;
}

.tes-about .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}

.tes-about .owl-dots button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  height: 12px;
  line-height: 10px;
  width: 12px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background-color: #131741;
}



.contact-map.contact-map2 {
  position: relative;
  z-index: 9;
  margin-bottom: 100px;
  margin-left: 20px;
  transition: all.4s;
}

.contact-map.contact-map2::after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: -50px;
  background-color: #131741;
  height: 100%;
  width: 70%;
  border-radius: 5px;
  z-index: 2;
  transition: all.4s;
}

.contact7-icon-box.contact7-icon-box2 {
  background-color: #E7F1F1;
}

.contact7-icon-box.contact7-icon-box2:hover {
  background-color: #c9e4e4;
}

.blog4-date.blog4-date2 {
  background-color: #131741;
}

.service-article-box {
  display: flex;
  align-items: center;
}

.service-article-box-img {
  margin-right: 16px;
}

.service-article-box-img img {
  height: 91px;
  width: 140px;
}

.hadding1 h2 {
  color: var(--Main-Text-Color, #181A1C);
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 100% */
text-transform: capitalize;
}
/* =======================
-======ABOUT PAGE ==== 
==========================*/


/*--========accordion==========--*/
.accordion-item.accordion-item2 {
  margin-top: 16px;
  border: none;
  border-radius: 4px;
}

button.accordion-button.accordion-button2 {
  padding: 24px;
  background: #F3FBFA;
  border-radius: 5px;
  box-shadow: none;
}

button.accordion-button.accordion-button2 img {
  margin-right: 20px;
  filter: brightness(0);
}

.accordion-body.accordion-body2 {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  color: #fff;
  border-radius: 0;
  background: var(--business-consulting, #131741);
  font-weight: 500;
  line-height: 28px;
  padding-top: 0;
  padding: 0px 24px 24px 66px;
  font-weight: 400;
  border: none;
  border-radius: 0px 0px 5px 5px;
}

button.accordion-button.accordion-button3 {
  border-bottom: 1px solid #E8E5E5;
}

.accordion-button.accordion-button2:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
    border-radius: 5px;
  color: #03163B;
  font-weight: 700;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #fff;
  background-color: #131741;
  border-radius: 5px 5px 0px 0px;
}

.accordion-button.accordion-button2:not(.collapsed) img {
  filter: brightness(40);
  transition: all.4s;
}

.accordion-item.accordion-item {
  margin-bottom: 20px;
  border: none;
}

.accordion-item button {
  font-weight: 700;
}

.accordion-item h2 {
  font-size: 16px;
  font-weight: 700;
}

.active-headeractive-header2 button.accordion-button-active::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 pro";
  right: 23px;
  transition: all 0.3s;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  filter: brightness(0);
}

.pricing-padding.sec-padding {
  margin-top: -120px;
}

.pricing-padding2 {
  padding-bottom: 110px;
}

.accordion-item.accordion-item {
  margin-bottom: 20px;
}


button.accordion-button.accordion-button3 {
  padding: 24px;
  background: #EDF0F6;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #E8E5E5;
}

button.accordion-button.accordion-button3 img {
  margin-right: 20px;
  filter: brightness(0);
}

.accordion-body.accordion-body3 {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  color: #616976;
  border-radius: 0;
  background: var(--business-consulting, #EDF0F6);
  font-weight: 500;
  line-height: 28px;
  padding-top: 0;
  
}

.accordion-button.accordion-button3:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
    border-radius: 5px;
    background:  #131741;
  color: #03163B;
  font-weight: 700;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #fff;
}

.accordion-button.accordion-button3:not(.collapsed) img {
  filter: brightness(0);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(40);
  transition: all.4s;
}

/*--========accordion==========--*/

.apply-hadding h4 {
  color: var(--Main-Text-Color, #181A1C);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 34px; /* 141.667% */
}

.apply-hadding p {
  color: var(--advisor-text-main, #585A78);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 100% */
}

.apply-hadding {
  padding: 24px;
  background-color: #F3FBFA;
  border-radius: 5px;
}

.page-service-hadding {
  padding: 16px;
}

.page-service-box {
  transition: all.4s;
  border-radius: 5px;
  margin-top: 30px3;
}

.page-service-box:hover {
  background-color: #F3FBFA;
  transition: all.4s;
}

.page-service-box-img {
  overflow: hidden;
  border-radius: 5px;
}

.page-service-box-img img {
  transition: all.4s;
}

.page-service-box:hover .page-service-box-img img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

.team-details-box {
  background-color: #F2F5F5;
  padding: 24px;
}

.team-details-hadding span.details {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
text-transform: capitalize;
}

.team-details-list li {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.team-details-list li h6 {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
text-transform: capitalize;
width: 150px;
}

.mini-icons li a {
  height: 28px;
  width: 28px;
  display: inline-block;
  color: #131741;
  border: 1px solid #131741;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  transition: all.4s;
  font-size: 16px;
}

.mini-icons li a:hover {
  background-color: #131741;
  color: #fff;
  transition: all.4s;
}

.mini-icons li {
  display: inline-block;
  padding: 0px 3px;
}

.tes2-slider-single.pages-tes {
  background-color: #F3FBFA;
  transition: all.4s;
  margin-top: 30px;
}

.tes2-slider-single.pages-tes:hover {
  background-color: #131741;
  transition: all.4s;
  transform: translateY(-10px);
}

.tes2-slider-single.pages-tes:hover .tes2-hadding.tes2-hadding2 p {
  color: #fff;
  transition: all.4s;
}

.tes2-slider-single.pages-tes:hover .tes2-img3 img {
  filter: brightness(40);
  transition: all.4s;
}

.tes2-review li {
  transition: all.4s;
}

.tes2-slider-single.pages-tes:hover .tes2-review li {
  color: #fff;
  transition: all.4s;
}

.tes2-hadding h6 a {
  transition: all.4s;
}

.tes2-slider-single.pages-tes:hover .tes2-hadding h6 a {
  color: #fff;
  transition: all.4s;
}

.tes2-hadding.tes2-hadding2 span {
  transition: all.4s;
}

.tes2-slider-single.pages-tes:hover .tes2-hadding.tes2-hadding2 span {
  color: #fff;
  transition: all.4s;
}

.tes2-slider-single.pages-tes .tes2-img2 {
  position: absolute;
  bottom: -3px;
  left: 50px;
}

.coaching-hadding {
  padding: 16px 12px;
}

.coaching-item {
  background-color: #F3FBFA;
  border-radius: 5px;
}

.learn-more-coaching {
  color: #131741;
  transition: all.4s;
}

.learn-more-coaching span {
  color: #131741;
}
.coaching-img img {
  transition: all.4s;
}

.coaching-img {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.coaching-item:hover .coaching-img img {
  transition: all.4s;
  transform: scale(1.1) rotate(4deg);
} 
.coaching-item {
  transition: all.4s;
}
.coaching-item:hover {
  background-color: #131741;
  transition: all.4s;
}

.hadding1 span {
  transition: all.4s;
}

.coaching-item:hover .hadding1 span {
  color: #fff;
  transition: all.4s;
}

.hadding1 h3 a {
  transition: all.4s;
}

.hadding1 h3 {
  line-height: 28px;
}

.coaching-item:hover .hadding1 h3 a {
  color: #fff;
  transition: all.4s;
}

.hadding1 p {
  transition: all.4s;
}

.coaching-item {
  margin-top: 30px;
}
.cta2-hadding2 {
  padding-right: 20px;
}

.coaching-item:hover .hadding p {
  color: #fff;
  transition: all.4s;
}

.coaching-item:hover .learn-more-coaching {
  color: #fff;
  transition: all.4s;
}

.coaching-details-list li {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
padding-top: 16px;
}

.web-site {
  color: var(--5th-Main, #131741);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
text-decoration-line: underline;
display: inline-block;
}

.web-site:hover {
  color: var(--5th-Main, #131741);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
  display: inline-block;
}

.author-box {
  background-color: #F3FBFA;
  padding: 24px;
  border-radius: 5px;
}


/*--========shop page==========--*/

.shop-icons > div {
  margin: 0px 8px;
  cursor: pointer;
}

.nice-select.wide.pricing-select-box {
  width: 130px;
  background: #131741;
  color: #fff;
  border: 1px solid #131741;
  margin-left: 20px;
}

.nice-select.wide.pricing-select-box::after {
  color: #131741;
  filter: brightness(40);
}

.nice-select.wide.pricing-select-box ul.list {
  background: #131741;
}

.short-by {
  display: flex;
  align-items: center;
}

.nice-select.wide.pricing-select-box.pricing-select-box2 {
  width: 70px;
}
.hover-button-shop {
  position: absolute;
  bottom: 30px;
  width: 86%;
  left: 30px;
  /* right: 30px; */
  transform: translateY(100px);
  transition: all.4s;
}

.shop-hover-icons li a {
  height: 40px;
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  background: #fff;
  margin: 5px 0px;
  display: inline-block;
  text-align: center;
  transition: all.3s;
}

.shop-hover-icons li a:hover {
  background: #131741;
  transition: all.3s;
}

.shop-hover-icons li a:hover img {
  filter: brightness(40);
  transition: all.3s;
}

.shop-hover-icons li {
  transform: translateX(60px);
}

.shop-hover-icons {
  position: absolute;
  top: 24px;
  right: 16px;
}
.shop-item-img-box {
  overflow: hidden;
}

.shop-hover-icons li:nth-child(1) {
  transition: all.3s;
}
.shop-hover-icons li:nth-child(2) {
  transition: all.5s;
}
.shop-hover-icons li:nth-child(3) {
  transition: all.8s;
}

.shop-item-box:hover .shop-hover-icons li {
  transform: translateX(0);
}

.shop-item-box:hover .hover-button-shop {
  transform: translateY(0);
  transition: all.4s;
}

.shop-item-img {
  overflow: hidden;
  border-radius: 5px;
}

.shop-item-img img {
  transition: all.4s;
}

.shop-item-box {
  margin-top: 30px;
}

.shop-item-box:hover .shop-item-img img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

.shop-icon-list li {
  color: #FFC700;
  display: inline-block;
}

.price-shop {
  color: #131741;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
display: inline-block;
padding: 10px;
border-radius: 5px;
background-color: #D0EEEC;
}

.price-shop:hover {
  color: #131741;
}

.shop-box-haddings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*--========shop page==========--*/


/*-------- pricing-filter ---------*/

/* .single-widget h3 {
  font-family: "mantope";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #161540;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  margin-bottom: 16px;
} */
/* .single-widget h3:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #7977C6;
  left: 0;
  top: 0;
  z-index: 1;
} */

.recent-post-content a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #161540;
}

.single-widget .blog-date-time li a {
  font-size: 14px;
}



 /* .range-slider {
	.number-group {
		flex: 1 0 auto; 
		text-align: right; 
		font-weight: $bold;
          font-size: 16px;
          line-height: 16px;
          font-family: $font3;
          color: #161540;

		.number-input {
               font-weight: $bold;
               font-size: 16px;
               line-height: 16px;
               font-family: $font3;
               color: #161540;
			border: 0; 

		

			// vendor-prefix exception
			&::-webkit-outer-spin-button,
			&::-webkit-inner-spin-button {
				-webkit-appearance: none;
			}

			&:invalid,
			&:out-of-range {
				border: 2px solid #131741; 
			}

		}

	}

	.range-group {
		position: relative; 
		flex: 0 0 100%; 
		height: 47px; 
		
		.range-input {
			position: absolute; 
			left: 0; 
			bottom: 0; 
			margin-bottom: 0; 
			-webkit-appearance: none; 
			width: 100%; 
			border-bottom: 0; 

			&:focus {
				outline: 0; 
			}
			
			&::-webkit-slider-runnable-track {
				width: 100%; 
				height: 5px; 
				cursor: pointer; 
				animation: .2s; 
				background: #F2F1F9; 
				border-radius: 1px; 
				box-shadow: none; 
				border: 0; 
			}
			
			&::-webkit-slider-thumb {
				z-index: 2; 
				position: relative; 
				height: 15px; 
				width: 15px; 
				border-radius: 50%; 
				background: #161540; 
				cursor: pointer; 
				-webkit-appearance: none; 
				margin-top: -5px; 
			}
			
			&::-moz-range-track {
				width: 100%; 
				height: 2px; 
				cursor: pointer; 
				animation: .2s; 
				background: #3FAFFA; 
				border-radius: 1px; 
				box-shadow: none; 
				border: 0; 
			}
			
			&::-moz-range-thumb {
				z-index: 2; 
				position: relative; 
				height: 15px; 
				width: 15px; 
				border-radius: 50%; 
				background: #161540;
				cursor: pointer; 
			}
			
			&::-ms-track {
				width: 100%; 
				height: 5px; 
				cursor: pointer; 
				animation: .2s; 
				background: transparent; 
				border-color: transparent; 
				color: transparent; 
			}
			
			&::-ms-fill-lower,
			&::-ms-fill-upper {
				background: #3FAFFA; 
				border-radius: 1px; 
				box-shadow: none; 
				border: 0; 
			}
			
			&::-ms-thumb {
				z-index: 2; 
				position: relative; 
				height: 18px; 
				width: 18px; 
				border-radius: 50%; 
				background: #3FAFFA; 
				cursor: pointer; 
			}

		}

	}

} */



.range-slider-output {
  display: flex;
  align-items: center;
}
.filter-options {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-slider-output {
  display: flex;
  align-items: center;
}

.range-slider .number-group .number-input::-webkit-outer-spin-button, .range-slider .number-group .number-input::-webkit-inner-spin-button {
-webkit-appearance: none;
}

.range-slider .range-group {
position: relative;
flex: 0 0 100%;
height: 47px;
}

.range-slider .range-group .range-input {
position: absolute;
left: 0;
bottom: 0;
margin-bottom: 0;
width: 100%;
border-bottom: 0;
}
.range-slider .range-group .range-input:focus {
outline: 0;
}
.range-slider .range-group .range-input::-webkit-slider-runnable-track {
width: 100%;
height: 5px;
cursor: pointer;
animation: 0.2s;
background: #03163B;
border-radius: 1px;
box-shadow: none;
border: 0;
}
.range-slider .range-group .range-input::-webkit-slider-thumb {
z-index: 2;
position: relative;
height: 15px;
width: 15px;
border-radius: 50%;
background: #131741;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
.range-slider .range-group .range-input::-moz-range-track {
width: 100%;
height: 2px;
cursor: pointer;
animation: 0.2s;
background: #131741;
border-radius: 1px;
box-shadow: none;
border: 0;
}
.range-slider .range-group .range-input::-moz-range-thumb {
z-index: 2;
position: relative;
height: 15px;
width: 15px;
border-radius: 50%;
background: #131741;
cursor: pointer;
}
.range-slider .range-group .range-input::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
animation: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
.range-slider .range-group .range-input::-ms-fill-lower, .range-slider .range-group .range-input::-ms-fill-upper {
background: #131741;
border-radius: 1px;
box-shadow: none;
border: 0;
}
.range-slider .range-group .range-input::-ms-thumb {
z-index: 2;
position: relative;
height: 18px;
width: 18px;
border-radius: 50%;
background: #131741;
cursor: pointer;
}

.filter-options {
margin-top: 40px;
display: flex;
align-items: center;
justify-content: space-between;
}

.range-slider-output {
display: flex;
align-items: center;
}

.filter-options {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-slider-output {
  display: flex;
  align-items: center;
}

.range-slider-output p {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}
.filter-options {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-options {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-slider .number-group .number-input {
  color: var(--paragraph, #616976);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
  border: 0;
  background: none;
}

.range-slider .number-group {
  flex: 1 0 auto;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #161540;
}

/*-------- pricing-filter ---------*/




/*--========shop details page==========--*/

.single-product-slider-single.slick-slide.slick-current.slick-active img {
  /* height: 570px; */
  width: 100%;
}

.single-product-slider-single.slick-slide.slick-current.slick-active {
  height: 570px;
  border-radius: 5px;
}

.single-products-slider-nav.slick-slide {
  margin: 0px 5px;
  border-radius: 5px;
}

.single-products-slider-nav.slick-slide img {
  border-radius: 5px;
}

.single-review {
  display: flex;
  align-items: center;
}

.select-p {
  color: var(--neutral-main-text-color, #030505);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
}

ul.product-colors li {
  height: 24px;
  width: 24px;
  background: #131741;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
  border: 4px solid #fff;
  position: relative;
  cursor: pointer;
}

ul.product-colors {
  margin-top: 16px;
}

ul.product-colors li.active::after {
  background: #37141B;
  height: 26px;
  width: 26px;
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
}

ul.product-colors li:nth-child(1) {
  background-color: #37141B;
}

ul.product-colors li:nth-child(2) {
  background-color: #090964;
}

ul.product-colors li:nth-child(2)::after {
  background: #090964;
}

ul.product-colors li:nth-child(3) {
  background-color: #6D173B;
}

ul.product-colors li:nth-child(3)::after {
  background-color: #6D173B;
}

ul.product-colors li:nth-child(4) {
  background-color: #4D454E;
}

ul.product-colors li:nth-child(4)::after {
  background-color: #4D454E;
}

ul.product-colors li:nth-child(5) {
  background-color: #0E34D4;
}

ul.product-colors li:nth-child(5)::after {
  background-color: #0E34D4;
}


ul.product-colors li:nth-child(6) {
  background-color: #5A7AAF;
}

ul.product-colors li:nth-child(6)::after {
  background-color: #5A7AAF;
}

ul.product-colors li:nth-child(7) {
  background-color: #657028;
}

ul.product-colors li:nth-child(7)::after {
  background-color: #657028;
}

ul.product-colors li:nth-child(8) {
  background-color: #9BB9D4;
}

ul.product-colors li:nth-child(8)::after {
  background-color: #9BB9D4;
}

ul.product-colors li:nth-child(9) {
  background-color: #9A9B9D;
}

ul.product-colors li:nth-child(9)::after {
  background-color: #9A9B9D;
}

ul.product-colors li:nth-child(10) {
  background-color: #E4D49E;
}

ul.product-colors li:nth-child(10)::after {
  background-color: #E4D49E;
}


ul.product-colors li:nth-child(11) {
  background-color: #FFB6C1;
}

ul.product-colors li:nth-child(11)::after {
  background-color: #FFB6C1;
}

ul.product-sizes li {
  color: var(--texttt, #142329);
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  background: #F2F2F2;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 0px 2px;
  cursor: pointer;
}
ul.product-sizes {
  margin-top: 16px;
}

ul.product-sizes li.active {
  background-color: #131741;
  color: #fff;
}

.product-quantity {
  display: flex;
  align-items: center;
}

.qty-container {
  margin-right: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #E1E3E8;
  padding: 12px 20px;
  border-radius: 8px;
}

.qty-container input {
  text-align: center;
  width: 60px;
  border: none;
  font-size: 16px;
  color: #07060B;
  opacity: 0.7;
}

.qty-container button {
  background: none;
  border: none;
  font-size: 16px;
  color: #07060B;
  opacity: 0.7;
}
.minus-p-item {
  margin-left: 18px;
}

.minus-p-item p {
  color: var(--neutral-main-text-color, #030505);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
letter-spacing: -0.16px;
}

.minus-p-item p img {
  margin-top: -2px;
  margin-right: 3px;
}

.shop-logos ul li {
  display: inline-block;
  padding-right: 20px;
}


ul.pyment-texts li a {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  /* text-decoration-line: underline; */
}

ul.pyment-texts li a img {
  margin-right: 5px;
}

ul.pyment-texts li {
  display: inline-block;
  padding-right: 32px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
  background: none;

}
 
.nav-pills .nav-link{
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
  background: none;
}


.nav-link.active {
    position: relative;
    transform: scale(1);
}

.comments-review .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #181a1c;
}

.shop-box-border {
  height: 1px;
  width: 100%;
  background-color: #E9E7E7;
  margin: 14px 0;
}

.tabs-info ul li {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
padding: 5px 0px;
}

.tabs-info ul li span {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 175% */
display: inline-block;
margin-right: 2px;
}

span.details-shop {
  color: #181A1C;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
padding: 3px 10px;
background-color: #F4E3CB;
display: inline-block;
border-radius: 5px;
}


/*--========shop details page==========--*/


/*--========cart page==========--*/


/* ul.product-sizes li {
  display: inline-block;
  width: 55px;
  height: 55px;
  border: 1px solid #E1E3E8;
  filter: drop-shadow(0px 4px 25px rgba(242, 57, 54, 0.15));
  border-radius: 7px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 55px;
  color: #07060B;
  margin-right: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
ul.product-sizes li.active {
  background: #131741;
  box-shadow: 0px 4px 10px rgba(122, 120, 198, 0.2);
  color: #ffffff;
  transition: all 0.3s;
}

ul.product-sizes li:last-child {
  margin-right: 0;
}

.product-size h4, .product-color h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #161540;
  font-family: "satoshi";
  margin-bottom: 20px;
}

ul.product-colors li {
  width: 24px;
  height: 24px;
  background: #09120E;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
}

ul.product-colors li.#131741 {
  background: #131741;
}

ul.product-colors li.green {
  background: green;
}

ul.product-colors li.black {
  background: black;
}

ul.product-colors li.active {
  border-color: #161540;
  height: 28px;
  width: 28px;
}

.product-quantity-details p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #161540;
  opacity: 0.7;
  margin-top: 20px;
}

.single-product-main-price h3 {
  font-weight: 700;
  font-size: 40px;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
  color: #161540;
  margin: 0 0;
}

.cart-prodct img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 16px;
}

.cart-prodct {
  display: flex;
  align-items: center;
}

.cart-product-details p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #161540;
  margin: 2px 0;
}

.cart-product-details a {
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F23936;
} */

.cart-prodct {
  display: flex;
  align-items: center;
}

tr.cart-head {
  background: #F3FBFA;
  overflow: hidden;
  border: none;
}
@media (max-width: 767px) {
  tr.cart-head {
    display: none;
  }
}

tr.cart-head th {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  color: #161540;
  padding: 20px 0;
}

tr.cart-product-list td {
  vertical-align: middle;
  padding: 20px 0 20px 16px;
}

tr.cart-head th {
  padding-left: 16px;
}

th.first-th {
  width: 10%;
}

th.table-product {
  width: 25%;
}

th.table-price {
  width: 20%;
}

th.table-quantity {
  width: 30%;
}

th.table-subtotal {
  width: 20%;
}

td.cart-price {
  font-weight: 500;
  font-size: 20px;
  color: #131741;
}

@media (max-width: 767px) {
  tr.cart-product-list {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  tr.cart-product-list div {
    justify-content: center;
  }
  td.cart-prodct.cart-product-img {
    justify-content: center;
  }
  tr.cart-product-list {
    border: 1px solid #000;
    margin-bottom: 15px;
  }
  tr.cart-product-list:last-child {
    margin-bottom: 0;
  }
}

.cart-crose {
  color: #131741;
  background-color: #F3FBFA;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.cart-crose:hover {
  color: #131741;
}

.cart-product-details {
  margin-left: 30px;
}

td.cart-prodct.cart-product-img img {
  margin-left: 12px;
}

a.cart-crose span {
  display: inline-block;
  background: #f4fbfa;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.cart-barder {
  background: #edeef1;
  height: 1px;
  width: 100%;
}

.coupon-input input {
  border: 1px solid #E7E8EA;
  padding: 13px;
  border-radius: 5px;
  width: 400px;
}

.cart-input-button button.theme-btn {
  border-radius: 0px 5px 5px 0px;
}

.codepen-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-input-button {
  position: absolute;
  top: 0;
  right: 0;
}

.subtotal-price {
  background: #F3FBFA;
  padding: 24px;
  border-radius: 5px;
}


ul.subtotal-price-list li {
  color: var(--Main-Text-Color, #181A1C);
  /* font-family: Inter; */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #C4CCCB;
}

ul.subtotal-price-list li:nth-last-child(1) {
  border-bottom: none;
}

/*--========cart page==========--*/


/*--========checkout page==========--*/

.checkout-p p {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 100% */
}

.checkout-input label {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 100% */
padding-bottom: 16px;
}

.checkout-input input {
  border-radius: 5px;
  border: 1px solid #D0D3D4;
  padding: 12px;
  width: 100%;
}

.checkout-input textarea {
  border-radius: 5px;
  border: 1px solid #D0D3D4;
  padding: 12px;
  width: 100%;
}

.checkout-input {
  padding-top: 24px;
}

.checkout-input .nice-select.for-checkout {
  border: 1px solid #D0D3D4;
  background: #FFF;
  /* padding: 14px 20px; */
  height: 50px;
  padding-left: 14px;
  line-height: 50px;
  width: 100%;
  color: #6B706E;
}

.form-check-input:checked[type=checkbox] {
  background-color: #131741;
  box-shadow: none;
}

.cart-product-list-checkout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-img-list {
  display: flex;
  align-items: center;
}

p.summry-order {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
}

.order-summry-single {
  background: #F3FBFA;
  border-radius: 5px;
  padding: 24px;
}

.checkout-span {
  color: var(--5th-Main, #131741);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
}

.checkout-author {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}

.checkout-border {
  background-color: #c4cccbbd;
  height: 1px;
  width: 100%;
  margin: 16px 0px;
}

.apply-code-row {
  display: flex;
  justify-content: space-between;
}

.apply-code-input input {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #626c82c2;
  background: transparent;
}

ul.chekout-price-list li {
  color: var(--Main-Text-Color, #181A1C);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #C4CCCB;
}

ul.chekout-price-list li:nth-last-child(1) {
  border-bottom: none;
}

ul.chekout-price-list li span {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
}


.signin-box {
  border-radius: 8px;
  background: #FFF;
  padding: 50px;
}

.sign-in-input label {
  color: var(--Main-Text-Color, #181A1C);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  padding-bottom: 16px;
}

.sign-in-input input {
  padding: 12px;
  border: none;
  border-bottom: 5px;
  background: #F3FBFA;
  width: 100%;
}

.sign-in-input {
  padding-top: 24px;
}

a.forgot {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

.forgot-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  margin-top: 24px;
}

.creat-text a:nth-child(1) {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
}

.creat-text a:nth-child(2) {
  color: var(--5th-Main, #131741);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}

.contact-map-page iframe {
  width: 100%;
  margin-bottom: -7px;
}

.contact-page2-box {
  padding: 32px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  text-align: center;
  transition: all.4s;
}

.contact-page2-box:hover {
  transform: translateY(-10px);
  transition: all.4s;
}

.contact-page2-icon-box {
  background: #131741;
  height: 80px;
  width: 80px;
  margin: auto;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.contact-page2-icon-box:hover {
  background: orange;
  transition: all.4s;
  
}

.contact-page2-icon-box img {
  filter: brightness(40);
}

.contact-page2-hadding h4 {
  color: var(--Main-Text-Color, #181A1C);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}

.contact-page2-hadding a {
  color: var(--Main-Text-Color, #181A1C);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  display: inline-block;
}

.main-menu-ex.main-menu-ex8 a.theme-btn16.font-f-10 {
  background: #db0028;
}

.main-menu-ex.main-menu-ex8 a.theme-btn16.font-f-10:hover {
  color: #fff;
  background: #c00729;
}

/*--========checkout page==========--*/



/* =====hero area 8 all ==== */

.hero-area8 {
  background-image: url(../img/bg/hero8-bg.png);
  overflow: hidden;
  min-height: 950px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.main-hadding8 span.span {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 100% */
text-transform: capitalize;
display: inline-block;
padding: 8px 16px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.20);
}

.main-hadding8 h1 {
  color: #FFF;
font-size: 65px;
font-style: normal;
font-weight: 600;
line-height: 70px; /* 107.692% */
}

.main-hadding8 p {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.main-hadding8 h1 span.after {
  position: relative;
}

.main-hadding8 h1 span.after::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  height: 15px;
  width: 100%;
  background-image: url(../img/shapes/hadding8-shape.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-area.header-area8 {
  background-color: #ffffff7a;
}
/* =====hero area 8 all ==== */

/* =======================
-======HOME 8 ALL ==== 
==========================*/



/*--------------------------------------------------------------
  19. Casestudie
----------------------------------------------------------------*/
.cs_case_study_1_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cs_case_study_1_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_case_study_1_list > .cs_case_study.cs_style_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}
@media (max-width: 767px) {
  .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  -webkit-transform: scale(0) rotate(360deg);
          transform: scale(0) rotate(360deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.cs_case_study.cs_style_1 {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}
.cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  background-color: #4f4747;
  color: #fff;
  height: 55px;
  width: 55px;
  font-size: 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}

.cs_case_study_thumb {
  background-image: url(../img/image/about8-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/image/about8-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/image/about8-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 10px;
  height: 550px;
}



/*====== home8 choose area ====== */

.choose1-icon-box.choose1-icon-box8 {
  background-color: #FDF9F9;
  box-shadow: none;
}

.choose1-icon-box.choose1-icon-box8:hover {
  background-color: #E81A2C;
}

.choose1-icon-box.choose1-icon-box8:hover .hadding8 h4 a {
  color: #fff;
  transition: all.4s;
}

.choose1-icon-box.choose1-icon-box8:hover .hadding8 p {
  color: #fff;
  transition: all.4s;
}

.choose1-icon-box.choose1-icon-box8:hover .choose1-icon img {
  filter: brightness(0) invert(1);
  transition: all.4s;
}

.choose8-hadding {
  padding-left: 20px;
}

.countries8-box-hadding {
  border-radius: 5px;
background: rgba(229, 1, 20, 0.80);
padding: 24px;
position: absolute;
bottom: 24px;
margin: 0px 24px;
transform: translateY(100px);
    opacity: 0;
    transition: all.4s;
}

.countries8-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 30px;
}

.countries8-box:hover .countries8-box-hadding {
  opacity: 1;
  transform: translateY(0);
  transition: all.4s;
}

.countries8-box-img img {
  transition: all.4s;
}

.countries8-box:hover .countries8-box-img img {
  transform: scale(1.1) rotate(4deg);
  transition: all.4s;
}

/* .tes2-slider-single.tes2-slider-single8 {
  background-color: #FCEDEE;
} */


.tes2-slider-single.tes8-slider-single8 {
  background-color: #1317411c;
}

.tes2-review.tes2-review8 li {
  color: #131741;
}


.testimonial8 .owl-nav button.owl-next, .testimonial8 .owl-carousel .owl-nav button.owl-prev, .testimonial8 .owl-carousel button.owl-dot {
  background-color: #131741;
  color: #fff;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}

.testimonial8 .owl-nav button.owl-next:hover, .testimonial8 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial8 .owl-carousel button.owl-dot {
  background-color: #f99f1c;
  filter: none;
  color: #fff;
  transition: all.4s;
}

.testimonial8 .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.contact-map.contact-map8::after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: -50px;
  background-color: #E50114;
  height: 100%;
  width: 70%;
  border-radius: 5px;
  z-index: 2;
  transition: all.4s;
}

.contact7-icon-box.contact7-icon-box8 {
  background-color: #F5EAEB;
}

.contact7-icon-box.contact7-icon-box8:hover {
  background-color: #F3C5C9;
}
/*====== home8 choose area ====== */


/* =======================
-======HOME 8 ALL ==== 
==========================*/

/* =======================
-======HOME 9 ALL ==== 
==========================*/

.main-hadding9 span.span {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
text-transform: capitalize;
border-radius: 16px;
background: rgba(254, 96, 50, 0.20);
display: inline-block;
padding: 8px 16px;

}

.main-hadding9 h1 {
  color: var(--Main-Text-Color, #181A1C);
font-size: 65px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 107.692% */
}

.main-hadding9 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.hero9-inputs input {
  padding: 20px;
  border: none;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);
}

.hero9-inputs {
  position: relative;
  margin-right: 20px;
}

.hero9-input-button {
  position: absolute;
  top: 6px;
  right: 6px;
}

.hero9-img2 {
  position: absolute;
  bottom: 64px;
  right: 21px;
}

.hero9-shape1 {
    position: absolute;
    top: -17px;
    right: -14px;
    transform: rotate(8deg);
}

.hero9-shape2 {
  position: absolute;
  top: 200px;
  left: 0;
}

.hero9-shape3 {
  position: absolute;
  bottom: 100px;
  left: 50px;
}

.hero9-shape4 {
  position: absolute;
  bottom: 100px;
  right: 50px;
}

.hero9-shape5 {
  position: absolute;
  top: 100px;
  left: 50px;
}


/*====== home9 about area ====== */

.about9-images {
  position: relative;
}

.video-play-box {
  position: absolute;
  bottom: 0;
  right: 0;
}


.video-play-btn9 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -73px;
}

.video-play-btn10 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -73px;
}

.about9-icon {
  background-color: #FFEEE8;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 12px;
}

.about9-icon-hadding h4 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 100% */
display: inline-block;
}

.about9-icon-box {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.about9-hadding {
  padding-left: 30px;
}


.about9-after-pera {
  background-color: #FFEBE5;
  border-radius: 5px;
  padding: 20px 24px;
  margin-top: 30px;
  position: relative;
}

.about9-after-pera::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  height: 100%;
  width: 1%;
  background: #FE6032;
  border-radius: 5px;
  z-index: 1;
  transition: all.4s;
}

.about9-after-pera:hover::after {
  width: 100%;
  transition: all.4s;
}

.about9-after-pera p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
  font-style: normal;
  font-weight: 400;
  position: relative;
  line-height: 28px; /* 175% */
  z-index: 9;
  transition: all.4s;
}

.about9-after-pera:hover p {
  color: #fff;
  transition: all.4s;
}

/*====== home9 about area ====== */

/*====== home9 service area ====== */

.serivce9-icon h4 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
}

.serivce9-icon h4 a img {
  margin-right: 12px;
  z-index: 1;
}

.serivce9-icon {
  background-color: #fff;
  border-radius: 5px;
  padding: 16px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  z-index: 9;
  position: relative;
  margin: -35px 30px 0px 30px;
  transition: all.4s;
}

.service9-box {
  margin-top: 30px;
}

.service9-box:hover .serivce9-icon {
  background-color: #FE6032;
}

.serivce9-icon h4 a {
  transition: all.4s;
}

.service9-box:hover .serivce9-icon h4 a img {
  transition: all.4s;
  filter: brightness(0) invert(1);
}

.service9-box:hover .serivce9-icon h4 a {
  color: #fff;
  transition: all.4s;
}
.serivce9-icon h4 a img {
  transition: all.4s;
}
.service9-box:hover .learn-more9 {
  color: #FE6032;
  transition: all.4s;
}

.service9-img {
  overflow: hidden;
  border-radius: 5px;

}

.service9-img img {
  transition: all.4s;
}

.service9-box:hover .service9-img img {
  transform: rotate(4deg) scale(1.1);
  transition: all.4s;
}
/*====== home9 service area ====== */




/*===== home9 choose area ==== */


.choose2-box3 {
  position: relative;
  margin-top: 54px;
  transition: all.4s;
}

.choose2-text-box3.choose2-text-box9 {
    padding: 20px 70px 20px 20px;
    background-color: #FFEBE5;
    border-radius: 5px;
}

.choose2-icon-box3.choose2-icon-box9 {
  background: #FE6032;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 0px 24px;
  position: absolute;
  top: -15px;
  right: -15px;
  transition: all 0.4s ease 0s;
}

.choose2-text-box3 h4 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s;
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box9 {
  background-color: #fff;
  transition: all.4s;
}

.choose2-icon-box3.choose2-icon-box9::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  top: 0px;
  left: -10px;
  background: #FE6032;
  border-radius: 15px 0px 0px;
  transition: all 0.4s ease 0s;
}

.choose2-icon-box3 img {
  filter: brightness(0) invert(1);
}

.choose2-text-box3 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}


.choose2-box3:hover .choose2-text-box3 {
  background: #4893FF;
  transition: all.4s;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box3:hover {
  transform: translateY(-5px);
  transition: all.4s;
}

.choose2-box3:hover .choose2-text-box3 h4 a {
  color: #fff;
  transition: all.4s;
}

.choose2-box3:hover .choose2-text-box3.choose2-text-box9 {
  background-color: #FE6032;
}

.choose2-box3:hover .choose2-text-box3 p {
  color: #fff;
  transition: all.4s;
}

.choose2-box3:hover .choose2-icon-box3 img {
  filter: none;
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box9::after {
  background-color: #FE6032;
  transition: all.4s;
}

.choose2-box4:hover .choose2-text-box4.choose2-text-box9 {
  background-color: #FE6032;
}
.choose2-box3.choose2-left {
  margin-left: 40px;
}

.choose2-box3.choose2-right {
  margin-right: 40px;
}

/*==-- tarn==== */

.choose2-box4 {
  position: relative;
  margin-top: 54px;
  transition: all.4s;
}

.choose2-text-box4.choose2-text-box9 {
    padding: 20px 20px 20px 70px;
    background-color: #FFEBE6;
    border-radius: 5px;
}

.choose2-text-box4.choose2-text-box9:hover {
  background-color: #FE6032;
}

.choose2-icon-box4.choose2-icon-box9 {
  background: #FE6032;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 24px 0px;
  position: absolute;
  top: -15px;
  left: -15px;
  transition: all 0.4s ease 0s;
}

.choose2-text-box4 h4 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s;
}

.choose2-box4:hover .choose2-icon-box4 {
  background-color: #fff;
  transition: all.4s;
}

.choose2-icon-box4.choose2-icon-box9::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  top: 0px;
  right: -10px;
  background: #FE6032;
  border-radius: 0px 10px 0px 0px;
  transition: all 0.4s ease 0s;
}

.choose2-icon-box4 img {
  filter: brightness(0) invert(1);
}

.choose2-text-box4 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}


.choose2-box4:hover .choose2-text-box4 {
  background: #4893FF;
  transition: all.4s;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box4:hover {
  transform: translateY(-5px);
  transition: all.4s;
}

.choose2-box4:hover .choose2-text-box4 h4 a {
  color: #fff;
  transition: all.4s;
}

.choose2-box4:hover .choose2-text-box4 p {
  color: #fff;
  transition: all.4s;
}

.choose2-box4:hover .choose2-icon-box4 img {
  filter: none;
}

.choose2-box4:hover .choose2-icon-box4.choose2-icon-box9::after {
  background-color: #FE6032;
  transition: all.4s;
}

.choose2-box4.choose2-left {
  margin-left: 40px;
}

.choose2-box4.choose2-right {
  margin-right: 40px;
}

.countrie-box6 {
  background-color: #F6FAFF;
}

.countrie-box6:hover {
  background-color: #F6FAFF;
  box-shadow: none;
}

.testimonial6-bottom-hadding h5 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 22px;
transition: all.4s;
}

.testimonial6-bottom-hadding h5 a:hover {
  color: #4893FF;
  transition: all.4s;
}

.testimonial6-bottom-hadding {
  padding-left: 10px;
}


.explore-box.explore-box9:hover {
  background-color: #FFEFEA;
}

.explore-box.explore-box9 span {
  background-color: #FFEFEA;
}

.explore-box.explore-box9 span {
  transition: all.4s;
}

.explore-box.explore-box9:hover span {
  background-color: #FE6032;
  transition: all.4s;
  color: #fff;
}

.countries8-box-hadding.countries9-box-hadding {
  border-radius: 5px;
  background: rgba(254, 96, 50, 0.80);
}

.hadding9 h4 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
text-transform: capitalize;
display: inline-block;
transition: all.3s;
}

.hadding9 h4 a:hover {
  color: #FE6032;
  transition: all.3s;
}

.team4-icons.team4-icons9 li a:hover {
  background-color: #FE6032;
}
/*===== home9 choose area ==== */


.testimonial9 .owl-nav button.owl-next, .testimonial9 .owl-carousel .owl-nav button.owl-prev, .testimonial9 .owl-carousel button.owl-dot {
  background-color: #FFF;
filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  color: #181A1C;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}

.testimonial9 .owl-nav button.owl-next:hover, .testimonial9 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial9 .owl-carousel button.owl-dot {
  background-color: #FE6032;
  filter: none;
  color: #fff;
  transition: all.4s;
}

.testimonial9 .owl-nav {
  text-align: center;
  margin-top: 40px;
}

/* =======================
-======HOME 9 ALL ==== 
==========================*/

/* =======================
-======HOME 10 ALL ==== 
==========================*/

/*=== home10 hero area === */

.main-hadding10 span.span {
  color: var(--Main-Text-Color, #181A1C);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
text-transform: capitalize;
border-radius: 16px;
background: rgba(148, 0, 255, 0.20);
display: inline-block;
padding: 8px 16px;
}

.main-hadding10 h1 {
  color: var(--Main-Text-Color, #181A1C);
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 140% */
}

.main-hadding10 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.hero10-form {
  margin-right: -300px;
  position: relative;
  z-index: 9;
}


.hero9-img.text-end {
    margin-right: -200px;
}

.hero-area10 {
  min-height: 950px;
  display: flex;
  align-items: center;
}

.about9-icon.about9-icon10 {
  background-color: #F4E3FF;
}


.about9-after-pera.about9-after-pera10 {
  background-color: #F2DEFF;
  border-radius: 5px;
  padding: 20px 24px;
  margin-top: 30px;
  position: relative;
}

.about9-after-pera.about9-after-pera10::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  height: 100%;
  width: 1%;
  background: #9400FF;
  border-radius: 5px;
  z-index: 1;
  transition: all.4s;
}

.about9-after-pera.about9-after-pera10:hover::after {
  width: 100%;
  transition: all.4s;
}

/*=== home10 hero area === */

.service9-box:hover .serivce9-icon.serivce9-icon2 {
  background-color: #9400FF;
}

.service9-box:hover .learn-more9.learn-more10 {
  color: #9400FF;
  transition: all.4s;
}









/*===== home10 choose area ==== */


.choose2-box3 {
  position: relative;
  margin-top: 54px;
  transition: all.4s;
}

.choose2-text-box3.choose2-text-box10 {
    padding: 20px 70px 20px 20px;
    background-color: #F7EBFF;
    border-radius: 5px;
}

.choose2-icon-box3.choose2-icon-box10 {
  background: #9400FF;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 0px 24px;
  position: absolute;
  top: -15px;
  right: -15px;
  transition: all 0.4s ease 0s;
}

.choose2-text-box3 h4 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s;
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box9 {
  background-color: #fff;
  transition: all.4s;
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box10::after {
  background-color: #9400FF;
}

.choose2-icon-box3.choose2-icon-box10::after {
  background: #9100f9;
}

.choose2-icon-box3.choose2-icon-box10::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  top: 0px;
  left: -10px;
  background: #9400FF;
  border-radius: 15px 0px 0px;
  transition: all 0.4s ease 0s;
}

.choose2-icon-box3 img {
  filter: brightness(0) invert(1);
}

.choose2-text-box3 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}


.choose2-box3:hover .choose2-text-box3 {
  background: #4893FF;
  transition: all.4s;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box3:hover {
  transform: translateY(-5px);
  transition: all.4s;
}

.choose2-box3:hover .choose2-text-box3 h4 a {
  color: #fff;
  transition: all.4s;
}

.choose2-box3:hover .choose2-text-box3.choose2-text-box9 {
  background-color: #FE6032;
}

.choose2-box3:hover .choose2-text-box3 p {
  color: #fff;
  transition: all.4s;
}

.choose2-box3:hover .choose2-icon-box3 img {
  filter: none;
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box9::after {
  background-color: #FE6032;
  transition: all.4s;
}

.choose2-box4:hover .choose2-text-box4.choose2-text-box9 {
  background-color: #FE6032;
}
.choose2-box3.choose2-left {
  margin-left: 40px;
}

.choose2-box3.choose2-right {
  margin-right: 40px;
}

/*==-- tarn==== */

.choose2-box4 {
  position: relative;
  margin-top: 54px;
  transition: all.4s;
}

.choose2-text-box4.choose2-text-box10 {
    padding: 20px 20px 20px 70px;
    background-color: #F7EBFF;
    border-radius: 5px;
}

.choose2-text-box4.choose2-text-box10:hover {
  background-color: #9400FF;
}

.choose2-icon-box4.choose2-icon-box10 {
  background: #9400FF;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 24px 0px;
  position: absolute;
  top: -15px;
  left: -15px;
  transition: all 0.4s ease 0s;
}

.choose2-text-box4 h4 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s;
}

.choose2-box4:hover .choose2-icon-box4 {
  background-color: #fff;
  transition: all.4s;
}

.choose2-box4:hover .choose2-icon-box4.choose2-icon-box10::after {
  background-color: #9400FF;
}

.choose2-box4:hover .choose2-text-box4.choose2-text-box10 {
  background-color: #9400FF;
}

.choose2-box4:hover .choose2-text-box3.choose2-text-box10 {
  background-color: #9400FF;
}

.choose2-box3.choose2-left:hover .choose2-text-box3.choose2-text-box10 {
    background: #9100f9;
}

.choose2-box3.choose2-right:hover .choose2-text-box3.choose2-text-box10 {
  background: #9100f9;
}

.choose2-icon-box4.choose2-icon-box10::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  top: 0px;
  right: -10px;
  background: #9400FF;
  border-radius: 0px 10px 0px 0px;
  transition: all 0.4s ease 0s;
}

.choose2-icon-box4 img {
  filter: brightness(0) invert(1);
}

.choose2-text-box4 p {
  color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}


.choose2-box4:hover .choose2-text-box4 {
  background: #4893FF;
  transition: all.4s;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box4:hover {
  transform: translateY(-5px);
  transition: all.4s;
}

.choose2-box4:hover .choose2-text-box4 h4 a {
  color: #fff;
  transition: all.4s;
}

.choose2-box4:hover .choose2-text-box4 p {
  color: #fff;
  transition: all.4s;
}

.choose2-box4:hover .choose2-icon-box4 img {
  filter: none;
}

.choose2-box4:hover .choose2-icon-box4.choose2-icon-box9::after {
  background-color: #FE6032;
  transition: all.4s;
}

.choose2-box4.choose2-left {
  margin-left: 40px;
}

.choose2-box4.choose2-right {
  margin-right: 40px;
}

.countrie-box6 {
  background-color: #F6FAFF;
}

.countrie-box6:hover {
  background-color: #F6FAFF;
  box-shadow: none;
}

.testimonial6-bottom-hadding h5 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 22px;
transition: all.4s;
}

.testimonial6-bottom-hadding h5 a:hover {
  color: #4893FF;
  transition: all.4s;
}

.testimonial6-bottom-hadding {
  padding-left: 10px;
}


.explore-box.explore-box9:hover {
  background-color: #FFEFEA;
}

.explore-box.explore-box9 span {
  background-color: #FFEFEA;
}

.explore-box.explore-box9 span {
  transition: all.4s;
}

.explore-box.explore-box9:hover span {
  background-color: #FE6032;
  transition: all.4s;
  color: #fff;
}

.countries8-box-hadding.countries9-box-hadding {
  border-radius: 5px;
  background: rgba(254, 96, 50, 0.80);
}

.hadding9 h4 a {
  color: var(--Main-Text-Color, #181A1C);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
text-transform: capitalize;
display: inline-block;
transition: all.3s;
}

.hadding9 h4 a:hover {
  color: #FE6032;
  transition: all.3s;
}

/*===== home9 choose area ==== */


.explore-box.explore-box10:hover {
  background-color: #F4E5FF;
}

.explore-box.explore-bo10 span {
  background-color: #FFEFEA;
  color: #9400FF;
}

.explore-box.explore-box10 span {
  transition: all.4s;
}

.explore-box.explore-box10:hover span {
  background-color: #9400FF;
  transition: all.4s;
  color: #fff;
}

.explore-box.explore-box10 span {
  color: #9100f9;
}

.countries8-box-hadding.countries10-box-hadding {
  border-radius: 5px;
background: rgba(148, 0, 255, 0.80);
}




.testimonial10 .owl-nav button.owl-next, .testimonial10 .owl-carousel .owl-nav button.owl-prev, .testimonial10 .owl-carousel button.owl-dot {
  background-color: #FFF;
filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  color: #181A1C;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}

.testimonial10 .owl-nav button.owl-next:hover, .testimonial10 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial10 .owl-carousel button.owl-dot {
  background-color: #9400FF;
  filter: none;
  color: #fff;
  transition: all.4s;
}

.testimonial10 .owl-nav {
  text-align: center;
  margin-top: 40px;
}

.main-menu-ex.main-menu-ex10 .mega-menu-items-button a {
  padding: 0;
  color: #fff;
}

.main-menu-ex.main-menu-ex10 .mega-menu-items-button a:hover {
  color: #fff;
}

.team4-icons.team4-icons10 li a:hover {
  background-color: #9400FF;
}

.hero11-main-images {
  position: relative;
  height: 500px;
}

/* =======================
-======HOME 10 ALL ==== 
==========================*/



/* =======================
-======HOME 11 ALL ==== 
==========================*/

.hero11-shape1 {
  position: absolute;
  top: 100px;
  left: 60px;
}

.hero11-shape2 {
  position: absolute;
  bottom: 100px;
  left: 60px;
}

.hero11-shape3 {
  position: absolute;
  top: 100px;
  right: 60px;
}

.hero11-shape4 {
  position: absolute;
  bottom: 100px;
  right: 60px;
}

.team-details-hadding.hadding {
  padding-left: 20px;
}

.hero11-img2 {
    position: absolute;
    top: 20px;
    right: 20px;
}

.hero11-img1 {
  position: absolute;
  top: 0;
  right: 0;
}
.hero11-shape5 {
  position: absolute;
  top: -50px;
  left: 0;
}


a.contact2-learn {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
}

.contact-page2-box.active {
  background: #131741;
}

.contact-page2-box.active:hover {
  background: orange;
}

.contact-page2-box.active .contact-page2-icon-box {
  background: #fff;
}

.contact-page2-box.active .contact-page2-icon-box img {
  filter: none;
}




.contact-page2-box.active .contact-page2-hadding h4 {
  color: #fff;
}

.contact-page2-box.active .contact-page2-hadding a {
  color: #fff;
}


.contact-page2-input input {
  FONT-VARIANT: JIS04;
  padding: 13px;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 24px;
}

.contact-page2-input textarea {
  FONT-VARIANT: JIS04;
  padding: 13px;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 24px;
}

.nice-select.wide.contact-page2-select {
  height: 51px;
  line-height: 51px;
  color: #878282;
  font-size: 16px;
  font-weight: 400;
}

.contact-page-main-hadding span {
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
}

.contact-page-main-hadding h1 {
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}

.contact-page-main-hadding p {
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}


.contact-page2-button {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  border: none;
  padding: 18px 24px;
  border-radius: 5px;
  background-color: #131741;
  transition: all.4s;
}

.contact-page2-button:hover {

  transform: translateY(-5px);
  transition: all.4s;
  color: #fff;
  background-color: #f99f1c;
}

/* =======================
-======HOME 11 ALL ==== 
==========================*/



/* =======================
-======HOME 12 ALL ==== 
==========================*/



.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 900px;
}

video {
  min-width: 100%;
  min-height: 900px;
  z-index: -3;
  position: absolute;
}

.overlay {
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 3px 3px;
  z-index: -1;
}

.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  z-index: -1;
  background: rgb(22,16,25);
background: linear-gradient(90deg, rgba(22,16,25,0.9023984593837535) 0%, rgba(25,13,30,0.6250875350140056) 50%, rgba(7,4,8,0.21332282913165268) 100%);

}
.overlay2 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #131741;
}

.hero13-main-hadding .main-hadding7 h1 {
  font-size: 56px;
  line-height: 62px;
}
/* 
.hero13-image-slider {
  position: absolute;
  top: 0;
  left: 0;
} */

.hero13-single-slider img {
  height: 600px;
}

.hero13-image-slider.foter-carousel.slick-initialized.slick-slider {
  margin-top: 55px;
}


.progress-list-box:hover .progress4-hadding, .nav-link.active .progress-list-box .progress4-hadding.hadding7.hadding12 h4 {
  color: #DE8E59;
  transition: all.4s;
}

.hadding7.hadding12.progress4-hadding h4:hover {
  color: #DE8E59;
}

.progress-list-box:hover .progress-list-number.progress-list-number3 h4 span {
  color: #DE8E59;
}

.progress-list-box:hover .progress4-hadding, .nav-link.active .progress-list-box .progress-list-number.progress-list-number3 h4 span {
  color: #DE8E59;
  opacity: 1;
}



.tes12 .owl-dots {
  position: absolute;
  bottom: -55px;
  width: 100%;
  right: 0;
  text-align: center;
}

.tes12 .owl-dots button {
  position: relative;
  border: 3px solid #F8F8FA !important;
}

.tes12 .owl-dots button:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #DE8E59;
  z-index: -1;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

.tes12 .owl-dots button.active {
  background-color: #DE8E59;
}

.tes12 .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}

.tes12 .owl-dots button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  height: 12px;
  line-height: 10px;
  width: 12px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background-color: #D9D9D9;
}

.blog1-hadding.blog12-hadding h6 a:hover {
  color: #DE8E59;
  transition: all.4s;
}
.blog1-hadding.blog12-hadding {
  transition: all.4s;
}

.blog1-box.blog1-box7:hover .blog1-hadding.blog12-hadding {
  background-color: #FFE3D1;
  transition: all.4s;
}

.learn-more7.learn-more12:hover span {
  color: #DE8E59;
}


.contact-map.contact-map12::after {
  background-color: #DE8E59;
}

.contact7-icon-box.contact7-icon-box12 {
  background-color: #FFEFE4;
}

.contact7-icon-box.contact7-icon-box12:hover {
  background-color: #FFE3D1;
}

.testimonial-arrows .slick-arrow button {
  background: none;
  border: none;
  height: 60px;
  width: 60px;
  color: #ffffffad;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff80;
  transition: all.4s;
  position: relative;
  z-index: 99;
}

.testimonial-arrows .slick-arrow button:hover {
  background-color: #ffffffb0;
  color: #02341c;
  transition: all.4s;
}

.testimonial-arrows .testimonial-prev-arrow.slick-arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -31px;
}

.testimonial-arrows .testimonial-next-arrow.slick-arrow {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -31px;
}


.team1-lest.team1-lest12 li a:hover {
  background-color: #DE8E59;
  border: 1px solid #DE8E59;
}

.team1-hadding.team1-hadding13 h4 a:hover {
  color: #DE8E59;
}

.testimonial1-bottom-hadding.testimonial1-bottom-hadding13 h5 a {
  font-size: 20px;
}
/* =======================
-======HOME 12 ALL ==== 
==========================*/





.testimonial13 .owl-nav button.owl-next, .testimonial13 .owl-carousel .owl-nav button.owl-prev, .testimonial13 .owl-carousel button.owl-dot {
  background-color: #FFF;
filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  color: #181A1C;
  border: none;
  font: inherit;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all.4s;
}

.testimonial13 .owl-nav button.owl-next:hover, .testimonial13 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial13 .owl-carousel button.owl-dot {
  background-color: #DE8E59;
  filter: none;
  color: #fff;
  transition: all.4s;
}

.testimonial13 .owl-nav {
  text-align: center;
  margin-top: 40px;
}


.quick_contact_content a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all.4s;
}

.quick_contact_content a:hover {
  color: #d88960;
  transition: all.4s;
}

.quick_contact_content small {
  color: #ffffffeb;
  font-size: 14px;
  font-weight: 400;
}

.quick_contact_icon.bg-27 {
  height: 50px;
  width: 50px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 10px;
  transition: all.4s;
}

.quick_contact {
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.quick_contact:hover .quick_contact_icon.bg-27 {
  background-color: #d88960;
  border: 1px solid #d88960;
  transition: all.4s;
}





/* =======================
-======PREVIEW ALL ==== 
==========================*/



.preview-hero {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 800px;
}


.preview-hadding h1 {
  color: #181A1C;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  text-transform: capitalize;
}

.preview-hadding {
  padding-top: 80px;
}

.preview-hadding p {
  color: #747171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.preview-main-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.header-element1 {
  position: absolute;
  bottom: 100px;
  left: 0;
}
.header-element2 {
  position: absolute;
  top: 100px;
  right: 0;
}


.counter-preview-box {
  background-color: #FEF2F6;
  padding: 40px;
  margin-left: 10px;
  transition: all.4s;
  border-radius: 5px;
}

.counter-preview-box:hover {
  background-color: #131741;
  transform: translateY(-10px);
}

.counter-preview-box:hover h1 {
  color: #fff;
  transition: all.4s;
}

.counter-preview-box:hover p {
  color: #fff;
  transition: all.4s;
}

.counter-preview-box h1 {
  color: #0B1220;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
  transition: all.4s;
}

.counter-preview-box p {
  color: #0B1220;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
}

.preview-box-img {
  position: relative;
}

.counter-preview-box {
  margin-top: 30px;
}

.preview-box-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1D2940;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
}

.preview-buttons {
  position: absolute;
  top: 50%;
  left: -50%;
  right: -50%;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
  z-index: 99;
}

.home-page-preview-box {
  margin-top: 50px;
}

.home-page-preview-box._relative:hover .preview-box-img::after {
  visibility: visible;
  opacity: 0.6;
  transition: all.4s;
}

.home-page-preview-box._relative:hover .preview-buttons {
  opacity: 1;
  visibility: visible;
  margin-top: -100px;
}

.preview-box-hadding {
  background-color: #FDCCDB;
  padding: 16px;
  border-radius: 5px;
  margin-top: 24px;
}
.preview-box-hadding h4 a {
  color: #0B1220;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}

.preview-box-hadding2 h4 a {
  color: #0B1220;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  display: inline-block;
  margin-top: 30px;
}



.preview-buttons2 {
  position: absolute;
  top: 50%;
  left: -50%;
  right: -50%;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
  z-index: 99;
}

.home-page-preview-box._relative:hover .preview-buttons2 {
  opacity: 1;
  visibility: visible;
  margin-top: -60px;
}


.preview-features-box {
  background-color: #2F3133;
  border-radius: 5px;
padding: 40px;
margin-top: 30px;
transition: all.4s;
}

.preview-features-box:hover {
  transform: translateY(-10px);
  transition: all.4s;
  background-color: #131741;
}

.preview-features-box p {
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 125% */
}

.features-box-icon {
  background-color: #444647;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
  border-radius: 2px;
  transition: all.4s;
}

.preview-features-box:hover .features-box-icon {
  background-color: #FF6779;
  transition: all.4s;
}

/* =======================
-======PREVIEW ALL ==== 
==========================*/

/* =======================
-======RTL ALL ==== 
==========================*/

.rtl-body .hero1-all-images.text-end {
  margin-right: 196px;
}

.countries.rtl .countrie-box .countrie-hadding {
  padding-right: 24px;
}

.testimonial1.rtl .testimonial1-bottom-hadding {
  padding-right: 24px;
}

.rtl-body .main-hadding1 p span {
  margin-left: 12px;
}

.rtl-body .story-hadding1 {
  padding-left: 50px;
}

.rtl-body .story-hadding2::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 0;
  width: 2px;
  height: 100%;
  background-image: url(../img/shapes/story-boder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.rtl-body .contact-icon {
  padding-left: 10px;

}

.rtl-body .single-footer ul li a span {
  visibility: hidden;
  opacity: 0;
}

.rtl-body .single-footer ul li a {
  overflow: hidden;
  padding-right: 0;
}

.rtl-body .single-footer ul li a:hover span {
  visibility: visible;
  opacity: 1;
}

.rtl-body .single-footer ul li a:hover {
  transform: translateX(-10px);
}

.rtl-body .single-footer ul li a {
  overflow: hidden;
  margin-right: -24px;
}

.rtl-body ul.sub-menu-all {
  background: rgb(255, 255, 255);
  width: 110%;
  margin-left: -220px;
  padding: 10px;
  border-radius: 5px;
  margin-top: -40px;
}

.rtl-body .about-box-icon {
  margin-left: 12px;
}

.rtl-body li.has-dropdown.has-dropdown1 span {
  position: absolute;
  left: 10px;
  right: auto;
}

.rtl-body .contact1-hadding {
  padding-left: 0;
  padding-right: 30px;
}

 .visa-feature-box {
              background: #fff;
              min-height: 90px;
              display: flex;
              align-items: center;
              border-radius: 12px;
              box-shadow: 0 2px 12px rgba(25,118,210,0.08);
              padding: 18px 18px;
              height: 100%;
            }
            .visa-feature-icon {
              color: #1976d2;
              font-size: 1.5rem;
              margin-right: 16px;
              flex-shrink: 0;
            }
            .visa-feature-text {
              font-weight: 500;
              font-size: 1rem;
              line-height: 1.4;
            }

/* =======================
-======RTL ALL ==== 
==========================*/


   