/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap');


:root {
  --primary: #ff6501;
}

.section-bg {
  background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Nunito', sans-serif;
  color: #444444;
  overflow-x: hidden;
}

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

a:hover {
  color: #ff6501;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
}

.section-headline {
  padding-bottom: 40px;
  position: relative;
}

.section-headline.review-head {
  padding-bottom: 20px;
}

.section-headline h3 {
  font-size: 40px;
  line-height: 46px;
}

.section-headline p {
  font-size: 16px;
  max-width: 510px;
  margin: 0px auto;
}


.banner-btn {
  border: 1px solid var(--primary);
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  background: var(--primary);
  border-radius: 2px;
}

.banner-btn:hover {
  background: var(--primary);
  border: 1px solid #fff;
  color: #fff;
}

.banner-content h3 {
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  margin: 0 auto 40px;
}

.banner-content {
  overflow: hidden;
  padding: 0px 40px;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 55px;
  z-index: 996;
  background: #ff6501;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff6501;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
#topbar {
  background: #191919;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #ff6501;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  background: rgba(249, 247, 247, 0.95);
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
}

#header.fixed-top {
  background: #eee8e8;
  color: #eef;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
}

.scrolled-offset {
  margin-top: 80px;

}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #ff6501;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 60%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    /* left: -90%; */
  }

  .navbar .dropdown .dropdown:hover>ul {
    /* right: -100%; */
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #ff6501;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff6501;
  background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ff6501;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff6501;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cc1616;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 10px);
  /* background-image: linear-gradient(75deg,#010e1b,#f3621917),url('../img/banner/banner-04.jpg'); */
  background: url("../img/banner/banner-04.jpg") top center;
  background-size: cover;
  position: relative;
  padding-top: 30px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.436);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  /* text-transform: uppercase; */
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #ff6501;
  border-color: #ff6501;
}

@media (min-width: 1024px) {
  #hero {
    /* background-attachment: fixed; */
    
  }
}

@media (min-width: 2560px) {
  #hero {
    height: 40vh;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}


.ready-btn {
  border: 1px solid var(--primary);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 2;
  background: var(--primary);
  width: 160px;
  border-radius: 2px;
}


/*----------------------------------------*/
/* 4. Count Area
/*----------------------------------------*/
.counter-area {
  position: relative;
  overflow: hidden;
}

.counter-inner {
  background: #f5f5f5;
  padding: 100px 30px 100px 70px;
}

.fun-title h3 {
  color: #f5f5f5;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 0px;
  font-weight: 600;
}

.fun-content {
  display: block;
}

.fun_text i {
  font-size: 44px;
  color: #fff;
  background: #ff6501;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 78px;
  font-weight: 100;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.fun_text {
  text-align: center;
  box-shadow: 0 5px 25px rgba(235, 116, 13, 0.1);
  padding: 40px 30px;
  position: relative;
  margin-bottom: 30px;
  
}

.fun_text:hover {
  text-align: center;
  background: var(--primary);
  color: #fff;
  border-radius: 5%;
} 

.fun_text:hover .counter{
  color: #fff;
} 

.fun_text:hover i{
  font-size: 44px;
  background: #fff;
  color: #ff6501;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 78px;
  font-weight: 100;
  width: 80px;
  height: 80px;
  border-radius: 50%;
} 

.fun_text::after {
  position: absolute;

  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #ff6501;
}

.fun_text .counter {
  color: #444;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.fun_text h4 {
  margin-bottom: 0px;
}

.fun_text>h5 {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 20px;
}

/*----------------------------------------
 7.Self Area Css
----------------------------------------*/
.self-area {
  background: url(../img/13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: scroll;
  z-index: 1;
  position: relative;
}

.self-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 34, 65, 0.40) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}

.self-content {
  background: #fff;
  padding: 50px 30px 50px 50px;
  border-radius: 4px;
}


@media (max-width: 480px) {
  .self-content {
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
  }

  .self-content span {
    font-size: 14px;
  }

  .blog-content h3 {
    font-size: 24px;
  }


  .dropdown-submenu {
    position: relative;

    >a::after {
      display: block;
      content: "";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 4px 0 4px 4px;
      border-left-color: #fff;
      margin-top: 6px;
      margin-right: 0px;
    }

    >ul.dropdown-menu {
      position: absolute;
      right: 100%;
      top: 0;
      margin-left: 0px;
    }
  }

}



