@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



---------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
/*--------------------------------------------------
	01. Variables
---------------------------------------------------*/
:root {
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  2rem;
  --text-4xl:  1.8rem;
  --text-5xl:  2rem;
  --text-6xl:  2.75rem;
}


:root {
  --accent-color: #BECB00;
--bg-second: #c70000;
  --bg-light-1: #f5f6f8;
  --bg-light-2: #F1F6F9;
  --bg-dark-1: #131419;
  --bg-dark-2: #cccccc;
  --bg-dark-3: #605E5E;
  --bg-dark-4: #0A0A0F;
  --font-light: rgb(197, 197, 197);
  --font-dark: #454545;
}

.accent-color { 
  color: var(--accent-color);
}

.bg-accent-color { 
  background-color: var(--accent-color);
}

.second-color {
  color:#959D27;
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-base {
  font-size: var(--text-base);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-xl {
  font-size: var(--text-xl);
}

.text-2xl {
  font-size: var(--text-2xl);
}

.text-3xl {
  font-size: var(--text-3xl);
}

.text-4xl {
  font-size: var(--text-4xl);
}

.text-5xl {
  font-size: var(--text-5xl);
}

.text-6xl {
  font-size: var(--text-6xl);
}

@media (max-width: 1229px) {
  .lg\:text-xs {
    font-size: var(--text-xs);
  }
  .lg\:text-sm {
    font-size: var(--text-sm);
  }
  .lg\:text-base {
    font-size: var(--text-base);
  }
  .lg\:text-lg {
    font-size: var(--text-lg);
  }
  .lg\:text-xl {
    font-size: var(--text-xl);
  }
  .lg\:text-2xl {
    font-size: var(--text-2xl);
  }
  .lg\:text-3xl {
    font-size: var(--text-3xl);
  }
  .lg\:text-4xl {
    font-size: var(--text-4xl);
  }
  .lg\:text-5xl {
    font-size: var(--text-5xl);
  }
  .lg\:text-6xl {
    font-size: var(--text-6xl);
  }
}

@media (max-width: 991px) {
  .md\:text-xs {
    font-size: var(--text-xs);
  }
  .md\:text-sm {
    font-size: var(--text-sm);
  }
  .md\:text-base {
    font-size: var(--text-base);
  }
  .md\:text-lg {
    font-size: var(--text-lg);
  }
  .md\:text-xl {
    font-size: var(--text-xl);
  }
  .md\:text-2xl {
    font-size: var(--text-2xl);
  }
  .md\:text-3xl {
    font-size: var(--text-3xl);
  }
  .md\:text-4xl {
    font-size: var(--text-4xl);
  }
  .md\:text-5xl {
    font-size: var(--text-5xl);
  }
  .md\:text-6xl {
    font-size: var(--text-6xl);
  }
}

@media (max-width: 767px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }
  .sm\:text-sm {
    font-size: var(--text-sm);
  }
  .sm\:text-base {
    font-size: var(--text-base);
  }
  .sm\:text-lg {
    font-size: var(--text-lg);
  }
  .sm\:text-xl {
    font-size: var(--text-xl);
  }
  .sm\:text-2xl {
    font-size: var(--text-2xl);
  }
  .sm\:text-3xl {
    font-size: var(--text-3xl);
  }
  .sm\:text-4xl {
    font-size: var(--text-4xl);
  }
  .sm\:text-5xl {
    font-size: var(--text-5xl);
  }
  .sm\:text-6xl {
    font-size: var(--text-6xl);
  }
}

@media (max-width: 575px) {
  .xs\:text-xs {
    font-size: var(--text-xs);
  }
  .xs\:text-sm {
    font-size: var(--text-sm);
  }
  .xs\:text-base {
    font-size: var(--text-base);
  }
  .xs\:text-lg {
    font-size: var(--text-lg);
  }
  .xs\:text-xl {
    font-size: var(--text-xl);
  }
  .xs\:text-2xl {
    font-size: var(--text-2xl);
  }
  .xs\:text-3xl {
    font-size: var(--text-3xl);
  }
  .xs\:text-4xl {
    font-size: var(--text-4xl);
  }
  .xs\:text-5xl {
    font-size: var(--text-5xl);
  }
  .xs\:text-6xl {
    font-size: var(--text-6xl);
  }
}

/* ====================== [ 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: 'Montserrat', sans-serif;
}

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

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

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

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: #656565;
  font-size: 16px;
  font-weight: 300;
  /* line-height: 2; */
line-height: 32px;
  margin: 0;
}

p.small {font-size: 12px; line-height: 22px;}

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



.section-headline-h2 {
  font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0;
}

.section-hero-brand h1 {
  font-size: 3rem;
  color: #BECB00;
  letter-spacing: 0;
  text-transform: uppercase;  
  font-weight: 600;
}

.avatar-hero {
  max-width: 500px;
}



.light {color:#fff;}
.text-dark {color:#000;}



.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  ] ====================== */
/* ====================== [ 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: #fff;
}

.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-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;
}

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


.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;
}


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

/*-------------------------------------------------------
			 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;
}

/*-------------------------------------------------------
			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
-------------------------------------------------------*/
.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  ] ====================== */
.pt-200 {
  padding-top: 200px !important;
}

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

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

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



@media (max-width:1100px) {
  .md\:mt-16 {
      margin-top: 16px;
  }

  .md\:mt-32 {
      margin-top: 32px;
  }

  .md\:mt-48 {
      margin-top: 48px;
  }

  .md\:mt-64 {
      margin-top: 64px;
  }

  .md\:mt-72 {
      margin-top: 72px;
  }

  .md\:mb-16 {
      margin-bottom: 16px;
  }

  .md\:mb-32 {
      margin-bottom: 32px;
  }

  .md\:mb-48 {
      margin-bottom: 48px;
  }

  .md\:mb-64 {
      margin-bottom: 64px;
  }

  .md\:mb-72 {
      margin-bottom: 72px;
  }


  .md\:size-16 {
      font-size: 16px;
  }


}


@media (max-width:767px) {

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

  .sm\:mt-0 {
      margin-top: 0rem !important;
  }

  .sm\:mt-16 {
      margin-top: 16px;
  }

  .sm\:mt-32 {
      margin-top: 32px;
  }

  .sm\:mt-48 {
      margin-top: 48px;
  }

  .sm\:mt-64 {
      margin-top: 64px;
  }

  .sm\:mt-72 {
      margin-top: 72px;
  }

  .sm\:mb-0 {
      margin-bottom: 0rem !important;
  }

  .sm\:mb-16 {
      margin-bottom: 16px;
  }

  .sm\:mb-32 {
      margin-bottom: 32px;
  }

  .sm\:mb-48 {
      margin-bottom: 48px;
  }

  .sm\:mb-64 {
      margin-bottom: 64px;
  }

  .sm\:mb-72 {
      margin-bottom: 72px;
  }

  .sm\:none {
      display: none;
  }
}


@media (max-width:480px) {
  .xs\:mt-16 {
      margin-top: 16px;
  }

  .xs\:mt-32 {
      margin-top: 32px;
  }

  .xs\:mt-48 {
      margin-top: 48px;
  }

  .xs\:mt-64 {
      margin-top: 64px;
  }

  .xs\:mt-72 {
      margin-top: 72px;
  }

  .xs\:mb-16 {
      margin-bottom: 16px;
  }

  .xs\:mb-32 {
      margin-bottom: 32px;
  }

  .xs\:mb-48 {
      margin-bottom: 48px;
  }

  .xs\:mb-64 {
      margin-bottom: 64px;
  }

  .xs\:mb-72 {
      margin-bottom: 72px;
  }
}




.flex {
  display: flex;
}

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

@media (max-width:500px) {
  .sm-flex-flow {
    display:flex;
    flex-flow:column;
    align-items: flex-start;
  }
}



.wrap {
  flex-wrap: wrap;
}



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

@media (max-width:768px) {
  .xs-flex-vertical-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}

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

.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;
}

