@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
  font-family: "Manrope", sans-serif;
  overflow: hidden;
}
:root{
  overflow-y: auto;
}
body img {
  width: 100%;
  height: 100%;
}
body a {
  color: black;
  text-decoration: none !important;
  transition: all .25s ease-in-out;
}
body ul {
  list-style-type: none;
  padding-left: 0;
}
body ol {
  list-style-type: none;
  padding-left: 0;
}

.primary-btn {
  padding: 20px 30px;
  border: 1px solid linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-sec {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(219, 76, 20, 0.1411764706);
  z-index: 9999999;
  position: relative;
  width: 100%;
}
.header-sec .header-portion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-sec .header-logo {
  width: 250px;
}
.header-sec .header-menus ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.header-sec .header-menus ul li {
  margin: 0px 19px;
}
.header-sec .header-menus ul li:last-child {
  margin-right: 0;
}
.header-sec .header-menus ul li a {
  font-size: 17px;
  font-weight: 700;
  transition: 0.5s all ease-in-out;
  background: #fff;
  -webkit-background-clip: text;
  position: relative;
  -webkit-text-fill-color: transparent;
}
.header-sec .header-menus ul li a::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  transition: 0.5s all ease-in-out;
}
.header-sec .header-menus ul li a:hover {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-sec .header-menus ul li a:hover::after {
  width: 100%;
}
.header-sec .header-menus ul li .contact-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  background: #e3741c;
  color: #fff;
  border: 1px solid #e3741c;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  -webkit-text-fill-color: #fff;
}
.header-sec .header-menus ul li .contact-btn::after {
  display: none;
}
.header-sec .header-menus ul li .contact-btn:hover {
  background: none;
  -webkit-text-fill-color: #e3741c;
  color: #fff;
}
.header-sec .header-menus ul li.dropdown {
  position: relative;
}
.header-sec .header-menus ul li.dropdown a {
  padding-right: 20px;
}
.header-sec .header-menus ul li.dropdown a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/chevron-down-white.svg) no-repeat center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-sec .header-menus ul li.dropdown a:hover::before {
  background: url(../images/chevron-down-orange.svg) no-repeat center;
}
.header-sec .header-menus ul li.dropdown ul.dropdown-menu {
  width: 200px;
  position: absolute;
  top: 33px;
  display: block;
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -9;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
}
.header-sec .header-menus ul li.dropdown ul.dropdown-menu li {
  color: #000;
  display: block;
  margin: 0;
}
.header-sec .header-menus ul li.dropdown ul.dropdown-menu li a {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0;
  display: block;
}

.header-sec .header-menus ul li.contact-btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  background: #e3741c;
  color: #fff;
  border: 1px solid #e3741c;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  -webkit-text-fill-color: #fff;
}

.header-sec .header-menus ul li.contact-btn a:hover {
  background: none;
  -webkit-text-fill-color: #e3741c;
  color: #fff;
}

.header-sec .header-menus ul li.contact-btn a::after {
  display: none;
}

.header-sec .header-menus ul li.dropdown .dropdown-toggle {
  display: none;
}

.header-sec .header-menus ul li.dropdown ul.dropdown-menu li a:hover {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-sec .header-menus ul li.dropdown ul.dropdown-menu li a::after {
  bottom: 5px;
}
.header-sec .header-menus ul li.dropdown ul.dropdown-menu li a::before {
  display: none;
}
.header-sec .header-menus ul li.dropdown:hover ul.dropdown-menu {
  max-height: 160px;
  opacity: 1;
  z-index: 1;
  padding: 10px 10px;
}

.overlay {
  display: none;
}

.overlay-btn {
  display: none;
}

.banner-sec {
  margin-top: -120px;
  position: relative;
  width: 100%;
}
.banner-sec .banner-swiper .banner-slider {
  height: 100vh;
  position: relative;
}
.banner-sec .banner-swiper .banner-slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-sec .banner-swiper .banner-slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.785);
  top: 0;
  left: 0;
}
.banner-sec .banner-swiper .banner-pagintaion .swiper-pagination-bullet-active {
  background: #db4c14 !important;
}
.banner-sec .banner-swiper .banner-pagintaion .swiper-pagination-bullet {
  background: #fff;
}
.banner-sec .banner-slider-content {
  position: absolute;
  top: 40%;
  left: 25%;
  transform: translateX(-20%);
  color: #fff;
  z-index: 999999;
}
.banner-sec .banner-slider-content h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
}

.highlight {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.3;
}

.aboutussection {
  width: 100%;
  padding: 110px 0 81px;
  position: relative;
}
.aboutussection::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg_img_2.png) no-repeat top left;
  opacity: 0.1;
  z-index: -1;
}
.aboutussection .aboutus-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.aboutussection .aboutus-row .aboutus-col1 {
  width: 47%;
  float: left;
  display: inline-block;
}
.aboutussection .aboutus-row .aboutus-col1 h6 {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 20px;
}
.aboutussection .aboutus-row .aboutus-col1 h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.56;
  margin: 0 0 22px;
  color: #000;
}
.aboutussection .aboutus-row .aboutus-col1 p {
  font-size: 16px;
  line-height: 1.88;
  color: #000000;
  text-align: justify;
}
.aboutussection .aboutus-row .aboutus-col2 {
  width: 48%;
}
.aboutussection .aboutus-row .aboutus-col2 .about-img {
  width: 100%;
  position: relative;
}
.aboutussection .aboutus-row .aboutus-col2 .about-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  top: -10%;
  right: -10%;
  z-index: -1;
}
.aboutussection .aboutus-row .aboutus-col2 .about-img img {
  width: 100%;
  display: block;
}

