/*
Items Name : GesApp
Author : Ngetemplates
---------------------------------*/
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");


/* ------------------------------
  Sudip
---------------------------------*/
#primary {
  margin: 0px !important;
}

.site-main {
  padding-top: 130px;
  padding-bottom: 50px;
}

/* .bouncing-ball {
  animation: bounce 4s ease-out forwards;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-100px);
  }

  20% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-80px);
  }

  40% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-70px);
  }

  60% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-60px);
  }

  80% {
    transform: translateY(0);
  }

  90% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
} */

.bouncing-ball {
  animation: bounce 2s cubic-bezier(0.33, 0.0, 0.67, 1.0) forwards;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-120px);
  }

  30% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-90px);
  }

  60% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-60px);
  }

  85% {
    transform: translateY(0);
  }

  95% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}





.f_loc_m {
  display: none;
}

#ast-scroll-top {
  background: linear-gradient(to right, #d0ad50, #dbc078);
  color: #0a0a0a;
  font-size: 15px;
}

.features {
  padding: 80px 0px 0px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #d1af56;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background-color: transparent;
}

.blog_bg {
  padding: 200px 0px 100px;
}

.blog_card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  border-radius: .25rem;
  overflow: hidden;
  height: 100%;
}

.blog_img {
  position: relative;
}

.blog_img img {
  width: 100%;
  border-radius: 0px;
  height: 250px;
  object-fit: cover;
}

.blog_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-duration: .3s;
  opacity: .25;
  background-color: #1a202c;
}

.blog_overlay:hover {
  background-color: transparent;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blog_heading a {
  font-size: 1.125rem;
  margin-bottom: .5rem;
  font-weight: 500;
  display: inline-block;
  transition-duration: .5s;
  color: #3d234f;
}

.blog_heading a:hover {
  color: #d3b155;
}

.blog_heading p {
  font-size: .875rem;
  color: #92949a;
  margin: 0px;
  line-height: 25px;
}

.blog_down {
  background-color: #f7fafc;
  padding: 7px 28px;
}

.blog_down span {
  color: #3d234f;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-bg {
  padding: 150px 0px 70px;
  font-family: system-ui;
}

.single-blog-bg .single-img img {
  width: 100%;
  height: 590px;
  object-fit: contain;
  border-radius: 8px;
}

.single-blog-bg img {
  width: 100%;
  border-radius: 10px;
}

.single-blog-bg h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 22px;
}

.single-blog-bg a {
  text-decoration: none !important;
}

.post_category a {
  display: block;
  margin: 7px 0px 0px;
  color: var(--headingColor);
  font-weight: 600;
}

.post_category a:hover {
  color: var(--borderColor);
}

.blog-meta small,
.blog-meta a {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .3em;
  line-height: 1.23em;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--contactBg);
}

.ast-separate-container .comments-area .comment-respond {
  background-color: var(--lightBg);
  padding: 2.5rem;
  border-top: none;
  border-radius: 10px;
}

.blog-meta {
  margin-bottom: 30px;
}

.blog-meta small:after {
  content: "|";
  padding-left: 8px;
  padding-right: 4px;
}


.single-blog-bg {

  .entry-content {
    p {
      font-size: 18px;
      color: #212529;
    }

    ul li,
    ol li {
      margin-bottom: 4px;
      color: #212529;
      list-style: disc;
    }

    h1 {
      margin-top: 0px;
      font-family: "degular-display", sans-serif;
      font-size: 42px;
    }

    h2 {
      margin-top: 0px;
      font-family: "degular-display", sans-serif;
      font-size: 1.875rem;
      font-weight: 600;
      line-height: 1.3em;
    }

  }
}

.comment-respond input#submit {
  padding: 12px 20px;
  background: linear-gradient(to right, #d0ad50, #dbc078);
  color: #0a0a0a;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: 0.2s;
  line-height: normal;
}

.blog-meta small:last-child:after {
  content: "";
}