/*----------------------------------------*/
/*  8.work-proses area
/*----------------------------------------*/
.single-proses {
  margin-top: 10px;
  margin-bottom: 30px;
}

.proses-icon a {
  width: 100px;
  height: 100px;
  line-height: 97px;
  font-size: 36px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
  background: #fff;
}

.proses-icon {
  position: relative;
  display: inline-block;
}

.point-view {
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
}

.proses-text p {
  margin-bottom: 0px;
}

.point-blue .point-view {
  background: var(--primary);
  border: 1px solid var(--primary);
}

.point-orange .point-view {
  background: #b91ca8;
  border: 1px solid #b91ca8;
}

.point-green .point-view {
  background: #1AA15F;
  border: 1px solid #1AA15F;
}

.point-blue.proses-icon a {
  color: var(--primary);
}

.point-orange.proses-icon a {
  color: #b91ca8;
}

.point-green.proses-icon a {
  color: #1AA15F;
}

.proses-text h4 {
  text-transform: capitalize;
  font-size: 22px;
  max-width: 270px;
  margin: 0px auto;
}

/*----------------------------------------*/
/*  9.Payment History area
/*----------------------------------------*/
.payment-history-area {
  background: url(img/background/bg3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.payment-history-area::after {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.deposite-content {
  position: relative;
}

.deposite-content table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.deposite-content td,
.deposite-content th {
  border: 1px solid #ccc;
  text-align: left;
  padding: 8px;
}

.deposite-content tr:nth-child(even) {
  background-color: #E9EBEC;
}

.diposite-box {
  width: 80%;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}

.diposite-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 5px;
  background: var(--primary);
}

.diposite-box h4 {
  display: inline-block;
  font-size: 26px;
  background: var(--primary);
  padding: 10px 30px;
  margin-bottom: 25px;
  border-radius: 3px;
  color: #fff;
}

.diposite-box span {
  float: right;
  font-size: 28px;
  color: #fff;
  background: var(--primary);
  padding: 10px 20px;
  border-radius: 3px;
  line-height: 32px;
}

/*----------------------------------------*/
/*  10. banner Area
/*----------------------------------------*/
.banner-area {
  background: rgba(0, 0, 0, 0) url(../img/home2.jpg) no-repeat scroll  center / cover;
  position: relative;
  z-index: 1;
}

.banner-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 34, 65, 0.70) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}

.btn-enquire {
  border-radius: 20px;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
}

.banner-btn {
  border: 1px solid var(--primary);
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  background: var(--primary);
  border-radius: 2px;
}

.banner-btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.banner-content h3 {
  color: #fff;
  font-size: 40px;

  line-height: 46px;
  font-weight: 600;
  margin: 0 auto 40px;
}

.banner-content {
  overflow: hidden;
  padding: 0px 40px;
}

/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-content {
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;

}

.blog-content:hover {
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  background: var(--primary);
  color: #fff;
}

.blog-content:hover a h3 {
  font-size: 21px;
  color: #fff;
  line-height: 30px;
  transition: 0.4s;
}


.blog-content:hover a p {
  font-size: 21px;
  color: #fff;
  line-height: 30px;
  transition: 0.4s;
}

.blog-content a h4 {
  font-size: 21px;
  color: #2a354e;
  line-height: 30px;
  transition: 0.4s;
}

.home-blog .blog-content a h4 {
  margin-bottom: 0px;
}

.admin-type i,
.date-type i,
.comments-type i {
  color: var(--primary);
  margin-right: 5px;
}

.single-blog:hover .blog-content::after {
  transition: 0.4s;
  opacity: 1;
  top: 0px;
}

.single-blog .blog-image img {
  width: 100%;
  height: 350px;
  /* border-top-left-radius: 50px 20px; */
}

.single-blog1:hover .blog-content::after {
  /* transition: 0.4s; */
  opacity: 1;
  top: 0px;
}

.blog-content p {
  line-height: 28px;
  transition: 0.4s;
}

.blog-content a h4:hover {
  color: var(--primary);
  transition: 0.4s;
}

.blog-meta span {
  color: #757b82;
  font-size: 14px;
  font-weight: 400;
  padding-right: 10px;
}

.admin-type img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid var(--primary);
  margin-right: 10px;
}

.single-blog {
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

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

.blog-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease 0s;
  border: 1px solid var(--primary);
  background: var(--primary);
  padding: 7px 24px;
  margin-top: 10px;
  border-radius: 3px;
}

