/*Theme Name: Salon App
Theme URI: 
Author: luzuk Themes
Author URI: 
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
/*=== MEDIA QUERY ===*/

@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');



.section {
    padding: 100px 0;
}

.section-title p {
    width: 50%;
    margin: 0 auto;
}s

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #2e7eed;
}

.bg-1 {
  background: url(../images/background/promo-video-back.png) fixed no-repeat;
  background-size: cover;
}

.bg-coming-soon {
  background: url(../images/background/comming-soon.jpg) fixed no-repeat;
  background-size: cover;
  background-position: bottom;
}


@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}

.video {
  position: relative;
}
.video:before {
  border-radius: 3px;
}
.video img {
  width: 100%;
  border-radius: 8px;
}
.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #2e7eed;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}
@media (max-width: 992px) {
  .video .video-box a i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 22px;
  }
}
.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: #fff;
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  font-size: 14px;
}
.form-control.main:focus {
  border: 1px solid #2e7eed;
  box-shadow: none;
}

textarea.form-control.main {
  height: initial;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}

.left {
  overflow: hidden;
}
.left img {
  margin-left: -40px;
}
@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}
.right img {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow, .service {
  overflow: hidden;
}

.nav-up {
  top: -70px;
}

button:focus,
.slick-slide:focus {
  outline: 0;
}

.btn {
  text-transform: uppercase;
}

.btn-download {
  padding: 20px 35px;
  font-size: 14px;
  background: #fff;
  color: #2e7eed;
}
.btn-download span {
  margin-left: 5px;
  font-size: 20px;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 17px 38px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}
.btn-main-md:hover {
  color: #fff;
}
.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
  font-size: 14px;
}
.btn-main-sm:hover {
  color: #fff;
}
.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white {
  background: white;
  color: #2e7eed;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.main-nav {
    background: transparent !important;
    z-index: 1;
    position: absolute;
    width: 100%;
    padding: 12px 0 !important;

}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 45px;
}

.main-nav .navbar-nav .nav-item a.btn{
  text-transform: capitalize; 
  background: #B585D9;
}

.main-nav .navbar-nav .nav-item a.btn-rounded-icon {
    border-radius: 100px;
    color: #fff;
    border: none;
    padding: 13px 40px;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }
}
.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}
.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #B585D9;
}

@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown .open > a,
.main-nav .dropdown .open > a:focus,
.main-nav .dropdown .open > a:hover {
  background: transparent;
}
.main-nav .dropdown.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
@media (max-width: 992px) {
  .main-nav .dropdown {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}
.main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: none;
  margin-top: 0;
}
.main-nav .dropdown .dropdown-menu.show {
  display: block;
}
@media (max-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 3px 22px;
  transition: 0.3s ease;
}
.main-nav .dropdown .dropdown-menu .dropdown-item.active, .main-nav .dropdown .dropdown-menu .dropdown-item.focus, .main-nav .dropdown .dropdown-menu .dropdown-item:focus, .main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #2e7eed;
}
.main-nav .dropdown .dropdown-menu li:first-child {
  margin-top: 10px;
}
.main-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .main-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    transform: translateY(0px);
  }
}

.dropdown-submenu.active > a,
.dropdown-submenu:hover > a {
  color: #2e7eed;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themify";
  border: 0;
  font-size: 8px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\e64a";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\e649";
  margin-left: 5px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.copyrighttext{
  background: #707070;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 99;

}

.footer-main .container{
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}

.footer-main .container p{
  color: #fff;
}

footer .shapes-container{
  z-index: 1;
}

.footer-main .block-2 ul.appstore{
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-main .block-2 ul.appstore li img{
  width: 98%;
}
.footer-main .block-2 ul.appstore li{
  display: inline-block;  
}
.footer-main .block-2 ul.appstore li:before{
  display: none;
}

/*.footer-main {
  padding: 92px 0 30px;
  background: url('/images/footerbg.png'), #ffffff;
}*/
@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0;
  }
}
.footer-main .block img {
  margin-bottom: 20px;
}
.footer-main .block img #small-Apps {
  fill: red;
}
.footer-main .block ul.social-icon li a {
  text-decoration: none;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #3f3f43;
  color: #fff;
  text-align: center;
  line-height: 38px;
}
@media (max-width: 768px) {
  .footer-main .block {
    margin-bottom: 40px;
  }
}
.footer-main .block-2 h6 {
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
}
.footer-main .block-2 ul {
  padding: 0;
}
.footer-main .block-2 ul li {
  margin-bottom: 10px;
  list-style: none;
}
.footer-main .block-2 ul li:before{
    content: "\f111";
    font-family: 'Fontawesome';
    font-size: 10px;
    font-weight: bold;
    padding-right: 10px;
    vertical-align: middle;
    top: -3px;
    color: #fff;
    position: relative;
}
.footer-main .block-2 ul li:hover:before{
  color: #B585D9;
}

.footer-main .block-2 ul li a {
  font-size:18px;
  color: #fff;
  transition: 0.2s ease;
}
.footer-main .block-2 ul li a:hover {
  color: #B585D9;
}

