﻿@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");


.main_img {
  width: 80% !important;
}

@font-face {
  font-family: Nexa-Black;
  src: url("./fonts/Nexa-Black.otf");
  font-display:swap;
}

@font-face {
  font-family: Nexa-Bold;
  src: url("./fonts/Nexa-Bold.otf");
  font-display:swap;
}

@font-face {
  font-family: Nexa-Regular;
  src: url("./fonts/Nexa-Regular.otf");
  font-display:swap;
}

@font-face {
  font-family: Nexa-Light;
  src: url("./fonts/Nexa-Light.otf");
  font-display:swap;
}

@font-face {
  font-family: Mont-Heavy;
  src: url("./fonts/Mont-Heavy.otf");
  font-display:swap;
}

@font-face {
  font-family: Mont-ExtraLight;
  src: url("./fonts/Mont-ExtraLight.otf");
  font-display:swap;
}

html {
  background: #000;
  /* scroll-behavior: smooth;*/
}

body {
  margin: 0;
  color: #0a0e21;
  font-weight: 100;
  line-height: normal;
  font-family: "Mulish", sans-serif;
  transition: 0.4s;
}

.yellow {
  color: #d5aa2a;
}

div#load_screen {
  background-color: #fff;
  opacity: 1;
  position: fixed;
  z-index: 1000000000;
  top: 0px;
  height: 100%;
  width: 100%;
  /* background: #ffffff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-container {
  overflow: hidden;
  position: relative;
}

.loader .logo {
  display: block;
  text-align: center;
  width: auto;
}

.loader .logo img {
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tbl-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 9px;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #f9981c;
  border-style: solid;
  border-color: #f9991f;
}

.mobile-nav.showw {
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-nav .top_strip {
  display: none;
}

.scroll-down {
  display: table;
  margin: auto;
  margin-top: 100px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff !important;
  text-align: center;
}

.scroll-down:hover {
  text-decoration: none !important;
}

.scroll-down .fa {
  display: block;
  font-size: 72px;
  padding-left: 3px;
  color: #ff632b !important;
}

.slide-bottom {
  -webkit-animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite alternate both;
  animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
    alternate both;
}

img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

nav {
  top: 0px;
  width: 100%;
  position: fixed;
  z-index: 9;
  padding: 0px;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

.fixed-nav-top {
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
  box-shadow: 1px 1px 22px 0px rgb(0 0 0 / 20%);
  top: 0;
}

.fixed-nav-top .custom_logo {
  padding: 14px 20px;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .desktop-menu {
  padding: 10px 20px 10px 0px;
}

.custom_logo a {
  height: 45px;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .custom_logo a {
  height: 35px;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .desktop-menu ul li a {
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}
/*
.fixed-nav-top  .desktop-menu{
        padding-right: 20px;
           transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
        margin-top: 13px;
}



.fixed-nav-top .topest-menu{
     transition: 0.3s;
               transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .nav_upper_menu{
         transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}*/

.topest-menu {
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.top_part {
  background: #1c1c1c;
  padding-left: 50px;
}

.top_part .tbl-cell {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: solid 1px #464646;
  text-align: center;
}

.top_part .tbl-cell:last-child {
  border-right: 0;
}

.tp_right_2 {
}

.top_part_left {
  padding-left: 0;
  margin-top: 11px;
  width: auto;
  border: solid 1px #c4c4c4;
  padding: 5px;
  border-radius: 50px;
  position: relative;
  width: 77px;
}

.langauge_option ul li {
  display: block;
}

.language_dropdown {
  cursor: pointer;
  padding-left: 4px;
}

.language_dropdown img {
  margin-top: -2px;
}

.langauge_option a {
  display: block;
}

.langauge_option span {
  padding-left: 4px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 800;
  color: #c4c4c4;
}

.langauge_option i.fa {
  vertical-align: middle;
  padding-left: 8px;
  font-size: 12px;
  color: #c4c4c4;
}

.langauge_option .dropdown-menu > li > a {
  display: block;
  padding: 5px;
  color: #c4c4c4;
  font-size: 12px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
}

.langauge_option .dropdown-menu > li > a img {
  width: 22px;
}

.langauge_option .dropdown-menu > li > a:hover {
  background-color: #009400;
  transition: all 0.25s ease-out;
}

.langauge_option .dropdown-menu > li > a:hover span {
  color: #fff;
  transition: all 0.25s ease-out;
}

.nav_upper_menu {
  position: relative;
}

.nav_upper_menu .dropdown-menu {
  padding: 0;
  margin: 0;
  text-align: left;
  float: none;
  top: 30px;
  left: 0;
  /* right: 38px; */
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
  pointer-events: none;
  display: block;
  border-radius: 0;
  /* width: auto; */
  min-width: 90px;
}

.langauge_option:hover > ul.dropdown-menu {
  display: block;
  pointer-events: auto;
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
}

.desktop-menu .dropdown-menu ul li a {
  padding: 0;
  margin: 0;
  color: #434343;
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  position: relative;
}

.desktop-menu .dropdown-menu ul li a:after {
  content: "";
  height: 45px;
  width: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  bottom: 50%;
  left: inherit;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mega-menu-item-has-children .dropdown-toggle:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  right: -16px;
  line-height: inherit;
  position: absolute;
  top: 12px;
}

.desktop-menu .dropdown-menu ul li:last-child a:after {
  display: none;
}

.desktop-menu .dropdown-menu ul li a img {
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 79px;
}

.desktop-menu .dropdown-menu ul li a:hover {
  color: #009400;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.nav_upper_menu a:hover {
  transition: all 0.25s ease-out;
}

.nav_upper_menu li span {
  margin-right: 4px;
  vertical-align: middle;
}

.top_part_left select:focus {
  outline: 0;
}

.top_pat_right {
  width: auto;
  float: right;
}

.top_pat_right a {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  position: relative;
  padding: 5px 0;

  letter-spacing: 1px;
}

.top_pat_right a:hover {
  color: #009400;
}

.top_pat_right a:after {
  display: block;
  background-color: #009400;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: all 0.25s ease-out;
}

.top_pat_right a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.tp_right_1 ul {
  padding: 0;
  margin: 0;
}

.tp_right_1 ul li {
  display: list-item;
  list-style: disc;
  list-style-type: disc;
  float: left;
  color: #fff;
  width: auto;
  margin-right: 33px;
  padding: 0 4px;
}

.tp_right_1 ul li:last-child {
  margin-right: 0;
}

.tp_right_1 a,
.tp_right_2 a {
}

.tp_right_1 a {
  text-transform: uppercase;
}

.tp_right_2 a {
}

.tp_right_3 a {
  font-size: 15px;
}

.tp_right_2 a .fa {
  margin-right: 10px;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
}

.tp_right_3 a .fa {
  margin-right: 10px;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
}

.tp_right_4 a {
  margin: 0 7px;
  font-size: 20px;
}

.tp_right_4 a:hover {
  color: #009400;
}

.custom_logo {
  float: left;
  border-left: 0;
  border-top: 0;
  width: auto;
  text-align: left;
  padding: 40px 5px 40px 0px;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

.custom_logo a {
  display: block;
}

.custom_logo a img {
  width: auto;
  height: 100%;
}

.custom_navigation {
  float: left;
  width: 80%;
  text-align: right;
}

a:hover {
  text-decoration: none;
}

.desktop-menu {
  width: 75%;
  float: right;
  /* width: auto; */
  border-left: 0;
  text-align: left;
  border-right: 0;
  position: relative;
  /* text-align: right; */
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
  display: table;
  padding: 35px 0px 40px 0px;
}

.respon_btn {
  text-align: center;
  margin: 0;
  margin-right: 0;
  padding-left: 0px;
  /* border: solid 1px #464242; */
  border-left: 0;
  width: auto;
  right: 0;
  top: 0;
  /* float: right; */
  display: inline-block;
  vertical-align: middle;
}

.respon_btn span {
  font-weight: 400;
  color: #f99911;
  text-transform: uppercase;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
}

.respon_btn span strong {
  font-weight: 700;
}

.nav_start {
  border: 1px solid #f99911;

  border-radius: 15px;
  padding: 12px 30px;
  text-align: center;
  margin-bottom: 0;
  display: block;
  letter-spacing: 0;
  margin: 0 !important;
  transition: 0.3s;
}

a:active,
a:focus {
  text-decoration: none;
}

.nav_start .blob-btn__blob {
  /*background: rgb(245 145 4);*/
}

.fixed-nav-top .nav_start {
  /*   padding:13px 20px;*/
}

.nav_start:hover {
  transition: 0.3s;
}

.nav_start:hover span {
  color: #fff;
}

.nav_start:after {
  display: none !important;
}

.bigg {
  transition: 0.6s !important;
  -webkit-transition: all 0.6s;
  transform: translateY(-133px) !important;
}

.top-grunge img {
  vertical-align: top;
  margin-top: -1px;
  width: 100%;
  transition: 0.3s;
}

nav {
  transition: 0.3s;
}

nav .logo a {
  display: block;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
  height: 32px;
}

.fixed-nav-top .logo a {
  height: 25px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .topest-menu {
  transition: 0.3s;
}

.fixed-nav-top .top-grunge img {
  margin-top: -2px;
  transition: 0.3s;
}

nav.small .logo a {
  height: 80px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

nav.bigg .logo img {
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

.fixed-pos {
  overflow: hidden;
}

.top-socio a {
  border-right: solid 1px #525665;
  padding: 0 21px;
  transition: 0.4s;
}

.top-socio a:hover {
  text-decoration: none;
}

.top-socio a img {
  transition: 0.4s;
}

.top-socio a:hover img {
  transition: 0.4s;
  transform: rotateY(180deg);
}

.top-socio a:first-child {
  padding-left: 0;
}

.top-socio a:last-child {
  border: none;
  padding-right: 0;
}

.top-socio {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}

.logo {
  display: table-cell;
  vertical-align: middle;
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
  text-align: left;
  width: 100%;
}

.nicescroll-cursors {
  border: 0 !important;
}

.desktop-menu li {
  vertical-align: middle;
}

.desktop-menu li:last-child {
  margin-right: 0;
}

.no_use a:before {
  position: absolute;
  right: -12px;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-top: 4px dashed #fff;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: 0.3s;
  content: "";
  top: 6px;
}

.no_use .dropdown-menu a:before {
  display: none !important;
}

.sub_dropdown {
  width: 100%;
  background: #eee;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
  pointer-events: none;
  top: -97%;
  position: absolute;
  max-height: 200px;
  overflow: auto;
}

.further_sub:hover .sub_dropdown {
  pointer-events: auto;
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
  top: 0;
  position: relative;
}

.further_sub:hover .fa-plus:before {
  content: "\f068";
}

.further_sub a:first-child {
  padding-right: 42px !important;
}

.further_sub .sub_dropdown li a {
  padding: 5px !important;
  border-bottom: solid 1px #909090;
  margin-top: 0;
  border: 0 !important;
  left: 0;
  border-radius: 0;
  margin-right: 0 !important;
}

.sub_dropdown li a:after {
  display: none;
}

.further_sub .fa {
  font-size: 12px;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 4px;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
}

.desktop-menu ul li a {
  color: #909090;
  padding: 0px 0 5px 0;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  display: block;
  margin-right: 30px;
  text-transform: uppercase;
  position: relative;
  font-family: Nexa-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sign_btn {
  padding-left: 40px;
}

.sign_btn a {
}

.desktop-menu a:after {
  display: block;
  /* background-color: #010101; */
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: all 0.25s ease-out;
}

.desktop-menu a:hover {
  color: #010101;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.highlighted_menu:after {
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
  width: 29% !important;
  
}

.desktop-menu a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.desktop-menu li:first-child a {
}

.current-menu-item a {
  color: #fff;
}

.current-menu-item a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.desktop-menu li:last-child a {
  padding-right: 0;
  border-right: 0;
}

.desktop-menu ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  vertical-align: middle;
  border-left: 0;
  text-align: left;
  border-right: 0;
  display: inline-block;
  vertical-align: middle;
}

.desktop-menu .dropdown-menu > li > a {
  padding: 10px 10px 10px 25px;
  border-bottom: solid 1px #e2e2e2;
  min-width: 200px;
  margin-top: 0;
  border-radius: 0;
  left: 0;
  border-radius: 0;
  color: #414042;
  text-transform: capitalize;
  margin-right: 0;
  white-space: break-spaces;
}

.desktop-menu .dropdown-menu > li:last-child a {
  border-bottom: none;
}

.desktop-menu .dropdown-menu {
  /* display:none;*/
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
  pointer-events: none;
}

.desktop-menu .dropdown-menu ul {
  display: block;
  padding: 35px 15px;
}

.desktop-menu .dropdown-menu li {
  margin-right: 0;
  display: block;
  /* float: left; */
  border: 0;
  /* width: 16.6%; */
  display: block;
}
.dropdown-menu > .active > a {
  color: #fff !important;
}

.desktop-menu li:hover > .dropdown-menu {
  display: block;
  pointer-events: auto;
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
}

.mobile-nav .dropdown {
  position: relative;
  z-index: 10;
}

.mobile-nav li:hover > ul.dropdown-menu {
  display: block;
  pointer-events: auto;
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
  background: #fff;
  padding: 0;
}

.mobile-nav .dropdown-menu li a {
  font-size: 12px;
  color: #434343;
  transition: 0.3s;
}

.mobile-nav .dropdown-menu ul {
  padding: 15px;
}

.mobile-nav .dropdown-menu li a:hover {
  color: #009400;
  transition: 0.3s;
}

.desktop-menu .dropdown-menu {
  box-shadow: 0px 0 28px 0px rgb(107 107 107 / 71%);
  padding: 0;
  min-width: 230px;
  margin-top: 0;
  border: 0;
  /* border-radius: 0; */
  left: -30px;
  /* min-height: 191px; */
  border-radius: 24px;
  top: 42px;
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
  padding: 25px;
}

.desktop-menu .dropdown-menu h1 {
  margin: 0;
  padding: 20px 40px;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.fixed-nav-top .desktop-menu .dropdown-menu {
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
}

a {
  color: #000;
}

.desktop-menu .dropdown-menu > li > a:focus,
.desktop-menu .dropdown-menu > li > a:hover {
  color: #ff346f !important;
  text-decoration: none;
  background: none;
  transition: 0.3s;
}

.dropdown-menu > li > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  position: absolute;
  left: 10px;
  top: 13px;
}

.desktop-menu .dropdown-menu > li > a:after {
  display: none;
}

.new-li {
  margin-left: 20px;
  margin-right: 0 !important;
}

.new-li a {
  font-weight: 700;
  padding: 12px 17px 12px 53px;
  background: #ea2323;
  color: #fff;
  position: relative;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.new-li a .fa {
  background: #d51b1b;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 0;
  font-weight: bold;
  padding: 10px 16px;
  transition: 0.3s;
}

.new-li a:hover {
  transition: 0.3s;
  background: #000;
}

.new-li a:hover .fa {
  transition: 0.3s;
  background: #493157;
}

.top-menu {
  display: none;
  vertical-align: middle;
  padding-left: 36px;
  position: relative;
}

.blob-btn {
  z-index: 1;
  position: relative;
  border-radius: 10px;
}

/*
.blob-btn:before{
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/

.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 101%;
  height: 102%;
  border-radius: 15px;
}

div > button + .blob-btn__inner {
  left: 0;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  /* -webkit-filter: url(#goo); */
  /* filter: url(#goo); */
  border-radius: 10px;
}

.blob-btn__blob {
  position: absolute;
  top: 12px;
  width: 100%;
  height: 100%;
  background: #f9981c;
  border-radius: 100%;
  -webkit-transform: translate3d(1%, 107%, 0) scale(1.4);
  transform: translate3d(1%, 107%, 0) scale(1.4);
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
  -webkit-transition: transform 0.45s;
  -moz-transition: transform 0.45s;
  -o-transition: transform 0.45s;
  transition: transform 0.45s;
}

.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0.04s;
}

.blob-btn__blob {
  -webkit-transform: translate3d(1%, 107%, 0) scale(1.4);
  transform: translate3d(1%, 109%, 0) scale(1.4);
}

.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.6);
  transform: translateZ(0) scale(1.6);
  top: 4px;
}

.blob-btn:hover {
  color: #fff !important ;
}

#burger {
  width: 30px;
  display: block;
  padding-right: 0;
  height: 20px;
  left: 0px;
  cursor: pointer;
  z-index: 1000000000;
  position: relative;
}

#burger:hover .bar {
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
  transition: 0.8s;
}

#burger .bar {
  height: 1px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
  position: absolute;
  height: 2px;
  content: "";
  left: 0;
  background: #f9981c;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fixed-nav-top #burger .bar {
}

.bar.one {
  width: 20px;
  top: 0;
}

.bar.two {
  width: 13px;
  top: 8px;
}

.bar.three {
  width: 26px;
  top: 16px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bar.four {
  width: 30px;
  top: 30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.animate .bar.one {
  opacity: 0;
  transform: translateY(-2px) rotate(-44deg);
  -webkit-transform: translateY(-2px) rotate(44deg);
}

.animate .bar.four {
  opacity: 0;
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
}

.animate .two {
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  top: 12px;
  width: 26px;
}

.animate .three {
  -webkit-transform: rotate(44deg);
  top: 12px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-menu .join {
  float: right;
  margin-right: 10px;
}
.join a {
  border: solid 1px #f69c0c;
  border-right-color: #f66e0c;
  border-top-color: #f66e0c;

  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.top-menu .menu-text {
  display: none;
}

.hidden_menu {
  position: relative;
}

.mob_front_logo {
  display: none;
}

.mobile-nav {
  background: #f99911;
  background: linear-gradient(92.98deg, #f99911 20.05%, #ffd600 73.68%);
  position: fixed;
  /* top: -110%; */
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.2s ease;
  z-index: 9;
  /* z-index: 100000000; */
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  /* opacity: 0; */
  left: 0;
}

.mobile-nav.showw {
  left: 0%;
  opacity: 1;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  top: 0;
  overflow: auto;
}

.mobile-nav .tbl {
  height: 75px;
  padding: 0 15px;
}

.mobile-nav #accordion {
  display: table-cell;
  vertical-align: middle;
  /* margin: auto; */
  height: 100%;
  text-align: center;
  position: relative;
}

.mobile-nav ul {
  list-style: none;
  margin: auto;
  padding: 0;
  margin-top: 0;
  text-align: center;
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}

.mobile-nav .dropdown-menu h1 {
  margin: 0;
  padding: 20px;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.mobile_ul {
  display: table;
}

.mobile-nav ul li {
  /* margin-bottom: 5px !important; */
  /* margin-top: 0; */
  text-align: left;
  -webkit-transform: scale(1.15) translateY(-30px);
  transform: scale(1.15) translateY(-30px);
  /* opacity: 0; */
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  box-shadow: none;
  width: auto;
  text-align: center;
  display: table;
  margin: auto;
  padding: 0;
}

.hover_mob_menu {
  z-index: 100 !important;
}

.mobile-nav .dropdown-menu {
  box-shadow: 0px 0 28px 0px #6b6b6b;
  padding: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  left: 0;
  border-radius: 0;
  top: 0;
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
  box-shadow: none;
  z-index: 1000000000000;
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.mobile-nav ul li:hover .dropdown-menu {
  display: block;
  pointer-events: auto;
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
}

.mobile-nav ul li:hover .dropdown-menu ul li {
  float: left;
  width: 16%;
  text-align: center;
}

.mobile-nav .dropdown-menu li a img {
  display: block;
  margin: 10px auto;
  height: 50px;
}

.mobile-nav li a {
  color: #fff;
  transition: 0.3s;
  display: block;
  margin: auto;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0;
  padding-bottom: 8px;
  position: relative;
  font-size: 28px;
  /* text-align: center; */
  letter-spacing: 0px;
  padding: 10px 0;
  text-transform: uppercase;
}

.mobile-nav .search_bg {
  top: 0 !important;
  background: none !important;
  position: relative !important;
  width: auto;
  height: auto;
  padding: 0 15px;
}

.mobile-nav #top_search_ico {
  right: 0px;
  top: 0;
  position: absolute;
  color: #fff;
  background: #5cad2f;
  width: 60px;
  height: 100%;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  padding: 15px;
  font-size: 20px;
  margin: 0;
}

.mobile-nav .top_search {
  width: 100%;
}

.mobile-nav .top_search .form-control {
  width: 100%;
  border: solid 2px #242430;
  font-size: 14px;
  color: #000;
  height: 65px;
}

.mobile-nav .panel-heading a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.primary-hidden-menu {
  display: none;
}

.mobile-nav .panel-heading a:after {
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: all 0.25s ease-out;
}

.mobile-nav .collapse {
  color: #ea2323;
  transition: 0.3s;
}

.nelo {
  color: #ff346f !important;
}

.nelo:before {
  transition: 0.2s;
  width: 100%;
  left: 50%;
  margin-left: -50%;
}

.glyphicon-chevron-up {
  color: #ffcc23 !important;
}

.mobile-nav.showw ul li {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.mob_bottom_social {
  -webkit-transform: scale(1.15) translateY(-30px);
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobile-nav.showw .mob_bottom_social {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.mobile-nav.showw ul li:nth-child(1) {
  transition-delay: 0.55s;
}
.mobile-nav.showw ul li:nth-child(2) {
  transition-delay: 0.52s;
}
.mobile-nav.showw ul li:nth-child(3) {
  transition-delay: 0.49s;
}
.mobile-nav.showw ul li:nth-child(4) {
  transition-delay: 0.42s;
}
.mobile-nav.showw ul li:nth-child(5) {
  transition-delay: 0.35s;
}
.mobile-nav.showw ul li:nth-child(6) {
  transition-delay: 0.28s;
}
.mobile-nav.showw ul li:nth-child(7) {
  transition-delay: 0.21s;
}

.mob_bottom_social {
  transition-delay: 0.19s;
  padding-left: 15px;
  margin-top: 20px;
}

.mobile-nav.showw ul.secondary-new-menu li:nth-child(1) {
  transition-delay: 0.14s;
}

.mobile-nav.showw ul.secondary-new-menu li:nth-child(2) {
  transition-delay: 0.07s;
}

.mobile-nav .panel-heading {
  border: none;
  background-color: transparent;
  padding: 0;
}

.mobile-nav .panel {
  background-color: #00000000;
  border: none;
  border-bottom: solid 1px #d8d8d8;
  border-radius: 0;
}

.mobile-nav .panel-body {
  padding: 0;
  margin-top: 10px;
  border: none !important;
}
.mobile-nav .panel-body li {
  margin-bottom: 0 !important;
  margin-top: 0;
}

.mobile-nav .panel-body a {
  color: #fff;
  text-transform: capitalize;
  display: block;
  margin-top: 0;
  padding: 5px 0;
  margin: auto;
  text-decoration: none;
}

.mobile-nav .panel-body a:hover {
  text-decoration: none;
  color: #fff;
}

.mobile-nav .nav_login {
  display: block;
  margin-top: 25px;
  text-align: center;
  border: solid 2px #fff;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 15px;
  transition: 0.3s;
}

.mobile-nav .nav_start {
}

.mobile-nav.showw .nav_start {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
  transition-delay: 0.14s;
}

.mobile-nav .nav_start:hover {
}

.mobile-nav .new-li {
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 0;
}

.mobile-nav .new-li a .fa {
  height: 100%;
  padding: 20px 26px;
}

.mobile-nav .new-li a {
  display: block;

  padding: 20px 17px 20px 53px;
}

.mobile-nav .indicator {
  right: 0;
  position: absolute;
  top: 8px;
  color: #fff;
}

.animated-border::before,
.animated-border::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #f66e0c;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  transition: 02s;
  opacity: 1;
}

.scroll-top-wrapper {
  text-align: center;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  z-index: 1000;
  color: #ffffff;
  border-radius: 10px;
  padding: 0;
  right: 27px;
  bottom: 90px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover #to-top {
  background: #f9981c;
  transition: background-color 0.1s linear;
}

.scroll-top-wrapper span {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  display: block;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.mobil-logo {
  display: none;
}

.xx-mobile-nav {
  position: absolute;
  width: 100%;

  z-index: 1000;
  top: 100%;
  left: 0;
  height: 0px;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  z-index: 10000;
  text-align: center;
}

.xx-mobile-nav .join {
  padding: 30px 10px;
  display: block;
}

.xx-mobile-nav .join a {
  border: solid 1px #f69c0c !important;
  border-right-color: #f66e0c !important;
  border-top-color: #f66e0c !important;
  display: table !important;

  /* padding: 10px 15px !important; */
  /* height: auto !important; */
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.xx-mobile-nav.showw {
  height: 100vh;

  transition: all 0.3s ease-in, background 0.5s ease-in;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.2s;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
}

.xx-mobile-nav ul {
  display: block;
  padding: 0;
  list-style: none;
  margin-top: 0;
  vertical-align: middle;
}

.xx-mobile-nav ul li {
  background: #050713;
  text-align: center;
  -webkit-transform: scale(1.15) translateY(-30px);
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  /* height: 50px; */
  /* line-height: 45px; */
  /* border-bottom: solid 2px #0f1430; */
  border-top: solid 2px #0f1430;
}

.xx-mobile-nav.showw ul li {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.xx-mobile-nav.showw ul li:nth-child(1) {
  transition-delay: 0.49s;
}
.xx-mobile-nav.showw ul li:nth-child(2) {
  transition-delay: 0.42s;
}
.xx-mobile-nav.showw ul li:nth-child(3) {
  transition-delay: 0.35s;
}
.xx-mobile-nav.showw ul li:nth-child(4) {
  transition-delay: 0.28s;
}
.xx-mobile-nav.showw ul li:nth-child(5) {
  transition-delay: 0.21s;
}
.xx-mobile-nav.showw ul li:nth-child(6) {
  transition-delay: 0.14s;
}
.xx-mobile-nav.showw ul li:nth-child(7) {
  transition-delay: 0.07s;
}

.xx-mobile-nav ul li a {
  font-size: 12px;
  color: #fff;
  background: #050713;
  transition: 0.3s;
  margin: auto;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 3px;
  display: block;
  padding: 15px 5px;
  height: 55px;
  /* line-height: 45px; */

  transition: 0.3s;
}

.xx-mobile-nav ul li a:hover {
  background: #f65a0c;
  transition: 0.3s;
}

.xx-mob-display {
  display: none;
}

.app-container {
  overflow: hidden;
  z-index: 1;
}

.nav_login {
  border: solid 1px;
  padding: 15px;
  font-size: 13px;
  transition: 0.3s;
}

.nav_login:hover {
  background: #2f2f2f;
  color: #fff !important;
  transition: 0.3s;
}

/*bototm arrow*/

#to-top {
  overflow: hidden;
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 0.1s linear;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 0.1s linear;
  background-color: rgba(0, 0, 0, 0.25);
  /* border-radius: 200px!important; */
  /* -webkit-border-radius: 200px!important; */
  display: block;
  border-radius: 10px;
  text-align: center;
  line-height: 12px;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  padding: 5px;
  margin: auto;
}

#to-top:before {
  background-color: rgba(255, 255, 255, 0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 2;
}

#to-top:after,
#to-top:before {
  /* display: block; */
  /* content: ' '; */
  /* height: 100%; */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

#to-top i.fa-angle-up.top-icon,
#to-top i.fa-angle-up {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}

#to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
}

#to-top:hover,
#to-top.dark:hover {
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 0.05s linear 0.25s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
  /* background-color: transparent!important; */
}

#to-top:hover i.fa-angle-up.top-icon,
#to-top:hover i.fa-angle-up,
#to-top.hovered i.fa-angle-up.top-icon,
#to-top.hovered i.fa-angle-up {
  -webkit-transform: translate(0, -29px);
  transform: translate(0, -29px);
}

#to-top:hover:after {
  /* transform: scale(1); */
  /* -webkit-transform: scale(1); */
  /* background: #ffffff; */
}

.bottomlogo {
  width: 28px;
  height: 24px;
  /* background: url('../images/credits2.png') no-repeat; */
  background: url("./../../../resources/js/assets/images/credits2.png")
    no-repeat;
  transition: all 0.5s linear 0s;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-position: 0 0;
  transition: all 500ms linear 0s;
  background-size: cover;
  animation: waggle 1.5s 3s forwards ease-out infinite;
  position: relative;
  margin-bottom: 0;
  margin-left: 7px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #154a90;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 35px;
  margin-left: 0;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip {
  opacity: 1;
  font-size: 12px !important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 38%;
  left: -10px;
  margin-left: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #8bc34a00 #154a90 #154a90 #7fb0db05;
}

.call_to_btn {
  padding: 85px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover !important;
  min-height: 290px;
}

.call_to_btn h1 {
  color: #fff;
  font-size: 41px;
  margin-top: 0;
  margin-bottom: 30px;
}

.ctn_layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  transition: 0.3s;
}

.call_to_btn .blob-btn {
  padding: 11px 25px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.3s;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  box-shadow: 1px 1px 26px 0px #fbb502;
}

.call_to_btn .banner_btn {
}

.call_to_btn .banner_btn2 {
  margin-left: 15px;
  box-shadow: 1px 1px 26px 0px #ea5a23;
  border: none;
  background: rgb(234, 115, 35);
  background: linear-gradient(
    90deg,
    rgba(234, 115, 35, 1) 11%,
    rgba(234, 108, 35, 1) 21%,
    rgba(234, 97, 35, 1) 34%,
    rgba(234, 88, 35, 1) 49%,
    rgba(234, 77, 35, 1) 65%,
    rgba(234, 56, 35, 1) 82%
  );
}

.banner-border {
  width: 100%;
  height: 2px;
  background: linear-gradient(92.98deg, #f99911 22.53%, #010101 85.12%);
}

/*home*/

.home_banner {
  position: relative;
  background: #fef5e7;
}

.home .home_banner {
  background: radial-gradient(
      114.26% 221.81% at -38.54% 162.5%,
      #f99911 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      43.5% 74.07% at 68.33% 55.65%,
      rgba(249, 153, 17, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;
}

.same_content {
  padding-top: 100px;
}

.same_content .tbl {
  min-height: 650px;
}

.same_layer {
  transition: all 0.5s;
  opacity: 0;
  padding: 30px 0px;
}

.same_content h1 {
  font-family: Nexa-Regular;
  font-style: normal;
  font-weight: 100;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 40px;
  visibility: hidden;
  -webkit-transform: translateY(25px) scale(1);
  opacity: 0;
  transform: translateY(25px) scale(1);
  -webkit-transition: -webkit-transform 1s ease 1s, opacity 0.9s ease 1s;
  transition: transform 1s ease 1s, opacity 0.9s ease 1s;
}

.same_content h1 span {
  font-weight: bold;
  font-family: Nexa-Black;
}
.same_content h1 {
  font-size: 45px !important;
}

.animatations .same_content h1 {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 1s ease 1s, opacity 0.9s ease 1s;
  transition: transform 1s ease 1s, opacity 0.9s ease 1s;
}

.same_content p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  color: #010101;
  max-width: 100%;
  margin-bottom: 32px;
  visibility: hidden;
  -webkit-transform: translateY(15px) scale(1);
  opacity: 0;
}

.animatations .same_content p {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 1.6s ease 1.6s, opacity 0.9s ease 1.6s;
  transition: transform 1.6s ease 1.6s, opacity 0.9s ease 1.6s;
}

.same_content .blob-btn {
  padding: 13px 30px;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  visibility: hidden;
  -webkit-transform: translateY(15px) scale(1);
  opacity: 0;
  margin-right: 30px;
}

.same_content .blob-btn:last-child {
  margin-right: 0 !important;
}

.animatations .same_layer {
  opacity: 1;
  z-index: 1000;
  position: relative;
}

.same_content .blob-btn:hover {
}

.same_content .blob-btn .blob-btn__blob {
  background: #000;
}

.same_content .blob-btn img {
  margin-left: 10px;
}

.animatations .same_content .blob-btn {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 1.6s ease 1.6s, opacity 0.9s ease 1.6s;
  transition: transform 1.6s ease 1.6s, opacity 0.9s ease 1.6s;
}

.btn_orrange {
  background: #f99911;
}

.btn_black_border {
  border: solid 1px #000;
  color: #000 !important;
}

.btn_black_border .fa {
  background: #000;
  border-radius: 50%;
  font-size: 11px;
  padding: 5px 6px;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #fff !important;
  /* margin-top: -33px; */
  position: relative;
  /* z-index: 100; */
  display: inline-block;
  vertical-align: middle;
}

.main_circle {
  text-align: center;
}

.lighter_layer {
  background-size: contain !important;
  padding: 39px;
  background-position: center center !important;
}

.light_layer {
  background-size: contain !important;
  padding: 39px;
  background-position: center center !important;
}

.small_layer {
  background-size: contain !important;
  background-position: center center !important;
}

.dark_layer {
  background-size: 400px 400px !important;
  padding: 0;
  background-position: center center !important;
  position: relative;
}

.home_banner .paralax_img {
  padding-top: 0;
}

.banner_img_icon {
  position: absolute;
  top: 0;
}

.blink-1 {
  -webkit-animation: blink-1 0.6s both;
  animation: blink-1 0.6s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-5-13 2:0:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: rotate(0deg) translate(15px) rotate(0deg);
  }
  100% {
    transform: rotate(180deg) translate(-15px) rotate(-180deg);
  }
}

@keyframes circle_blue {
  0% {
    transform: rotate(180deg) translate(15px) rotate(-180deg);
  }
  100% {
    transform: rotate(0) translate(-15px) rotate(0);
  }
}

.banner_img_icon1 {
  left: 0;
  top: 73px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.banner_img_icon2 {
  right: 0;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.banner_img_icon3 {
  right: -90px;
  top: 128px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.creator_box {
  display: block;
  transition: 0.3s;
}

.creator_box .btn_orrange {
  background: #fff;
  color: #000;
  margin-top: 25px;
}

.creator_box:hover {
  margin-top: -20px;
  transition: 0.3s;
  margin-bottom: 20px;
}

.padextra {
  padding: 20px;
}

.creator_box .creator_orrange {
  padding: 45px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #f99911;
  height: 270px;
}

.creator_black {
  padding: 45px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #000000;
  height: 270px;
}

.creator_box h1 {
  font-family: Nexa-Bold;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
}

.creator_box h1 span {
  font-family: Nexa-Regular;
  font-weight: 100;
  display: block;
  line-height: 20px;
  font-size: 27px;
}

.creator_box p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  padding-right: 100px;
  min-height: 10px !important;
}

.creator_box p .fa {
  margin-left: 15px;
}

.section_2 {
  margin-top: -130px;
  position: relative;
  z-index: 1000;
}

.conten_creator {
  background: #fef5e7;
  min-height: 550px;
  position: relative;
  margin-top: 180px;
  border-radius: 40px;
}

.pos_abso_layer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-size: contain !important;
  background-position: right !important;
}

.conten_creator_text {
  display: flex;
  min-height: 550px;
  justify-content: center;
  align-items: center;
  padding: 0 50px;

  /* padding:50px 0px 50px 100px; */
  /* padding: 60px 40px;
    position: relative;
    z-index: 100; */
}

.conten_creator h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0.01em;
  color: #010101;
}

.conten_creator h1 span {
  font-family: Nexa-Regular;
  font-weight: 100;
  display: block;
}

.conten_creator p {
  margin-top: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #010101;
  width: 77%;
}

.conten_creator p .fa {
  color: #f99911;
}

.conten_creator_img {
  padding-top: 175px;
  position: relative;
  z-index: 1000;
}

.main_img3 {
  transition: 0.3s;
}

.content_creator_main_img_1,
.content_creator_main_img_2,
.content_creator_main_img_3,
.content_creator_main_img4 {
  transition: 0.3s;
}

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

.content_creator_main_img_1 {
  position: absolute;
  top: -42px;
}

.content_creator_main_img_1 img {
  /* margin-left: -7px;
    margin-top: -9px; */
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.content_creator_main_img_2 {
  position: absolute;
  top: 42px;
  right: -100px;
}

.content_creator_main_img_2 img {
  margin-left: 0px;
  margin-top: 14px;
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.content_creator_main_img_3 {
  position: absolute;
  bottom: -163px;
  right: -100px;
}

.content_creator_main_img_3 img {
  /* margin-left: -7px;
    margin-top: -9px; */
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.content_creator_main_img4 img {
  margin-left: 0;
  /* margin-top: -20px; */
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.content_creator_main_img4 {
  margin-top: 50px;
  margin-left: 50px;
}

.line_drawer {
  padding: 100px 0;
}

.line_drawer img {
  width: 100%;
}

.numeric_div {
  background-position: top center !important;
}

.numeric_div_container {
  width: 1200px;
  margin: auto;
  max-width: 100%;
  padding-top: 226px;
}

.numeric {
  float: left;
  width: 25%;
}

.numeric h1 {
  margin-top: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: #f99911;
  font-family: Mont-Heavy;
}

.numeric h1 span {
  margin-top: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: #f99911;
  font-family: Mont-Heavy;
}

.numeric p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #848484;
}

.section_3 {
  margin-top: 100px;
}

.section_3_main {
  padding: 50px;
  position: relative;
  z-index: 100;
  border-radius: 15px;
  background-size: cover !important;
  height: 600px;
}

span {
  font-weight: 400;
}

.section_3 .section_3_main h1 span {
  display: block;
}

.section_3 .section_3_main h1 {
  margin-top: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  /* line-height: 80px; */
  letter-spacing: 0.01em;
  color: #ffffff;
  width: 583px;
  max-width: 100%;
}

.section_3 .section_3_main p {
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 50px;
  color: #ffffff;
  width: 700px;
  max-width: 100%;
}

.section_3 .section_3_main p a {
  margin-left: 15px;
  color: #fff;
  transition: 0.2s;
}

.section_3 .section_3_main p a:hover {
  color: #f9981c;
  transition: 0.2s;
}

.digital_box {
  position: relative;
  margin-top: 50px;
}

.moving_div {
  background: #fff;
  padding: 33px;
  /* float: left; */
  width: 22.5%;
  margin-right: 2%;
  display: inline-block;
  border-radius: 11px;
  vertical-align: top;
  height: 200px;
  overflow: hidden;
  transition: 0.3s;
}

.moving_div:hover {
  height: 100%;
  transition: height 0.5s ease-in;
  transition: 0.3s;
  margin-right: -10px;
  width: 25%;
  z-index: 10000;
  position: relative;
  box-shadow: 7px 24px 21px 0px rgb(119 119 119 / 55%);
}

.moving_div:last-child:hover {
  /* margin-left: -24px; */
  /* margin-right: 0 !important;*/
}

.moving_div:hover h2 {
  color: #fff;
  transition: 0.3s;
}

.mov_div1:hover {
  background: #f76f51;
}

.mov_div1:hover svg path {
  fill: #fff;
}

.mov_div2:hover {
  background: #32cdff;
}

.mov_div2:hover svg path {
  fill: #fff;
}

.mov_div3:hover {
  background: #3dd279;
}

.mov_div3:hover svg path {
  fill: #fff;
}

.mov_div4:hover {
  background: #ffbb33;
}

.mov_div4:hover svg path {
  fill: #fff;
}

.moving_div:last-child {
  margin-right: 0;
}

.moving_div h2 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  color: #010101;
  transition: 0.3s;
}

.moving_div svg {
  width: 30px;
}

.mov_div1 svg path {
  fill: #f76f51;
}

.mov_div4:hover svg path {
}

.moving_div:hover .hidden_div {
  display: block;
  pointer-events: auto;
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
}

.hidden_div {
  margin-top: 25px;
  transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
  pointer-events: none;
}

.hidden_div ul {
  margin: 0;
  padding: 0;
}

.hidden_div ul li {
  list-style: none;
  position: relative;
  padding-left: 23px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 10px;
}

.hidden_div ul li:last-child {
  margin-bottom: 0;
}

.hidden_div ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 4px;
  color: #fff;
  font-size: 10px;
  border: solid 2px;
  border-radius: 43%;
}

.about_sec {
  padding: 150px 0 50px 0;
}

.about_sec h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0;
}

.about_sec h1 span {
  display: block;
}

.about_sec hr {
  margin: 70px 0;
  border: 0;
  height: 2px;
  background: #f99911;
  width: 138%;
  position: relative;
  z-index: 100;
}

.about_sec h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 50px;
  color: #000000;
  margin: 0;
  font-family: "Mulish", sans-serif;
  margin-bottom: 40px;
}

.about_sec p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 26px;
}

.about_text {
  padding-right: 100px;
  background-position: right 354px !important;
}

.about_img {
  margin-top: 100px;
  padding-left: 50px;
}

.about_img_1 {
}

.about_img_2 {
}

.about_img_3 {
  margin-top: 22px;
  margin-left: 100px;
}

.about_img_5 {
  margin-top: 22px;
  margin-right: 100px;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}
.about_img1 .about_img_4,
.about_img1 .about_img_2 {
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.about_img h3 {
  margin-top: 40px;
}

.about_img1 {
  margin-top: 300px;
}

/*footer*/

.foot_social {
  float: right;
  margin-top: 8px;
}

.foot_social a {
  font-size: 17px;
  color: #cecece;
  margin: 0 5px;
  transition: 0.3s;
}

.foot_social a:hover {
  color: #f99911;
  transition: 0.3s;
}

.home .highlighted_menu1 {
  color: #010101 !important;
}

.dropdown-menu .highlighted_menu {
  color: #ff346f !important;
}

.fixed-nav-top .highlighted_menu {
}

footer {
  padding-top: 100px;
}

.foot_yellow_box {
  background: linear-gradient(92.98deg, #f99911 20.05%, #ffd600 73.68%);
  padding: 70px;
  border-radius: 15px;
  margin-bottom: 50px;
  margin-top: 80px;
}

.foot_yellow_box h1 {
  font-family: Nexa-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 53px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}

.foot_yellow_box h1 span {
  font-weight: 900;
  font-family: "Nexa-Bold", sans-serif;
  display: block;
}

.foot_yellow_box h1 strong {
  font-weight: 900;
  font-family: "Nexa-Bold", sans-serif;
}

.foot_btn {
  margin-top: 30px;
}

.foot_yellow_box a {
  font-family: "Nexa-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #010101;
  color: #ffffff;
  display: inline-block;
  padding: 20px 20px;
  width: 80%;
}

.copyright {
  padding: 65px 0;
  margin-top: 25px;
  border-top: solid 1px #eee;
}

.foot_menu {
  padding: 50px 0;
}

.foot_menu p {
}

h1,
h2,
h3,
h4 {
  font-family: Nexa-Black;
}

.foot_menu a.foot_logo {
  display: block;
  margin-bottom: 25px;
}

.foot_menu p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  color: #808080;
}

.foot_menu_list h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}

.foot_menu_list a {
  font-family: "Mulish", sans-serif;
  display: table;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  color: #808080;
  position: relative;
  transition: all 0.25s ease-out;
}

.foot_menu_list a:after {
  display: block;
  background-color: #f9981c;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: all 0.25s ease-out;
}

.foot_menu_list a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.foot_menu_list a:hover {
  color: #f9981c;
  transition: all 0.25s ease-out;
}

.copyright p {
  float: right;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #010101;
}

.copyright span {
  color: #f99911;
}

/*contact*/

.inner_banner {
  background-position: top center !important;
  padding-top: 100px;
  padding-bottom: 162px;
}

.inner_banner_cont {
  position: relative;
  background-position: top center !important;
  background-size: 100% 100% !important;
}

.inner_banner_cont .container {
  transition: 0.3s;
}

.inner_banner .tbl {
  min-height: 340px;
  /* padding-bottom: 60px; */
}

.inner_banner h1 {
  font-style: normal;
  margin-top: 0;
  font-weight: 900;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0.01em;
  color: #f99911;
}

.inner_banner p {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #010101;
  width: 500px;
  font-family: Nexa-Regular;
}

.innericon1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: float ease 10s infinite;
  -moz-animation: float ease 10s infinite;
  -ms-animation: float ease 10s infinite;
  animation: float ease 10s infinite;
}

.innericon2 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: float2 ease 15s infinite;
  -moz-animation: float2 ease 15s infinite;
  -ms-animation: float2 ease 15s infinite;
  animation: float2 ease 15s infinite;
}

.innericon3 {
  position: absolute;
  top: 50px;
  right: 30%;
  -webkit-animation: float3 ease 20s infinite;
  -moz-animation: float3 ease 20s infinite;
  -ms-animation: float3 ease 20s infinite;
  animation: float3 ease 20s infinite;
}

.innericon4 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: float ease 25s infinite;
  -moz-animation: float ease 25s infinite;
  -ms-animation: float ease 25s infinite;
  animation: float ease 25s infinite;
}

@-webkit-keyframes float {
  50% {
    top: 55px;
  }
  100% {
    top: 0px;
  }
}

@-moz-keyframes float {
  50% {
    top: 55px;
  }
  100% {
    top: 0px;
  }
}

@-ms-keyframes float {
  50% {
    top: 55px;
  }
  100% {
    top: 0px;
  }
}

@keyframes float {
  50% {
    top: 55px;
  }
  100% {
    top: 0px;
  }
}

@keyframes float2 {
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes float3 {
  50% {
    top: 125px;
  }
  100% {
    top: 50px;
  }
}

.con_form {
  background: #fff;
  /* margin-top: -284px;
  position: relative; */
  /* min-height: 400px; */
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 0;
}

.con_form_head {
  border-bottom: solid 1px rgb(196 196 196 / 62%);
  padding: 50px 80px;
  text-align: center;
}

.con_form_head h1 {
  font-family: Nexa-Bold;
  font-style: normal;
  ont-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f99911;
  margin-bottom: 20px;
  margin-top: 0;
}

.con_form_head p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
}

.con_form_body {
  padding: 50px;
}

.con_form_body h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #010101;
  font-family: "Mulish", sans-serif;
}