.blog-btn:hover {
  color: var(--primary);
  background: transparent;
  transition: all 0.4s ease 0s;
}


/*----------------------------------------*/
/*  5. Invest Area
/*----------------------------------------*/
.per-day {
  color: #444;
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 15px;
  display: block;
  font-weight: 600;
}

span.users {
  color: #444;
}

.prices {
  font-size: 26px;
  font-weight: 700;
  color: #f84a15;
  padding-right: 10px;
  line-height: 40px;
}

.pri_table_list {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f84a15;
  margin-bottom: 30px;
  width: 100%;
}

.pricing-text {
  padding: 10px 0px;
  display: block;
}

.pri_table_list ol li {
  padding: 5px 0px;
  font-size: 15px;
}

.price-btn a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  background: var(--primary);
  display: inline-block;
  border: 1px solid #f84a15;
}

.price-btn a:hover {
  background: transparent;
  color: #f84a15;
  border: 1px solid #f84a15;
  transition: all 0.4s ease 0s;
}

.pri_table_list>h3 {
  color: #455454;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
}

.base {
  position: absolute;
  right: -52px;
  top: 24px;
  background: #1AA15F;
  width: 180px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #fff;
  transform: rotate(45deg);
}

/*--------------------------------*/
/* 6. support-service-area  Area
/*--------------------------------*/
.support-services {
  background: #fff;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 40px;
  overflow: hidden;
  border-radius: 3px;
  transition: 0.4s;
  z-index: 1;
  margin-bottom: 30px;
  border: 1px solid var(--primary);
}

.support-services::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transition: 0.4s;
  opacity: 0;
  z-index: -1;
}

.support-images {
  float: left;
  font-size: 44px;
  color: var(--primary);
  line-height: 70px;
  width: 70px;
  height: 70px;
  border: 1px solid var(--primary);
  text-align: center;
  margin-right: 30px;
  border-radius: 50%;
}

.support-content {
  padding-left: 100px;
  /* height: 210px; */

}

.support-content h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #151b2c;
}

.support-content p {
  margin-bottom: 0px;
}



.support-services:hover::after {
  transition: 0.4s;
  opacity: 1;
}

.support-services:hover .support-images {
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fff;
}

.support-services:hover .support-content h4,
.support-services:hover .support-content p {
  color: #fff;
}

.contnt {
  padding: 20px;
}

.align-items-stretch {
  display: flex;
  align-items: stretch;
}

.pb-3 {
  padding-bottom: 30px;
}


/*----------------------------------------
7.Self Area Css
----------------------------------------*/
.self-area {
  background: url(../img/home1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  background-attachment: scroll;
  z-index: 1;
  position: relative;
  
}

.self-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 34, 65, 0.40) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}

.self-content {
  background: #fff;
  padding: 50px 30px 50px 50px;
  border-radius: 4px;
}


@media (max-width: 480px) {
  .self-content {
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
  }

  .self-content span {
    font-size: 14px;
  }

  .blog-content h3 {
    font-size: 24px;
  }

  .banner-content h3 {
    color: #fff;
    font-size: 24px;
  
    line-height: 24px;
    font-weight: 400;
    margin: 0 auto 40px;
  }

  .banner-content {
    overflow: hidden;
    padding: 0px 10px;
  }

  .dropdown-submenu {
    position: relative;

    >a::after {
      display: block;
      content: "";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 4px 0 4px 4px;
      border-left-color: #fff;
      margin-top: 6px;
      margin-right: 0px;
    }

    >ul.dropdown-menu {
      position: absolute;
      right: 100%;
      top: 0;
      margin-left: 0px;
    }
  }

}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  /* opacity: 0.5; */
  transition: 0.3s;
  width: 100%;
  height: 200px;
}

.clients .swiper-slide:hover img {
  /* opacity: 1; */
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 60%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #0880e8 !important;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  margin-top: 30px;
}


.services .service-item {
  padding: 20px;
  background: #fff;
  height: 400px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;

}

@media (max-width: 991px) {
  .services .service-item {
    /* padding: 20px; */
    background: #fff;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);

  }
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--primary);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /* background: #f0f1f2; */
  /* background: var(--primary); */
  background: #ff67014f;
  ;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  /* margin: 0 0 20px 0; */
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--primary);
}

.services .service-item:hover .icon:before {
  background: #ff67014f
}