.footer-classic {
  background: #fafafa;
  text-align: center;
  padding: 110px 0;
}
.footer-classic ul.social-icons {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .footer-classic ul.social-icons li {
    margin-bottom: 10px;
  }
}
.footer-classic ul.social-icons li a {
  padding: 0 20px;
  display: block;
}
.footer-classic ul.social-icons li a i {
  font-size: 25px;
  color: #000;
}
.footer-classic ul.footer-links li a {
  padding: 0 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #584a8c;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}
.scroll-top-to:hover {
  background: #333;
}
@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.clearfix{
  clear: both;
}

.call-to-action-app{
  background: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.call-to-action-app .bg-gradient{
  background-image:linear-gradient(to right,#584A8E 17%,#A588C5 73%);
  border-radius: 30px;
  padding: 2em;
  position: relative;
}

.call-to-action-app .mob1{
  position: relative;
  top:-32px;
  left:0;
}
.call-to-action-app .mob2{
  position: relative;
  bottom:-42px;
  right:0;
}

@media (max-width: 992px){
  .call-to-action-app .mob1 {
    position: relative;
    top: 0;
    left: 0;
    width: 45%;
  }

  .call-to-action-app .mob2 {
      position: relative;
      bottom: 0;
      right: 0;
      width: 45%;
  }
}


@media screen and (min-width:993px) and (max-width:1024px){
  .call-to-action-app .mob1 {
    position: relative;
    top: 0;
    left: 0;
    width: 45%;
  }

  .call-to-action-app .mob2 {
      position: relative;
      bottom: 0;
      right: 0;
      width: 45%;
  }

}

.call-to-action-app ol{
  margin: 0;
  padding: 0 0 0 15px;

}
.call-to-action-app ol li{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
    font-family: 'Poppins', sans-serif;
}


.call-to-action-app h2,
.call-to-action-app p,
.call-to-action-app a {
  color: #fff !important;
}
.call-to-action-app p {
  margin-bottom: 20px;
}
.call-to-action-app ul li {
  margin: 10px;
}
@media (max-width: 480px) {
  .call-to-action-app ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.call-to-action-app ul li:first-child {
  margin-left: 0;
}
.call-to-action-app ul li a i {
  font-size: 20px;
  margin-right: 5px;
}

.cta-hire {
  background: #FAFAFA;
}
.cta-hire p {
  width: 65%;
  margin: 0 auto;
}
.cta-hire h2,
.cta-hire p {
  margin-bottom: 20px;
}

.cta-community {
  margin-bottom: 50px;
  padding: 40px 100px;
}
@media (max-width: 992px) {
  .cta-community {
    padding: 40px;
  }
}

.jd-modal .modal-content {
  padding: 25px;
  text-align: left;
  background: #fafafa;
}
.jd-modal .modal-content .modal-header .modal-title {
  color: #000;
}
.jd-modal .modal-content .modal-body .block-2 {
  display: flex;
  margin-bottom: 70px;
}
.jd-modal .modal-content .modal-body .block-2 .title {
  width: 30%;
}
.jd-modal .modal-content .modal-body .block-2 .title p {
  color: #000;
}
.jd-modal .modal-content .modal-body .block-2 .details {
  width: 70%;
}
.jd-modal .modal-content .modal-body .block-2 .details ul {
  padding-left: 0;
  margin: 0;
}
.jd-modal .modal-content .modal-body .block-2 .details ul li {
  list-style: none;
  margin-bottom: 5px;
}
.jd-modal .modal-content .modal-body .block-2 .details ul li span {
  padding-right: 5px;
  color: #000;
}
.jd-modal .modal-content .modal-body .form-title {
  margin-bottom: 30px;
}

.banner {
  padding: 100px 0;
}
.banner .block h1 {
  margin-bottom: 13px;
}
.banner .block p {
  font-size: 20px;
  margin-bottom: 30px;
}
.banner .block .video {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner .block .video {
    width: 100%;
  }
}
.banner .block ul.clients-logo {
  margin-top: 30px;
}
.banner .block ul.clients-logo li {
  margin-left: 30px;
}
@media (max-width: 480px) {
  .banner .block ul.clients-logo li {
    margin-bottom: 20px;
  }
}
.banner .block ul.clients-logo li:first-child {
  margin-left: 0;
}

.slider {
  padding: 180px 0 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slider .block {
  position: relative;
}
.slider .block h1,
.slider .block h3 {
  color: #fff;
}
.slider .block .download {
  margin-top: 20px;
}
.slider .block .image-content {
  text-align: center;
}
.slider .block .image-content img {
  margin-top: 100px;
  margin-bottom: -200px;
}
.slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 290px solid #fff;
  border-left: 2000px solid transparent;
  width: 0;
}

.service{
  background: #EDECF1;
}


.service h2{
  color: #030504;
  font-size: 43px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.service .section-title p{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.services .service-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .services .service-block:last-child {
    margin-bottom: 30px;
  }
}
.services .service-block h3 {
  line-height: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.services .service-block i {
  font-size: 30px;
  color: #2e7eed;
  margin-bottom: 15px;
  display: inline-block;
}
.services .service-block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.services .app-preview {
  display: flex;
  justify-content: center !important;
}
.services .app-preview img {
  height: 500px;
  width: auto;
}
@media (max-width: 992px) {
  .services .col-lg-4.m-auto {
    display: none;
  }
}

/*==================
## faqs section
=========================*/
.hfaqs-section{
  padding: 4em 0;
  background: #EDECF1;
  position: relative;
  overflow: hidden;
}

.hfaqs-section .section-title h2{
  font-size: 43px;
  color: #030504;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.hfaqs-section .section-title p{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.hfaqs-section .faq-content {
  margin: 0 auto;
}

.hfaqs-section .faq-question {
    padding: 18px 0 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    margin-bottom: 1em;
    border-radius: 10px;
}

.hfaqs-section .faq-question .panel-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  width: 100%;
  color: #030504;
  position: relative;
  margin: 0;
  padding: 0px 10px 0 40px;
  display: block;
  cursor: pointer;
}

.hfaqs-section .faq-question .panel-content {
 font-size: 16px;
 color: #000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.hfaqs-section .faq-question .panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding:15px 0;
}

.hfaqs-section .faq-question .plus {
    position: absolute;
    color: #4F4488;
    margin-left: -16px;
    margin-top: -4px;
    z-index: 5;
    font-size: 30px;
    background: #fff;
    padding: 10px;
    line-height: 38%;
    border: 5px solid #edecf1;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    outline-offset: 4px #4F4488;
    outline: 1px solid #4F4488;
    outline-offset: -9px;
}

.hfaqs-section .faq-question .panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hfaqs-section .faq-question .panel {
  display: none;
}

 @media (max-width: 992px){
.hfaqs-section .faq-question .panel-title{
    font-size: 18px;
  }
  .hfaqs-section .faq-question .panel-content{
     font-size: 14px;
  }
}
/*==================================
## feature services
================================*/
.featureservices{
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 5em 0;
}

.featureservices .section-title h2{
  font-size: 43px;
  color: #030504;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.featureservices .section-title p{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.featureservices .single-service {
    background-image: linear-gradient(to top,#b6b4c2 -1%,#55498C 59%);
    position: relative;
    transition: all 0.5s;
    border-radius: 277px 277px 0 0;
    text-align: center;
}

.featureservices .single-service img{
  position: relative;
  top:-30px;
  margin: 0 auto;
}

@keyframes spin{
  from{
    transform: rotateX(-20deg) rotateY(0deg);
  }

  to{
    transform: rotateX(-20deg) rotateY(360deg);
  }
}



.featureservices .service-block{
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
}
.featureservices .service-block h3{
  font-size: 16px;
  font-weight: bold;
   font-family: 'Oswald', sans-serif;
   color: #000;
   margin-bottom: 5px;
}

.featureservices .service-block p{
  color: #000;
   font-family: 'Poppins', sans-serif;
   font-size: 12px;
   font-weight: 300;
   line-height: 17px;
}

.featureservices .service-block img.sfiacons{
    background: #EDECF1;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    width: 90%;
}

.featureservices .block1{
    position: relative;
    right: -80px;
    z-index: 9;
    top: -20px;
  }

  .featureservices .block2{
    position: relative;
    right: -55px;
    z-index: 9;
    top: 60px;
  }

.featureservices .block3{
     position: relative;
    right: -80px;
    z-index: 9;
    top: 130px;
  }

.featureservices .block4{
      position: relative;
    left: -80px;
    z-index: 9;
    top: -20px;
  }


.featureservices .block5{
   position: relative;
    left: -55px;
    z-index: 9;
    top: 55px;
  }

  .featureservices .block6{
    position: relative;
    left: -80px;
    z-index: 9;
    top: 125px;
  }

  @media (max-width: 992px){
    .featureservices .col-lg-6.m-auto {
        display: none;
    }

    .featureservices .service-block img.sfiacons{
      width: auto;
    }

    .featureservices .block1{
      position: relative;
      right: inherit;
      z-index: 9;
      top: inherit;
      margin-bottom: 20px;
    }

      .featureservices .block2{
      position: relative;
      right: inherit;
      z-index: 9;
      top: inherit;
      margin-bottom: 20px;
    }

    .featureservices .block3{
      position: relative;
      right: inherit;
      z-index: 9;
      top: inherit;
    }

    .featureservices .block4 {
      position: relative;
      left: inherit;
      z-index: 9;
      top: inherit;
      margin-bottom: 20px;
  }

   .featureservices .block5{
      position: relative;
      left: inherit;
      z-index: 9;
      top: inherit;
      margin-bottom: 20px;
  }
    .featureservices .block6{
      position: relative;
      left: inherit;
      z-index: 9;
      top: inherit;
  }


}

/*==============================
## Discover Features Section
==================================*/

.exclufeatures{
  /*background: #F4F3F8;*/
  position: relative;
  overflow: hidden;
}
.exclufeatures .section-title {
    text-align: center;
    margin-bottom: 80px;
}

.exclufeatures .section-title h2{
  font-size: 47px;
  color: #030504;
  font-family: "Inter Tight", sans-serif;
  font-weight: bold;
}


.exclufeatures .section-title p{
  color: #B1B1B1;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}


.exfeatures .block{
    padding:20px;    
    margin: 15px 0;      
}


.exfeatures .block:hover{
  background: #fff;
    box-shadow: 0px 0px 10px #00000012;
}


.exfeatures .block h3{
  font-size: 22px;  
  color:#272A6C;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin:10px 0;
}

.exfeatures .block p{
  color: #000;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.7;
   font-family: "Poppins", sans-serif;
  font-weight:400;
  padding: 10px;
  margin: 0;
}

.exfeatures .block img{      
    position: relative;
    margin: 10px auto;    
}



.exclufeatures .owl-theme .owl-nav{
  display: none;
}
.exclufeatures .owl-theme .owl-dots{
  margin-top: 2em;
}
.exclufeatures .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #707070;
    transition: all 0.5s ease;
    opacity: 0.1;
    outline: #707070 solid 2px;
}
.exclufeatures .owl-theme button.owl-dot.active span{
   background: #000;
    outline: #707070 solid 2px;
    opacity:1;
}

.exclufeatures .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: none;
    box-shadow: none;
    margin: 5px;
    padding: 0;
}
/*==============================
## end Discover Features Section
==================================*/

/*==============================
## Feature Section
==================================*/

.feature .circleanimation {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background:#F4F3F8;    
    animation: color-change 5s linear infinite;
    right: 0;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 992px){
    .feature .circleanimation {
      position: absolute;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: #F4F3F8;
      animation: color-change 5s linear infinite;
      right: 0;
      top: inherit; 
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
}

@keyframes color-change {
  0%,100%{
    background:#f4f3f8;
  }

  30%{
    background:#676192;
  }
  
  60%{
    background:#f1f1f1;
  }
  
  85%{
    background:#f7db7c;
  }
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}


.feature .container1 {
  background-color: #F8F8F8;
  color:#030504;
  border-radius: 10px; 
  margin: 20px 0;
}
.feature .container1:hover{
 box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
}

.feature .question {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px 10px 10px 40px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.feature .question::after {
    content: "\002B";
    font-size: 14px;
    position: absolute;
    left: 14px;
    transition: 0.2s;
    background: #645F92;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
}

.feature .question.active::after {
  transform: rotate(45deg);
}

.feature .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.feature .answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
}


/*.feature .sectionbgimg{
  background: url(../images/background/promo-video-back.png) fixed no-repeat;
}
*/
.feature{
  position: relative;
  /*overflow: hidden;*/
}
/*.feature:before {
  position: absolute;
  content: "";
  bottom: 0;
  top:130px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;  
  background: url('../newimages/featurebg.png'),  #000;
    background-repeat: no-repeat;
    background-size: cover;
 
}*/

.feature .secbgimage{
   position: relative;
  content: "";
  bottom: 0;
  top:0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;  
  background: url('../newimages/featurebg.png'),  #000;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature .feature-content h4{
  font-size: 20px;
  line-height: 24px;
  font-family: "Inter Tight", sans-serif;
  font-weight:400;
  margin-bottom:20px;
}
.feature .feature-content h2{
  font-size: 65px;
  line-height: 86px;
  font-family: "Inter Tight", sans-serif;
  font-weight: bold;
  color: #fff;
  margin-bottom:20px;
}
.feature .feature-content p {
  margin-bottom: 10px;
  color: #B5B5B5;
  font-size: 18px;
  line-height: 35px;
  font-weight:400;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 768px) {
    .feature .feature-content h2{
      font-size: 48px;
      line-height: 50px;
    }
    .feature .feature-content p{
      font-size: 16px;
      line-height: 28px;
    }
  .feature .feature-content h2,
.feature .feature-content p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}
.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}
.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}
.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}
.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: flex;
  justify-content: center;
}
.banner-full .image img {
  height: 625px;
}
@media (max-width: 768px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .banner-full .block {
    text-align: center;
  }
}
.banner-full .block .logo {
  margin-bottom: 40px;
}
.banner-full .block h1 {
  margin-bottom: 40px;
}
.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}
.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding:20px 0;
  border-radius: 10px;
}
.video-promo .content-block {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.video-promo .content-block h2 {
  font-size: 23px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #fff;
}
.video-promo .content-block p {
  color: #fff;
  font-size:14px;
  font-family: 'Oswald', sans-serif;
}
.video-promo .content-block a i.video {
  height: 50px;
    width: 50px;
    background: transparent;
    display: inline-block;
    font-size:28px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    line-height:50px;
    border-radius: 100%
}
.video-promo .content-block a:focus {
  outline: 0;
}

/*==============================
## end Feature Section
==================================*/





.pd-0{
  padding-left: 0;
  padding-right: 0;
}
.service .service-box .service-item {
 text-align: center;
    padding: 50px 20px 90px;
    margin: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;    
    position: relative;
}

.service .service-box .service-item:hover .nub-circle{
    transform: rotate(45deg);  
     border: 10px solid #4F4488;
}
.service .service-box .service-item .nub-circle{  
     position: absolute;
    width: 85px;
    height: 85px;
    line-height: 61px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 100vmax;
    background-position: center;
    z-index: 999;
    border: 10px solid #edecf1;
    outline-offset: 4px #4F4488;
    outline: 2px solid #4F4488;
    outline-offset: -9px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 28px;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: 0 auto;
    color: #4F4488;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 992px){
  .service .bottom-shapes{
    display: none;
  }
  .service .service-box .service-item{
    margin:25px 0;
  }
}

.service .bottom-shapes {
    height: 98px;
    width: 100px;
    margin: 0 auto 40px;
    border-radius: 100vmax;
    position: absolute;
    left: 0;
    right: 0;    
    bottom: -80px;
    background: transparent;    
    border: 10px solid #edecf1;
}

.service .bottom-shapes:before {
  content: "";
    top: 40%;
    bottom: 0;
    /* left: 0; */
    width: 135px;
    height: 24%;
    background: #fff;
    right: -136px;
    position: absolute;
    border-radius: 0 0 20px 28px;
    border-bottom: 3px solid #edecf1;
    border-left: 8px solid #edecf1;
   
}

.service .bottom-shapes:after {
   content: "";
    top: 40%;
    bottom: 0;
    /* left: 0; */
    width: 135px;
    height: 24%;
    background: #fff;
    left: -136px;
    position: absolute;
    border-radius: 0 0 20px 28px;
    border-bottom: 3px solid #edecf1;
    border-right: 8px solid #edecf1;
}

.service .service-box .service-item h3{
  font-size: 26px;
  color:#4F4488;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
.service .service-box .service-item p{  
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.aboutfeature .image-content img{
  animation: bounce2 4s ease infinite;
  margin-top: 10%;
}
.aboutfeature .circleanimation {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background:#F4F3F8;    
    animation: color-change 5s linear infinite;
    right: 0;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 992px){
    .aboutfeature .circleanimation {
      position: absolute;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: #F4F3F8;
      animation: color-change 5s linear infinite;
      right: 0;
      top: inherit; 
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
}

@keyframes color-change {
  0%,100%{
    background:#f4f3f8;
  }

  30%{
    background:#676192;
  }
  
  60%{
    background:#f1f1f1;
  }
  
  85%{
    background:#f7db7c;
  }
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}


.feature .container1 {
  background-color: #F8F8F8;
  color:#030504;
  border-radius: 10px; 
  margin: 20px 0;
}
.feature .container1:hover{
 box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
}

.feature .question {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px 10px 10px 40px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.feature .question::after {
    content: "\002B";
    font-size: 14px;
    position: absolute;
    left: 14px;
    transition: 0.2s;
    background: #645F92;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
}

.feature .question.active::after {
  transform: rotate(45deg);
}

.feature .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.feature .answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #000;
}

.aboutfeature .circleanimation2 {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: #F4F3F8;
    animation: color-change 6s linear infinite;
    right: 0;  
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 992px){
  .aboutfeature .circleanimation2 {
      position: absolute;
      width: 380px;
      height: 380px;
      border-radius: 50%;
      background: #F4F3F8;
      animation: color-change 6s linear infinite;
      right: 0;
      top: inherit;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
}

.aboutfeature .feature-content h2{
  font-size: 54px;
  line-height: 80px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #030504;
  margin-bottom:1em;
}
.aboutfeature .feature-content p {
  margin-bottom: 25px;
  color: #B5B5B5;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 768px) {
  .aboutfeature .feature-content h2,
.aboutfeature .feature-content p {
    text-align: center;
  }
  .aboutfeature .feature-content h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}
.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}
.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}
.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}
.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: flex;
  justify-content: center;
}
.banner-full .image img {
  height: 625px;
}
@media (max-width: 768px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .banner-full .block {
    text-align: center;
  }
}
.banner-full .block .logo {
  margin-bottom: 40px;
}
.banner-full .block h1 {
  margin-bottom: 40px;
}
.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}
.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding:20px 0;
  border-radius: 10px;
}
.video-promo .content-block {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.video-promo .content-block h2 {
  font-size: 23px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #fff;
}
.video-promo .content-block p {
  color: #fff;
  font-size:14px;
  font-family: 'Oswald', sans-serif;
}
.video-promo .content-block a i.video {
  height: 50px;
    width: 50px;
    background: transparent;
    display: inline-block;
    font-size:28px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    line-height:50px;
    border-radius: 100%
}
.video-promo .content-block a:focus {
  outline: 0;
}


/*======================
##secfeature Section
=============================*/

@media (max-width: 992px){
  .secfeature .circleanimation{   
    width: 380px !important;
    height: 380px !important;
    border-radius: 50%;    
    margin: 0 auto;
  }
}

.secfeature .feature-content h2 {
    font-size: 54px;
    line-height: 80px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #262626;
    margin-bottom: 1em;
}

.secfeature .feature-content p {
    margin-bottom: 25px;
    color: #262626;
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.secfeature .image-content img{
position: relative;
z-index: 1;
}

.secfeature .circleanimation {
    position: absolute;
    width: 447px;
    height: 447px;
    border-radius: 49%;
    background-image: linear-gradient(to top,#55488C 25%,#B696D1 75%);
    right: 0;    
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*======================
## testimonial Section
==============================*/


#testimonial .section-title h2{
  font-size: 43px;
  color: #030504;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

#testimonial .section-title p{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}
.testimonial .testimonial-slider .item .block {
    padding: 70px 20px 11px;
    text-align: center;
    margin: 40px;
    border-radius: 10px;
    background: #EDECF1;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.testimonial .testimonial-slider .item .block h4{
  font-size:22px;
  color: #000000;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.testimonial .testimonial-slider .item .block .image {  
    width: 100px;
    height: 100px;
    position: absolute;
    top: -40px;
    text-align: center;
    left: 0;
    background: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}

#testimonial .testimonialrating{
  margin: 10px auto;
  text-align: center;  
}
#testimonial .testimonialrating img{
  display: inline-block !important;
}

@media (max-width: 768px) {
  .testimonial .testimonial-slider .item .block .image {
    flex-grow: 1;
  }
}
.testimonial .testimonial-slider .item .block .image img {
    height: 87px;
    width: 87px;
    border-radius: 100%;
    margin: 2px auto;
}
.testimonial .testimonial-slider .item .block p {
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   font-weight: 300;  
  color:#000;
}
.testimonial .testimonial-slider .item .block cite {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin-top: 15px;
    display: block;
}
.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}
.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #55488C;
}