.books-wrapp {
  width: 100%;
  padding: 80px 0;
  background: #e9e9e9;
  position: relative;
}
.books-wrapp h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.56;
  margin: 0 0 32px;
  color: #000;
  text-align: center;
}
.books-wrapp .books-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.books-wrapp .books-row .books-col1 {
  width: 22%;
  margin: 0 4% 0 0;
}
.books-wrapp .books-row .books-col1:last-child {
  margin-right: 0;
}
.books-wrapp .books-row .books-col1 .books-box {
  width: 100%;
  padding: 10px;
  background: #ecc02c;
  border-radius: 10px;
  margin: 0 0 20px;
  transition: all 0.25s ease-in-out;
}
.books-wrapp .books-row .books-col1:hover .books-box {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
}
.books-wrapp .books-row .books-col1 p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.67;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.books-wrapp .books-row .books-col1:hover p {
  color: #db4f14;
}
.books-wrapp .view-all-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 42px;
  font-size: 18px;
  font-weight: 600;
  background: #e3741c;
  color: #fff;
  margin: 50px auto 0;
  border: 1px solid;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
}
.books-wrapp .view-all-btn:hover {
  background: none;
  color: #e3741c;
  border-color: #e3741c;
}

.blog-wrapp {
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.blog-wrapp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg_gradient_5.png) no-repeat center/contain;
  opacity: 0.1;
  z-index: -1;
}
.blog-wrapp h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.56;
  margin: 0 0 32px;
  color: #000;
  text-align: center;
}
.blog-wrapp .blog-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blog-wrapp .blog-row .blog-col1 {
  width: 32%;
  margin: 0 2% 0 0;
  background: url(../images/gradient.png) no-repeat center/cover;
  padding: 5px;
  transition: all 0.5s cubic-bezier(0.37, -0.22, 1, 1);
  margin-bottom: 30px;
}
.blog-wrapp .blog-row .blog-col1:hover {
  background: url(../images/gradient-1.png) no-repeat center/cover;
}
.blog-wrapp .blog-row .blog-col1:hover .blog-col2 {
  box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.12);
}
.blog-wrapp .blog-row .blog-col1:nth-child(3n) {
  margin-right: 0;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 {
  width: 100%;
  padding: 20px 20px 65px;
  background: white;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.37, -0.22, 1, 1);
  position: relative;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 .blog-img {
  width: 100%;
  margin: 0 0 18px;
  height: 300px;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.blog-wrapp .blog-row .blog-col1 .blog-col2 .blog-content {
  width: 100%;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 span.category-name{
  position: absolute;
  top: 35px;
  left: 34px;
  background-color: #dd5616;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 span.category-name a{
  color: #fff;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 .blog-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px;
  min-height: 30px;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 .blog-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.25s ease-in-out;
  margin: 0 0 22px;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 .blog-content .read-more-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 600;
  background: #e3741c;
  color: #fff;
  border: 1px solid;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.blog-wrapp .blog-row .blog-col1 .blog-col2 .blog-content .read-more-btn:hover {
  background: none;
  color: #e3741c;
  border-color: #e3741c;
}
.blog-wrapp .view-all-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 42px;
  font-size: 18px;
  font-weight: 600;
  background: #e3741c;
  color: #fff;
  margin: 50px auto 0;
  border: 1px solid;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
}
.blog-wrapp .view-all-btn:hover {
  background: none;
  color: #e3741c;
  border-color: #e3741c;
}

.check-out-wrapp {
  width: 100%;
  padding: 115px 0;
  position: relative;
  text-align: center;
}
.check-out-wrapp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  opacity: 0.2;
  z-index: -1;
}
.check-out-wrapp .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.check-out-wrapp .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.check-out-wrapp h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.56;
  margin: 0 0 22px;
  color: #fff;
  text-align: center;
}
.check-out-wrapp h2 span {
  display: block;
}
.check-out-wrapp h2 strong {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.check-out-wrapp .get-start-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 42px;
  font-size: 18px;
  font-weight: 600;
  background: #e3741c;
  color: #fff;
  margin: 50px auto 0;
  border: 1px solid;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  border-color: #e3741c;
}
.check-out-wrapp .get-start-btn:hover {
  color: #e3741c;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ffffff 100%);
}

.video-play-button {
  display: block;
  width: 85px;
  height: 85px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.25s ease-out 0s;
  cursor: pointer;
  margin: 0 auto 50px;
  position: relative;
}
.video-play-button span {
  width: 0;
  height: 0;
  border-left: 30px solid #dd5616;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin: 23px 31px;
  transition: all 0.25s ease-out 0s;
  display: block;
  position: relative;
  z-index: 3;
}
.video-play-button::after, .video-play-button::before {
  content: "";
  transition: all 0.25s ease-out 0s;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
}
.video-play-button::before {
  width: 95px;
  height: 95px;
  background: rgba(232, 159, 37, 0.6);
  border-radius: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button::after {
  width: 105px;
  height: 105px;
  background: rgba(222, 88, 23, 0.6);
  border-radius: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}

.man-behind {
  padding: 110px 0px 80px;
  position: relative;
}
.man-behind #triangle-bottomleft {
  width: 0;
  height: 0;
  border-bottom: 400px solid #e3741c;
  border-right: 500px solid transparent;
  position: relative;
}
.man-behind #triangle-bottomleft img {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50px;
  left: 0;
}
.man-behind::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: auto;
  top: 0;
  right: 0;
  background: url(../images/bg_img_2.png) no-repeat top left;
  opacity: 0.1;
  z-index: -1;
}
.man-behind .man-behind-div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
.man-behind .man-behind-div .man-behind-img {
  width: 47%;
}
.man-behind .man-behind-div .man-behind-cont {
  width: 47%;
}
.man-behind .man-behind-div .man-behind-cont h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #000;
}
.man-behind .man-behind-div .man-behind-cont p {
  font-size: 16px;
  line-height: 1.88;
  color: #000000;
}

