/*
-------------------------------------------------------------------------
* Template Name    : Pioted - Bootstrap Responsive Landing Page Templates   * 
* Author           : ThemesBoss                                          *
* Version          : 2.0.0                                              *
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700");
:root {
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #e0e0e0;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #232930;
  --bs-gray-800: #232930;
  --bs-gray-900: #212529;
  --bs-primary: #2ed078;
  --bs-primary-rgb: 46, 208, 120 ;
  --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125 ;
  --bs-success: #5859FE;
  --bs-success-rgb: 88, 89, 254 ;
  --bs-info: #337ab7;
  --bs-info-rgb: 51, 122, 183 ;
  --bs-warning: #FCBB03;
  --bs-warning-rgb: 252, 187, 3 ;
  --bs-danger: #E64236;
  --bs-danger-rgb: 230, 66, 54 ;
  --bs-light: #f8f9fa;
  --bs-light-rgb: 248, 249, 250 ;
  --bs-dark: #212529;
  --bs-dark-rgb: 33, 37, 41 ;
  --bs-primary-text-emphasis: #2cc672;
  --bs-secondary-text-emphasis: #666f76;
  --bs-success-text-emphasis: #4b4cfe;
  --bs-info-text-emphasis: #3073ad;
  --bs-warning-text-emphasis: #efb203;
  --bs-danger-text-emphasis: #e5372b;
  --bs-light-text-emphasis: #232930;
  --bs-dark-text-emphasis: #232930;
  --bs-primary-bg-subtle: rgba(46, 208, 120, 0.15);
  --bs-secondary-bg-subtle: rgba(108, 117, 125, 0.15);
  --bs-success-bg-subtle: rgba(88, 89, 254, 0.15);
  --bs-info-bg-subtle: rgba(51, 122, 183, 0.15);
  --bs-warning-bg-subtle: rgba(252, 187, 3, 0.15);
  --bs-danger-bg-subtle: rgba(230, 66, 54, 0.15);
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgba(46, 208, 120, 0.2);
  --bs-secondary-border-subtle: rgba(108, 117, 125, 0.2);
  --bs-success-border-subtle: rgba(88, 89, 254, 0.2);
  --bs-info-border-subtle: rgba(51, 122, 183, 0.2);
  --bs-warning-border-subtle: rgba(252, 187, 3, 0.2);
  --bs-danger-border-subtle: rgba(230, 66, 54, 0.2);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs--border-color: #e9ecef;
  --bs--body-color: #212529;
  --bs--body-color-rgb: 33, 37, 41 ;
  --bs--body-bg: #fff;
  --bs--body-bg-rgb: 255, 255, 255 ;
  --bs--body-secondary-color: rgba(33, 37, 41, 0.75);
  --bs--body-secondary-color-rgb: 33, 37, 41 ;
  --bs--body-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs--body-tertiary-color-rgb: 33, 37, 41 ;
  --bs--body-tertiary-bg: #f8f9fa;
  --bs--body-tertiary-bg-rgb: 248, 249, 250 ;
  --bs--body-emphasis-color: #000;
  --bs--body-emphasis-color-rgb: 0, 0, 0 ;
  --bs-font-sans-serif: Nunito Sans, sans-serif;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-64 {
  font-size: 64px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.section {
  padding: 80px 0;
}

.main-title-border::after,
.main-title-border::before {
  display: inline-block;
  margin-top: -7px;
  vertical-align: middle;
  content: "";
  background-color: #d0d0d0;
  width: 30px;
  height: 1px;
}

.text-muted {
  color: #777 !important;
}

.text-green {
  color: #33D287 !important;
}

.bg-danger-opacity {
  background-color: rgba(230, 66, 54, 0.13);
}

.bg-green-opacity {
  background-color: rgba(51, 210, 135, 0.13);
}

.bg-blue-opacity {
  background-color: rgba(66, 133, 243, 0.13);
}

.bg-yellow-opacity {
  background-color: rgba(252, 187, 3, 0.13);
}

.bg-purple-opacity {
  background-color: rgba(88, 89, 254, 0.13);
}

.bg-dark-opacity {
  background-color: rgba(0, 0, 0, 0.13);
}

.h-100vh {
  height: 100vh;
}

.bg-dark {
  background-color: #1d1f25 !important;
}

.bg-overlay-gredient {
  background: linear-gradient(32deg, rgba(27, 0, 255, 0.78) 0%, rgba(56, 98, 103, 0.7) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay {
  background: rgba(42, 42, 45, 0.88);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.btn {
  padding: 10px 22px;
}

.btn-outline-custom {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.5s;
  font-size: 15px;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.btn-primary {
  background-color: #2ed078;
  border: 2px solid #2ed078;
  color: #fff;
  transition: all 0.5s;
  font-size: 15px;
  text-transform: capitalize;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #25af64 !important;
  border-color: #25af64 !important;
  color: #f8f9fa !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary-text-emphasis);
  --bs-btn-active-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-primary-text-emphasis);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-secondary-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-active-border-color: var(--bs-secondary-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-secondary-text-emphasis);
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-success);
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-success-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-success-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-success-text-emphasis);
  --bs-btn-active-border-color: var(--bs-success-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-success-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-success-text-emphasis);
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-info);
  --bs-btn-border-color: var(--bs-info);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-info-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-info-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-info-text-emphasis);
  --bs-btn-active-border-color: var(--bs-info-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-info-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-info-text-emphasis);
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-warning);
  --bs-btn-border-color: var(--bs-warning);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-warning-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-warning-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-warning-text-emphasis);
  --bs-btn-active-border-color: var(--bs-warning-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-warning-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-warning-text-emphasis);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-danger);
  --bs-btn-border-color: var(--bs-danger);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-danger-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-danger-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-danger-text-emphasis);
  --bs-btn-active-border-color: var(--bs-danger-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-danger-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-danger-text-emphasis);
}

.btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-light-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-light-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-light-text-emphasis);
  --bs-btn-active-border-color: var(--bs-light-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-light-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-light-text-emphasis);
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-dark-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-dark-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-dark-text-emphasis);
  --bs-btn-active-border-color: var(--bs-dark-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-dark-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-dark-text-emphasis);
}

body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
}

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

h1.fw-bold,
h2.fw-bold,
h3.fw-bold,
h4.fw-bold,
h5.fw-bold,
h6.fw-bold {
  font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background-color: #2ed078;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}
.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  display: block;
}

.home-bg-color {
  background-color: #212529;
  position: relative;
}

.home-table-center {
  display: table-cell;
  vertical-align: middle;
}

.home-table {
  display: table;
  width: 100%;
  height: 100%;
}

.header_btn span {
  position: relative;
  top: 14px;
}

.header_content {
  max-width: 700px;
}

.header_small_title span {
  padding: 5px 20px !important;
}

.header_subtitle {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.6);
}

.scroll_down {
  bottom: 5vh;
  width: 100%;
  z-index: 8;
}

.scroll_down i {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  height: 50px;
  width: 30px;
  line-height: 60px;
}
.scroll_down i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.2s;
}

/*----HOME 2----*/
.home-half {
  padding: 200px 0px;
}