.con_form_body label {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  display: block;
}

.con_form_body .form-control {
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 50px;
  display: block;
}

.con_form_body .form-control:focus {
  border: 1px solid #f99911;
  box-shadow: 0px 4px 4px rgb(249 153 17 / 10%);
}

.select_input {
  position: relative;
}

.con_form_body .select_input:after {
  content: "\f0d7";
  position: absolute;
  right: 4px;
  width: 37px;
  border-radius: 16px;
  height: 43px;
  top: 4px;
  display: block;
  /* background: red; */
  background: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 40px;
  pointer-events: none;
  color: #cacaca;
}

.business_info {
  padding-left: 70px;
  padding-right: 120px;
}

.con_form_footer {
  padding: 30px 100px;
  border-top: solid 1px #c4c4c4;
}

/*fancy radio*/

.customradio {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  margin-top: 25px;
}

.customradio span {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #bebebe;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #bebebe;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fbb509;
}

.btn_input {
  font-family: Nexa-Regular;

  min-width: 185px;
  text-align: center;
  margin-bottom: 0;
  display: block;
  margin: 0 !important;
  transition: 0.3s;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: #f99911;
  border-radius: 15px;
}

.btn_submit {
  padding: 13px 30px;
  font-family: Nexa-Regular;
  background: none;
  border: 0;
  transition: all 0.3s ease;
  -webkit-appearance: button;
  color: #fff;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
}