.testimonial .slick-dots li.slick-active button:before{  
   color: #55488C;
}
.testimonial .slick-dots li button:before{
  font-size: 15px;
}


/* homepage 3 */
.gradient-banner {
  padding:130px 0 200px;
  position: relative;
  
}
.gradient-banner h1{
    font-size: 65px;
    line-height: 86px;
    color: #272A6C;
    font-family: "Inter Tight", sans-serif;
}

.gradient-banner p{
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
}

.gradient-banner::before {
    position: absolute;
    content: "";
    bottom: 0;
    /*left: 20px;
    right: 0;  */  
    width: 100%;
    height: 150%;    
    background: url('../newimages/sliderbg.png');
    background-repeat: no-repeat;
    background-size:cover;

}


.gradient-banner a.btn{
    text-transform: capitalize;
    background: #1FAB70;
    border-radius: 100px;
    color: #fff;
    border: none;
    padding: 10px 40px;
    display: inline-block;
    margin:1em 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.pull-top {
  margin-top: -100px;
}

.bottom-shapes .circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #fff;
}

.bottom-shapes .logo {
position: absolute;
    width: 130px;
    height: 130px;    
    background: url(../newimages/scirclelogo.png), #fff;
    background-repeat: no-repeat;
    border-radius: 100vmax;
    background-position: center;
    z-index: 999;
    border: 8px solid #ff;
    outline-offset: 4px #000;    
    outline: 1px solid #cccccc5e;
    outline-offset: -9px;
}