.services .service-item:hover h3 {
  border-color: var(--primary);
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services1 {
  padding-bottom: 40px;
}

.services1 .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}

.services1 .card-img {
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.services1 .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.services1 .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-top: -60px;
  margin-left: 30px;
  width: calc(100% - 60px);
}

@media (max-width: 640px) {
  .services1 .card-body {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}

.services1 .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.services1 .card-title a {
  color: #213b52;
  transition: 0.3s;
}

.services1 .card-text {
  color: #5e5e5e;
}

.services1 .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.services1 .read-more a:hover {
  color: #f99011;
}

.services1 .card:hover img {
  transform: scale(1.1);
}

.services1 .card:hover .card-body {
  border-color: #f99011;
}

.services1 .card:hover .card-body .card-title a {
  color: #f99011;
}

.reviews-area {
  position: relative;
  background: #e3e1df33;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  /* min-height: 320px; */
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  /* margin-top: 20px; */
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
  opacity: 1;
  /* border: 1px solid #000; */
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f99011;
  width: 30px;
  height: 8px;
  border-radius: 10px;
}

.testimonials .swiper-slide {
  /* opacity: 0.3; */
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}



/*----------------------------------------*/
/*  16.	Breadcumbs  CSS
/*----------------------------------------*/
.white-headline h3 {
  color: #fff;
}

.page-area{
  position: relative;
}
.page-area {
  background: url(../img/banner/about-banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.breadcumb-overlay {
position: absolute;
background: rgba(10, 24, 40, 0.8) none repeat scroll 0 0;
top: 0;
width: 100%;
left: 0;
height: 100%;
}
.breadcrumb {
  padding: 100px 0px 60px;
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb-bg {
  position: relative;
  top: 93px;
  background: #0A1828;
  border-radius: 5px;
  padding: 22px 60px;
  z-index: 99;
  max-width: 80%;
  margin: 0 auto;
}
.breadcrumb .section-headline h3 {
  font-size: 40px;
  line-height: 42px;
  text-transform:capitalize;
  position: relative;
  top: 15px;
  font-weight: 700;
  padding: 40px 0px;
}
.breadcrumb .section-headline{
  padding-bottom: 0px;
}
.breadcrumb .section-headline h3::after {
  display: none;
}
.breadcrumb ul li {
  display: inline-block;
  color: #f3f0ff;
  padding: 0px 10px 0px 20px;
  position: relative;
  font-size: 18px;
text-transform: capitalize;
font-weight: 700;
}
.breadcrumb ul li.home-bread{
  padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  right: -10px;
  top: 0;
}
.breadcrumb .section-headline::after {
  display: none;
}
/*----------------------------------------*/
/*  17.	About page  CSS
/*----------------------------------------*/
.about-content h3 {
  line-height: 36px;
  font-size: 29px;
  position: relative;
  font-weight: 700;
}
.about-content p {
  font-size: 15px;
  letter-spacing: 0.40px;
  line-height: 24px;
  margin-bottom: 5px;
}
.about-content {
  margin-top: 5px;
}
.about-details {
  overflow: hidden;
  display: block;
  padding-top: 10px;
}
.marker-list li {
  color: #777;
  padding-left: 30px;
  margin: 10px 0px;
  position: relative;
  font-size: 15px;
}
.marker-list li::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 10px;
  background: var(--primary);
  width: 5px;
  height: 5px;
}
.about-image {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-right: 40px;
}
.about-image img {
  border-radius: 5px;
}
.about-image::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  content: "";
  /* background: rgba(6,34,65,0.60) none repeat scroll 0 0; */
}
.about-image .video-content {
  width: 100%;
  height: 100%;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
 margin-top: -50px;
text-align: center;
z-index: 9;
}
.about-image .video-play.vid-zone {
  background: var(--primary);
  border-radius: 100%;
  display: inline-block;
  font-size: 34px;
  height: 100px;
  line-height: 96px;
  width: 100px;
  overflow: hidden;
  transition: 0.4s;
}
.about-image .video-play.vid-zone i {
  color: #fff;
  margin-left: 5px;
}
.about-image .video-play.vid-zone:hover {
  background: #fff;
  color: var(--primary);
transition: 0.4s;
}
.about-image .video-play.vid-zone:hover i{
  color: var(--primary);
}
.mission-about {
  border: 1px solid #ccc;
  padding: 20px 35px;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.mission-icon {
  display: block;
}
.mission-icon i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  position: relative;
  top: -60px;
  background: #fff;
  color: var(--primary);
  border-radius: 50%;
  transition: 0.4s;
}
.mission-text {
  margin-top: -25px;
}
.mission-text p {
  font-size: 16px;
}
.mission-about:hover .mission-icon i {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
  transition: 0.4s;
}
.mission-about{
margin-top: 40px;
}
/*--------------------------------*/
/* 18.Feature Area
/*--------------------------------*/
.feature-area {
  position: relative;
}
.feature-text1 {
  margin-top: 30px;
}
.feature-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.feature-text h3 {
  font-size: 40px;
  line-height: 46px;
}
.feature-text li {
  display: block;
  position: relative;
}
.feature-text ul li a {
  font-size: 15px;
  color: #5d6471;
  padding: 6px 0px 6px 35px;
  display: block;
}
.feature-text li::after {
  position: absolute;
  left: 0px;
  top: 6px;
  content: "\e64c";
  font-family: themify;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  background: var(--primary);
}
.feature-btn {
  padding: 10px 20px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.feature-btn:hover{
  border: 1px solid var(--primary);
  background: #fff;
  color: var(--primary);
  transition: 0.4s;
}
.margin-row {
  margin-top: 60px;
}
/*----------------------------------------*/
/*  19. Team Area
/*----------------------------------------*/
.team-area {
  background: #fff;
}
.single-member{
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
  padding: 30px 20px;
}
.single-member .team-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-height: 200px;
  max-width: 200px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--primary);
}
.team-hover li {
  display: inline-block;
  margin-right: 5px;
}
.team-hover li a {
  color: #fff;
  border: 1px solid var(--primary);
background: var(--primary);
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius:50%;
}
.team-hover li a:hover {
  color: #fff;
  border: 1px solid #1FC157;
  background: #1FC157;
}
.team-hover {
  padding: 15px 0 0px;
  text-align: center;
  transition: all 0.4s ease 0s;
}
.single-member .team-img a {
  display: block;
}
.team-content {
  padding: 10px 0px 0px;
}
.team-content h5 a {
  color: #666;
}
.team-content p {
  margin-bottom: 0;
}
.team-content h5 {
  font-size: 18px;
  margin: 10px 0px;
  text-transform: capitalize;
  font-weight: 600;
}
/*----------------------------------------
20. Login And Register page
----------------------------------------*/
.login-page {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
}
.login-form {
  background: #fff;
  padding: 40px;
  overflow: hidden;
}
.login-image {
  width: 50%;
  float: left;
}
.login-image, .log-inner img {
  height: 100%;
  max-height: 535px;
  object-fit: cover;
}
.login-area form#contactForm {
  border: none;
  border-radius:0;
  box-shadow: none;
  background: #fff;
}
.login-form .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  min-height: 36px;
  margin-bottom: 20px;
}
.login-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.login-btn {
  padding: 10px 30px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.login-btn:hover{
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--primary);
  transition: 0.4s;
}
.flex-box{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.check-group {
  position: relative;
  margin: 0px 0px 20px;
}
.check-box{
  color: #151b2c;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  outline: none;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
}
.check-box-input {
  position: absolute;
  left: 0px;
  top: 0px;
  min-height: 25px;
  height: 26px;
  margin: 0 !important;
  padding: 0 !important;
}
.remember-text {
  color: #151b2c;
  font-weight: 300;
  font-size: 12px;
  left: 25px;
  position: absolute;
  top: 2px;
}
.text-muted {
  font-size: 12px;
  float: right;
  margin-top: 2px;
}
.separetor {
  margin-top: 10px;
}
.separetor span {
  background: #fff;
  position: relative;
  top: 10px;
  padding: 10px 0px 0px;
}
.sign-icon {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
.sign-icon ul li {
  display: inline-block;
  margin: 0px 5px;
}
.sign-icon ul li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0px 30px 0px 0px;
  font-weight: 600;
}
.sign-icon ul li a.facebook{
  color: #3B5998
}
.sign-icon ul li a.twitter{
  color: #00ACED
}
.sign-icon ul li a.google{
  color: #C32F10
}
.acc-not {
  font-size: 13px;
  margin-top: 20px;
  font-weight: 600;
}
.signup-form .check-group {
  position: relative;
  margin: 0px 0px 20px;
}
.signup-page .login-image, 
.signup-page .log-inner img {
  height: 100%;
  max-height: 588px;
  object-fit: cover;
}



/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer1 {
  background: url(../img/banner/about-banner1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.footer1::after {
  background: rgba(18, 12, 12, 0.801) none repeat scroll 0 0;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-area {
  padding: 100px 0px;
}

.footer-content {
  overflow: hidden;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-head p {
  /* color: #5d6471; */
  color: #fff;
}

.logo-footer .footer-head p {
  /* color: #5d6471; */
  color: #fff;
  margin-bottom: 0px;
}

.footer-head h4 {
  /* color: #444; */
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 600;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  margin-right: 3px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary);
  border-radius: 2px;
  background: var(--primary);
  transition: 0.4s;
}

.footer-tags li a:hover,
.footer-icons ul li a:hover {
  color: var(--primary);
  background: #fff;
  transition: 0.4s;
}

.footer-tags {
  display: block;
  overflow: hidden;
}

.footer-tags li {
  float: left;
}

.footer-tags li a {
  /* color: #757b82; */
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 5px;
}

.footer-icons {
  margin-top: 30px;
}

.footer-list {
  width: 50%;
  float: left;
}

.footer-list1 {
  width: 70%;
  float: left;
}

.footer-contacts p span {
  color: var(--primary);
  font-weight: 700;
}

.footer-contacts p span a {
  color: #fff;
  font-weight: 700;
}

.subs-feilds {
  margin-top: 30px;
}

.suscribe-input {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  width: 95%;
}

.footer-content.logo-footer {
  padding-right: 30px;
}

.suscribe-input input {
  color: #757b82;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 15px;
  height: 46px;
  border-radius: 0;
  width: 64%;
  float: left;
  background: #fff;
}

.suscribe-input button {
  background: var(--primary);
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 5px;
  width: 36%;
  font-weight: 600;
  height: 46px;
  border: 1px solid var(--primary);
  transition: 0.4s;
}

.suscribe-input button:hover {
  color: var(--primary);
  background: #fff;
  transition: 0.4s;
}

.footer-list li a {
  /* color: #5d6471; */
  color: #fff;
  padding: 7px 0px 7px 20px;
  display: block;
  position: relative;
  font-weight: 400;
}

.footer-list li a:first-child {
  padding-top: 0px;
}

.footer-list li a::after {
  position: absolute;
  /* content: "\e649"; */
  right: auto;
  top: 0px;
  left: 0;
  font-family: themify;
  font-size: 12px;
}

.footer-list li a:hover {
  color: var(--primary);
}

.footer-list li a:hover::after {
  color: var(--primary);
}



.footer-list li a {
  /* color: #5d6471; */
  color: #fff;
  padding: 7px 0px 7px 20px;
  display: block;
  position: relative;
  font-weight: 400;
}

.footer-list li a:first-child {
  padding-top: 0px;
}

.footer-list li a::after {
  position: absolute;
  right: auto;
  top: 0px;
  left: 0;
  font-family: themify;
  font-size: 12px;
}

.footer-list li a:hover {
  color: var(--primary);
}

.footer-list li a:hover::after {
  color: var(--primary);
}

.footer-area-bottom {
  padding: 25px 0;
  background: #f4f4f4;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: var(--primary);
}

.copyright-text a {
  color: var(--primary);
}

.copyright>p {
  margin-bottom: 0;
  color: #5d6471;
}

.copyright a {
  color: var(--primary);
}



.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
  
	z-index: 1000;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: flex;
	padding: 5px 0;
	box-shadow: 0 -2px 5px -2px #333;
	background-color: #fff;
  }
  
  .mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	display: flex;
  
	flex-direction: column;
	justify-content: center;
  }
  .mobile-bottom-nav__item a{
	color:#000 !important;
	font-size: 11px;
  }
  .mobile-bottom-nav__item--active {
	color: var(--primary);
  }
  .h300 img{
	height: 300px;
}
  .mobile-bottom-nav__item-content a i {
    font-size: 22px;
    color:  var(--primary);
    display: block;
    margin-bottom: 3px;

  }
  
  .mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
  }
  .pdn{
    padding: 10px 10px !important;
    width: 180px;
  }
  .mod_head{
    background: var(--primary);
  }
  .modal-title{
    color: #fff;
  }
  .vrt{
    vertical-align: middle;
  }


  
  .shape-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    
    height: 430px;
    margin: 30px 10px 30px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    /* width: 23.333%; */
}

