/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #3d404a;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.8em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f9f9f9;
  padding: 20px;
  color: #3d404a;
  border-radius: 3px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}

blockquote .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  opacity: .1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}

@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #f55e25;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #868e96;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #f55e25 !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #eeeeee !important;
}

.section--bg {
  background-color: #222222 !important;
}

.bg--gray {
  background-color: #f9f9f9;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #f55e25;
}

*::-webkit-scrollbar-thumb {
  background-color: #f55e25;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 10px 6px;
  background: #f55e25;
  font-weight: 600;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 25px;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop i {
  -webkit-animation: scroll-down 1s infinite;
  -moz-animation: scroll-down 1s infinite;
  -o-animation: scroll-down 1s infinite;
  animation: scroll-down 1s infinite;
  font-size: 15px;
  margin-bottom: 10px;
}

.scrollToTop span {
  display: block;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.scrollToTop:hover,
.scrollToTop:focus {
  color: white;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #f55e25;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f55e25;
  width: 25px;
  border-radius: 25px;
}

.slider-next,
.slider-prev {
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: #f55e25;
  color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.slider-next {
  right: 0;
}

.slider-prev {
  left: 0;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3em;
  color: #3d404a;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Exo 2", sans-serif;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 40px;
}

.section-header.white .section-title {
  color: white;
}

.section-header.white p {
  color: white;
}

.section-header .section-title {
  font-weight: 700;
  color: #3d404a;
  margin-bottom: 0;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
  color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.badge {
  padding-top: 6px;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 500;
}

.btn--base {
  position: relative;
  background-color: #f55e25;
  border: 1px solid transparent;
  color: white;
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base.active {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #f55e25;
}

.btn--base.active:focus,
.btn--base.active:hover {
  border: 1px solid #f55e25;
  color: #f55e25;
}

.btn--base:focus,
.btn--base:hover {
  background-color: transparent;
  border: 1px solid #f55e25;
  color: #f55e25;
}

@media only screen and (max-width: 575px) {
  .btn--base {
    padding: 6px 20px;
    font-size: 14px;
  }
}

.custom-btn {
  color: #f55e25 !important;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline !important;
}

@media only screen and (max-width: 575px) {
  .custom-btn {
    font-size: 14px;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input,
textarea {
  padding: 12px 20px;
}

input::placeholder,
textarea::placeholder {
  color: #3d404a;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #eeeeee;
  vertical-align: baseline;
  font-size: 100%;
  color: #3d404a;
}

label {
  font-size: 14px;
  color: white;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #3d404a;
}

.input-group {
  flex-wrap: unset;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background-color: #f55e25;
  color: white;
  height: 45px;
  border-radius: 0 3px 3px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}

.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-check-group input:checked+label::before {
  background-color: #f55e25;
}

.custom-check-group input:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-check-group label {
  position: relative;
  cursor: pointer;
}

.custom-check-group label::before {
  content: '';
  -webkit-appearance: none;
  background: white;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control:not(textarea) {
  height: 45px;
}

.form-control[type="file"] {
  padding: 0 10px;
  line-height: 45px;
}

.form-control {
  border: 1px solid #eeeeee;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #eeeeee;
}

.form--control {
  background-color: transparent;
  border: 1px solid #f55e25;
  box-shadow: none;
  height: 50px;
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  width: 100%;
}

.form--control:focus {
  background-color: transparent;
  border: 1px solid rgba(245, 94, 37, 0.5);
  box-shadow: none;
}

.form--control::placeholder {
  color: #21252999;
}

.submit-btn {
  padding: 10px 30px;
  color: white;
  background-color: #f55e25;
  font-weight: 500;
  font-size: 15px;
  border-radius: 3px;
  font-family: "Exo 2", sans-serif;
  border: 1px solid #f55e25;
  transition: all 0.5s;
}

.submit-btn:hover {
  background-color: transparent;
  color: #f55e25;
}

@media only screen and (max-width: 991px) {
  .submit-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: #222222;
  opacity: .7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-black>div {
  position: relative;
  z-index: 2;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: #222222;
}

.kinetic {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kinetic::after,
.kinetic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  /* create a triangle */
  border: 50px solid transparent;
  border-bottom-color: #f55e25;
  animation: rotateA 2s linear infinite 0.5s;
}

.kinetic::before {
  transform: rotate(90deg);
  animation: rotateB 2s linear infinite;
}

/* animations */
@keyframes rotateA {

  0%,
  25% {
    transform: rotate(0deg);
  }

  50%,
  75% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateB {

  0%,
  25% {
    transform: rotate(90deg);
  }

  50%,
  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(450deg);
  }
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.row>* {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}

::selection {
  background-color: #f55e25;
  color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

@media (max-width: 991px) {
  .header {
    padding: 12px 0px;
  }
}

.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
}

.header-section.header-fixed .header-bottom-area {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-bottom-area {
  position: relative;
  background-color: transparent;
}

.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-bottom-area .main-menu {
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }

  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }

  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 18px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 22px 0 22px 0;
  align-items: center;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  color: #3d404a;
  transition: all 0.5s;
  z-index: 9;
}

@media only screen and (max-width: 1400px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a:hover,
.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #f55e25;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 170px;
  background-color: #222222;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #f55e25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9;
  margin-left: 0;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  padding-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: white;
  width: 100%;
  padding: 5px 20px;
  font-size: 12px;
  display: block;
  transition: all ease 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 140px;
}

@media only screen and (max-width: 575px) {
  .site-logo {
    max-width: 120px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #f55e25;
  font-size: 30px;
}

@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 2;
}

.banner-section .banner-widget {
  position: relative;
  z-index: 9;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 50px 20px;
  border-radius: 3px;
  max-width: 422px;
  margin: 0 auto;
}

.banner-section .banner-widget .title {
  color: #f55e25;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: -8px;
}

.banner-section .banner-widget p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #dfdfdf;
}

.banner-section .widget-list {
  margin-top: 30px;
}

.banner-section .widget-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
  color: #dfdfdf;
}

.banner-section .widget-list li img {
  width: 30px;
}

.banner-section .widget-list li span {
  width: calc(100% - 30px);
  font-weight: 500;
}

.banner-section .widget-slider-area {
  padding: 0 20px;
  text-align: center;
  margin-top: 40px;
}

.banner-section .widget-slider {
  overflow: hidden;
}

.banner-section .banner-btn {
  text-align: center;
  margin-top: 40px;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  border-top: 5px solid #f55e25;
}

.footer-content p {
  font-size: 16px;
  font-weight: 500;
  color: #dfdfdf;
}

.footer-social {
  margin-bottom: 20px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  color: #f55e25;
  font-size: 18px;
  transition: all 0.3s;
}

.footer-social li+li {
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### client block ]
*/
.client-section {
  overflow: hidden;
}

.client-content-slider {
  overflow: hidden;
}

.client-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background-color: white;
  border: 1px solid #eeeeee;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}

.client-wrapper::after {
  z-index: -1;
  width: 29px;
  height: 29px;
  border-style: solid;
  border-width: 1px;
  border-color: #f55e25;
  background-color: white;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -6, 16);
  -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -6, 16);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -6, 16);
  position: absolute;
  content: '';
  right: -22px;
}

.client-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .client-content-wrapper {
    display: block;
  }
}

.client-content-area {
  padding: 30px;
}

@media only screen and (max-width: 1199px) {
  .client-content-area {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .client-content-area {
    width: 100%;
    padding: 20px;
  }
}

.client-content-area .client-blockquote {
  font-size: 18px;
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  .client-content-area .client-blockquote {
    font-size: 16px;
  }
}

.client-content-area .client-user-area {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-content-area .client-user-area .title {
  margin-bottom: 2px;
}

.client-content-area .client-user-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.client-content-area .client-user-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### service block ]
*/
.service-item {
  background-color: white;
  border-radius: 3px;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s;
  z-index: 2;
}

.service-item:hover {
  transform: translateY(-7px);
}

.service-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  line-height: 65px;
  font-size: 50px;
  background-color: #f55e25;
  color: white;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 440px) {
  .service-icon {
    width: 60px;
    font-size: 40px;
  }
}

.service-content {
  position: relative;
  padding: 10px;
  padding-left: 100px;
}

@media only screen and (max-width: 440px) {
  .service-content {
    padding-left: 70px;
  }
}

.service-content .title {
  margin-bottom: 5px;
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-section {
  position: relative;
  overflow: hidden;
}

.faq-header-area .sub-title {
  border-left: 4px solid #f55e25;
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #f55e25;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
}

.faq-wrapper {
  margin-bottom: -20px;
}

.faq-wrapper .faq-item {
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
  position: relative;
  font-size: 18px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: white;
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 16px;
  }
}

.faq-wrapper .faq-item .faq-title .title {
  padding: 12px 20px 12px 60px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

.faq-wrapper .faq-item.open .faq-title {
  background-color: #222222;
  border-radius: 3px 3px 0 0;
  color: white;
}

.faq-wrapper .faq-item.open .right-icon::before {
  background-color: white;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::after {
  background-color: white;
}

.faq-wrapper .faq-item.active .faq-content {
  display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-content {
  display: none;
  padding: 20px;
}

.faq-wrapper .faq-content p {
  font-size: 14px;
}

.faq-wrapper .right-icon {
  display: block;
  width: 47px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #f55e25;
}

.faq-wrapper .right-icon::before,
.faq-wrapper .right-icon::after {
  position: absolute;
  content: '';
  background: white;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-wrapper .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}

.faq-wrapper .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-form-area .contact-form {
  position: relative;
}

.contact-form-area input {
  font-size: 12px;
  color: white;
}

.contact-form-area input::placeholder {
  color: white;
}

.contact-form-area textarea {
  padding: 12px 20px;
  min-height: 100px;
  font-size: 12px;
  color: white;
}

.contact-form-area textarea::placeholder {
  color: white;
}

.contact-form-area .title {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-element {
  position: absolute;
  right: 0;
  top: -30%;
}

@media only screen and (max-width: 991px) {
  .contact-element {
    position: unset;
  }
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.banner-section .widget-list li i {
  font-size: 24px;
  color: #f55e25;
  line-height: 1.4;
  margin-right: 5px;
}

.language-select-area {
  position: relative;
  z-index: 99;
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .language-select-area {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

.language-select {
  font-size: 13px;
  border: 1px solid #e1e7ec;
  font-weight: 600;
  border-radius: 3px;
  padding: 7px 10px;
  background-color: transparent;
}

.banner-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .banner-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.banner-section .banner-content .title {
  margin-bottom: 10px;
  font-weight: 600;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  justify-content: center;
}

.breadcrumb li {
  font-family: "Maven Pro", sans-serif;
}

.breadcrumb-item a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: #2cdd9b;
}

.breadcrumb-item.active {
  font-weight: 600;
  color: #606975;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active::before {
  content: "/";
  font-weight: 600;
  color: #2cdd9b;
  font-size: 14px;
  left: 0;
}

label.required:after {
  content: '*';
  color: #DC3545 !important;
  margin-left: 2px;
}


/* language */

.language-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border-radius: 4px;
  width: max-content;
  background-color: hsl(var(--white) / .3);
  border: 1px solid hsl(var(--white) / .1) !important;
}

.language_flag {
  flex-shrink: 0;
  display: flex;
}

.language_flag img {
  width: 20px;
  height: 18px;
  object-fit: cover;
  border-radius: 5px;
}

.language-wrapper.show .collapse-icon {
  transform: rotate(180deg)
}

.collapse-icon {
  font-size: 14px;
  display: flex;
  transition: all linear 0.2s;
  color: hsl(var(--black))
}

.language_text_select {
  font-size: 13px;
  font-weight: 600;
}

p.language_text {
  font-size: 13px;
  font-weight: 600;
}

.language-content {
  display: flex;
  align-items: center;
  gap: 6px;
}


.language_text {
  color: hsl(var(--black));
}

.language-list {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  cursor: pointer;
}

.language .dropdown-menu {
  position: absolute;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  display: unset;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  min-width: 120px;
  padding: 5px 0 !important;
  border-radius: 8px;
  border: 1px solid rgb(0 0 0 / 3%);
  left: -10px !important;
}

.language .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

@media(max-width:575px) {
  .header-top-right {
    flex: 1;
  }
}