.bottom-shapes .text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: consolas;
    color: #000;
    background: #F1F1F1;
    border-radius: 50%;
    font-size: 14px;
    animation: textRotation 10s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

ul.app-badge{
  margin: 0;
  padding: 0;
}
ul.app-badge li:nth-child(1) {
    margin-right: 30px;    
}


.bottom-shapes .text span {
    position: absolute;
    left: 50%;
    font-size: 15px;
    transform-origin: 0 97px;
}

@media (max-width: 786px){
.gradient-banner {
  padding: 2em 0;
}

}
@media (max-width: 992px){
  .shapes-bor{
    display: none;
  }
}
.shapes-bor{
 position: absolute;
    width: 100%;
    height: 20%;   
    bottom: -74px;
    z-index: 9999;
    left: 0;
    right: 0;   
}

.shapes-bor:after{
     content: "";
    top: 51%;
    bottom: 0;   
    width: 44%;
    height: 20%;
    background: #fff;
    left: 3px;
    position: absolute;
    border-radius: 0 15px 10px 0;
}

.shapes-bor:before {
 content: "";
    top: 51%;
    bottom: 0;   
    width: 44%;
    height: 20%;
    background: #fff;
    right: 2px;    
    position: absolute;
    border-radius: 15px 0px 0 10px;
}

.bottom-shapes{    
  height: 215px;
    width: 220px;
    margin: 0 auto 40px;
    border-radius: 100vmax;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    bottom: -129px;
    background: url(../newimages/sliderbg.png), #000;
}


.zindex-1 {
  z-index: 1;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #2e7eed;
  margin: 1em 0;
  padding: 0;
}

.icon-box {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #2e7eed;
}
.icon-box i {
  line-height: 80px;
  font-size: 30px;
}

.founder {
  margin-bottom: 30px;
}
.founder img {
  border-radius: 5px;
  margin-bottom: 25px;
}
.founder h2 {
  font-size: 30px;
  line-height: 30px;
}
.founder cite {
  font-size: 14px;
  font-style: normal;
}
.founder p {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

/*------------home banner @media css-------*/

@media (max-width: 768px) {
  .gradient-banner h1 {
      font-size: 35px;
      line-height: 35px;
  }

}

/*----------------------------------------*/
/*   New Arrival Section
/*----------------------------------------*/
#newarrival {position: relative; padding: 100px 0 0px;}

#newarrival .newarrivalus-post-wrap {
    position: relative;
    top: -250px;
}

#newarrival .narivlbtn{float: right;}
#newarrival .narivlbtn a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background-color: #FFE8E8;
    padding: 0px 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 0.7px;
    text-align: center;
    border: 1px solid #B05D5D;
    z-index: 9;
    word-break: break-all;
}
#newarrival .narivlbtn a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px;
    background-color: #f3f;
    transition: all 0.3s ease;
}
#newarrival .narivlbtn a:hover { color: #fff;}
#newarrival .narivlbtn a:hover:after {top: 0;height: 100%;}
#newarrival .narivlbtn a:active {top: 2px;}
#newarrival .newarrivalbx {
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
    /*width: 25%;
    float: left;*/
}
#newarrival .newarrivalus-post-boxes {position: relative;}

#newarrival .newarrivalus-single { 
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 8px;
    transition: all .1s linear;
}
#newarrival .hi-icon { 
    position: relative;
    overflow: hidden;
    transition: all 1s ease 0s;
}
#newarrival .hi-icon img{
    display: block;
    width: 100%;
    /*height: 334px; */
    transition: 1s ease-in-out;
    border-radius: 17px;
}

#newarrival .newarrival-area-data { position: relative;padding: 8px 4px;text-align: center;}
#newarrival .newarrival-area-data h4{
    position:relative;
    font-size: 22px;
    font-family: "Inter Tight", sans-serif;
    margin: 10px 0 ;
    font-weight: 500;
    color: #000000;
}
#newarrival .newarrival-area-data h4
#newarrival .newarrival-area-data .price {font-size: 20px; font-weight: 500; margin: 6px 0 4px 0;}
#newarrival .newarrival-area-data .price ins{background: none;}
#newarrival .price del { display: none;}


@media (max-width: 768px) {
  #newarrival .newarrivalus-post-wrap{
    top: 0;
  }
}
/*===================end section css=====================*/


.team-sm {
  margin-bottom: 30px;
}
.team-sm .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-sm .image img {
  border-radius: 5px;
}
.team-sm .image .social-links {
  position: absolute;
  background: #2e7eed;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 80px);
  margin: 0 40px;
  border-radius: 4px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: 0.3s;
  bottom: 20px;
}
.team-sm .image .social-links ul {
  margin-bottom: 0;
}
.team-sm .image .social-links ul li a {
  display: block;
  padding: 15px;
}
.team-sm .image .social-links ul li a i {
  font-size: 20px;
  color: #fff;
}
.team-sm .image:hover .social-links {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.team-sm h3 {
  margin-bottom: 0;
}
.team-sm cite {
  font-size: 14px;
  font-style: normal;
}
.team-sm p {
  margin-top: 15px;
}

.featured-article {
  padding: 0 0 50px 0;
}
.featured-article article.featured {
  display: flex;
}
@media (max-width: 768px) {
  .featured-article article.featured {
    flex-wrap: wrap;
  }

}
.featured-article article.featured .image {
  flex-basis: 100%;
  padding: 20px;
}
.featured-article article.featured .image img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .featured-article article.featured .image {
    margin-bottom: 20px;
  }
}
.featured-article article.featured .content {
  margin-left: 30px;
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .featured-article article.featured .content {
    text-align: center;
  }
}
.featured-article article.featured .content h2 {
  margin-bottom: 20px;
}
.featured-article article.featured .content h2 a {
  font-size: 30px;
  color: #000;
  display: inline-block;
}
.featured-article article.featured .content h2 a:hover {
  color: #2e7eed;
}
.featured-article article.featured .content p {
  margin-bottom: 25px;
}