.btn_input .blob-btn__blob {
  background: #010101;
}

.inner_banner2 p {
  font-weight: bold;
  font-family: Nexa-Bold;
  font-size: 50px;
  width: 627px;
  line-height: normal;
}

.inner_banner2 span {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  color: #010101;
  font-family: "Mulish", sans-serif;
  width: 637px;
  max-width: 100%;
}

.inner_banner2 .tbl {
  min-height: inherit;
  /* padding-bottom: 60px; */
  padding-top: 100px;
}

.inner_banner2 .inner_banner_cont {
  padding-bottom: 220px;
}

.inner_banner2 .con_form {
  margin-top: -67px;
}

.inner_banner2 .con_form_head {
  padding: 50px 40px;
}

.creator_img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.con_form .creator_img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 30px;
  background-position: center center !important;
}

.creator_img_main {
  background-position: center center !important;
  background-size: auto !important;
  width: 60px;
  height: 60px;
  margin: auto;
}

.creator_img img {
  display: block;
  margin: auto;
}

.creator_text {
  font-family: "Mulish", sans-serif;
  display: inline-block;
  vertical-align: middle;
  width: 66%;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #010101;
  padding-left: 55px;
}

.creator_button {
  display: inline-block;
  vertical-align: middle;
  width: 21%;
  margin-top: 30px;
  padding-left: 10px;
}

