/*!
Theme Name: NVADR Technology
Theme URI: https://dreamsdesign.in/technol
Author: Dreamsdesign
Author URI: https://dreamsdesign.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: technol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

technol is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('assets/fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('assets/fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('assets/fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('assets/fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
        url('assets/fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Black'), local('Poppins-Black'),
        url('assets/fonts/poppins/Poppins-Black.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



:root {
    --primary:#0E173A;
    --secondary:#EB455F;
    --light-gray:#f8ebe5;
	--gray:#EBEDF4;
	--box-radius:8px;
	--box-shadow:0 11px 21px #d4d8e4;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
}

input:focus {
  outline: none;
}
.text-left {
    text-align: left !important;
}
input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #555;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #555;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #555;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.ekit-wid-con .ekit-form form label span {
    display: inline-block !important;
}
ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}
.form-control {
    padding: 1rem 1rem;
	width:100% !important;
}
.form-control:focus {
    outline: none;
    border-color: var(--primary);
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  margin: 0px;
  margin-bottom: 15px;
  color: var(--primary);
}

h1 {
  font-size: 60px;
  line-height: 1.17;
}

@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}

h1.fs-lg {
  font-size: 90px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  h1.fs-lg {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  h1.fs-lg {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  h1.fs-lg {
    font-size: 46px;
  }
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
	text-decoration: none;
	outline: none !important;
	cursor: pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #000;
}

p {
  margin-bottom: 15px;
}
p:last-child{margin-bottom:0px;}

.particles-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}
.image-shadow {
    -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    border-radius: 14px;
    overflow: hidden;
}
.box-shadow > .elementor-widget-container {
    -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    border-radius: 10px;
}

.btnd, .theme-btn, .video-btn {
	 box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding:12px 30px 12px 30px;
  border-radius: 100px;
  background-color:var(--primary);
  border: 1px solid var(--primary);
  color:#fff;
  letter-spacing: 1px;
  position: relative;
}
.theme-btn {
    padding-right: 60px;
}
.theme-btn::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(assets/images/arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.theme-btn-outline {
    border-color: #fff;
}
.btn {
  border: 0;
  background: transparent;
  border-radius: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.theme-btn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #FFF;
}
.theme-btn.theme-secondary {
    background-color: var(--secondary);
	border-color: var(--secondary);
}
.theme-btn.theme-dark {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #333333 100%);
    border-color: #fff;
}


.elementor-button {
    line-height: 24px !important;
    padding: 12px 30px 12px 30px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 100px !important;
    background-color: var(--primary) !important;
    border: 1px solid var(--primary);
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: 1px;
}
.elementor-button:hover, .elementor-button:focus {
    background-color: var(--secondary) !important;
    border-color: var(--secondary);
}

.container-width {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-gray{background-color:#EBEDF4}

.services-title {
    position: relative;
}
.text-stroke {
    color: #02010100;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #39393930;
    stroke: #3939397d;
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
}
.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #AE2B22;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #AE2B22;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}


.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #001041;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 5em;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.preloader .animation-preloader .txt-loading span.theme-color {
    color: #AE2B22;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--primary);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: var(--primary);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing:2px;
  text-transform: uppercase;
  color: #AE2B22;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}


.equal > [class*='col-'], .equal [class*='col-'] {
    display: flex !important;
    flex-direction: column;
}
.about-content .section-header {
    text-align: left;
}
section.header-title-area .header-banner {
    height: 350px;
    position: relative;
    overflow: hidden;
    background-position: center;
}
section.header-title-area .header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
   /* background-color: transparent;
    background-image: linear-gradient(130deg, #000 0%, #FFF0 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	*/
}
section.header-title-area .header-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.header-title-area .header-banner .banner-title {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
section.header-title-area .header-banner .banner-title .align-container__item {
    position: relative;
    display: block;
    width: 100%;
	margin:auto;
    text-align: center;
}
section.header-title-area .header-banner .banner-title .promo-primary__title {
    display: inline-block;
    font-size: 20px;
    color: var(--secondary);
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 600;
}
section.header-title-area .header-banner .banner-title .align-container__item p {
    margin-bottom: 20px;
	color: #fff;
}
nav.breadcrumbs .breadcrumb {
    margin: 0;
    max-width: 100%;
    justify-content: center;
}
nav.breadcrumbs .breadcrumb li {
    position: relative;
    margin: 0 15px;
}
nav.breadcrumbs .breadcrumb li:first-child {
    margin-left: 0;
}
nav.breadcrumbs .breadcrumb li:last-child {
    margin-right: 0;
}
nav.breadcrumbs .breadcrumb li::before {
    content: '/';
    position: absolute;
    top: 0;
    left: -18px;
    height: 100%;
    width: 2px;
    color: #fff;
}
nav.breadcrumbs .breadcrumb li:first-child::before {
    opacity: 0;
    visibility: hidden;
}
nav.breadcrumbs .breadcrumb li a {
    color: var(--secondary);
    display: inline-block;
    text-transform: inherit;
    font-size: 15px;
    letter-spacing: 0.75px;
    transition: all 0.5s ease;
}
nav.breadcrumbs .breadcrumb li.current-item {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.75px;
}


.primary-header.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.primary-header .bottomHeader {
    background-color: #fff;
    padding: 0 1rem;
    border-radius: 0px 0px 15px 15px;
}
.primary-header.fixed-header {
  position: fixed;
  background: #fff;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.primary-header.main-header .logo {
  max-width: 260px;
  transition: all 0.5s ease;
}
/*
.bottomHeader {
    padding-right: 1rem;
}
*/
.topHeaderInner {
  display: flex;
  justify-content: space-between;
}
.topHeaderInner [class*="topHeaderInner_"] > ul {
  margin: 0;
  padding: 0;
}
.topHeaderInner [class*="topHeaderInner_"] > ul > li {
  list-style: none;
  display: inline-block;
}
.topHeaderInner [class*="topHeaderInner_"] > ul > li > a {
  color: #fff;
  line-height: 33px;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  transition: all 300ms ease 0s;
  font-weight: normal;
  letter-spacing: 1px;
}

.topHeaderInner [class*="topHeaderInner_"] > ul > li > a:hover, 
.topHeaderInner [class*="topHeaderInner_"] > ul > li > a:focus {
  color: var(--primary);
}
.topHeaderInner [class*="topHeaderInner_"] > ul > li > a > span.value {
display: none;
}
@media only screen and (min-width:992px) {
  .topHeaderInner [class*="topHeaderInner_"] > ul > li > a > span.text {
    display: none;
  }
  .topHeaderInner [class*="topHeaderInner_"] > ul > li > a > span.value {
    display: inline-block;
  }
  /*
    .primary-header.main-header .logo {
        max-width: 130px;
    }
	
    .bottomHeader {
        padding-right: 1.5rem;
    }
	*/
}
.primary-header.fixed-header .logo {
    /*max-width: 300px;*/
}
.theme-color {
  color: var(--primary);
}
header.fixed-header .theme-btn {
  /*padding: 12px 25px;*/
}

header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
	padding: 40px 1.35vw;
	display: block;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	position: relative;
}
header:not(.fixed-header) .main-menu > li > a {
  /*color: #fff;*/
}
header .main-menu > li > a::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    transition: all 300ms ease 0s;
    height: 4px;
    background-color: var(--secondary);
	border-radius: 100px;
}
header .main-menu > li:hover > a::before, 
header .main-menu > li.active > a::before {
  width: 100%;
}
header .main-menu > li:hover > a, 
header .main-menu > li.active > a {
  color: var(--secondary);
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 300px;
  overflow: hidden;
  border-top: 2px solid var(--primary);
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
}
header .main-menu > li:hover .sub-menu {
  display: block;
}
header .main-menu .sub-menu a {
  padding: 11px 10px;
  display: block;
  color: #000;
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
header .main-menu .sub-menu a:hover, 
header .main-menu .sub-menu li.active a, 
header .main-menu .sub-menu li a:focus {
  background: var(--primary);
  color: #fff;
}
header .side-menu-close {
  background: transparent;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #fff;
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
header .side-menu-close span {
  background: var(--primary);
  width: 28px;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-wrap {
  width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.side-menu-wrap.opened {
  left: 0;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
}
.side-menu-wrap .mobile-logo {
  background-color: var(--primary);
  position: relative;
  padding:0.75rem;
}
.header-mobile_logo {
    max-width: 80%;
}
.side-menu-wrap .mobile-logo .side-menu-logo {
  max-width: 100%;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: var(--secondary);
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu > li > a {
  color: #212529;
  padding: 15px 30px 15px 10px;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid var(--primary);
  background: #fff;
  display: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: .8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #eee;
}
.side-menu-nav .main-menu .sub-menu {
  line-height: normal;
}
.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: #212529;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

/*
* CLient Section
*/
.section-padding {
    padding: 100px 0;
}
section.client-section {
    /* margin-top: 120px; */
    padding-top: 200px;
    background-size: auto;
    background-position: bottom right;
}
.client-section-header.section-header .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    color: #666666;
    display: inline-block;
    margin: 0;
}
.client-section-header.section-header .section-title::before, 
.client-section-header.section-header .section-title::after {
    content: '';
    position: absolute;
    width: 242px;
    height: 1px;
    background-color: #000000;
    left: -280px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
}
.client-section-header.section-header .section-title::after {
    right: -280px;
    left: auto;
}
.client-section-header.section-header .section-title span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #000000;
    opacity: 0.3;
}
.client-section-header.section-header .section-title span {
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
}
.client-section-header.section-header .section-title span:last-child {
    right: -38px;
    left: auto;
}
.brand-items {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-header .section-sub-title {
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0px;
	margin:0;
	color:#000;
}
.section-header .entry-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
	margin:0;
    color: var(--primary);
}

/*
* Featured Section
*/
.featured-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 485px;
    display: flex;
    align-items: center;
    /*justify-content: start;*/
    padding: 40px 25px 25px;
    border-radius: 20px;
    margin-top: 30px;
}
.featured-box:not(.active) .featured-box-inner .featured-icon {
    -webkit-transform: translateX(0) translateY(50%) translateZ(0) rotate(0deg) scale(1,1);
    -moz-transform: translateX(0) translateY(50%) translateZ(0) rotate(0deg) scale(1,1);
    -ms-transform: translateX(0) translateY(50%) translateZ(0) rotate(0deg) scale(1,1);
    -o-transform: translateX(0) translateY(50%) translateZ(0) rotate(0deg) scale(1,1);
    transform: translateX(0) translateY(50%) translateZ(0) rotate(0deg) scale(1,1);
    -moz-transition: 750ms cubic-bezier(.215,.61,.355,1);
    -o-transition: 750ms cubic-bezier(.215,.61,.355,1);
    -webkit-transition: 750ms cubic-bezier(.215,.61,.355,1);
    transition: 750ms cubic-bezier(.215,.61,.355,1);
}
.featured-box.active .featured-box-inner .featured-icon {
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
}
/*.featured-box:not(.active) .featured-box-inner {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    -webkit-transform: translateX(0) translateY(4.995vw) translateZ(0) rotate(0deg) scale(1,1);*/
/*    -moz-transform: translateX(0) translateY(4.995vw) translateZ(0) rotate(0deg) scale(1,1);*/
/*    -ms-transform: translateX(0) translateY(4.995vw) translateZ(0) rotate(0deg) scale(1,1);*/
/*    -o-transform: translateX(0) translateY(4.995vw) translateZ(0) rotate(0deg) scale(1,1);*/
/*    transform: translateX(0) translateY(4.995vw) translateZ(0) rotate(0deg) scale(1,1);*/
/*    -moz-transition: 750ms cubic-bezier(.215,.61,.355,1);*/
/*    -o-transition: 750ms cubic-bezier(.215,.61,.355,1);*/
/*    -webkit-transition: 750ms cubic-bezier(.215,.61,.355,1);*/
/*    transition: 750ms cubic-bezier(.215,.61,.355,1);*/
/*}*/
/*.featured-box.active .featured-box-inner {*/
/*    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);*/
/*    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);*/
/*    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);*/
/*    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);*/
/*    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1,1);*/
/*}*/
/*.featured-box .featured-box-inner .featured-content h3 {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    line-height: 30px;*/
/*    letter-spacing: 0px;*/
/*    color: #000;*/
/*}*/

.featured-box .featured-box-inner .featured-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
}
.featured-box .featured-box-inner .featured-icon {
    margin-bottom: 10px;
}
.featured-box .featured-box-inner .featured-icon h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
}
.featured-box .featured-box-inner .featured-content .text {
    /*max-width: 85%;*/
    margin: auto;
    margin-bottom: 15px;
}
.featured-box .featured-box-inner .featured-content {
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(200px);
}
.featured-box.active .featured-box-inner .featured-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
/*.featured-box .featured-box-inner .featured-content .text,*/
/*.featured-box .featured-box-inner .featured-content .btn-box {*/
/*    transition: all 300ms ease-in-out;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transform: translateY(200px);*/
/*}*/
/*.featured-box.active .featured-box-inner .featured-content .text,*/
/*.featured-box.active .featured-box-inner .featured-content .btn-box {*/
/*    transform: translateY(0);*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.featured-box .featured-box-inner .featured-content .btn-box .featured-btn {
    display: inline-block;
    border-radius: 100px;
    padding: 0 20px;
    line-height: 35px;
    background-color: #ff6e3154;
}
.featured-box .featured-box-inner .featured-content .btn-box .featured-btn svg {
    max-width: 40px;
}
.featured-box.grid-color-1.active .featured-box-inner .featured-content .btn-box .featured-btn {
    background-color: #FF7A00;
}
.featured-box.grid-color-2.active .featured-box-inner .featured-content .btn-box .featured-btn {
    background-color: #46C2CB;
}
.featured-box.grid-color-3.active .featured-box-inner .featured-content .btn-box .featured-btn {
    background-color: #EB455F;
}
.grid-color-1 {
    background-color: #ff6e3154;
}
.grid-color-2 {
    background-color: #46c2cb3d;
}
.grid-color-3 {
    background-color: #eb455f4d;
}


/**
* About Us Section
*/

.about-thumbnail {
    position: relative;
}
.about-thumbnail::before {
    content: '';
    position: absolute;
    width: 529px;
    height: 529px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(125px);
}
.about-thumbnail .about-banner {
    position: relative;
}
.about-thumbnail .about-banner .dashboard-2 {
    display: inline-block;
/*     background-color: #fff; */
    border-radius: 10px;
    padding: 6px;
    position: absolute;
    transform: rotate(-5.09deg);
    top: -35px;
    left: 30%;
/*     box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%); */
}
.about-thumbnail .about-banner .dashboard-3 {
    display: inline-block;
    position: absolute;
    top: -45px;
    right: 120px;
    transform: rotate(-4.02deg);
/*     box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%); */
    background-color: #fff;
    border-radius: 10px;
    padding: 6px;
}
.yellow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 110, 49, 0.9);
}
section{position:relative;}

.container, .container-fluid, .container-lg, 
.container-md, .container-sm, .container-xl, 
.container-xxl {
    position: relative;
}

/**
* Services Section
*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #46C2CB;
}
.nav-pills .nav-link {
    border-radius: 10px;
    padding: 25px 20px;
    -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    background-color: #fff;
    height:100%;
}
.services-tabs .nav-pills .nav-link span.number {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    color: var(--secondary);
    margin-bottom: 10px;
    display: block;
}
.services-tabs .nav-pills .nav-link span.text {
    display: block;
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}
.nav-pills .nav-link.active span.number, 
.nav-pills .nav-link.active span.text {
	color:#fff;
}
.nav-justified .nav-item, .nav-justified>.nav-link {
    display: flex;
    flex-direction: column;
}
.nav-justified .nav-item, .nav-justified>.nav-link {margin:5px;}
.services-tabs .nav-pills .nav-link {text-align:center;}

.services-tabs .nav-pills .nav-link {
    position: relative;
}


.services-tabs .tab-content-inner .media {
    border-right: 4px solid #c2e1f5;
}
.services-tabs .tab-content-inner .media:after, .services-tabs .tab-content-inner .media:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.services-tabs .tab-content-inner .media:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.services-tabs .tab-content-inner .media:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 16px;
	margin-top: -16px;
}
.services-tabs .tab-content-inner .media-content {
    max-width: 100%;
    flex: 0 0 100%;
}
.services-tabs .tab-content-inner .media img {
	width:100px;
	height:100px;
}
.services-tabs .tab-content-inner .media .media-body {
    margin-left: 0;
    max-width: 100%;
}
.services-tabs .tab-content-inner .media .media-body h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    text-transform: capitalize;
    color: #46C2CB;
	margin: 0;
}

/**
* Solution section
*/

.solution-pointers {
    
}
.solution-pointers .solutions-items {
    position: relative;
}
.solution-pointers .solutions-items .solutions-items-inner h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}
.solution-pointers .solutions-items .solutions-items-inner p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
	color:#fff;
}
.solution-pointers .solutions-items:nth-child(2n) {
    margin-top: 45px;
    margin-bottom: 45px;
}
.solution-pointers.solution-col-1 .solutions-items {
    text-align: center;
}
.solution-pointers.solution-col-2 .solutions-items {text-align:center;}
.solutions-center-image {
    text-align: center;
}
.solutions-center-image img {
    width: 392px;
    height: 392px;
}

/**
* Research Section
*/
.owl-nav.disabled {
    display: none;
}
section.research-section {
    background-image: url(assets/images/gradient-eclipse.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
}
.header-vector {
    margin-right: 85px;
}
.counter-items {
    padding: 0 65px;
    margin-top: 30px;
    height: 100%;
    padding-bottom: 15px;
}
.counter-blocks {
        margin-top: 50px;
        margin-bottom:30px;
    }
.counter-items h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
}

.counter-items h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    margin: 0;
}


/**
* Integration
*/

.integration-items {
    background-image: url(assets/images/dotted-border-circle.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.integration-items {
    width: 350px;
    height: 350px;
    margin: auto;
}
.integration-items .integration-icons {
    width: 104px;
    height: 104px;
    background: #FFFFFF;
    /*border: 1px solid #46C2CB;*/
    box-shadow: 0px 10px 20px rgb(70 194 203 / 50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.integration-items .integration-icons:nth-child(1), 
.integration-items .integration-icons:nth-child(2), 
.integration-items .integration-icons:nth-child(3),
.integration-items .integration-icons:nth-child(4) {
    position: absolute;
}
.integration-items .integration-icons:nth-child(1) {
    right: 0;
    top: 40px;
}
.integration-items .integration-icons:nth-child(2) {
    right: 40px;
    bottom: 10px;
}
.integration-items .integration-icons:nth-child(3) {
    left: 0;
    bottom: 60px;
}
.integration-items .integration-icons:nth-child(4) {
    left: 40px;
    top: 10px;
}
.integration-items .title-part {
    display: none;
}
.integration-items .title-part.open {
    display: block;
}
.integration-items .title-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.integration-items .title-part h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.integration-items .integration-icons.active {
    border-color: var(--secondary);
    box-shadow: 0px 10px 20px rgb(235 69 95 / 50%);
}

/**
* Testimonials
*/
.testimonials-section .container-width {
    padding-right: 0;
    padding-left: 30px;
}
.testimonial-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.testimonial-carousel .owl-stage .owl-item {
    display: flex;
    flex-direction: column;
}
.testimonials-items {
    background-color: #fff;
    text-align: center;
    padding: 3.2rem 2.5rem;
    border-radius: 10px;
	position:relative;
	height: 100%;
}
.testimonials-items .testimonials-star {
    margin-bottom: 20px;
    text-align: center;
}
.testimonials-items .testimonials-star img {
    width: auto;
    margin: auto;
}
.testimonials-items .testimonials-content h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.testimonials-items .testimonials-content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
.testimonials-items .testimonials-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.testimonials-items .testimonials-content::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 235px;
    height: 15px;
    background-image: url(assets/images/down-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonials-items .testimonials-author h4 {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 26px;
    height: 8px;
    background: #FF7A00;
	transition:all 300ms ease-in 0s;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #EB455F;
    width: 70px;
}

/**
* Call To Action
*/
section.cta-section {
    background-color: var(--secondary);
}

/**
* Map Section
*/
section.map-section {
    background-color: #F7F7F7;
}

.about-img {
    position: relative;
  }
.about-section .about-img > img {
    height: 600px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
.about-position-img {
    position: absolute;
    bottom: -70px;
    left: 25px;
}
.about-position-img img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border: 8px solid #fff;
  }
  .section-title h2 {
    color: var(--primary);
    font-size: 48px;
    line-height: 1.2;
    text-transform: inherit;
  }
  .section-title h2 .speacial-text {
    color: var(--primary);
    text-transform: uppercase;
  }
  .section-title h2 span {
    color: var(--primary);
  }
  .about-text__letter {
    background: var(--primary);
    display: inline-block;
    text-align: center;
    padding: 11px 20px;
    margin-right: 20px;
    border-radius: 6px;
  }
  .about-text__letter h2 {
    color: #fff;
    font-size: 65px;
    line-height: 1;
  }
  .about-text__letter p {
    color: #fff;
  }
  .author__thumb img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  .author .author__desig .name {
    color: var(--primary);
    font-size: 22px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .author .author__desig .designation {
    color: #e5aa8f;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Montserrat Bold";
  }
  .text-shadow {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);
  }


  .section-header .entry-title {
    position: relative;
  }

  
  .section-title .elementor-heading-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    margin: 0;
    color: var(--primary);
}
.section-description .elementor-heading-title, .section-description p {
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0px;
    margin: 0;
    color: #000;
}



@media (min-width:992px) {
    .section-header p {
        /*max-width: 75%;*/
    }
}


.entry-title {
    font-size: 30px;
}
.entry-title span {
  display: block;
  color: var(--primary);
}

.social ul {
  display: flex;
  flex-wrap: wrap;
}
.social ul li {
  margin-right: 10px;
}
.social ul li a {
  display: block;
  width: 45px;    
  height: 45px;
  line-height: 48px;
  text-align: center;
  border: medium none;
  color: var(--primary);
  transition: all 0.5s ease;
  border-radius: 3px;
  background-color: #fff;    
}
.social ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}
.footer-wrap .single-footer-wid .footer-navigation:first-child {
  width: 45%;
}
.footer-wrap .single-footer-wid .footer-navigation {
  width: 55%;
  float: left;
}
aside.widget.widget_block p {
  padding-right: 45px;
  font-size: 15px;
  font-family: "Montserrat Medium";
  letter-spacing: 0.75px;
}
.hero-slider {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    background-color: var(--primary);
    padding-top: 120px;
}
  /*
section.hero-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 2;
  background-image: url(assets/img/slider_shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
}
*/
.header__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.header__video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}
.header__video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header-section {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  z-index: 1;
}
.hero-slider .header-section {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    max-width: 100%;
  }
  .hero-slider .header-section .primary-heading {
    font-size: 40px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-transform: inherit;
	margin-bottom: 20px;
}
.hero-slider .header-section .btn-box .theme-btn {
    margin: 8px;
}
.hero-slider .header-section .primary-heading span {
    color: var(--secondary);
    display: block;
}
.header-section .header__title {
  /* position: relative;
  flex: 0 0 auto;
  align-self: center;
  width: 100%; */
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  color: white;
  line-height: 1;
}

.header-section p {
    max-width: 75%;
    margin: auto;
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
}
.hero-slider .header-section .bannerImages {
    position: relative;
}
.hero-slider .header-section .bannerImages .bigImage {
    position: relative;
    top: 75px;
    display: inline-block;
    background-color: #fff;
    padding: 0.75rem;
    box-shadow: 0px 50px 100px rgb(26 35 68 / 25%);
    border-radius: 10px;
}
.hero-slider .header-section .bannerImages .smallImage1 {
    display: inline-block;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    background-color: #fff;
    top: 45px;
    left: 69px;
    padding: 5px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}
.hero-slider .header-section .bannerImages .smallImage2 {
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    display: inline-block;
    position: absolute;
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    top: 50px;
    right: 180px;
    z-index: 1;
}
.hero-slider .header-section .bannerImages .smallImage3 {
    background-color: #FFFFFF;
    box-shadow: 0px 35px 50px rgb(0 0 0 / 40%);
    border-radius: 10px;
    position: absolute;
    padding: 6px;
    bottom: 80px;
    left: -50px;
}
.hero-slider .header-section .bannerImages .smallImage4 {
    background-color: #FFFFFF;
    box-shadow: -10px 35px 55px rgb(0 0 0 / 40%);
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    padding: 6px;
    right: 0;
    bottom: 80px;
}

.hero-slider .header-section .bannerImages .bigImage .author-video {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    transition: all 0.5s ease-in;
    display: inline-block;
    background-color: var(--primary);
    border-radius: 50%;
    color: #fff;
    position: relative;
}
.popup-button::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  opacity: .6;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
}
.popup-button::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 100%;
	z-index: -1;
	animation: video-toggle-animate 1.9s linear 0s infinite;
	left: 50%;
	margin: 0 auto;
	top: 50%;
	right: 0;
	transform: translateX(-50%) translateY(-50%);
    background-color: var(--primary);
}
@keyframes video-toggle-animate {
 0% {
  width:70px;
  height:70px;
  opacity:.8
 }
 100% {
  width:150px;
  height:150px;
  opacity:0
 }
}
.popup-button:hover {
  color: #fff;
  background-color: var(--secondary);
}

.aliment-1 {
    animation: movedelement 5s linear infinite;
}
.aliment-2 {
    animation: movedelement2 5s linear infinite;
}
.aliment-3 {
    animation: movedelement3 5s linear infinite;
}
@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
    }
    50% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }
    75% {
        -webkit-transform: translate(-8px, 8px);
        transform: translate(-8px, 8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.hero-slider .header-section .bannerImages .bannerArrow {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -100px;
}
.full-height {
    height: 100vh;
    display: table;
    width: 100%;
  }
  .full-height-inner {
    display: table-cell;
    vertical-align: middle;
  }
.scroll-indicator {
  position: absolute;
  right: 7.29167vw;
  bottom: 3.47222vw;
  display: block;
  width: 1.80556vw;
  height: 2.91667vw;
  border: 2px solid #fff;
  background-color: var(--primary);
  border-radius: 0.97222vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
  -moz-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
  -ms-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
  -o-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
  transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
  -moz-transition: 1000ms cubic-bezier(.215,.61,.355,1);
  -o-transition: 1000ms cubic-bezier(.215,.61,.355,1);
  -webkit-transition: 1000ms cubic-bezier(.215,.61,.355,1);
  transition: 1000ms cubic-bezier(.215,.61,.355,1);
  z-index: 1;
}
.scroll-indicator em {
  display: block;
  padding-left: 1.66667vw;
  font-style: normal;
  white-space: nowrap;
  color: #fff;
  font-size: .97222vw;
  line-height: 1.94444vw;
  -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) rotate(-90deg) scale(1,1);
  -moz-transform: translateX(50%) translateY(-50%) translateZ(0) rotate(-90deg) scale(1,1);
  -ms-transform: translateX(50%) translateY(-50%) translateZ(0) rotate(-90deg) scale(1,1);
  -o-transform: translateX(50%) translateY(-50%) translateZ(0) rotate(-90deg) scale(1,1);
  transform: translateX(50%) translateY(-50%) translateZ(0) rotate(-90deg) scale(1,1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.scroll-indicator:after {
  content: "";
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 0.13889vw;
  height: 0.69444vw;
  margin: -0.13889vw 0 0 -0.06944vw;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: scroll-indicator-anim 1.5s cubic-bezier(.215,.61,.355,1) infinite;
  -moz-animation: scroll-indicator-anim 1.5s cubic-bezier(.215,.61,.355,1) infinite;
  animation: scroll-indicator-anim 1.5s cubic-bezier(.215,.61,.355,1) infinite;
}
@keyframes scroll-indicator-anim{
  0%{
      opacity:1;
      top:29%
  }
  15%{
      opacity:1;
      top:50%
  }
  50%{
      opacity:0;
      top:50%
  }
  100%{
      opacity:0;
      top:29%
  }
}
.sticky-social {
    position: absolute;
    left: 15px;
    top: 50%;
    /* -webkit-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
    -moz-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
    -ms-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
    -o-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1);
    transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1,1); */
    -moz-transition: 1000ms cubic-bezier(.215,.61,.355,1);
    -o-transition: 1000ms cubic-bezier(.215,.61,.355,1);
    -webkit-transition: 1000ms cubic-bezier(.215,.61,.355,1);
    transition: 1000ms cubic-bezier(.215,.61,.355,1);
    z-index: 1;
    transform: translateY(-50%);
  }
  /* .sticky-social ul {
    display: flex;
  }
  .sticky-social ul li {
    margin-right: 10px;
  } */
  .sticky-social ul li a {
    color: var(--primary);
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    background-color: #fff;
    margin-bottom:8px;
    border-radius: 50%;
    transition: all 0.4s ease;
  }
  .sticky-social ul li:last-child a {
    margin-bottom: 0px;
  }
  .sticky-social ul li.facebook a {
    background-color: #1877f2;
    color: #fff;
  }
  .sticky-social ul li.instagram a {
    color: #fff;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
  .sticky-social ul li.linkedin a {
    background-color: #0a66c2;
    color: #fff;
  }
  .sticky-social ul li.twitter a {
    background-color: #00A7E7;
    color: #fff;
}
.sticky-social ul li.github a {
    background-color: #000;
    color: #fff;
}
.section-stroke {
    position: absolute;
    top: 50%;
    left: 4%;
    transform-origin: left;
    transform: translateY(270%) rotate(-90deg);
}
.section-stroke.stroke-2 {
    color: transparent;
    -webkit-text-stroke: 1px rgb(136 147 185 / 0.6);
    font-size: 120px;
    line-height: 133px;
    text-align: left;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 65px;
  height: 65px;
  display: block;
  line-height: 65px;
  text-align: center;
  border: 1px solid var(--secondary);
  border-radius: 65px;
  color: var(--secondary);
  transition: all 0.5s ease;
}
.owl-nav .owl-next {
  left: auto;
  right: 0;
}


#text-logo {
  stroke-dashoffset: 1114px;
  stroke-dasharray: 1114px;
  -moz-animation: draw 8s forwards ease-in;
  -webkit-animation: draw 8s forwards ease-in;
  animation: draw 8s forwards ease-in;
  background-clip: text;
}
.header-section svg {
  text-transform: uppercase;
  margin-bottom: 30px;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.section-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-overlay.overlayWhite::before {
  background-color: #fff;
  opacity: 0.85;
}
.section-overlay > div {
  position: relative;
}
section.partner-section {
  padding: 4rem;
}
.brand-item {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* POST Blog */

.post-items {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: var(--box-radius);
    box-shadow: var(--box-shadow);
	margin-bottom: 30px;
	height: 100%;
}
.post-items .post-contents {
    padding: 1.3rem 1.3rem;
}
.post-items .post-contents .meta-category, 
.post-items .post-contents .post-metabar {
    margin-bottom: 15px;
}
.post-items .post-contents .meta-category {
    display: flex;
    flex-wrap: wrap;
}
.post-items .post-contents .entry-title,
.post-items .post-contents .meta-category > a,
.post-items .post-contents .read-more-link, 
article.post-single footer.entry-footer > a {
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.post-items .post-contents .meta-category > a, 
article.post-single footer.entry-footer > a {
    margin: 4px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 60px;
    font-size: 12px;
	letter-spacing:0.6px;
    line-height: 1.2;
    background-color: #f1f2f7;
	display: inline-block;
}
.post-items .post-contents .meta-category > a:hover, 
.post-items .post-contents .meta-category > a:focus,
article.post-single footer.entry-footer > a:hover,
article.post-single footer.entry-footer > a:focus {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.post-items .post-contents .meta-category > a i,
article.post-single footer.entry-footer > a i {
    margin-right: 4px;
}
.post-items .post-contents .entry-title {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
}
.post-items .post-contents .post-metabar .post-author, 
.post-items .post-contents .post-metabar .post-date {
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
.post-items .post-contents .text {
    margin-bottom: 15px;
}
.post-items .post-contents .read-more-link {
    text-transform: capitalize;
    letter-spacing: 0.6px;
    font-size: 15px;
    background-color: var(--primary);
    color: #fff;
    font-weight: normal;
    line-height: 35px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 60px;
}
.post-items .post-contents .read-more-link:hover {
    background-color: var(--secondary);
    color: #fff;
}
.single-post-template article.post-single {
    padding-top: 75px;
}

article.post-single .entry-header .post-metabar {
    margin-bottom: 20px;
}
article.post-single .post-excerpt {
    margin-bottom: 20px;
}
article.post-single .entry-header, article.post-single .post-thumbnail,
article.post-single .entry-content p, article.post-single .entry-content h2, 
article.post-single .entry-content h3, article.post-single .entry-content h4, 
article.post-single .entry-content h5, article.post-single .entry-content h6, 
article.post-single .entry-content figure.wp-block-image, article.post-single .entry-content ul {
    margin-bottom: 20px;
}
article.post-single .post-thumbnail img {
    -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    border-radius: 10px;
}
article.post-single .entry-content h1, article.post-single .entry-content h2,
article.post-single .entry-content h3, article.post-single .entry-content h4, 
article.post-single .entry-content h5, article.post-single .entry-content h6 {
	font-size: 22px;
    line-height: 1.3;
}
article.post-single .entry-content figure {
    margin: 0;
    margin-bottom: 20px;
}
article.post-single .entry-content ul {
    padding-left: 17px;
}
article.post-single .entry-content ul li {
    list-style: disc;
}
article.post-single .entry-header .entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}
article.post-single .entry-header .post-metabar .post-author {
    margin-right: 30px;
}
article.post-single .entry-header .post-metabar .post-author, 
article.post-single .entry-header .post-metabar .post-date {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.6px;
}
article.post-single footer.entry-footer {
    margin-bottom: 20px;
}
article.post-single .entry-content .is-layout-flow .wp-block-group {
    padding: 1.3rem;
}
article.post-single .entry-content .is-layout-flow h2, 
article.post-single .entry-content .is-layout-flow h3, 
article.post-single .entry-content .is-layout-flow h4, 
article.post-single .entry-content .is-layout-flow h5, 
article.post-single .entry-content .is-layout-flow h6 {
    font-size: 30px;
}
.blog-sidebar {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 70px;
    border-left: 1px solid rgba(242, 242, 242, 1);
}
aside.widget-area {
    position: sticky;
    top: 120px;
}
aside.widget-area > .widget {
    background-color: #fff;
    padding: 1.3rem 1.3rem;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    /*box-shadow: var(--box-shadow);*/
}
aside.widget-area > .widget:last-child{margin-bottom:0px;}
aside.widget-area > .widget .widget-title, 
aside.widget-area > .widget .widgettitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
	margin-bottom: 30px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    margin-right: 1rem;
}
.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    font-size: 13px;
    line-height: 20px;
}
.wp-block-latest-posts__featured-image img {
    border-radius: 5px;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0;
    background-color: var(--primary);
    color: #fff;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: 0.6px;
}
nav.navigation.post-navigation .nav-links {
	
}
nav.navigation.post-navigation .nav-links .nav-next, 
nav.navigation.post-navigation .nav-links .nav-previous {
	
}
nav.navigation.post-navigation .nav-links .nav-next span, 
nav.navigation.post-navigation .nav-links .nav-previous span {
    display: block;
	line-height: 24px;
}
nav.navigation.post-navigation .nav-links .nav-next span {
	text-align:right;
}
nav.navigation.post-navigation .nav-links .nav-next a, 
nav.navigation.post-navigation .nav-links .nav-previous a {
    font-size: 14px;
    letter-spacing: 0.6px; 
    color: var(--secondary);
}
nav.navigation.post-navigation .nav-links .nav-next a:hover, 
nav.navigation.post-navigation .nav-links .nav-previous a:hover {
	color:var(--secondary);
}

.pagination {
    justify-content: center;
}
.pagination .nav-links .page-numbers {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    transition: all 300ms ease-in 0s;
}
.pagination .nav-links .page-numbers.current, 
.pagination .nav-links .page-numbers:hover, 
.pagination .nav-links .page-numbers:focus {
    background-color: var(--secondary);
    color: #fff;
}

.default-template h2, .default-template h3, 
.default-template h4, .default-template h5, .default-template h6 {
    line-height: 1.3;
    font-size: 22px;
    font-weight: 600;
}

.picture-gallery .elementor-image-gallery figure.gallery-item img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 10px;
}

.image-overlay .elementor-widget-container {
    position: relative;
}
.image-overlay .elementor-widget-container:before, 
.image-overlay .elementor-widget-container:after {
    position: absolute;
    content: '';
    opacity: 1;
    border-radius: 8px;
}
.image-overlay .elementor-widget-container:before, 
.image-overlay .elementor-widget-container:after {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
.image-overlay .elementor-widget-container:before {
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    /*-webkit-transform: scale(0,1);*/
    /*transform: scale(0,1);*/
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}
.image-overlay .elementor-widget-container:after {
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    /*-webkit-transform: scale(1,0);*/
    /*transform: scale(1,0);*/
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 1;
}
.image-overlay:hover .elementor-widget-container:before, 
.image-overlay:hover .elementor-widget-container:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.stroke-text .elementor-heading-title {
    position: absolute;
}
.style-one .elementor-heading-title {
    left: -50%;
    top: -60px;
    transform: translateX(50%);
    width: 100%;
}
.stroke-text .elementor-heading-title {
    color: transparent;
    -webkit-text-stroke: 1px rgb(136 147 185 / 0.2);
    font-size: 90px;
    line-height: 135px;
    text-align: center;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

article.search-result {
    margin-bottom: 45px;
}
article.search-result:last-child {
    margin-bottom: 0px;
}
.no-results.not-found .page-header .page-title {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.cta-awards figure.gallery-item img {
    filter: brightness(0) invert(1);
}


.gradient-bg {
    background-image: url(assets/images/gradient-eclipse.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.hero-slider.assets-discovery .header-section h1 {
    font-size: 35px;
}
.hero-slider.assets-discovery .header-section .bannerImages .bannerArrow {
    right: 0px;
    top: 0px;
}
.hero-slider.assets-discovery .header-section .bannerImages .bigImage {
    background-color: transparent;
    box-shadow: none;
    top:0;
}
.hero-slider.assets-discovery {
    padding-bottom: 120px;
}
.news-letter form {
    width: 70%;
    margin: auto;
}
.news-letter .form-group {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0;
}
.news-letter input[type="email"] {
    display: inline-block;
    width: 100%;
    padding: 15px 35px;
    margin: 0;
    box-sizing: border-box;
    background: #242A4A;
    height: 90px;
    border-radius: 100px;
    border: medium none;
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 6%);
}
.news-letter input,
.news-letter input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
    color:#fff;
}
.news-letter .form-group button.theme-btn {
    position: absolute;
    right: 20px;
	top: 17px;
	background-color: var(--secondary);
    border-color: var(--secondary);
}
.news-letter .form-group .wpcf7-not-valid-tip {
    color: var(--secondary);
}
.news-letter .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900;
    border-radius: 60px;
    line-height: 40px;
    font-weight: 500;
}
.news-letter .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    border-radius: 60px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
}
.news-letter .form-group > p {
    width: 100%;
    max-width: 100%;
}
section.assets-Exposures .solution-pointers .solutions-items .solutions-items-inner h3 {
    color: #000;
    margin: 0;
    font-size: 14px;
}
section.assets-Exposures .solution-pointers .solutions-items .solutions-items-inner h3 {
    background-color: #fff;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 8%);
    padding: 6px 15px;
    border-radius: 25px;
    text-align: center;
    /*-webkit-transition: all 300ms ease;*/
    /*transition: all 300ms ease;*/
    cursor: pointer;
}
section.assets-Exposures .solution-pointers .solutions-items .solutions-items-inner h3:hover {
    background-color: var(--primary);
    color: #fff;
}

.section-column {
    height: 100%;
    display: flex;
    align-items: center;
}
.process-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: medium none;
    padding: 40px 25px;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    margin-top: 30px;
}
.process-box span.numbers {
    font-size: 55px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #ff5101;
    stroke: #ff5101;
    color: transparent;
}
.process-box .process-thumbnail {
    max-width: 200px;
    margin: auto;
    margin-bottom: 30px;
}
.process-box .process-content h3 {
    font-weight: 700;
}

.product-fingertips-carousel.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    display: flex;
    flex-wrap: wrap;
}
.product-fingertips-carousel.owl-carousel .owl-item {
    display: flex;
    flex-direction: column;
}
.product-fingertips-carousel.owl-carousel .owl-stage {
    margin: 45px 0;
}
.product-fingertips-carousel.owl-carousel.owl-theme .owl-dots {
    margin-top: 0px;
}
.fingertips-items {
    box-shadow: 2px 2px 8px rgb(0 0 0 / 8%);
    padding: 45px 25px 55px;
    position: relative;
    transition: 1s;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-transform: scale(0.80);*/
    /*-ms-transform: scale(0.80);*/
    /*transform: scale(0.80);*/
    /*opacity: 0.45;*/
}
.owl-item.active.center .fingertips-items {
    /*-webkit-transform: scale(1.15);*/
    /*-ms-transform: scale(1.15);*/
    /*transform: scale(1.15);*/
}
.fingertips-items .fingertips-icons {
    width: 65px;
    height: 65px;
    display: inline-flex;
    line-height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.fingertips-items .fingertips-content {
    margin-top: 20px;
}
.fingertips-items .fingertips-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
}
.fingertips-items .fingertips-icons i {
    font-size: 35px;
    color: var(--primary);
}
.fingertips-items:hover, .owl-item.active.center .fingertips-items, .fingertips-items.active {
    background-color: var(--primary);
}
.fingertips-items:hover .fingertips-icons,
.fingertips-items.active .fingertips-icons,
.owl-item.active.center .fingertips-items .fingertips-icons {
    background-color: var(--secondary);
}
.owl-item.active.center .fingertips-items .fingertips-icons i,
.fingertips-items.active .fingertips-icons i,
.fingertips-items:hover .fingertips-icons i {color:#fff;}

.owl-item.active.center .fingertips-items .fingertips-content h3,
.fingertips-items.active .fingertips-content h3,
.fingertips-items:hover .fingertips-content h3,
.fingertips-items.active .fingertips-content p,
.owl-item.active.center .fingertips-items .fingertips-content p, 
.fingertips-items:hover .fingertips-content p {
    color: #fff;
}


section.faq-section {
    padding: 100px;
}
.mid_container {
    margin-bottom: 20px;
}
.typewriter {
    color: var(--primary);
    position: relative;
    margin: 0;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    font-size: 36px;
    font-weight: 700;
}

.typewriter span {
    color: var(--primary);
    /*padding: 10px;*/
    border-right: solid var(--priamry) 5px; 
    animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
    from { border-color: var(--primary); }
    to { border-color: transparent; }
}


.faq-column {
    padding-right: 0px;
}
.faq-column p {
    color: #fff;
}
.accordion {
  margin-top: 0px;
}
.accordion .card {
    border: none;
    margin-bottom: 20px;
}
.accordion .card .card-head {
    /*padding: 1.2rem 1.5rem;*/
    background-color: #fffefe;
    border-radius: 0px;
    /*box-shadow: 2px 2px 8px rgb(102 95 95 / 28%);*/
    overflow: hidden;
}
.accordion .card h2 {
  /*background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;*/
  /*background-size: 20px;*/
  cursor: pointer;
  font-size: 18px;
  padding: 1.2rem 1.5rem;
  position:relative;
}
.accordion .card h2::before {
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    top: 0;
    /* background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center; */
    /* background-size: 20px; */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-color: var(--primary); */
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    z-index: 1;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.accordion .card h2::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: var(--primary);
}
.accordion .card h2.collapsed {
  /*background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);*/
}
.accordion .card h2.collapsed::before {
    /* background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png); */
    content: "\f106";
}
.accordion .card-body {
    padding: 1.2rem;
}
.cloud-gallery {
    display: flex;
    flex-wrap: wrap;
}
.cloud-gallery .cloud-item {
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 49%);
}
.cloud-gallery .cloud-item img {
    max-width: 80px;
}

.inventory-box {
    position: relative;
    overflow: hidden;
    padding: 1.3rem 1.3rem;
    background-color: #fff;
    border: medium none;
    border-radius: 8px;
    height: 100%;
    -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
}
.inventory-box .inventory-image img {
    height: auto;
    width: 100%;
    object-fit: fill;
}
.inventory-box .inventory-image {
    margin-bottom: 1.3rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    margin-right: -1.3rem;
}
.inventory-box .inventory-content h3 {
    font-size: 20px;
    font-weight: 700;
}
.breach-items h3 {
    font-weight: 700;
}


.data-breach-carousel.owl-theme .owl-dots {
    text-align: left;
}
section.product-contact-section {
    background-color: transparent;
    background-image: linear-gradient(180deg,#FFFFFF 0%,#D8F1FB 100%);
}
.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(assets/images/bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}
.product-contact-content h4 {
    font-size: 32px;
    font-weight: 700;
    text-transform: lowercase;
    color: var(--secondary);
    line-height: 1.3;
}
.product-contact-content h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 40px;
}
.product-contact-content p {
    color: rgba(2, 6, 38, 0.7);
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    white-space: normal;
    max-width: 87%;
    margin: auto;
    margin-bottom: 40px;
}
.product-technology {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 100px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 8%);
    position: relative;
    top: -50px;
}
.exposuresContent ul {
    display: flex;
    flex-wrap: wrap;
}
.exposuresContent ul li {
    max-width: 100%;
    flex: 0 0 100%;
}
.exposuresContent ul li {
    padding: 0 0 0 30px;
    position: relative;
    line-height: 40px;
}
.exposuresContent ul li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f560";
    left: 0;
}
.exposuresContent .section-header .entry-title {
    position: relative;
    margin-bottom: 30px;
}
.exposuresThumbnail {
    -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 10px;
}  

.whycontent {
    /*padding: 0 75px;*/
}
.whycontent .entry-title {
    font-weight: 700;
}
.whycontent ul {
    margin-bottom: 15px;
    padding-left: 1.2rem;
}
.whycontent ul li {
    list-style-type:disc;
}
.career-desc .sticky-social {
    top: 0;
    transform: none;
    left: -90px;
}
.career-desc .primary-heading {
    font-weight: 700;
    font-size: 36px;
}
.red-button:hover {
    color: #B03027;
}

.default-template .primary-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.box {
    position: relative;
    overflow: hidden;
    padding: 40px 25px;
    background-color: #fff;
    border-top: 5px solid var(--primary);
    border-radius: 10px;
    margin-bottom: 30px;
    height: 100%;
    box-shadow: 0 11px 21px #d4d8e4;
}
.box a.theme-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box .box-header h5 {
    font-weight: 600;
    line-height: 33px;
}

section.testimonails-employee {
    margin-bottom: -58px;
    background: #f1f2f7;
}
/*.section-header {*/
/*    text-align: center;*/
/*    margin-bottom: 40px;*/
/*}*/
.section-header .entry-title::before {
    position: absolute;
    content: attr(data-title);
    color: #8a8d95;
    opacity: 0.1;
    font-size: 120px;
    line-height: 100px;
    text-transform: uppercase;
    bottom: 30px;
    left: 50%;
    width: 100%;
    /* z-index: -1; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Montserrat Bold";
}
.our-employee-slider .employee-lists .employee-img {
    position: relative;
    margin-bottom: 20px;
}
.our-employee-slider .employee-lists .employee-img img {
    border-radius: 130px;
    margin: auto;
    width:20%;
}
.our-employee-slider .employee-lists .employee-details {
    padding: 0 35px;
    color: #000;
    flex: 1;
    position: relative;
}
.our-employee-slider .employee-lists .employee-details h3, .our-employee-slider .employee-lists .employee-details span {
    color: var(--primary);
}
.our-employee-slider .employee-lists .employee-details h3, .our-employee-slider .employee-lists .employee-details span {
    color: var(--primary);
}

/**
* Footer Section
*/

footer.primary-footer {
    background-color: var(--primary);
    padding-top: 60px;
	padding-bottom: 0px;

}
footer.primary-footer .footer-first .footer-eclipse {
    /* background-image: url(assets/images/footer-line.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* background-size: 100% 100%; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer.primary-footer .footer-first .footer-eclipse .widget-area.address{position:relative;}
footer.primary-footer .footer-first .footer-eclipse .widget-area.address::before {
    content: '';
    position: absolute;
    top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 1px;
    right: 0;
}
footer.primary-footer .footer-contact {
	
}
footer.primary-footer .footer-contact ul {
	
}
footer.primary-footer .footer-contact ul li {
    position: relative;
    padding-left: 40px;
	margin-bottom:15px;
}
footer.primary-footer .footer-contact ul li:last-child {
	margin-bottom:0px;
}
footer.primary-footer .footer-contact ul li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #46C2CB;
    font-size: 25px;
}
footer.primary-footer .footer-contact ul li, 
footer.primary-footer .footer-contact ul li a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}
.text-right {
    text-align: right;
}
footer.primary-footer .widget-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #46C2CB;
    margin-bottom: 0px;
}
footer.primary-footer .footer-navigation ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 50px;
    text-transform: capitalize;
    color: #FFFFFF;
	transition: all 300ms ease-in-out 0s;
}
footer.primary-footer .footer-navigation ul li a:hover, 
footer.primary-footer .footer-navigation ul li a:focus {
	color: #46C2CB;
}
.footer-btn .theme-btn:first-child {
    margin-right: 30px;
}
.footer-btn .theme-btn.theme-dark {
    background: var(--primary);
}
.footer-btn .theme-btn.theme-dark:hover, 
.footer-btn .theme-btn.theme-dark:focus {
    background: var(--secondary);
    border-color: var(--secondary);
}

footer .footer-bottom {
    background-color: var(--primary);
    padding: 2rem;
}
footer .footer-bottom p {
    color: rgb(255,255,255);
}
footer .footer-bottom p a {
    color: var(--secondary);
}
footer.primary-footer .widget-area {
    margin-bottom: 30px;
}


body.error404 {
    background-color: #FFFFFF;
}
section.error_page {
    min-height: 100vh;
    position: relative;
    padding: 0px 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 0px;
}
section.error_page {
    overflow: hidden;
    max-height: 100vh;
		margin-bottom: 0px;
}
.error__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.error__message {
    text-align: center;
    color: #ffffff;
}
.message__title {
    font-weight: 800;
    text-transform: uppercase;
/*     letter-spacing: .2em; */
    font-size: 5.6rem;
    padding-bottom: 40px;
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);
}
.message__text {
    line-height: 42px;
    font-size: 18px;
    padding: 0 60px;
    max-width: 920px;
    margin: auto;
}
.error__nav {
    max-width: 600px;
    margin: 40px auto 0;
    text-align: center;
}
.e-nav__link {
    height: auto;
    line-height: 45px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    border-radius: 60px;
}
.e-nav__link:before {
    content: '';
    height: 200px;
    background: #ffffff;
    position: absolute;
    top: 70px;
    right: 100px;
    width: 260px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.e-nav__link:after {
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 999;
    position: relative;
	font-size: 16px;
    font-weight: 500;
}
.e-nav__link:after {
    content: "Go To Home Page";
}
.e-nav__link:hover:before {
    top: -60px;
    right: -50px;
}
.e-nav__link:hover:after {
    color: #000000;
}


.lamp {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: center top;
    animation-timing-function: cubic-bezier(0.6, 0, 0.38, 1);
    animation: move 5.1s infinite;
}
@keyframes move {
  0% {
    transform: rotate(40deg);
  }
  50% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(40deg);
  }
}
.lamp .cable {
    width: 4px;
    height: 200px;
    background: white;
}
.lamp .cover {
    width: 200px;
    height: 80px;
    background: #EEEEEE;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    position: relative;
    z-index: 200;
}
.lamp .in-cover {
    width: 100%;
    max-width: 200px;
    height: 20px;
    border-radius: 100%;
    background: #AAA;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -9px;
    z-index: 100;
}
.lamp .in-cover .bulb {
    width: 50px;
    height: 50px;
    background: #F5D76E;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0px auto;
}
.lamp .light {
    width: 200px;
    height: 0px;
    border-bottom: 900px solid rgba(100, 100, 100, 0.45);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 270px;
    margin: 0px auto;
    z-index: 1;
}


@media (min-width:768px) {
    .solution-pointers.solution-col-1 .solutions-items 
     {
        text-align: right;
    }
    .solution-pointers.solution-col-2 .solutions-items {text-align:left;}
    footer.primary-footer .widget-area {
        margin-bottom: 0px;
    }
	nav.navigation.post-navigation .nav-links {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	nav.navigation.post-navigation .nav-links .nav-next, 
	nav.navigation.post-navigation .nav-links .nav-previous {
		max-width: 40%;
		flex: 0 0 40%;
	}
	.exposuresContent ul li {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media(min-width:992px) {
    .counter-items h3 {
        font-size: 18px;
        line-height: 33px;
    }
    .services-tabs .tab-content-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .services-tabs .tab-content-inner .media {
        max-width: 45%;
        flex: 0 0 45%;
        margin-right: 1.5rem;
    }
    .services-tabs .tab-content-inner .media {
        display: flex;
        align-items: center;
        position: relative;
    }
    .services-tabs .tab-content-inner .media .media-body {
        margin-left: 1.5rem;
        max-width: 50%;
    }
    .services-tabs .tab-content-inner .media-content {
    max-width: 50%;
    flex: 0 0 50%;
}
    .services-tabs .nav-pills .nav-link::before, .services-tabs .nav-pills .nav-link::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
    .services-tabs .nav-pills .nav-link.active::after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #46C2CB;
        border-width: 10px;
        margin-left: -10px;
    }
    .services-tabs .nav-pills .nav-link.active::before {
    	border-color: rgba(194, 225, 245, 0);
    	border-top-color: #46C2CB;
    	border-width: 16px;
    	margin-left: -16px;
    }
    .counter-blocks {
        background-image: url(assets/images/dotted-border.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 75px;
    }
    footer.primary-footer .widget-title {
        margin-bottom: 40px;
    }
    .product-contact-content h3 {
        font-size: 45px;
    }
    .inventory-box .inventory-content h3 {
        font-size: 24px;
    }
    .inventory-box .inventory-image img {
        height: 320px;
    }
    
    .process-box span.numbers {
        font-size: 85px;
    }
    .section-header .entry-title {
        font-size: 40px;
        line-height: 60px;
    }
    .hero-slider .header-section {max-width: 75%;}
    .hero-slider.assets-discovery .header-section h1 {
        font-size: 55px;
    }
    .text-stroke {
        font-size: 5rem;
        top:-45px;
    }
    .single-post-template nav.navigation.post-navigation {
        margin-bottom: 70px;
    }
    section.header-title-area .header-banner .banner-title .promo-primary__title {
        font-size: 30px;
    }
    .container-width {
		padding-left: 30px;
		padding-right: 30px;
	}
	section.assets-Exposures .solution-pointers.solution-col-1 .solutions-items:nth-child(1), 
	section.assets-Exposures .solution-pointers.solution-col-1 .solutions-items:last-child {
        left: 160px;
    }
    section.assets-Exposures .solution-pointers.solution-col-1 .solutions-items:nth-child(2), 
    section.assets-Exposures .solution-pointers.solution-col-1 .solutions-items:nth-child(7) {
        left: 80px;
    }
    section.assets-Exposures .solution-pointers.solution-col-1 .solutions-items:nth-child(3), 
    section.assets-Exposures .solution-pointers.solution-col-1 .solutions-items:nth-child(6) {
        left: 40px;
    }
    section.assets-Exposures .solution-pointers.solution-col-1 .solutions-items:nth-child(4), 
    section.assets-Exposures .solution-pointers.solution-col-1 .solutions-items:nth-child(5) {
        left: -15px;
    }
    section.assets-Exposures .solution-pointers.solution-col-2 .solutions-items:nth-child(1), 
    section.assets-Exposures .solution-pointers.solution-col-2 .solutions-items:last-child {
        right: 160px;
    }
    section.assets-Exposures .solution-pointers.solution-col-2 .solutions-items:nth-child(2), 
    section.assets-Exposures .solution-pointers.solution-col-2 .solutions-items:nth-child(7) {
        right: 80px;
    }
    section.assets-Exposures .solution-pointers.solution-col-2 .solutions-items:nth-child(3), 
    section.assets-Exposures .solution-pointers.solution-col-2 .solutions-items:nth-child(6) {
        right: 40px;
    }
    section.assets-Exposures .solution-pointers.solution-col-2 .solutions-items:nth-child(4), 
    section.assets-Exposures .solution-pointers.solution-col-2 .solutions-items:nth-child(5) {
        right: -15px;
    }
	section.header-title-area .header-banner .banner-title .align-container__item {width:70%;}
}
@media (min-width:1024px) {
    .hero-slider {
        padding-top: 200px;
    }
}
@media(min-width:1200px) {
    .featured-box .featured-box-inner .featured-icon h3 {font-size:20px;}
    .featured-box .featured-box-inner .featured-content p {
        font-size: 15px;
        line-height: 23px;
    }
    .solution-pointers .solutions-items {
        padding: 0 35px;
    }
    .hero-slider .header-section .primary-heading {font-size:70px;}
    .product-contact-content p {
        max-width: 65%;
    }
    .product-contact-content h3 {
        font-size: 65px;
    }
    section.data-breach-section {
    padding: 200px 0;
}
    .entry-title {
    font-size: 36px;
}
    section.header-title-area .header-banner {
        height: 450px;
    }
	.location-box {
		position: absolute !important;
		right: 20px;
		top: 20px;
	}
	.featured-box {
		margin-top: 50px;
	}
	.p-xl-6 {
		padding: 5rem!important;
	}
	section.header-title-area .header-banner .banner-title {
		padding-left: 150px;
		padding-right: 150px;
	}
}
@media (min-width:1366px) {
    .hero-slider .header-section {max-width:85%;}
    .product-contact-content h3 {
        font-size: 82px;
    }
    section.data-breach-section::before {
    content: '';
    position: absolute;
    width: calc(100% - 50%);
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(assets/images/My-project.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
    .faq-column {
        padding-right: 45px;
    }
    .text-stroke {
        font-size: 8rem;
        top:-65px;
    }
}
@media(min-width:1400px) {
	.container-width {
		padding-left: 130px;
		padding-right: 130px;
	}
	.hero-slider .header-section {max-width:75%;}
}

@media (max-width: 1400px) {
	.lamp {
		zoom: .7;
	}
	.message__title {
		font-size: 4.5rem;
	}
}


@media (max-width:1200px) {
    .client-section-header.section-header .section-title span {display:none;}
    .client-section-header.section-header .section-title::before, .client-section-header.section-header .section-title::after {display:none;}
    .about-thumbnail::before {display:none;}
    .hero-slider .header-section .bannerImages .smallImage1, 
    .hero-slider .header-section .bannerImages .smallImage2, 
    .hero-slider .header-section .bannerImages .smallImage3, 
    .hero-slider .header-section .bannerImages .smallImage4, 
    .services-tabs .tab-content-inner .media:after, 
    .services-tabs .tab-content-inner .media:before{display:none;}
}

@media (max-width:992px) {
    .testimonials-section .container-width {padding-right:30px;}
    .typewriter span {display:block;}
    .primary-header.main-header .logo {
        padding: 10px 0;
    }
    .typewriter {
        font-size: 22px;
    }
    .cloud-gallery .cloud-item {
        width: 70px;
        height: 70px;
    }
    .cloud-gallery .cloud-item img {
        max-width: 50px;
    }
    .accordion .card h2 {
        font-size: 15px;
    }
    .text-stroke {
        top: 35px;
    }
	.message__title {
		font-size: 48px;
	}
}
@media (max-width:768px) {
    .services-tabs .tab-content-inner .media .media-body h5 {
        font-size: 30px;
        margin: 20px 0;
    }
    .services-tabs .tab-content-inner .media{border:medium none;}
    .solution-pointers .solutions-items {
        background-color: rgba(255,255,255,0.1);
        padding: 25px;
        border-radius: 10px;
        -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
        box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    }
    .solution-pointers .solutions-items {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .solution-pointers .solutions-items:nth-child(2n) {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .cloud-gallery {
        margin-bottom: 30px;
    }
    .counter-blocks {
        margin-top: 0;
    }
    .counter-items {
        padding: 15px;
        margin-top: 30px;
        padding-bottom: 15px;
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
        box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    }
}
@media (max-width: 750px) {
	.error {
		padding-top: 0;
		padding-bottom: 100px;
		height: 100vh;
	}
}

@media (max-width: 650px){
	.lamp {
		zoom: .45;
	}
	.message__title {
		font-size: 36px;
		padding-bottom: 20px;
	}
	.message__text {
		font-size: 16px;
		line-height: 2;
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 480px){
	.lamp .cable {
/* 		height: 120px; */
	}
	.lamp .light {
		top: 200px;
	}
	.message__title {
		font-size: 30px;
	}
	.message__text {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
	}
}



@media (min-width:1024px) and (max-width:1299px) {
	header .main-menu > li > a {font-size:14px;}
}