.sticky_post {
  /* overflow: hidden;
  position: sticky;
  top: 75px; */
}

.custom-pagination ul li a {
  min-width: 40px;
  height: 40px;
  display: inline-block;
  background-color: var(--postBg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  text-decoration: none;
  padding: 0px 10px;
  color: var(--colorBlack);
  text-decoration: none;
  border-radius: 8px;
}

.custom-pagination ul li.active a {
  background-color: var(--subBannerBgColor);
  border-color: var(--subBannerBgColor);
  color: var(--colorBlack);
}

.ast-comment .sticky-header {
  box-shadow: none;
  background-color: transparent;
  padding: 0px 46px;
  animation: none;
}

.single-blog-bg .comments-sec h3.comments-title {
  padding: 0px;
}

.single-blog-bg .ast-comment {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid var(--ast-single-post-border, var(--ast-border-color));
}

.single-blog-bg .ast-separate-container .ast-comment-list li.depth-1,
.ast-narrow-container .ast-comment-list li.depth-1 {
  padding: 0px;
}

.single-blog-bg .comments-sec ol {
  padding: 0px;
}

.single-blog-bg .ast-comment-info {
  margin-bottom: 0px;
}

.single-blog-bg h3.comment-reply-title {
  margin: 0px;
}

.why_home_bg {
  padding: 80px 0 30px;
}

.why_home_bg span {
  color: #666;
}

.features-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features-btn i {
  border-radius: 50%;
  /* background-image: -moz-linear-gradient(0deg, #4c2d62 0%, #311d3f 100%); */
  background-image: -webkit-linear-gradient(0deg, #d0ad50 0%, #dbc078 100%);
  /* background-image: -ms-linear-gradient(0deg, #4c2d62 0%, #311d3f 100%); */
  height: 150px;
  width: 150px;
  text-align: center;
  line-height: 150px;
  font-size: 60px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #000;
}

.features-btn i img {
  position: absolute;
  right: -5px;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.features-btn i:hover img {
  padding-bottom: 70px;
}

.features-btn span {
  font-size: 20px;
  font-weight: 700;
  color: #3d234f;
  text-transform: capitalize;
  display: block;
  text-align: center;
}

.footer_email {
  text-align: center;
}

.footer_email a {
  color: #d9bf76;
}

.footer_email i {
  display: block;
  font-size: 30px;
}

.footer_copyright {
  text-align: right;
}



/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: #92949a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  color: #3d234f;
}

h1 {
  font-size: 61px;
  line-height: 54px;
  font-weight: 600;
  position: relative;
  color: #d1af56;
  margin-bottom: 5px;
}

.content h2 {
  font-size: 35px;
  line-height: 54px;
  font-weight: 400;
  position: relative;
  color: #d4ba6f;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  font-family: "poppins", sans-serif;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #bbb;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
  border-radius: 12px;
}

/* image hover */
.hover-effect {
  transition: transform 0.3s ease-in-out;
}

.hover-effect:hover {
  transform: scale(1.08);
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f5f5f5;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #f5f5f5;
  color: #3d234f;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 20px;
  background: linear-gradient(to right, #d0ad50, #dbc078);
  color: #0a0a0a;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: 0.2s;
  line-height: normal;
}

.btn-second {
  background: #0a0a0a;
  color: #ffffff;
}

.button:hover {
  background: #3d234f;
  color: #ffffff;
  border-color: #ffffff;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: #3d234f;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.navbar .navbar-brand img {
  height: 42px;
  width: auto;
}

.navbar .navbar-brand:hover {
  color: #0a0a0a;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler i {
  font-size: 32px;
  color: #fff;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.navbar .navbar-collapse {
  position: relative;
  left: -18px;
  width: 40%;
  flex-grow: 0;
}

.navbar .navbar-nav li {
  padding: 0 10px;
}

.navbar .navbar-nav li a {
  color: #ffffff;
}

.navbar .navbar-nav li a:hover {
  color: #f5ad2c;
}

.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}

.navbar .button-navbar {
  width: 40%;
  float: right;
  text-align: right;
}

.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar .button-navbar li i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
 	section-title
---------------------------------*/
.title h5 {
  color: #3d234f;
  margin-bottom: 10px;
}

.title h2 {
  margin-bottom: 50px;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  background: #482a5c;
  padding: 40px 0 310px;
  text-align: center;
}

.intro img {
  width: 170px;
  margin-bottom: 11px;
  margin-top: 50px;
}

.intro p {
  color: #ffffff;
  margin-top: 25px;
  padding: 0 25%;
}

.intro h3 {
  color: #ffffff;
  margin-top: 20px;
  /* padding: 0 25%; */
}

.intro h3 a {
  color: #d1af56;
}

.intro-image {
  padding: 0 16%;
  margin: -215px 0 0 0;
}

.intro-image img {
  padding: 0 5px;
  height: 593px;
}

/* ------------------------------
  counter
---------------------------------*/
.counter {
  text-align: center;
  padding: 80px 0px 0px;
}

.counter h1 {
  color: #d3b155;
}

.counter p {
  color: #3d234f;
  font-size: 18px;
  font-weight: 500;
}

/* ------------------------------
  features
---------------------------------*/
.features .content:first-child {
  margin-top: 65px;
}

.features .content {
  position: relative;
  margin: 20px 0;
}

.features .content .icon {
  float: left;
  margin-right: 28px;
}

.features .content .icon i {
  font-size: 30px;
  color: #3d234f;
  margin-top: 35px;
}

.features .content .text {
  overflow: hidden;
}

.features .content-image {
  /* background: url(../img/bgbox.png) right top no-repeat; */
  background-size: 245px;
  text-align: right;
  padding-top: 45px;
  padding-right: 45px;
}

.features .content-image img {
  width: 60%;
}

.features02 {
  padding: 100px 0 0px;
}

.features02 .content-image {
  /* background: url(../img/bgbox.png) left top no-repeat; */
  background-size: 245px;
  text-align: left;
  padding-top: 45px;
  padding-left: 45px;
}

.features02 .content-image img {
  width: 80%;
}

.features02 h2 {
  margin-top: 60px;
}

.features02 .row .row {
  padding-top: 45px;
}

.features02 .content i {
  font-size: 30px;
  color: #3d234f;
}

.features02 h5 {
  line-height: 28px;
  margin: 6px 0px 10px;
}

.faq h5 {
  line-height: 28px;
  margin: 6px 0px 13px;
}

/* ------------------------------
  download
---------------------------------*/
#download {
  padding-top: 200px;
}

.download {
  background: #3d234f;
  height: 426px;
  color: #ffffff;
}

.download h2 {
  padding-top: 100px;
  color: #ffffff;
  margin-bottom: 20px;
}

.download ul {
  margin-top: 20px;
}

.download ul li {
  display: inline-block;
  margin-right: 15px;
}

.download ul li i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.download .image1 {
  position: relative;
  top: -95px;
  padding-left: 10px;
}

.download .image2 {
  position: relative;
  bottom: -24px;
  padding-left: 10px;
}

/* ------------------------------
  faq	
---------------------------------*/
.faq {
  padding: 250px 0 30px;
}

.faq h2 {
  text-align: center;
}

.faq .top-row {
  margin-top: 30px;
}

/* -----Slider youtube------- */
/* styles.css */
.learnfromvideos {
  padding: 20px 0 0px;
}

.learnfromvideos h2 {
  text-align: center;
}

.carousel-item img {
  width: 392px;
  height: 248px;
  margin: auto;
  border-radius: 12px;
  margin-bottom: 165px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  margin-bottom: -150px;
}

/* ------------Slider youtube ends-------------- */

/* ------------------------------
  cta
---------------------------------*/
.cta .content {
  padding: 30px 40px 15px;
  color: #fff;
  background: #3d234f;
  border-radius: 15px;
}

.cta .content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.cta .entry {
  text-align: right;
}

/* ------------------------------
  clients
---------------------------------*/
.clients {
  padding-top: 150px;
  padding-bottom: 150px;
}

.clients h2 {
  margin-bottom: 20px;
}

.clients .content {
  border: 1px solid #ddd;
  /* padding: 30px 40px; */
  margin-left: 10px;
  border-radius: 12px;
}

.clients .row-top {
  margin-bottom: 35px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  background: linear-gradient(to right, #4c2d62, #311d3f);
  color: #fff;
  padding: 40px 0 20px;
}

footer img {
  height: 42px;
  width: auto;
  margin-bottom: 20px;
}

footer h2 {
  color: #fff;
}

footer h6 {
  color: #3d234f;
}

footer ul {
  margin-top: 20px;
}

footer ul li {
  padding: 6px 0;
}

footer ul li i {
  color: #3d234f;
  margin-right: 15px;
}

footer ul li a {
  color: #fff;
}

.footer-cp {
  background: linear-gradient(to right, #4c2d62, #311d3f);
  color: #fff;
  padding-bottom: 30px;
}

.footer-cp ul {
  text-align: right;
}

.footer-cp ul li {
  margin-left: 20px;
  display: inline-block;
}

.footer-cp ul li a {
  color: #d9bf76;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .button-navbar {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .navbar .button-navbar {
    width: 50%;
  }

  .navbar .navbar-collapse {
    position: absolute;
    top: 100px;
    background: #3d234f;
    width: 100%;
    right: 0;
    padding: 0 30px 30px;
    text-align: left;
    left: 0;
  }

  .navbar .navbar-toggler {
    padding: 0;
    right: -62px;
    position: relative;
  }

  .intro-image {
    padding: 0 8%;
  }

  .download ul li {
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .navbar .button-navbar {
    width: 0;
    display: none;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }

  .f_loc_m {
    display: block;
  }

  .f_loc_d {
    display: none;
  }

  .intro p {
    padding: 0 15px;
  }

  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .content h2 {
    font-size: 28px;
    line-height: 48px;
  }

  .features02 h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .why_home_bg h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .download h2 {
    padding-top: 50px;
    font-size: 32px;
  }

  .why_home_bg span {
    font-size: 13px;
  }

  .learnfromvideos h2 {
    font-size: 33px;
    line-height: 43px;
  }

  .clients h2 {
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 30px;
  }

  .faq h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .cta .content h2 {
    font-size: 31px;
    line-height: 39px;
  }

  .navbar .button-navbar {
    width: 0;
    display: none;
  }

  .navbar .navbar-toggler {
    right: 0;
  }

  .intro-image img {
    padding: 0 50px;
    height: auto;
  }

  .m-none {
    display: none;
  }

  .download .col-second {
    margin-top: 115px;
  }

  .faq {
    margin-top: 500px;
  }

  .cta .entry {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .features-btn ul li {
    margin-bottom: 20px;
  }

  footer ul {
    margin-bottom: 40px;
  }

  .footer-cp ul {
    text-align: left;
    margin-top: 10px;
  }

  .footer-cp ul li {
    margin-left: 0;
    margin-right: 20px;
  }

  footer {
    padding: 40px 0 0 0;
  }

  .footer-cp {
    text-align: center;
    padding-top: 15px;
  }

  .clients {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .carousel-item img {
    margin-bottom: 70px;
    height: auto;
  }

  .faq {
    margin-top: 200px;
  }

  #download {
    padding-top: 50px;
  }

  .features {
    padding: 0px 0px 0px;
  }

  .features02 {
    padding: 15px 0 0px;
  }

  footer img {
    margin: 0px auto 2px;
    display: table;
  }

  .footer_email {
    margin: 20px 0px 20px;
  }

  .footer_copyright {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image img {
    padding: 0;
  }

  .download ul li {
    padding-top: 12px;
  }

  .faq {
    margin-top: 400px;
  }
}