.footer-sec {
  background-color: rgba(0, 0, 0, 0.885);
  padding: 80px 0px 40px;
  position: relative;
}
.footer-sec .footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-sec .footer-des {
  width: 30%;
}
.footer-sec .footer-des h3 {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.footer-sec .footer-des p {
  color: #fff;
}
.footer-sec .footer-menu {
  width: 40%;
  display: flex;
  padding-left: 50px;
}
.footer-sec .footer-menu ul {
  margin-right: 80px;
}
.footer-sec .footer-menu ul li {
  margin-bottom: 10px;
}
.footer-sec .footer-menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
.footer-sec .footer-menu ul li a:hover {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-sec .mail-subscription {
  width: 28%;
}
.footer-sec .mail-subscription h3 {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.footer-sec .mail-subscription p {
  color: #fff;
}
.footer-sec .mail-subscription .subscription {
  margin-top: 30px;
}
.footer-sec .mail-subscription .subscription input {
  background-color: transparent !important;
  padding: 5px 10px;
  height: 50px;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.footer-sec .mail-subscription .subscription input:focus {
  box-shadow: none;
}
.footer-sec .mail-subscription .subscription .subscription-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  color: #fff;
  border: 1px solid;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
}
.footer-sec .mail-subscription .subscription .subscription-btn:hover {
  background: none;
  color: #e3741c;
  border-color: #e3741c;
}


.footer-sec .footer-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
    border-top: 1px solid #e3741c;
    margin: 20px 0 0;
}

.footer-sec .footer-row .copy-sec {
    width: 50%;
}

.footer-sec .footer-row .copy-sec p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.footer-sec .footer-row .copy-sec:nth-child(2) {
    text-align: right;
}

.footer-sec .footer-row .copy-sec p a {
    color: #e3741c;
    font-weight: 600;
}

.footer-sec .footer-row .copy-sec p a:hover {
    color: #fff;
}


.social-media-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 280px;
}
.social-media-icons a {
  justify-content: space-between;
  display: flex;
  position: relative;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-media-icons a:hover {
  background: linear-gradient(to left, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
}
.social-media-icons img {
  width: 27px;
  height: 27px;
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.contact-page .contact-banner {
  position: relative;
  margin-top: -120px;
}
.contact-page .contact-banner img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
}
.contact-page .contact-banner::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.785);
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-page .contact-banner .contact-cont {
  position: absolute;
  top: 42%;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.contact-page .contact-banner .contact-cont p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.contact-page .contact-page-content {
  padding: 70px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-page-content .contact-page-left {
  width: 48%;
}
.contact-page .contact-page-content .contact-page-left .contact-left-cont h4 {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.contact-page .contact-page-content .contact-page-left .contact-left-cont h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-page .contact-page-content .contact-page-right {
  width: 48%;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content {
  color: #fff;
  padding: 50px;
  background: linear-gradient(to left, #ecc02c 0%, #e3741c 50%, #db4c14 120%);
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content p {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form {
  width: 100%;
  margin: 25px 0 0;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields {
  width: 100%;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field {
  width: 100%;
  margin: 0 0 4.2%;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field input {
  background-color: transparent;
  height: 56px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field input::-moz-placeholder {
  color: #ffffff;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field input::placeholder {
  color: #ffffff;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field textarea {
  background-color: transparent;
  height: 120px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #fff;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field textarea::-moz-placeholder {
  color: #ffffff;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field textarea::placeholder {
  color: #ffffff;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field .submit-btn {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 0;
  color: #db4c14;
  transition: all 0.25s ease-in-out;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .text-fields .text-field .submit-btn:hover {
  color: #ffffff;
  background: none;
}

.books-page .book-page-banner {
  position: relative;
  margin-top: -120px;
}
.books-page .book-page-banner img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0%;
     object-position: 0%;
}
.books-page .book-page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.785);
  left: 0;
  width: 100%;
  height: 100%;
}
.books-page .book-page-banner .book-banner-cont {
  position: absolute;
  top: 42%;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.books-page .book-page-banner .book-banner-cont p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.books-page .books-section {
  padding: 80px 0px;
}
.books-page .books-section .book-row .book-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
.books-page .books-section .book-row .book-col .book-img {
  width: 200px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #ecc02c;
}
.books-page .books-section .book-row .book-col .book-img img {
  width: 100%;
  height: 100%;
}
.books-page .books-section .book-row .book-col .book-content {
  padding-left: 50px;
  max-width: 1000px;
  text-align: left;
  flex: 1 0 0;
}
.books-page .books-section .book-row .book-col .book-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #db4c14;
}
.books-page .books-section .book-row .book-col .book-content h5 {
  font-size: 22px;
  margin-bottom: 30px;
}

.books-page .books-section .book-row .book-col .book-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  margin: 0 0 22px;
}

.books-page .books-section .book-row .book-col .book-content .buy-now-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 42px;
  font-size: 18px;
  font-weight: 600;
  background: #e3741c;
  color: #fff;
  margin: 30px auto 0;
  border: 1px solid;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  margin-left: 0;
}
.books-page .books-section .book-row .book-col .book-content .buy-now-btn:hover {
  background: none;
  color: #e3741c;
  border-color: #e3741c;
}

.blogs-listing {
  padding: 100px 0;
}
.blogs-listing::after {
  background: url(../images/bg_img_1.png) no-repeat top right;
  background-position-y: -57px;
}

.content-wrapp {
  width: 100%;
  padding: 70px 0;
}
.content-wrapp .content-row {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.content-wrapp h2 {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 20px;
}

.content-wrapp h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 18px;
  line-height: 1.46;
}



.content-wrapp .date {
  font-size: 14px;
  color: #919191;
  font-weight: 600;
  display: block;
  margin: 0 0 20px;
}
.content-wrapp .content-img {
  width: 100%;
  margin: 0 0 27px;
}
.content-wrapp p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  margin: 0 0 22px;
}
.content-wrapp img{
  width: auto;
  height: auto;
}
.content-wrapp a {
  color: #e3741c;
}
.content-wrapp a:hover {
  color: #000000;
}
.content-wrapp ul {
  width: 100%;
  float: none;
  margin: 0 auto 28px;
  padding-left: 0px;
}
.content-wrapp ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  position: relative;
  margin: 0 0 0;
  padding: 0 0 0 15px;
}
.content-wrapp ul li::before {
  content: "•";
  position: absolute;
  left: -1px;
  color: #000000;
  font-size: 12px;
  top: 5px;
  line-height: normal;
}
.content-wrapp ol {
  width: 100%;
  float: none;
  counter-reset: my-awesome-counter;
  margin: 0 auto 28px;
  position: relative;
}
.content-wrapp ol li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  position: relative;
  margin: 0 0 0;
  padding: 0 0 0 4px;
  counter-increment: step-counter;
}
.content-wrapp ol li::before {
  content: counter(step-counter) ".";
  margin-right: 0px;
  position: relative;
  left: -4px;
  color: #000000;
  font-size: 16px;
  top: 0;
}
.content-wrapp h3 {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px;
}
.content-wrapp .share {
  padding: 20px 0;
  border-top: 1px solid #b6b6b6;
}
.content-wrapp .share .social-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content-wrapp .share .social-icons a {
  display: flex;
  position: relative;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  margin: 0 12px 0 0;
  transition: all 0.25s ease-in-out;
}
.content-wrapp .share .social-icons a:hover {
  background: linear-gradient(to left, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
}

.content-wrapp .share .social-icons a img {
  width: 100%;
  height: 100%;
}

.content-wrapp .share h4 {
  font-size: 18px;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin: 0 0 20px;
}
.content-wrapp .loan-btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}
.content-wrapp .loan-btns .loan-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 42px;
  font-size: 16px;
  font-weight: 600;
  background: #e3741c;
  color: #fff;
  border: 1px solid;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
}
.content-wrapp .loan-btns .loan-btn:hover {
  background: none;
  color: #e3741c;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .sidbar-row2 li::before{
content: "";
width: 12px;
height: 12px;
background: url(../images/list-arrow.svg) no-repeat center ;
top: 7px;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .sidbar-row2 li {
  padding-left: 20px;
}



.about-page .about-page-banner {
  position: relative;
  margin-top: -120px;
}
.about-page .about-page-banner img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
}
.about-page .about-page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.785);
  left: 0;
  width: 100%;
  height: 100%;
}
.about-page .about-page-banner .about-banner-cont {
  position: absolute;
  top: 42%;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.about-page .about-page-banner .about-banner-cont p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.about-page .about-us-content .about-us-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.about-page .about-us-content .about-us-wrap h2 {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
}

.disclamier-page .disclamier-page-banner {
  position: relative;
  margin-top: -120px;
}
.disclamier-page .disclamier-page-banner img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
}
.disclamier-page .disclamier-page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.785);
  left: 0;
  width: 100%;
  height: 100%;
}
.disclamier-page .disclamier-page-banner .disclamier-banner-cont {
  position: absolute;
  top: 42%;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.disclamier-page .disclamier-page-banner .disclamier-banner-cont p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.terms-page .terms-page-banner {
  position: relative;
  margin-top: -120px;
}
.terms-page .terms-page-banner img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
}
.terms-page .terms-page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.785);
  left: 0;
  width: 100%;
  height: 100%;
}
.terms-page .terms-page-banner .terms-banner-cont {
  position: absolute;
  top: 42%;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.terms-page .terms-page-banner .terms-banner-cont p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.privacy-page .privacy-page-banner {
  position: relative;
  margin-top: -120px;
}
.privacy-page .privacy-page-banner img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
}
.privacy-page .privacy-page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.785);
  left: 0;
  width: 100%;
  height: 100%;
}
.privacy-page .privacy-page-banner .privacy-banner-cont {
  position: absolute;
  top: 42%;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.privacy-page .privacy-page-banner .privacy-banner-cont p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.blog-inner-wrapp .content-row {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-inner-wrapp .content-row .content-col1 {
  width: 68%;
}
.blog-inner-wrapp .content-row .content-col2 {
  width: 28%;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp {
  width: 100%;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp {
  width: 100%;
  background: linear-gradient(to left, #ecc02c 0%, #e3741c 50%, #db4c14 120%);
  padding: 25px 20px;
  margin: 0 0 30px;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp .text-fields {
  width: 100%;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp .text-fields input {
  background-color: transparent;
  height: 50px;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  outline: none;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp .text-fields input::-moz-placeholder {
  color: #ffffff;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp .text-fields input::placeholder {
  color: #ffffff;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp .text-fields .search-btn {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 0;
  color: #db4c14;
  transition: all 0.25s ease-in-out;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp .text-fields .search-btn:hover {
  background: none;
  color: #ffffff;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp h3 {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid #e3741c;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp h3:after {
  content: "";
  position: absolute;
  width: 15%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .category-wrapp {
  width: 100%;
}
.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .category-wrapp select {
  background: transparent url(../images/chevron-down-orange.svg) no-repeat center;
  background-position-x: 95%;
  background-size: 14px;
  height: 50px;
  color: #e3741c;
  display: block;
  width: 100%;
  margin: 0 0 0;
  padding: 12px 40px 12px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #e3741c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  outline: none;
}/*# sourceMappingURL=style.css.map */



.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms {
  width: 100%;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container {
  width: 100%;
  margin: 0;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-frontend-row {
  width: 100%;
  margin: 0;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-frontend-row .evf-frontend-grid {
  padding: 0;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-frontend-row .evf-frontend-grid .evf-field {
  width: 100%;
  margin: 0 0 4.2%;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-frontend-row .evf-frontend-grid .evf-field .input-text {
  background-color: transparent;
  height: 56px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px;
  margin: 0 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-frontend-row .evf-frontend-grid .evf-field .input-text::placeholder {
  color: #ffff;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-frontend-row .evf-frontend-grid .evf-field textarea.input-text {
  height: 120px;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-field-container {
  padding: 0;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-submit-container {
  padding: 0;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-submit-container .everest-forms-submit-button {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 0;
  color: #db4c14;
  transition: all 0.25s ease-in-out;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content .contact-form .everest-forms .evf-container .evf-submit-container .everest-forms-submit-button:hover {
  color: #ffffff;
  background: none;
}


.money-transfer h1.highlight {
  font-size: 45px;
  line-height: 1.3;
}

.about-page.money-transfer .about-page-banner .about-banner-cont {
  width: 94%;
}

.paiger-wrapp {
  padding: 30px 0 0;
  position: relative;
  z-index: 9;
}

.paiger-wrapp .paiger-row1 {
  width: 100%;
  margin: 0 0 0;
}

.paiger-wrapp .paiger-row1 img {
  width: 100%;
  display: block;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 {
  width: auto;
  float: none;
  display: inline-block;
  margin: 2px 0 0;
  text-align: center;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 li {
  float: none;
  display: inline-block;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 li a {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 li:first-child a {
  color: #e3741c;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 li a:hover {
  color: #e3741c;
}

.paiger-wrapp .paiger-btn1 {
  float: none;
  color: #ffffff;
  background: #e3741c;
  border: 1px solid #e3741c;
  margin: 0 15px 0 0;
  padding: 13px 27px 14px 27px;
  font-size: 14px;
  display: inline-block;
}

.paiger-wrapp .paiger-btn1:hover {
  color: #e3741c;
  background: #ffffff;
  border-color: #e3741c;
}

.paiger-wrapp .paiger-btn2 {
  float: none;
  color: #ffffff;
  background: #e3741c;
  border: 1px solid #e3741c;
  margin: 0 0 0 15px;
  padding: 13px 27px 14px 27px;
  font-size: 14px;
  display: inline-block;
}

.paiger-wrapp .paiger-btn2:hover {
  color: #e3741c;
  background: #ffffff;
  border-color: #e3741c;
}

.paiger-bar1 li, .paiger-bar1 li a {
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.paiger-wrapp .paiger-row1 h2.screen-reader-text {
  display: none;
}

.paiger-wrapp .paiger-row1 span.page-numbers.current {
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0 10px;
  font-size: 14px;
  color: #e3741c;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
}

.paiger-wrapp .paiger-row1 a.page-numbers {
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
}

.paiger-wrapp .paiger-row1 a.page-numbers:hover {
  color: #e3741c;
}

.paiger-wrapp .paiger-row1 a.next.page-numbers {
  padding: 0;
  margin: 0;
  background: transparent;
  width: auto;
}

.paiger-wrapp .paiger-row1 a.prev.page-numbers {
  padding: 0;
  margin: 0;
  background: transparent;
  width: auto;
}

.paiger-wrapp .paiger-row1 span.page-numbers.dots {
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp label {
  display: none;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp input {
  background-color: transparent;
  height: 50px;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  outline: none;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp input::placeholder {
  color: #fff;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp button {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 0;
  color: #db4c14;
  transition: all 0.25s ease-in-out;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp button .screen-reader-text {
  display: block;
  color: #db4c14;
  width: auto;
  height: auto;
  position: relative !important;
  clip-path: none;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp button:hover .screen-reader-text {
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.blog-inner-wrapp .content-row .content-col2 .sidebar-wrapp .search-wrapp button:hover {
  background: none;
  color: #ffff;
}


.books-page.search-wrapp .books-section .book-row .book-col .book-content {
  padding: 0;
  max-width: inherit;
  width: 100%;
}

.books-page.search-wrapp .books-section .book-row .book-col {
  margin: 0 0 50px;
}

.books-page.search-wrapp .books-section .book-row .book-col .book-content h3 {
  background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
}

.books-page.search-wrapp .books-section h1 {
  font-size: 38px;
  margin: 0 0 35px;
}

.search-form {
  width: 100%;
}

.search-form input {
  width: 197px;
  height: 45px;
  border: 1px solid #e3741c;
  margin: 0 7px 0 0;
  padding: 0 10px;
  color: #000;
  outline: none;
  box-shadow: none;
  display: inline-block;
}

.search-form .search-submit {
  width: auto;
  height: 45px;
  display: inline-block;
  padding: 0 13px;
  color: #ffff;
  border: 1px solid #e3741c;
  background: #e3741c;
  transition: all .25s ease-in-out;
}

.search-form .search-submit .screen-reader-text {
  position: relative !important;
  display: block;
  height: auto;
  width: auto;
  color: #ffff;
  clip-path: none;
  transition: all .25s ease-in-out;
}

.search-form .search-submit:hover {
  background: none;
  color: #e3741c;
}

.search-form .search-submit:hover .screen-reader-text {
  color: #e3741c;
}

.custom-select1 { width: 100%; float:left; text-align:left; background:none; border:1px solid #e3741c; border-radius:0; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#ffffff; border-color:#e3741c;}
.custom-select1 select { display:none !important;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:180px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;     box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.12);}
.custom-select1 .select-items .scrollb { max-height:180px; max-width: 100%; }
.custom-select1 .select-items .scrollb div { color:#e3741c; transition:all 0.25s ease-out 0s; padding:16px 28px 15px 28px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#e3741c;}
.custom-select1 .select-selected { color:#e3741c; transition:all 0.25s ease-out 0s; padding:16px 28px 15px 28px;}
.custom-select1:hover .select-selected { color:#e3741c;}
.custom-select1 .select-selected:after { content:""; width:12px; height:10px; background: url(../images/chevron-down-orange.svg) no-repeat center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/chevron-down-orange.svg) no-repeat center / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px; display: none;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#dab692; border-radius:25px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; }


.blog-search {
  max-width: 850px;
  margin: 0 auto 65px;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 5px 9px 0 #e2e5f1;
  background: #ffffff;
}

.blog-search ul {
  width: 100%;
  margin: 0;
}

.blog-search ul li {
  list-style: none;
  display: inline-block;
  width: 40%;
  padding: 20px;
}

.blog-search ul li:last-child {
  width: 20%;
  padding-left: 0;
}

.blog-search ul li label {
  width: 100%;
}

.blog-search ul li input {
  width: 100%;
  height: 50px;
  margin: 0 0 0;
  padding: 5px 10px;
}

.blog-search ul li input::placeholder{
  color: #000;
}

.blog-search ul li select {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #e3741c;
  color: #000;
  outline: none;
  box-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  background: transparent url(../images/chevron-down-orange.svg) no-repeat center;
  background-position-x: 95%;
  background-size: 14px;
}

.blog-search ul li .search-submit {
  width: 100%;
  height: 50px;
}

.blog-search ul li:first-child {
  border-right: solid 1px #e2e5f1;
}


.insurance-btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.insurance-btns .insurance-btn1 {
  background: none;
  border: 1px solid #e3741c;
  color: #e3741c;
  padding: 10px 18px;
}

.insurance-btns .insurance-btn1:hover {
  background: #e3741c;
  color: #fff;
}

.com-link{
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 10%;
}
.com-link a{
  color: #db4c14;
}




@media(max-width:1201.98px){
  .footer-sec .footer-menu ul{
    margin-right: 40px;
  }
  .banner-sec .banner-slider-content h1{
    font-size: 40px;
  }
  .banner-sec .banner-slider-content{
    left: 20%;
  }
  .banner-sec .banner-swiper .banner-slider{
    height: 450px;
  }
  .man-behind .man-behind-div{
    align-items: center;
  }
  .man-behind #triangle-bottomleft{
    border-right:400px solid transparent;
  }
  .highlight{
    font-size: 55px;
  }

  .header-sec .header-menus ul li {
    margin: 0 9px;
}

.header-sec .header-menus ul li a {
    font-size: 15px;
}

.header-sec .header-menus ul li .contact-btn {
    font-size: 15px;
    padding: 10px 18px;
}

.about-page .about-page-banner .about-banner-cont {
  width: 70%;
}

}


@media(max-width:991.98px){
  .header-sec .header-portion .header-menus{
    display:  none;
  }
  .banner-sec .banner-slider-content{
    left: 20%;
  }
  .banner-sec .banner-swiper .banner-slider{
    height: 450px;
  }
  .container{
    max-width: 90% !important;
    padding: 0 15px !important;
  }
  .aboutussection .aboutus-row .aboutus-col1 h2{
    line-height: 1.2;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: #e3741c;
    z-index: 9999;
    padding: 60px 10px 0;
    overflow: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    display: block;
}

.overlay.show{
  left: 0;
  opacity: 1;
}

.overlay .overlay-menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.overlay .overlay-menu ul {
    display: block;
}

.overlay .overlay-menu ul li {
    display: block;
}

.overlay .overlay-menu ul li a {
    display: block;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    border-radius: 0;
}

.overlay .overlay-menu ul li .sub-menu {
  padding: 0 0 0 20px;
}

.overlay .overlay-menu ul li .sub-menu li a {border-bottom: none;font-size: 14px;padding: 8px;}

.overlay .overlay-menu ul li a:hover {
    color: #000;
}

.overlay .overlay-menu ul li.has-sub > a {
  background: url(../images/chevron-down-white.svg) no-repeat center / 10px ;
  background-position-x: 95%;

}

.overlay-btn {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 5%;
    padding: 0;
    z-index: 10000;
    display: block;
}

.overlay-btn .line {
    width: 100%;
    display: inline-block;
    height: 3px;
    background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
    transition: all .25s ease-in-out;
    position: relative;
}



.overlay-btn .line:before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
    top: -10px;
    left: 0;
    height: 3px;
    transition: all .25s ease-in-out;
}

.overlay-btn .line:after {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
    top: 10px;
    left: 0;
    height: 3px;
    transition: all .25s ease-in-out;
}

.overlay-btn .active .line {
    background: transparent;
}

.overlay-btn .active .line:before {
    transform: rotate(-45deg);
    top: 0;
}

.overlay-btn .active .line:after {
    transform: rotate(45deg);
    top: 0;
}

.contact-page .contact-page-content .contact-page-right .contact-page-right-content {
  padding: 30px;
}

.contact-page .contact-page-content .contact-page-left .contact-left-cont h2 {
  font-size: 26px;
}
.contact-page .contact-page-content .contact-page-right .contact-page-right-content h2 {
  font-size: 26px;
}

.books-page .books-section .book-row .book-col .book-content h3 {
  font-size: 32px;
}

.books-page .books-section .book-row .book-col .book-content h5 {
  font-size: 20px;
  margin: 0 0 20px;
}


.books-page .books-section .book-row .book-col .book-content .buy-now-btn {
  font-size: 16px;
}

.blog-inner-wrapp .content-row .content-col1 {
  width: 64%;
}

.blog-inner-wrapp .content-row .content-col2 {
  width: 32%;
}

.man-behind .man-behind-div .man-behind-img {
  width: 100%;
  margin-top: 50px;
}

.man-behind .man-behind-div {
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.man-behind .man-behind-div .man-behind-cont {
  width: 100%;
}

}

@media(max-width:767.98px){
  .highlight{
    font-size: 45px;
  }
  .banner-sec .banner-slider-content h1{
    font-size: 35px;
  }
  .aboutussection .aboutus-row .aboutus-col1 h2{
    font-size: 32px;
  }
  .aboutussection,.books-wrapp,.blog-wrapp,.man-behind{
    padding: 50px 0px;
  }
  .man-behind #triangle-bottomleft{
    border-right:300px solid transparent;
    border-bottom:300px solid #e3741c;
  }
  .man-behind #triangle-bottomleft img{
    width: 300px;
    height: 300px;
  }
  .blog-wrapp .blog-row .blog-col1{
    width: 48%; 
  }
  .blog-wrapp .blog-row .blog-col1:nth-child(3n){
    margin-right: 2%;
  }
  .blog-wrapp .blog-row .blog-col1:nth-child(2n){
    margin-right: 0;
  }
  .books-wrapp .books-row .books-col1:nth-child(2n){
    margin-right: 0;
  }
  .books-wrapp .books-row .books-col1{
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .footer-sec .footer-content{
    flex-wrap: wrap;
  }
  .footer-sec .mail-subscription{
    width: 100%;
    margin-top: 60px;
  }
  .footer-sec .footer-des{
    width: 40%;
  }
  .footer-sec .footer-menu{
    padding-left: 50px;
    width: 60%;
  }
  .footer-sec .footer-menu ul li a{
    font-weight: 400;
    font-size: 16px;
  }
  .footer-sec .footer-menu ul:nth-child(2){
    margin-right: 0;
  }
  .books-wrapp .books-row .books-col1 .books-box{
    width: 80%;
    margin: 20px auto;
  }
  .about-page .about-page-banner .about-banner-cont {
    width: 94%;
  }
  .about-page .about-us-content .about-us-wrap h2 {
    font-size: 32px;
}
.content-wrapp h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 18px;
}

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

.contact-page .contact-page-content .contact-page-left {
  width: 100%;
  margin: 0 0 35px;
}

.contact-page .contact-page-content .contact-page-right {
  width: 100%;
}

.books-page .books-section .book-row .book-col .book-img {
  width: 100%;
  max-width: 200px;
  margin: 0 0 20px;
}

.books-page .books-section .book-row .book-col .book-content {
  width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

.books-page .books-section .book-row .book-col {
  margin: 0 0 50px;
}

.money-transfer h1.highlight {
  font-size: 32px;
}

.blog-inner-wrapp .content-row {
  flex-direction: column-reverse;
}

.blog-inner-wrapp .content-row .content-col1 {
  width: 100%;
  margin: 0 0 0;
}

.blog-inner-wrapp .content-row .content-col2 {
  width: 100%;
  margin: 0 0 35px;
}

.books-page.search-wrapp .books-section .book-row .book-col .book-content h3 {
  font-size: 26px;
}
.books-page.search-wrapp .books-section h1 {
  font-size: 30px;
}

.blog-search ul li {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  border: none;
}

.blog-search ul {
  padding: 20px;
}

.blog-search ul li:last-child {
  width: 100%;
  margin: 0;
}

.footer-sec .footer-row .copy-sec {
  width: 100%;
  margin: 0 0 17px;
}

.footer-sec .footer-row .copy-sec:nth-child(2) {
  text-align: left;
  margin: 0;
}

}


@media(max-width:576.98px){
  .container{
    max-width: 98% !important;
    padding: 0 15px !important;
  }
  .header-sec .header-logo{
    width: 150px;
  }
  .banner-sec .banner-swiper .banner-slider{
    height: 450px ;
  }
  .highlight{
    font-size: 35px;
  }
  .banner-sec .banner-slider-content h1{
    font-size: 19px;
  }
  .banner-sec .banner-slider-content{
    left: 18%;
    top: 50%;
  }
  .banner-sec .banner-slider-content .highlight{
    font-size: 30px;
  }
  .aboutussection .aboutus-row .aboutus-col1{
    width: 100%;
  }
  .aboutussection .aboutus-row .aboutus-col1 h6{
    font-size: 15px;
    margin: 0 0 10px;
  }
  .aboutussection .aboutus-row .aboutus-col1 h2{
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
  }
  .aboutussection .aboutus-row .aboutus-col2{
    width: 100%;
    margin-top: 50px;
  }
  .aboutussection .aboutus-row .aboutus-col2 .about-img::after{
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    background: linear-gradient(to right, #ecc02c 0%, #e3741c 50%, #db4c14 100%);
    top: -5%;
    right: -5%;
    z-index: -1;
  }
  .books-wrapp h2{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .books-wrapp .books-row .books-col1 .books-box{
    width: 90%;
    margin-top: 0px;
    margin: 20px auto;
    margin-bottom: 10px;
  }
  .books-wrapp .books-row .books-col1 .books-box p{
    margin-bottom: 0;
  }
  .books-wrapp .books-row .books-col1 p{
    font-size: 14px;

  }
  .books-wrapp .view-all-btn,.blog-wrapp .view-all-btn{
    padding: 10px 40px;
    font-size: 14px;
    margin: 0px auto 0px;
  }
  .blog-wrapp h2{
    margin-bottom: 20px;
    font-size: 30px;
  }
  .blog-wrapp .blog-row .blog-col1{
    width: 100%;
    margin-right: 0;
  }
  .aboutussection, .books-wrapp, .blog-wrapp, .man-behind{
    padding: 30px 0px;
  }
  .man-behind .man-behind-div .man-behind-img{
    width: 100%;
    margin-top: 50px;
  }
  .man-behind .man-behind-div .man-behind-cont{
    width: 100%;
  }
  .man-behind .man-behind-div{
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .footer-sec .footer-des{
    width: 100%;
  }
  .footer-sec .footer-menu{
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    padding-left: 0;
  }
  .footer-sec .mail-subscription{
    margin-top: 20px;
  }
  .man-behind .man-behind-div .man-behind-cont h3{
    font-size: 30px;
  }
}


@media (max-width:480px)  {
  .banner-sec .banner-swiper .banner-slider{
    height: 450px ;
  }
  .footer-sec .mail-subscription h3 {
    font-size: 20px;
}
.overlay {
  width: 100%;
  margin-left: -100%;
}

.overlay.show{
  margin-left: 0;
}

.overlay-btn .active .line:before {
  background: #ffff;
}

.overlay-btn .active .line:after {
  background: #fff;
}



.about-page .about-page-banner .about-banner-cont p {
  font-size: 16px;
}

.money-transfer h1.highlight {
  font-size: 30px;
}

}



@media (min-width: 992px) {
  .money-transfer-page .container {
      max-width: 960px !important;
      padding: 0 15px !important;
  }
}

@media (min-width: 1200px) {
  .money-transfer-page .container {
      max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .money-transfer-page .container {
      max-width: 1320px !important;
  }
}