@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Keep Calm Med';
  src: url('../fonts/KeepCalm-Medium.woff2') format('woff2'),
    url('../fonts/KeepCalm-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

a:focus {
  text-decoration: none;
}

body {
  font-family: 'Poppins';
}

.container {
  max-width: 1175px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none;
}

.mobile-menu .circle {
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #50223C;
  font-size: 16px;
  right: 5px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #50223C;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 10px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}

.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #fff;
  width: 100%;
}

/*.mobile-menu .nve
Menu h1 {
  color: #000;
  font-weight: 700;
  }*/
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.mobile-menu .navlinks li {
  display: block;
  padding: 12px 0;
  position: relative;
}

.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  position: relative;
}

.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}

/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}

/* PRELOADER END */
.active-class {
  border: 2px solid #000;
}

/* ******************header************ */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none !important;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  transition-duration: .5s;
}

.dropdown:hover .dropdown-content {
  display: block !important;
  transition-duration: .5s;
}

.header {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #00000029;
  padding: 10px 0;
}

.header-contact:hover {
  transform: scale(1.1);
  transition-duration: .3s;
}

.navigation ul li .secondry-menu {
  display: none;
  width: max-content;
  position: absolute;
  border: 1px solid #d3d0cf;
  height: auto !important;
  top: 35px;
  z-index: 1;
  text-align: left;
  background-size: cover;
  box-shadow: 0 15px 35px #00000029;
  border-radius: 10px;
  opacity: 1;
  padding: 0;
  background-color: rgb(255 255 255 / 36%);
  backdrop-filter: blur(24px);
}

.navigation ul li .secondry-menu li {
  float: none;
  padding: 8px 20px 8px 28px;
  /* border-bottom: 1px solid #50223C; */
  position: relative;
}

.navigation ul li .secondry-menu li a {
  display: block;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #50223C;
}

.navigation ul li .secondry-menu li a:hover {
  color: #ffffff;
}

.navigation ul li.active {
  pointer-events: none;
}

.navigation ul li .secondry-menu li:before {
  position: absolute;
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: 800;
  top: 5px;
  left: 10px;
  font-size: 17px;
  transition-duration: .3s;
  color: #50223C;
}

.navigation ul li>ul li:hover::before {
  color: #fff;
  transition-duration: .3s;
  left: 14px;
}

.navigation ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 20px; */
}

.navigation ul li {
  position: relative;
}

.navigation ul li a {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .5s;
}

.header-contact {
  background: #50223C;
  padding: 5px 6px;
  border-radius: 0px 20px 20px 0px;
  /* margin-top: 15px; */
  transform: scale(1);
  transition-duration: .3s;
}

.header-contact a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}

.navigation ul li>ul li:hover {
  background: #50223C;
}

.navigation ul li>ul li:hover a {
  color: #fff;
}

.navigation ul li>ul li:last-child {
  border-bottom: none;
}

.sticky {
  position: static;
  z-index: 2;
  transition: all 0.4s ease;
  width: 100%;
}

.mobile-menu .navlinks ul li>ul {
  display: none;
  position: absolute;
  width: 150px;
  border: 1px solid #50223C;
  height: auto !important;
  background: #fff;
  top: 35px;
  z-index: 1;
  text-align: left;
}

.mobile-menu .navlinks ul li:hover>ul {
  display: block;
}

.mobile-menu .navlinks ul li>ul li a {
  display: block;
  color: #000;
  font-size: 12px;
}

.mobile-menu .navlinks ul li>ul li {
  float: none;
  padding: 10px 15px;
  border-bottom: 1px solid #50223C;
}

.mobile-menu .navlinks ul li>ul li:last-child {
  border: none;
}

.mobile-menu .navlinks ul li>ul li:hover {
  background: #f69323;
}

.mobile-menu .navlinks ul li>ul li a:hover {
  color: #fff;
}



body::-webkit-scrollbar {
  width: 9px;
}

body::-webkit-scrollbar-track {
  background: #50223C;
}

body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

.navigation .active {
  color: #50223C;
}


.mobile-menu .dropdown ul {
  border: 1px solid #918d8d;
  padding: 0;
  height: 148px;
  overflow: auto;
}

.mobile-menu .dropdown ul li {
  padding: 12px 13px;
  border-bottom: 1px solid #918d8d;
  transition-duration: .3s;
}

.mobile-menu .dropdown ul li:last-child {
  border: none;
}

.mobile-menu .dropdown ul li:hover {
  background: #50223C;
  transition-duration: .3s;
}

.mobile-menu .dropdown ul li:hover a {
  color: #fff;
  transition-duration: .3s;
}