.shape-box1 {
    display: inline-block;
    position: relative;
    z-index: 1;
    
    height: 330px;
    margin: 8px 5px 8px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    /* width: 23.333%; */
}

.shape-box_half {
    overflow: hidden;
    text-align: left;
}

.shape-box_half:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(53.5deg);
    transform-origin: top left;
    transition: \transform .4s;
    background: #fff;
    z-index: 1;
}

.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-black {
    background-color: #000;
}

.shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: \transform .4s;
    transform: translateY(100%);
    z-index: 3;
}

.shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 30px;
    right: 30px;
    transition: bottom .4s;
}

.card-no {
    font-size: 36px;
    color: var(--primary);
    padding: 0;
    margin: 10px 0;
}

.card-main-title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 24px;
    /* text-transform: uppercase; */
    color: #292b2c;
}

.card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
}

.read-more-btn {
    border: 2px solid var(--primary);
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primary);
    color: #fff;
    border-radius: 2px;
    margin-top: 25px;
    text-decoration: none;
}

.read-more-btn:hover {
    background: transparent;
    color: var(--primary);

}

.shape-box_half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary);
    opacity: 0;
    transition: opacity .4s;
}

/*On hover*/
.shape-box_half:hover:before {
    transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
    transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
    bottom: 100%;
}