@media (max-width:1000px) {
  .is-grid-4 {grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width:800px) {
  .is-grid-4 {grid-template-columns: 1fr 1fr;}
}

@media (max-width:600px) {
  .is-grid-4 {grid-template-columns: 1fr;}
}





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

/* ====================== [ PAge - custOm] ====================== */
/* HOME */


.hero {background: url(/wp-content/themes/fox-www/inc/assets/img/bacground-image/slider.jpg); background-repeat:no-repeat;}
#services {background: url(/wp-content/themes/fox-www/img/bgservices.jpg); background-repeat:no-repeat; background-size: cover; overflow: hidden;}
#projekty {background: url(/wp-content/themes/fox-www/img/pattern-project.jpg); background-repeat:no-repeat; background-size:cover;}

#serv-page h3 {
font-weight: 600;
font-size: 18px;
color: #666668;
letter-spacing: 0;
line-height: 28px;
margin: 20px 0;
} 


#serv-page h4 {
font-size: 24px;
color: #666668;
letter-spacing: 0;
line-height: 28px;
}

.box-contact-telecom {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  background: #13405D;
  padding: 50px 0;
  border-radius: 10px;
}

.box-contact-telecom a {
font-size: 20px;
color:#9CD003;
}

.box-contact-telecom p {
color:#fff;
font-size: 14px;
  font-weight: 400;

}


.box-contact-telecom .btn-link {
color:#fff!important;
}

@media (max-width:780px) {
.box-contact-telecom {
  flex-flow:column;
}
}



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

    .cpt-gray {color:#656565;}
    .border {border: 1px solid #0D2B3D!important; transition:600ms ease-in-out;}
    .border-logo {border: 1px solid #DADADA!important; transition:600ms ease-in-out;}

.full {padding:0;}

    .butn.border:hover { border: 1px solid #c1d1da!important;}

    .none-list {list-style:none; margin:0; padding:0; line-height: 2;}
    .none-list .color-white {color:#fff;}
    
    .title-h3 {font-size: 26px;}
/* #### site  */
#services-list {position:relative;}

.box-services {
    display:flex;
    flex-direction:column;
    flex: 1 1 auto;
    justify-content: space-between;
    height:100%;
}

.box-services li {margin-bottom:15px; line-height: 1.4;}

.logo-mini-addon {
  margin-left:60px;
}

@media (max-width:980px) {
  .logo-mini-addon {
    display:none;
  }
  
}

#services .box-services:after  {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    background: #fff;
}

.bs-afterNon.box-services:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 0px;
  background: #fff;
}

.module_hero h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  color: #0D2B3D;
}

@media (max-width:600px) {
  .module_hero h2 {
    font-size: 30px;}
}

.module_hero p {
  font-size: 18px;
  color: #656565;
  letter-spacing: 0;
  line-height: 32px;
}


.box-services-wrapper {
    padding: 30px 40px 30px 40px;
}

.box-wd {
    position: relative;
    background: #fff;
    z-index: 2;
}
.box-wd .title-h3 {
  color: #797979;
  font-weight: 500;
}
.box-wd p {
font-size: 16px;
color: #0C2A3D;
font-weight: 500;
letter-spacing: 0;
text-align: center;
}

.box-wd-wrapper {
    position: absolute;
    background: #fff;
    padding: 25px 120px;
    top: -90px;
}
@media (max-width:600px) {
  .box-wd-wrapper { position: relative; }

}

@media (max-width:999px) {
  .box-services {
    border-bottom: 1px solid #587b92;
  }
}










.filtering {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#filters {
    display: flex;
justify-content: space-between;
}


/* ## Blog post */
.description_post {margin:15px 0;}
.portfolio {overflow: hidden;}

.arrow-symbol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    border-left: 1px solid #dedede;
    /* border-right: 1px solid #000; */
    height: 100%;
    width: 50%;
    padding: 30px;
    transition: 600ms ease-in-out;
  
}

@media (max-width:990px) {
  .arrow-symbol {display:none;}
}


.arrow-symbol svg {
    transition: 600ms ease-in-out;
}

.arrow-symbol:hover svg {
padding-left: 3px;
padding-right: 3px;
}

.draw {
	 transition: color 0.25s;
}
 .draw::before, .draw::after {
	 border: 2px solid transparent;
	 width: 0;
	 height: 0;
}
 .draw::before {
	 top: 0;
	 left: 0;
}
 .draw::after {
	 bottom: 0;
	 right: 0;
}
 .draw:hover {
	 color: #000;
}
 .draw:hover::before, .draw:hover::after {
	 width: 100%;
	 height: 100%;
}
 .draw:hover::before {
	 border-top-color: #000;
	 border-right-color: #000;
	 transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
 .draw:hover::after {
	 border-bottom-color: #000;
	 border-left-color: #000;
	 transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
   
.arrow-symbol-line {
    content: '';
    border-left: 1px solid #000;
    height: 100%;
    position: absolute;
    left: 50px;
}

#navicon_arrow-sb {
    padding: 30px 40px 30px 40px;
}

#navicon_arrow-sb .color-white {
  font-weight: 600;
}



#navicon_arrow-sb .arrow-right img {
    transition:800ms ease-in-out;
}

#navicon_arrow-sb:hover img {
    transform: rotate(
-45deg);
}

.arrow-right img {
    max-width:13px;
  
}

.item-box {padding:50px;     display: flex;
    align-items: center;
    justify-content: center;}

    .item-box img {
        max-width:200px;
    }

    @media screen and (max-width: 991px) {
      .item-box.md-mb50 {
        margin-bottom: -1px;
      }
    }
  



    .green.light {
color:#fff;
    }


    .numbers {
      font-size: 30px;
      color: #E6E6E6;
      letter-spacing: 0;
      line-height: 20px;
      }
      
      .title-green {
      font-size: 22px;
      color: #9FCF29;
      letter-spacing: 0;
      line-height: 28px;
      }
      
      .color-white {color:#fff;}
      .align-center {
          align-items:center;
      }
      
      #services a {
          text-decoration:none;
      }




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


.item-projectBox {
  display: flex;
  flex-flow: column;

  padding: 25px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  transition: 600ms ease-in-out;
}

.projectBox {
  flex: 1 0 auto;
}



.item-projectBox:hover {
  border-bottom-left-radius: 40px;
}

.changeReplace {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  display:block;
  opacity:0;
  transition: 900ms ease-in-out;
}

.chRa .changeReplace  {
  opacity:1;
}

.line-decoration {
  background-color: #D6D6D6;
  width:100%;
  height: 1px;
}

.wrapper-replace {
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-replace img {
 width:60%;
  height: auto;
}



.titleh3 {
font-size: 22px;
color: #505050;
letter-spacing: 0;
}


#post-single {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
}
.post-sing h4 {
  color: #13405d;
}

.projectBox p {
  line-height: 1.7;
  color:#848484;
}

.projectBox a {
  text-decoration: none;
}

#post-single .more {
color:#5C7D8F;
font-weight:bold;
font-size:14px;
}

.svg-more-arrow  {
  color:#5C7D8F;
}

.prl {position:relative;}

#form-mc01 a {
  text-decoration: underline;
}


#form input, #form textarea {
  color: #062133;
  font-weight: 500;
}
/* banner  */