/*----HOME 3----*/
.bg-trial-form {
  background-color: rgba(39, 42, 47, 0.54);
  max-width: 360px;
}
.bg-trial-form .trial-input {
  border: 2px solid rgb(61, 62, 67);
  background-color: rgba(46, 50, 58, 0.53);
  border-radius: 30px;
}
.bg-trial-form label {
  margin-left: 10px;
}

/*---- HOME 6----*/
.presentation-mockup {
  position: relative;
  top: 50px;
  z-index: 100;
}

/*---- HOME 10---*/
.home-bg-img {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/home-bg-3.jpg);
}

/*---- HOME 19----*/
.home-bg-gradient {
  background: #5758bb;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #182848, #5758bb);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #182848, #5758bb);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.home-bg-gradient .bg-trial-form {
  background-color: #fff;
}
.home-bg-gradient .bg-trial-form h5 {
  color: #000 !important;
}
.home-bg-gradient .bg-trial-form .trial-input {
  border: 2px solid #e9ecef;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
}

/*--- HOME PETTERN ---*/
.home-bg-pattern {
  background-color: #2e323a;
  background-image: url(../images/pettern.png);
  background-position: center center;
}

/*--- LOGIN PAGE ---*/
.account_bg_color {
  background-color: #232930;
  height: 100vh;
}

.account_bg_color_gradient {
  background: #5758bb;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #182848, #5758bb);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #182848, #5758bb);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 100vh;
}

.account_bg_img {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/home-bg-3.jpg);
  height: 100vh;
  position: relative;
}

.account_bg_pattern {
  background-color: #232930;
  background-image: url(../images/pettern.png);
  background-position: center center;
  height: 100vh;
}

.account_img {
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.08);
  background-position: center center;
  box-shadow: -15px 19px 23px 0px rgba(0, 0, 0, 0.38);
}

.account_form_bg {
  background-color: #232930;
}
.account_form_bg .form-control {
  background-color: #232930;
  border-color: #6c757d !important;
  border: 2px solid;
  color: #adb5bd !important;
}

.dark-input ::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.custom-nav {
  padding: 15px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}

.custom-nav.stickyadd {
  background-color: #232930;
  padding: 12px 0px;
  border-bottom: 1px solid #232930;
}

.custom-nav .navbar-nav li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  background-color: transparent !important;
  padding: 10px 0;
  margin: 0 7px;
  transition: all 0.4s;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li a:hover,