.creator_button .btn_black_border {
  font-family: Nexa-Regular;
  padding: 13px 30px;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;

  letter-spacing: 0.01em;
  color: #000000;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.creator_button .btn_black_border span {
  font-size: 20px;
  line-height: 25px;
}

.btn_black_border .blob-btn__inner {
  border-radius: 10px;
}

.creator_button .btn_black_border span {
  color: #000;
}

.creator_button .blob-btn__blob {
  background: #000000;
}

.creator_button .btn_black_border:hover span {
  color: #fff;
}

.creator_button p {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #d8d8d8;
  width: 100%;
  font-family: "Mulish", sans-serif;
}

.profile1 {
  position: absolute;
  right: 684px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.profile2 {
  position: absolute;
  right: 758px;
  bottom: 54px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.profile3 {
  position: absolute;
  right: 240px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.profile4 {
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.creator_design .inner_banner_cont {
  background-position: -29px 0 !important;
  background-size: 100% 660px !important;
  padding-top: 40px;
  padding-bottom: 300px;
}

.creator_design .con_form {
  margin-top: -177px;
}

.creator_design .innericon1 {
  width: 120px;
}

.creator_design .profile1 {
  right: 430px;
  top: 0;
}

.creator_design .profile2 {
  bottom: 141px;
  right: 429px;
}

.creator_design .profile4 {
  bottom: 88px;
}

.creator_design .profile3 {
  right: 158px;
}

.creator_design .innericon3 {
  right: 25%;
}

.wizard .nav-tabs {
  position: relative;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #c4c4c4;
  text-align: center;
}

.wizard > div.wizard-inner {
  position: relative;
}

.creator_design .nav > li.active > a {
  color: #f99911 !important;
}

.creator_design .nav > li.disabled > a {
  color: #808080 !important;
}
/*
    .creator_design .nav-tabs>li>a{
            color: #4caf50;
    }*/

.creator_design .nav > li.active span.round-tab {
  background: #fff;
  border: 2px solid #f99911;
  color: #f99911;
}

.creator_design .nav > li.disabled > a > span.round-tab {
  background: #eee;
  color: #808080 !important;
  border: 2px solid #e0e0e0;
}

/*
     .creator_design .nav>li>a> span.round-tab{
            background: #4caf50;
            color: #fff;
            border-color: #4caf50;
    }
*/
.creator_design .tab-content {
  padding: 0 40px;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  left: 0;
  text-align: center;
  margin-right: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 37px;

  background: #eee;
}
span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 32%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.wizard .nav-tabs > li a {
  margin: 0;
  border-right: 0;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
  border: none;
}

.wizard .tab-pane {
  position: relative;
}

.wizard h3 {
  margin-top: 0;
}

.creator_design .con_form_body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/*about*/

#about .home_banner {
  background: #fef5e7;
}

#about .main_circle {
  position: relative;
}

#about .main_img2 {
  position: absolute;
  top: 0;
  left:12%;
  transition: 0.3s;
}
.main_circle .main_img3[data-v-1a749cc3] {
  right: 73%!important;
}
/* #about .main_img3{
       position: absolute;
    top: 0;
    left: 0;
    width: 150px;
} */

.upcoming_influencer {
  padding: 80px 0;
}

.upcoming_influencer p {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 45px;
  color: #000000;
}

.upcoming_influencer h1 {
  font-family: Nexa-Regular;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 25px;
}

.upcoming_influencer h1 span {
  display: block;
  font-family: "Nexa-Black";
}

.goDown {
  cursor: pointer;
}

.btn_orange_border {
  padding: 13px 30px;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #f99911;
  border: 1px solid #f99911;
  box-sizing: border-box;
  border-radius: 15px;
  display: inline-block;
  min-width: 241px;
}

.btn_orange_border:focus,
.btn_orange_border:active {
  color: #f99911;
}

.btn_orrange {
  padding: 13px 30px;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  display: inline-block;
  min-width: 241px;
}

.btn_orrange:active,
.btn_orrange:focus {
  color: #fff;
}

.btn_black {
  padding: 13px 30px;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  display: inline-block;
  min-width: 241px;
  background: #010101;
}

.btn_black:active,
.btn_black:focus {
  color: #fff;
}

.btn_black .blob-btn__blob {
  background: #f99911;
}

.btn_orrange .blob-btn__blob {
  background: #000;
}

.love_taking {
  padding: 65px 53px;
  min-height: 625px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  width: 94%;
  margin: auto;
}

.love_taking_content {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(200px);
  border-radius: 30px;
  padding: 32px 54px;
  width: 806px;
  max-width: 100%;
  float: right;
}

.love_taking_content h1 {
  font-family: "Nexa-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 67px;
  line-height: 68px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 0;
}

.love_taking_content h1 span {
  font-family: "Nexa-Black";
}

.love_taking_content p {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}

.how_incubator {
  padding: 100px;
  text-align: center;
  z-index: 1000;
  position: relative;
  /*   border-bottom: solid 1px #dcdcdc;*/
}

.how_incubator h1 {
  font-family: Nexa-Regular;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
}

.how_incubator p {
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #010101;
  width: 788px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.work_divs_main {
  background: url("./../../../resources/js/assets/images/about/line.png")
    no-repeat;
  margin-top: 80px;
  background-position: center center;
}

.work_divs_info {
  padding: 60px 40px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  float: left;
  width: 22%;
  margin-right: 4%;
  text-align: left;
  position: relative;
  transition: 0.3s;
}

.work_divs_info:last-child {
  margin-right: 0;
}

.work_divs_info img {
  display: block;
  margin-bottom: 15px;
  filter: brightness(0);
}

.work_divs_info span {
  position: absolute;
  top: 42px;
  right: 23px;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #faa732;
  opacity: 0.5;
}

.work_divs_info h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: "Nexa-Bold";
}

.work_divs_info p {
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.work_divs_info:hover {
  transition: 0.3s;
  background: #010101;
}

.work_divs_info:hover img {
  filter: none;
}
.work_divs_info:hover h2 {
  color: #fff;
}
.work_divs_info:hover p {
  color: #fff;
}

.work_divs_info:hover span {
  opacity: 1;
}

.social_media {
  padding: 100px 0;
  border-top: solid 1px #dcdcdc;
}

.social_media h1 {
  font-family: Nexa-Regular;
  font-style: normal;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 25px;
}

.social_media h1 span {
  font-family: "Nexa-Black";
}

.social_media p {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  width: 500px;
  max-width: 100%;
}

#sme .paralax_img {
  padding-bottom: 0;
  vertical-align: bottom;
}

#sme .love_taking_content {
  background: rgb(255 255 255 / 85%);
}

#sme .love_taking_content h1 {
  color: #f99911;
}

#sme .love_taking_content p {
  color: #010101;
}

.sme_sec2 {
  padding: 100px 0;
  position: relative;
  text-align: center;
}

.sme_sec2_1_main {
  width: 30.5%;
  float: left;
  margin-right: 4%;
}

.sme_sec2_1_div {
  height: 500px;
  background-size: cover !important;
  background-position: center center !important;
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.sme_sec2_1_main:last-child {
  margin-right: 0;
}

.sme_sec2_1_div p {
  position: absolute;
  bottom: 50px;
  text-align: center;
  background: rgb(25 25 25 / 91%);
  backdrop-filter: blur(200px);
  border-radius: 15px;
  width: 80%;
  margin: 0;
  left: 10%;
  padding: 26px 25px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  font-size: 23px;
  /* line-height: 80px; */
  color: #ffffff;
  transition: 0.2s;
}

.sme_sec2_1_div:hover p {
}

.sme_sec2_2 {
  margin-bottom: 60px;
  background-position: bottom;
}

.sme_sec2_2 .work_divs_info {
  width: 100%;
  margin-top: 63px;
  margin-bottom: 0;
}

.sme_sec2_2 .work_divs_info p {
  text-align: center;
}

.sme_sec2_2 .work_divs_info:last-child {
  margin-right: 0;
}

.sme_sec2 h2 {
  margin-bottom: 40px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: "Mulish", sans-serif;
}

.sme_sec2 .btn_orrange {
}

.moving_images img {
}

.influencer1 {
  position: absolute;
  right: 0;
  top: -70px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.influencer2 {
  position: absolute;
  left: -90px;
  top: 0;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.influencer3 {
  position: absolute;
  left: -90px;
  bottom: 0px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.social1 {
  position: absolute;
  right: -62px;
  top: 82px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.social2 {
  position: absolute;
  left: -60px;
  top: 62px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

.social3 {
  position: absolute;
  left: -90px;
  bottom: 0px;
  -webkit-animation: blink-1 0.8s both, circle_blue 6s linear infinite;
  animation: circle_blue 6s linear infinite, blink-1 0.8s both;
}

#working_owl {
  display: none;
}

.owl-carousel .owl-item img {
  width: auto;
}

#working_owl .item {
  padding: 30px;
}

.profile_info {
  width: 87%;
}

.profile_info h1 {
  font-family: "Mulish", sans-serif;
  margin-top: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #010101;
  text-align: left;
}

.profile_info_div {
  display: inline-block;
  /* padding: 0 28px; */
  /* width: 27%; */
  padding-right: 62px;
}

.profile_info_div:last-child {
  padding-right: 0;
}

.profile_info_div label {
  font-family: "Mulish", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #010101;
  opacity: 0.2;
}

.profile_info_div strong {
  font-family: "Mulish", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #010101;
}

.profile_info_div strong img {
  margin-right: 15px;
}

.profile_info .tbl {
  padding-top: 0;
}

.profile_info_body label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #808080;
  margin-bottom: 23px;
}

.profile_info_body ul {
  padding-left: 0;
}

.profile_info_body ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #010101;
  margin-bottom: 10px;
  line-height: normal;
}

.profile_info_body ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f99911;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

.profile_info_body li span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.01em;
  color: #010101;
  opacity: 0.2;
  display: block;
  margin-bottom: 4px;
}

.profile_info_body p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #010101;
  font-family: "Mulish", sans-serif;
  width: 100%;
}

.ui_profile_created {
}

.ui_profile_created .how_incubator {
  padding-left: 0;
  padding-right: 0;
}

.ui_profile_created .work_divs_info {
  width: 30.5%;
}

.ui_profile_created .work_divs_info img {
  filter: none !important;
}

.ui_profile_created .work_divs_info:hover img {
  filter: brightness(30) !important;
}

.dashed_border_div {
  padding: 100px 150px;
  text-align: center;
  position: relative;
  border: 2px dashed #f99911;
  box-sizing: border-box;
  border-radius: 15px;
  margin-top: 100px;
}

.dashed_border_div h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f99911;
  font-family: Nexa-Regular;
  margin-top: 0;
  margin-bottom: 0;
}

.dashed_border_div .btn_orrange {
  margin-top: 30px;
}

.rounded_shape {
  border-radius: 50%;
  text-align: center;
  line-height: 143px;
  display: table !important;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  width: auto !important;
  float: none !important;
}

.rounded_shape span {
  font-family: Nexa-Bold;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f99911;
  background: #fef5e7;
  width: 147px;
  height: 147px;
  display: block;
  border-radius: 50%;
}

.dashed_border_div p {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 0;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 318px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 90%;
    max-width: 100%;
    margin: 30px auto;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop {
  z-index: 0;
}

.custom_modal .modal-content {
  background: #fef5e7;
  position: relative;
}

.modal_absolute {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: contain !important;
  background-position: top right !important;
}

.custom_modal .close {
  position: absolute;
  right: 17px;
  color: #fff;
  top: -44px;
  font-size: 40px;
  opacity: 1;
  z-index: 100000000;
}

.custom_modal .modal-body {
  padding: 60px 50px 100px 50px;
  text-align: center;
}

.moal_quest {
  width: 120px;
  height: 120px;
  background: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 122px;
  border-radius: 50%;
}

.moal_quest span {
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  text-shadow: 2px 16px 24px rgb(0 0 0 / 35%);
  text-align: center;
  color: #f99911;
  font-family: "Nexa-Bold";
}

.custom_modal .modal-body h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #f99911;
  margin-top: 36px;
  margin-bottom: 25px;
}

.custom_modal .modal-body p {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #010101;
}

.custom_modal .modal-body a.nav_start {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.custom_modal .modal-body .btn_black {
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin-left: -200px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 27px 30px;
  min-width: 400px;
  max-width: 100%;
}

.modal {
  z-index: 1000000000;
}

.profile_social {
  margin-top: 25px;
}

.profile_social .profile_info_div {
  width: 100%;
  margin-right: 0;
}

.ex_channel {
  margin-top: 10px;
}

.ex_channel a {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #010101;
  padding: 12px;
  transition: 0.3s;
}

.ex_channel a:last-child {
  margin-right: 0;
}

.ex_channel a img {
  margin-right: 15px;
}

.ex_channel a:hover {
  color: #f99911;
  transition: 0.3s;
  border-color: #f99911;
}

.loading_div {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  text-align: center;
  padding: 80px;
  margin-top: 50px;
}

.loading_div img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.loading_div h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f99911;
  font-family: Nexa-Regular;
  margin-bottom: 0;
}

.current_marketing {
  padding-top: 80px;
}

.current_marketing h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f99911;
  width: 923px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  max-width: 100%;
  font-family: Nexa-Regular;
}

.current_marketing p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
}

.current_marketing hr {
  margin: 40px 0;
}

.current_marketing h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
  width: 923px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  max-width: 100%;
  font-family: Nexa-Regular;
  margin-bottom: 40px;
  padding: 0 15px;
}

.agency_contain {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.online_agency_div {
  float: left;
  width: 25%;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.online_agency_div_main {
  border: solid 1px #eee;
  padding: 67px 25px;
  border-radius: 15px;
  position: relative;
  z-index: 100;
  background: #fff;
  transition: 0.3s;
}

.online_agency_div .customradio {
  padding: 0;
  transition: 0.3s;
}

.agency_orrange .online_agency_div_main:hover {
  transition: 0.3s;
  border-color: #f99911;
  background: #fef5e7;
}

.agency_red .online_agency_div_main:hover {
  transition: 0.3s;
  border-color: #f76f51;
  background: #ffe7e1;
}

.agency_blue .online_agency_div_main:hover {
  transition: 0.3s;
  border-color: #1da1f2;
  background: #eef9ff;
}

.agency_green .online_agency_div_main:hover {
  transition: 0.3s;
  border-color: #3dd279;
  background: #e7fff1;
}

.agency_orrange .customradio:hover .agency_footer {
  background: #f99911;
  transition: 0.3s;
  color: #fff;
}

.agency_red .customradio:hover .agency_footer {
  background: #f76f51;
  transition: 0.3s;
  color: #fff;
}

.agency_blue .customradio:hover .agency_footer {
  background: #1da1f2;
  transition: 0.3s;
  color: #fff;
}

.agency_green .customradio:hover .agency_footer {
  background: #3dd279;
  transition: 0.3s;
  color: #fff;
}

.online_agency_div .customradio h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  font-family: "Mulish", sans-serif;
  /* margin-bottom: 25px; */
}

.online_agency_div .customradio ul {
  padding: 0;
}

.online_agency_div .customradio ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  /* line-height: 29px; */
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 10px;
}

.online_agency_div .customradio ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
}

.choose_select {
  text-align: center;
  border: solid 2px #f3f3f3;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 29px;
  color: #f99911;
  display: table;
  min-width: 160px;
  margin: 0;
  position: absolute;
  top: -2px;
  right: -2px;
  padding: 6px 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  display: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  width: 101%;
  border-top-left-radius: 14px;
  background: #f3f3f3;
  color: #000;
}

.online_agency_div .customradio img {
  margin-top: 40px;
}

.online_agency_div .checkmark {
  left: 30px;
  top: 30px;
  border-radius: 20%;
}

.online_agency_div_main .checkmark:after {
  border-radius: 20%;
}

.agency_orrange .checkmark:after {
  background: #f99911;
}

.agency_red .checkmark:after {
  background: #f76f51;
}

.agency_blue .checkmark:after {
  background: #1da1f2;
}

.agency_green .checkmark:after {
  background: #3dd279;
}

.agency_footer {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #808080;
  background: #f3f3f3;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 25px 15px 15px 15px;
  margin-top: -10px;
  transition: 0.3s;
}

.agency_orrange li:before {
  color: #f99911;
}

.agency_red li:before {
  color: #f76f51;
}

.agency_blue li:before {
  color: #1da1f2;
}

.agency_green li:before {
  color: #3dd279;
}

.agency_orrange .customradio h3 {
  color: #f99911;
}

.agency_red .customradio h3 {
  color: #f76f51;
}

.agency_blue .customradio h3 {
  color: #1da1f2;
}

.agency_green .customradio h3 {
  color: #3dd279;
}

#agenc_orran:checked + label .online_agency_div_main {
  border-color: #f99911;
  background: #fef5e7;
}

#agenc_red:checked + label .online_agency_div_main {
  border-color: #f76f51;
  background: #ffe7e1;
}

#agenc_blue:checked + label .online_agency_div_main {
  border-color: #1da1f2;
  background: #eef9ff;
}

#agenc_green:checked + label .online_agency_div_main {
  border-color: #3dd279;
  background: #e7fff1;
}

#agenc_orran:checked + label .agency_footer {
  background: #f99911;
  transition: 0.3s;
  color: #fff;
}

#agenc_red:checked + label .agency_footer {
  background: #f76f51;
  transition: 0.3s;
  color: #fff;
}

#agenc_blue:checked + label .agency_footer {
  background: #1da1f2;
  transition: 0.3s;
  color: #fff;
}

#agenc_green:checked + label .agency_footer {
  background: #3dd279;
  transition: 0.3s;
  color: #fff;
}

input[type="checkbox"]:checked + label .checkmark:after {
  display: block;
}

#agenc_orran:checked + label .choose_select {
  background: #f99911;
  transition: 0.3s;
  color: #fff;
  border-color: #f99911;
}

#agenc_red:checked + label .choose_select {
  background: #f76f51;
  transition: 0.3s;
  color: #fff;
  border-color: #f76f51;
}

#agenc_blue:checked + label .choose_select {
  background: #1da1f2;
  transition: 0.3s;
  color: #fff;
  border-color: #1da1f2;
}

#agenc_green:checked + label .choose_select {
  background: #3dd279;
  transition: 0.3s;
  color: #fff;
  border-color: #3dd279;
}

.online_agency_div input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.optional_or {
  position: relative;
  margin-top: 60px;
  padding: 0 15px;
}

.optional_or:after {
  position: absolute;
  left: 0;
  width: 100%;
  top: 88px;
  height: 2px;
  border: 1px solid #f3f3f3;
}

.optional_or h3 {
  background: #ffffff;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #808080;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  line-height: 126px;
  font-family: "Nexa-Bold";
  position: relative;
  z-index: 1000;
}

.optional_or h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
  margin-bottom: 25px;
  margin-top: 70px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Nexa-Regular";
}

.optional_or h1 span {
  color: #f99911;
  font-weight: 700;
  font-family: "Nexa-Bold";
}

.optional_or .btn_orrange {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

div.disabled_class {
  pointer-events: none;
  opacity: 0.4;
}

.question_sec1 {
  text-align: center;
  width: 1400px;
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  margin-top: 100px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 7%);
  border-radius: 15px;
}

.question_sec1 .container {
  width: 100%;
  padding: 60px 110px;
  position: relative;
  border: 2px dashed #f99911;
  border-radius: 15px;
}

.question_sec1 h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f99911;
  margin-bottom: 30px;
  margin-top: 0;
}

.question_sec1 p {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
}

.question_sec2 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 15px;
  position: relative;
}

.question_sec2 .container {
  text-align: center;
}

.question_sec2_div {
  border-radius: 10px;
  display: inline-block;
  width: 23%;
  margin-right: 15px;
  border: 1px solid #f3f3f3;
  padding: 35px 25px;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
}

.question_sec2_div:last-child {
  margin-right: 0;
}

.question_sec2_div h3 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 29px;
  letter-spacing: 0.01em;

  margin-top: 0;
  margin-bottom: 40px;
}

.packg_higlight {
  display: none;
  z-index: 100000;
  opacity: 1;
  width: 20%;
  /* border-color: orange; */
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  cursor: default;
  transition: 0.3s;
  float: left;
  padding: 0;
}

.packg_higlight .question_sec2_div_inner {
  border-radius: 10px;
  width: 100%;
  margin-right: 15px;
  border: 1px solid;
  padding: 35px 25px;
  cursor: pointer;
  height: 100%;
  cursor: default;
  left: 1%;
  top: 0;
}

.question_orange:hover {
  border-color: #f99911;
  background: #fef5e7;
}

.question_red:hover {
  border-color: #f76f51;
  background: #ffe7e1;
}

.question_blue:hover {
  border-color: #1da1f2;
  background: #eef9ff;
}

.question_green:hover {
  border-color: #3dd279;
  background: #e7fff1;
}

.packg_higlight.question_orange .question_sec2_div_inner {
  border-color: #f99911;
  background: #fef5e7;
}

.packg_higlight.question_red .question_sec2_div_inner {
  border-color: #f76f51;
  background: #ffe7e1;
}

.packg_higlight.question_blue .question_sec2_div_inner {
  border-color: #1da1f2;
  background: #eef9ff;
}

.packg_higlight.question_green .question_sec2_div_inner {
  border-color: #3dd279;
  background: #e7fff1;
}

.pckg_custom .modal-content {
  background: none;
  position: relative;
  box-shadow: none;
  border: 0;
}

.pckg_custom .modal-dialog {
  width: 99%;
}

.pckg_custom button.close {
  opacity: 1;
}

.pckg_custom .work_divs_info span {
  top: 17px;
  font-size: 50px;
}

.pckg_custom .question_sec2_div h1 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #010101;
}

.pckg_info {
  background: #fff;
  width: 100%;
  left: 0%;
  height: 100%;
  border: 1px solid #f3f3f3;
  border-radius: 15px;
  padding: 52px 25px;
  position: relative;
  min-height: 450px;
  overflow: hidden;
  top: 0;
}

.question_sec2_div_inner {
  display: block;
}

.pckg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgb(238 238 238 / 79%);
  display: none;
}

.pckg_info h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #010101;
  font-family: Nexa-Bold;
  padding-left: 15px;
}

.pckg_info .fa_close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.pckg_info .btn_orrange {
  min-width: 140px;
  margin-top: 40px;
  margin-left: 15px;
}

.pckg_info .btn_orrange span {
  color: #fff;
}

.packg_higlight .pckg_info {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 1s ease 1s, opacity 2.9s ease 1s;
  transition: transform 1s ease 1s, opacity 2.9s ease 1s;
}

.package_owl {
  /* visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
    transform: translateY(25px) scale(1);
    -webkit-transition: -webkit-transform 1s ease 1s, opacity 2.9s ease 1s;
    transition: transform 1s ease 1s, opacity 2.9s ease 1s;*/
}

.packg_higlight .package_owl {
}

.package_owl .work_divs_info img {
  filter: none !important;
}

.package_owl .work_divs_info:hover img {
  filter: brightness(30) !important;
}

.package_owl .work_divs_info {
  width: 100%;
  box-shadow: none;
  float: none;
  min-height: 250px;
  border: solid 1px #eee;
  padding: 30px 25px;
}

.package_owl .item {
  padding: 15px;
}

.question_sec2_div h1 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #010101;
}

.question_sec2_div span {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #808080;
}

.question_sec2_div ul {
  margin-top: 25px;
  padding-left: 0;
}

.question_sec2_div ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  /* line-height: 29px; */
  letter-spacing: 0.01em;
  color: #000000;
  position: relative;
  list-style: none;
  padding-left: 21px;
  margin-bottom: 11px;
}

.question_sec2_div ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

.question_orange h3 {
  color: #f99911;
}

.question_red h3 {
  color: #f76f51;
}

.question_blue h3 {
  color: #1da1f2;
}

.question_green h3 {
  color: #3dd279;
}

.question_orange ul li:before {
  color: #f99911;
}

.question_red ul li:before {
  color: #f76f51;
}

.question_blue ul li:before {
  color: #1da1f2;
}

.question_green ul li:before {
  color: #3dd279;
}

.whislist {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 15px;
}

.whislist h1 {
  margin-top: 0;
  margin-bottom: 30px;
  width: 890px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
  font-family: "Nexa-Bold";
}

.whislist p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
}

.whislist .btn_orrange {
  margin-top: 40px;
}

#dashboard .inner_banner2 {
  margin-top: 0;
  padding-top: 215px;
}

.step_wizards {
  /* margin-top: 60px; */
  transform: none !important;
  padding-bottom: 120px;
}

.step_wizards h2 {
  margin-top: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: #010101;
  font-family: "Mulish", sans-serif;
  padding: 0 15px;
}

.step_wizards .nav-tabs {
  text-align: center;
}

.step_wizards ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.step_wizards ul li {
  width: 24%;
  height: 233px;
  display: inline-block;
  text-align: center;
  margin-right: 2%;
  margin-top: 50px;
  padding: 15px;
  border-radius: 15px;
  border: solid 2px rgb(0 0 0 / 8%);
  transition: 0.3s;
  position: relative;
  vertical-align: top;
}

.step_wizards ul li:last-child {
  margin-right: 0;
}

.step_wizards ul li.active {
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.07);
}

.step_wizards ul .step_orange.active {
  background: #f99911;
  border: 2px solid #f99911;
  transition: 0.3s;
}

.step_wizards ul .step_orange.active:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  border: 15px solid transparent;
  border-top-color: #f99911;
  margin-left: -15px;
}

.step_wizards ul .step_blue.active {
  background: #32cdff;
  border: 2px solid #32cdff;
  transition: 0.3s;
}

.step_wizards ul .step_blue.active:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  border: 15px solid transparent;
  border-top-color: #32cdff;
  margin-left: -15px;
}

.step_wizards ul .step_green.active {
  background: #3dd279;
  border: 2px solid #3dd279;
  transition: 0.3s;
}

.step_wizards ul .step_green.active:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  border: 15px solid transparent;
  border-top-color: #3dd279;
  margin-left: -15px;
}

.step_wizards ul .step_red.active {
  background: #f58612;
  border: 2px solid #f58612;
  transition: 0.3s;
}

.step_wizards ul .step_red.active:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  border: 15px solid transparent;
  border-top-color: #f58612;
  margin-left: -15px;
}

.step_wizards ul li.active .steps_inner {
  border: solid 1px #fff;
}

.steps_inner {
  border-radius: 15px;
  padding: 25px;
}

.steps_inner img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.step_wizards ul li.active img {
  filter: brightness(32);
}

.steps_inner h1 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f99911;
  width: 100%;
  margin-top: 0;
}

.step_wizards ul li.active h1 {
  color: #ffffff;
}

.steps_inner p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
  width: 100% !important;
}

.step_wizards ul li.active p {
  color: #ffffff;
}

.steps_inner span {
  border-radius: 48px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 19px !important;
  text-align: center;
  letter-spacing: 0.01em;
  display: inline-block;
  margin-top: 20px;
  width: auto;
  padding: 5px 15px;
}

.step_orange span {
  background: #feebcf;
  color: #f99911;
}

.step_green span {
  background: #feebcf;
  color: #3dd279;
  background: #c5ffdc;
}

.step_blue span {
  background: #83e1ff;
  color: #ffffff;
}
.deliverdpro {
  background: #cfebc7;
  color: #37cc66;
  text-transform: uppercase;
}
.inprogresspro {
  background: #fde7c4;
  color: #f58612;
  text-transform: uppercase;
}
.pendingPro {
  background: #fdcbbe;
  color: #fb3c43;
  text-transform: uppercase;
}

.cust_tabs_content {
  margin-top: 50px;
  position: relative;
}

.cust_tabs_content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #010101;
  font-family: "Mulish", sans-serif;
  margin-bottom: 30px;
}

.cust_tabs {
  background: #ffffff;
  /* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.07); */
  border-radius: 15px;
}

.cust_tabs {
  display: none;
}

.cust_tabs.active {
  display: block;
}

.cust_tabs_content_info {
  padding: 25px;
  border-bottom: solid 1px #eee;
}

.cust_tabs_content_info:last-child {
  border-bottom: 0;
}
.last_tab {
  border-bottom: 0;
}

.cust_tabs_content_info label {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #010101;
  font-family: "Mulish", sans-serif;
}

.cust_tabs_content_info .tbl {
  padding: 0;
}

.cust_tabs_content_info span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px !important;
  line-height: 23px !important;
  letter-spacing: 0.01em;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
  margin-right: 20px;
  font-family: "Mulish", sans-serif;
}

.cust_tabs_content_info img {
  display: inline-block;
  vertical-align: middle;
}

.meeting_note span {
}

.meeting_note a {
  position: absolute;
  right: 10px;
  top: 10px;
}

.file_note span {
  background: #ffffff;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 9px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 18px !important;
  align-items: center;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 20px;
}

.file_note span img {
  margin-right: 10px;
}

.file_note a {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  letter-spacing: 0.01em;
  color: #000000;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 11px 24px;
  min-width: 130px;
  text-align: center;
}

.status_note span {
  font-family: "Mulish", sans-serif;
  color: #f99911;
  background: #feebcf;
  border-radius: 48px;
  padding: 11px 24px;
  min-width: 130px;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 15px !important;
  text-align: center;
  letter-spacing: 0.01em;
}

.manage_buton {
  padding: 25px;
  text-align: center;
}

.manage_buton a {
  display: block;
  font-style: normal;
}

.manage_buton a span {
  display: block;
  width: 100%;
  font-family: Nexa-Regular;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #f99911;
}

.manage_buton a span .fa {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 23px;
  /* line-height: 37px; */
  margin-top: -3px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.manage_buton a:hover span {
  color: #fff;
}

#step_wizard1_1 .tbl {
  padding: 0;
}

.team_member_div {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  text-align: center;
  padding: 25px 14px;
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin-right: 10px;
  transition: 0.3s;
}

.team_member_div:hover {
  transition: 0.3s;
  border-color: #f99911;
}

.team_member_div img {
  border-radius: 100%;
}

.team_member_div h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #010101;
  font-family: "Mulish", sans-serif;
  margin-top: 15px;
}

.team_member_div p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #808080;
  width: 100%;
}

.tab_social_icons {
  margin-top: 10px;
}

.tab_social_icons a {
  color: #e6e6e6;
  margin: 0 2px;
  transition: 0.3s;
  padding: 7px;
  border-radius: 54%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 14px;
}

.tab_social_icons a:hover {
  color: #fff !important;
  background: #f99911;
  transition: 0.3s;
}

.team_member_div:hover a {
  color: #f99911;
  transition: 0.3s;
}

.folder_selection {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 25px 50px;
  position: relative;
  margin-top: 25px;
  padding-left: 97px;
  display: block;
  transition: 0.3s;
}

.folder_selection:hover {
  background: #ffe4bd;
  cursor: pointer;
  transition: 0.3s;
  border-color: #f99911;
}

.folder_selection:hover .fa {
  color: #f99911;
  transition: 0.3s;
}

.folder_selection .fa {
  position: absolute;
  right: 26px;
  top: 40px;
  font-size: 34px;
  color: #e6e6e6;
  transition: 0.3s;
}

.folder_selection img {
  position: absolute;
  left: 21px;
  top: 26px;
}

.folder_selection h1 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #010101;
  margin-top: 0;
}

.folder_selection p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #010101;
}

.integrated_item {
  margin-top: 20px;
}

.integrated_item img {
  display: block;
  margin: auto;
}
.inner_banner3 {
  padding-top: 168px;
  /* margin-top: 0;
    height: 540px; */
}

.inner_banner3 .con_form {
  margin-top: 0 !important;
}

.inner_banner3 .con_form_head {
  padding: 50px 40px;
}

.team_owl .owl-dots span {
  width: 10px !important;
}

.team_owl .owl-item img {
  margin: auto !important;
}

.ques_steps p {
  font-size: 24px;
  line-height: 35px;
  font-weight: normal;
}

.ques_steps .step_wizards {
  padding-bottom: 0;
}

.ques_steps .container {
  border: 0;
  margin-top: 0;
  padding-top: 20px;
}

.ques_steps li:after {
  display: none;
}

.ques_steps h1 {
  font-family: Nexa-Bold;
}

.ques_steps .step_wizards ul li {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 21px;
  border: 2px solid #f3f3f3;
  padding: 3px;
  margin-right: 15px;
  margin-top: 10px;
  background: #fff;
}

.ques_steps .step_wizards ul li.active {
  background: #fff;
  border: 2px solid #f3f3f3;
}

.ques_steps .step_wizards ul li.active a {
  background: #f99911;
  color: #fff;
}

.ques_steps .step_wizards ul {
  display: table;
  width: auto;
  margin: auto;
  position: relative;
}

.ques_steps .step_wizards ul:before {
  /* border: solid 2px #F3F3F3; */
  position: absolute;
  width: 100%;
  height: 2px;
  top: 28px;
  left: 0;
  content: "";
  background: #f3f3f3;
}

.ques_steps .step_wizards ul li a {
  font-family: Nexa-Bold;
  display: block;
  border-radius: 15px;
  line-height: 33px;
  height: 100%;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #808080;
}

.ques_steps .step_wizards ul li:last-child {
  margin-right: 0;
}

.ques_steps .cust_tabs {
  margin-top: 50px;
  box-shadow: none;
}

.ques_steps .step_wizards .btn_input {
  margin-top: 50px !important;
}

.ques_steps .container {
  padding: 60px 35px;
}

.ques_steps .step_wizards h2 {
  width: 640px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}

.quest_radio_btn {
  float: none;
  display: inline-block;
  width: auto;
  padding: 10px 5px;
  position: relative;
}

.quest_radio_btn .customradio {
  background: #f9f9f9;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0px 7px 20px rgb(0 0 0 / 7%);
  border-radius: 15px;
  padding: 21px 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.quest_radio_btn .checkmark {
  margin-top: 0;
}

.quest_radio_btn input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.quest_radio_btn input[type="checkbox"]:checked + label {
  border-color: #3dd279;
  background: linear-gradient(
      0deg,
      rgba(61, 210, 121, 0.2),
      rgba(61, 210, 121, 0.2)
    ),
    #ffffff;
}

.quest_radio_btn .customradio span {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;

  color: #808080;
}

.quest_radio_btn input[type="checkbox"]:checked + label span {
  color: #3dd279;
}

.quest_radio_btn .checkmark {
  display: none;
}

.home_inner_cont {
  margin-top: -120px;
}

.innericon1,
.innericon2,
.innericon3,
.innericon4 {
  animation: none !important;
}

.creator_design {
  padding-bottom: 0;
}

#sme .profile4 {
  z-index: 100000;
  bottom: 138px;
  /* margin-top: 15%; */
  right: 0;
}
#sme .profile2 {
  right: 427px;
  z-index: 100000;
  bottom: 95px;
}

#sme .profile3 {
  right: 140px;
  z-index: 100000;
}

#sme .profile1 {
  right: 430px;
  z-index: 100000;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 100%;
  /* height: 40px; */
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  line-height: 31px;
  color: #555;
  height: 100%;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 15px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 19px;
  right: 10px;
}
.select-styled:hover {
  background-color: #ffffff;
}
/* .select-styled:active, .select-styled.active {
  /* background-color: #ab3326; */
/* }  */
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 86%;
  left: 0%;
  width: 100%;
  /* left: 0; */
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  /* border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;*/
  box-shadow: 0px 8px 18px 0px rgb(238 238 238 / 82%);
  border-radius: 15px;
  /*  border-top-left-radius: 0;
  border-top-right-radius: 0;*/
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: solid 1px #eee;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #efefef;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  /* border-radius: 18px; */
  color: #000;
  /* border-radius: 18px; */
  /* border-radius: 15px; */
}
.select-options li:hover {
  color: #ffffff;
  background: #f99911;
}
.select-options li[rel="hide"] {
  display: none;
}

.select-options li:first-child {
  border: 0;
}

@media (max-width: 993px) {
  .same_content h1 {
    font-size: 64px;
    line-height: 53px !important;
  }
}

select option:hover,
select option:focus {
  background-color: #f99911;
  color: white;
}


.btn_silver{
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 0;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #808080;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    background: #F9F9F9;
    border: 1px solid #C4C4C4;
    margin: 1%;

}

.btn-green{
    background: #d8f6e4!important;
    border: 1px solid #3DD279!important;
    color: #3DD279!important;
    
}