/*
  _____ _            ____           _
 |_   _| |__   ___  |  _ \ ___  ___| |__
   | | | '_ \ / _ \ | |_) / _ \/ __| '_ \
   | | | | | |  __/ |  __/ (_) \__ \ | | |
   |_| |_| |_|\___| |_|   \___/|___/_| |_|
http://theposh.agency/
* Author: The Posh Agency
* Website: https://theposh.agency/
* Copyright: (C)2020
*--------------------------------------------------------*
* TABLE OF CONTENTS:
*--------------------------------------------------------*
* 01 - variables
* 02 - reset
* 03 - colors
* 04 - backgrounds
* 05 - buttons
* 06 - headings
* 07 - fonts
* 08 - spacings
* 09 - transitions
* 10 - text editor content
* 11 - responsive

* 12 - menus
* 13 - footers
* 14 - forms
* 15 - thumbs
* 16 - cards
* 17 - logos
* 18 - images
* 19 - scrolldown
* 20 - links
* 21 - quotes
* 22 - text editor content
*   22.01 - headings
*   22.02 - text
*   22.03 - hr
*   22.04 - strong
*   22.05 - italic
*   22.06 - underline
*   22.07 - strikethrough
*   22.08 - subscript
*   22.09 - subscript
*   22.10 - ordered list
*   22.11 - unordered list
*   22.12 - big
*   22.13 - small
*   22.14 - images
*   22.15 - date
*   22.16 - lead
*   22.16 - antrfile
*   22.17 - slider
*   22.18 - video
*   22.19 - quotes
*   22.20 - links
*   22.21 - banner
* 23 - third party
* 24 - animations
*   24.01 - bootstrap
*   24.02 - swiper
*   24.03 - gallery
* 25 - responsive
*--------------------------------------------------------*
*/
@import url("bootstrap.custom.css");
@import url("base.css");

.animate {
	opacity: 1;
	transition: all 0.55s ease-in-out 0.5s;
    transform: translate(0px);
}
.fadeLeft {
    opacity: 0;
    transform: translateX(-60px);
}
.fadeIn {
    opacity: 1 !important;
}
.fadeRight {
    opacity: 0;
    transform: translateX(60px);
}
.mobile_video {
    display: none;
}
.solutions-sticky-slider {
    display: block;
}

/*    STICKY SLIDER   */
.sticky-slider {
    padding: 0;
    position: relative;
    z-index: 111;
    margin-top: -70vh;
}
.liness {
	background: url(../images/liness.png) repeat-y left top / 50% !important;
}
.white-fleka {
	position: sticky;
	top: 20vh;
	z-index: 1;
	left: 0;
	width: 50%;
}
.sticky-slider .sticky-slider-images, .sticky-slider .sticky-slider-desc {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.sticky-slider .sticky-slider-images-wrap {
    height: 65vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sticky-slider .sticky-slider-images-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	object-fit: contain;
}

.sticky-slider .sticky-slider-desc h2 {
    font-size: 45px !important;
    font-weight: 700;
    margin-bottom: 20px;
    color: #00d2ff;
}

.sticky-slider .sticky-slider-desc .lead {
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 20px;
    color: #004a87;
}

.sticky-slider .sticky-slider-desc p {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000;
}

.sticky-slider .sticky-slider-dots {
    position: absolute;
    top: 50%;
    left: -50px;
    width: 10px;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 15px;
}

.sticky-slider .sticky-slider-dots span {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #00d2ff;
    display: block;
    margin-bottom: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.sticky-slider .sticky-slider-dots span.active {
    background: #004a87;
    border: 2px solid #004a87;
}
.sticky-images {
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;

}
/*    END STICKY SLIDER   */
.w-100{
    width: 100vw;
}
.h-100{
    height: 100vh;
}

.bg--loading::after {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 5px solid #000;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.bg--loading::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 11;
	background-color: rgba(255, 255, 255, 0.8) !important;
}
.btn--loading img{
    display: none;
}
.btn--loading {
    color: rgba(0,0,0,0) !important;
    transition: none !important;
    position: relative;
}
.btn--loading::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@-webkit-keyframes spin{
    0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@-moz-keyframes spin{
    0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@-ms-keyframes spin{
    0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin{
    0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}

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

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

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

.white {
  color: #fff !important;
}

.lightGray {
  color: #f6f9fb !important;
}

.gray {
  color: #edf2f5 !important;
}

.blueGray {
  color: #c2cdd8 !important;
}

.darkGray {
  color: #66717c !important;
}

.darkerGray {
  color: #47505a !important;
}

.green {
  color: #1bc3a7 !important;
}

.darkGreen {
  color: #13ac92 !important;
}

.red {
  color: #ff5c6c !important;
}

.purple {
  color: #747fed !important;
}

.blue {
  color: #21afe4 !important;
}

.yellow {
  color: #f4a743 !important;
}

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

.btn.white-bg {
  background-color: #fff !important;
  color: #47505a;
}

.lightGray-bg {
  background-color: #f6f9fb !important;
}

.gray-bg {
  background-color: #edf2f5 !important;
}

.blueGray-bg {
  background-color: #c2cdd8 !important;
}

.darkGray-bg {
  background-color: #66717c !important;
}

.darkerGray-bg {
  background-color: #47505a !important;
}

.green-bg {
  background-color: #1bc3a7 !important;
}

.darkGreen-bg {
  background-color: #13ac92 !important;
}

.red-bg {
  background-color: #ff5c6c !important;
}

.purple-bg {
  background-color: #747fed !important;
}

.blue-bg {
  background-color: #21afe4 !important;
}

.yellow-bg {
  background-color: #f4a743 !important;
}

button.white-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
          box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
}

button.lightGray-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
          box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
}

button.gray-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.3);
          box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.3);
}

button.blueGray-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.3);
          box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.3);
}

button.darkGray-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.3);
          box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.3);
}

button.darkerGray-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.3);
          box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.3);
}

button.green-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.3);
          box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.3);
}

button.darkGreen-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.3);
          box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.3);
}

button.red-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.3);
          box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.3);
}

button.purple-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.3);
          box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.3);
}

button.blue-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.3);
          box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.3);
}

button.yellow-bg {
  -webkit-box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.3);
          box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.3);
}

.btn-badge.white-bg:hover, .btn.white-bg:hover, button.white-bg:hover {
  background-color: #f6f9fb !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
          box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
}

.btn-badge.lightGray-bg:hover, .btn.lightGray-bg:hover, button.lightGray-bg:hover {
  background-color: #edf2f5 !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
          box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
}

.btn-badge.gray-bg:hover, .btn.gray-bg:hover, button.gray-bg:hover {
  background-color: #c2cdd8 !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.6);
          box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.6);
}

.btn-badge.blueGray-bg:hover, .btn.blueGray-bg:hover, button.blueGray-bg:hover {
  background-color: #66717c !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.6);
          box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.6);
}

.btn-badge.darkGray-bg:hover, .btn.darkGray-bg:hover, button.darkGray-bg:hover {
  background-color: #47505a !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.6);
          box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.6);
}

.btn-badge.darkerGray-bg:hover, .btn.darkerGray-bg:hover, button.darkerGray-bg:hover {
  background-color: #111111 !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.6);
          box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.6);
}

.btn-badge.green-bg:hover, .btn.green-bg:hover, button.green-bg:hover {
  background-color: #13ac92 !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.6);
          box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.6);
}

.btn-badge.darkGreen-bg:hover, .btn.darkGreen-bg:hover, button.darkGreen-bg:hover {
  background-color: #13ac92 !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.6);
          box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.6);
}

.btn-badge.red-bg:hover, .btn.red-bg:hover, button.red-bg:hover {
  background-color: #da3c4c !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.6);
          box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.6);
}

.btn-badge.purple-bg:hover, .btn.purple-bg:hover, button.purple-bg:hover {
  background-color: #4F5ACA !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.6);
          box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.6);
}

.btn-badge.blue-bg:hover, .btn.blue-bg:hover, button.blue-bg:hover {
  background-color: #21AFE4 !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.6);
          box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.6);
}

.btn-badge.yellow-bg:hover, .btn.yellow-bg:hover, button.yellow-bg:hover {
  background-color: #D2841E !important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.6);
          box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.6);
}

.link.white:hover {
  color: #f6f9fb !important;
}

.link.lightGray:hover {
  color: #edf2f5 !important;
}
p {
	line-height: 1.3;
}
.txt-content p {
	line-height: 1.5;
}
.txt-content ul li{
    margin-bottom: 10px;
}
.txt-content ul {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images/list-bullet.png);
}
.hero-img-section {
	height: calc(100vh - 100px);
	overflow: hidden;
}
.second-color {
    color: var(--second-color);
}

.link.gray:hover {
  color: #c2cdd8 !important;
}

.link.blueGray:hover {
  color: #66717c !important;
}

.link.darkGray:hover {
  color: #47505a !important;
}

.link.darkerGray:hover {
  color: #111111 !important;
}

.link.green:hover {
  color: #13ac92 !important;
}

.link.darkGreen:hover {
  color: #13ac92 !important;
}

.link.red:hover {
  color: #b32432 !important;
}

.link.purple:hover {
  color: #333c9e !important;
}

.link.blue:hover {
  color: #1683AC !important;
}

.link.yellow:hover {
  color: #9e6316 !important;
}