.post-sm {
  margin-bottom: 40px;
}
.post-sm .post-thumb {
  margin-bottom: 15px;
  overflow: hidden;
}
.post-sm .post-thumb img {
  transition: 0.3s ease;
}
.post-sm .post-title {
  margin-bottom: 15px;
}
.post-sm .post-title h3 a {
  color: #000;
  font-size: 20px;
}
.post-sm .post-title h3 a:hover {
  color: #2e7eed;
}
.post-sm:hover .post-thumb img {
  transform: scale(1.3);
}

.blog-single .single-post {
  padding-bottom: 70px;
}
.blog-single .single-post .post-body .feature-image {
  margin-bottom: 30px;
}
.blog-single .single-post .post-body .feature-image img {
  width: 100%;
}
.blog-single .single-post .post-body p {
  margin-bottom: 20px;
}
.blog-single .single-post .post-body .quote {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog-single .single-post .post-body .quote {
    width: 80%;
  }
}
.blog-single .single-post .post-body .quote blockquote {
  color: #000;
  padding: 10px 0 10px 30px;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  border-left: 6px solid #666666;
}
.blog-single .single-post .post-body .post-image {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.blog-single .about-author h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .blog-single .about-author h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .blog-single .about-author .media {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .blog-single .about-author .media .image {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.blog-single .about-author .media .image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.blog-single .about-author .media .media-body {
  margin-left: 40px;
}
@media (max-width: 480px) {
  .blog-single .about-author .media .media-body {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
.blog-single .about-author .media .media-body p {
  margin-bottom: 15px;
}

.related-articles .title {
  margin-bottom: 20px;
}
.related-articles .title h2 {
  font-size: 30px;
}

.pagination-nav {
  display: flex;
  justify-content: center;
}
.pagination-nav ul.pagination {
  padding-top: 30px;
}
.pagination-nav ul.pagination li {
  margin-right: 10px;
}
.pagination-nav ul.pagination li a {
  border-radius: 3px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #808080;
  transition: 0.3s ease-in;
}
.pagination-nav ul.pagination li a:hover {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}
.pagination-nav ul.pagination .active a {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}

@media (max-width: 480px) {
  .about .content {
    text-align: center;
  }
}
.about .content h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about .about-slider .item {
  padding: 20px;
}
.about .about-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}
.about .about-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

.create-stories .block img {
  width: 100%;
  margin-bottom: 20px;
}
.create-stories .block h3 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .create-stories .block {
    margin-bottom: 30px;
  }
}

.quotes .quote-slider h2 {
  font-size: 50px;
}
.quotes .quote-slider cite {
  margin-left: 150px;
  font-style: normal;
}

.clients {
  padding: 50px 0;
}
.clients h3 {
  margin-bottom: 30px;
}
.clients .client-slider .slick-track {
  display: flex;
  align-items: center;
}
.clients .client-slider img {
  max-width: 80%;
}

.investors .block {
  margin-bottom: 30px;
}
.investors .block .image {
  margin-bottom: 20px;
}
.investors .block .image img {
  width: 100%;
  border-radius: 8px;
}
.investors .block h3 {
  margin-bottom: 0;
  line-height: 1;
}
.investors .block p {
  font-size: 14px;
}

.hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}
.hover-zoom img {
  transition: 0.3s ease;
}
.hover-zoom:hover img {
  transform: scale(1.2);
}

.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}
.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Lora", serif;
}
.error-page .center .block p {
  margin-bottom: 50px;
}

.career-featured .block {
  display: flex;
}
@media (max-width: 768px) {
  .career-featured .block {
    flex-wrap: wrap;
  }
}
.career-featured .block .content {
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .career-featured .block .content {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.career-featured .block .content h2 {
  margin-bottom: 30px;
}
.career-featured .block .video {
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .career-featured .block .video {
    flex-grow: 1;
    width: 100%;
  }
}

.company-fun-facts h2 {
  margin-bottom: 60px;
}
.company-fun-facts .fun-fact {
  margin-bottom: 20px;
  text-align: center;
}
.company-fun-facts .fun-fact i {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  border: 1px solid #000;
  border-radius: 100%;
}

.gallery .image {
  cursor: pointer;
}

.job-list .block {
  padding: 50px 80px;
  background: #fff;
}
.job-list .block h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.job-list .block .job {
  padding: 50px 10px;
  display: flex;
}
@media (max-width: 768px) {
  .job-list .block .job {
    display: block;
    text-align: center;
  }
}
.job-list .block .job:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 480px) {
  .job-list .block .job {
    flex-wrap: wrap;
  }
}
.job-list .block .job .content {
  flex-basis: 100%;
}
.job-list .block .job .content h3 {
  margin-bottom: 0;
}
.job-list .block .job .apply-button {
  flex-basis: 100%;
  align-self: center;
  text-align: right;
}
@media (max-width: 768px) {
  .job-list .block .job .apply-button {
    margin-top: 20px;
    text-align: center;
  }
}

.faq .block {
  padding: 50px;
}
@media (max-width: 480px) {
  .faq .block {
    padding: 30px;
  }
}
.faq .block .faq-item {
  margin-bottom: 40px;
}
.faq .block .faq-item .faq-item-title {
  margin-bottom: 30px;
}
.faq .block .faq-item .faq-item-title h2 {
  font-size: 30px;
  border-bottom: 1px solid #cccccc;
}
.faq .block .faq-item .faq-item-title:last-child {
  margin-bottom: 0;
}
.faq .block .faq-item .item .item-link {
  position: relative;
  padding: 10px 0 10px 18px;
  padding-left: 25px;
}
.faq .block .faq-item .item .item-link a {
  font-size: 20px;
  color: #000;
}
.faq .block .faq-item .item .item-link a span {
  margin-right: 5px;
}
.faq .block .faq-item .item .item-link:before {
  font-family: "themify";
  content: "\e64b";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 15px;
  top: 15px;
}
.faq .block .faq-item .item .accordion-block {
  background: #fafafa;
}
.faq .block .faq-item .item .accordion-block p {
  padding: 20px;
}

.privacy .privacy-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  background: #fafafa;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.privacy .privacy-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.privacy .privacy-nav ul li {
  list-style: none;
}
.privacy .privacy-nav ul li a {
  font-size: 16px;
  color: #757575;
  padding: 10px 0;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .privacy .privacy-nav ul li a {
    font-size: 16px;
    padding: 5px 0;
  }
}
.privacy .privacy-nav ul li a.active {
  color: #000;
}
@media (max-width: 768px) {
  .privacy .privacy-nav {
    margin-bottom: 30px;
  }
}
.privacy .block {
  background: #fff;
  padding: 40px 50px;
}
.privacy .block .policy-item {
  padding-bottom: 40px;
}
.privacy .block .policy-item .title {
  margin-bottom: 20px;
}
.privacy .block .policy-item .title h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.privacy .block .policy-item .policy-details p {
  margin-bottom: 20px;
}