.custom-nav .navbar-nav li a:active {
  color: #2ed078 !important;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}

.custom-nav .btn-primary {
  margin-top: 5px;
  margin-bottom: 5px;
}
.custom-nav .navbar-brand.logo img {
  height: 32px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.lan_box_ser {
  border: 1px dotted #e0e0e0;
  border-radius: 5px;
  transition: all 0.5s;
}
.lan_box_ser:hover {
  border-color: transparent;
}
.lan_box_ser .ser_icon i {
  height: 70px;
  width: 70px;
  padding-left: 36px;
  transition: all 0.5s;
}

.cta-desc {
  max-width: 635px;
}

.free-trial-form .form-control {
  height: 50px;
  box-shadow: none;
}
.free-trial-form .form-control:focus {
  border-color: #2ed078;
}

/*==========================
        FEATURES
============================*/
.lan_features_subtitle {
  max-width: 420px;
}

/*==========================
        HOW IT WORK
============================*/
.work_box .work_icon i {
  height: 75px;
  line-height: 75px;
  width: 75px;
}

.working_icons_left i,
.working_icons_right i {
  top: 100px;
  z-index: 9;
}

.working_icons_left i {
  left: 63%;
}

.working_icons_right i {
  left: 30%;
}

/*==========================
        Video Section
============================*/
.video_section .presentation_icon {
  position: absolute;
  top: 50%;
  left: 51%;
  margin-left: -40px;
  margin-top: -40px;
}

.presentation_icon {
  outline: none !important;
  width: 65px;
  height: 65px;
  padding-left: 2px;
  border-radius: 50%;
  z-index: 4;
  background-color: #2ed078;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #fff !important;
  font-size: 35px;
  line-height: 65px;
}

.client_review {
  line-height: 1.6;
  max-width: 550px;
}

.owl-theme .owl-controls .owl-page {
  margin: 20px 0px;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #2ed078;
  margin: 5px 4px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.5s;
  background: #fff;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 13px;
}

.logo_img img {
  max-height: 100px;
  width: auto !important;
}

.price_border_box {
  padding: 40px;
  border: 1px solid #e9ecef;
  transition: all 0.5s;
  border-top: 3px solid #2ed078;
}

.price_border_box.active .lable {
  background: #2ed078;
  padding: 8px 0;
  text-align: center;
  width: 130px;
  position: absolute;
  top: -17px;
  right: 0px;
  left: 0;
  border-radius: 6px;
}

.price_border_box.active .lable h6 {
  color: #fff;
  font-size: 14px;
}

.price_border_box .lan-price h1 sup,
.price_border_box .lan-price h1 sub {
  font-size: 26px;
}

.price_border_box .lan-price h1 sup {
  top: -15px;
}
.price_border_box .lan_price_feat {
  padding: 40px 0px;
}

.team-box {
  border: 1px dotted #e0e0e0;
}

.bus_team_social {
  border-top: 1px solid #e9ecef;
}
.bus_team_social li a {
  color: #adb5bd;
  transition: all 0.52s;
  margin-top: 10px;
}
.bus_team_social li a:hover {
  color: #2ed078;
}

/*==========================    
        FUNFACTS
============================*/
.bg-funfact {
  background-image: url("../images/img-1.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.lan_funfact {
  border: 1px dashed #6c757d;
}
.lan_funfact .lan_fun_name {
  font-size: 15px;
}

.faq-boxes {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  transition: all 0.5s;
}

.form-control {
  box-shadow: none !important;
  height: 50px;
  border: 1px solid #e0e0e0;
}
.form-control:focus {
  border-color: #2ed078;
}

.contact-border {
  width: 60px;
  height: 3px;
  margin: 20px 0px;
}

textarea.form-control {
  height: auto;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #E64236;
}

.error_msg {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #E64236;
  font-weight: 700;
}

.gig_loader {
  display: none;
}

#success_msg {
  text-align: center;
  margin-bottom: 20px;
}

#success_msg h3 {
  color: #0dba26;
  font-size: 22px;
}

.footer {
  background-color: #232227;
}

.about_footer_color {
  color: rgba(255, 255, 255, 0.5);
}

.footer ul.footer_menu_list li a:hover {
  color: #fff;
  transition: all 0.3s;
}

.footer ul.footer_menu_list li a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 5px 0;
  text-decoration: none !important;
}

.footer-border {
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}

.footer-title {
  color: #fff;
}

.footer-alt .copy-rights {
  margin: 10px 0px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.5) !important;
  padding-left: 20px;
}
.footer-alt .copy-rights a {
  color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 768px) {
  .custom-nav {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #272a33;
    border-bottom: 1px solid rgba(90, 90, 90, 0.24);
  }
  .custom-nav .navbar-nav li a {
    margin: 0 0px;
    padding: 6px 0;
  }
  .custom-nav > .container {
    width: 90%;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #fff;
  }
  .header_title {
    font-size: 36px !important;
    line-height: 1.2;
  }
  .header_subtitle {
    font-size: 15px;
    line-height: 1.8;
  }
  .vertical-content {
    display: inherit;
  }
  .h-100vh,
  .home-half {
    height: auto;
    padding: 110px 0 170px 0;
  }
  .account_bg_color,
  .account_bg_color_gradient,
  .account_bg_img,
  .account_bg_pattern {
    height: auto;
    padding: 50px 0px;
  }
  .custom-nav .navbar-brand.logo img {
    height: 22px;
  }
  .client_review {
    line-height: 1.4;
    font-size: 18px;
    max-width: 550px;
  }
}
@media (max-width: 991px) and (min-width: 200px) {
  .working_icons_left i,
  .working_icons_right i {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */