@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Vie
    Theme URI: http://
    Description: Creative Agency & Portfolio
    Author: UI-ThemeZ
    Author URI: http://themeforest.net/user/UI-ThemeZ
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

    |--- BASE

        |- typography
        |- helper classes

    |--- SHORTCODES

        |- extra
        |- overlay
        |- section-heading
        |- buttons
        |- navbar
        |- sliders
        |- intro
        |- feature-box
        |- clients
        |- counter
        |- portfolio
        |- process
        |- progress-bar
        |- tabs
        |- team
        |- testimonials
        |- blog
        |- contact-form
        |- footers

    |--- BASE

        |- responsive



---------------------------------------------------------------- */
/* ====================== [ Start Typography  ] ====================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #111;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: "Rubik", sans-serif;
}

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

span, a, a:hover {
  display: inline-block;
  color: inherit;
}

h2 {
  font-size: 24px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

p {
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 0;
}

a, span {
  display: inline-block;
}
a:hover, span:hover {
  text-decoration: none;
}

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

.container {
  max-width: 1200px;
}

.custom-font {
  font-family: "Poppins", sans-serif;
}

.color-font {
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.back-color {
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.line {
  position: absolute;
  height: 1px;
  width: 65%;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}
.line.top {
  top: 0;
}
.line.bottom {
  bottom: 0;
}
.line.left {
  left: 0;
}
.line.right {
  right: 0;
}

/* ====================== [ End Typography  ] ====================== */


.navbutton {
  background-color: #F22017;
  margin: 0;
  padding: 0;
      transition: all 400ms ease-in-out;
  }
  
  .navbutton:hover {
      background-color: #c0140c;
  }
  
  .navbutton a {
      margin: 0!important;
      padding: .5rem .8rem!important;
      color: #fff!important;
      border: none;
  }
  
  


/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.ontop {
  position: relative;
  z-index: 7;
}

.full-over {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.full-width {
  width: 100% !important;
}

.main-color {
  color: #12c2e9 !important;
}

.bg-gray {
  background-color: #f8f4f3;
}
.bg-gray .primery-shadow {
  box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
  background-color: #141414 !important;
}
.bg-dark .primery-shadow {
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.bg-color {
  background-color: #12c2e9 !important;
}
.bg-color .primery-shadow {
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.sub-bg {
  background: #f5f5f5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.section-padding {
  padding: 120px 0;
}

.section-ptb {
  padding: 80px 0;
}

.cmd-padding {
  padding: 0 10px;
}

.csm-padding {
  padding: 0 5px;
}

.head-pt {
  padding: 80px 0 0;
}

.head-pb {
  padding: 0 0 80px;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.unlist {
  list-style: none;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.valign {
  display: flex;
  align-items: center;
}

.primery-shadow {
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
  padding-right: 5%;
  padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

/*-------------------------------------------------------
					font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

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

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

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

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

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

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

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

.fz-25 {
  font-size: 25px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-50 {
  font-size: 50px !important;
}

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/
.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls10 {
  letter-spacing: 10px !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.mr-3  {
  margin-right: .3125rem;
}

.mr-8 {
  margin-right: 8px;
}


.mr-16 {
  margin-right: 1rem;
}

.mt-48 {
  margin-top: 3rem!important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.no-padding {
  padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */
a {
  cursor: pointer;
  pointer-events: auto;
}

.mx-auto {
  margin-left: auto;
  margin-left: auto;
}

.mx-1000 {
  max-width: 1000px;
  width: 100%;
}




.nav-link:hover {
  color: #ff5060 !important;
}

.swiper-pagination-bullet-active {
  background-color: #ff0100 !important;
}

.flex {
  display: flex;
}

.flex-direction-column {
  flex-direction: column;
}

.is-between {
  justify-content: space-between;
  align-items: center;
}

.is-logo {
  display: flex;
  align-items: center;
}

.site-header {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 109;
}

.is-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#page-text {
  margin-top: 100px 0;
  width: 100%;
}

#page-text .container:first-child {
  max-width: 1200px;
}

.flex.menu-social-ico {
  align-items: center;
}

.menu-social-ico a {
  display: flex;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.show-number .show-number-text {
  cursor: pointer;
  color: #ED1B2F;
  margin: 0;
  padding-right: 5px;
}
.show-number a {
  display: none;
  color: #ED1B2F !important;
}
.show-number.is-showing .show-number-text {
  display: none;
}
.show-number.is-showing a {
  display: inline-block;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }

  .container--lg {
    width: 100%;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }

  .container--lg {
    width: 100%;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }

  .container--lg {
    width: 100%;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }

  .container--lg {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1364px;
    max-width: 100%;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1364px;
    max-width: 100%;
  }

  .container--lg {
    width: 1640px;
    max-width: 100%;
  }
}
.is-logo img {
  max-width: 200px;
  height: auto;
  margin: 20px 30px 0px 0px;
}

.menu-area {
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  display: none;
}

@media (max-width: 768px) {
  .menu-area {
    display: block;
  }
}
#toggle-menu span {
  width: 25px;
  height: 2px;
  background-color: #000;
  z-index: 999;
  color: azure;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: 500ms ease-in-out;
}

#toggle-menu.active span:first-child {
  transform: rotate(45deg);
}

#toggle-menu.active span:last-child {
  transform: rotate(-45deg);
  top: -7px;
}

#primary-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}

#primary-menu li a {
  color: #fff;
}

.btn-menu-round {
  background: #FF0000;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 500ms ease-in-out;
  cursor: pointer;
}

.btn-menu-round:hover {
  background: #c40000;
}

@media (max-width: 768px) {
  #primary-menu {
    flex-flow: column;
    align-items: flex-start;
    margin: 0;
    padding: 20px !important;
  }

  .btn-menu-round {
    background: none;
    padding: 0;
  }
}
.menu-item-has-children {
  margin-right: 20px;
}

.menu-item-has-children a {
  transition: 500ms ease-in-out;
}

.menu-primary {
  display: flex;
  align-items: center;
  -webkit-animation: close-menu 600ms;
          animation: close-menu 600ms;
}

.menu-primary.active {
  display: inline;
  position: absolute;
  top: 86px;
  left: 0;
  padding: 30px 0;
  background: #55565e;
  width: 100%;
  color: #fff;
  -webkit-animation: open-menu 600ms;
          animation: open-menu 600ms;
  transition: ease-in-out 500ms;
  background: #55565e;
}

.menu-primary.active .menu-item li a {
  color: #fff;
}

.menu-primary.active .menu-item li::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 100%;
}

@-webkit-keyframes open-menu {
  0% {
    opacity: 0;
    left: -200px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

@keyframes open-menu {
  0% {
    opacity: 0;
    left: -200px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
.menu-primary.active a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 3;
}

.menu-primary.active .menu ul {
  flex-flow: column;
}

.menu ul {
  /* display:flex; */
  list-style: none;
  padding: 0px 20px;
  line-height: 2.5;
}

.menu-item:not(:last-child) {
  margin-right: 30px;
}

@media (min-width: 769px) {
  #toggle-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .embed-logo {
    display: none;
  }
}
@media (max-width: 768px) {
  #toggle-menu {
    display: inline;
  }

  .menu-primary {
    display: none;
  }
}
.menu-item {
  position: relative;
}

.sub-menu {
  transition: 500ms ease-in-out;
}

.sub-menu.active {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  background: aliceblue;
  padding: 30px;
  border-radius: 10px;
  min-width: 300px;
}

.menu-social-ico img:first-child {
  margin: 0 0 0 20px;
}

@media (max-width: 768px) {
  .sub-menu.active {
    position: relative;
    padding: 0px 10px;
    background: none;
    top: 0;
  }
}
.header .top-bar {
  height: 34px;
  background: #F8F8FC;
}
.header .top-bar > .container {
  height: 100%;
}
.header .top-bar__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .top-bar__content > div {
  font-size: 13px;
  color: #3B4767;
  line-height: 17px;
  font-weight: 400;
}
.header .top-bar__content > div a {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #3B4767;
  transition: 0.3s ease-in-out;
}
.header .top-bar__content > div a:hover {
  color: #ED1B2F;
}

.header-center {
  height: 90px;
  position: relative;
}
.header-center__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  margin-right: 30px;
}
.header__logo a img {
  max-width: 122px;
}

/* --------------------------------------------------- -------------------------------------------- */