.user-login {
  height: 100%;
  width: 100%;
}
.user-login .block {
  display: flex;
}
@media (max-width: 768px) {
  .user-login .block {
    flex-wrap: wrap;
  }
}
.user-login .block .image {
  flex-basis: 100%;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .user-login .block .image {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.user-login .block .image img {
  border-radius: 8px;
}
.user-login .block .content {
  flex-basis: 100%;
  align-self: center;
  padding: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .user-login .block .content {
    flex-grow: 1;
  }
}
.user-login .block .content .logo {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .user-login .block .content .logo {
    margin-bottom: 40px;
  }
}
.user-login .block .content .title-text {
  margin-bottom: 35px;
}
.user-login .block .content .title-text h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.user-login .block .content .new-acount {
  margin-top: 20px;
}
.user-login .block .content .new-acount p, .user-login .block .content .new-acount a {
  font-size: 14px;
}
.user-login .block .content .new-acount p a {
  color: #000;
}

.coming-soon {
  color: #000;
  padding: 120px 0;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .coming-soon {
    padding: 80px 0;
  }
}
.coming-soon .block h3 {
  color: #808080;
}
.coming-soon .block .count-down {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down {
    margin-top: 40px;
  }
}
.coming-soon .block .count-down .syotimer-cell {
  min-width: 200px;
  padding: 45px 0;
  margin-right: 30px;
  margin-bottom: 20px;
  background: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down .syotimer-cell {
    min-width: 180px;
    padding: 35px 0;
  }
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 65px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-size: 20px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: normal;
}

.address .block .address-block {
  text-align: center;
}
.address .block .address-block .icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.address .block .address-block .icon i {
  display: block;
  height: 100px;
  width: 100px;
  background: #fafafa;
  border-radius: 100%;
  font-size: 45px;
  text-align: center;
  line-height: 100px;
}

.google-map {
  position: relative;
}
.google-map #map_canvas {
  height: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .google-map #map_canvas {
    height: 350px;
  }

  .newslettersign-box input.iml{
    width: 100%;
  }
  .newslettersign-box input.snip1575{
    width: 100%;
    margin: 10px 0;
  }
  .newslettersign-box h2{
    font-size: 26px;
    line-height: 30px
  }

  .section-title h2{
    font-size: 32px !important;
  }

  .section1{
    padding-top:5em !important;
  }

  .gradient-banner::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 200%;
      border-radius: 0 0 50px 50px;   
  }

}
/*# sourceMappingURL=style.css.map */



@media(max-width: 370px){
  .gradient-banner h1{
    font-size: 35px;
    line-height: 35px;
  }
  .aboutfeature .feature-content h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .secfeature .feature-content h2{
    font-size: 40px;
    line-height: 60px;
  }
  .bottom-shapes{
    display: none;
  }
  .aboutfeature .circleanimation{
    width: 300px !important;
    height: 300px !important;
  }
  .secfeature .circleanimation{
     width: 300px !important;
    height: 300px !important;
  }
  .secfeature .feature-content p{
    line-height: 30px;
  }
  .aboutfeature .feature-content p{
    line-height: 30px;
  }


}

@media screen and (min-width:993px) and (max-width:1024px){

  .shapes-bor{
    display: none;
  }
  .aboutfeature .feature-content h2 {
      font-size: 36px;
      line-height: 48px;     
  }

  .service .bottom-shapes:before{
    display: none;
  }
  .service .bottom-shapes:after{
      display: none;
  }

}

@media(max-width: 991px){
.gradient-banner::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 200%;
      border-radius: 0;   
  }

  .main-nav {
      background: #6f42c175 !important;
      z-index: 1;
      position: relative;
      width: 100%;
      padding: 12px 0 !important;
  }

 .main-nav .navbar-nav .nav-item a.btn{
    margin: 0 auto;
    display: inherit;
   }

}
/*=============================
page-wrapper css
=============================*/

.page-wrapper{
  padding: 2em 0;
  font-family: 'Oswald', sans-serif
}

.page-wrapper .page-title{
    margin: 2em 0;
}

.page-wrapper .page-title  h1 {
    font-size: 60px;
    color: #4F4488;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.page-wrapper .page-title  h2 {
    font-size: 43px;
    color: #030504;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.page-wrapper p {
    margin-bottom: 25px;
    color: #707070;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

/*===========16-11-24=============*/

.gradient-banner img{
  Width:104px;
  height:104px;
  margin: 0 auto;
   /* aspect-ratio: 1 / 0;
    width: 100%; */
}


.service img{
    aspect-ratio: 1 / 0; / Width:Height ratio /
    width: 100%; / or a fixed width /
}

.call-to-action-app img{
    aspect-ratio: 1 / 0; / Width:Height ratio /
    width: 100%; / or a fixed width /
}

/*.featureservices img{
    aspect-ratio: 1 / 2; / Width:Height ratio /
    width: 100%; / or a fixed width /
}*/

.secfeature img{
    aspect-ratio: 1 / 0; / Width:Height ratio /
    width: 100%; / or a fixed width /
}


/*----------------------------------------*/
/*   Features Area
/*----------------------------------------*/
#tmbenifit {position: relative; overflow: hidden;}
#tmbenifit .featuresus-single { 
    position: relative;
    padding:0.5em 2.2em;
    border-radius: 20px;;
    transition: all .1s linear;
    overflow: hidden;
    text-align: center;
}

#tmbenifit .bigcercle {
     position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;   
    border: 5em solid #F8F8F8;
    margin: auto;
    left: -159px;
    /* right: 0; */
    top: 0;
}


.tmbenifitus-single{
    display: flex
}
#tmbenifit .dot-bricks {
  position: absolute;
    top: 14px;
    left: -9750px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  animation: dot-bricks 2s infinite ease;
}
#tmbenifit .feature-round {
    position: absolute;    
    padding: 1em 1.5em;
    border-radius: 0% 80px 80px 0;
    width: 260px;
    height: 150px;
    left: 5%;
    bottom: 0;
    top: 250px;
    background: #F8F8F8;
    text-align: right;
}
#tmbenifit .feature-round h2{
font-family: "Inter Tight", sans-serif;
font-size: 46px;
font-weight: bold;
margin: 0;
position: relative;
top:35px;
color: #16AA93;
}

#tmbenifit .secrightbox{
  padding: 2em;
}

#tmbenifit .secrightbox p{
  margin: 0;
  padding:4em 4em 1em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  word-break: break-all;
}
#tmbenifit .secrightbox h2{
  font-size: 72px;
  font-family: "Inter Tight", sans-serif;
  font-weight:bold;
  color: #272A6C;
  margin: 0 0 20px 0;
}
#tmbenifit h3{
  font-weight: bold;  
  font-size: 106px;
  position: relative;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  -webkit-text-stroke-width: 2px;
 -webkit-text-stroke-color: #000;
 opacity: 0.13;
 margin:0 0 40px 0;
}
#tmbenifit .section-title {
    margin-bottom: 0.5em;
    position: relative;
}
#tmbenifit .section-title .heading {
    padding-bottom: 16px;
}
#features .section-title h2 {
    font-size: 32px;
    font-weight: 400 !important;
    line-height: 54px;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0;
}
#tmbenifit .section-title h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 0.5em;
    margin: 0;
}
#tmbenifit .tmbenifit-box {    margin-top: 0.4em;}
#tmbenifit .featuresarea-img3 img{border-radius: 20px;}
#features i {
    font-size: 30px;
    transition: all 1s ease 0s;
    padding: 19px;
    color: #fff;
    background: #786EE0;
    border-radius: 50%;
    margin-bottom: 0.5em;
    transition: all 0.3s ease-in-out 0.1s;
}
#tmbenifit .featuresus-single:hover i{
    transform: scale(1.1) translateY(-3px);
    animation: bouncing 0.5s .3s;
}
@keyframes bouncing {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}
#tmbenifit .tmbenifit-area-data h4{
    font-size: 18px;
    font-weight: 700;
    font-family: "Inter Tight", sans-serif;
    color: #000;
}
#tmbenifit .tmbenifit-area-data p {
    opacity: 0.5;
    font-size: 16px;
    color: #000;
    font-family: "Inter Tight", sans-serif;
    line-height: 25px;
}

#tmbenifit .rightbx .tmbenifitbx{
  width: 60%;
}
#tmbenifit .rightbx .tmbenifitbx:nth-child(4n - 3) {
    position: absolute;
    left: 100px;
    z-index: 9;
    top: 5px;
}

#tmbenifit .rightbx .tmbenifitbx:nth-child(4n - 2) {
    position: absolute;
    right: -52px;
    /* z-index: 9; */
    bottom: 25%;
}
#tmbenifit .rightbx .tmbenifitbx:nth-child(4n - 1) {
    position: absolute;
    left: 100px;
    z-index: 9;
    bottom: -108px;
}

#tmbenifit .rightbx .tmbenifitbx .iconbox{
    transition: all 1s ease 0s;
    padding: 10px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    margin-right: 2.5em;
    transition: all 0.3s ease-in-out 0.1s;
    width: 100px;
    height: 70px;
    text-align: center;
    line-height: 60px;
    display: block;
}
#tmbenifit .rightbx .tmbenifitbx i {
    font-size: 30px; 
    color: #000;
}
#tmbenifit .rightbx .tmbenifitbx:hover .iconbox{
    transform: scale(1.1) translateY(-3px);
    animation: bouncing 0.5s .3s;
}



#tmbenifit .btn{
    text-transform: capitalize;
    background: #1FAB70;
    border-radius: 100px;
    color: #fff;
    border: none;
    padding: 10px 40px;
    display: inline-block;
    margin:1em 3em;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    
}
#tmbenifit .btn:hover {   
   
    animation: box 3s infinite;
  }
  @keyframes box {
    0% {
      box-shadow: #2B3369;
    }
    50% {
      box-shadow: 0 0 10px #2B3369;
    }
    100% {
      box-shadow: #2B3369;
    }
  }

@media (max-width: 768px) {
  #tmbenifit .rightbx .tmbenifitbx:nth-child(4n - 2){
    position: relative;
    right: 0;   
    bottom: 0;
  }
  #tmbenifit .rightbx .tmbenifitbx:nth-child(4n - 1){
      position: relative;
      left: 0;
      z-index: 9;
      bottom: 0;  
  }
  #tmbenifit .rightbx .tmbenifitbx:nth-child(4n - 3) {
      position: relative;
      left: 0;
      z-index: 9;
      top: 0;
  }
  #tmbenifit h3{
    font-size: 40px;
    text-align: center;
  }
  #tmbenifit .rightbx .tmbenifitbx{
    width: 100%;
  }
  #tmbenifit .feature-round{
    position: relative;
  }
  #tmbenifit .bigcercle{
    display: none;
  }
  #tmbenifit .feature-round{
    position: relative;
    top:0;
  }
  #tmbenifit .secrightbox h2{
    font-size: 50px;
    text-align: center;
  }
  #tmbenifit .secrightbox p{
    padding: 10px;
  }
  #tmbenifit .btn{
    margin: 1em;
  }
}
/*----------------------------------------*/
/*  Newsletter Area
/*=======================================*/
#newsletter { position: relative; overflow: hidden;z-index: 0;}
#newsletter .titlebox{text-align: center;}
#newsletter .titlebox h3{font-size:40px;font-weight:bold;margin:30px 0;font-family: "Inter Tight", sans-serif;}
#newsletter .titlebox p{font-size: 16px; margin: 0 0 20px 0;color: #000; font-family: 'Poppins', sans-serif;}
#newsletter .box-form p{font-size: 16px; margin:20px 0;color: #000; font-family: 'Poppins', sans-serif;}
#newsletter .ht-newsletter-member-wrap p{
  margin: 0;
}
#newsletter .box-form {position: relative;margin: 1em 0% 0 0;padding: 0 10% ;text-align: center;}
#newsletter  .ht-newsletter-member-wrap input::placeholder{ opacity: 1;}
#newsletter p{margin: 0;}
#newsletter .ht-newsletter-member-wrap input[type="text"], 
#newsletter .ht-newsletter-member-wrap input[type="email"], 
#newsletter .ht-newsletter-member-wrap input[type="url"], 
#newsletter .ht-newsletter-member-wrap input[type="password"], 
#newsletter .ht-newsletter-member-wrap input[type="search"], 
#newsletter .ht-newsletter-member-wrap input[type="number"], 
#newsletter .ht-newsletter-member-wrap input[type="tel"], 
#newsletter .ht-newsletter-member-wrap input[type="range"], 
#newsletter .ht-newsletter-member-wrap input[type="date"], 
#newsletter .ht-newsletter-member-wrap input[type="month"], 
#newsletter .ht-newsletter-member-wrap input[type="week"], 
#newsletter .ht-newsletter-member-wrap input[type="time"], 
#newsletter .ht-newsletter-member-wrap input[type="datetime"],
#newsletter .ht-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .ht-newsletter-member-wrap input[type="color"],
#newsletter .ht-newsletter-member-wrap input[type="file"],
#newsletter .ht-newsletter-member-wrap select,
#newsletter.ht-newsletter-member-wrap textarea{    
    width: 100%;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 14px 20px 14px 30px;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    border: none;
    box-shadow: 0px 0px 36px #00000014;
    border-radius: 29px;
}

#newsletter .ht-newsletter-member-wrap textarea {
    height: 100px;
    padding: 18px 50px;
}
#newsletter .ht-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .ht-newsletter-member-wrap input[type="submit"]:hover {
    color: #222225;
    background: #fff;
}
#newsletter .ht-newsletter-member-wrap input[type="submit"] {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    position: relative;
    width: 80%;
    padding: 10px 36px;
    border-radius:50px !important;
    margin: 0;
    box-shadow: 0px 0px 36px #00000014;
    display: block;
}

@media (max-width: 768px) {
  #newsletter .ht-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
  }
}