@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;
}
html, body{
    overflow-x:hidden;
}

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: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #172f2c;
  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: #172f2c;
  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-image: url('../images/preloader.gif');
  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: 15px 0;
      z-index: 2;
    position: relative;
}

.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: 0px;
  opacity: 1;
  padding: 0;
  background-color: rgb(255 255 255);
  backdrop-filter: blur(24px);
}

.navigation ul li .secondry-menu li {
  float: none;
  padding: 8px 20px 8px 28px;
  /* border-bottom: 1px solid #172f2c; */
  position: relative;
}

.navigation ul li .secondry-menu li a {
  display: block;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #172f2c;
}

.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: #172f2c;
}

.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;
  line-height:1;
}

.navigation ul li a {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .5s;
}

.header-contact {
  background: #172f2c;
  padding: 5px 6px;
  border-radius: 6px;
  /* 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: #172f2c;
}

.navigation ul li>ul li:hover a {
  color: #fff;
}

.navigation ul li>ul li:last-child {
  border-bottom: none;
}

.sticky {
  position: fixed;
  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 #172f2c;
  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 #172f2c;
}

.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;
}


/**/


.procces {
    padding-bottom: 40px;
}

.about-us-sec.process-sec {
    padding: 50px 0 80px 0 ;
}


body::-webkit-scrollbar {
  width: 9px;
}

body::-webkit-scrollbar-track {
  background: #172f2c;
}

body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

.navigation .active {
  color: #172f2c;
}


.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: #172f2c;
  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: #172f2c;
  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;
}
.navigation ul li i, .navigation ul li i:before{
    line-height:unset !important;
    vertical-align: text-top;
}
.about-sub-h {
    text-align:  center;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    line-height: 22px;
}
/*home-banner*/

/*event banner start*/
.main-sec {
  background: url(../images/ebook-banner1.webp);
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  background-size:cover;
  background-position:center center;
}
/*valentine banner start*/

/*.main-sec {*/
/*  background: url(../images/hampton-publishers-valentine-banner.jpg);*/
/*}*/
/*.main-sec::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: #00000078;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*valentine banner end*/
/*.main-sec {*/
/*  background: url(../images/ebook-banner1-1.jpg);*/
/*  height: 600px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/
.main-sec .container {
    z-index: 1;
}
/*.main-sec {*/
  /*background: url(../images/hampton-publishers-c-banner.jpg);*/
/*  background: url(../images/new-year-banner-4.webp);*/
/*  height: 600px;*/
/*  display: flex;*/
/*      background-size: cover;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/
/*.main-sec::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #00000057;*/
/*}*/
/*event banner end*/
.main-left h2 {
  color: #172f2c;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-left h1 {
  color: #ffffff;
  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,  .main-left-btns ul li a:hover{
  border: 2px solid #ffffff;
  background: #172f2c;
  color: #ffffff;
  transition-duration: .3s;
}

.main-left-btns ul li:nth-child(2) button:hover, .main-left-btns ul li:nth-child(2) a:hover{
  border: 2px solid #172f2c;
  background: #172f2c;
  color: #fff;
}

.main-left h1:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  /*background: #172f2c;*/
    background: #fff;
  bottom: 0;
}

.main-left p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}

.main-left-btns ul {
  display: flex;
  align-items: center;
  padding: 0 !important;
  gap:12px
}

.main-left-btns ul li {
  margin-right: 0px;
  list-style: none !important;
  width: auto !important;
}

.main-left h1 span {
  color: #172f2c;
}

.main-left-btns ul li button, .main-left-btns ul li a{
  width: 140px;
  border: 2px solid #172f2c;
  background: #172f2c;
  padding: 9px 6px;
  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;
  display: flex;
    align-items: center;
    justify-content: center;
    height:41px;
    cursor:pointer;
}

.main-left-btns ul li:nth-child(2) button, .main-left-btns ul li:nth-child(2) a{
  border: 2px solid #172f2c;
  background: transparent;
  color: #172f2c;
  padding: 6px 6px;
}

.main-left-img img {
  position: absolute;
  bottom: 119px;
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
}

/*slider-logos*/
.logos-sec {
  background: #a7803a;
  padding: 30px 0 30px;
  position: relative;
}

.logos-carousel-slider img {
  width: 100% !important;
}

.logo-contact-sec {
  
  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;
 
}

.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: #172f2c 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #172f2c;
  font-size: 18px;
  padding: 6px 26px;
}

/*about-counter sec*/
.about-us-sec {
  padding: 60px 0 0px;
}

.abt-img {
  position: relative;
}

.abt-img:before {
  position: absolute;
  content: '';
  background: url(../images/dots-before.webp);
  width: 433px;
  height: 411px;
  display: none;
  top: -70px;
  left: -113px;
  z-index: -1;
}


.abt-text h2 {
  font-size: 100px;
  position: absolute;
  color: #0f213917;
  font-weight: 600;
  letter-spacing: 7px;
  text-align: left;
  top: 0;
  left: -11px;
}

.abt-text {
  margin-top: 50px;
  position: relative;
}

.abt-text h3 {
  color: #172f2c;
  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: #172f2c;
  left: -8px;
}

.abt-text h4 {
  font-size: 30px;
  font-family: 'Keep Calm Med';
  color: #0F2139;
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase;
  padding-top: 25px;
}

.abt-text p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.abt-text h4:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #172f2c;
  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;
  filter: brightness(0) saturate(100%) invert(10%) sepia(52%) saturate(491%) hue-rotate(123deg) brightness(103%) contrast(88%);
}

.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: 60px 0;
  background: url(../images/servicves-bac.webp);
  background-size: cover;
  background-position: 100%;
}

.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: #f9fbff6b;
  text-transform: uppercase;
}

.services-head h3 {
  color: #172f2c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.services-head h4 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #ffffff;
  margin-bottom: 35px;
  text-transform: uppercase;
  padding-top: 40px;
}

.servcies-items {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 30px 12px;
  text-align: center;
}

.servcies-items p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: 21px;
}

.servcies-items h3 {
  color: #002768;
  font-size: 15px;
  margin-bottom: 17px;
}

.ultimited-sec h2 {
  font-size: 93px;
  position: absolute;
  color: #0f213917;
  font-weight: 600;
  letter-spacing: 7px;
  text-align: left;
  top: 0;
  left: -0px;
  font-size: 60px;
  top: -30px;
  /*word-break: break-all;*/
  /*height: 130px;*/
  /*overflow: hidden;*/
}

.ultimited-sec {
  padding: 60px 0;
}

/*cta*/
.great-engagment {
  padding: 60px 0px;
  background: url(../images/engagement-back.webp);
  background-size: cover;
  background-position: 100%;
  position: relative;
}

.great-engagment-text {
  text-align: center;
}

.great-engagment-text h2 {
  font-size: 30px;
  color: #f9f9f9;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.great-engagment-text h2:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.great-engagment-text p {
  font-size: 14px;
  color: #f4f4f4;
  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, .great-engagment-text ul li a{
  background: transparent;
  padding: 8px 17px;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #e1e1e1;
  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) a {
  color: #172f2c;
  border: 2px solid#172f2c;
  background: #ffffff;
  padding: 8px 17px;
}

.great-engagment:before {
  bottom: 0;
  background: url(../images/marten.png);
  position: absolute;
  content: '';
  height: 300PX;
  background-repeat: no-repeat;
  width: 242px;
  left: 0;
  TOP: 30PX;
}

.great-engagment:after {
  bottom: 0;
  background: url(../images/ebook.png);
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  height: 308px;
  right: 0;
  width: 291px;
  background-size: contain;
    background-position: center center;
}

/* leader boxes */
.leader {
  padding: 60px 0;
}

.leader-head {
  text-align: center;
  position: relative;
}

.leader-head h3 {
  font-size: 34px;
  font-family: 'Keep Calm Med';
  color: #0F2139;
  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: #0f21391f;
}

.leader-head h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.leader-head p {
  font-size: 14px;
  color: #0F2139;
  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:30px;
  height:100%;
}

.leader-box h4 {
  font-size: 14px;
  font-weight: 600;
  color: #0F2139;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.leader-box img {
  margin-bottom: 15px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(52%) saturate(491%) hue-rotate(123deg) brightness(103%) contrast(88%);
}

.leader-box h4:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 30px;
  height: 2px;
  bottom: 0;
}

.leader-box p {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

.leader-box:hover {
  background: #172f2c;
  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: 60px 0;
  background:#f5f5f5;
}
.portfolio-type-box .box-menu ul li a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.25rem;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #ffffff4d;
    border-radius: 40px;
    color: #fffc;
    background: #997230;
}
.portfolio-type-box .box-menu ul li.active a{
    background: #172f2c;
    color: #fff;
}
.PortfolioSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.PortfolioSwiper .swiper-wrapper .swiper-slide img{
    height:100%;
    border-radius:15px;
}
.p-back-1 {
  background: url(../images/portfolio-2.webp) !important;
  background-size: cover !important;
  background-position: 100% !important;
  background-repeat: no-repeat !important;
}

.p-back-2 {
  background: url(../images/portfolio-3.webp) !important;
  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: #0F2139;
  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: #0f21391f;
}

.portfolio-header h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.portfolio-header p {
  font-size: 14px;
  color: #0F2139;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.portfolio-header h4 {
  color: #172f2c;
  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: #0369d742;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 321px;
  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: #172f2c;
  margin-bottom: 5px;
  font-weight: 500;
}

.portoflio-box-text h4 {
  font-family: 'Keep Calm Med';
  color: #0F2139;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 10px;
}

.portoflio-box-text button {
  background: #172f2c;
  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 {
  
  padding: 60px 0;
  overflow: hidden;
}

.testi-box p::-webkit-scrollbar-thumb {
  background-color: #172f2c;
  border-radius: 25px;
}

.testi-box p::-webkit-scrollbar-track {
  background-color: #000000;
  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: #0F2139;
  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: #0f21391f;
}

.testi-head h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testi-head p {
  font-size: 13px;
  color: #0F2139;
  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: #0F2139;
  font-size: 18px;
  margin: 12px 0 10px;
  font-weight: 600;
  position: relative;
  padding-bottom: 13px;
}

.testi-box h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 2px;
  bottom: 0;
}

.testi-box p {
  color: #000000;
  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;
  border-radius: 50%;
}

.testi-box ul li h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.testi-box ul li h6 {
  color: #000000;
  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: #172f2c;
  font-size: 16px;
}

.testi-row .owl-nav button {
  background-color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}



/* Footer*/
.footer {
  padding: 40px 0 0;
  background-color: #172f2c;
  color: #fff;
}

.footer-logo img {
    margin-bottom:15px;
}
.footer-logo img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(99%) saturate(0%) hue-rotate(214deg) brightness(107%) contrast(100%);
}

.footer-logo p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}

.footer-logo ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-logo ul li {
  margin-right: 20px;
}

.footer-logo ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius:50%
}
.footer-logo ul li a img{
    filter: unset;
    margin-bottom:0;
    width:30px;
    height: auto;
}
.footer-services h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.footer-services h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  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: #fff;
}

.footer-services ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform:capitalize;
}

.footer-payment h3 {
  color: #ffffff;
  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: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}

.footer-bottom {
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright h3 {
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}

.footer-terms ul {
  display: flex;
  align-items: center;
}

.footer-terms ul li {
  border-right: 1px solid #fff;
  padding: 0 7px;
}

.footer-terms ul li a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}

.footer-terms ul li:nth-child(2) {
  border: none;
}


/* about us*/

.inner-banners {
  background: url(../images/inner.webp);
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}

.inner-banner-text h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-banner-text h1 {
  color: #ffffff;
  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: #fff;
  bottom: 0;
}

.inner-banner-text p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}

.inner-banner-form {
  background: url(../images/form-bac.webp);
  box-shadow: 0px 5px 30px #0000005C;
  border-radius: 30px;
  opacity: 1;
  backdrop-filter: blur(32px);
  padding: 30px 40px;
  background-size: cover;
  background-position: 100%;
}

.coupan h3 {
  font-size: 25px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 5px;
  text-align: center;
  -webkit-animation: Color 4s ease-in-out infinite;
}

.coupan h4 {
  background: #172f2c;
  color: #fff;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 0 20px 20px 0;
  margin-bottom: 5px;
}

.coupan h5 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
}

.coupan {
}

.super-offer {
  position: relative;
}

.super-offer img {
  position: absolute;
  width: 250px;
  height: 170px;
  top: -30px;
  right: 0;
}

.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: #172f2c;
  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: none;
  background-size: cover;
  background-position: 100%;
  padding: 70px 0;
  height: 400px;
  background-color: #172f2c;
}

.abt-sec-header {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.abt-sec-header h2 {
  color: #172f2c;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.abt-sec-header h3 {
  font-size: 40px;
  font-family: 'Keep Calm Med';
  color: #ffffff;
  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: #ffffff;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.abt-sec-header p {
  font-size: 13px;
  color: #ffffff;
  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: #0F2139;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.who-para h2:before {
  position: absolute;
  content: '';
  background: #172f2c;
  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: #0F2139;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.perspective-head h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.perspective-head p {
  font-size: 14px;
  color: #0F2139;
  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: #0F2139;
  font-weight: 600;
  margin: 30px 0 15px;
  position: relative;
  padding-bottom: 15px;
}

.perspective-inner h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  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: #fff;
  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: #0f21391f;
}

.every-book-head h3 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #0F2139;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.every-book-head h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.every-book-head p {
  font-size: 14px;
  color: #0F2139;
  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: #000000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.every-book-inner h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 30px;
  height: 2px;
  bottom: 0;
}

.every-book-inner p {
  color: #000000;
  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: #172f2c;
  border-radius: 25px;
}

.every-book-inner p::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 25px;
}

.every-book-inner p::-webkit-scrollbar {
  width: 3px;
}

.every-book-inner:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 23px;
  background: #172f2c;
  top: 0;
}

.service-header {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}

.service-header h3 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #0F2139;
  position: relative;
  padding-bottom: 20px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 48px;
}

.service-header h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.service-header p {
  font-size: 13px;
  color: #0F2139;
  font-weight: 500;
  width: 55%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
}

.services-story {
  padding-top: 80px;
}

.proces-follow {
  background: url(../images/services-bac.webp);
  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: #172f2c;
  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: #172f2c;
  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: #0F2139;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 25px;
}

.contact-form-head h3:before {
  position: absolute;
  content: '';
  background: #172f2c;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.contact-form-head p {
  font-size: 14px;
  color: #0F2139;
  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: #0F2139;
  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: #172f2c;
  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: none;
  /* background-clip: padding-box; */
  /* outline: 0; */
  /* background-size: cover; */
  /* background-position: 100%; */
  /* height: 550px; */
  /* border: none; */
  border: none;
}

.custom-modal .btn-close {
  position: absolute;
  right: 20px;
  opacity: 1 !important;
  color: #172f2c !important;
  font-size: 26px;
  padding: 0;
  border-radius: 100px;
  text-align: center;
  top: 10px;
  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: #172f2c;
  font-size: 29px;
  margin-bottom: 16px;
  font-weight: 700;
}
/*event popup start*/

.popop-new-text {
  background: #172f2c;
  padding: 54px 40px;
  position: relative;
  top: 25px;
  border: 1px solid #172f2c4D;
  border-radius: 20px;
  left: 0;
  box-shadow: 0 0 10px #ddd;
}
.popop-new-text input, .popop-new-text textarea {
    background: #fff !important;
}
.pop-sub-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color:#fff;
}
.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: #fff;
  border: none;
  padding: 8px 0;
  border-radius: 2px;
  color: #172f2c;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

.popop-new-text img {
  width: 180px;
}

.popop-new-text h5 span {
  color: #172f2c;
}

/*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: #172f2c;
  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: #172f2c;
}

.pricebox h4 {
  font-size: 51px;
  font-weight: 700;
  color: #172f2c;
}

.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: #172f2c;
  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: #172f2c;
  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, #172f2c, #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: #172f2c;
  border-radius: 25px;
}

.scrollbar ul::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 25px;
}

.scrollbar ul::-webkit-scrollbar {
  width: 8px;
}

.who-para-right h6 {
  color: #0f2139;
  font-size: 20px;
  margin-bottom: 7px;
}

.abt-text .main-left-btns {
  margin-top: 30px;
}

.abt-text ul li {
  list-style: circle;
  color: #000000;
  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: #172f2c;
  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: #172f2c;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 12px;
}

/*btns hover*/

.logo-contact-sec button:hover {
  border: 2px solid #0F2139;
  background: transparent;
  color: #0F2139;
  transition-duration: .3s;
}

.great-engagment-text ul li button:hover, .great-engagment-text ul li a:hover{
  border: 2px solid #172f2c;
  background: #172f2c;
  color: #fff;
  transition-duration: .3s;
  cursor:pointer;
}

.great-engagment-text ul li:nth-child(3) button:hover, .great-engagment-text ul li:nth-child(3) a:hover{
  border: 2px solid #ffffff;
  background: transparent;
  color: #ececec;
  transition-duration: .3s;
}

.footer-logo ul li:hover a i {
  background: #172f2c;
  color: #fff;
  border: 1px solid #172f2c;
  transition-duration: .3s;
}

.logo h3 {
  font-size: 40px;
}

.footer-logo h3 {
  padding: 0px 0 20px 0;
}
.navigation ul li a:hover {
  color: #172f2c;
}