@media (min-width:999px) {
  .header .menu-mobile {
    display: none;
  }

.header__nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header .nav-item {
  height: 100%;
  margin-right: 20px;
}
.header .nav-item .nav-link {
  padding-right: 0;
}
.header .nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #3B4767;
  height: 100%;
  padding: 0px 20px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header-bottom {
  background: #26273e;
  height: 59px;
}
.header-bottom__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-menu {
  display: inline-flex;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
}
.header-menu .menu-item {
  height: 100%;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
}
.header-menu .menu-item:first-child {
  margin-left: 0;
}
.header-menu .menu-item .nav-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  transition: 0.3s ease-in-out;
  padding: 20px 15px;
  position: relative;
}
.header-menu .menu-item-has-children .nav-link {
  padding-right: 32px;
}
.header-menu .menu-item-has-children .nav-link:before {
  content: "";
  font-family: "Material-Design-Iconic-Font";
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
}
.header-search {
  position: relative;
}
.header-search__input {
  height: 45px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 55px 0 25px;
  background: #47485e;
  border: none;
  min-width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
.header-search__input::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
.header-search__input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
.header-search__input::placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
.header-search button[type=submit] {
  position: absolute;
  background: none;
  border: none;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}
.header-search button[type=submit] svg {
  stroke: #fff;
}

.dropdown-menu .nav-link {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3b4767 !important;
}

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

}
@media (max-width: 999px) {

  .header-bottom {
    background-color: #242836;
    padding: 1.5rem 0;
    display: none;
  }

  .header-bottom.show_menu {
    display: block;
  }

  body.hidden {overflow: hidden;}


  .header-menu .menu-item-has-children .nav-link:before {
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #fff;
  }

  .nav-link {
    color:#fff;
  }

  .dropdown-menu {
    background-color: #3b4052;
    padding-right: 1rem;
  }

  .dropdown-menu.show {
    width: 100%;
    position: relative;
  }

  .dropdown-menu .nav-link {
    color: #ffffff!important;
  }

  .top-bar {
    display: none;
  }


  .panel_contact {
    display: none;
  }

}


/* ------------------------------------------------------------------------------------------- */


.pt-200 {
  padding-top: 200px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.center-h {
  align-items: center;
}

.start-w {
  justify-content: flex-start;
}

.gap20 {
  gap: 20px;
}

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

.round-10 {
  border-radius: 100px !important;
}

.is-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row-full-gs0 {
  margin: 0;
  padding: 0;
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

/* ====================== [ Start Preloader ] ====================== */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  transition: all 1s;
}
.pace .pace-progress {
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #12c2e9;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}
#preloader:after, #preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #fff;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
  top: 0;
}
#preloader:after {
  bottom: 0;
}
#preloader.isdone {
  visibility: hidden;
  transition-delay: 1.5s;
}
#preloader.isdone:after, #preloader.isdone:before {
  height: 0;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition-delay: 1s;
}

.loading {
  color: #fff;
  position: fixed;
  left: 50%;
  top: calc(50% - 40px);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 9999999999;
}
.loading.isdone {
  top: 50%;
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.5s;
}

.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
          animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ====================== [ End Preloader ] ====================== */
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
          animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
          animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start Cursor Style ] ====================== */
/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #12c2e9;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #12c2e9;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ Start animate headline ] ====================== */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

/* ====================== [ End animate headline ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.sec-head {
  position: relative;
  margin: 0 auto 80px;
}
.sec-head h6 {
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 10px;
}
.sec-head h3 {
  font-size: 48px;
  font-weight: 600;
}
.sec-head h2 {
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sub-title {
  position: relative;
  margin-bottom: 20px;
}
.sub-title h6 {
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  padding: 7px 12px;
  border-radius: 10px;
}

.main-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.extra-title {
  font-weight: 700;
}

.sm-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.smore {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
}
.smore:after {
  content: "";
  width: 45%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  left: 0;
  top: 0;
}
.smore i {
  margin-left: 10px;
}

.line-v {
  position: absolute;
  height: 80px;
  width: 1px;
  background: #c5a47e;
  left: 50%;
  opacity: 0.3;
}

.line-v.top {
  top: -30px;
}

.line-v.bottom {
  bottom: -30px;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.butn {
  padding: 15px 35px;
  font-size: 13px;
  border: 1px solid transparent;
  transition: all 0.4s;
}
.butn:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
          animation-delay: calc(30ms * var(--char-index));
}
.butn.bord {
  border: 1px solid #000;
}
.butn.bord:hover {
  background: #111;
  color: #fff;
}
.butn.light {
  background: #fff;
  color: #333;
}
.butn.light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.butn.dark {
  background: #222;
  color: #fff;
}
.butn.dark:hover {
  background: transparent;
  border-color: #222;
  color: #333;
}
.butn.color {
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border: transparent;
}
.butn.color:hover {
  background: #fff;
  color: #111;
}
.butn.curve {
  border-radius: 5px;
}
.butn.radius {
  border-radius: 30px;
}

[data-overlay-dark] .butn.bord {
  border-color: #fff;
}
[data-overlay-dark] .butn.bord:hover {
  background: #fff;
}
[data-overlay-dark] .butn.bord:hover span {
  color: #111;
}

.simple-btn {
  position: relative;
  padding: 7px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 300;
}
.simple-btn:after {
  content: "";
  width: 45%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}
.simple-btn.right:after {
  left: auto;
  right: 0;
}

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ HERO ] ====================== */
.extra-title {
  margin-bottom: 100px;
}

.blog-pg.single h2 {
  color: #a5d026;
  font-size: 20px;
}

/* ====================== [ END HERO ] ====================== */
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.menu-item {
  margin: 0 10px 0 0;
}

.custom-logo-link img {
  max-width: 200px;
}

/* ====================== [ Start navbar ] ====================== */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #111;
}
.navbar.light .navbar-nav .nav-link {
  color: #111;
}
.navbar .navbar-nav .nav-link {
  font-weight: 500;
  color: #0D2B3D;
  padding: 15px 7px;
  margin: 0px 20px;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .dropdown-item {
  font-size: 13px;
  padding: 10px 20px;
  opacity: 0.9;
}
.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #12c2e9;
}
.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #111;
  background: #f5f5f5;
  min-width: 185px;
  transform: translateY(20px);
  transition: all 0.4s;
}
.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .dropdown-menu .dropdown-item {
  transition: all 0.4s;
  padding: 10px 25px;
  position: relative;
}
.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #12c2e9;
  position: absolute;
  left: 10px;
  top: 50%;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}
.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}
.navbar .search {
  color: #fff;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .search .icon {
  cursor: pointer;
}
.navbar .search .search-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(37, 37, 49, 0.98);
  display: none;
}
.navbar .search .search-form form {
  width: 600px;
  position: absolute;
  left: calc(50% - 300px);
  top: 50%;
  transform: translateY(-50%);
}
.navbar .search .search-form form input {
  padding: 15px 0;
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #12c2e9;
}
.navbar .search .search-form .close {
  position: absolute;
  top: 20%;
  right: 20%;
  color: #fff;
  font-size: 60px;
  opacity: 1;
  cursor: pointer;
}
.navbar .logo {
  width: 50px;
}

.nav-scroll {
  background: #fff;
  border-color: #f5f5f5;
  padding: 0;
  position: fixed;
  top: -80px;
  transition: transform 0.5s;
  transform: translateY(80px);
}
.nav-scroll .navbar-nav .nav-link {
  color: #111;
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 30px 0;
  color: #fff;
  transition: all 0.7s;
}
.topnav.light {
  color: #111;
}
.topnav.light .text:after {
  color: #111;
}
.topnav.light .icon i {
  background: #111 !important;
}
.topnav .container,
.topnav .container-fluid {
  display: flex;
}
.topnav .container-fluid {
  padding: 0 50px;
}
.topnav .logo {
  width: 50px;
}
.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
}
.topnav .menu-icon:hover .text .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
          animation-delay: calc(30ms * var(--char-index));
}
.topnav .menu-icon .text {
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.topnav .menu-icon .text:after {
  content: "close";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.topnav .menu-icon .text .word {
  transition: all 0.4s;
  transition-delay: 0.6s;
}
.topnav .menu-icon .text.open .word {
  opacity: 0;
  transition-delay: 0.4s;
}
.topnav .menu-icon .text.open:after {
  opacity: 1;
  transition-delay: 0.6s;
}
.topnav .menu-icon .icon {
  display: table-cell;
}
.topnav .menu-icon .icon i {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #eee;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}
.hamenu.open .menu-links .main-menu > li .link {
  transform: translateY(0);
  transition-delay: 1s;
}
.hamenu.open .cont-info:after {
  height: 100vh;
  transition-delay: 1s;
}
.hamenu.open .cont-info .item {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.hamenu .menu-links {
  margin-top: 30px;
}
.hamenu .menu-links .o-hidden {
  display: inline-block;
}
.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}
.hamenu .menu-links .main-menu.gosub > li {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub > li .link {
  transform: translateY(45px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.hamenu .menu-links .main-menu > li {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.hamenu .menu-links .main-menu > li span.nm {
  opacity: 0.8;
  font-size: 11px;
  margin-right: 10px;
}
.hamenu .menu-links .main-menu > li .link {
  transform: translateY(45px);
  transition: all 0.7s;
  cursor: pointer;
}
.hamenu .menu-links .main-menu > li .link i {
  font-size: 15px;
  margin-left: 5px;
}
.hamenu .menu-links .main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition-delay: 0.2s;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open {
  z-index: 3;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
  transform: translateY(0px);
  transition-delay: 1s;
}
.hamenu .menu-links .main-menu .sub-menu li {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link {
  transform: translateY(45px);
  transition: all 0.7s;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
  margin-left: 10px;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
  font-size: 13px;
  font-weight: 300;
  margin-left: 10px;
}
.hamenu .cont-info {
  margin-top: 50px;
  position: relative;
}
.hamenu .cont-info:after {
  content: "";
  width: 1px;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -40px;
  top: -170px;
  transition: all 0.7s;
}
.hamenu .cont-info .item {
  margin-bottom: 30px;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.7s;
}
.hamenu .cont-info .item:last-of-type {
  margin-bottom: 0;
}
.hamenu .cont-info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ====================== [ End navbar ] ====================== */
.hamburger {
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60px;
  height: 76px;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 11px;
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 25px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 30px;
  background-color: #788097;
}

.hamburger-inner {
  width: 12.5px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -7px;
}

.hamburger-text {
  font-size: 9px;
  color: #fff;
  line-height: 10px;
  text-transform: uppercase;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  width: 25px;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger-inner:after {
  bottom: -7px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #788097;
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #788097;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

/* ====================== [ Start showcase ] ====================== */
.showcase-full .parallax-slider .swiper-slide .bg-img {
  background-position: center center;
}
.showcase-full .parallax-slider .caption {
  position: relative;
}
.showcase-full .parallax-slider .caption h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.5s;
  position: relative;
}
.showcase-full .parallax-slider .caption h1 .stroke {
  margin-bottom: 10px;
}
.showcase-full .parallax-slider .caption h1 .bord {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  border: 0;
  opacity: 0.1;
}
.showcase-full .parallax-slider .caption .discover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition-delay: 2s;
  transition: all 0.7s;
  opacity: 0;
}
.showcase-full .parallax-slider .caption .discover span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 50px;
}
.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
  opacity: 1;
  transition: all 0.7s;
}
.showcase-full .dots {
  bottom: 30px;
  z-index: 1;
}
.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}
.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}
.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.showcase-carus {
  height: 100vh;
}
.showcase-carus .swiper-container {
  height: 100%;
}
.showcase-carus .caption h1, .showcase-carus .copy-cap h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}
.showcase-carus .copy-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.showcase-carus .copy-cap .cap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.showcase-carus .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}
.showcase-carus.circle-slide .swiper-slide {
  display: flex;
  align-items: center;
}
.showcase-carus.circle-slide .swiper-slide .bg-img {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  margin: auto;
  background-position: center center;
}
.showcase-carus.circle-slide .swiper-slide .bg-img:before {
  border-radius: 50%;
}
.showcase-carus.circle-slide .caption, .showcase-carus.circle-slide .copy-cap {
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 100%;
}
.showcase-carus.circle-slide .caption h1, .showcase-carus.circle-slide .copy-cap h1 {
  font-size: 70px;
  display: block;
}
.showcase-carus.circle-slide .caption h1 .stroke, .showcase-carus.circle-slide .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.showcase-carus.circle-slide .caption h1 span, .showcase-carus.circle-slide .copy-cap h1 span {
  margin-left: auto;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showstyle {
  height: 100vh;
}
.showstyle .swiper-container {
  height: 100%;
}
.showstyle .swiper-slide .bg-img {
  height: 70vh;
  margin: 15vh 0 0;
}
.showstyle .caption h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.5s;
}
.showstyle .caption h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.showstyle .caption h1 span {
  margin-left: 200px;
}
.showstyle .caption .discover {
  margin-top: 50px;
  opacity: 0;
  transition: all 0.7s;
}
.showstyle .caption .discover i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.showstyle .caption .discover span {
  font-size: 13px;
  font-weight: 600;
}

.showcase-grid {
  height: 100vh;
}
.showcase-grid .swiper-container {
  height: 100%;
}
.showcase-grid .swiper-slide .bg-img {
  height: 76vh;
  margin: 12vh 0 0;
  position: relative;
  background-position: center center;
}

.div-tooltip-tit {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #111;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  z-index: 99999;
}

.div-tooltip-sub {
  display: none;
  position: absolute;
  background-color: #111;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  z-index: 99999;
}

/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.about .content .co-tit {
  font-weight: 400;
  margin-bottom: 30px;
}
.about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.about .img-mons .img1 img, .about .img-mons .img2 img, .about .img-mons .img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.about .img-mons .img2 {
  height: 240px;
}
.about .img-mons .img3 {
  width: 75%;
  margin-top: 20px;
}
.about .img-mons .img3.exp {
  background: #18191d;
  padding: 30px;
}
.about .img-mons .img3.exp h2 {
  font-weight: 800;
  margin-bottom: 5px;
}
.about .img-mons .img3.exp h6 {
  letter-spacing: 2px;
}
.about .blc-img .bimg {
  padding-right: 80px;
  padding-bottom: 80px;
  position: relative;
}
.about .blc-img .bimg img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
}
.about .blc-img .bimg .bg-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 300px;
  height: 300px;
  box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
  background-position: center center;
  border-radius: 15px;
  overflow: hidden;
}
.about .blc-img .skills-circle {
  display: flex;
  background: #11141b;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  margin-top: -80px;
  right: -50px;
  box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
}
.about .blc-img .skills-circle .item:last-of-type {
  margin-left: 30px;
}
.about .ftbox ul {
  margin: 0;
  display: flex;
}
.about .ftbox ul li {
  width: 100%;
  padding: 35px 25px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 5px;
  position: relative;
}
.about .ftbox ul li.space {
  margin: 0 10px;
}
.about .ftbox ul li .icon {
  color: #12c2e9;
  font-size: 30px;
  margin-bottom: 20px;
}
.about .ftbox ul li h6 {
  font-size: 16px;
  font-weight: 400;
}
.about .ftbox ul li .dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  right: 10px;
  bottom: 12px;
  opacity: 0.1;
}
.about .ftbox ul li .dots span:first-of-type {
  bottom: 18px;
}
.about .ftbox ul li .dots span:last-of-type {
  right: 16px;
}

.agency .content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.agency .content ul {
  margin: 0;
}
.agency .content ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
}
.agency .content ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.agency .img {
  display: flex;
  position: relative;
}
.agency .img .imgone {
  width: 55%;
  position: relative;
  bottom: -80px;
  margin-bottom: 80px;
  border-radius: 4px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.agency .img .imgtwo {
  width: 55%;
  position: absolute;
  right: 0;
  border-radius: 4px;
  border: 5px solid #fff;
  box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 2;
}
.agency .img .icon {
  width: 100px;
  height: 100px;
  line-height: 135px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 20%;
  left: 40%;
  z-index: 3;
}
.agency .img .icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}
.agency .img .icon svg {
  fill: #12c2e9;
  width: 90px;
}
.agency .img .exp {
  position: absolute;
  right: 0;
  bottom: 0;
}
.agency .img .exp h6 {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  position: relative;
}
.agency .img .exp h6:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #12c2e9;
  position: absolute;
  left: -40px;
  top: 45%;
}
.agency .img .exp h2 {
  font-size: 70px;
  font-weight: 700;
}
.agency .imgsec {
  padding-right: 30px;
}
.agency .imgsec .imgone {
  position: relative;
  top: 0px;
}
.agency .imgsec .imgtwo {
  position: relative;
  bottom: 0px;
}
.agency .imgsec .exp {
  padding: 10px 30px;
  position: relative;
  margin-top: 15px;
}
.agency .imgsec .exp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}
.agency .imgsec .exp:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -2;
}
.agency .imgsec .exp h6 {
  color: #999;
  margin-top: 5px;
}
.agency .imgsec .exp h2 {
  font-size: 70px;
  font-weight: 700;
}

.about-us .img {
  padding-left: 150px;
  padding-right: 50px;
  position: relative;
}
.about-us .img:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -1;
}
.about-us .img .stauts {
  position: absolute;
  bottom: 50px;
  left: 30px;
  display: flex;
}
.about-us .img .stauts .item {
  padding: 30px 20px;
  background: #272727;
  margin-right: 50px;
  position: relative;
  color: #fff;
}
.about-us .img .stauts .item:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid rgba(100, 100, 100, 0.1);
}
.about-us .img .stauts .item:first-of-type {
  background: #f5f5f5;
  color: #121a21;
}
.about-us .img .stauts .item h4 {
  font-size: 45px;
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.about-us .img .stauts .item h4 span {
  font-size: 30px;
  font-weight: 500;
  margin-left: 5px;
}
.about-us .img .stauts .item h6 {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}

.about-cr .img img {
  width: 105%;
  margin-left: -5%;
}
.about-cr .cont {
  padding-left: 50px;
}
.about-cr .cont h3 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-left: -120px;
}
.about-cr .cont h6 {
  font-size: 30px;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 40px;
}
.about-cr .cont .vid-area {
  display: flex;
}
.about-cr .cont .vid-area .vid-icon {
  padding-right: 30px;
}
.about-cr .cont .vid-area .vid-icon .vid-butn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.about-cr .cont .vid-area .vid-icon .vid-butn:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.about-cr .cont .vid-area .vid-icon .vid-butn:hover:after {
  transform: scale(0);
}
.about-cr .cont .vid-area .text {
  font-size: 13px;
}
.about-cr .cont .states {
  margin-top: 50px;
}
.about-cr .cont .states p {
  font-size: 13px;
  margin-top: 10px;
}

.about-ar .img {
  position: relative;
}
.about-ar .img .hero-bg {
  width: 420px;
  height: 420px;
}
.about-ar .img .exp {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 360px;
  height: 360px;
  background: rgba(255, 255, 255, 0.9);
}
.about-ar .img .exp h2 {
  font-size: 150px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c5a47e;
  line-height: 1;
}
.about-ar .img .exp p {
  color: #c5a47e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-ar .content h3 {
  font-size: 55px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-sec .skills-box {
  padding-left: 30px;
}
.hero-sec .skills-box .skill-item {
  margin-bottom: 80px;
}

.intro-section .htit {
  font-size: 28px;
  font-weight: 500;
}
.intro-section .htit span {
  font-size: 17px;
  font-weight: 300;
  color: #12c2e9;
  margin-right: 5px;
}
.intro-section .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.intro-section .item p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.intro-section .item p a {
  margin: 0 7px;
}
.intro-section .item p a:first-of-type {
  margin-left: 0;
}
.intro-section .item p a:last-of-type {
  margin-right: 0;
}

.extra-text {
  font-size: 22px;
}

.video-wrapper {
  min-height: 500px;
}
.video-wrapper .vid {
  position: relative;
  z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
  transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
  color: #212529;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 17px;
  position: relative;
  transition: all 0.5s;
}
.video-wrapper .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.js-scroll__content {
  transform-origin: top left;
  will-change: transform;
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start Call To Action  ] ====================== */
.call-action {
  background-attachment: fixed;
}
.call-action .content h6 {
  color: #12c2e9;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.call-action .content h6 span {
  color: #12c2e9;
}
.call-action .content h2 {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent;
}
.call-action .content h2 span {
  color: transparent;
}
.call-action .content h2 b span {
  color: #fff;
  -webkit-text-stroke-width: 0;
}
.call-action .content h2 .whitespace {
  width: 18px;
}
.call-action .content p {
  font-size: 17px;
  font-weight: 300;
}
.call-action .btn-curve {
  border: 2px solid;
  line-height: 2;
}
.call-action .btn-curve span {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.call-action .btn-curve:hover span {
  color: #0c0f16;
}
.call-action .tlink {
  margin-left: auto;
  border-bottom: 1px solid #eee;
}
.call-action.next {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.call-action.next:after {
  display: none;
}
.call-action.next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0a0a0a;
  opacity: 1;
  transition: all 0.5s;
}
.call-action.next .content h2 {
  font-size: 5vw;
  font-weight: 700;
}
.call-action.next .content h2 b {
  font-weight: 700;
}
.call-action.next .nxt-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.4);
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 1s linear;
}
.call-action.next:hover:before {
  opacity: 0.9;
}
.call-action.next:hover .nxt-img {
  transform: scale(1);
  transition: all 10s linear;
}

/* ====================== [ End Call To Action  ] ====================== */
.page-sidebar {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ededf2;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}

.page-sidebar__header {
  display: flex;
  min-height: 44px;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.page-sidebar__content {
  display: none;
  flex-direction: column;
  padding: 10px 16px;
}

.page-sidebar__title {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  color: #3b4767;
  padding: 12px 16px 8px;
}

.page-sidebar__header:before {
  content: "";
  position: absolute;
  font-family: Material-Design-Iconic-Font;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 24px;
  transition: 0.2s ease-in-out;
}

.page-sidebar__link {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #3b4767;
  margin-bottom: 8px;
}

.page-wrapper {
  background: #f8f8fc;
  background: linear-gradient(180deg, #f8f8fc 0%, white 35%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8fc",endColorstr="#ffffff",GradientType=1);
}

.page-cms__content--withSidebar {
  max-width: 100%;
  margin: 0;
}

.page-cms__content {
  padding: 30px 50px 16px;
  max-width: 1086px;
  background: #fff;
  border-radius: 3px;
}

.page-cms__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #3b4767;
  text-align: left;
  margin: 0 0 32px;
}

.close-sidebars, .open-sidebars {
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  color: #3b4767;
  border: 1px solid #3b4767;
  background: #fff;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .page-sidebars {
    position: relative;
    /* top: 77px; */
    width: 100%;
    z-index: 999;
    padding: 24px 10px;
    height: auto;
    background: #fff;
    /* -webkit-transform: translateX(150%);
    transform: translateX(150%); */
    transition: 0.3s ease-in-out;
    /* display: none; */
    /* left: 50%; */
  }

  /* .page-sidebars.open {
      display: block;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  } */
}
/* ====================== [ Start contact ] ====================== */
.contact-sec .form .form-group {
  margin-bottom: 30px;
}
.contact-sec .form .form-group input, .contact-sec .form .form-group textarea {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}
.contact-sec.style2 .form input, .contact-sec.style2 .form textarea {
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.contact .form input, .contact .form textarea {
  color: #fff;
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact .form textarea {
  padding: 15px;
  min-height: 140px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}
.contact .cont-info h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.contact .cont-info .item h5 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 10px 0;
}
.contact .cont-info .item h6 {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  line-height: 1.7;
}
.contact .cont-info .social a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(0, 0, 0, 0.01);
  border-radius: 50%;
  margin-right: 5px;
  font-size: 13px;
}

.map {
  width: 100%;
  height: 60vh;
}

.attach-flex {
  display: flex;
  flex-flow: column;
  font-weight: 600;
}
.attach-flex .qbutton {
  background: #E3E3E8 !important;
  border: 0px !important;
  transition: all 700ms ease-in-out;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -ms-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
}
.attach-flex #mfcf7_zl_multifilecontainer {
  order: 2;
}
.attach-flex .multilinefile-768 {
  order: 2;
}

.attach-flex .qbutton:hover {
  background-color: #b0b0bb !important;
}

#smg {
  background: #ED1B2F !important;
  color: #fff !important;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}

#smg:hover {
  background-color: #b51928 !important;
}

.privacy p {
  margin-right: 20px;
  margin-top: -15px;
}

/* ====================== [ End contact ] ====================== */
#page-contact {
  padding-top: 80px;
  background-image: linear-gradient(180deg, #EFF7FF 0%, #FFFFFF 100%);
}

#page-contact .title-h2 {
  font-size: 32px;
  color: #1F203C;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 50px;
}

#gallery .title-h2 {
  font-size: 32px;
  color: #26273E;
  letter-spacing: 0;
  text-align: center;
  line-height: 42px;
  font-weight: 500;
}

#form-page input,
#form-page textarea,
#form-page .wpcf7-form-control-wrap {
  width: 100%;
}

#form-page input,
#form-page textarea {
  padding: 15px;
  margin-top: 15px;
  background: #FFFFFF;
  border: 1px solid #E3E3E8;
  border-radius: 5px;
}

#sideUpload #fileuploadfield {
  display: none;
}

#sideUpload #uploadtextfield {
  height: 18px;
  width: 139px;
}

#sideUpload #uploadbrowsebutton {
  height: 27px;
  width: 147px;
  margin-top: 5px;
  text-align: center;
}

/* ====================== [ Start Footer ] ====================== */
.footer {
  background: #242836;
  padding: 40px 0px 0px;
  position: relative;
}
.footer > .container {
  position: relative;
}
.footer__copyright {
  background: #1C202D;
  height: 52px;
}
.footer__copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.footer__copyright-content span {
  font-size: 14px;
  color: #9A9EAA;
  line-height: 16px;
  font-weight: 400;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-block--first {
  max-width: 380px;
  width: 25%;
  padding-right: 20px;
}
.footer-block--default {
  width: 18.75%;
  padding-right: 15px;
}
.footer-block--social {
  width: 18.75%;
  padding-right: 15px;
}
.footer-block--newsletter {
  width: 25%;
  max-width: 360px;
}
.footer-block__logo {
  display: block;
  margin-bottom: 18px;
}
.footer-block__logo img {
  max-width: 122px;
}
.footer-block__desc {
  font-size: 14px;
  color: #9A9EAA;
  line-height: 28px;
  font-weight: 400;
  max-width: 260px;
}
.footer-block__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #fff;
  margin-bottom: 28px;
}
.footer-company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.footer-company span {
  font-size: 14px;
  color: #9A9EAA;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer-logos {
  display: flex;
  align-items: flex-start;
  padding: 5px 0px 30px;
}
.footer-logos img {
  margin-right: 14px;
}
.footer-menu {
  border-left: 2px solid #5B5E69;
  padding-left: 14px;
}
.footer-menu__item {
  margin-bottom: 4px;
}
.footer-menu__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #9A9EAA;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.footer-menu__link:hover {
  color: #ED1B2F;
}
.footer .social-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer .social-links__item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer .social-links__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #9A9EAA;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.footer .social-links__link i {
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.footer .social-links__link:hover {
  color: #ED1B2F;
}
.footer .social-links__link svg {
  margin-right: 12px;
}

@media (max-width: 1440px) {
  .footer > .container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding: 30px 0px 0px;
  }
  .footer-block__desc {
    display: none;
  }
  .footer__copyright {
    display: none;
  }
  .footer__copyright--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    background: #F9F9FB;
  }
}
@media (max-width: 991px) {
  .footer-block--first {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 24px;
    padding-right: 0;
  }
  .footer-block__logo {
    margin-right: 24px;
  }
  .footer-block--default, .footer-block--social {
    width: 25%;
  }
  .footer-block--newsletter {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .footer-content {
    padding-bottom: 20px;
  }
  .footer-block {
    margin-bottom: 8px;
  }
  .footer-block--default, .footer-block--social {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #3A3E4B;
  }
  .footer-block--newsletter {
    max-width: 100%;
  }
  .footer-block__title {
    position: relative;
    margin-bottom: 10px;
  }
  .footer-block__title:after {
    content: "";
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 20px;
    color: #858585;
    transition: 0.3s ease-in-out;
  }
  .footer-block__desc {
    display: block;
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .footer-block.open .footer-block__title:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .footer-menu, .footer-menu.social-links {
    display: none;
    padding-top: 5px;
  }
  .footer__copyright {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 475px) {
  .footer-logos {
    justify-content: center;
  }
  .footer-logos img:not(:last-child) {
    margin-right: 24px;
  }
  .footer-company {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .footer-company span {
    font-size: 12px;
  }
  .footer-block__title {
    font-size: 13px;
  }
  .footer-block--first {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .footer-block__logo {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
/* ====================== [ End Footer ] ====================== */
.page-flex-listModule h2 {
  font-size: 24px;
  margin: 20px 0;
  color: #26273e;
}

.page-flex-listModule h3 {
  font-size: 22px;
  margin: 20px 0;
  color: #26273e;
}

.page-flex-listModule h4 {
  font-size: 20px;
  margin: 15px 0;
  color: #26273e;
}

.page-flex-listModule h5 {
  font-size: 18px;
  margin: 15px 0;
  color: #26273e;
}

.page-flex-listModule ul {
  line-height: 1.2;
  margin: 20px 0;
  list-style: inside !important;
}

.page-flex-listModule li {
  display: flex;
  align-items: center;
  line-height: 2;
}

.page-flex-listModule li:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 17px;
  height: 8px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
  background: url(/wp-content/themes/fox-www/img/york/ico/iconli.svg) no-repeat left center;
}

.small-line {
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #26273E;
  overflow: hidden;
}

.navsubpage li a {
  display: inline-block;
  position: relative;
  color: #000;
}

.navsubpage li a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ed1b2f;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.navsubpage li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navsubpage li.active_link a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ed1b2f;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.navsubpage li a.active:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.butn.bg-primary {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

.butn.bg-primary:hover {
  background-color: #a9101c !important;
}

.butn.bg-light {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

.butn.bg-light:hover {
  color: #fff;
  background-color: #ed1b2f !important;
}

.show-number {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

.show-number:hover .show-number-text {
  color: #a9101c;
}

.flex-end {
  justify-content: flex-end;
}

.flex-scroll {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navsubpage ul li {
  margin: 0 1.25rem;
}

.navsubpage ul li:last-child {
  margin: 0 0 0 1.25rem;
}

.navsubpage {
  margin: 2.0625rem 0 1.25rem 0rem;
}

.page-bg-mod-890 {
  background-position: center top;
  padding: 0 0 2.5rem 0;
}

.shadow-10 {
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.09);
}

.panel-right-mc-cp10 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}

.panel-right-mc-cp10:after {
  content: "";
  color: black;
  position: relative;
  left: 0;
  bottom: -15px;
  display: inline-block;
  width: 273px;
  height: 1px;
  background-color: #C6C6C6;
}

.panel-right-mc-cp10 .show-number-text, .panel-right-mc-cp10 a {
  font-size: 24px;
}

.flex-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

ul p {
  font-size: 16px;
  font-weight: 600;
  color: #ED1B2F;
  letter-spacing: 0;
  line-height: 29px;
}

.ion-20 {
  width: 20px;
}

.ion-30 {
  width: 30px;
}

#additionalInfo .border p:first-child {
  color: #3B4767;
  font-weight: 500;
}

#additionalInfo .more-link {
  font-size: 16px;
  color: #C9C9C9;
  letter-spacing: 0;
  line-height: 22px;
}

.box-mc-22 {
  background: #242836;
  padding: 80px 50px;
  color: #fff;
}
.box-mc-22 p {
  color: #fff;
}
.box-mc-22 a {
  color: #fff;
  display: flex;
  align-items: center;
}
.box-mc-22 a img {
  max-width: 40px;
  height: auto;
}
.box-mc-22 a p {
  margin-left: 20px;
  line-height: 1.3;
}
.box-mc-22 .small-line {
  background-color: #fff;
  margin: 40px 0;
}

.wrapper-small-image-gallery {
  overflow: hidden;
  width: 100%;
  height: 260px;
}
.wrapper-small-image-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.m-p-0 {
  margin: 0;
  padding: 0;
}

.relative {
  position: relative;
}

.space-around {
  justify-content: space-around;
}

.stretch {
  align-items: stretch;
}

.title-h1 {
  font-size: 32px;
  color: #3B4767;
  font-weight: 500;
}

.title {
  font-size: 24px;
  color: #26273E;
  letter-spacing: 0;
  line-height: 35px;
  font-weight: 600;
}

.title-h2 {
  font-size: 32px;
  line-height: 40px;
}

.title-h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 36px;
}

.round-5 {
  border: radius 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.round-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.bg-light {
  background-color: #fff !important;
}

.bg-primary {
  background-color: #F11425 !important;
  color: #fff;
}

.bg-primary:hover {
  background-color: #9c1723 !important;
  color: #fff !important;
}

.main-color-t {
  color: #F11425 !important;
}

.o-hidden {
  overflow: hidden;
}

p {
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  line-height: 2;
}

.hero-next {
  left: 90px !important;
  right: 10px;
}

.mySwiper {
  overflow: hidden;
}

.hero-nav .swiper-button-next:after,
.hero-nav .swiper-button-prev:after {
  font-size: 15px !important;
}

.swiper-button-next.hero-next,
.swiper-button-prev.hero-prev {
  right: auto;
  left: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 59px;
  height: 59px;
  background: #26273e;
  border: 1px solid #26273e;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.swiper-button-next.hero-next:hover,
.swiper-button-prev.hero-prev:hover {
  background: #585982;
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(1, -0.07, 0.07, 1.08);
}

.hero-bg-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

/* ------- */
.hero-element {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}

.logo-small img {
  width: 112px;
}

.bord-emblemat {
  color: #F30C19;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #E3E3E3;
  padding: 14px;
}

.cert-icon img {
  max-width: 69px;
}

.module-custom-301 {
  background-image: linear-gradient(0deg, #F0F7FF 0%, #FFFFFF 100%);
  padding-bottom: 10px;
}

.wrapper-image-mc301 a {
  height: 280px;
  width: 100%;
  overflow: hidden;
}

.navyblue {
  background-color: #121a21!important;
  background-image: none;
}

.module-custom-301.navyblue h2, .module-custom-301.navyblue h3 {
color: #fff;
}

.wrapper-image-mc301:hover .title-h4, .wrapper-image-mc301:hover p {
  color: #25273B;
}

.wrapper-image-mc301 .title-h4, .wrapper-image-mc301 p {
  transition: all 300ms ease-in-out;
}

.wrapper-image-mc301 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 800ms ease-in-out;
}
.wrapper-image-mc301:hover img {
  transform: scale(1.1);
}

.wrapper-image-mc301:hover img {
  filter: grayscale(1);
}

.mc-301-title-bar {
  position: absolute;
  bottom: 30px;
  left: 10px;
}

.mc-301-title-bar a {
  padding: 13px 86px 13px 20px;
}

.mc-301-title-bar > div:first-child {
  padding: 8px 15px 8px 15px;
  min-width: 230px;
}

.module-custom-302 {
  border: 1px solid #25273B;
  overflow: hidden;
  background: #fff;
}

.wrapper-sample {
  display: flex;
  height: 350px;
  width: 100%;
  overflow: hidden;
}
.wrapper-sample img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mc-302-box {
  padding: 30px 70px;
}

.navy-box {
  background: #25273B;
  color: #fff;
  height: 100%;
  padding: 50px 0 0 60px;
}

.navy-box ul {
  font-size: 18px;
  line-height: 42px;
}

.arrow-small-right {
  width: 15px;
  margin-right: 10px;
}

.module-custom-303 {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.module-custom-303 .flex:nth-child(2) .mc-303-box {
  box-shadow: 0 0 23px 0 rgba(61, 61, 61, 0.06);
}

.mc-303-box {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  padding: 26px 30px 26px 30px;
}

.round-box {
  background: #FFEFEF;
  border-radius: 100%;
  padding: 20px;
  height: 72px;
  width: 72px;
  overflow: hidden;
  margin-bottom: 26px;
}

.in-image-shafter {
  background: url(/wp-content/themes/fox-www/img/york/ico/shaft.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 40px;
  height: 407px;
  overflow: hidden;
}

.line-small {
  border: 1px solid #FFFFFF;
  width: 30px;
}

.swiper-wrapper-bg {
  position: absolute;
  top: 0;
  width: 100%;
}

.swiper-wrapper-bg li {
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.swiper-wrapper-bg li.active {
  opacity: 1;
}

.label-stickers img {
  width: 100%;
  max-width: 320px;
}

.shadow-011 {
  box-shadow: 0 0 23px 0 rgba(61, 61, 61, 0.06);
}

.navy-box a {
  transition: opacity 0.6s ease-in-out;
}

.navy-box a:hover {
  -webkit-animation: hover-link 700ms ease-in-out;
          animation: hover-link 700ms ease-in-out;
}

.navy-box a:hover ~ .wrapper-remove-img {
  display: block;
}

.wrapper-remove-img {
  display: block;
  position: absolute;
  top: 73px;
  width: 212px;
  left: -160px;
  overflow: hidden;
  -webkit-animation: out-show 700ms ease-in-out;
          animation: out-show 700ms ease-in-out;
}

@-webkit-keyframes hover-link {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hover-link {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes in-show {
  from {
    opacity: 0;
    right: -200px;
  }
  to {
    opacity: 100%;
    right: 0px;
  }
}
@keyframes in-show {
  from {
    opacity: 0;
    right: -200px;
  }
  to {
    opacity: 100%;
    right: 0px;
  }
}
@-webkit-keyframes out-show {
  from {
    opacity: 0;
    right: 0px;
  }
  to {
    opacity: 100%;
    right: -200px;
  }
}
@keyframes out-show {
  from {
    opacity: 0;
    right: 0px;
  }
  to {
    opacity: 100%;
    right: -200px;
  }
}
.link-image {
  position: relative;
  top: 0;
  right: 0;
  -webkit-animation: in-show 700ms ease-in-out;
          animation: in-show 700ms ease-in-out;
}

.wrapper-remove-img {
  display: none;
}

.more-addons p {
  line-height: 22px;
}

.h100 {
  height: 100%;
}

.p0-40 {
  padding: 0 40px;
}

.p-40 {
  padding: 30px;
}

.p-30 {
  padding: 30px;
}

.p-20 {
  padding: 20px;
}

.in-image-catalog {
  background: url(/wp-content/themes/fox-www/img/york/ico/catalog.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 407px;
  overflow: hidden;
}

.mc-311:hover .wrapper-image-catalog {
  right: 30px;
}

.wrapper-image-catalog {
  position: absolute;
  bottom: 0;
  right: 40px;
  transition: all 500ms ease-in-out;
}

.ls-red {
  border: 1px solid #F11425 !important;
}

.testimonials {
  background-color: #F8F8FC;
  padding: 70px 0;
  overflow: hidden;
}

.testimonials-wrapper {
  background: #fff;
  border-radius: 3px;
  padding: 35px 40px;
  position: relative;
  border-bottom: 4px solid #ed1b2f;
}

.testimonials__name {
  font-size: 14px;
  line-height: 20px;
  color: #132a67;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonials__desc {
  font-size: 14px;
  line-height: 25px;
  color: #75729f;
  font-weight: 300;
}

.swipe-testimonials .swiper-wrapper {
  transition-timing-function: cubic-bezier(1, -0.29, 0, 1);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
  .bg-img {
    background-position: center !important;
  }

  .md-mb10 {
    margin-bottom: 10px;
  }

  .md-mb20 {
    margin-bottom: 20px;
  }

  .md-mb30 {
    margin-bottom: 30px;
  }

  .md-mb40 {
    margin-bottom: 40px;
  }

  .md-mb50 {
    margin-bottom: 50px;
  }

  .md-mb60 {
    margin-bottom: 60px;
  }

  .md-mb70 {
    margin-bottom: 70px;
  }

  .md-mb80 {
    margin-bottom: 80px;
  }

  .md-pb10 {
    padding-bottom: 10px;
  }

  .md-pb20 {
    padding-bottom: 20px;
  }

  .md-pb30 {
    padding-bottom: 30px;
  }

  .md-pb40 {
    padding-bottom: 40px;
  }

  .md-pb50 {
    padding-bottom: 50px;
  }

  .md-pb60 {
    padding-bottom: 60px;
  }

  .md-pb70 {
    padding-bottom: 70px;
  }

  .md-pb80 {
    padding-bottom: 80px;
  }

  .order2 {
    order: 2 !important;
  }

  .order1 {
    order: 1 !important;
  }

  .container {
    max-width: 720px;
  }

  .navbar .icon-bar {
    color: #fff;
  }

  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #11141b;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .navbar .logo {
    margin-left: 15px;
    width: 50px;
  }

  .nav-scroll .icon-bar,
.light .icon-bar {
    color: #111;
  }
  .nav-scroll .navbar-collapse .nav-link,
.light .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active,
.light .navbar-collapse .active {
    color: #12c2e9 !important;
  }

  .navbar .search {
    border: 0;
    padding: 0;
    margin-top: 30px;
  }

  .navbar .search .search-form {
    display: block;
    position: static;
    height: auto;
  }

  .navbar .search .search-form form {
    position: static;
    width: 100%;
    transform: none;
  }

  .navbar .search .search-form form input {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }

  .navbar .search .icon,
.navbar .search .search-form .close {
    display: none;
  }

  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #0c0f16;
    text-align: center;
    color: #eee;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }

  .navbar-nav .dropdown-menu.show {
    display: block;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #12c2e9;
  }

  .slider .parallax-slider .caption.dig {
    text-align: center;
  }
  .slider .parallax-slider .caption.dig h1 {
    font-size: 60px;
  }
  .slider .parallax-slider .caption.dig h1 .tline {
    margin-left: 0;
  }

  .slider .parallax-slider .caption h1 {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .slider .parallax-slider .caption h1 br {
    display: none;
  }

  .slider-stwo .img {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .slider-stwo:after {
    display: none;
  }

  .freelancre .img {
    margin-bottom: 50px;
  }

  .freelancre .states {
    position: relative;
    margin-top: 80px;
  }

  .freelancre .states ul.flex {
    display: block;
  }
  .freelancre .states ul.flex li {
    display: flex;
    margin-bottom: 50px;
  }
  .freelancre .states ul.flex .mail-us {
    float: right;
    margin-bottom: 0;
  }

  .showcase-full .parallax-slider .caption h1 span {
    margin-left: 0;
  }

  .showcase-carus .caption h1,
.showcase-carus .copy-cap h1 {
    font-size: 60px;
    left: auto;
    margin-left: 20px;
  }

  .circle-slide .swiper-slide .bg-img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    height: 380px !important;
    width: 380px !important;
    margin: auto !important;
  }
  .circle-slide .swiper-slide.swiper-slide-active .bg-img {
    opacity: 1;
    visibility: visible;
  }

  .showcase-carus.circle-slide .caption h1,
.showcase-carus.circle-slide .copy-cap h1 {
    font-size: 65px;
  }

  .pages-header .cont h1 {
    font-size: 35px;
  }

  .works-header .capt h1 {
    font-size: 45px;
  }

  .sec-head h3 br {
    display: none;
  }

  .agency .imgsec {
    padding-right: 0;
  }

  .about-cr .img img {
    width: 100%;
    margin: 0;
  }

  .about-cr .cont h3 {
    margin-left: 0;
  }

  .about-cr .cont {
    padding-bottom: 120px;
  }

  .testimonials .item {
    transform: scale(1);
  }

  .testimonials .container-fluid {
    width: auto;
    margin-left: 0;
  }

  #circle {
    display: none;
  }

  .block-sec .vid-area .cont,
.about .content,
.skills-box,
.about-ar .img .hero-bg {
    margin-bottom: 50px;
  }

  .min-area .content,
.min-area .img {
    padding: 120px 0;
  }

  .services .rtwo > div:nth-of-type(2),
.services .rone > div:nth-of-type(2) {
    margin-bottom: 0px;
  }

  .services .step-item.xbottom,
.services .step-item.xtop {
    bottom: auto;
    top: auto;
  }

  .services .step-item {
    margin: 25px 0;
  }

  .block-sec .testim-box {
    margin-bottom: 120px;
  }

  .block-sec .vid-area {
    display: none;
  }

  .portfolio .filtering {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .portfolio-frl .gallery .items,
.portfolio .gallery .items {
    padding: 0 10px;
    margin: 10px 0;
  }

  .case-study .controls {
    top: 100px;
    transform: translate(0);
  }

  .slider .parallax-slider .caption p {
    margin-left: 0;
  }

  .arch-slider .parallax-slider .explore {
    margin-left: 0;
    margin-top: 50px;
  }

  .blog-grid .item.active {
    margin: 50px 0;
  }

  .footer-half:after {
    width: 100%;
  }

  .footer-half .cont {
    margin-bottom: 50px;
  }

  .next-prog .box .caption h1,
.next-prog .box .copy-cap h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }

  .sm-mb20 {
    margin-bottom: 20px;
  }

  .sm-mb30 {
    margin-bottom: 30px;
  }

  .sm-mb40 {
    margin-bottom: 40px;
  }

  .sm-mb50 {
    margin-bottom: 50px;
  }

  .sm-mb60 {
    margin-bottom: 60px;
  }

  .sm-mb70 {
    margin-bottom: 70px;
  }

  .sm-mb80 {
    margin-bottom: 80px;
  }

  .sm-pb10 {
    padding-bottom: 10px;
  }

  .sm-pb20 {
    padding-bottom: 20px;
  }

  .sm-pb30 {
    padding-bottom: 30px;
  }

  .sm-pb40 {
    padding-bottom: 40px;
  }

  .sm-pb50 {
    padding-bottom: 50px;
  }

  .sm-pb60 {
    padding-bottom: 60px;
  }

  .sm-pb70 {
    padding-bottom: 70px;
  }

  .sm-pb80 {
    padding-bottom: 80px;
  }

  .container {
    max-width: 540px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }

  .navbar .logo {
    width: 40px;
  }

  .hamenu .menu-links .main-menu > li {
    font-size: 24px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }

  .topnav .container-fluid {
    padding: 0 30px;
  }

  .topnav .logo {
    width: 40px;
  }

  .btn-curve {
    padding: 8px 15px;
  }
  .btn-curve span {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption h1 br {
    display: none;
  }

  .slider .parallax-slider .swiper-slide-active .caption h1 {
    font-size: 30px;
  }

  .slider .social-icon {
    display: none;
  }

  .slider .setone.setwo .prev-ctrl {
    left: 15px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .slider .setone.setwo .next-ctrl {
    left: 70px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .slider .swiper-pagination-fraction.top.botm {
    right: 15px;
    bottom: 15px;
  }

  .slider .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 40px;
  }

  .slider .parallax-slider .caption.dig h1 {
    font-size: 40px;
  }

  .particles .cont h1 {
    font-size: 55px;
  }

  .slider-stwo ul li div {
    display: block;
  }

  .slider-stwo ul li .cont {
    display: block;
    vertical-align: auto;
    padding-left: 0;
    margin-top: 15px;
  }

  .freelancre {
    padding-top: 200px;
    padding-bottom: 0;
    text-align: center;
  }

  .freelancre .img {
    margin-left: auto;
    margin-right: auto;
  }

  .freelancre:after,
.freelancre .states ul.flex .mail-us {
    display: none;
  }

  .showcase-carus.circle-slide .caption {
    left: 0;
    text-align: center;
  }

  .showcase-carus.circle-slide .copy-cap {
    display: none;
  }

  .showcase-carus .swiper-slide .bg-img {
    margin: 0;
    height: 100vh;
    background-position: center center;
  }

  .showcase-carus.circle-slide .caption h1,
.showcase-carus.circle-slide .copy-cap h1 {
    font-size: 50px;
    min-width: auto;
    margin: auto !important;
    left: 0;
  }

  .showcase-full .parallax-slider .caption .discover {
    width: 120px;
    height: 120px;
    letter-spacing: 2px;
    text-transform: capitalize;
  }

  .pages-header {
    padding: 120px 0 80px;
    overflow-x: hidden;
  }

  .works-header .capt h2 {
    font-size: 40px;
  }

  .slider.fixed-slider,
.works-header.hfixd {
    position: static;
  }

  .main-content {
    margin-top: 0 !important;
  }

  .sub-title h6 {
    font-size: 12px;
  }

  .sec-head h3 {
    font-size: 30px;
  }

  .sec-head h6 {
    font-size: 15px;
    letter-spacing: 5px;
  }

  .agency .imgsec .exp {
    margin-bottom: 15px;
  }

  .about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
    height: auto;
  }

  .about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
    margin-bottom: 10px;
  }

  .about .img-mons .img3 {
    width: 100%;
    margin-top: 0;
  }

  .about-us .img .stauts .item {
    padding: 25px 15px;
    margin-right: 20px;
  }
  .about-us .img .stauts .item:last-of-type {
    margin-right: 0;
  }

  .about-us .img .stauts .item h4 {
    font-size: 30px;
  }
  .about-us .img .stauts .item h4 span {
    font-size: 20px;
  }

  .about-us .img {
    padding: 0;
  }

  .about-cr .cont h3 {
    font-size: 40px;
  }

  .services .step-item {
    padding: 60px 40px;
  }

  .testimonials .item p {
    font-size: 17px;
  }

  .skills-circle {
    padding-bottom: 0 !important;
  }
  .skills-circle .item {
    margin-bottom: 50px;
  }

  .team .navs {
    top: 20px;
  }

  .block-sec .vid-area .cont h3 {
    font-size: 34px;
  }

  .block-sec .testim-box:after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }

  .call-action .content h2 {
    font-size: 7vw;
  }

  .portfolio .filtering .filter {
    padding: 15px 5px;
    border-radius: 10px;
  }

  .portfolio .filtering span {
    margin: 5px 10px;
  }

  .portfolio .filtering span:after {
    display: none;
  }

  .portfolio-cr .items {
    width: 100% !important;
  }

  .team-crv .img-box .img.sizxl,
.team-crv .img-box .img.sizmd,
.team-crv .img-box .img.sizsm {
    width: 100%;
  }

  .blog-pg.blog-list .item .cont {
    padding-left: 15px;
  }

  .blog-pg.single .post .author .author-img,
.blog-pg.single .post .author .info,
.blog-pg.single .comments-area .item .comment-img,
.blog-pg.single .comments-area .item .info {
    display: block;
  }

  .blog-pg.single .post .author .info,
.blog-pg.single .comments-area .item .info {
    padding-left: 0;
    margin-top: 15px;
  }

  .intro-section .htit {
    margin-bottom: 15px;
  }
}
@media (min-width: 1201px) {
  .header-search {
    min-width: 260px;
    margin-top: -1px;
  }
}
@media (min-width: 1600px) {
  .header-search {
    min-width: 347px;
  }
}
@media (max-width: 1200px) {
  .header-search {
    min-width: 210px;
  }
}
@media (max-width: 1100px) {
  .headerbasket p {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .xs-mt-30 {
    margin-top: 30px !important;
  }

  .xs-mt-40 {
    margin-top: 40px !important;
  }

  .xs-mt-50 {
    margin-top: 50px !important;
  }

  .xs-mb-30 {
    margin-bottom: 30px !important;
  }

  .xs-mb-40 {
    margin-bottom: 40px !important;
  }

  .xs-mb-50 {
    margin-bottom: 50px !important;
  }

  .hamenu .cont-info {
    display: none;
  }

  .hamenu .menu-links .main-menu > li {
    font-size: 20px;
    padding: 7px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 16px;
  }

  .topnav .container-fluid {
    padding: 0 15px;
  }

  .slider-bus .caption h1 {
    font-size: 50px;
  }

  .showcase-full .dots {
    display: none;
  }

  .slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
    right: 20px;
  }

  .slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
    left: 20px;
  }

  .pages-header .cont .path {
    font-size: 15px;
  }
  .pages-header .cont .path span {
    margin: 0 10px;
  }

  .pages-header .capt h1 {
    font-size: 24px;
  }

  .page-header .cont h1 {
    font-size: 40px;
  }

  .slider .swiper-pagination-fraction.steps {
    bottom: 60px;
  }

  .particles .cont h1 {
    font-size: 30px;
    font-weight: 700;
  }

  .circle-slide .swiper-slide .bg-img {
    height: 280px !important;
    width: 280px !important;
  }

  .freelancre .cont h1 {
    font-size: 22px;
  }

  .freelancre .img {
    width: 200px;
    height: 200px;
  }

  .showcase-carus.circle-slide .caption h1,
.showcase-carus.circle-slide .copy-cap h1 {
    font-size: 40px;
  }

  .works-header .capt h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .pages-header .cont h1 {
    font-size: 20px;
  }

  .sec-head h3 {
    font-size: 20px;
  }

  .sec-head h2 {
    font-size: 55px;
  }

  .about-us .img .stauts {
    display: none;
  }

  .about-ar .img .hero-bg {
    width: 300px;
    height: 300px;
  }

  .about-ar .img .exp {
    width: 240px;
    height: 240px;
  }

  .about-ar .img .exp h2 {
    font-size: 100px;
  }

  .about-ar .content h3 {
    font-size: 35px;
  }

  .services.lficon .item-box {
    display: block;
  }
  .services.lficon .item-box .cont {
    padding-left: 0;
  }

  .min-area .content h4,
.agency .content h4 {
    font-size: 28px;
  }

  .portfolio .gallery .items {
    padding: 0 15px;
    margin: 0 0 50px;
  }

  .portfolio .gallery .items.lg-mr {
    margin-top: 50px;
  }

  .portfolio .filtering.smplx span {
    margin: 5px 15px;
  }

  .case-study .swiper-slide .cont h4 {
    font-size: 25px;
  }

  .case-study .controls {
    top: 30px;
    right: 30px;
  }

  .case-study .controls .swiper-button-next, .case-study .controls .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .block-sec .vid-area .cont h3 {
    font-size: 28px;
  }

  .video .container .stauts {
    display: none;
  }

  .testimonials .item {
    display: block;
    padding: 60px 30px;
  }
  .testimonials .item p {
    margin-left: 0;
    padding-left: 0;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  .testimonials .item .info {
    min-width: auto;
    margin: auto;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .testimonials .item .info .img {
    margin: auto;
  }

  .blog-crv .controls {
    display: none;
  }

  .blog-crv .item .content {
    padding: 30px 15px;
  }

  .blog-list .item {
    display: block;
  }
  .blog-list .item .img {
    width: 100%;
  }
  .blog-list .item .cont {
    padding-left: 0;
    margin-top: 30px;
  }

  .blog-pg.blog-list .item .cont {
    margin-top: 0;
  }

  .blog .item h5 {
    font-size: 20px;
  }

  .blog-pg.single .post .content .share-info {
    display: block;
  }

  .blog-pg.single .post .content .share-info .social,
.blog-pg.single .post .content .share-info .tags {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
  }

  .blog-pg.single .post .content .share-info .tags {
    margin-top: 5px;
  }

  .blog-pg.single .comments-area .item.relped {
    margin-left: 30px;
  }

  .next-prog .box .bg-img {
    width: 240px;
    height: 240px;
  }

  .next-prog .box .caption h1,
.next-prog .box .copy-cap h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .next-prog .box .caption h1 .stroke,
.next-prog .box .copy-cap h1 .stroke {
    display: inline-block;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
  }
}
/* ====================== [ End Responsive ] ====================== */
/* ====================== [ Home ] ====================== */
@media screen and (max-width: 480px) {
  .mt-130 {
    margin-top: 13vh;
  }

  .mb-130 {
    margin-bottom: 13vh;
  }

  .title-h4 {
    line-height: 25px;
    margin-bottom: 10px;
  }

  .title-h1 {
    font-size: 24px;
  }

  .in-image-shafter {
    padding: 40px 20px;
    height: auto;
  }

  .in-image-catalog {
    height: auto;
  }

  .wrapper-image-catalog {
    position: relative;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }

  .testimonials-wrapper {
    margin: 10px;
  }

  .flex-scroll {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .navsubpage {
    margin: 24px 0 25px 0px;
  }

  .navsubpage ul li {
    margin: 0px 30px 30px 0;
    flex: 1 1;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .navsubpage ul li:last-child {
    margin: 0px 30px 30px 0;
  }

  .breadcrumb {
    font-size: 12px;
  }

  .box-mc-22 {
    padding: 50px 30px;
  }
}/*# sourceMappingURL=style.css.map */

.gutenberg h1 {
  line-height: 1.2;
}

.gutenberg .has-medium-font-size {
  line-height: 1.4;
}

.gutenberg p {
  line-height: 1.5;
}

.wrapper-single-post {
  border: 1px solid #d8d8d8;
  padding: 1.5rem 1rem;
  border-radius: .5rem;
  margin: 1rem 0;
  box-shadow: 8px 16px 24px -30px rgba(66, 68, 90, 1);
}

.wrapper-single-post h3 {
  font-size: 1.2rem;
}

.thumb {
  width: 100%;
    height: 80px;
    overflow: hidden;
}

.thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}



/* -------------------- content  */

.alignwide, .wp-block-columns,
.wp-block-columns {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem)!important;
  padding-left: var(--bs-gutter-x, 0.75rem)!important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .alignwide, .wp-block-columns {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
  .alignwide, .wp-block-columns {
    max-width: 45rem;
  }
}
@media (min-width: 992px) {
  .alignwide, .wp-block-columns {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
  .alignwide, .wp-block-columns {
    max-width: 71.25rem;
  }
}
@media (min-width: 1400px) {
   .alignwide, .wp-block-columns {
    max-width: 85.25rem;
  }
}


/* ------ core gutenberg  */

.gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4,  .gutenberg h5,  .gutenberg p {
  margin: 1rem 0;
}

.gutenberg ul {
  list-style: disc;
  list-style-position: inside;
  margin: 0 0 0 20px;
}
.gutenberg li {
  list-style: disc;
}

.gutenberg p strong {
  font-weight: 600;
}


/* ----------------- MENU ------------ */

@media(max-width:999px) {
  .additional_menu {
display: none;
  }
  .header-center {
    border-bottom: 1px solid #e6e6e6;
  }
  
}


/* ------- slide {} */

.swiper-slider .swiper-wrapper {
  padding: 3rem 0 0 0;
}

.wrapper_social_media img {
  width: 32px;
  margin-right: .5rem;
  transition: all 500ms ease-in-out;
}

.wrapper_social_media img:hover {
  opacity: .7;
}