.mobile-menu .dropdown ul::-webkit-scrollbar {
  width: 5px;
}

.mobile-menu .dropdown ul::-webkit-scrollbar-track {
  background: #50223C;
  border-radius: 20px;
}

.mobile-menu .dropdown ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

.mobile-menu .dropdown ul li a {
  font-size: 13px;
}

.navigation ul li i {
  padding-left: 3px;
}

/*home-banner*/
.main-sec {
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}

.main-left h2 {
  color: #50223C;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-left h1 {
  color: #1C2340;
  font-size: 32px;
  font-family: 'Keep Calm Med';
  line-height: 48px;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 16px;
}

.main-left-btns ul li button:hover {
  border: 2px solid #1C2340;
  background: transparent;
  color: #50223C !important;
  transition-duration: .3s;
}

.main-left-btns ul li:nth-child(2) button:hover {
  border: 2px solid #50223C;
  background: #50223C;
  color: #fff;
}

.main-left h1:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background: #50223C;
  bottom: 0;
}

.main-left p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.main-left-btns ul {
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.main-left-btns ul li {
  margin-right: 20px;
  list-style: none !important;
  width: auto !important;
}

.main-left h1 span {
  color: #50223C;
}

.main-left-btns ul li button {
  width: 180px;
  border: 2px solid #50223C;
  background: #50223C;
  padding: 9px 0;
  border-radius: 5px;
  color: white !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  animation-name: pulse-2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.main-left-btns ul li:nth-child(2) button {
  border: 2px solid #1C2340;
  background: transparent;
  color: #1C2340;
  padding: 6px 0;
}

.main-left-img img {
  position: absolute;
  bottom: 20px;
  margin-left: 50px;
}

/*slider-logos*/
.logos-sec {
  background: #FAF1E4;
  padding: 30px 0 70px;
  height: 196px;
  position: relative;
}

.logos-carousel-slider img {
  width: 100% !important;
}

.logo-contact-sec {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 15px;
  padding: 35px 30px;
  position: relative;
  top: 23px;
}

.logo-contact-sec input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #0000004D;
  border-radius: 5px;
  padding: 8px 5px 9px 46px;
  width: 232px;
  font-size: 15px;
}

.logo-contact-name {
  position: relative;
}

.logo-contact-email {
  position: relative;
}

.logo-contact-phone {
  position: relative;
}

.logo-contact-name:before {
  width: 22px;
  position: absolute;
  content: '';
  background: url(../images/user.webp);
  height: 22px;
  top: 11px;
  left: 11px;
}

.logo-contact-email:before {
  width: 28px;
  position: absolute;
  content: '';
  background: url(../images/envlope.webp);
  height: 18px;
  top: 11px;
  left: 11px;
}

.logo-contact-phone:before {
  width: 20px;
  position: absolute;
  content: '';
  background: url(../images/phone.webp);
  height: 20px;
  top: 11px;
  left: 11px;
}

.logo-contact-sec button {
  background: #FD5900 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #50223C;
  font-size: 18px;
  padding: 6px 26px;
}

/*about-counter sec*/
.about-us-sec {
  padding: 120px 0 80px;
}

.abt-img {
  position: relative;
}

.abt-img:before {
  position: absolute;
  content: '';
  width: 433px;
  height: 411px;
  top: -70px;
  left: -113px;
  z-index: -1;
}


.abt-text h2 {
  font-size: 100px;
  position: absolute;
  color: #1C234017;
  font-weight: 600;
  letter-spacing: 7px;
  text-align: left;
  top: 0;
  left: -11px;
}

.abt-text {
  margin-top: 50px;
  position: relative;
}

.abt-text h3 {
  color: #50223C;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
  padding-top: 50px;
  margin-bottom: 15px;
}

.abt-text h3:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  background: #50223C;
  left: -8px;
}

.abt-text h4 {
  font-size: 30px;
  font-family: 'Keep Calm Med';
  color: #50223C;
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase;
  padding-top: 25px;
}

.abt-text p {
  color: #1C2340;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.abt-text h4:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #50223C;
  bottom: -20px;
}

.abt-three-btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.abt-three-btns li {
  display: flex;
  align-items: center;
}

.abt-us-ic {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #7070704D;
  border-radius: 5px;
  padding: 5px;
  margin-right: 13px;
}

.abt-us-ic img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.abt-us-text h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.abt-us-text h6 {
  font-size: 11px;
  font-weight: 600;
  color: #000;
}


/*servicess slider*/
.servicess {
  padding: 90px 0;
  background-size: cover;
  background-position: top;
}

.services-head {
  text-align: center;
  position: relative;
}

.services-head h2 {
  position: absolute;
  line-height: 124px;
  top: 0;
  display: inline-block;
  font-size: 180px;
  left: 0;
  right: 0;
  color: #1C23401f;
  text-transform: uppercase;
}

.services-head h3 {
  color: #50223C;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.services-head h4 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  margin-bottom: 35px;
  text-transform: uppercase;
  padding-top: 40px;
}

.servcies-items {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 36px;
  padding: 30px 12px;
  text-align: center;
}

.servcies-items p {
  font-size: 13px;
  font-weight: 400;
  color: #1C2340;
  line-height: 21px;
}

.servcies-items h3 {
  color: #002768;
  font-size: 15px;
  margin-bottom: 17px;
}

.ultimited-sec h2 {
  font-size: 93px;
  position: absolute;
  color: #1C234017;
  font-weight: 600;
  letter-spacing: 7px;
  text-align: left;
  top: 0;
  left: -51px;
  word-break: break-all;
  height: 130px;
  overflow: hidden;
}

.ultimited-sec {
  padding: 60px 0 90px;
}

/*cta*/
.great-engagment {
  padding: 40px 0px;
  background-size: cover;
  background-position: 100%;
  position: relative;
}

.great-engagment-text {
  text-align: center;
}

.great-engagment-text h2 {
  font-size: 30px;
  color: #1C2340;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.great-engagment-text h2:before {
  position: absolute;
  content: '';
  background: #600808;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.great-engagment-text p {
  font-size: 14px;
  color: #1C2340;
  font-weight: 500;
  margin-bottom: 20px;
}

.great-engagment-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 61%;
  margin: 0 auto;
}

.great-engagment-text ul li button {
  background: transparent;
  padding: 8px 17px;
  border-radius: 5px;
  color: #000;
  border: 2px solid #1C2340;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  animation-name: pulse-2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.great-engagment-text ul li:nth-child(3) button {
  color: #fff;
  border: 2px solid#fc5900;
  background: #fc5900;
  padding: 8px 17px;
}

.great-engagment:before {
  bottom: 0;
  position: absolute;
  content: '';
  height: 303px;
  width: 242px;
  left: 0;
}

.great-engagment:after {
  bottom: 0;
  position: absolute;
  content: '';
  height: 281px;
  right: 0;
  width: 322px;
}

/* leader boxes */
.leader {
  background: #50223C;
  padding: 80px 0;
}

.leader-head {
  text-align: center;
  position: relative;
}

.leader-head h3 {
  font-size: 34px;
  font-family: 'Keep Calm Med';
  color: #ffffff;;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.leader-head h2 {
  position: absolute;
  line-height: 144px;
  top: 0;
  display: inline-block;
  font-size: 190px;
  left: 0;
  right: 0;
  color: #1C23401f;
}

.leader-head h3:before {
  position: absolute;
  content: '';
  background: #50223C;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.leader-head p {
  font-size: 14px;
  color: #1C2340;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.leader-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px #0000001A;
  border: 1px solid #7070704D;
  border-radius: 7px;
  transition-duration: .3s;
  padding: 40px 30px;
}

.leader-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #50223C;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.leader-box img {
  margin-bottom: 15px;
}

.leader-box h4:before {
  position: absolute;
  content: '';
  background: #1C2340;
  width: 30px;
  height: 2px;
  bottom: 0;
}

.leader-box p {
  color: #1C2340;
  font-size: 16px;
  font-weight: 500;
}

.leader-box:hover {
  background: #1C2340;
  transition-duration: .3s;
}

.leader-box:hover h4 {
  color: #fff;
  transition-duration: .3s;
}

.leader-box:hover p {
  color: #fff;
  transition-duration: .3s;
}

.leader-box:hover h4:before {
  background: #fff;
  transition-duration: .3s;
}

.leader-box:hover img {
  filter: brightness(10);
  transition-duration: .3s;
}



/* Portfolioo*/
.portfolio {
  padding: 80px 0;
}

.p-back-1 {
  background-size: cover !important;
  background-position: 100% !important;
  background-repeat: no-repeat !important;
}

.p-back-2 {
  background-size: cover !important;
  background-position: 100% !important;
  background-repeat: no-repeat !important;
}

.portfolio-header {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.portfolio-header h3 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 40px;
}

.portfolio-header h2 {
  position: absolute;
  line-height: 154px;
  top: 16px;
  display: inline-block;
  font-size: 190px;
  left: 0;
  right: 0;
  color: #1C23401f;
}

.portfolio-header h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.portfolio-header p {
  font-size: 14px;
  color: #1C2340;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.portfolio-header h4 {
  color: #50223C;
  font-size: 17px;
  font-weight: 500;
}

#customers-testimonials .box {
  opacity: .2;
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .box {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
  -webkit-transform: scale3d(1.0, 1.0, 1);
}


.portfoio-box {
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 220px;
  border-radius: 22px;
  box-shadow: 0px 5px 20px #0000001a;
}

.portoflio-box-text {
  padding: 60px 20px;
  background: #ffffff9e;
  backdrop-filter: blur(32px);
}

.portoflio-box-text h3 {
  font-size: 13px;
  color: #50223C;
  margin-bottom: 5px;
  font-weight: 500;
}

.portoflio-box-text h4 {
  font-family: 'Keep Calm Med';
  color: #1C2340;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 10px;
}

.portoflio-box-text button {
  background: #50223C;
  border: none;
  color: #fff;
  font-size: 10px;
  padding: 6px 14px;
  border-radius: 5px;
}

#customers-testimonials .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 100%;
}

#customers-testimonials {
  position: relative;
}

#customers-testimonials button.owl-prev {
  position: absolute;
  left: 280px;
}

#customers-testimonials button.owl-next {
  position: absolute;
  right: 286px;
}

/* testimonials*/
.testimonials {
  background: #FAF1E4;
  padding: 80px 0;
  overflow: hidden;
}

.testi-box p::-webkit-scrollbar-thumb {
  background-color: #50223C;
  border-radius: 25px;
}

.testi-box p::-webkit-scrollbar-track {
  background-color: #1C2340;
  border-radius: 25px;
}

.testi-box p::-webkit-scrollbar {
  width: 2px;
}

.testi-head {
  text-align: center;
  position: relative;
}

.testi-head h3 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 30px;
}

.testi-head h2 {
  position: absolute;
  line-height: 134px;
  top: 0;
  display: inline-block;
  font-size: 140px;
  left: 0;
  right: 0;
  color: #1C23401f;
}

.testi-head h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testi-head p {
  font-size: 13px;
  color: #1C2340;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.testi-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin: 12px;
  height: 325px;
}

.testi-box img {
  width: 15% !IMPORTANT;
}

.testi-box h3 {
  color: #1C2340;
  font-size: 18px;
  margin: 12px 0 10px;
  font-weight: 600;
  position: relative;
  padding-bottom: 13px;
}

.testi-box h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 50px;
  height: 2px;
  bottom: 0;
}

.testi-box p {
  color: #1C2340;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  height: 110px;
  margin-bottom: 20px;
  overflow: auto;
}

.testi-box ul {
  display: flex;
}

.testi-box ul li img {
  width: 75% !important;
}

.testi-box ul li h5 {
  color: #1C2340;
  font-size: 18px;
  font-weight: 600;
}

.testi-box ul li h6 {
  color: #1C2340;
  font-size: 12px;
  font-weight: 500;
}

.testi-box:hover {
  box-shadow: 0px 3px 20px #00000014;
}

.testi-row .owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 195px !important;
  margin: 0 -50px;
  color: #50223C;
  font-size: 16px;
}

.testi-row .owl-nav button {
  background-color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}



/* Footer*/
.footer {
  padding: 60px 0 0;
  background: url(../images/);
  background-size: cover;
  background-position: 100%;
}

.footer-logo img {
  margin-bottom: 26px;
  width: 58%;
}

.footer-logo p {
  font-size: 14px;
  color: #1C2340;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}

.footer-logo ul {
  display: flex;
  align-items: center;
}

.footer-logo ul li {
  margin-right: 20px;
}

.footer-logo ul li a i {
  color: #000;
  padding: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 14px;
  width: 33px;
}

.footer-logo ul li a i {
  font-size: 15px;
  text-align: center;
}

.footer-services h3 {
  color: #1C2340;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.footer-services h3:before {
  position: absolute;
  content: '';
  background: #1C2340;
  width: 40px;
  height: 2px;
  bottom: 0;
}

.footer-services ul li {
  list-style: disc;
  margin-bottom: 6px;
}

.footer-services ul {
  padding-left: 18px;
}

.footer-services ul li::marker {
  color: #1C2340;
}

.footer-services ul li a {
  color: #1C2340;
  font-size: 13px;
  font-weight: 600;
}

.footer-payment h3 {
  color: #1C2340;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.footer-payment img {
  width: 55%;
  margin-bottom: 20px;
}

.address-bar {
  display: flex;
  margin-bottom: 14px;
}

.address-icon img {
  width: 20px;
  margin-right: 15px;
}

.address-text a {
  color: #1C2340;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright h3 {
  font-size: 13px;
  color: #1C2340;
  font-weight: 500;
}

.footer-terms ul {
  display: flex;
  align-items: center;
}

.footer-terms ul li {
  border-right: 1px solid #000;
  padding: 0 7px;
}

.footer-terms ul li a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.footer-terms ul li:nth-child(2) {
  border: none;
}


/* about us*/

.inner-banners {
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}

.inner-banner-text h2 {
  color: #50223C;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-banner-text h1 {
  color: #1C2340;
  font-size: 30px;
  font-family: 'Keep Calm Med';
  line-height: 39px;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 16px;
}

.inner-banner-text h1:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background: #50223C;
  bottom: 0;
}

.inner-banner-text p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.inner-banner-form {
  background: #edebea 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 30px #0000005C;
  border-radius: 30px;
  opacity: 1;
  backdrop-filter: blur(32px);
  padding: 30px 40px;
}

.coupan h3 {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.coupan h4 {
  background: #fc5900;
  color: #fff;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 0 20px 20px 0;
  margin-bottom: 5px;
}

.coupan h5 {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.coupan {
  width: 120px;
  border-left: 3px solid #fb5800;
}

.super-offer {
  position: relative;
}

.super-offer img {
  position: absolute;
  width: 250px;
  height: 170px;
  top: -30px;
  right: -65px;
}

.form-header {
  margin-bottom: 10px;
}

.inner-banner-form input {
  border: 1px solid #0000004D;
  border-radius: 5px;
  background: #edebea;
  width: 100%;
  padding: 9px 15px;
  margin-bottom: 15px;
  color: #000;
}

.inner-banner-form input::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.inner-banner-form textarea {
  border: 1px solid #0000004D;
  border-radius: 5px;
  background: #edebea;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  color: #000;
  resize: none;
}

.inner-banner-form textarea::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.inner-banner-form button {
  width: 100%;
  border: none;
  background: #50223C;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.abt-logos-sec {
  background: #FAF1E4;
  padding: 40px 0;
  height: 120px;
  position: relative;
}

.abt-logos-sec ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 89%;
  margin: 0 auto;
}

.abt-logos-sec ul li {
  margin: 0 40px;
}

.ultimate-abt-sec {
  background-size: cover;
  background-position: 100%;
  padding: 70px 0;
  height: 370px;
}

.abt-sec-header {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.abt-sec-header h2 {
  color: #50223C;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.abt-sec-header h3 {
  font-size: 40px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  position: relative;
  padding-bottom: 25px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 48px;
}

.abt-sec-header h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.abt-sec-header p {
  font-size: 13px;
  color: #1C2340;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.who-para {
  width: 90%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #00000029;
  border: 1px solid #7070704D;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  padding: 60px 80px;
  position: relative;
  margin-top: -120px;
}

.who-para h2 {
  font-size: 35px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.who-para h2:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.who-para p {
  font-size: 14px;
  text-align: center;
  color: #000;
}

.who-para-parts {
  margin-top: 30px;
}

.who-para-left {
  position: relative;
}

.who-para-left p {
  text-align: right;
  line-height: 25px;
}

.who-para-left:before {
  background: 0#000;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -15px;
}

.who-para-right p {
  text-align: left;
  line-height: 25px;
  margin-bottom: 10px;
}

.perspective-head {
  text-align: center;
}

.perspective-head h3 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.perspective-head h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.perspective-head p {
  font-size: 14px;
  color: #1C2340;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.perspective-inner {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #00000029;
  border: 1px solid #70707014;
  border-radius: 15px;
}

.perspective-inner img {
  border-radius: 15px;
}

.perspective-inner h3 {
  text-align: center;
  font-size: 22px;
  color: #1C2340;
  font-weight: 600;
  margin: 30px 0 15px;
  position: relative;
  padding-bottom: 15px;
}

.perspective-inner h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 30px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.perspective-inner p {
  padding: 0 30px;
  text-align: center;
  font-size: 13px;
  color: #000;
  margin-bottom: 24px;
}

.our-perspective {
  padding-bottom: 100px;
  margin-top: 70px;
}

.every-book {
  background: #FAF1E4;
  padding: 80px 0 30px;
}

.every-book-head {
  text-align: center;
  position: relative;
}

.every-book-head h2 {
  position: absolute;
  line-height: 94px;
  top: 30px;
  display: inline-block;
  font-size: 180px;
  left: 0;
  right: 0;
  color: #1C23401f;
}

.every-book-head h3 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.every-book-head h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.every-book-head p {
  font-size: 14px;
  color: #1C2340;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.every-book-inner {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #00000012;
  border: 1px solid #70707014;
  border-radius: 15px;
  padding: 35px 25px;
  position: relative;
  margin-bottom: 30px;
}

.every-book-inner h3 {
  color: #1C2340;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.every-book-inner h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 30px;
  height: 2px;
  bottom: 0;
}

.every-book-inner p {
  color: #1C2340;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  height: 70px;
  padding-right: 10px;
  overflow: auto;
}

.every-book-inner p::-webkit-scrollbar-thumb {
  background-color: #50223C;
  border-radius: 25px;
}

.every-book-inner p::-webkit-scrollbar-track {
  background-color: #1C2340;
  border-radius: 25px;
}

.every-book-inner p::-webkit-scrollbar {
  width: 3px;
}

.every-book-inner:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 23px;
  background: #fc5900;
  top: 0;
}

.service-header {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}

.service-header h3 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  position: relative;
  padding-bottom: 20px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 48px;
}

.service-header h3:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.service-header p {
  font-size: 13px;
  color: #1C2340;
  font-weight: 500;
  width: 55%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
}

.services-story {
  padding-top: 80px;
}

.proces-follow {
  background-size: cover;
  background-position: 100%;
  padding: 70px 0;
}

.process-box-inner {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px #0000001a;
  border: 1px solid #7070704D;
  border-radius: 7px;
  transition-duration: .3s;
  padding: 40px 30px;
  margin-bottom: 30px;
  height: 245px;
}

.process-box-inner h3 {
  font-size: 11px;
  color: #bbbbbd;
  margin-bottom: 3px;
}

.process-box-inner h4 {
  font-size: 27px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.process-box-inner h5 {
  color: #000;
  font-size: 17px;
  position: relative;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.process-box-inner h5:before {
  position: absolute;
  content: '';
  background: #fb5800;
  width: 40px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
}

.process-box-inner p {
  color: #000;
  font-size: 14px;
  max-height: 70px;
  padding-right: 10px;
  overflow: auto;
}

.process-box-inner p::-webkit-scrollbar {
  width: 5px;
}

.process-box-inner p::-webkit-scrollbar-track {
  background: #50223C;
  border-radius: 20px;
}

.process-box-inner p::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

/* contact page */
.contact-form {
  padding: 80px 0;
}

.contact-form-head {
  text-align: center;
}

.contact-form-head h3 {
  font-size: 40px;
  font-family: 'Keep Calm Med';
  color: #1C2340;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 25px;
}

.contact-form-head h3:before {
  position: absolute;
  content: '';
  background: #1C2340;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.contact-form-head p {
  font-size: 14px;
  color: #1C2340;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.contac-form-inner {
  box-shadow: 0px 3px 30px #00000029;
  border: 1px solid #7070704D;
  border-radius: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 50px 30px;
  text-align: center;
}

.contac-form-inner h3 {
  color: #1C2340;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}


.contac-form-inner p {
  color: #000;
  font-size: 11px;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.contac-form-inner input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #0000004D;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 10px;
}

.contac-form-inner textarea {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  resize: none;
  border: 1px solid #0000004D;
  border-radius: 5px;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 10px;
}

.contac-form-inner button {
  width: 100%;
  border: none;
  background: #50223C;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.contac-form-inner input::placeholder {
  color: #000;
  font-size: 13px;
}

.contac-side-img img {
  border-radius: 20px;
}


/*popup modal*/

.custom-modal .modal-dialog {
  max-width: 850px;
}

.custom-modal .modal-body {
  padding: 0;
}

.custom-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  background-size: cover;
  background-position: 100%;
  height: 550px;
  border: none;
}

.custom-modal .btn-close {
  position: absolute;
  right: -60px;
  opacity: 1 !important;
  color: #fd5900 !important;
  font-size: 26px;
  padding: 0;
  border-radius: 100px;
  text-align: center;
  top: 39px;
  text-shadow: none;
  z-index: 9;
  background: #ffffff;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px #ddd;
  font-weight: 600;
}

.popop-new-text h5 {
  color: #101010;
  font-size: 29px;
  margin-bottom: 16px;
  font-weight: 700;
}

.popop-new-text {
  background: #FAF1E4;
  padding: 54px 57px;
  position: relative;
  top: 25px;
  border: 1px solid #FD59004D;
  border-radius: 200px;
  left: 120px;
  box-shadow: 0 0 10px #ddd;
}

.popop-new-text input {
  width: 100%;
  padding: 6px 20px;
  border-radius: 2px;
  margin-bottom: 12px;
  border: 1px solid #707070;
  color: #000;
  background: transparent;
}

.popop-new-text textarea {
  width: 100%;
  padding: 8px 20px;
  border-radius: 2px;
  margin-bottom: 18px;
  color: #000;
  resize: none;
  background: transparent;
  height: 90px;
  border: 1px solid #707070;
}

.popop-new-text input::placeholder {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

.popop-new-text textarea::placeholder {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

.popop-new-text button {
  width: 40%;
  background: #50223C;
  border: none;
  padding: 8px 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

.popop-new-text img {
  width: 180px;
}

.popop-new-text h5 span {
  color: #50223C;
}

/*packages page*/
.packages-banner {
  height: 320px !important;
}


.pricing {
  padding: 80px 0;
}

.pkg-min-box {
  background-color: #fff;
  padding: 30px 30px 40px;
  border-radius: 10px;
  transition: all ease .5s;
  position: relative;
  border: 2px solid #d8dfe6;
  margin-bottom: 60px;
}

.pkg-top-text h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  line-height: 22px;
  color: #50223C;
  text-transform: uppercase;
}

.pkg-top-text h3 span {
  display: block;
}

.pkg-top-text p {
  font-size: 12px;
  color: #212529;
  width: 90%;
}

.pricebox {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.pricebox sup {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: #50223C;
}

.pricebox h4 {
  font-size: 51px;
  font-weight: 700;
  color: #50223C;
}

.pricebox h5 {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  padding-left: 10px;
  position: relative;
}

.pricebox h5:before {
  content: "";
  width: 90%;
  height: 2px;
  background: #6c6c6c;
  position: absolute;
  top: 6px;
  left: 8px;
}

.pricebox h5 span {
  display: block;
}

.scrollbar ul {
  margin-left: 0;
  float: left;
  height: 188px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 10px;
  overflow-x: hidden;
}

.scrollbar ul li {
  font-size: 12px;
  color: #212529;
  font-weight: 500;
  line-height: 23px;
  position: relative;
  padding-left: 13px;
}

.scrollbar ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #50223C;
  border-radius: 100%;
  top: 9px;
}

.scrollbar p {
  font-size: 12px;
  color: #212529;
  margin-left: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.scrollbar p span {
  color: #50223C;
  font-weight: 700;
}

.actions {
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.actions ul {
  display: flex;
}

.actions ul li {
  width: 50%;
  border-right: 2px solid #eee;
}

.actions ul li h3 {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.actions ul li h3 span {
  display: block;
  color: #212529;
}

.pkg-min-box button {
  width: 180px;
  padding: 11px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right top, #fd5900, #f69323);
  color: #fff;
}

.pkg-min-box:hover {
  transition: all ease .5s;
  color: #fff;
  background: transparent radial-gradient(closest-side at 50% 50%, #201a17 0, #000000 100%);
}

.pkg-min-box:hover h3, .pkg-min-box:hover p, .pkg-min-box:hover sup, .pkg-min-box:hover h4, .pkg-min-box:hover h5, .pkg-min-box:hover ul li, .pkg-min-box:hover h3 span {
  color: #fff;
  transition: all ease .5s;
}

.pkg-min-box:hover h5:before {
  background: #af1225;
}

.pkg-min-box:hover .scrollbar ul::-webkit-scrollbar-thumb {
  background: #fff;
}

.actions ul li:nth-child(2) {
  border: none;
}

.scrollbar ul::-webkit-scrollbar-thumb {
  background-color: #50223C;
  border-radius: 25px;
}

.scrollbar ul::-webkit-scrollbar-track {
  background-color: #1C2340;
  border-radius: 25px;
}

.scrollbar ul::-webkit-scrollbar {
  width: 8px;
}

.who-para-right h6 {
  color: #1C2340;
  font-size: 20px;
  margin-bottom: 7px;
}

.abt-text .main-left-btns {
  margin-top: 30px;
}

.abt-text ul li {
  list-style: circle;
  color: #1C2340;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  width: 44%;
}

.abt-text ul {
  padding-left: 20px;
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
}

/*privacy page*/
.privacy-page {
  padding: 70px 0;
}

.privacy-page h2 {
  color: #50223C;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 44px;
}

.privacy-page p {
  color: #000;
  font-size: 16px;
  margin-bottom: 29px;
}

.privacy-page ul li {
  list-style: circle;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}

.privacy-page ul {
  padding-left: 20px;
}

.privacy-page h3 {
  color: #50223C;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 12px;
}

/*btns hover*/

.logo-contact-sec button:hover {
  border: 2px solid #1C2340;
  background: transparent;
  color: #1C2340;
  transition-duration: .3s;
}

.great-engagment-text ul li button:hover {
  border: 2px solid #50223C;
  background: #50223C;
  color: #fff;
  transition-duration: .3s;
}

.great-engagment-text ul li:nth-child(3) button:hover {
  border: 2px solid #1C2340;
  background: transparent;
  color: #1C2340;
  transition-duration: .3s;
}

.footer-logo ul li:hover a i {
  background: #50223C;
  color: #fff;
  border: 1px solid #50223C;
  transition-duration: .3s;
}

.logo h3 {
  font-size: 40px;
}

.footer-logo h3 {
  padding: 0px 0 20px 0;
}
.navigation ul li a:hover {
  color: #f8931a;
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.floatbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -371px;
  top: 30%;
  font-size: 0;
  width: 420px;
  z-index: 999
}
.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
  border-radius: 3px 0 0 3px;
  border-radius: 30px 0 0 30px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: #50223C;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026
}
.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  left: -52px;
  white-space: pre;
  bottom: 87px
}
.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px
}
.floatbutton .banner-form {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 99999!important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f
}
.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0!important;
  margin: 0 0 15px 0
}
.banner-form .intl-tel-input {
  width: 100%
}
.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700
}
.banner-form h3 strong {
  font: 24px/24px Poppins, sans-serif;
  font-weight: 600
}
.ban-form input[type=submit] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-color: #fd5900
}
.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0!important;
  margin: 15px 0 0 0;
  resize: none
}
.btns_wrap {
  position: fixed;
  right: -6px
}
.btns_wrap a:hover {
  text-decoration: none!important;
  right: 0
}
.btns_wrap .call_wrap {
  width: 280px;
  border: 1px solid #fff;
  background-color: #50223C;
  position: absolute;
  right: -225px;
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
  border-radius: 30px 0 0 30px
}
.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px
}
.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  background-color: #f85700;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0 0 40px #00000026!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 30px 0 0 30px;
  z-index: 9999
}
.btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px
}
.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px
}
.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px
}
.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0
}
.fldset.inpchecbx {
  margin: 10px 0 0 0
}
.fldset p {
  font-size: 13px;
  color: #676767;
  padding: 0;
  margin: 10px 0 0 0
}
.fldset p a {
  display: block;
  padding: 5px 0 0 0;
  color: #141315;
  font-weight: 500;
  font-size: 14px
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 111;
  text-decoration: none;
  animation-name: pulse
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(37,211,102,.5)
  }

  80% {
      box-shadow: 0 0 0 14px rgba(37,211,102,0)
  }
}
@keyframes pulse-2 {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 116, 3, 0.5);
  }

  80% {
      box-shadow: 0 0 0 14px rgba(37,211,102,0)
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border: 5px solid #25d366;
  opacity: .75;
  animation-name: pulse-border
}
.btn-whatsapp-pulse, .btn-whatsapp-pulse-border::before {
  border-radius: 50%;
  padding: 25px;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse-border {
  0% {
      padding: 25px;
      opacity: .75
  }

  75% {
      padding: 50px;
      opacity: 0
  }

  100% {
      opacity: 0
  }
}
.servcies-items button {
    border: 2px solid #50223C;
    background: #50223C;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    animation-name: pulse-2;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.floating-discount a {
  position: fixed;
  bottom: 40px;
  z-index: 9999;
  text-align: center;
  background: #50223C;
  padding: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 20px;
  animation: .5s infinite alternate scrollDownAnimation,2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
  -webkit-animation: .5s infinite alternate scrollDownAnimation,2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  font-weight: 800;
  line-height: 20px;
  border: 1px solid #7c490d;
}

@keyframes scrollDownAnimation {
  from {
      transform: translateY(0)
  }

  to {
      transform: translateY(-10px)
  }
}

@-webkit-keyframes scrollDownAnimation {
  from {
      transform: translateY(0)
  }

  to {
      transform: translateY(-10px)
  }
}

.servcies-items img {
    width: 30% !important;
    margin: 0 auto;
    margin-bottom: 18px;
}
section.new-patner {
  background: #50223C;
  padding: 40px 0;
}

.new-pater-txt h2 {
  font-size: 17px;
  color: #fff;
}

.new-pater-txt h2 span {
  color: #fff;
}

.new-pater-btn button {
  border: 2px solid #ffffff;
  background: transparent;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px;
  transition: .8s;
}

.new-pater-btn button:hover {
  background: #000;
}
.logos-contact {
    display: none;
}
.logos-sec.home-logo-sec .logos-contact {
    display: block;
}

.diclamer h2 {
    font-size: 18px;
    text-align: center;
    padding-left: 14px;
}

.diclamer ul {display: flex;align-items: center;margin: 0 auto;justify-content: center;padding-top: 17px;}


.diclamer ul li img {
    width: 40%;
    margin: 0 auto;
    display: flex;
    animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
    -webkit-animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
    float: right;
}

.diclamer {
    border-top: 1px solid #000;
}


.footer-terms ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}