.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: #172f2c;
  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: #172f2c
}
.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: #172f2c;
  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: #172f2c;
  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 #172f2c;
  }

  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, .servcies-items a{
    border: 2px solid #172f2c;
    background: #172f2c;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff !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;
}
.floating-discount a {
  position: fixed;
  bottom: 90px;
  z-index: 9999;
  text-align: center;
  background: #172f2c;
  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)
  }
}
.main-left .main-left-btns ul li:nth-child(2) button{
  color: #fff;
}
.inner-banner-text .main-left-btns ul li:nth-child(2) button {
  color: #fff;
}
.servcies-items img {
    width: auto !important;
    margin: 0 auto;
    margin-bottom: 18px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(52%) saturate(491%) hue-rotate(123deg) brightness(103%) contrast(88%);
}
section.new-patner {
  background: #172f2c;
  padding: 40px 0;
}

.new-pater-txt h2 {
  font-size: 17px;
  color: #fff;
}

.new-pater-txt h2 span {
  color: #fff;
}

.new-pater-btn a {
  border: 2px solid #ffffff;
  background: transparent;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px;
  transition: .8s;
}

.new-pater-btn a:hover {
  background: #000;
}

.logo img {
  width: 70%;
}

.main-left-img img {margin-left: 85px;}
.custom-modal-inner .row {
    justify-content: center;
}
.box-img img {
  width: 100% !important;
}

.testi-box img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(52%) saturate(491%) hue-rotate(123deg) brightness(103%) contrast(88%);
}

.testi-box ul li img {
  filter: none;
}

.abt-img img {
  border-radius: 22px;
}

@keyframes Color {
  0% {
    color: #ff0202;
  }

  20% {
    color: #ff9c15;
  }

  40% {
    color: #e24f05;
  }

  60% {
    color: #ff9c15;
  }

  80% {
    color: #e24f05;
  }

  100% {
    color: #000;
  }
}

.tb1 {
  width: 50%;
}


@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }

  24% {
    transform: translate(1px, 30px);
  }

  50% {
    transform: translate(1px, 12px);
  }

  74% {
    transform: translate(1px, 22px);
  }

  100% {
    transform: translate(1px, 22px);
  }
}
/* modal start */

#popup-overlay {
    z-index: 99;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }
  
  .popup-custom {transition: 0.15s linear;background:url(../images/hampton-bg.jpg);background-size:cover;padding: 20px 20px 30px 20px;border-radius: 10px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);position: relative;}
  
 .popup-custom h2{
    font-size: 40px;
    text-transform: uppercase;
    padding-top:80px ;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
  }
  
  .close-icon:hover {
    color: #ff0000;
  }
  
  .form label {
    font-size: 17px;
    font-weight: 500;
  }
  
  .form-part1 {
    display: flex;
  }
  
  /* .form-child1 {
    width: 100%;
    padding-right: 15px;
  }
  
  .form-child2 {
    width: 100%;
  } */
  
  .form input {
    padding: 14px 15px;
    width: 80%;
    border-radius: 5px;
    border: 1px solid gainsboro;
  }
  
  .form textarea {
    padding: 14px 15px;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    border: 1px solid gainsboro;
  }
  
  .form label {
    padding-top: 20px;
  }
  
  .form button {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 8px;
    background-color: #0e3193;
    color: white;
    border: none;
  }
  
  .popup-btn:hover {
    border-radius: 8px;
    background-color: white;
    color: #0e3193;
    border: 1px solid #0e3193;
  }
  
  .form {
    display: flex;
    margin: 0 auto;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
  }
.new-add-image-modal h3 {
    width: 100%;
    padding: 14px;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
}
.article1 img {
    width: 100% !important;
}



/*404*/


section.cen {
    background: url(../images/hampton-publishers-valentine-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}



section.cen h2 {
    font-size: 140px;
    color: #fff;
}

section.cen p {
    color: #fff;
    font-size: 22px;
}

.text-center {
    margin-top: 40px;
}

.text-center a {
    background: black;
    color: #fff;
    padding: 10px 40px;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 13px;
}
.logos-contact .iti {

    margin-bottom: 0px;
}



.faq-head {
    text-align: center;
}



.faq-head h3 {
    font-size: 55px;
    font-family: 'Keep Calm Med';
    color: #0F2139;
    padding-bottom: 60px;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
    border: none;
    color: black;
    font-weight: 700;
}

ul.faq-list {
    padding-left: 20px;
    font-size: 14px;
    color: black;
    font-weight: 600;
    padding-bottom: 20px;
}


.faq-sec {
    padding: 80px 0 80px 0;
}

.about-us-sec.process-sec {
    padding: 50px 0 80px 0 ;
}

section.book-sec-2 {
    background: url(../images/engagement-back.webp);
    background-size: cover;
    background-position: 100%;
    position: relative;
    padding: 10px 0 70px 0;
}

.book-sec-2 h4 {
    color: #ffff;
}

.book-sec-2 p {
    color: #fff;
}