.banner {
  background: url(/wp-content/themes/fox-www/img/bimg/banner-green.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-height: 200px;
  display: flex;
  align-items: flex-start;
  padding: 40px 50px;
}

.banner .flex, .banner2 .flex {    
display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;}

.banner .title-h1, .banner2 .title-h1 {
font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.banner .title-h2, .banner2 .title-h2 {
color: #fff;
font-weight: 500;
font-size: 20px; 
}


.banner2 {
  background: url(/wp-content/themes/fox-www/img/bimg/banner2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-height: 200px;
  display: flex;
  align-items: flex-start;
  padding: 40px 50px;
}


.name-xc {
  font-size: 22px;
  color: #505050;
  letter-spacing: 0;
  text-align: center;
}

/* bannner end */

.blog-content {
padding: 20px;
  border: 1px solid #03a9f440;
  border-radius: 10px;
  margin: 30px 0;
  background: #fff;
}

/* .single-post {
background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 auto;
  height: 100%;
} */

.single-post article {
display: flex;
  flex-flow: column;
  flex: 1 1 auto;
justify-content: space-between;
height:100%;
}

.single-post .entry-title a {
text-decoration: none;
  color: #062133;
  font-weight: 600;
}

.single-post h2 {
font-size: 18px;

color: #062133;
letter-spacing: 0;
line-height: 28px;
font-weight: 600;

margin-bottom:20px;
margin-top:15px;

}

.btn-more {    display: flex;
  background: white;
  padding: 6px 26px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
transition: 500ms ease-in-out;
}

.single-post a {
  text-decoration: underline;
  font-weight: 600;
}

.single-post p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
}

.btn-more p {
  font-size: 14px;
  color: #B0B0B0;
  letter-spacing: 0;
  line-height: 20px;
  padding: 8px;
  font-weight: 600;
}

.btn-more:hover {background: #a4cf27;}
.btn-more:hover p {color:#fff;}

/* banner end */

.box-title-header {
  background: #13405D;
  color:#fff;
  border-radius: 6px;
  padding: 30px 40px;
}

.box-title-header .title-h2 {
  font-size: 24px;
}


.cont-medium {
  padding: 0 40px;
}

@media (max-width:600px) {
  .cont-medium {
    padding: 0 10px!important;
  }
}

/* ##### */
.container-small {max-width:750px; margin: 0 auto;}

.cont-medium a { color:#656565; 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; :; :; }
.cont-medium a:hover  { color:#8ED63C;}
  .cont-medium ul {
      margin: 0;
      padding: 0;
  }

.cont-medium li {
  color:#656565; 
  display: flex;
  align-items: flex-start;
  line-height: 20px;
  margin-bottom:5px;
  list-style: none;
}

.cont-medium li:before {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;

  vertical-align: middle;

  background: url('/wp-content/themes/fox-www/img/icon/tabler-icon-caret-right.svg') no-repeat left center;
  background-size: contain;

  content: '';
}

.breadcrumb li:before {
  display:none;
}

.container-small h2 {
font-size: 35px;
color: #656565;
letter-spacing: 0;
margin-bottom:50px;
font-weight: 600;
}

@media (max-width:750px) {
.container-small {
  width:100%;
}
.cont-medium {
  padding: 20px 20px;
}

.box-title-header {
  display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 40px 10px;
}
}

.page-bg {
background: #FFFFFF;
border-radius: 18px;
}
/* custom end */



.page-g-content {
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(230,233,239,1) 100%);
}

.box-title-header .title-h2 {
  color:#fff;
  font-size: 18px!important;
  font-weight: 600;
}



.butn {
  transition:900ms ease-in-out;
}
.butn.green {
  /* background-image: linear-gradient(90deg, #A5D027 0%, #6BA92A 100%); */
  background-color: #9FCF29;
  border: 4px solid #9FCF29;
  transition:900ms ease-in-out;
}

.butn.green:hover {
  color: #fff!important;;
  background-color: #01a74d;
  border: 4px solid #01a74d;
}

.footer-more-btn  {
  justify-content: flex-start!important;
}

.footer-more-btn .btn-green {
  margin:0;
}

.butn.green span {transition:900ms ease-in-out; color:#fff;}
/* .butn.green:hover span {color:#000;} */

.c-white {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 600ms ease-in-out;
}

.c-white:hover {
  background-color: #9FCF29;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn-green {
  background: linear-gradient(
90deg, #A5D027 0%, #6BA92A 100%);
    border-radius: 5px;
    padding: 15px 20px;
    margin: 15px 20px;
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: 600ms ease-in-out;
    text-align:center;
}







.msg-btn-green {
  background: #A5D027;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 15px 20px;
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: 600ms ease-in-out;
    text-align:center;
}



.btn-green:hover {
  background: linear-gradient(
    90deg, #6e8a1c 0%, #92e040 100%);
}


.box-title-header {

  color:#fff;
  border-radius: 6px;
  padding: 30px 40px;
}

.box-title-header .title-h2 {
  font-size: 24px;
}


.cont-medium {
  padding: 0 40px;
}


/* Footer  */
.mt-200 {margin-top:200px;}
.info-medium-green {
  font-size: 22px;
  color: #9CD003;
  letter-spacing: 0;
  line-height: 49px;
  }

  .info-medium-green a {
    text-decoration: none!important;
  }
  
  .mod_iconInHeadline {
      display:flex;
      align-items:center;
      justify-content:flex-start;
  }

  .mod_iconInHeadline .title-h3 {
font-size: 24px;
color: #717171;
letter-spacing: 0;
line-height: 49px;
  }
  
  .mod_iconInHeadline img { max-width:30px;}
  
  .mod_iconInHeadline figure { margin: 0 20px 0px 0px;}
  
  #form input, #form textarea {
      color: #8c8c8c;
      width: 100%;
      padding: 15px 0;
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgb(228 228 228);
      margin-bottom: 20px;
  }
  
  #form textarea {
      height: 150px;
  }
  
  .wpcf7-form-control-wrap {
      width:100%;
  }


  .address li {
    font-size: 16px;
    color: #676767;
    letter-spacing: 0;
  }
  .address a {text-decoration: underline;}

/* ====================== [ 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 Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #121319;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
#masthead {
  position: relative;
}

.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;
}

.navbar. .custom-logo-link img {transition:600ms ease-in-out;}

.navbar.nav-scroll .custom-logo-link img {
  max-width: 80px;
}

.navbar.nav-scroll  .navbar-nav .nav-link {
  font-size: 14px;
}

.navbar.nav-scroll  {
  min-height: 60px;
}


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

.navbar-collapse.show {
  padding: 40px!important;
}

.navbar-collapse.show a {
  color: #fff!important;
}
.navbar-collapse.show .nav-btn-green {
  background-color: #11141b!important;
}

.menu-item {
  margin: 0 10px 0 0;
}
.menu-item.dropdown:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
}

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

@media (max-width:800px) {
  .custom-logo-link img {
    padding: 20px;
  }
}


/* ====================== [ Start navbar ] ====================== */

.nav-btn-green {
  background-color: #9FCF29;
  /* background-image: linear-gradient(90deg, #A5D027 0%, #00A74D 100%); */
border-radius: 5px;
  padding: 10px 20px;
  transition: 900ms ease-in-out;
}

.nav-btn-green:hover {
  background-color: #01a74d;
  /* background-image: linear-gradient(90deg, #01a74d 0%, #a5d026 100%); */
}

.nav-btn-green a {color: #fff !important;;}


.navbar {
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 999;
  min-height: 80px;
}

.navbar .icon-bar {
  color: #111;
}
.navbar-nav {align-items: center;}

.navbar-nav li {margin-right:25px;}
.navbar-nav li:last-child {margin-right:0px;}
.navbar-nav li:nth-last-child {margin-right:10px;}


.navbar-nav li:not(:last-child) .nav-link {
  margin: 0px 25px 0px 0px;
}

.navbar.light .navbar-nav .nav-link {
  color: #111;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #0D2B3D;
  padding: 0;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 20px 25px;
  border: 0;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  margin-top: 29px;
  line-height: 2.5;
  width: max-content;
}
.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: 320px;
  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-bottom: 4px solid #bec928;
  padding: 0;
  position: fixed;
  top: -80px;
  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 ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.slider {
  position: relative;
}
.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.slider .swiper-slide-active {
  z-index: 3;
}
.slider .parallax-slider {
  position: relative;
}
.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}
.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] {
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
          animation-delay: calc(60ms * var(--char-index));
}
.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .butn,
.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.slider .parallax-slider .caption .thin {
  color: #12c2e9;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s;
  transition-delay: 0.8s;
}
.slider .parallax-slider .caption .thin span {
  color: #12c2e9;
}
.slider .parallax-slider .caption h1 {
  font-size: 65px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
  transition-delay: 0.8s;
}
.slider .parallax-slider .caption .butn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
  transition-delay: 1s;
}
.slider .parallax-slider .caption.dig h1 {
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
}
.slider .parallax-slider .caption.dig h1 .tline {
  margin-left: 80px;
}
.slider .parallax-slider .caption.dig h1 .whitespace {
  width: 20px;
}
.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}
.slider .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}
.slider .setone .swiper-nav-ctrl:after {
  display: none;
}
.slider .setone.setwo {
  position: static;
}
.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}
.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}
.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}
.slider .txt-botm {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 8;
}
.slider .txt-botm .swiper-nav-ctrl {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: auto;
  top: auto;
  bottom: 0;
}
.slider .txt-botm .swiper-nav-ctrl i {
  color: #888;
  font-size: 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
}
.slider .txt-botm .swiper-nav-ctrl span {
  color: #111;
  font-weight: 500;
  font-size: 12px;
}
.slider .txt-botm .swiper-nav-ctrl:after {
  display: none;
}
.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
  right: 40px;
}
.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
  margin-left: 10px;
}
.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
  left: 40px;
}
.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
  margin-right: 10px;
}
.slider .txt-botm .swiper-nav-ctrl:hover i {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.slider.showcase-full .txt-botm i {
  color: #eee;
}
.slider.showcase-full .txt-botm span {
  color: #fff;
}
.slider.showcase-full .txt-botm:hover i {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider .swiper-pagination-fraction.top {
  position: absolute;
  right: 15%;
  left: auto;
  bottom: auto;
  top: 20%;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.slider .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: "/";
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}
.slider .swiper-pagination-fraction.top.botm {
  top: auto;
  bottom: 40px;
  right: 40px;
}
.slider .swiper-pagination-fraction.steps {
  position: absolute;
  width: 100px;
  color: #fff;
  font-size: 15px;
  bottom: 40px;
  left: calc(50% - 50px);
  right: auto;
  top: auto;
  text-align: left;
}
.slider .swiper-pagination-fraction.steps:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
  float: right;
}
.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 8;
}
.slider .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
}

.slider-st {
  min-height: 100vh;
  padding: 120px 0;
}
.slider-st .img {
  position: relative;
}
.slider-st .img:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border-radius: 15px;
  transform: rotate(-3deg);
}
.slider-st .img:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: #fff;
  border-radius: 15px;
  transform: rotate(-3deg);
  opacity: 0.08;
}
.slider-st .img img {
  border-radius: 15px;
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
}

.slider-stwo {
  min-height: 100vh;
  position: relative;
  padding: 120px 0;
}
.slider-stwo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
.slider-stwo .img {
  padding-right: 30px;
}
.slider-stwo .img img {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
}
.slider-stwo ul {
  margin: 30px 0 0;
  display: flex;
}
.slider-stwo ul li {
  display: inline-block;
}
.slider-stwo ul li div {
  display: table-cell;
}
.slider-stwo ul li .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  font-size: 20px;
}
.slider-stwo ul li .icon .bord {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-stwo ul li .icon .bord:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 5px;
  z-index: -1;
}
.slider-stwo ul li .icon .bord:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 5px;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -2;
}
.slider-stwo ul li .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.slider-stwo ul li .cont p {
  font-size: 13px;
  margin-top: 5px;
}

.particles {
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
.particles .cont h1 {
  font-size: 90px;
  font-weight: 800;
}

.arch-slider {
  padding-bottom: 80px;
}
.arch-slider .parallax-slider .caption h5 {
  font-size: 50px;
  font-weight: 200;
}
.arch-slider .parallax-slider .caption h1 {
  font-size: 75px;
  font-weight: 600;
  letter-spacing: 2px;
}
.arch-slider .parallax-slider .caption p {
  font-weight: 300;
  padding-left: 100px;
  margin-left: 100px;
  position: relative;
}
.arch-slider .parallax-slider .caption p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #eee;
  width: 70px;
  height: 1px;
}
.arch-slider .parallax-slider .explore {
  margin-left: auto;
  margin-top: -100px;
  color: #fff;
}
.arch-slider .parallax-slider .explore a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.arch-slider .parallax-slider .explore a i {
  font-size: 12px;
  margin-left: 10px;
}
.arch-slider .setting {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 50px;
  width: 300px;
  background: #fff;
  z-index: 4;
}
.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
  color: #111;
}
.arch-slider .setting .swiper-button-next:after,
.arch-slider .setting .swiper-button-prev:after {
  display: none;
}
.arch-slider .setting .next-ctrl {
  padding-left: 25px;
  margin-right: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.arch-slider .setting .prev-ctrl {
  padding-right: 25px;
  margin-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.arch-slider .setting .swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  opacity: 1;
}
.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #111;
  transform: scale(1.5);
}

.freelancre {
  min-height: 100vh;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.freelancre:after {
  content: "";
  width: 140%;
  background: rgba(0, 0, 0, 0.04);
  height: 100%;
  transform: rotate(15deg);
  position: absolute;
  top: -40%;
  left: -20%;
  z-index: -1;
}
.freelancre .img {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  z-index: 2;
}
.freelancre .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.freelancre .img:after {
  content: "";
  background: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  z-index: -1;
}
.freelancre .cont h1 {
  font-size: 35px;
}
.freelancre .states {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 50px;
}
.freelancre .states .flex {
  display: flex;
}
.freelancre .states ul {
  margin: 0;
}
.freelancre .states li {
  margin-right: 100px;
}
.freelancre .states li:last-of-type {
  margin-right: 0;
}
.freelancre .states li h3 {
  font-size: 50px;
  font-weight: 400;
  margin-right: 20px;
}
.freelancre .states li p {
  font-size: 12px;
  text-transform: uppercase;
}
.freelancre .states .mail-us {
  margin-left: auto;
}
.freelancre .states .mail-us .text {
  text-align: right;
  padding-right: 20px;
}
.freelancre .states .mail-us .text h6 {
  font-size: 14px;
  margin-top: 5px;
}
.freelancre .states .mail-us .icon-box {
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(126.47deg, #eee 6.69%, rgba(4, 4, 5, 0.1) 85.43%);
  font-size: 30px;
}

.slider-bus {
  min-height: 100vh;
  position: relative;
}
.slider-bus .swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-bus .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}
.slider-bus .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}
.slider-bus .setone .swiper-nav-ctrl:after {
  display: none;
}
.slider-bus .setone.setwo {
  position: static;
}
.slider-bus .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}
.slider-bus .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}
.slider-bus .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}
.slider-bus .swiper-pagination-fraction {
  position: absolute;
  right: auto;
  left: 60px;
  bottom: 30px;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.slider-bus .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.slider-bus .swiper-pagination-fraction .swiper-pagination-current:after {
  content: "/";
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}
.slider-bus .swiper-slide-active .caption h1 {
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.slider-bus .swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
          animation-delay: calc(60ms * var(--char-index));
}
.slider-bus .swiper-slide-active .caption .thin,
.slider-bus .swiper-slide-active .caption .simple-btn,
.slider-bus .swiper-slide-active .caption .butn,
.slider-bus .swiper-slide-active .caption p {
  opacity: 1;
  transform: translateY(0);
}
.slider-bus .caption .thin {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s;
  transition-delay: 0.8s;
}
.slider-bus .caption h1 {
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.slider-bus .caption p {
  color: #eee;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
  transition-delay: 0.8s;
}
.slider-bus .caption .simple-btn, .slider-bus .caption .butn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
  transition-delay: 1s;
}
.slider-bus .ontop {
  position: relative;
  z-index: 5;
}

.curve-bg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.pages-header {
  min-height: 75vh;
  padding: 150px 0 0;
  position: relative;
}
.pages-header .cont h1 {
  font-size: 55px;
}
.pages-header .half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  overflow: hidden;
}

.page-header .cont {
  padding: 220px 0 50px;
}
.page-header .cont h1 {
  font-size: 80px;
  font-weight: 600;
}
.page-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}
.page-header .img-wrapper .title {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  text-align: right;
  transform: translateY(-55%);
  z-index: 3;
}
.page-header .img-wrapper .title h3 {
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header.proj-det.bg-img {
  min-height: 85vh;
  padding-bottom: 100px;
}
.page-header.proj-det.bg-img .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-header.proj-det.bg-img .item p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.page-header.proj-det.bg-img .item p a {
  margin: 0 7px;
}
.page-header.proj-det.bg-img .item p a:first-of-type {
  margin-left: 0;
}
.page-header.proj-det.bg-img .item p a:last-of-type {
  margin-right: 0;
}
.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}

.works-header {
  min-height: 80vh;
}
.works-header.hfixd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.works-header .capt h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.8;
}
.works-header .capt h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.works-header .capt h1 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  color: #12c2e9;
}
.works-header .capt .bactxt {
  font-size: 30vw;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0.5;
}

.static {
  position: static;
}

.circle-bg {
  position: relative;
}
.circle-bg .circle-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.circle-bg .circle-color.fixed {
  position: fixed;
  pointer-events: none;
  opacity: 0.5;
}
.circle-bg .gradient-circle {
  position: absolute;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 70%;
  background-image: linear-gradient(45deg, #059dff, #36c6f0);
  opacity: 0.25;
  filter: blur(100px);
}
.circle-bg .gradient-circle.two {
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  background-image: linear-gradient(45deg, #fb5343, #6549d5);
}

.main-content {
  /* background: #fff; */
  position: relative;
  z-index: 3;
  overflow-x: hidden !important;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ 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 p {line-height: 2.4; color: #0C2A3D; font-weight:500;}

.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 services ] ====================== */
.services {
  position: relative;
}
.services .container {
  position: relative;
  z-index: 2;
}
.services .item-box {
  padding: 80px 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.services .item-box .icon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  margin-bottom: 30px;
}
.services .item-box .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -1;
  opacity: 0.1;
}
.services .item-box h6 {
  line-height: 1.8;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.services .rone > div {
  position: relative;
}
.services .rone > div:nth-of-type(2) {
  margin-bottom: -50px;
  margin-top: auto;
}
.services .rtwo > div {
  position: relative;
}
.services .rtwo > div:nth-of-type(2) {
  margin-bottom: -50px;
  margin-top: auto;
}
.services .mas-item {
  padding: 40px;
  margin: 50px 0;
  background: #18191d;
  position: relative;
  z-index: 2;
}
.services .mas-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18191d;
  transition: all 0.4s;
  z-index: -1;
}
.services .mas-item .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12c2e9;
  transition: all 0.4s;
  z-index: -2;
}
.services .mas-item:hover .bg-color {
  top: 10px;
  left: 10px;
}
.services .mas-item .icon {
  font-size: 45px;
  color: #12c2e9;
  margin-bottom: 30px;
}
.services .mas-item h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}
.services .mas-item .more {
  margin-top: 20px;
  width: 100%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.05);
}
.services .step-item {
  text-align: center;
  padding: 60px;
  margin: 60px auto;
  background: #f5f5f5;
  position: relative;
}
.services .step-item.xbottom {
  bottom: -60px;
}
.services .step-item.xtop {
  top: -60px;
}
.services .step-item.xcolor {
  background: #fff;
  border: 1px solid #eee;
}
.services .step-item .icon {
  color: #12c2e9;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  margin-bottom: 30px;
}
.services .step-item h6 {
  margin-bottom: 20px;
}
.services .item {
  text-align: center;
  padding: 60px;
  background: #151921;
  position: relative;
}
.services .item .icon {
  color: #12c2e9;
  font-size: 40px;
  margin-bottom: 40px;
}
.services .item h6 {
  margin-bottom: 15px;
}
.services.lficon .item-box {
  text-align: left;
  display: flex;
  margin-top: 30px;
  padding: 60px 40px;
  border-radius: 20px;
}
.services.lficon .item-box .icon {
  text-align: center;
}
.services.lficon .item-box .cont {
  padding-left: 30px;
}

.feat .items {
  padding: 60px 40px;
  position: relative;
  z-index: 3;
}
.feat .items:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 1px;
  background: #fff;
  z-index: -1;
}
.feat .items:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: 0px;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -2;
  opacity: 0;
  transition: all 0.4s;
}
.feat .items .icon {
  color: #aaa;
  font-size: 70px;
  margin-bottom: 30px;
}
.feat .items .icon svg {
  width: 1em;
  height: 1em;
}
.feat .items h5 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.feat .items .more-stroke {
  margin-top: 30px;
}
.feat .items .more-stroke span {
  width: 0;
  height: 2px;
  background: #111;
  position: relative;
}
.feat .items .more-stroke span:after, .feat .items .more-stroke span:before {
  content: "";
  width: 0;
  height: 2px;
  background: #111;
  position: absolute;
  right: -1px;
}
.feat .items .more-stroke span:after {
  transform: rotate(40deg);
  top: -4px;
}
.feat .items .more-stroke span:before {
  transform: rotate(-40deg);
  top: 4px;
}
.feat .items.active:before {
  opacity: 1;
}
.feat .items.active .more-stroke span {
  width: 30px;
  transition: width 0.3s;
}
.feat .items.active .more-stroke span:after, .feat .items.active .more-stroke span:before {
  width: 12px;
  transition: width 0.3s;
  transition-delay: 0.3s;
}
.feat .items:hover .more-stroke span {
  width: 30px;
}
.feat .items:hover .more-stroke span:after, .feat .items:hover .more-stroke span:before {
  width: 12px;
}

.serv-arch .item {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
}
.serv-arch .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: all 0.4s;
  z-index: -1;
}
.serv-arch .item.active:after {
  opacity: 0.85;
}
.serv-arch .item:hover:after {
  opacity: 0.75;
  background: #232323;
}
.serv-arch .item:hover h5 {
  color: #fff;
}
.serv-arch .item:hover p {
  color: #eee;
  transform: translateY(0);
  opacity: 1;
}
.serv-arch .item .numb {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #b19777;
}
.serv-arch .item h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.serv-arch .item p {
  margin-top: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s;
}
.serv-arch .item .more {
  margin-top: 50px;
}

.min-area .img {
  padding: 120px 0 120px 80px;
  position: relative;
  z-index: 3;
}
.min-area .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  left: -300px;
  background: #f5f5f5;
  z-index: -1;
}
.min-area .content {
  padding-left: 40px;
}
.min-area .content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.min-area .content ul {
  margin: 0;
}
.min-area .content ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
}
.min-area .content ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.min-area .content ul.feat li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.min-area .content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}
.min-area .content ul.feat li:after {
  display: none;
}
.min-area .content ul.feat li h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.min-area .content ul.feat li h6 span {
  color: #12c2e9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #12c2e9;
  border-radius: 50%;
  margin-right: 10px;
}
.min-area .content ul.feat li p {
  font-size: 13px;
  padding-left: 45px;
}

/* ====================== [ End services ] ====================== */


.send-msg input {
  width:auto;
}

.send-msg input {
  display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: azure;
    width: auto!important;;
    margin: 30px 0 0 0px!important;;
    border: 0;
    cursor: pointer;
    padding: 20px 30px!important;
    background: #a4d026!important;
    color: #fff!important;;
    transition: 600ms ease-in-out;
}

.send-msg:hover input {
  background: #8fb326!important;;
}


/* ====================== [ Start brands ] ====================== */
.clients .brands:hover img {
  transform: scale(0);
  opacity: 0;
}
.clients .brands:hover .link {
  opacity: 1 !important;
  transition: all 0;
}
.clients .brands: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(20ms * var(--char-index));
          animation-delay: calc(20ms * var(--char-index));
}
.clients .brands .item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 160px;
  line-height: 160px;
}
.clients .brands .item.no-bord {
  border: 0;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.clients .brands .img {
  position: relative;
}
.clients .brands .img img {
  transition: all 0.4s;
  max-width: 75px;
  margin: auto;
}
.clients .brands .img .link {
  font-size: 13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.clients .bord .item {
  margin-bottom: 30px;
}

.clients-brand .brands:hover .img {
  transform: scale(0);
  opacity: 0;
}
.clients-brand .brands:hover .link {
  opacity: 1 !important;
  transition: all 0;
}
.clients-brand .brands: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(20ms * var(--char-index));
          animation-delay: calc(20ms * var(--char-index));
}
.clients-brand .item {
  position: relative;
  text-align: center;
}
.clients-brand .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.clients-brand .img {
  max-width: 85px;
  margin: auto;
  position: relative;
  transition: all 0.4s;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */
.portfolio {
  position: relative;
}
.portfolio .filtering {
  padding-left: 50px;
}
.portfolio .filtering .filter {
  padding: 15px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  display: inline-block;
}
.portfolio .filtering span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
.portfolio .filtering span.active {
  color: #12c2e9;
}
.portfolio .filtering span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #12c2e9;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}
.portfolio .filtering span:last-of-type:after {
  display: none;
}
.portfolio .filtering.smplx .filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
}
.portfolio .filtering.smplx span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
.portfolio .filtering.smplx span.active {
  color: #12c2e9;
}
.portfolio .filtering.smplx span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #12c2e9;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}
.portfolio .filtering.smplx span:last-of-type:after {
  display: none;
}
.portfolio .gallery .items {
  padding: 0 50px;
  margin: 50px 0;
}
.portfolio .gallery .items.lg-mr {
  margin-top: 100px;
}
.portfolio .gallery .items .item-img {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: all 0.3s;
}
.portfolio .gallery .items .item-img > a {
  display: block;
}
.portfolio .gallery .items .item-img:hover {
  -webkit-clip-path: inset(5px 10px);
          clip-path: inset(5px 10px);
}
.portfolio .gallery .items .item-img:hover img {
  transform: scale(1.05);
}
.portfolio .gallery .items .item-img:hover .cont {
  opacity: 1;
}
.portfolio .gallery .items .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.portfolio .gallery .items .item-img .cont {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: left;
  padding-left: 30px;
  opacity: 0;
  transition: all 0.4s;
}
.portfolio .gallery .items .item-img .cont span {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.portfolio .gallery .items .item-img .cont span a {
  margin: 0 10px 0 0;
}
.portfolio .gallery .items .cont {
  margin-top: 30px;
  text-align: center;
}
.portfolio .gallery .items .cont h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.portfolio .gallery .items .cont span {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 13px;
}
.portfolio .gallery .items .cont span a {
  margin: 0 5px;
}
.portfolio .gallery .bords .item-img {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.portfolio .gallery .bords .cont {
  border: 1px solid rgba(255, 255, 255, 0.03);
  margin-top: 0;
  border-top: 0;
  padding: 10px;
}
.portfolio.three-column .gallery .items {
  padding: 0 15px;
  margin: 25px 0;
}

.po-arch .filtering {
  padding-left: 30px;
}
.po-arch .filtering .filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
}
.po-arch .filtering span {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
.po-arch .filtering span.active {
  color: #b19777;
}
.po-arch .filtering span:after {
  display: none;
}
.po-arch .gallery .items {
  position: relative;
}
.po-arch .gallery .items .cont {
  text-align: left;
  padding: 30px;
  padding-left: 0;
  background: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
  margin-top: -30px;
}
.po-arch .gallery .items .cont .tags a {
  font-size: 17px;
  margin: 0 10px 0 0;
}
.po-arch .gallery .items .cont h5 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.portfolio-cr .filtering .filter {
  display: inline-block;
}
.portfolio-cr .filtering span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 8px 20px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.portfolio-cr .filtering span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #12c2e9;
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0;
  transition: all 0.4s;
}
.portfolio-cr .filtering .active {
  color: #12c2e9;
}
.portfolio-cr .filtering .active:after {
  bottom: 0;
  opacity: 1;
}
.portfolio-cr .items {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.portfolio-cr .items:hover .cont {
  opacity: 1;
  transform: translateY(0);
}
.portfolio-cr .items.width2 {
  width: 25%;
}
.portfolio-cr .items .cont {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  padding: 20px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.4s;
}
.portfolio-cr .items .cont.flex {
  display: flex;
}
.portfolio-cr .items .cont h6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.portfolio-cr .items .cont span {
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
}
.portfolio-cr .items .cont span a {
  opacity: 0.7;
  margin: 0 5px;
  line-height: 1.2;
}

.portfolio-frl .filtering .filter {
  display: inline-block;
}
.portfolio-frl .filtering span {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 8px 20px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.portfolio-frl .filtering span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #12c2e9;
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0;
  transition: all 0.4s;
}
.portfolio-frl .filtering .active {
  color: #12c2e9;
}
.portfolio-frl .filtering .active:after {
  bottom: 0;
  opacity: 1;
}
.portfolio-frl .gallery .items {
  padding: 0 40px;
  margin: 40px 0;
}
.portfolio-frl .gallery .items.lg-mr {
  margin-top: 100px;
}
.portfolio-frl .gallery .items .item-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.04);
  padding: 30px;
  border-radius: 5px;
}
.portfolio-frl .gallery .items .item-img > a {
  display: block;
}
.portfolio-frl .gallery .items .item-img:hover img {
  -webkit-clip-path: inset(5px 10px);
          clip-path: inset(5px 10px);
}
.portfolio-frl .gallery .items .item-img:hover .cont {
  opacity: 1;
}
.portfolio-frl .gallery .items .item-img img {
  height: 100%;
  width: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.portfolio-frl .gallery .items .cont {
  margin-bottom: 30px;
}
.portfolio-frl .gallery .items .cont h6 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.portfolio-frl .gallery .items .cont p {
  font-size: 13px;
}
.portfolio-frl .gallery .items .tags {
  margin-top: 30px;
}
.portfolio-frl .gallery .items .tags span {
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.04);
  margin-right: 5px;
  font-size: 12px;
}

.portfolio.full-bg {
  position: relative;
}
.portfolio.full-bg .cluom {
  height: 90vh;
  padding: 0;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
}
.portfolio.full-bg .cluom.current {
  background: rgba(0, 0, 0, 0.3);
}
.portfolio.full-bg .cluom:hover .info {
  color: inherit;
}
.portfolio.full-bg .cluom:hover .info:after {
  height: 100%;
}
.portfolio.full-bg .cluom:hover .more {
  transform: translateY(0);
  opacity: 1;
}
.portfolio.full-bg .cluom .info {
  padding: 40px 10px 40px 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  overflow: hidden;
}
.portfolio.full-bg .cluom .info:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 0;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.portfolio.full-bg .cluom .info h6 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.portfolio.full-bg .cluom .info h5 {
  font-size: 21px;
}
.portfolio.full-bg .cluom .more {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s;
}
.portfolio.full-bg .cluom .more i {
  font-size: 10px;
  margin-left: 2px;
}
.portfolio.full-bg .glry-img,
.portfolio.full-bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio.full-bg .glry-img {
  overflow: hidden;
}
.portfolio.full-bg .glry-img .bg-img {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.portfolio.full-bg .glry-img .bg-img.current {
  transform: scale(1);
  opacity: 1;
}

.work-carousel .swiper-slide {
  padding: 0px 15px;
}
.work-carousel .swiper-slide-active .noraidus .cont {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.work-carousel .next-ctrl,
.work-carousel .prev-ctrl {
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.work-carousel .next-ctrl:after,
.work-carousel .prev-ctrl:after {
  display: none;
}
.work-carousel .simp-next,
.work-carousel .simp-prev {
  color: #fff;
  top: auto;
  bottom: 0;
}
.work-carousel .simp-next:after,
.work-carousel .simp-prev:after {
  display: none;
}
.work-carousel .simp-next {
  right: 30px;
}
.work-carousel .simp-prev {
  left: 30px;
}
.work-carousel:hover .next-ctrl,
.work-carousel:hover .prev-ctrl {
  opacity: 1;
}
.work-carousel .content {
  position: relative;
}
.work-carousel .content .item-img {
  position: relative;
  height: 480px;
  line-height: 0;
}
.work-carousel .content:hover .item-ig {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.work-carousel .content .cont {
  position: relative;
}
.work-carousel .content .cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.work-carousel .content .cont h4 {
  font-size: 17px;
}
.work-carousel .content .cont .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  top: calc(50% - 17px);
  right: 15px;
}
.work-carousel .content .bgbox {
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.work-carousel.caroul .content .item-img {
  height: 480px;
  position: relative;
}
.work-carousel.caroul .content .item-img:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: #fff;
  opacity: 0;
  transition: all 0.4s;
}
.work-carousel.caroul .content .bgbox {
  opacity: 0;
  transition: all 0.4s;
}
.work-carousel.caroul .content:hover .item-img:after {
  opacity: 1;
}
.work-carousel.caroul .content:hover .bgbox {
  opacity: 1;
}
.work-carousel .noraidus .item-img {
  height: 480px;
  border-radius: 0;
}
.work-carousel .noraidus .cont {
  position: absolute;
  padding: 15px 30px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.work-carousel .noraidus .cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.work-carousel .noraidus .cont h4 {
  font-size: 17px;
}

.work-carousel2 .swiper-slide {
  padding: 0px 10px 50px;
}
.work-carousel2 .swiper-slide .img {
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.8s;
}
.work-carousel2 .swiper-slide-active .img {
  box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}
.work-carousel2 .swiper-slide-active .img:after {
  opacity: 1 !important;
}
.work-carousel2 .swiper-slide-active .cont h6, .work-carousel2 .swiper-slide-active .cont h4 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}
.work-carousel2 .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: calc(50% - 120px);
  width: 240px;
  height: 2px;
  border-radius: 10px;
  background: #eee;
}
.work-carousel2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #1e1e1e;
}
.work-carousel2 .swiper-button-next,
.work-carousel2 .swiper-button-prev {
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.work-carousel2 .swiper-button-next:after,
.work-carousel2 .swiper-button-prev:after {
  display: none;
}
.work-carousel2:hover .swiper-button-next,
.work-carousel2:hover .swiper-button-prev {
  opacity: 1;
}
.work-carousel2 .content {
  position: relative;
}
.work-carousel2 .content .img {
  position: relative;
  line-height: 0;
}
.work-carousel2 .content .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  transition: all 0.5s;
}
.work-carousel2 .content .cont {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
}
.work-carousel2 .content .cont h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.7s;
  transition-delay: 0.5s;
}
.work-carousel2 .content .cont h4 {
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.7s;
  transition-delay: 0.5s;
}
.work-carousel2.mcolumn .swiper-slide {
  padding: 0px;
}
.work-carousel2.mcolumn .swiper-slide .img {
  border-radius: 0;
}
.work-carousel2.mcolumn .swiper-slide-active .img {
  box-shadow: none;
}
.work-carousel2.mcolumn .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.half-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  background: #f5f5f5;
  z-index: 1;
}
.half-bg.bottom {
  bottom: 0;
}
.half-bg.top {
  top: 0;
}
.half-bg.not-sub {
  background: #0c0f16;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start services ] ====================== */

/* ====================== [ End services ] ====================== */
/* ====================== [ Start progress bar ] ====================== */

/* ====================== [ End Footer ] ====================== */
/* ====================== [ 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: #000;
  }

  .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 0 0 0px;
    
  }
  .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 screen and (max-width: 480px) {
  .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 ] ====================== *//*# sourceMappingURL=style.css.map */


@media only screen and (max-width:768px) {
  
  .wow{animation-delay: 0s!important;}

  .navbar .navbar-nav .dropdown-menu {
    background: #282e3e;
    padding: 10px 0;
    margin: 5px;
  }

  .navbar-nav li {
    margin-right: 0;
}

.flex-table {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}


.table-left, .table-right {
  width:100%;
}

.box-title-header a {
  justify-content: center;
}

}

/* ########### SINGLE */

#blog--single-product h1 {
  font-size: 34px;
}

.wrapper-primary--image {
  max-height: 1000px;
  overflow: hidden;
  width: 100%;
}

.wrapper-primary--image img {
object-fit: cover;
width: 100%;
height: 100%;
object-position: center;
}

@media (max-width:480px) {
  .wrapper-primary--image {
    height: auto;
}

}



/* ########### ----------- ########### */
#blog--single-product h1 {
  text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 25px 0;
}

.singlePage {
  margin: 20px 0 0 0;
}


.singlePage h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 5px 0 20px!important;
  text-transform: uppercase;
}

#blog-sidebar-latest h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
}


.headline_lastest img {
  width: 70px;
  margin-top: 30px;
}

.pc-border {
    border-style: solid;
    border-width: 2px;
    border-color: #2a2a2a;
    border-radius: 0px;
    padding: 20px;
    margin: 35px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.pc-border ul li {
  list-style: disc;
  line-height: 2;
}


/* -- [ about ] -- */
.wrapper_single_about__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_avatar {
  margin-right: 2em;
}



@media (max-width:480px) {
  .wrapper_single_about__box {
    flex-direction: column;
  }

.single_avatar {
  margin: 2rem;
  padding: 0;
  max-width: 110px;
}

.social__icon {
  margin: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

}



/* ############################################################ [  Archive blog   ] ############################################################ */

.nav-scroll .custom-logo-link img {
  min-width: 50px;
}

.custom-logo-link img {
  max-width: 6vw;
    min-width: 100px;
    padding: 8px 0;
    width: 100%;
}

.search_modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}


.wrapper_serach_modal {
  background: rgb(230 230 230 / 96%);
  width: 100vw;
  height: 100vh;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search_result {
  margin: 30px 0;

}

.search_modal_opencart {
  position: fixed;
  top: 10%;
  right: 2%;
}


.search_modal_opencart img {
  max-width: 40px;
  opacity: 1;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  cursor: pointer;
}

.search_modal_opencart img:hover {
  opacity: .5;
}

.archive_wrapper_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
}

.archive_wrapper_title .sub_title {
  font-size: 30px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.archive_wrapper_title p {
  text-align: center;
  margin: 0 0 2rem 0;
}

.wrapper_serach_modal  form {
display: flex;
align-items: center;
justify-content: center;
max-width: 900px;
width: 900px;
}

.wrapper_serach_modal [type=search] {
  padding: 20px 20px;
  width: 30vw;
  border: none;
  background: #fff;
  font-weight: 600;
}

.wrapper_serach_modal [type=submit] {
  background: #b9ff2a;
    height: 100%;
    width: 100%;
    max-width: 250px;
    border: none;
    padding: 20px;
    font-weight: 600;
}

/* ### category */

.border-category-box {
  padding: 20px 0px;
}

/* .border-category-box {
  border: 2px solid #000;
  margin: 24px 0 50px 0;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.border-category-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.border-category-box ul li {
  border: 2px solid #bec928;
  background: none;
  color: #000;
  font-weight: 600;
  padding: 8px 15px;
  margin: 10px 15px;
  font-size: 16px;
}


/* //// latest recipies search  */

.search_modal__latest_list {
  max-width: 900px;
  width: 900px;
  margin: 40px 0;
}

.search_modal__list
h3 {
  font-weight: 600;
    text-transform: uppercase;
    color: #a7a7a7;
    font-size: 1.5rem;
    margin: 3rem 0 2rem 0;
}

.wrapper_social_icon img {
  max-width: 32px;
}





a {
  text-decoration: none;
}
.sub-page {
  margin: 150px 0 0 0;
}

.sub-page .page-title {
  margin: 0 0 40px 0;
}

/* $$$$$$
$$$
slider
$$
$$$$$$ */

.is-slider .is-g-2 {
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: center;
}

.is-slider_thumb {
  height: 100%;
  max-height: 550px;
  overflow: hidden;
  width: 100%;
}


.is-slider_thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.caption {
  height: 100%;
  padding: 4rem;
  background: #bec928;
  border: 2px solid #bec928;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.title_hero {
  color: #000;
  font-weight: 600;
  font-size: min(max(18px, calc(1.125rem + ((1vw - 7.68px) * 1.3021))), 33px);
  min-height: 0vw;
  line-height: 1.2;
  margin: 10px 0 30px 0;
}

.desc p {
  color:#000;
}

.heroRC {
  margin: 50px 0 50px 0;
}

/* xs slider  */
@media (max-width: 480px) {
  .is-slider .is-g-2 {
    grid-template-columns: 100%;
  }

  .caption {
    padding: 2rem;
    align-items: flex-start;
  }

  .is-slider_thumb {
    height: 100%;
  }

  .archive_wrapper_title p {
    text-align: left;
  }


}



/* ################## [ archive blog ] ########### */

.wrapper_grid-img {
  width: 100%;
  height: 420px!important;
  overflow: hidden;
}

@media (max-width:380px) {
  .wrapper_grid-img {
  height: 370px!important;
  }
}


.wrapper_grid-img img {
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}

.cont {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.cont h4 {
  font-size: 1.2rem;
  font-weight: 600;
}



/* *********************** single.php mod > related post ########### */
.banner_category img,
.banner_02 img,
.banner_01 img {
    margin: 20px 0;
}

#blog_sidebar h3 {
    font-size: 16px;
    line-height: 1.3;
}

#blog-sidebar-latest {
    border-style: solid;
    border-width: 2px;
    border-color: #2a2a2a;
    border-radius: 0px;
    padding: 10px;
}

.blog_single_latest {
    margin: 25px 0;
}

.single_title {
  margin: 40px 0;
}


#blog-sidebar-latest>div>a {
    display: flex !important;
    align-items: center;
}

.wrapper-latest {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
    gap: 20px;
}



.bsl_wrapper {
    width: 100%;
    max-width: 100vw;
    height: 170px;
    overflow: hidden;
    margin-right: 15px;
}

.bsl_wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: all 600ms cubic-bezier(0.82, 0.04, 0, 0.93);
}

.bsl_wrapper img:hover {
    transform: scale(1.2);
}

.related-post {
    margin: 100px 0;
    border-top: 4px double #dfdfdf;
}

.related-post ul {
  padding: 0;
}

.related-post .bsl_wrapper {
    width: 100%;
    height: 470px;
    overflow: hidden;
    margin-right: 15px;
}

.related-post h5 {
    font-size: 20px;
}

.related-post h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .6;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
  .related-post .bsl_wrapper {
    height: 300px;
  }
}  

@media (max-width: 480px) {

  .related-post .bsl_wrapper {
    height: 150px;
  }

  .related-post ul {
    margin: 0;
    padding: 0;
  }
  
  .related-post ul li {
    margin: 30px 0;
  }
  
  .related-post h5 {
    font-size: 18px;
    font-weight: 600;
  }

/* #sidebar */
.bsl_wrapper {
  height: 120px;
}

  
}

/* ################################# ( Single.php) ###### */

.caption_embed {
  background: #FBC41B;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}

.caption_embed p {
  color: #3e3e3e;
  font-weight: 600;
  font-size: 12px;
}



/* ########## archive.php ###################################### */

.category {
  color: #bec928;
  font-weight: 600;
}

.cont h4 {
  color:#000;
}

h4.page-title {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.more_info {
    background: #fff;
    padding: 10px 15px;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 600;
    transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -ms-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
}

 .more_info:hover {
   background: #fbc41b;
 }


 #isocontent .cont h4 {
   text-transform: uppercase;
 }



@media (max-width:480px) {
  .container-xxl.no-padding {
    padding: 0 1rem!important;
  }
}


/* index.php archiwóm */
.sig-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.sig-img-wrapper {
  height: 300px;
  overflow: hidden;
  width: 100%;
}


.sig-img img {
  height: 100%;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: scale(1.001) rotate(0);
  transition: transform .6s ease;
  will-change: transform;
  object-fit: cover;
  object-position: center;
}

.sig-img img:hover {
  transform: scale(1.1) rotate(2deg);
}

.sig-img h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  line-height: 1.333em;
  margin: 20px 0 8px 0;
  font-weight: 600;
}

.sig-img a {
  width: 100%;
}



/* ######### HOME ################## */
.product_box_widget_home {
  background: #fff;
  padding: 1rem;
}


.product_widget_more .button_primary {
  display: flex;
  align-items: center;
  justify-content: center;
}


.gallery_single {
  display: grid!important;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
margin: 1rem 0;
}

.gallery_single a {
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.gallery_single img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}




@media (max-width:600px) {
  .gallery_single {
    grid-template-columns: 1fr;
  }

  .gallery_single a {
    height: 350px;
  }

}


.wrapper_ingridiens_photos img {
  margin: 50px 0;
}




/* ############### single.php ########################## */

.numbersli li::before {
  content: '';
  list-style: numbers;
  position: relative;
}

#single_steps ol {
  counter-reset: myOrderedListItemsCounter;
  padding: 0;
}

#single_steps ol li {
  position: relative;
  margin: 15px 0;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  /* flex-direction: column; */
  
}

#single_steps ol li:before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter)".";
  margin-right: .5em;
  font-weight: 600;
  margin: 7px 15px 0 0;
}

.wrapper_list li {
  display: flex;
  flex-direction: column;
}

.wrapper__embed_fb {
  margin: 50px 0;
}

.wrapper_single_about {
  margin: 0 0 60px 0;
}

.social_box {
  display: flex;
  margin: 20px 0;
}


/* ################## reklama  */

.wrapper_ads_nm1 .ads_nm1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  display: none;
  transition: 500ms ease-in-out;
}

.wrapper_ads_nm1__sidebar .ads_nm1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

.wrapper_ads_nm1__sidebar .ads_nm1:hover, .wrapper_ads_nm1 .ads_nm1:hover {
  opacity: .5;
}

@media (max-width:480px) {
  
  .wrapper_ads_nm1 .ads_nm1 {
    display: block;
  }

  .wrapper_ads_nm1__sidebar .ads_nm1 { 
    display: none;
  }

}


strong { font-weight: 600;}


/* ############ rating  */
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
	font-size: 1.4rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\f154";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}

/* ------------------------------------------- [ single ] */

.average-rating {
  
    padding: 10px;
    display: flex;
    align-items: center;
}

.average-rating span {
  color: #bec928;
}


.average-rating span:last-child {
  margin-left: 10px;
  font-weight: 600;
  font-size: 19px;
  margin-top: 2px;
}


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


.blog-content {
  padding: 20px;
  border: 1px solid #03a9f440;
  border-radius: 10px;
  margin: 30px 0;
  background: #fff;
}

.archive-single-post .sig-img-wrapper {
margin: 1.5rem 0;
}

.archive-single-post .sig-img-wrapper img {
width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.archive-single-post h3 {
font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 1rem 0;
}

.archive-title {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0;
}


/* ------------------------------------------------ */
.line-vertical {
width: 100%;
height: 2px;
background: #000;
margin: 10px 0;
}

.padding-0 {
  padding: 0;
}


#instagram {
  background-color: #bec928;
  padding: 2rem 0;
  margin: 2rem 0;
  color: #fff;
}


.grid-slide .wrapper-img {
  position: relative;
  height: 440px;
  overflow: hidden;
  border-radius: 10px;
}

.grid-slide .wrapper-img img {
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: all 900ms ease-in-out;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
}

.grid-slide .wrapper-img:hover img { transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2);
}

@media (max-width:999px) {
.grid-slide .wrapper-img img  {
  height: 100%;
}
}

@media (max-width:480px) {
  .grid-slide .wrapper-img {
    margin: 10px;
  }

  .swiper-pagination {
    bottom: 0!important;
  }
  .archive_wrapper_title {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .border-category-box ul {
    justify-content: flex-start;
  }

  .border-category-box ul li {
    margin: 5px 5px;
  }

}

.post_page_all .row .col-md-4:first-child,
.post_page_all .row .col-md-4:nth-child(2),
.post_page_all .row .col-md-4:nth-child(3) {
  display: none;
}






.single-item-blog-home {
position: relative;
background-size: cover!important;
height: 500px;
background-position: center;
background-repeat: no-repeat;
}

.slide-is-grid-3 a {
  width: 100%;
  /* height: 500px; */
}

.wrapper-title-hero {
  z-index: 15;
}
.wrapper-title-hero p {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
}


/* lista postów  */

.wrapper-post-singe {
  height: 400px;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}


.home-post-single-list h3 {
  
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width:480px) {
  .wrapper-post-singe {
    height: 350px !important;
  }

  .home-post-single-list h3 {font-size: 1.5rem;}
}

@media (max-width:400px) {
  .wrapper-post-singe {
    height: 270px !important;
  }

  .home-post-single-list h3 {font-size: 1rem; margin-top: 1rem;}
}



.wrapper-post-singe img {
  object-fit: cover;
  width: 100%;
  
}



/* banner ads */
.button-banner {
  padding: .4rem .5rem;
}

.section-hero-brand .social__icon {
  justify-content: space-around;
}

.mix-images {
  width: 100%;
  overflow: hidden;
}

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

.d-none {
  display:none
}

@media (max-width:699px) {

  .xs-none {
    display: none;
  }
  .xs-block {
    display: inline!important;
  }
}


/* banner */
.wrapper-bg-mix1 {
  background: #D2E101;
}

.wrapper-bg-mix2 {
  background-color: #F7B852;
}

.mix-config {
box-shadow: 0 2px 24px 0 rgb(0 0 0 / 9%);
border-radius: 15px;
padding: 1.5rem;
}

.mix-images {
background-color: #fff;
width: 120px;
height: 120px;
border-radius: 15px;
margin-right: 2rem;
}



/* ###### search  */
.search-area {
  display: none;
}
.searchPopup {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100vh;
padding: 2rem;

background: rgb(214 214 214 / 95%);
opacity: 1;
z-index: 99;

}


.searchPopup .is-form-style input.is-search-submit, .is-search-icon {
  background: #bec928!important;
    height: 50px!important;
    font-weight: 600!important;
    color: #fff;
}

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

.searchPopup .is-search-form {
  width: 100%;
  max-width: 500px;
}

.searchPopup .is-form-style input.is-search-input {
  height: 50px;
}

.icon-32 {
  width: 32px;
}

.text-align-center {
  text-align: center;
}
/* Search page  */

.wrapper_grid-img  {
  width: 100%;
height: 350px;
overflow: hidden;
}
.wrapper_grid-img img {
object-fit: cover;
object-position: top;
margin-bottom: 30px;
}

.cont {
margin-top: 2vh;
margin-bottom: 2vh;
}
.cont h4 {
font-size: 1.3em;
}




.open_modal {
  display: block;
}

/* Ebook -- FIXED */

h1.www-heading strong {
  font-weight: 900;
  line-height: 100%;
}

.www-subtitle {
    font-size: 2rem;
    max-width: 400px;
    width: 100%;
}

.h2subtitle strong {
line-height: 110%;  
}