.link {
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toggled {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  color: #c2cdd8;
}

.toggled:hover {
  opacity: 0.8;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-80 {
  margin-bottom: 80px;
}

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

.ml-0 {
  margin-left: 0;
}

.ml-05 {
  margin-left: 5px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.mr-auto {
  margin-right: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-05 {
  margin-right: 5px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 10px;
}

.m-2 {
  margin: 20px;
}

.m-3 {
  margin: 30px;
}

.m-4 {
  margin: 40px;
}

.m-5 {
  margin: 50px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

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

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pl-4 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 50px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-3 {
  padding-right: 30px;
}

.pr-4 {
  padding-right: 40px;
}

.pr-5 {
  padding-right: 50px;
}

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

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.p-5 {
  padding: 50px;
}

.f-0 {
  font-size: 8px;
}

.f-1 {
  font-size: 10.66667px;
}

.f-2 {
  font-size: 16px;
}

.f-3 {
  font-size: 24px;
}

.f-4 {
  font-size: 32px;
}

.f-5 {
  font-size: 40px;
}

.no-border {
  border: none !important;
}

h1, .h1 {
  font-weight: normal;
  font-size: 24px;
}

h2, .h2 {
  font-weight: normal;
  font-size: 18px;
}

h3, .h3 {
  font-weight: normal;
  font-size: 14px;
}

h4, .h4 {
  font-weight: normal;
  font-size: 12px;
}

h5, .h5 {
  font-weight: normal;
  font-size: 10px;
}

h1.secondary, .h1.secondary {
  color: #66717c;
}

h2.secondary, .h2.secondary {
  color: #66717c;
}

h3.secondary, .h3.secondary {
  color: #66717c;
}

h4.secondary, .h4.secondary {
  color: #66717c;
}

h5.secondary, .h5.secondary {
  color: #66717c;
}

a, button {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.bold {
  font-weight: 700;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-vertical {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.transition1 {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.transition2 {
  -webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.h100 {
  height: 100%;
}

.d-block {
  display: block;
}

.w100 {
  width: 100%;
}

.jcr {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.jcsb {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.aic {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.jcc {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.full {
  padding: 0 15px;
  width: 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.half {
  padding: 0 15px;
  width: 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.third {
  padding: 0 15px;
  width: 33.3333%;
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.quarter {
  padding: 0 15px;
  width: 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.fifth {
  padding: 0 15px;
  width: 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 767px) {
  .full, .half, .third, .quart, .fifth {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

body {
  font-size: 14px;
  font-weight: 400;
  color: #66717c;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  background: #1bc3a7;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  margin: 0 5px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:hover, .btn:active {
  background: var(--second-color);
}

.btn:hover img, .btn:active img {
  mix-blend-mode: difference;
}

.btn.btn-border {
  border: 1px solid #edf2f5;
}

.btn.btn-md {
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 4px;
}

.btn.btn-sm {
  padding: 5px 10px;
  font-size: 8px;
  border-radius: 2px;
}

.btn.btn-gray {
  background: #66717c;
}

.btn.btn-gray:hover {
  background: #47505a;
}

.search-form .search-btn {
  background-color: white;
  background-image: url("../images/search-icon.png");
  background-position: 11px 12px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 50%;
  float: left;
  height: 40px;
  margin-left: -15px;
  width: 40px;
}

.search-form .search-field {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: currentcolor currentcolor #ccc;
  -o-border-image: none;
     border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: width 0.4s ease-in-out 0s;
  transition: width 0.4s ease-in-out 0s;
  width: 100px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

/* variables */
:root {
  --main-color: #2e1258;
  --second-color: #00acd7;
  --main-font: 'Calibri', sans-serif;
  --second-font: 'Arial', sans-serif;
  --main-transition:  all .25s ease-in-out 0s;
  --second-transition: all 0.8s cubic-bezier(.13,.56,.38,.89) 0s;
}

/* reset */
::-moz-selection {
  color: #fff;
  background: var(--main-color);
}

::selection {
  color: #fff;
  background: var(--main-color);
}

:focus {
  outline: none;
}

button:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  /* -webkit-box-sizing: border-box; */
  /* -moz-box-sizing: border-box; */
  /* box-sizing: border-box; */
  /* position:relative; */
}

html {
  font-size: 62.5%;
}

body {
  /* background-color: var(--main-color); */
  color: var(--main-color);
  font-size: 16px;
  font-family: var(--main-font);
  margin: 0;
  padding: 0;
  font-weight: 400;
  padding-top: 102px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

input:focus,
textarea:focus {
  background-color: #f5f5f5;
}

a {
  color: var(--second-color);
}

a:link,
a:visited {
  text-decoration: none;
}

h1 + p {
  margin-top: 0;
}

.jumbotron-section ul {
  list-style-image: url("../images/list-icon.png");
  list-style-type: none;
  padding-left: 20px;
  margin-left: 0;
}

.jumbotron-section ul li.fadeIn {
    opacity: 1 !important;
    max-height: 500px !important;
    margin-bottom: 30px !important;
    line-height: 1.2 !important;
}
.jumbotron-section ul li {
    opacity: 0;
    max-height: 0;
    transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0s;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1;
}

.jumbotron-section p {
  font-size: 18px;
}

/* colors */
.main-color {
  color: var(--main-color) !important;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.gray-color {
  color: #ccc;
}

.gradient-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#2d1257), to(#4f2080));
  background-image: linear-gradient(90deg, #2d1257 0%, #4f2080 100%);
}

/* backgrounds */
.main-bg {
  background-color: #6405a8;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.gray-bg {
  background-color: #f0f1f7;
}

.gradinet-gray-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeeff2));
  background: linear-gradient(#fff, #eeeff2);
}

/* buttons */
.btn {
  border-radius: 0;
  padding: 15px 40px;
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
}

.btn small {
  padding: 5px 20px;
}

.btn.biggg {
  padding: 30px 40px;
}

.border-btn {
  border: 1px solid var(--main-color);
  color: 1px solid var(--main-color);
}

.full-color-btn {
  background: var(--main-color);
  color: #fff;
}

.gradient-btn {
  background: -webkit-gradient(linear, left top, right top, from(#2d1257), to(#4f2080));
  background: linear-gradient(90deg, #2d1257 0%, #4f2080 100%);
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px;
  padding: 20px 47px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.gradient-btn:hover {
  opacity: .9;
}

.gradient-btn img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}

.gradient-btn span {
  vertical-align: middle;
  display: inline-block;
}

.news-full-page .main-section {
  padding: 80px 0 0 0;
}

/* headings */
/* fonts */
.fs-24 {
  font-size: 24px;
}

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

/* spacings */
.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.ml-60 {
  margin-left: 60px;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-10 {
  margin-bottom: 10px;
}

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

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

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

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

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

.ml-30 {
  margin-left: 30px;
}

.pt-10 {
  padding-bottom: 10px;
}

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

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

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

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

.mb-90 {
  margin-bottom: 70px;
}

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

.pb-140 {
  padding-bottom: 140px;
}

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

.pl-140 {
  padding-left: 140px;
}

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

.mw-190 {
  max-width: 190px;
}

.mw-210 {
  max-width: 210px;
}

.mw-230 {
  max-width: 230px;
}

.mw-270 {
  max-width: 270px;
}

.mw-300 {
  max-width: 300px;
}

.mw-420 {
  max-width: 420px;
}

.mw-440 {
  max-width: 440px;
}

.mw-300 {
  max-width: 300px;
}

.mw-565 {
  max-width: 565px;
}

.mw-600 {
  max-width: 600px;
}

.mw-750 {
  max-width: 750px !important;
  margin: auto;
}

.mw-1300 {
  max-width: 1300px !important;
  margin: auto;
}

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

.pt-25vh {
  padding-top: 25vh;
}

.h-100vh-menu {
  height: calc(100vh - 102px);
}

.p-120-15 {
  padding: 120px 15px;
}

.p-200-15 {
  padding: 200px 15px;
}

/* transitions */
.main-transition {
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
}

.second-transition {
  -webkit-transition: var(--second-transition);
  transition: var(--second-transition);
}

.container {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}

.hero-img-section .txt-content {
  position: absolute;
  top: 50%;
  left: 17vw;
  max-width: 500px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-img-section .header-img {
  height: calc(100vh - 102px);
  width: 1000%;
  -o-object-fit: cover;
     object-fit: cover;
}

menu {
  -webkit-box-shadow: 1px 1px 10px 0px #ccc;
          box-shadow: 1px 1px 10px 0px #ccc;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 20px 50px;
  top: 0;
  left: 0;
}

menu.mobile {
  display: none;
}

menu .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: #eaecf4 url(../images/menu-bg.png) no-repeat center center/cover;
  padding-top: 120px;
  text-align: center;
}

menu .dropdown-menu.open {
  display: block;
}

menu .dropdown-menu .dropdown-item {
  font-size: 35px;
  margin-bottom: 30px;
  display: block;
  color: var(--main-color);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

menu .dropdown-menu .dropdown-item:hover {
  color: var(--second-color);
}

menu .dropdown-menu .dropdown-menu-wrapper {
  text-align: left;
  display: inline-block;
}

menu .dropdown-menu .menu-drop-down-footer {
  position: absolute;
  bottom: calc(80px + 102px);
  left: 0;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px;
}

menu .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-social-icons a {
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
  margin-right: 20px;
}

menu .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-social-icons a:last-of-type {
  margin-right: 0;
}

menu .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-social-icons a:hover {
  opacity: .8;
}

menu .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-pages a {
  font-size: 18px;
  color: var(--main-color);
  margin-right: 25px;
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
}

menu .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-pages a:last-of-type {
  margin-right: 0;
}

menu .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-pages a:hover {
  opacity: .7;
}

menu .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

menu .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

menu .nav-item:last-of-type .nav-link {
  margin-right: 0;
}

menu .nav-item .nav-link {
  font-size: 18px;
  margin-right: 50px;
  color: var(--main-color);
}

menu .nav-item .lets-talk-item {
  margin-left: 90px;
  color: #fff;
}

menu .navbar-toggler-icon {
  cursor: pointer;
  display: none;
  width: 40px;
}

menu .navbar-toggler-icon.opened {
  display: block;
}

menu .menu-language-container a {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

menu .menu-language-container a.active {
  color: var(--main-color);
}

menu .menu-language-container a:hover {
  color: var(--main-color);
}

menu .nav-item.dropdown.arrow .nav-link {
  position: relative;
}

menu .nav-item.dropdown.arrow .nav-link::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 18px;
  height: 11px;
  background: url(../images/menu-arrow.png) center center/cover;
  content: "";
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

menu .gradient-btn {
  padding: 10px 20px;
}

.position-unset {
  position: unset;
}

/* text editor content */
.text-editor-content {
  color: #000;
  font-size: 16px;
}
.contact-page .contact-form input, .contact-page .contact-form textarea, .contact-page .contact-form select {
	font-size: 18px;
	padding: 10px 20px;
	background: rgba(0, 0, 120, 0.05);
	margin-bottom: 40px;
	width: 100%;
	font-family: var(--main-font);
	color: var(--second-color);
	-webkit-transform: skew(-7deg);
	transform: skew(-7deg);
}
.contact-page .contact-form h6 {
	font-size: 14px;
	font-weight: 900;
	margin-left: -10px;
	font-style: italic;
	margin-bottom: 10px;
	color: var(--main-color);
}
.contact-page .contact-form h4 {
    padding-right: 80px;
}
.contact-page .contact-form h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 100px;
    line-height: 1.6;
    padding-left: 80px;
}
.text-editor-content h2,
.text-editor-content h3 {
  font-size: 22px;
  color: var(--second-color);
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 25px;
}
.text-editor-content h2 {
    font-size: 30px;
}
.news-full-page .text-editor-content p {
	padding-bottom: 20px;
	line-height: 1.5;
}
.text-editor-content p {
  padding-bottom: 20px;
}

.text-editor-content .img {
  max-width: 100%;
}

/* aside menu */
.side-menu-wrapper.open {
  margin-left: 0;
}

.side-menu-wrapper {
  margin-left: -100%;
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
}

/* video */
video {
  max-width: 100%;
}

/*  POPUP  */
#log-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #000;
  opacity: 0.6;
  display: none;
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup-wrap.show-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup.show-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.popup-wrap-content {
  position: relative;
  height: 100vh;
  overflow-y: auto;
}

.popup {
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  left: calc(50% - 21px);
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  z-index: 40010;
  max-width: 600px;
  width: 100%;
  background: #fff none no-repeat center center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup-header {
  padding: 10px;
  position: relative;
}

.popup-body {
  padding: 10px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.popup-footer {
  padding: 10px;
}

.close-popup {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.close-popup:hover {
  opacity: 0.7;
}

/*  /POPUP  */
/* scrollbar */
::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px #d4d4d4; */
  /* box-shadow: inset 0 0 6px #d4d4d4; */
  background-color: var(--second-color);
}

::-webkit-scrollbar {
  width: 6px;
  background-color: var(--main-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

* {
  scrollbar-color: var(--main-color) var(--second-color);
  scrollbar-width: thin;
}

h1 {
  font-size: 50px;
  color: var(--second-color);
  font-weight: 900;
  text-transform: uppercase;
}

.jumbotron-section h1 {
  font-size: 50px;
  color: var(--second-color);
  font-weight: 900;
  text-transform: uppercase;
}

.jumbotron-section h2 {
  font-size: 50px;
  color: var(--second-color);
  font-weight: 700;
  text-transform: uppercase;
}

.jumbotron-section .detail-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  max-width: 530px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jumbotron-section .detail-txt p {
  font-size: 18px;
}

.jumbotron-section .txt-holder.centered.right {
  position: absolute;
  top: 50%;
  right: 20vw;
  transform: translateY(-50%);
  width: 530px;
  z-index: 11;
}

.partners-section {
  padding: 100px 15px;
}

.partners-section .heading-content {
  margin-left: 60px;
  margin-bottom: 100px;
  max-width: 450px;
}

.partners-section .heading-content h2 {
  font-size: 50px;
  color: var(--second-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.partners-section .partners-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners-section .partners-container img {
  margin-right: 80px;
}

.partners-section .partners-container img:last-of-type {
  margin-right: 0;
}

.products-section {
  height: 600px;
}

.products-section .products-container {
  padding: 80px 60px;
  margin-top: -130px;
  background: #fff;
}

.products-section .products-container h4 {
  font-size: 20px;
  color: var(--second-color);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.products-section .products-container .products-item {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f2f2f2;
}

.products-section .products-container .products-item span {
  font-size: 30px;
  color: var(--main-color);
  font-weight: 500;
  line-height: 30px;
}

.products-section .products-container .products-item .product-icon {
  font-size: 50px;
  font-weight: 100;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  color: var(--second-color);
}

.products-section .products-container .products-item:hover .product-icon {
  color: var(--main-color);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.accordion-section .accordion-container {
  padding: 80px 60px;
  background: #fff;
}

.accordion-section .accordion-container h4 {
  font-size: 30px;
  color: var(--main-color);
  font-weight: 500;
}

.accordion-section .accordion-container h4 .accordion-collapse-icon {
  font-size: 50px;
  font-weight: 100;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  color: var(--second-color);
  line-height: 30px;
}

.accordion-section .accordion-container .accordion-content {
  margin-bottom: 30px;
  display: none;
  padding: 30px 250px 30px 450px;
}

.accordion-section .accordion-container .accordion-content p {
  margin-bottom: 20px;
}

.accordion-section .accordion-container .accordion-content p:last-of-type {
  margin-bottom: 20px;
}

.accordion-section .accordion-container .accordion-toggle {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f2f2f2;
  cursor: pointer;
  margin: 0;
}

.accordion-section .accordion-container .accordion-toggle.opened .accordion-collapse-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: var(--main-color);
}

.accordion-section .accordion-container .accordion-content.default {
  display: block;
}

.latest-updates-section {
  padding: 100px 15px;
}

.latest-updates-section h2 {
  font-size: 50px;
  color: var(--second-color);
  font-weight: 700;
  text-transform: uppercase;
}

.latest-updates-section .col-4.latest-updates-item-wrap {
  padding-right: 5px;
  padding-left: 5px;
}

.latest-updates-section .latest-updates-item {
  display: block;
}

.latest-updates-section .latest-updates-item img {
	width: 100%;
	display: block;
	height: 285px;
	object-fit: cover;
}

.latest-updates-section .latest-updates-item .latest-updates-item-txt {
  padding: 40px;
  height: 305px;
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
}

.latest-updates-section .latest-updates-item .latest-updates-item-txt:hover {
  background: var(--main-color);
}

.latest-updates-section .latest-updates-item .latest-updates-item-txt:hover p {
  color: #fff;
}

.latest-updates-section .latest-updates-item .latest-updates-item-txt h3 {
  margin-bottom: 65px;
  font-size: 26px;
  font-weight: 700;
}

.latest-updates-section .latest-updates-item .latest-updates-item-txt p {
  font-size: 16px;
  color: var(--main-color);
}

.latest-updates-section .container.mw-1370 {
  max-width: 1370px;
  margin: auto;
}

footer {
  color: #fff;
  font-style: italic;
  font-size: 14px;
  padding: 100px 0 30px 0;
}

footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-menu .img-container .footer-logo-img {
  margin-left: 75px;
}

footer .footer-menu .footer-menu-item {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-menu .footer-menu-item .footer-menu-item-link {
  -webkit-transition: var(--second-transition);
  transition: var(--second-transition);
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 4vw;
}

footer .footer-menu .footer-menu-item .footer-menu-item-link a:hover {
  opacity: .6;
}

footer .footer-menu .footer-menu-item .footer-menu-item-dropdown-menu a {
  color: #fff;
  margin-top: 20px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}

.flex-align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shadow-element {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}

.btn.big {
  padding: 21px 82px;
}

.scroll-down-container {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--main-color);
  border-radius: 10px;
  padding: 14px 16px;
  z-index: 10;
}

.case-study-page .txt-section .txt-container {
  margin-top: -60vh;
  padding: 80px 60px;
  background: #fff;
}

.case-study-page .txt-section .txt-container .txt-item {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 0;
  padding: 40px 0;
}

.txt-section {
  padding: 200px 15px;
}

.txt-section h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
}

.txt-section .txt-item {
  margin-bottom: 180px;
}

.txt-section .txt-item .txt-content {
  font-size: 16px;
  max-width: 780px;
  margin: auto;
}

.txt-section .txt-item .txt-content p {
  margin-bottom: 25px;
}

.txt-section .txt-item .txt-content p:last-of-type {
  margin-bottom: 0;
}

.main-section {
  padding: 80px 0 115px 0;
}

.main-section .container.mw-750 {
  margin-left: 33vw;
}

.main-section .heading-container .col-4 {
  -ms-flex: 0 0 33vw;
  -webkit-box-flex: 0;
          flex: 0 0 33vw;
  max-width: 33vw;
}

.main-section .heading-container .col-8 {
  padding: 0;
  -ms-flex: 0 0 calc(100% - 33vw);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 33vw);
  max-width: calc(100% - 33vw);
}

.main-section .header-img-holder {
  margin-bottom: 85px;
}

.main-section .share-container p {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--second-color);
  text-transform: uppercase;
}

.main-section .share-container .share-container-imgs img {
  margin-left: 20px;
}

main .heading-container .lead p {
  font-size: 24px;
}

.latest-updates-section h2 {
  font-size: 50px;
  color: var(--second-color);
  font-weight: 700;
  text-transform: uppercase;
}

.about-page .jumbotron-section .col-4 {
  padding: 0;
}

.about-page .jumbotron-section .col-8 {
  padding: 0;
}

.video-section .video-container {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.video-section .video-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--main-color);
  padding: 0px 10px;
  border-radius: 57px 20px 20px 57px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.video-section .video-container .play-btn .play-btn-icon-container {
  width: 57px;
  height: 57px;
  background: var(--second-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-left: -11px;
}

.video-section .video-container .play-btn span {
  font-size: 16px;
  color: #fff;
  padding: 0 45px;
}

.video-section .video-container:hover .play-btn {
  background: var(--second-color);
}

.case-study-group-section {
  padding: 150px 15px;
}

.case-study-group-section .case-study-group-container {
  max-width: 1300px;
  margin: auto;
}

.case-study-group-section .case-study-group-container h1 {
  margin-bottom: 70px;
  margin-left: 30px;
}

.case-study-group-section .case-study-group-container .case-study-group-item {
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.case-study-group-section .case-study-group-container .case-study-group-item .gradient-btn {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 10;
}

.case-study-group-section .case-study-group-container .case-study-group-item h3 {
  max-width: 620px;
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  z-index: 10;
}

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
  display: none;
}

#fp-nav.fp-left {
  left: 0;
  z-index: 8;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 10px;
  width: 140px;
  border-radius: 0;
  background: var(--main-color);
  margin: -2px 0 0 -2px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 0;
  height: 10px;
  width: 110px;
  background: var(--second-color);
}

#fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 10px;
  width: 74px;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  height: 10px;
  width: 74px;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  top: 1px;
}

#fp-nav ul li, .fp-slidesNav ul li {
  margin: 10px 7px;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  margin: -2px 0 0 -2px;
}

.fp-section .big-img {
  -webkit-transform: translateX(30vw);
          transform: translateX(30vw);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}

.fp-section.active .big-img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.footer-section .fp-tableCell {
  vertical-align: bottom;
}

.fp-section.fp-table {
  margin-top: 101px;
}


body.industries-page {
  padding-top: 102px;
}

.industries-page .jumbotron-section h2 {
  color: var(--main-color);
  margin-bottom: 40px;
}

.industries-page .jumbotron-section .detail-txt {
  max-width: 570px;
}

.industries-page .jumbotron-section.gray-bg .txt-holder {
  margin-left: 140px;
}

.solution-page .products-section {
  height: auto;
  padding: 100px 15px;
  position: relative;
}

.solution-page .products-section .products-container {
  margin-top: 0;
}

.solution-page .products-section h2 {
  font-size: 50px;
  color: var(--second-color);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-left: 40px;
}

.solution-page .gray-mask {
  background: #edf2f5;
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* blog group page */
.blog-group-page .latest-updates-item-wrap {
  margin-bottom: 10px;
}
.blog-group-page .latest-updates-section {
  padding-top: 0;
}

/* scroll down */
.scroll-down-icon-btn {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 28px;
}

/* contact page */
.contact-page {
	padding-top: 20vh;
}

.contact-page .contact-form h1 {
	margin-bottom: 30px;
	font-size: 60px;
	font-weight: 900;
}

.contact-page .contact-form h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 100px;
	line-height: 1.6;
	padding-left: 80px;
}

.contact-page .contact-form h6 {
	font-size: 14px;
	font-weight: 900;
	margin-left: -10px;
	font-style: italic;
	margin-bottom: 10px;
	color: var(--main-color);
}

.contact-page .contact-form .footer-contact-items {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 30px;
}

.contact-page .contact-form .footer-contact-items span {
	color: var(--main-color);
	font-weight: 500;
	padding-left: 10px;
}

.contact-page .contact-form .footer-contact-items img {
	height: 30px;
}

.contact-page .contact-form .footer-contact-items a {
	text-decoration: underline;
	color: var(--main-color);
	padding-left: 10px;
	font-weight: 500;
}

.contact-page .contact-form input, .contact-page .contact-form textarea, .contact-page .contact-form select {
	font-size: 18px;
	padding: 10px 20px;
	background: rgba(0, 0, 120, 0.05);
	margin-bottom: 40px;
	width: 100%;
	font-family: var(--main-font);
	color: var(--second-color);
	-webkit-transform: skew(-7deg);
					transform: skew(-7deg);
}

.contact-page .contact-form .btn-holder.skew-button .btn {
	margin-right: 0;
}

.contact-page .contact-form ::-webkit-input-placeholder {
	color: var(--second-color);
}

.contact-page .contact-form :-ms-input-placeholder {
	color: var(--second-color);
}

.contact-page .contact-form ::-ms-input-placeholder {
	color: var(--second-color);
}

.contact-page .contact-form ::placeholder {
	color: var(--second-color);
}


/* technologies page */
body.technologies-page {
  padding-top: 101px;
}
.technologies-page .jumbotron-section h2 {
  margin-bottom: 30px;
}
.technologies-page .jumbotron-section .detail-txt {
  padding-left: 50px;
}
.technologies-page .jumbotron-section .detail-txt {
  display: block;
}
.technologies-page .jumbotron-section .detail-txt p {
  margin-bottom: 20px;
}
.technologies-page .jumbotron-section .detail-txt h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-style: italic;
}
.technologies-page .jumbotron-section ul li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 2;
}
.technologies-page .jumbotron-section ul {
  margin-top: 20px;
  padding-left: 70px;
}



/* technologies */
.fp-section .big-img {
  transform: translateX(30vw);
  opacity: 0;
  transition: all 0.6s ease-in-out 0.2s;
}
.fp-section.active .big-img {
  opacity: 1;
  transform: translateX(0);
}
.fp-section.fp-table {
  margin-top: 0;
}

.cabin-refurbrishment-page .inner-header-section {
  margin-top: 80px;
}

/* page 404 */
.page-404-container {
  text-align: center;
  max-width: 100%;
  width: 500px;
  margin: auto;
  text-transform: uppercase;
}
.page-404-container h1 {
  font-size: 100px !important;
  color: #00acd7;
  margin-bottom: 30px;
  font-weight: 700;
}
.page-404-container h3 {
  font-size: 35px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-404-container p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-style: italic;
  color: #00acd7;
}

.message-header-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.message-page .latest-updates-section .latest-updates-item .latest-updates-item-txt {
  height: 370px;
}

/* autonomic smooth dynamic section */
.autonomic-smooth-dynamic-section {
	padding: 125px 0;
}
.autonomic-smooth-dynamic-section h2 {
	font-weight: 900;
	font-size: 35px;
	text-transform: uppercase;
	font-style: italic;
  margin-bottom: 90px;
  color: #fff;
}
.autonomic-smooth-dynamic-section p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	padding-left: 80px;
	padding-right: 80px;
}
.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 170px;
	position: relative;
}
.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item::before {
	position: absolute;
	top: 7px;
	left: -50px;
	z-index: 10;
	content: "";
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	border: 2px solid #fff;
}
.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item::after {
	position: absolute;
	top: 28px;
	left: -41px;
	z-index: 10;
	content: "";
	width: 2px;
	height: calc(100% - 22px);
	border-left: 2px dotted #fff;
}
.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item:last-child::after {
	content: none;
}
.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .txt-content h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.4;
  font-style: italic;
  color: #fff;
}
.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .txt-content h4 {
	line-height: 1.4;
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 20px;
  font-style: italic;
  color: #fff;
}
.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .txt-content p {
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}
.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .img-content {
	min-width: 180px;
	text-align: right;
}
.autonomic-smooth-dynamic-section .sticky-txt {
	position: sticky;
	top: 115px;
}
.autonomic-smooth-dynamic-section .sticky-txt:nth-child(2) {
	top: 160px;
}

/* ai model section & collective knowledge section */
.ai-model-section, .collective-knowledge-section {
	padding: 80px 0;
	padding-left: 7vw;
}
.ai-model-section h2, .collective-knowledge-section h2 {
	font-size: 100px;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.1;
	max-width: 1200px;
	margin-bottom: 70px;
}
.ai-model-section h3, .collective-knowledge-section h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
  font-style: italic;
  color: #fff;
}
.ai-model-section p, .collective-knowledge-section p {
	font-size: 16px;
	max-width: 500px;
	color: #fff;
	line-height: 1.4;
}

/* collective knowledge section */
.collective-knowledge-section h2 {
	color: var(--main-color);
	max-width: 900px;
	margin-bottom: 50px;
}
.collective-knowledge-section .collective-knowledge-container {
	padding-left: 40px;
}
.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item {
	padding: 0;
	position: relative;
}
.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item p {
	color: var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	font-size: 16px;
	padding-left: 50px;
	font-weight: 900;
}
.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item .first-layer {
	background: rgba(0, 0, 120, 0.05);
	height: 80px;
	width: 100%;
	-webkit-transform: skew(30deg);
					transform: skew(30deg);
}
.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item .second-layer {
	background: rgba(0, 0, 120, 0.05);
	height: 80px;
	width: 100%;
	-webkit-transform: skew(-30deg);
					transform: skew(-30deg);
}
.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item::before {
	position: absolute;
	top: 0;
	left: -22px;
	z-index: 10;
	width: 52px;
	height: 163px;
	content: '';
	background: url(../images/colective-knowledge-item-divider.png) center center/cover;
}
.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item:last-child::after {
	position: absolute;
	top: 0;
	right: -22px;
	z-index: 10;
	width: 52px;
	height: 163px;
	content: '';
	background: url(../images/colective-knowledge-item-divider.png) center center/cover;
}

/* one-click deployment section, ai dragon section, how we do it section, dataflux collector section */
.one-click-deployment-section, .ai-dragon-section, .how-we-do-it-section, .dataflux-collector-section {
	padding: 160px 0;
}
.one-click-deployment-section .container,
.ai-dragon-section .container,
.how-we-do-it-section .container,
.dataflux-collector-section .container {
	max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
	padding-left: 7vw;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 60px;
	font-style: italic;
	text-transform: uppercase;
}
.one-click-deployment-section p, .ai-dragon-section p, .how-we-do-it-section p {
	padding-left: 7vw;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 180px;
	color: var(--main-color);
	max-width: 650px;
	font-weight: 500;
}
.one-click-deployment-section .ai-dragon-icon-item, .ai-dragon-section .ai-dragon-icon-item, .how-we-do-it-section .ai-dragon-icon-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	/* opacity: 0; */
	-webkit-transform: translateX(-30px);
					transform: translateX(-30px);
}
.one-click-deployment-section .ai-dragon-icon-item.animatee, .ai-dragon-section .ai-dragon-icon-item.animatee, .how-we-do-it-section .ai-dragon-icon-item.animatee {
	-webkit-animation: slide-in 0.6s cubic-bezier(0.2, 0, 0.1, 1) forwards;
					animation: slide-in 0.6s cubic-bezier(0.2, 0, 0.1, 1) forwards;
	-webkit-animation-delay: calc(100ms * var(--word-index));
					animation-delay: calc(100ms * var(--word-index));
	will-change: transform;
	-webkit-transform-origin: top left;
					transform-origin: top left;
	/* opacity: 0; */
	-webkit-transform: translateX(-30px);
					transform: translateX(-30px);
}
.one-click-deployment-section .ai-dragon-icon-item p, .ai-dragon-section .ai-dragon-icon-item p, .how-we-do-it-section .ai-dragon-icon-item p {
	padding-left: 0;
	color: var(--second-color);
	font-weight: 900;
	line-height: 1.2;
	font-size: 24px;
	font-style: italic;
	text-align: left;
	margin-bottom: 10px;
}
.one-click-deployment-section .ai-dragon-icon-item .img-holder, .ai-dragon-section .ai-dragon-icon-item .img-holder, .how-we-do-it-section .ai-dragon-icon-item .img-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	border-radius: 50%;
	padding: 10px;
	border: 1px solid var(--main-color);
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}
.one-click-deployment-section .ai-dragon-icon-item .img-holder::before, .ai-dragon-section .ai-dragon-icon-item .img-holder::before, .how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	height: 1px;
	width: calc(100% + 5px);
	border-bottom: 2px dotted var(--main-color);
	z-index: 10;
}
.one-click-deployment-section .ai-dragon-icon-item .img-holder::after, .ai-dragon-section .ai-dragon-icon-item .img-holder::after, .how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
	position: absolute;
	top: 50%;
	right: 100%;
	content: "";
	height: 1px;
	width: calc(100% + 5px);
	border-bottom: 2px dotted var(--main-color);
	z-index: 10;
}
.one-click-deployment-section .ai-dragon-icon-item:first-child .img-holder::after, .ai-dragon-section .ai-dragon-icon-item:first-child .img-holder::after, .how-we-do-it-section .ai-dragon-icon-item:first-child .img-holder::after {
	content: none;
}
.one-click-deployment-section .ai-dragon-icon-item:last-child .img-holder::before, .ai-dragon-section .ai-dragon-icon-item:last-child .img-holder::before, .how-we-do-it-section .ai-dragon-icon-item:last-child .img-holder::before {
	content: none;
}
.one-click-deployment-section .ai-dragon-icon-item .img-holder::before,
.ai-dragon-section .ai-dragon-icon-item .img-holder::before,
.how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
	width: calc(100% + 6px);
}
.one-click-deployment-section .ai-dragon-icon-item .img-holder::after,
.ai-dragon-section .ai-dragon-icon-item .img-holder::after,
.how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
	width: calc(100% + 6px);
}


/* dataflux collector section  */
.dataflux-collector-section {
	color: var(--main-color);
}
.dataflux-collector-section h4 {
	color: var(--second-color);
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 10px;
    font-style: italic;
    text-transform: uppercase;
}
.dataflux-collector-section h5 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    font-style: italic;
}
.dataflux-collector-section h6 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.dataflux-collector-section p {
	font-size: 16px;
	margin-bottom: 10px;
	width: 500px;
	max-width: 100%;
}

/* mico services icon container & how we do it icon container */
.mico-services-icon-container .mico-services-icon-item.col-md-3, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
					flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 55px;
}
.mico-services-icon-container .mico-services-icon-item.col-md-3 p, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 p, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 p, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 p {
	padding-left: 0;
	color: var(--second-color);
	font-weight: 900;
	line-height: 1.2;
	font-size: 24px;
	font-style: italic;
	text-align: left;
}
.mico-services-icon-container .mico-services-icon-item.col-md-3 img, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 img, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 img, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 img {
  margin-bottom: 30px;
}
.how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 img {
  height: 100px;
}
.mico-services-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown {
	color: var(--main-color);
	line-height: 2.5;
	font-size: 14px;
}
.mico-services-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown p, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown p, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown p, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown p {
	color: var(--main-color);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	font-style: unset;
	margin-bottom: 10px;
}
.mico-services-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown ul li, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown ul li, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown ul li, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown ul li {
	position: relative;
}
.mico-services-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown ul li::before, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown ul li::before, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown ul li::before, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown ul li::before {
	position: absolute;
	margin-left: -15px;
	background: var(--main-color);
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-top: 7px;
}
.how-we-do-it-icon-item.col-md-3 p {
	margin-bottom: 20px;
}

/* artificial intelligence section */
.artificial-intelligence-section {
	padding: 60px 0;
}
.artificial-intelligence-section h2 {
	color: var(--second-color);
	font-size: 80px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 900;
}

/* product header */
.index-header-section .index-header-img, .one-click-deployment-header-section .index-header-img, .annotation-tool-header-section .index-header-img, .dataflux-observability-header-section .index-header-img {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 10;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* opacity: 0; */
  -webkit-transition: all 0.55s ease-in-out 0s;
  transition: all 0.55s ease-in-out 0s;
  transform: translateY(-50%);
}
.index-header-section .index-header, .one-click-deployment-header-section .index-header, .annotation-tool-header-section .index-header, .dataflux-observability-header-section .index-header {
  position: absolute;
  top: 10vh;
  left: 0;
  z-index: 11;
}
.index-header {
  max-width: 50vw;
}
.index-header-section .index-header p, .one-click-deployment-header-section .index-header p, .annotation-tool-header-section .index-header p, .dataflux-observability-header-section .index-header p {
  font-size: 30px;
  max-width: 450px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}
.index-header-section .index-header h1,
.one-click-deployment-header-section .index-header h1,
.annotation-tool-header-section .index-header h1,
.dataflux-observability-header-section .index-header  h1 {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 70px;
}

.one-click-deployment-header-section .index-header .lead h4, .annotation-tool-header-section .index-header .lead h4, .dataflux-observability-header-section .index-header .lead h4 {
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
  font-weight: 900;
}
.one-click-deployment-header-section .index-header .lead p, .annotation-tool-header-section .index-header .lead p, .dataflux-observability-header-section .index-header .lead p {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  max-width: 450px;
}
.one-click-deployment-header-section .index-header .lead, .annotation-tool-header-section .index-header .lead, .dataflux-observability-header-section .index-header .lead {
  color: var(--main-color);
  max-width: 600px;
  padding-left: 7vw;
}
.texture-bg {
  background: #fff;
}
.industries-page section {
  position: relative;
}
.img-mask {
  background: rgba(0,0,0, 0.40);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.white {
  color: #fff;
}
.white.shadow {
  text-shadow: 1px 1px 1px #606060;
}

.synergy-page .pt-25vh {
  padding-top: 12vh;
}

.sinergy-header-img {
  max-height: 600px;
}


/* responsive */
@media only screen and (min-width: 2000px) {
  footer .footer-menu .footer-menu-item .footer-menu-item-link {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1680px) {
  .jumbotron-section .mw-420 {
    margin-left: 10vw;
    margin-top: 30px;
  }
  .technologies-page .container {
    max-width: 1300px;
  }
  .collective-knowledge-section .collective-knowledge-container {
    padding-left: 0;
    padding-right: 50px;
  }
  .solution-page {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1440px) {
  .partners-section .partners-container img {
    margin-right: 40px;
    height: 40px;
  }
  .mt-115 {
    margin-top: 0;
  }
  .pt-25vh {
    padding-top: 10vh;
  }
  .solution-page .jumbotron-section.h-100vh-menu {
    height: auto;
  }
  .latest-updates-section .col-4.latest-updates-item-wrap {
    display: flex;
  }
  .latest-updates-section .latest-updates-item .latest-updates-item-txt {
    height: auto;
  }
  .technologies-page #fullpage .container {
    max-width: 1100px;
  }
  .technologies-page #fp-nav ul li a span, .technologies-page .fp-slidesNav ul li a span {
    width: 50px;
  }
  .technologies-page #fullpage .footer-section .container {
    max-width: 1300px;
  }
  .index-header-section .index-header, .one-click-deployment-header-section .index-header, .annotation-tool-header-section .index-header, .dataflux-observability-header-section .index-header {
    left: 15px;
  }
  .ai-model-section h2, .collective-knowledge-section h2 {
    font-size: 70px;
    margin-bottom: 30px;
  }
  .index-header-section .index-header h1, .one-click-deployment-header-section .index-header h1, .annotation-tool-header-section .index-header h1, .dataflux-observability-header-section .index-header h1 {
    font-size: 60px;
  }
  .index-header-section .index-header p, .one-click-deployment-header-section .index-header p, .annotation-tool-header-section .index-header p, .dataflux-observability-header-section .index-header p {
    font-size: 25px;
  }
  .one-click-deployment-header-section .index-header .lead h4, .annotation-tool-header-section .index-header .lead h4, .dataflux-observability-header-section .index-header .lead h4 {
    font-size: 20px;
  }
  .dataflux-observability-header-section .index-header p.mb-80 {
    margin-bottom: 40px;
  }
  .ai-dragon-icon-container {
    margin-left: 70px;
  }
  footer .footer-menu .img-container .footer-logo-img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  footer .footer-menu .img-container .footer-logo-img {
    margin-left: 0;
    margin-right: 15px;
  }
  footer .footer-menu .footer-menu-item .footer-menu-item-link {
    margin-right: 15px;
  }
  menu {
    padding: 20px 10px;
  }
  menu .dropdown-menu {
    padding-top: 40px;
  }
  menu .dropdown-menu .dropdown-item {
    font-size: 30px;
    margin-bottom: 20px;
  }
  menu .dropdown-menu .menu-drop-down-footer {
    bottom: calc(20px + 102px);
    padding: 0 20px;
  }
  .index-page .mt-115 {
    margin-top: 0;
  }
  .jumbotron-section h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .jumbotron-section h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .products-section .products-container .products-item {
    padding: 20px 0;
  }
  .products-section .products-container .products-item span {
    font-size: 24px;
  }
  .products-section .products-container {
    padding: 30px 30px;
  }
  .products-section {
    height: 60vh;
  }
  .latest-updates-section h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .partners-section .heading-content h2 {
    font-size: 35px;
  }
  .partners-section {
    padding: 50px 15px;
  }
  .partners-section .heading-content {
    margin-left: 30px;
    margin-bottom: 40px;
  }
  .latest-updates-section {
    padding: 50px 15px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .accordion-section .accordion-container .accordion-content {
    padding: 30px 100px 30px 350px;
  }
  .case-study-group-section {
    padding: 50px 15px;
  }
  .case-study-group-section .case-study-group-container h1 {
    margin-bottom: 20px;
  }
  .txt-section {
    padding: 100px 15px;
  }
  .txt-section .txt-item {
    margin-bottom: 80px;
  }
  .fs-70 {
    font-size: 50px !important;
  }
  .industries-page .jumbotron-section h2 {
    margin-bottom: 15px;
  }

  .fp-section.fp-table {
    margin-top: 50px;
  }
  h1 {
    font-size: 35px;
  }
  .dataflux-observability-header-section .index-header-img {
    right: 0;
    max-width: 50vw;
  }
  .ai-model-section h2, .collective-knowledge-section h2 {
    font-size: 50px;
  }
  .autonomic-smooth-dynamic-section h2 {
    font-size: 25px;
  }
  .artificial-intelligence-section h2 {
    font-size: 60px;
  }
  .one-click-deployment-section, .ai-dragon-section, .how-we-do-it-section, .dataflux-collector-section {
    padding: 50px 0;
  }

}

@media only screen and (max-width: 1024px) {
  .partners-section .partners-container img {
    margin-right: 20px;
    height: 35px;
    margin-bottom: 20px;
  }
  .partners-section .partners-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  menu .nav-item .nav-link {
    margin-right: 20px;
  }
  menu .nav-item .lets-talk-item {
    margin-left: 15px;
  }
  .navbar-brand img {
    height: 35px;
  }
  .lets-talk-item img {
    height: 20px;
  }
  menu .dropdown-menu {
    top: 82px;
  }
  menu .dropdown-menu .menu-drop-down-footer {
    bottom: calc(20px + 82px);
  }
  body {
    padding-top: 82px;
  }
  .products-section .products-container {
    margin-top: 0;
  }
  .products-section {
    height: auto;
    padding: 50px 15px;
  }
  .latest-updates-section .latest-updates-item .latest-updates-item-txt {
    padding: 20px;
  }
  .latest-updates-section .latest-updates-item .latest-updates-item-txt h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .jumbotron-section .col-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .jumbotron-section .col-7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .h-100vh-menu {
    height: auto;
  }
  .jumbotron-section.gray-bg.pb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-140 {
    padding-bottom: 50px;
  }
  .pl-140 {
    padding-left: 30px;
  }
  h1 {
    font-size: 35px;
  }
  .case-study-page .txt-section .txt-container {
    margin-top: -30vh;
    padding: 50px 40px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .txt-section h3 {
    margin-bottom: 30px;
  }
  .case-study-page .txt-section .txt-container .txt-item {
    padding: 30px 0;
  }
  .pt-200 {
    padding-top: 50px;
  }
  main .heading-container .lead p {
    font-size: 18px;
  }
  .mw-750 {
    max-width: 650px !important;
  }
  .main-section .header-img-holder {
    margin-bottom: 30px;
  }
  .jumbotron-section .detail-txt {
    display: block;
  }
  .jumbotron-section .detail-txt p {
    margin-bottom: 30px;
  }
  .solution-page .products-section h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .technologies-page .jumbotron-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .technologies-page .jumbotron-section {
    padding: 0 30px;
  }
  .technologies-page .fp-section .big-img {
    width: 100%;
    opacity: 1;
    transform: translateX(0);
  }
  .technologies-page .scroll-down-icon-btn {
    display: none;
  }
  .index-header-section .index-header h1, .one-click-deployment-header-section .index-header h1, .annotation-tool-header-section .index-header h1, .dataflux-observability-header-section .index-header h1 {
    font-size: 50px;
  }
  .one-click-deployment-section .ai-dragon-icon-item p, .ai-dragon-section .ai-dragon-icon-item p, .how-we-do-it-section .ai-dragon-icon-item p {
    font-size: 16px;
  }
  .one-click-deployment-section, .ai-dragon-section, .how-we-do-it-section, .dataflux-collector-section {
    padding: 80px 0;
  }
  .one-click-deployment-section p, .ai-dragon-section p, .how-we-do-it-section p {
    padding-left: 7vw;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
    margin-bottom: 20px;
  }
  .ai-model-section h2, .collective-knowledge-section h2 {
    font-size: 50px;
  }
  .solution-page .btn.gradient-btn {
    margin-bottom: 30px;
  }
  .solution-page .jumbotron-section.p-200-15 {
    padding: 50px 15px;
  }
  .index-header-section .index-header-img,
  .one-click-deployment-header-section .index-header-img,
  .annotation-tool-header-section .index-header-img,
  .dataflux-observability-header-section .index-header-img {
    right: 0;
    max-width: 50vw;
  }
  .solutions-sticky-slider {
    display: none;
  }
  .mobile_video {
    display: block;
  }
  .ai-model-section, .collective-knowledge-section {
    padding: 50px 0;
  }
  .row.collective-knowledge-container {
    padding-right: 0;
    display: block;
  }
  .collective-knowledge-section .collective-knowledge-container .collective-knowledge-item {
    margin: auto;
    margin-bottom: 10px;
  }
  .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 img {
    height: 150px;
  }
  .one-click-deployment-section, .ai-dragon-section, .how-we-do-it-section, .dataflux-collector-section {
    padding: 50px 0;
  }
  .collective-knowledge-section .collective-knowledge-container .collective-knowledge-item.col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .collective-knowledge-section .collective-knowledge-container .collective-knowledge-item::after {
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 10;
    width: 52px;
    height: 163px;
    content: '';
    background: url(../images/colective-knowledge-item-divider.png) center center/cover;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-menu {
    display: block;
    text-align: center;
  }
  footer .footer-menu .footer-menu-item {
    display: block;
  }
  footer .footer-menu.mr-150 {
    margin-right: 0 !important;
  }
  footer .footer-menu.mb-90 {
    margin-bottom: 20px;
  }
  .footer-menu-item.mb-90 {
    margin-bottom: 20px;
  }
  .footer-menu-item-dropdown-menu {
    margin-bottom: 20px;
  }
  footer .footer-menu .footer-menu-item .footer-menu-item-link {
    line-height: 1.4;
  }
  footer .footer-menu .footer-menu-item .footer-menu-item-dropdown-menu a {
    color: #fff;
    margin-top: 7px;
  }
  footer {
    padding: 30px 0 30px 0;
  }
  .jumbotron-section .detail-txt {
    max-width: 100%;
  }
  .accordion-section .accordion-container .accordion-content {
    padding: 0;
  }
  .hero-img-section .txt-content {
    left: 0;
    padding: 0 15px;
  }
  h1 {
    font-size: 35px;
  }
  .accordion-section .accordion-container {
    padding: 30px 30px;
  }
  .accordion-section .accordion-container h4 {
    font-size: 25px;
  }
  .accordion-section .accordion-container .accordion-toggle {
    padding: 20px 0;
  }
  .case-study-group-section .case-study-group-container .case-study-group-item h3 {
    font-size: 35px;
  }
  .jumbotron-section .col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .jumbotron-section .col-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mw-565 {
    max-width: 100%;
  }
  .txt-section h3 {
    margin-bottom: 30px;
  }
  .txt-section {
    padding: 50px 15px;
  }
  .txt-section .txt-item {
    margin-bottom: 50px;
  }
  .case-study-page .txt-section .txt-container {
    margin-top: -15vh;
  }
  .jumbotron-section .col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fp-enabled body, html.fp-enabled {
    padding-top: 30px;
  }
  .industries-page .jumbotron-section .detail-txt {
    max-width: 100%;
  }
  .mw-420 {
    max-width: 100%;
  }
  .industries-page .jumbotron-section .detail-txt {
    max-width: 100%;
  }
  .fp-tableCell {
    height: 100% !important;
  }
  .jumbotron-section .mw-420 {
    margin-left: 0;
  }
  .industries-page .jumbotron-section.gray-bg .txt-holder {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .industries-page .jumbotron-section {
    padding: 50px 15px;
  }
  .main-section .container.mw-750 {
    margin-left: 0;
    max-width: 100% !important;
  }
  .main-section .heading-container .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-section .heading-container .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mw-270 {
    max-width: 100%;
  }
  .pt-200.lead-container {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .share-container.pt-200 {
    padding-top: 20px;
  }
  .jumbotron-section .col-6 {
    margin-bottom: 30px;
  }
  .mw-300 {
    max-width: 100%;
  }
  .solution-page .jumbotron-section .detail-txt {
    margin-bottom: 30px;
  }
  .solution-page .p-120-15 {
    padding: 30px 15px;
  }
  .solution-page .products-section {
    padding: 50px 15px;
  }
  .solution-page .p-200-15 {
    padding: 50px 15px;
  }
  .jumbotron-section ul li {
    font-size: 18px;
  }
  menu.desk {
    display: none;
  }
  menu.mobile {
    display: block;
  }
  menu.mobile {
    padding: 10px 0;
  }
  body {
    padding-top: 58px;
  }
  menu.mobile .dropdown-menu {
    top: 58px;
  }
  menu.mobile .dropdown-menu .dropdown-item {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .dropdown-menu-wrapper .lets-talk-item.gradient-btn span {
    color: #fff;
  }
  menu .menu-language-container a {
    font-size: 15px;
  }
  menu.mobile .dropdown-menu .menu-drop-down-footer {
    bottom: 0;
    background: #eaecf4;
    padding: 15px 10px;
    position: fixed;
  }
  menu.mobile .menu-drop-down-footer-social-icons a img {
    height: 20px;
  }
  menu.mobile .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-pages a {
    font-size: 15px;
  }
  menu.mobile .dropdown.arrow {
    position: relative;
  }
  menu.mobile .dropdown.arrow::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 11px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/menu-arrow.png) center center/cover;
    content: "";
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
  }
  menu.mobile .dropdown-sub-menu .sub-item {
    font-size: 16px;
    color: #001376;
  }
  menu.mobile .dropdown-menu .dropdown-menu-wrapper {
    text-align: center;
    padding: 0 10px;
    max-width: 300px;
    margin: auto;
    display: block;
    overflow: auto;
    padding-bottom: 100px;
  }
  menu.mobile .dropdown-menu .dropdown-sub-menu {
    display: none;
  }
  menu.mobile .dropdown-sub-menu-wrapper {
    margin-bottom: 15px;
  }
  menu.mobile .dropdown-sub-menu-wrapper a {
    margin-bottom: 15px;
    display: block;
  }
  menu.mobile .dropdown-item {
    font-weight: 700;
  }
  menu.mobile .dropdown-menu {
    overflow: auto;
  }
  .latest-updates-section .col-4.latest-updates-item-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-section {
    padding: 50px 0 50px 0;
  }
  .blog-group-page .latest-updates-section .col-4.latest-updates-item-wrap {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .contact-page .contact-form h4 {
    padding-right: 15px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4;
    padding-left: 15px;
  }
  .contact-page .contact-form h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .contact-page .offset-1 {
    margin-left: 0;
  }
  .contact-page .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-page {
      padding-top: 50px;
  }
  .contact-page .contact-form input, .contact-page .contact-form textarea, .contact-page .contact-form select {
    margin-bottom: 0;
  }
  .contact-page .main-section {
    padding: 50px 15px 50px 15px;
  }
  .technologies-page .jumbotron-section {
    height: auto !important;
    margin-top: 30px;
  }
  .dataflux-observability-header-section {
    display: flex;
    flex-direction: column;
  }
  .dataflux-observability-header-section .index-header-img {
    position: unset;
    order: 2;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .dataflux-observability-header-section .index-header {
    position: unset;
    max-width: 100%;
  }
  .dataflux-observability-header-section .container.h-100 {
    height: auto;
    margin-bottom: 30px;
  }
  .dataflux-observability-header-section .row.h-100 {
    height: auto;
  }
  .dataflux-observability-header-section .col-md-12.h-100 {
    height: auto;
  }
  .ai-model-section h2, .collective-knowledge-section h2 {
    font-size: 50px;
  }
  .one-click-deployment-section, .ai-dragon-section, .how-we-do-it-section, .dataflux-collector-section {
    padding: 50px 0;
  }
  .one-click-deployment-section .ai-dragon-icon-item .img-holder::before, .ai-dragon-section .ai-dragon-icon-item .img-holder::before, .how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
    width: calc(100% + -18px);
  }
  .one-click-deployment-section .ai-dragon-icon-item .img-holder::after, .ai-dragon-section .ai-dragon-icon-item .img-holder::after, .how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
    width: calc(100% + -17px);
  }
  .index-header-section .index-header-img, .one-click-deployment-header-section .index-header-img, .annotation-tool-header-section .index-header-img, .dataflux-observability-header-section .index-header-img {
    transform: translateY(0);
    transform: translateX(50%);
  }
  .artificial-intelligence-section h2 {
    font-size: 35px;
  }
  .industries-page section {
    position: relative;
  }
  .autonomic-smooth-dynamic-section h2 {
    margin-bottom: 30px;
  }
  .ai-model-section h2, .collective-knowledge-section h2 {
    font-size: 30px;
  }
  .autonomic-smooth-dynamic-section .sticky-txt {
    position: unset;
  }
  .autonomic-smooth-dynamic-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .autonomic-smooth-dynamic-section {
    padding: 50px 0;
  }
  .autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .col-4.latest-updates-item-wrap {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jumbotron-section .txt-holder.centered.right {
    right: 0;
    width: 100%;
    padding: 0 15px;
  }
  .flex-align-items-center.ml-60 {
    margin-left: 0;
  }
  .latest-updates-section .col-4.latest-updates-item-wrap {
    margin-bottom: 30px;
  }
  .latest-updates-section .col-4.latest-updates-item-wrap {
    margin: auto;
    margin-bottom: 30px;
    max-width: 360px;
  }
  .latest-updates-section .latest-updates-item .latest-updates-item-txt {
    height: auto;
  }
  .case-study-group-section .case-study-group-container .case-study-group-item .gradient-btn {
    padding: 10px 15px;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
  }
  .txt-section h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .contact-page .contact-form input, .contact-page .contact-form textarea, .contact-page .contact-form select {
    margin-bottom: 15px;
  }
  .index-header-section .index-header h1, .one-click-deployment-header-section .index-header h1, .annotation-tool-header-section .index-header h1, .dataflux-observability-header-section .index-header h1 {
    font-size: 45px;
  }
  .ai-model-section h2, .collective-knowledge-section h2 {
    font-size: 35px;
  }
  .one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
    margin-bottom: 30px;
  }
  .one-click-deployment-section p, .ai-dragon-section p, .how-we-do-it-section p {
    margin-bottom: 70px;
  }
  .ai-dragon-icon-container {
    flex-direction: column;
    width: 100%;
    margin: auto;
    height: auto;
  }
  .one-click-deployment-section .ai-dragon-icon-item, .ai-dragon-section .ai-dragon-icon-item, .how-we-do-it-section .ai-dragon-icon-item {
    display: block;
  }
  .one-click-deployment-section .ai-dragon-icon-item .img-holder, .ai-dragon-section .ai-dragon-icon-item .img-holder, .how-we-do-it-section .ai-dragon-icon-item .img-holder {
    display: block;
    margin: auto;
  }
  .one-click-deployment-section .ai-dragon-icon-item .img-holder, .ai-dragon-section .ai-dragon-icon-item .img-holder, .how-we-do-it-section .ai-dragon-icon-item .img-holder {
    width: 50px;
    height: 50px;
  }
  .one-click-deployment-section .ai-dragon-icon-item .img-holder::before, .ai-dragon-section .ai-dragon-icon-item .img-holder::before, .how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
    top: 100%;
    left: 50%;
    height: 5px;
    border-bottom: 0;
    border-left: 2px dotted var(--main-color);
  }
  .one-click-deployment-section .ai-dragon-icon-item .img-holder::before, .ai-dragon-section .ai-dragon-icon-item .img-holder::before, .how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
    width: calc(100%);
  }
  .one-click-deployment-section .ai-dragon-icon-item .img-holder::after, .ai-dragon-section .ai-dragon-icon-item .img-holder::after, .how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
    left: 50%;
    bottom: 100%;
    height: 40%;
    border-bottom: 0;
    top: auto;
    border-left: 2px dotted var(--main-color);
  }
  .one-click-deployment-section .ai-dragon-icon-item .img-holder::after, .ai-dragon-section .ai-dragon-icon-item .img-holder::after, .how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
    width: calc(100%);
  }
  .one-click-deployment-section .ai-dragon-icon-item p, .ai-dragon-section .ai-dragon-icon-item p, .how-we-do-it-section .ai-dragon-icon-item p {
    margin-bottom: 20px;
    text-align: center;
  }
  .one-click-deployment-section .ai-dragon-icon-item p, .ai-dragon-section .ai-dragon-icon-item p, .how-we-do-it-section .ai-dragon-icon-item p {
      font-size: 16px;
  }
  .one-click-deployment-section .ai-dragon-icon-item.animatee, .ai-dragon-section .ai-dragon-icon-item.animatee, .how-we-do-it-section .ai-dragon-icon-item.animatee {
    transform: translateX(0);
  }
  .scroll-down-container {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .jumbotron-section h1 {
    font-size: 26px;
  }
  .jumbotron-section .detail-txt {
    display: block;
  }
  .jumbotron-section .detail-txt p {
    margin-bottom: 30px;
  }
  .jumbotron-section h2 {
    font-size: 22px;
  }
  .jumbotron-section .txt-holder.centered.right {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .jumbotron-section .img-holder {
    margin-bottom: 20px;
  }
  .jumbotron-section {
    padding-bottom: 30px;
  }
  .products-section .products-container .products-item span {
    font-size: 18px;
  }
  .products-section .products-container {
    padding: 10px 15px;
  }
  .products-section {
    padding: 50px 0;
  }
  .latest-updates-section h2 {
    font-size: 26px;
  }
  .partners-section .heading-content h2 {
    font-size: 26px;
  }
  .video-section .video-container .play-btn span {
    padding: 0 40px;
  }
  .partners-section .heading-content {
    margin-left: 0;
  }
  .partners-section .partners-container {
    display: block;
  }
  .partners-section .partners-container img {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
  .partners-section .partners-container img:last-of-type {
    margin-right: auto;
  }
  .accordion-section .accordion-container h4 {
    font-size: 20px;
  }
  h1 {
    font-size: 26px;
  }
  .scroll-down-icon {
    height: 30px;
  }
  .video-section .video-container .play-btn {
    background: transparent;
  }
  .video-section .video-container .play-btn span {
    display: none;
  }
  .video-section .video-container:hover .play-btn {
    background: transparent;
  }
  .accordion-section .accordion-container h4 .accordion-collapse-icon {
    font-size: 30px;
    line-height: 20px;
  }
  .partners-section .partners-container img {
    height: 25px;
  }
  .case-study-group-section .case-study-group-container .case-study-group-item h3 {
    font-size: 26px;
  }
  .case-study-group-section {
    padding: 50px 0;
  }
  .case-study-group-section .case-study-group-container .case-study-group-item h3 {
    font-size: 20px;
  }
  .case-study-page .txt-section .txt-container {
    padding: 20px 20px;
  }
  h1 {
    font-size: 24px;
  }
  .section.fp-section.fp-table {
    height: auto !important;
  }
  .fp-section.fp-table {
    margin-top: 0;
  }
  .fs-70 {
    font-size: 30px !important;
  }
  .mb-140 {
    margin-bottom: 50px;
  }
  .solution-page .products-section h2 {
    font-size: 35px;
    margin-left: 0;
  }
  menu .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-social-icons a {
    margin-right: 5px;
  }
  menu.mobile .dropdown-menu .menu-drop-down-footer .menu-drop-down-footer-pages a {
    margin-right: 5px;
  }
  menu.mobile .menu-drop-down-footer-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
  }
  .case-study-page .txt-section .txt-container .txt-item {
    padding: 20px 0;
  }
  .mb-50 {
    margin-bottom: 20px;
  }
  .latest-updates-section .col-3.latest-updates-item-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .latest-updates-section .col-4.latest-updates-item-wrap {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .contact-page .main-section {
    padding: 50px 0 50px 0;
  }
  .page-404-container h1 {
    font-size: 70px !important;
  }
  .page-404-container h3 {
    font-size: 25px;
  }
  .page-404-container p {
    font-size: 16px;
  }
  .message-page .latest-updates-section .latest-updates-item .latest-updates-item-txt {
    height: auto;
  }
  .technologies-page .jumbotron-section .detail-txt {
    padding-left: 0;
  }
  .technologies-page .fp-section.fp-table {
    margin-top: 30px;
  }
  .technologies-page .jumbotron-section {
    padding: 0;
  }
  .one-click-deployment-header-section .index-header .lead h4, .annotation-tool-header-section .index-header .lead h4, .dataflux-observability-header-section .index-header .lead h4 {
    font-size: 16px;
  }
  .index-header-section .index-header h1, .one-click-deployment-header-section .index-header h1, .annotation-tool-header-section .index-header h1, .dataflux-observability-header-section .index-header h1 {
    font-size: 35px;
  }
  .ai-model-section h2, .collective-knowledge-section h2 {
    font-size: 26px;
  }
  .dataflux-collector-section h4 {
    font-size: 30px;
  }
  .ai-model-section, .collective-knowledge-section {
    padding: 50px 0;
  }
  .ai-model-section h3, .collective-knowledge-section h3 {
    font-size: 24px;
  }
  .one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
    font-size: 30px;
  }
  .one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
    margin-bottom: 15px;
  }
  .mico-services-icon-container .mico-services-icon-item.col-md-3 img, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 img, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 img, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 img {
    margin-bottom: 0;
  }
  .mico-services-icon-container .mico-services-icon-item.col-md-3, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .jumbotron-section video.h-100 {
    height: auto;
  }
  .dataflux-observability-header-section .index-header p {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .collective-knowledge-section .collective-knowledge-container .collective-knowledge-item.col-md-3 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
    display: block;
  }
  .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 p {
    text-align: center;
  }
  .how-we-do-it-icon-item .how-we-image {
    text-align: center;
  }
  .autonomic-smooth-dynamic-section p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item {
    display: block;
  }
  .jumbotron-section .col-6:last-of-type {
    margin-bottom: 0;
  }
  .jumbotron-section .detail-txt p:last-of-type {
    margin-bottom: 0;
  }
  .solution-page .jumbotron-section .detail-txt {
    margin-bottom: 0;
  }
  .solution-page .btn.gradient-btn {
    margin-top: 30px;
  }
  .case-study-page .hero-img-section {
    height: auto;
  }
  .news-full-page .main-section .mb-40 {
    margin-bottom: 20px;
  }
  .news-full-page .lead .pt-100 {
    padding-top: 10px;
  }
  main .heading-container .lead p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .main-section .share-container .share-container-imgs img {
    margin-left: 10px;
    height: 20px;
  }
  .news-full-page .main-section {
    padding: 50px 0 0 0;
  }
  .news-full-page .header-img-holder .mt-2 {
    margin-top: 10px;
  }
  .contact-page .contact-form h1 {
    font-size: 30px;
  }
  .products-section .products-container .products-item .product-icon {
    font-size: 25px;
  }
  .solution-page .products-section h2 {
    font-size: 28px;
  }
  .artificial-intelligence-section {
    padding: 30px 0;
  }
  .index-header-section .index-header h1, .one-click-deployment-header-section .index-header h1, .annotation-tool-header-section .index-header h1, .dataflux-observability-header-section .index-header h1 {
    font-size: 30px;
  }
  .one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
    font-size: 28px;
  }
  .mico-services-icon-container .mico-services-icon-item.col-md-3 img, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 img, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 img, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 img {
    margin-bottom: 30px;
    height: 30px;
  }
  .dataflux-observability-header-section .index-header p.mb-80 {
    margin-bottom: 20px;
  }
  .jumbotron-section .mw-420 {
    margin-top: 0;
  }
  .case-study-page .txt-section .txt-container .txt-item {
    padding: 10px 0;
  }
  .index-page .jumbotron-section .detail-txt .gradient-btn {
    margin-top: 20px;
  }
  .index-page .jumbotron-section.pt-65 {
    padding-top: 40px;
  }
  .jumbotron-section.gray-bg.pb-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-full-page .main-section {
    padding: 30px 0 0 0;
  }
  .index-page .img-holder .img-mask {
    display: none;
  }
  .index-page .jumbotron-section .detail-txt p.white.shadow {
    text-shadow: none;
    color: var(--main-color) !important;
  }
}
/*# sourceMappingURL=style.css.map */