.shape-box_half:hover>.after {
    opacity: 1;
}


.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#f84a15, #f99011);
  
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  /* margin: 1em 0; */
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper img{
    border-radius: 50%;
    height: 80px;
  }

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
  height: 80px;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #f84a15;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item img{
  height: 300px;
  width:100%
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}




/*----------------------------------------*/
/* 23.Contact CSS
/*----------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
}
.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}
.contact-area .contact-form {
  margin-left: 15px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #3d5368;
  height: 46px;
  margin-bottom: 25px;
  padding-left: 20px;
  width: 100%;
}
.contact-form textarea#message {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #3d5368;
  height: 160px;
  padding: 20px;
  width: 100%;
}
.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid var(--primary);
  color: #fff;
  display: block;
  font-size: 18px;
  margin-top: 16px;
  padding: 13px 24px;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
  background: var(--primary);
}
.contact-form button[type=submit]:hover{
  color:var(--primary);
  border: 1px solid var(--primary);
  background: #fff;
  transition: all 0.3s ease 0s;
}
.single-icon i {
  font-size: 64px;
  line-height: 77px;
  margin-bottom: 20px;
  color:var(--primary);
}
.single-icon p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
}
.contact-icon {
  margin-bottom: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px;
  position: relative;
  z-index: 1;
}
/*----------------------------------------*/
/*  24.	Animation  CSS
/*----------------------------------------*/
.last-item{
  margin-bottom: 0px;
}
@-webkit-keyframes bounce {
0% {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
50% {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
100% {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
}

@keyframes bounce {
0% {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
50% {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
100% {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
}

@-webkit-keyframes popcircle {
0% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
99% {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
100% {
  opacity: 0;
}
}

@keyframes popcircle {
0% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
99% {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
100% {
  opacity: 0;
}
}
@-webkit-keyframes rotateme {
from {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}

@keyframes rotateme {
from {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}

@-webkit-keyframes animationFramesOne {
0% {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
}
20% {
  -webkit-transform: translate(73px, -1px) rotate(36deg);
          transform: translate(73px, -1px) rotate(36deg);
}
40% {
  -webkit-transform: translate(141px, 72px) rotate(72deg);
          transform: translate(141px, 72px) rotate(72deg);
}
60% {
  -webkit-transform: translate(83px, 122px) rotate(108deg);
          transform: translate(83px, 122px) rotate(108deg);
}
80% {
  -webkit-transform: translate(-40px, 72px) rotate(144deg);
          transform: translate(-40px, 72px) rotate(144deg);
}
100% {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
}
}

@keyframes animationFramesOne {
0% {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
}
20% {
  -webkit-transform: translate(73px, -1px) rotate(36deg);
          transform: translate(73px, -1px) rotate(36deg);
}
40% {
  -webkit-transform: translate(141px, 72px) rotate(72deg);
          transform: translate(141px, 72px) rotate(72deg);
}
60% {
  -webkit-transform: translate(83px, 122px) rotate(108deg);
          transform: translate(83px, 122px) rotate(108deg);
}
80% {
  -webkit-transform: translate(-40px, 72px) rotate(144deg);
          transform: translate(-40px, 72px) rotate(144deg);
}
100% {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
}
}