/*

@Author: Themezinho
@URL: http://www.themezinho.net

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. GOOGLE FONTS
		02. BODY
		03. HTML TAGS
		04. CUSTOM TAGS
		05. SECTIONS
		06. CONTENT
		07. ODOMETER
		08. EQUALIZER
		09. REVEAL EFFECT
		10. PAGE TRANSITION
		11. PRELOADER
		12. PAGE LOADED
		13. TEXT ROTATER
		14. PERSPECTIVE
		15. SOCIAL BAR
		16. HEADER
		17. DROPDOWN
		18. SLIDER
		19. SLIDER FRACTION
		20. SLIDER BUTTONS
		21. SLIDER CONTENT
		22. SLIDER LINKS
		23. INT HERO
		24. ABOUT STUDIO
		25. WORKS
		26. WORKS FILTER
		27. WORKS FIGURE
		28. ICON FEATURES
		29. TEAM MEMBERS
		30. CLIENTS
		31. SIDE IMAGE CONTENT
		32. AWARDS
		33. JOURNAL
		34. CONTACT
		35. FOOTER
		36. SCROLL DOWN
		37. RESPONSIVE MEDIUM FIXES
		38. RESPONSIVE TABLET FIXES
		39. RESPONSIVE MOBILE FIXES



*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800&display=swap");

/* BODY */
* {
    outline: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    /* background: #152024; */
    background: #152024;
    /* color: #068f82; */

    margin-bottom: 0px !important;
}

/* HTML ELEMENTS */
img {
    max-width: 100%;
}

/* LINKS */
a {
    color: #222327;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #222327;
}

/* CUSTOM CLASSES */
.overflow {
    overflow: hidden;
}

/* CUSTOM CONTAINER */
@media (min-width: 1300px) {
    .container {
        max-width: 1340px;
    }
}

/* SECTIONS */
main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    background: #fff;
}

section {
    position: relative;
}

aside {
    position: relative;
}

/* FORM ELEMENTS */
input[type=text] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=email] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=search] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=password] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=submit] {
    height: 40px;
    border: none;
    /*background: #3f9ba6;*/
    padding: 0 30px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}

button[type=submit] {
    height: 40px;
    border: none;
    background: #ff0000;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

textarea {
    max-width: 100%;
    height: 140px;
    border: 1px solid #eee;
    padding: 20px;
}

/* EQUALIZER */
/* Default styles for .logo-position and .A-logo */
.logo-position {
    z-index: 99999999;
    width: 102px;
    height: 100%;
    left: -11px;
    margin-top: -28px;
    position: absolute;
}

.A-logo {
    width: 71px !important;
    height: 100px;
    margin-left: -59px;
    opacity: 100%;
    position: absolute;
}

/* EQUALIZER */
.equalizer {
    width: 26%;
    height: 10%;
    cursor: pointer;
    position: relative;
}

.equalizer span {
    background: #fff;
    height: 100%;
    width: 10px;
    bottom: 0px;
    left: -11px;
    display: block;
    position: absolute;
    transition: height 1s;
}

.equalizer span:nth-child(1) {
    margin-left: 14px;
    height: 100%;
    width: 8px;
    bottom: 11px;
    transition: height 1s;
}

.equalizer span:nth-child(2) {
    margin-left: 28px;
    height: 85%;
    width: 5px;
    bottom: 15px;
    transition: height 1s;
}

.equalizer span:nth-child(3) {
    margin-left: 38px;
    height: 90%;
    width: 5px;
    bottom: 3px;
    transition: height 1s;
}

.equalizer span:nth-child(4) {
    margin-left: 47px;
    height: 130%;
    width: 1.5px;
    bottom: 0px;
    transition: height 1s;
}


/* Extra Small Screens (up to 447px) */
@media only screen and (max-width: 447px) {
    .logo-position {
        width: 60px;
        height: auto;
        margin-top: -14px;
    }

    .A-logo {
        width: 40px !important;
        height: auto;
        margin-left: -30px;
    }

    .equalizer {
        width: 50%;
        height: 8%;
    }

    .equalizer span:nth-child(1) {
        margin-left: 8px;
    }

    .equalizer span:nth-child(2) {
        margin-left: 16px;
    }

    .equalizer span:nth-child(3) {
        margin-left: 22px;
    }

    .equalizer span:nth-child(4) {
        margin-left: 28px;
    }
}

/* Small Screens (448px - 767px) */
@media only screen and (min-width: 448px) and (max-width: 767px) {
    .logo-position {
        width: 60px;
        height: auto;
        margin-top: -14px;
    }

    .A-logo {
        width: 40px !important;
        height: auto;
        margin-left: -30px;
    }

    .equalizer {
        width: 50%;
        height: 10%;
    }

    .equalizer span:nth-child(1) {
        margin-left: 8px;
    }

    .equalizer span:nth-child(2) {
        margin-left: 16px;
    }

    .equalizer span:nth-child(3) {
        margin-left: 22px;
    }

    .equalizer span:nth-child(4) {
        margin-left: 28px;
    }
}

/* Medium Screens (768px - 996px) */
@media only screen and (min-width: 996px) and (max-width: 1245px) {
    .logo-position {
        width: 71px;
        height: 100%;
        margin-top: -28px;
    }

    .A-logo {
        width: 71px !important;
        height: 100px;
        margin-left: -59px;
    }

    .equalizer {
        width: 26%;
        height: 12%;
        cursor: pointer;
        position: relative;
    }

    .equalizer span:nth-child(1) {
        margin-left: 14px;
        height: 100%;
        width: 8px;
        bottom: 11px;
    }

    .equalizer span:nth-child(2) {
        margin-left: 28px;
        height: 85%;
        width: 5px;
        bottom: 15px;
    }

    .equalizer span:nth-child(3) {
        margin-left: 38px;
        height: 90%;
        width: 5px;
        bottom: 3px;
    }

    .equalizer span:nth-child(4) {
        margin-left: 47px;
        height: 130%;
        width: 1.5px;
        bottom: 0px;
    }
}

/* Large Screens (997px and above) */
@media only screen and (min-width: 1290px) {
    .logo-position {
        z-index: 99999999;
        width: 102px;
        height: 100%;
        margin-top: -28px;
        position: absolute;
    }

    .A-logo {
        width: 71px !important;
        height: 100px;
        margin-left: -59px;
        opacity: 100%;
        position: absolute;
    }

    .equalizer {
        width: 26%;
        height: 6%;
        cursor: pointer;
        position: relative;
    }

    .equalizer span {
        background: #fff;
        height: 100%;
        width: 10px;
        bottom: 0px;
        left: 0px;
        display: block;
        position: absolute;
        transition: height 1s;
    }

    .equalizer span:nth-child(1) {
        margin-left: 14px;
        height: 100%;
        width: 8px;
        bottom: 11px;
        transition: height 1s;
    }

    .equalizer span:nth-child(2) {
        margin-left: 28px;
        height: 85%;
        width: 5px;
        bottom: 15px;
        transition: height 1s;
    }

    .equalizer span:nth-child(3) {
        margin-left: 38px;
        height: 90%;
        width: 5px;
        bottom: 3px;
        transition: height 1s;
    }

    .equalizer span:nth-child(4) {
        margin-left: 47px;
        height: 130%;
        width: 1.5px;
        bottom: 0px;
        transition: height 1s;
    }
}

/* SPLITTING */
.splitting .word,
.splitting .char {
    display: inline-block;
}

.splitting .char {
    position: relative;
}

.animated .char {
    display: inline-block;
    animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(10ms * var(--char-index));
}

/* ODOMETER */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-indent: -5px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-indent: 0;
}

/* PAGINATION */
.pagination {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.pagination .page-item {
    display: inline-block;
    margin-right: 10px;
}

.pagination .page-item .page-link {
    font-weight: 600;
    border-radius: 0 !important;
    font-size: 13px;
    color: #222327;
    line-height: 1;
    padding: 15px 30px;
}

/* REVEAL EFFECT */
.reveal-effect {
    float: left;
    position: relative;
}

.reveal-effect>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: relative;
}

.reveal-effect>* {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.reveal-effect {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.reveal-effect {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.reveal-effect.animated * {
    -webkit-animation-name: show-img-1;
    animation-name: show-img-1;
}

.reveal-effect:after {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.reveal-effect:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 0);
    transform: scale(0.05, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
    background-color: #161619;
}

.reveal-effect.animated:after {
    -webkit-animation-name: slide-bg-2;
    animation-name: slide-bg-2;
}

/* SWIPER PAGINATION */
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transform: scale(0.4);
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    background: none;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    /* bottom: 20px; */
    /* right: 30px; */
    bottom: 1.8rem;
    right: 1.8rem;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #14ADAD;
    color: white;
    cursor: pointer;
    padding: 15px;
    /* border-radius: 30%; */
    border-radius: 50%;
    width: 55px;
    transition: 0.3s ease-in-out;
}

#scrollToTopBtn:hover {
    background-color: #3f9ba6;
    transform: scale(1.1);
}

.fa {
  font-size: 20px;
  margin-left: 3.3px;
  position: relative;
  top: 0px;
}

/* PRELOADER */
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background: #3f9ba6;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    overflow: hidden;
    transition-delay: 0.6s;
}

.preloader * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1c1c1c;
    transition-delay: 0.3s;
}

.preloader .inner {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.preloader .inner span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.preloader .inner figure {
    display: block;
    margin-bottom: 20px;
    transition-delay: 0.1s;
}

.preloader .inner figure img {
    height: 40px;
    transform: translateX(-7px);
}

/* PAGE LOADED */
.page-loaded .preloader {
    left: -100%;
}

.page-loaded .preloader .inner figure {
    opacity: 0;
    transform: scale(1.5);
}

.page-loaded .preloader .inner span {
    transform: translateY(20px);
    opacity: 0;
}

.page-loaded .preloader .layer {
    left: -100%;
}

.page-loaded .left-side {
    left: 0;
    opacity: 1;
}

.page-loaded .slider {
    filter: blur(0);
    transform: scale(1);
}


.page-loaded .page-header {
    filter: blur(0);
    transform: scale(1);
}

.page-loaded .all-cases-link {
    right: 30px;
}








/* PAGE TRANSTION */
.page-transition {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 13;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #3f9ba6;
}

.page-transition .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #1c1c1c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.3s;
}

.page-transition.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.page-transition.active .layer {
    width: 100%;
}

.scroller {
    width: 90%;
    height: 550px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

/* SITE NAVIGATION */
.site-navigation {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #3f9ba6;
    padding-left: 120px;
}

.site-navigation .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #161619;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.3s;
}

.site-navigation .inner {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    transition-delay: 0.7s;
    opacity: 0;
}

.site-navigation .inner ul {
    margin: 0;
    padding: 0;
    animation-duration: 1s;
}

.site-navigation .inner ul li {
    display: block;
    margin: 5px 0;
    padding: 5px 0;
}

.site-navigation .inner ul li ul {
    margin-top: 0;
    margin-bottom: 10px;
    display: none;
}

.site-navigation .inner ul li ul li {
    display: block;
    margin: 0;
}

.site-navigation .inner ul li ul li a {
    font-size: 26px;
}

.site-navigation .inner ul li i {
    margin-left: 20px;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    transform: translateY(-5px);
    cursor: pointer;
}

.site-navigation .inner ul li small {
    width: 100%;
    display: block;
    color: #fff;
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateY(-15px);
}

.site-navigation .inner ul li a {
    font-size: 35px;
    display: inline-block;
    font-weight: 800;
    color: #fff;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.site-navigation .inner ul li a:hover {
    color: #3f9ba6;
    text-decoration: none;
}

.site-navigation.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.site-navigation.active .layer {
    width: 100%;
}

.site-navigation.active .inner {
    opacity: 1;
}

/* SECTION TITLES */
.section-title {
    font-family: "Poppins";
    font-size: 2.5vw;
    letter-spacing: 2px;
}


/* SOCIAL MEDIA */
.social-media {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 3;
    background: #3f9ba6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.social-media .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #161619;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.3s;
}

.social-media .inner {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    transition-delay: 0.7s;
    opacity: 0;
    text-align: center;
    width: 100%;
}

.social-media .inner h5 {
    font-size: 3vw;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
}

.social-media .inner ul {
    display: block;
    margin: 0;
    padding: 0;
}

.social-media .inner ul li {
    font-size: 2vw;
    display: inline-block;
    margin: 0 40px;
    padding: 0;
    list-style: none;
}

.social-media .inner ul li a {
    color: #fff;
}

.social-media .inner ul li a:hover {
    color: #3f9ba6;
    text-decoration: none;
}

.social-media.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.social-media.active .layer {
    width: 100%;
}

.social-media.active .inner {
    opacity: 1;
}

/* ALL CASES */
.all-cases {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 3;
    background: #3f9ba6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.all-cases .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #161619;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.3s;
}

.all-cases .inner {
    position: relative;
    z-index: 2;
    padding-left: 220px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    transition-delay: 0.7s;
    opacity: 0;
    width: 100%;
}

.all-cases .inner ul {
    display: block;
    max-height: 500px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

.all-cases .inner ul li {
    font-size: 8vw;
    font-weight: 800;
    margin: 0;
    padding: 0;
    list-style: none;
}

.all-cases .inner ul li a {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.all-cases .inner ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.all-cases.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.all-cases.active .layer {
    width: 100%;
}

.all-cases.active .inner {
    opacity: 1;
}

/* ALL CASES LINK */
.all-cases-link {
    position: absolute;
    right: -100%;
    top: 30px;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1s;
}

.all-cases-link span {
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    margin-right: 10px;
}

.all-cases-link b {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
    background: #fff;
    color: #222327;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.all-cases-link b:hover {
    background: #3f9ba6;
    text-decoration: none;
    color: #fff;
}

/* LEFT SIDE */
.left-side {
    width: 120px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 10;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1s;
    opacity: 0;
}

.left-side .logo {
    display: inline-block;
    margin-bottom: auto;
}

.left-side .logo img {
    width: 70px;
}

.left-side .hamburger {
    margin: auto;
}

.left-side .follow-us {
    width: 100px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    text-align: center;
    transform: rotate(-90deg);
    margin: auto;
    cursor: pointer;
}

.left-side .equalizer {
    margin: auto;
    margin-bottom: 0;
}






/* SLIDER */
.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: scale(1.2);
    filter: blur(20px);
    transition-delay: 0.8s;
}

.slider .swiper-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.slider .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.slider .swiper-container .swiper-slide video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.slider .gallery-top {
    height: 100%;
    width: 100%;
    background: #012c3d;
}

.slider .gallery-thumbs {
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 100px;
    padding-bottom: 30px;
    z-index: 9;
    position: absolute;
    bottom: 38%;
    right: 5%;
    left: 2%;
    height: auto;
    color: #fff;
}

.slider .gallery-thumbs .swiper-slide {
    width: 90%;
    height: 100%;
    opacity: 0.4;
    text-align: center;
    filter: blur(3px);
    transform: scale(0.6);

}

.slider .gallery-thumbs .swiper-slide span {
    margin-left: 50%;
    transform: translateX(-50%);
    float: left;
    font-size: 3vw;
    line-height: 3vw;
    font-weight: 800;
}

.slider .gallery-thumbs .swiper-slide a {
    display: none;
    font-size: 13px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 5px;
    position: relative;
}

.slider .gallery-thumbs .swiper-slide a:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.slider .gallery-thumbs .swiper-slide a:hover {
    text-decoration: none;
}

.slider .gallery-thumbs .swiper-slide a:hover:before {
    width: 100%;
}

.slider .gallery-thumbs .swiper-slide-active {
    width: 100%;
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}

.slider .gallery-thumbs .swiper-slide-active span {
    width: 100%;
    font-size: 2.7vw;
    line-height: 3vw;
}


.slider .gallery-thumbs .swiper-slide-active a {
    display: inline-block;
}

.slider .swiper-button-prev {
    height: auto;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}

.slider .swiper-button-next {
    height: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}

.slider .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
}

.slider .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}

.slider .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}

.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

/* VIDEO HERO */
.video-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.video-hero .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #222327;
}
.video-hero .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}
/* .image-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
} */
.image-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #222327;
}
.image-bg img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6; 
    object-fit: cover;
}

.video-hero .inner {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
}

.video-hero .inner span {
    width: 100%;
    float: left;
    font-size: 8vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}

.video-hero .inner a {
    font-size: 19px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.video-hero .inner a:hover {
    text-decoration: none;
    color: #3f9ba6;
}

/* CAROUSEL HERO */
.carousel-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.carousel-hero .carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.carousel-hero .carousel-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    background-size: cover;
    background-position: center;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
    opacity: 1;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active:after {
    opacity: 0.4;
}

.carousel-hero .carousel-slider .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #222327;
    opacity: 0.7;
}

.carousel-hero .carousel-slider .swiper-slide .inner {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.carousel-hero .carousel-slider .swiper-slide .inner h2 {
    width: 100%;
    float: left;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.carousel-hero .carousel-slider .swiper-slide .inner a {
    font-size: 19px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.carousel-hero .carousel-slider .swiper-slide .inner a:hover {
    text-decoration: none;
    color: #3f9ba6;
}

.carousel-hero .swiper-button-prev {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 120px;
    bottom: 30px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}

.carousel-hero .swiper-button-next {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 30px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}

.carousel-hero .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
}

.carousel-hero .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}

.carousel-hero .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}

.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    background: #068f82;
    border-radius: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* .carousel-control-prev-icon {
    background-image: url('path/to/previous-icon.png'); 
}

.carousel-control-next-icon {
    background-image: url('path/to/next-icon.png'); 
} */

.product-section{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: transparent!important;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: scale(1.2);
    filter: blur(20px);
    transition-delay: 0.8s;
}
.product-section .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}


.product-section .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-section .inner {
    width: 100%;
    padding-left: 140px;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}

.product-section .inner h1 {
    color: #fff;
    font-weight: 800;
    font-size: 4vw;
    letter-spacing: -1px;
}

.product-section .inner p {
    margin: 0;
    color: #fff;
    font-size: 1px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: #161619;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: scale(1.2);
    filter: blur(20px);
    transition-delay: 0.8s;
}

.page-header .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.detail-img {
    height: 200px;
}

.page-header .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-header .inner {
    width: 100%;
    padding-left: 140px;
    padding-top: 10px;
    position: relative;
    z-index: 2;
    /*margin-top: 170px;*/
}

.page-header .inner h1 {
    color: #fff;
    font-weight: 800;
    font-size: 3.5vw;
    letter-spacing: -1px;
}

.page-header .inner p {
    font-family: 'Poppins';
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.inner.details {
    padding-left: 0px;
    padding-bottom: 7%;
}

.inner.details h1 {
    color: #fff;
    font-weight: 800;
    font-size: 3.6vw;
    letter-spacing: -1px;
}

.inner.details p {
    font-family: 'Poppins';
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.btn.btn-watch-tutorial{
    /*position: absolute;*/
    width: 150px;
    height: 37px;
    color:white;
    margin-bottom: 10px;
    /*left: 956px;*/
    /*top: 638px;*/
    border-radius: 5px;
    cursor: pointer !important;
}

/* INTRO */
.intro {
    font-family: 'Poppins';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    color: #000000;
    background: #FFFFFF;
}
.intro .col-lg-7 {
    padding-left: 10%;
}

.intro h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

.intro h6:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 7px;
}

.intro b {
    font-size: 120px;
    line-height: 1;
    font-family: "Fjalla One", sans-serif;
    float: left;
    font-weight: 400;
    margin-right: 20px;
}

.intro h4 {
    font-weight: 600;
}

.intro p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 35px;
}

.intro small {
    display: block;
    opacity: 0.7;
    margin-bottom: 50px;
}

.intro a {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #3f9ba6;
    padding-bottom: 5px;
}

.intro a:hover {
    border-color: #fff;
}

/* INTRO IMAGE */
.intro-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 150px;
    position: relative;
}

.intro-image:before {
    content: "";
    width: 100%;
    height: 100px;
    background: #161619;
    position: absolute;
    left: 0;
    top: 0;
}

.intro-image.light:before {
    background: #fff;
}

.intro-image .office-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #222327;
    position: relative;
    overflow: hidden;
}

.intro-image figure {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
}

.intro-image figure img {
    width: 100%;
    opacity: 0.7;
}

.intro-image figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    line-height: 1;
}

.intro-image figure figcaption h6 {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

/* PROCESS */
.process {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
    color: #fff;
    text-align: center;
}

.process .odometer {
    font-family: "Fjalla One", sans-serif;
    font-size: 5vw;
    line-height: 1;
}

.process .symbol {
    width: 100%;
    display: block;
    font-size: 12px;
}

.process small {
    width: 80%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin: 20px 10%;
    font-weight: 600;
}

/* ICON CONTENT BLOCK */
.icon-content-block {
    font-family: 'Poppins';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #000;
    background-color: #ffffff ;
}

.icon-content-block .container {
    text-align: left;
    position: relative;
    z-index: 2;
}

.icon-content-block .content-block {
    width: 100%;
    display: block;
    margin: 0;
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/*.icon-content-block .content-block.selected {*/
/*  background: #161619;*/
/*  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);*/
/*}*/

/*.icon-content-block .content-block.selected:before {*/
/*  content: "";*/
/*  width: 50%;*/
/*  height: 50%;*/
/*  position: absolute;*/
/*  right: -25px;*/
/*  bottom: -30px;*/
/*  !*z-index: -1;*!*/
/*  !*background: url(../images/dot-pattern.png) right;*!*/
/*  background-size: 10px;*/
/*}*/

.icon-content-block .content-block figure {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.icon-content-block .content-block figure img {
    height: 75px;
}

.icon-content-block .content-block h6 {
    display: block;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.icon-content-block .content-block ul {
    margin: 0;
    padding: 0;
}

.icon-content-block .content-block ul li {
    padding: 3px 0;
    opacity: 0.7;
    list-style: none;
    font-weight: 300;
}
.icon-content-block h1{
    font-weight: bold;
    font-size: 24px;
}
/* TEXT CONTENT BLOCK */
.text-content-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    /*background-image: url("/");*/
}

.text-content-block .col-md-4 {
    margin: 20px 0;
}

.text-content-block .section-title {
    margin-bottom: 30px;
}

.text-content-block h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 20%;
    margin-bottom: 70px;
}

.text-content-block small {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: -20px;
    opacity: 0.1;
    display: block;
}

.text-content-block h6 {
    font-size: 20px;
    font-family: "Fjalla One", sans-serif;
}

.text-content-block p {
    padding-right: 20%;
    margin-bottom: 0;
    line-height: 1.5;
}

.underline{
    color:white;
    border-bottom: 1px solid white;
}

/* TEAM */
.team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background: #161619;
    position: relative;
    z-index: 2;
}

.team:before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.team .reveal-effect.masker:after {
    background: #222327;
}

.team h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.team figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: -100px;
}

.team figure:hover ul {
    opacity: 1;
    visibility: visible;
}

.team figure img {
    width: 100%;
}

.team figure figcaption {
    display: block;
    color: #222327;
    margin-top: 20px;
}

.team figure figcaption h6 {
    display: block;
    font-weight: 600;
}

.team figure figcaption small {
    display: block;
    opacity: 0.5;
}

.team figure ul {
    width: 80%;
    display: flex;
    margin: 10%;
    padding: 0;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 60px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.team figure ul li {
    flex: 1;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    border-right: 1px solid #eee;
}

.team figure ul li:last-child {
    border-right: 0;
}

.team figure ul li a {
    color: #222327;
    font-size: 13px;
    padding: 5px;
}

.team figure ul li a:hover {
    color: #3f9ba6;
}
.btn-customized-home{
    background: #FFFFFF;
    box-shadow: inset 0px 0px 12px 8px rgba(191, 191, 191, 0.7);
    border-radius: 31px;
    width: 200px;
    height: 58px;
    padding:17px;
}

.btn-customized-contactus{
    background: #FFFFFF;
    box-shadow: inset 0px 0px 13px 8px rgba(191, 191, 191, 0.7);
    border-radius: 31px;
    width: 150px;
    height: 62px;
    padding:17px;
}
.w-300{
    width: 300px;
}

.w-350{
    box-shadow: inset 0px 0px 11px 7px rgba(191, 191, 191, 0.7);
    height: 53px;
    width: 320px;
}

.above-footer{
    font-family: 'Poppins';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    background-image: url("../Image/bg-images/contact-footer.png");
    color: #fff;
}
/* WORKS */
.works {
    font-family: 'Poppins';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(22, 57, 65, 0.99) 0%, #141517 100%);
    color: #fff;
}

#home-page-heading{
    margin-left: 15%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#home-page-paragraph{
    margin-left: 15%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.home-page-btn{
    margin-left: 15%;
    color: white;
    position: absolute;
    width: 241px;
    height: 62px;
    background: #151F23;
    box-shadow: inset 0px 0px 16px 6px rgba(0, 229, 255, 0.65);
    border-radius: 31px;
}
.home-page-btn:hover{
    color: white;
}
.home-page-about-btn{
    width: 397px;
    height: 62px;
    padding: 14px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 16px 8px rgba(191, 191, 191, 0.7);
    border-radius: 31px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 160%;

    /* or 30px */
    letter-spacing: 0.3px;
    color: #000000;
}
.home-page-about-btn:hover{
    width: 397px;
    height: 62px;
    padding: 14px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 16px 8px rgba(191, 191, 191, 0.7);
    border-radius: 31px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 160%;

    /* or 30px */
    letter-spacing: 0.3px;
    color: #000000;
}
.works ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    z-index: 2;
}

.works ul li {
    width: 33.33333%;
    display: inline-block;
    list-style: none;
    padding: 30px;
    margin: 0 auto;
}

.works ul li:nth-child(2n+2) {
    margin-top: 100px;
}

.works ul li:nth-child(3n+3) {
    margin-top: 40px;
}

.works ul li figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/*.works ul li figure:hover {*/
/*  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);*/
/*  transform: translateY(-10px);*/
/*}*/

.works ul li figure:hover:before {
    opacity: 1;
}

.works ul li figure:before {
    content: "";
    width: 90%;
    height: 30%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: -1;
    background: url(../images/dot-pattern.png) right;
    background-size: 10px;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.works ul li figure a {
    width: 100%;
    background: #222327;
    display: block;
    position: relative;
    z-index: 2;
}

.works ul li figure a img {
    width: 100%;
}

.works ul li h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: -1px;
}

.works ul li small {
    display: block;
    font-family: "Fjalla One", sans-serif;
    opacity: 0.7;
}

/* CASE STUDY */
.case-study {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    background: #fff;
}

.case-study h6 {
    font-weight: 600;
    margin-top: 30px;
}

.case-study h5 {
    font-family: "Fjalla One", sans-serif;
    font-size: 5vw;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}

.case-study p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.case-study figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.case-study figure img {
    width: 100%;
}

.case-study figure video {
    width: 100%;
}

.case-study .container-fluid {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

/* BLOG */
.blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    /*background-image: url("../Image/bg-images/background-above-footer.png");*/
    background: radial-gradient(50% 50% at 50% 50%, rgba(22, 57, 65, 0.99) 0%, #141517 100%);
}

/* .blog .col-lg-9 {
    padding-right: 60px;
} */

.blog .sidebar {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.blog .sidebar .widget {
    width: 100%;
    display: block;
    border-left: 1px solid #eee;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.blog .sidebar .widget .title {
    display: block;
    font-weight: 800;
    font-size: 19px;
    padding: 15px 0;
    position: relative;
}

.blog .sidebar .widget .title:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #222327;
    position: absolute;
    left: -31px;
    top: 0;
}

.blog .sidebar .widget p {
    margin: 0;
}

.blog .sidebar .widget form {
    width: 100%;
}

.blog .sidebar .widget form input[type=text] {
    width: 100%;
    margin-bottom: 10px;
}

.blog .sidebar .widget .categories {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog .sidebar .widget .categories li {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}

.blog .sidebar .widget .categories li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ccc;
    color: #fff;
    margin-right: 15px;
    margin-left: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

.blog .sidebar .widget .categories li a {
    color: #222327;
    margin-left: 0;
    font-weight: 600;
}

.blog .sidebar .widget .tags {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 0;
}

.blog .sidebar .widget .tags li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.blog .sidebar .widget .tags li a {
    font-weight: 600;
    font-size: 11px;
    background: #222327;
    color: #fff;
    line-height: 1;
    padding: 3px 6px;
}

.blog .sidebar .widget .tags li a:hover {
    color: #3f9ba6;
    text-decoration: none;
}

.blog .sidebar .widget .mini-works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.blog .sidebar .widget .mini-works li {
    width: 33.3333%;
    display: inline-block;
    margin: 0;
    padding: 4px;
    list-style: none;
}

.blog .post {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
}

.blog .post.single {
    position: relative;
}

.blog .post.single .post-image {
    width: 100%;
    margin-bottom: 50px;
}

.blog .post.single .post-content {
    width: 100%;
    padding: 0 60px;
}

.blog .post.single .post-content .post-title {
    font-size: 4vw;
    line-height: 1.4;
}

.blog .post:nth-child(even) {
    position: relative;
}

.blog .post:nth-child(even) .post-image {
    order: 2;
}

.blog .post:nth-child(even) .post-image:before {
    right: auto;
    left: -25px;
}

.blog .post:nth-child(even) .post-content {
    order: 1;
    padding-right: 60px;
    padding-left: 0;
    text-align: right;
}

.blog .post .post-image {
    width: 45%;
    margin: 0;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}

.blog .post .post-image img {
    position: relative;
    width: 100%;
}

.blog .post .post-image:before {
    content: "";
    width: 90%;
    height: 60%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: 0;
    background: url(../images/dot-pattern.png) right;
    background-size: 10px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0.2;
}

.blog .post .post-content {
    width: 55%;
    padding-left: 60px;
}

.blog .post .post-content h5 {
    font-weight: 600;
    margin-top: 30px;
}

.blog .post .post-content ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog .post .post-content ul li {
    margin: 0;
}

.blog .post .post-content .social-share {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
}

.blog .post .post-content .social-share li {
    float: left;
    margin-right: 5px;
    padding: 0;
    list-style: none;
}

.blog .post .post-content .social-share li.facebook a {
    background: #475993;
}

.blog .post .post-content .social-share li.twitter a {
    background: #76a9ea;
}

.blog .post .post-content .social-share li.google-plus a {
    background: #f34a38;
}

.blog .post .post-content .social-share li.linkedin a {
    background: #0077b7;
}

.blog .post .post-content .social-share li.youtube a {
    background: #f61c0d;
}

.blog .post .post-content .social-share li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    float: left;
    background: #222327;
    color: #fff;
    border: none;
    border-radius: 0;
}

.blog .post .post-content .image-left {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.blog .post .post-content .image-full {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.blog .post .post-content .post-date {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0.5;
}

.blog .post .post-content .post-title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 3vw;
    font-weight: 800;
}

.blog .post .post-content .post-title a {
    color: #161619;
}

.blog .post .post-content .post-title a:hover {
    color: #3f9ba6;
    text-decoration: none;
}

.blog .post .post-content .post-author {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.blog .post .post-content .post-author img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}

.blog .post .post-content .post-author span {
    display: inline-block;
    color: #A7A7A7;
}

.blog .post .post-content .post-author span a {
    color: #222327;
    font-size: 15px;
}

.blog .post .post-content .post-author span a:hover {
    color: #222327;
}

.blog .post .post-content .post-categories {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

.blog .post .post-content .post-categories li {
    display: inline-block;
    list-style: none;
}

.blog .post .post-content .post-categories li a {
    font-weight: 600;
    font-size: 11px;
    background: #222327;
    color: #fff;
    line-height: 1;
    padding: 3px 6px;
}

.blog .post .post-content .post-categories li a:hover {
    color: #3f9ba6;
    text-decoration: none;
}

.blog .post .post-content .post-link {
    font-family: "Fjalla One", sans-serif;
    border-bottom: 2px solid #222327;
    padding-bottom: 5px;
}

.blog .post .post-content .post-link:hover {
    color: #3f9ba6;
    text-decoration: none;
}


/* BLOG */
.blogg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    background: #fff;
}

/* .blogg .col-lg-9 {
    padding-right: 60px;
} */

.blogg .sidebar {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.blogg .sidebar .widget {
    width: 100%;
    display: block;
    border-left: 1px solid #eee;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.blogg .sidebar .widget .title {
    display: block;
    font-weight: 800;
    font-size: 19px;
    padding: 15px 0;
    position: relative;
}

.blogg .sidebar .widget .title:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #222327;
    position: absolute;
    left: -31px;
    top: 0;
}

.blogg .sidebar .widget p {
    margin: 0;
}

.blogg .sidebar .widget form {
    width: 100%;
}

.blogg .sidebar .widget form input[type=text] {
    width: 100%;
    margin-bottom: 10px;
}

.blogg .sidebar .widget .categories {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blogg .sidebar .widget .categories li {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}

.blogg .sidebar .widget .categories li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ccc;
    color: #fff;
    margin-right: 15px;
    margin-left: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

.blogg .sidebar .widget .categories li a {
    color: #222327;
    margin-left: 0;
    font-weight: 600;
}

.blogg .sidebar .widget .tags {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 0;
}

.blogg .sidebar .widget .tags li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.blogg .sidebar .widget .tags li a {
    font-weight: 600;
    font-size: 11px;
    background: #222327;
    color: #fff;
    line-height: 1;
    padding: 3px 6px;
}

.blogg .sidebar .widget .tags li a:hover {
    color: #3f9ba6;
    text-decoration: none;
}

.blogg .sidebar .widget .mini-works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.blogg .sidebar .widget .mini-works li {
    width: 33.3333%;
    display: inline-block;
    margin: 0;
    padding: 4px;
    list-style: none;
}

.blogg .post {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
}

.blogg .post.single {
    position: relative;
}

.blogg .post.single .post-image {
    width: 100%;
    margin-bottom: 50px;
}

.blogg .post.single .post-content {
    width: 100%;
    padding: 0 60px;
}

.blogg .post.single .post-content .post-title {
    font-size: 4vw;
    line-height: 1.4;
}

.blogg .post:nth-child(even) {
    position: relative;
}

.blogg .post:nth-child(even) .post-image {
    order: 2;
}

.blogg .post:nth-child(even) .post-image:before {
    right: auto;
    left: -25px;
}

.blogg .post:nth-child(even) .post-content {
    order: 1;
    padding-right: 60px;
    padding-left: 0;
    text-align: right;
}

.blogg .post .post-image {
    width: 45%;
    margin: 0;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}

.blogg .post .post-image img {
    position: relative;
    width: 100%;
}

.blogg .post .post-image:before {
    content: "";
    width: 90%;
    height: 60%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: 0;
    background: url(../images/dot-pattern.png) right;
    background-size: 10px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0.2;
}

.blogg .post .post-content {
    width: 55%;
    padding-left: 60px;
}

.blogg .post .post-content h5 {
    font-weight: 600;
    margin-top: 30px;
}

.blogg .post .post-content ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.blogg .post .post-content ul li {
    margin: 0;
}

.blogg .post .post-content .social-share {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
}

.blogg .post .post-content .social-share li {
    float: left;
    margin-right: 5px;
    padding: 0;
    list-style: none;
}

.blogg .post .post-content .social-share li.facebook a {
    background: #475993;
}

.blogg .post .post-content .social-share li.twitter a {
    background: #76a9ea;
}

.blogg .post .post-content .social-share li.google-plus a {
    background: #f34a38;
}

.blogg .post .post-content .social-share li.linkedin a {
    background: #0077b7;
}

.blogg .post .post-content .social-share li.youtube a {
    background: #f61c0d;
}

.blogg .post .post-content .social-share li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    float: left;
    background: #222327;
    color: #fff;
    border: none;
    border-radius: 0;
}

.blogg .post .post-content .image-left {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.blogg .post .post-content .image-full {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.blogg .post .post-content .post-date {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0.5;
}

.blogg .post .post-content .post-title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 5vw;
    font-weight: 800;
}

.blogg .post .post-content .post-titlle {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 1vw;
    font-weight: 800;
    text-align: start;
}

.blogg .post .post-content .post-tittle {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 5vw;
    font-weight: 800;
    text-align: start;
}

.blogg .post .post-content .post-title a {
    color: #161619;
}

.blogg .post .post-content .post-title a:hover {
    color: #3f9ba6;
    text-decoration: none;
}

.blogg .post .post-content .post-author {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.blogg .post .post-content .post-author img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}

.blogg .post .post-content .post-author span {
    display: inline-block;
    color: #A7A7A7;
}

.blogg .post .post-content .post-author span a {
    color: #222327;
    font-size: 15px;
}

.blogg .post .post-content .post-author span a:hover {
    color: #222327;
}

.blogg .post .post-content .post-categories {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

.blogg .post .post-content .post-categories li {
    display: inline-block;
    list-style: none;
}

.blogg .post .post-content .post-categories li a {
    font-weight: 600;
    font-size: 11px;
    background: #222327;
    color: #fff;
    line-height: 1;
    padding: 3px 6px;
}

.blogg .post .post-content .post-categories li a:hover {
    color: #3f9ba6;
    text-decoration: none;
}

.blogg .post .post-content .post-link {
    font-family: "Fjalla One", sans-serif;
    border-bottom: 2px solid #222327;
    padding-bottom: 5px;
}

.blogg .post .post-content .post-link:hover {
    color: #3f9ba6;
    text-decoration: none;
}



/* CLIENTS */
.clients {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    background: #fff;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.clients ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.clients ul li {
    width: 33.33333%;
    margin: 0;
    padding: 40px;
    list-style: none;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

/* CLIENTS */
.clientss {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    background: #222327;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.clientss ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.clientss ul li {
    width: 33.33333%;
    margin: 0;
    padding: 40px;
    list-style: none;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

/* CLIENTS */
.clientsss {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
    text-align: start;
    padding-bottom: 15px;
}

.clientsss ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.clientsss ul li {
    width: 33.33333%;
    margin: 0;
    padding: 40px;
    list-style: none;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

/* R&D */
.research {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    padding-bottom: 80px;
    /* background: #222327; */
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(22, 57, 65, 0.99) 0%, #141517 100%) !important;
}

.research ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.research ul li {
    width: 33.33333%;
    margin: 0;
    padding: 40px;
    list-style: none;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

/* CONTACT */
.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    background: #fff;
}

.contact h6 {
    font-weight: 600;
    margin-top: 30px;
}

.contact address {
    display: block;
}

.contact address p {
    margin: 0;
}

.contact address a {
    text-decoration: underline;
}

.contact .contact-form {
    width: 100%;
    display: block;
}

.contact .contact-form #contact {
    display: block;
}

.contact .contact-form #contact .form-group {
    display: block;
    position: relative;
    margin-bottom: 35px;
}

.contact .contact-form #contact .form-group span {
    width: 100%;
    line-height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    z-index: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.contact .contact-form #contact .form-group span.label-up {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group input[type=text] {
    width: 400px;
    background: none;
    position: relative;
    z-index: 2;
}

.contact .contact-form #contact .form-group input:focus+span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group textarea {
    width: 500px;
    background: none;
    position: relative;
    z-index: 2;
}

.contact .contact-form #contact .form-group textarea:focus+span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group label.error {
    width: 100%;
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}

.contact .contact-form #success,
.contact .contact-form #error {
    display: none;
    float: left;
}

.contact .contact-form #error {
    background: red;
    color: #fff;
}

.contact .contact-form #success {
    background: green;
    color: #fff;
}

.contact .contact-form .alert {
    border: none;
    border-radius: 0;
    padding: 20px 30px;
}

.contact .map {
    width: 80%;
    height: 400px;
    display: block;
    background: #222327;
}
.btn-send-contact-info{

    width: 231px;
    height: 54px;
    margin-bottom: 5px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 16px 12px rgba(191, 191, 191, 0.35);
    border-radius: 31px;
}

.contact .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* FOOTER */
.footer {
    font-family: 'Poppins';
    height: 40%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    color: #fff;
    background-color: #152024!important;
    /*background: #152024;*/
    background: url(../Image/bg-images/mapfooter.png);
    background-size: 90% auto;
}

.footer ul {
    margin: 0;
    padding: 0;
    float: right;
}


.footer ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer ul li a {
    color: #fff;
    font-size: 13px;
}

.footer ul li a:hover {
    color: #3f9ba6;
}

.footer h6 {
    font-family: "Fjalla One", sans-serif;
    font-size: 2vw;
    margin-bottom: 20px;
}

.footer h2 {
    font-size: 4vw;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 50px;
    opacity: 0.7;
}

.footer .link {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #3f9ba6;
    padding-bottom: 5px;
}

.footer .link:hover {
    border-color: #fff;
    text-decoration: none;
}

.footer .footer-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
}

.footer .footer-bar .copyright {
    margin: 0;
}

.footer .footer-bar .creation {
    margin-left: auto;
}

.footer .footer-bar .creation a {
    color: #fff;
    text-decoration: underline;
}

.footer .footer-bar .creation a:hover {
    text-decoration: none;
    color: #3f9ba6;
}

/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    .section-title {
        font-size: 8vw;
        margin-bottom: 50px;
    }

    .page-header .inner {
        padding-left: 160px;
    }

    .all-cases .inner {
        padding-left: 160px;
    }

    .social-media .inner ul li {
        font-size: 4vw;
    }

    .all-cases .inner ul li {
        font-size: 10vw;
    }

    .works {
        padding: 80px 0;
    }

    .works ul li {
        width: 50%;
    }

     .slider .gallery-thumbs .swiper-slide-active span {
        width: 100%;
        font-size: 3vw;
        line-height: 3vw;;
    }

    .intro .col-lg-7 {
        padding-left: 15px;
        margin-top: 50px;
    }

    .text-content-block {
        padding: 80px 0;
    }

    .intro-image {
        padding-bottom: 80px;
    }

    .icon-content-block .col-lg-3:nth-child(3) {
        margin-top: 0;
    }

    .icon-content-block .content-block {
        padding: 30px 20px;
    }

    .process {
        margin-bottom: 80px;
    }

    .process .col-lg-3:first-child {
        margin-bottom: 40px;
    }

    .process .odometer {
        font-size: 8vw;
    }
    .team {
        padding: 80px 0;
    }

    .team:before {
        display: none;
    }

    .team .col {
        width: 33.33333%;
        flex-basis: auto;
        flex-grow: inherit;
    }

    .team figure {
        margin: 30px 0;
    }

    .team figure figcaption {
        color: #fff;
    }

    .team h5 {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .intro {
        padding: 80px 0;
    }

    .clients {
        padding: 80px 0;
    }

    .blog {
        padding: 30px 0;
    }

    /* .blog .col-lg-9 {
        padding-right: 15px;
    } */

    .contact {
        padding: 80px 0;
    }

    .contact .map {
        width: 100%;
        margin: 50px 0;
    }

    .contact .contact-form {
        margin-top: 30px;
    }

    .footer h6 {
        font-size: 26px;
    }

    .footer ul {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .footer ul li {
        margin-left: 0;
        margin-right: 10px;
    }
}

/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .section-title {
        font-size: 9vw;
        margin-bottom: 40px;
    }

    .slider .gallery-thumbs {
        width: 100%;
        margin: 0;
    }

    .page-header .inner {
        padding-left: 100px;
    }

    .page-header .inner p {
        font-size: 17px;
        padding-right: 10%;
    }

    .all-cases .inner {
        padding-left: 100px;
    }

    .all-cases .inner ul li {
        font-size: 13vw;
    }

    .site-navigation .inner {
        padding-left: 0;
    }

    .site-navigation .inner ul li {
        line-height: 1;
    }

    .site-navigation .inner ul li a {
        font-size: 34px;
    }

    .site-navigation .inner ul li i {
        font-size: 20px;
        margin-left: 13px;
    }

    .site-navigation .inner ul li small {
        display: none;
    }

    .site-navigation .inner ul li ul {
        margin-top: 10px;
    }

    .site-navigation .inner ul li ul li a {
        font-size: 22px;
    }

    .left-side {
        width: 80px;
        border-right: none;
    }

    .left-side .follow-us {
        display: none;
    }

    .slide-progress {
        display: none;
    }

    .all-cases-link {
        right: 15px;
    }

    .swiper-button-next {
        right: 20px;
    }

    .swiper-button-prev {
        right: 90px;
    }

    .icon-content-block .col-lg-3:nth-child(3) {
        margin: 50px 0;
    }

    .icon-content-block .content-block {
        padding: 0;
    }

    .icon-content-block .content-block.selected {
        background: none;
        box-shadow: none;
    }

    .icon-content-block .content-block.selected:before {
        display: none;
    }

    /* .testimonials .testimonial {
      padding: 70px 50px;
    }

    .testimonials .swiper-pagination {
      bottom: 85px;
    } */
    
    .slider .gallery-thumbs .swiper-slide-active span {
        width: 100%;
        font-size: 6.5vw;
        line-height: 6vw;
    }

    .team .col {
        width: 50%;
    }

    .works ul li {
        width: 100%;
    }

    .works ul li:nth-child(2n+2) {
        margin-top: 0;
    }

    .works ul li:nth-child(3n+3) {
        margin-top: 0;
    }

    .clients ul li {
        padding: 30px 20px;
        width: 50%;
    }

    .clients ul li:last-child {
        display: none;
    }

    .blog .post .post-image {
        width: 100%;
        margin-bottom: 40px;
    }

    .blog .post .post-content {
        width: 100%;
        padding: 0 !important;
    }

    .blog .post:nth-child(even) {
        text-align: left;
    }

    .blog .post:nth-child(even) .post-image {
        order: 1;
    }

    .blog .post:nth-child(even) .post-content {
        order: 2;
        text-align: left;
    }

    .blog .post .post-content .post-title {
        font-size: 7vw;
    }

    .blog .post.single .post-content .post-title {
        font-size: 8vw;
    }

    .footer h2 {
        font-size: 7vw;
    }

    .footer h2 br {
        display: none;
    }

    .footer .footer-bar .creation {
        width: 100%;
        display: block;
        margin-top: 5px;
    }
}

/* ANIMATIONS */
@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes show-img-1 {

    0%,
    66.6% {
        visibility: hidden;
    }

    100%,
    66.7% {
        visibility: visible;
    }
}

@keyframes show-img-1 {

    0%,
    66.6% {
        visibility: hidden;
    }

    100%,
    66.7% {
        visibility: visible;
    }
}

@-webkit-keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.05, 1);
        transform: scale(0.05, 1);
    }

    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.05, 1);
        transform: scale(0.05, 1);
    }

    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}
/*.map-overlay{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url("../Image/bg-images/mapfooter.png");*/
/*    background-size: cover;*/
/*    opacity: 0.5; !* Example: semi-transparent overlay *!*/
/*    z-index: 1; !* Ensure the overlay appears on top of the video *!*/
/*}*/

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../video/layer.png");
    background-size: cover;
    opacity: 1; /* Example: semi-transparent overlay */
    z-index: 1; /* Ensure the overlay appears on top of the video */
}

.zoom-item {
    transition: transform 0.3s;
}

.zoom-item:hover {
    font-weight: bold;
    transform: scale(0.3);
}
.nav-link{ 
    color: white; 
    background: transparent; 
    border-color: transparent; 
    /*border: none; */
    border: solid 1px #439BA5; 
    margin-left: 3px; 
    border-radius: 6px; 
    margin-bottom: 5px;
} 

.nav-link:hover{ 
    color: white !important; 
    background: #58c5d456; 
    border: none #58c5d456; 
    border-radius: 6px; 
} 
a.nav-link{
    background: transparent !important;
    color: white !important;
}
/*.nav-link:focus{*/
/*    outline: none;*/
/*}*/
span.custom{
    font-size: 20px;
}
.img-fluid{
    /* max-width: 60% !important; */
    max-width: 100% !important;

}

.aboutus-logo{
    /* max-width: 60% !important; */
    max-width: 35% !important;
    margin-top: -25px;

}

.career-logo{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}

.span-services-title{

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;


    /* identical to box height, or 31px */
    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.image-card {
    margin-bottom: 20px;
    /*transition: 0.3s ease-in-out;*/
    /*!*box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);*!*/
    /*transition: .7s transform cubic-bezier(.155,1.105,.295,1.12),.7s box-shadow,.7s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);*/
    /*cursor: pointer;*/
}
.image-card img {
    /*width: 100%;*/
    /*max-height: 225px; */
    object-fit: contain;
    height: 100%;
    width: auto;
}
.image-container {
    text-align: center;
    height: 200px;
    padding-bottom: 1%;
}

.image-container-home{
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.image-container-services{
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .col-sm-3.col-12.col-md-3.card.product-cards {
        margin: 0px 0px 50px 0px;
    }
}



/*.image-card:hover{*/
/*    transform: scale(1.07);*/
/*    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);*/
/*}*/
.card-title{
    margin-top: revert !important;
    font-size: 20px;
    font-weight: bold;
}
.card-text{
    font-size: 13px;
    text-align: inherit;
}
.card-body {
    /*text-align: center;*/
    color: white;

}
.text-end{
    text-align: end !important;
}
.card-content-container{
    text-align: left;
    max-width: 80%;
}
.card-content-container h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
}
.card-content-container p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 18px;
    line-height: 160%;

    /* or 35px */
    letter-spacing: 0.3px;

    color: #FFFFFF;
}
.selected-btn{
    background: #439BA5;
    border: none #439BA5;
    border-radius: 6px;
}
.tab-container {
    display: flex;
    align-items: center;
}

.nav-container {
    flex-grow: 1;
    /*overflow: hidden;*/
    position: relative;
}

.tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.3s ease;
}

.tabs .nav-item {
    flex-grow: 1;
}

.arrow-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.arrow-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.industries {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(22, 57, 65, 0.99) 0%, #141517 100%);
}
.products{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(22, 57, 65, 0.99) 0%, #141517 100%) !important;
}
.nav-link.selected-btn {
    color: white !important;
    background-color: #439BA5;
}

.card-img-top{
    margin-bottom: -50px;
    margin-top: -50px;
    height: 100%;
    width: 100%;
    padding: 20px;
    /*margin-bottom: 60px;*/
    /*margin-top: -60px;*/
}
.product-img-container{
     max-height: 100px;
    padding: 65px;
    padding-bottom: 0px;
    padding-top: 20px;

}
.product-content-container .card-body h5{
    color:#0F212A;
    text-align: left;
}
.product-content-container .card-body p{
    color:#0F212A;
    text-align: left;
    height: 65px;

}
.product-content-container .card-body span{
    margin-left: 100px;
}

.product-cards{
    transition: 0.3s ease-in-out;
    margin-left: 5%;
    margin-top: 2%;

}

.product-cards:hover{
    transform: scale(1.07);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
/*.card{*/
/*    height: 400px!important;*/
/*}*/
.custom-btn-products{
    width: 231px;height: 54px;background: #FFFFFF;box-shadow: inset 0px 0px 16px 12px rgba(191, 191, 191, 0.35);border-radius: 31px; padding: 13px;
}

/*# sourceMappingURL=style.css.map */

.visionHR{
    font-family: 'Poppins';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*padding: 150px 0;*/
    color: #000000;
    background: #FFFFFF;
}


.about-us{
    background: #FFFFFF;
}
.empty{
    background: #F5F5F5;
    height:10%;
}

.contact-us-btn{
    padding: 10px;
    width: 231px;
    color: black;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 16px 12px rgba(191, 191, 191, 0.35);
    border-radius: 31px;
}
.map-image {
    position: relative;
    display: inline-block;
}

.hotspot {
    position: absolute;
    display: block;
    width: 15px;
    height: 200px;
    border-radius: 50%;
    /*background: radial-gradient(circle at center, #107581, #FFFFFF);*/
    /*background-color: #107581;*/
    /*opacity: 0.7;*/
    cursor: pointer;
}

.tooltip {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    background-color: #808080;
    color: #000000;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.text-div {
    display: none;
    width: 200px;
    height: 100px;
    background-color: #e0e0e0;
    padding: 10px;
    transition: background-color 0.3s ease;
}

a:hover .text-div {
    display: block;
}

.hotspot:hover .tooltip {
    display: block;
    background-color: #a0a0a0;
    font-size: 16px;
}
.career-submit-btn{
    background: #FFFFFF!important;
    color: black!important;
    box-shadow: inset 0px 0px 16px 12px rgba(191, 191, 191, 0.35);
    border-radius: 31px;
    padding: 15px;
}
.home-all-services-btn{
    color:white;
    padding: 15px;
    background: #151F23;
    width: 220px;
    height: 55px;
    box-shadow: inset 0px 0px 16px 6px rgba(0, 229, 255, 0.65);
    border-radius: 31px;
}
.home-all-services-btn:hover{
    color:white;
    padding: 15px;
    background: #151F23;
    width: 220px;
    height: 55px;
    box-shadow: inset 0px 0px 16px 6px rgba(0, 229, 255, 0.65);
    border-radius: 31px;
}

/* Background wave animation */
.wave {
    height: 100%;
    width: 100%;
    margin: 0;
    top: -1%;
    left: -0.8%;
    position: fixed;
    /* background-size: 100vh 100vw; */
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    filter: url("#turbulence");
}
@media (max-width: 767px) {
  /* Replace 767px with the appropriate breakpoint for your mobile view */

  /* Reset background size for mobile view */
  #header {
    background-size: cover; /* You can also use 'contain' or other values as needed */
    background-position: center; /* Adjust the position if needed */
  }
}
.animate-charcter
{
    background-image: linear-gradient(
        to left,
        #8ac7c9 0%,
        #ffffff 50%,
        #8ac7c9 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }

}

.Mover {
    overflow: hidden;
.slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
.logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
.fab {
    width: calc(100% / 8);
    animation: fade-in 0.5s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
}
}
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.section-2 p{
    font-size: 80%;
    line-height: 0.9;
}
.section-3 p{
    font-size: 80%;
    line-height: 0.9;

}
.section-4 p{
    font-size: 80%;
    line-height: 1.3;
}
.home-cards{
    text-align: center;
    transition: 0.3s ease-in-out;
}
.home-cards:hover{
    transform: scale(1.07);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    cursor: pointer;
}
.home-container{
    margin-top: 30px;
}
.card.mb-3.cto-message {
    font-family: 'Poppins';
    font-style: normal;
    border-color: transparent;
    background: #F8F8F8;
    padding-left: 5%;
    border-radius: 13px;
}

.cto-img-section{
    padding: 40px 60px 40px 60px;


}
.cto-img-section img{
    padding-left: 15px;
}
.cto-img-section .image-text span{
    padding: 0px;
}
.cto-img-section .image-text small{
    padding-left: 55px;
}
.cto-section .card-body{
    color:black;

}
/********** blogs ***********/
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
    color: white;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.blog-swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.blog-left-img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1rem 0;
}
.blog-card{
    margin-bottom: 20px;
}
.blog-card .blog-header{
    width: 100%;
    height: 100%;
}
.blog-card .blog-header img{
    object-fit: fill;
    height: 20vh !important;
    width: 100% !important;
    border-radius: 8px 8px 0 0;
}
.blog-card .blog-body{
    background-color: white;
    color: #000;
    text-align: left;
    border-radius: 0 0 8px 8px;
    height: 28vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-card .blog-body .card-title {
    margin-top: 0px !important;
    font-size: 16px;
    color: #000;
}
.blog-card .blog-body p {
    color: #000;
}
.blog-card .blog-body a {
    color: #5dd3f0;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.blog-card .blog-body a:hover {
    transform: scale(1.1) !important;
}
.blog-content {

}
.blog-content .sub-header{
    margin-left: 2rem;
    margin-right: 2rem;
}
.blog-content p {
    color: white;
    text-align: justify;
}
.blog-content ul li {
    color: white;
}
.recent-blog {
    margin-bottom: 2rem;
}
.recent-blog img {
    border-radius: 8px;
}
/* .recent-blog hr{
    height: 0.5px;
    color: #818181;
    margin-top: 0rem;
} */
.blog hr {
    height: 0.5px;
    color: #818181;
    margin-top: 0rem;
}
.blog p {
    color: white;
    text-align: justify;
}
.background {
    background-color: white;
}
.row-address {
    display: flex;
}
.column-address {
    flex: 1;
    padding: 10px;
}
.a-to-z{
    width: 100%;
    background-color: #ffffff;
}
.image-a-to-z{
    width:25%;
    margin: 20px 0px 20px 40%;
}
.hotspot-a-to-z {
    text-align: left;
    position: absolute;
    display: block;
    width: 16%;
    height: 10%;
    margin-left: 5%;
    transition: 0.3s ease-in-out;
}

.a-to-z-contact{
    margin-left: 25%;
}

.hotspot-a-to-z:hover{
    transform: scale(1.1);

}

.btn-animation {
    transition: 0.3s ease-in-out;
}

.btn-animation:hover {
    transform: scale(0.95);
}

.RnD-scoper{
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
}

.RnD-scoper:hover {
    transform: scale(1.1);
}
.navbar-header{
    margin-bottom: 16%;
}
/*.navbar-transparent {*/
/*    font-family: 'Poppins';*/
/*    background-color: transparent;*/
/*    position: absolute;*/
/*    font-size: 16px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 100;*/
/*    padding-top: 20px;*/
/*}*/
.dropdown-item:hover {
    background-color: #3f9ba6;
    color: white;
}
#navbarSupportedContent{
    margin-left: 2%;
    margin-right: 2%;
}
.pd-l{
    padding-left: 5%;
}
.pd-r{
    padding-right: 10%;
    /*padding-right: 0%;*/
}
.h-35{ 
height: 35px; 
width: auto; 
} 
.pd-t{
    padding-top: 50px !important;
}
.fl-h{
    height: 40px;
}
.d-f{
    display: flex;
}
.hide{
    display: none !important;
}
.pd-tm{
    padding-top: 50px !important;
}

@media (max-width: 767px) {
    /* CSS rules for mobile devices */
    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidebar a:hover {
        color: #f1f1f1;
    }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.ft-cl{
    color: #81daf0;
}

.ft-cl:hover{
    color: #81daf077 !important;
}

#navbarSupportedContent{
    display: block;
}
.tc-r{
    text-align: right;
}
.pd-80{
    padding: 80px;
    font-style: italic;
}
.t-0{
    top: 0 !important;
}
.mb-b{
    margin-bottom: 20px;
}
.mob-hide{
    display: none;
}
.mob-show{
    display: block;
}







/* ===================================================================
 * # testimonials
 *
 * ------------------------------------------------------------------- */
.s-testimonials {
    padding-top: 0.2rem;
    padding-bottom: 4rem;
    text-align: center;
    position: relative;
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.s-testimonials::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    /* background-color: #3f3d3d; */
}

.testimonials__icon {
    height: 3.5rem;
    width: 3.5rem;
    background-color: transparent;
    background-image: url(../image/icon-quote.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1rem;
    left: 50%;
    margin-left: -2.25rem;
}

.testimonials__slider {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.636;
    margin-top: 5.8rem;
    color: #6c757d;
    position: relative;
}

.testimonials__p {
    margin-left: 100px;
    margin-right: 100px;
    font-style: italic;
}

.testimonials__slider .slick-slide {
    outline: none;
}

.testimonials__slider .slick-dots {
    display: block;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 3rem 0 0 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
}

.testimonials__slider .slick-dots li {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 9px;
    cursor: pointer;
}

.testimonials__slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    background: #6c757d;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.testimonials__slider .slick-dots li button:hover,
.testimonials__slider .slick-dots li button:focus {
    outline: none;
}

.testimonials__slider .slick-dots li.slick-active button,
.testimonials__slider .slick-dots li:hover button {
    background: transparent;
    box-shadow: 0 0 0 2px #0c0c0c;
}

.testimonials__author {
    margin-top: 0;
    font-family: "Poppins";
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #3f9ba6;
}

.testimonials__author span {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #6c757d;
    text-transform: none;
    letter-spacing: 0;
}

/* -------------------------------------------------------------------
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .testimonials__slider {
        font-size: 3.3rem;
    }

}

@media only screen and (max-width:1000px) {
    .s-testimonials {
        padding-top: 15rem;
        padding-bottom: 19.2rem;
    }

}

@media only screen and (max-width:900px) {
    .testimonials__icon {
        height: 3.9rem;
        width: 3.9rem;
        margin-left: -1.95rem;
    }

    .testimonials__slider {
        font-size: 3rem;
    }

}

@media only screen and (max-width:800px) {
    .testimonials__icon {
        height: 3.6rem;
        width: 3.6rem;
        margin-left: -1.8rem;
    }

    .testimonials__slider {
        font-size: 2.7rem;
    }

}

@media only screen and (max-width:1100px) {

    .hide{
        display: block !important;
    }
    .pd-tm{
        padding-top: 0px !important;
    }
    .tc-r{
        text-align: center;
    }
    .pd-80{
        padding-left: 0px;
        padding-right: 0px;
    }

    .pd-l{
        padding-left: 5%;
    }
    .mob-hide{
        display: block;
    }
    .mob-show{
        display: none;
    }
    
    .nav-link:hover{ 
        background: #439BA5 !important; 
        border: none #439BA5 !important;  
    }


    #navbarSupportedContent{
        display: none;
    }
    .s-testimonials {
        padding-top: 7.8rem;
        padding-bottom: 15rem;
    }

    .testimonials__icon {
        height: 3.3rem;
        width: 3.3rem;
        margin-left: -1.65rem;
        top: 9rem;
    }

    .testimonials__slider {
        font-size: 2.5rem;
    }

    .testimonials__author {
        font-size: 1.4rem;
    }

    .testimonials__author span {
        font-size: 1.4rem;
    }

}


@media only screen and (max-width:400px) {
    .testimonials__slider {
        font-size: 2.1rem;
    }

}

@media only screen and (max-width:350px) {
    .testimonials__slider {
        font-size: 1.9rem;
    }

}

.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-it{
    padding-right: 5px;
}

.map_img{
    position: relative;
    max-width: 100%;
}

.remove-card{
    display: none;
}
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);

.loading { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #000; 
    z-index: 9999; 
    opacity: 1; 
    transition: opacity 0.5s ease-out; /* Add transition property */ 
} 

 

.loading-logo { 
    height: auto; 
    width: 13.5%; 
    background-color: #000000; 
    color: white; 
    position: absolute; 
    top: 44%; 
    left: 49.3%; 
    opacity: 0.7; 
    transform: translate(-50%, -50%); 
    z-index: 2; 
} 

.loading.hidden { 
    opacity: 0; 
    pointer-events: none; /* Disable pointer events on hidden element */ 
} 

.loading-text { 
    position: absolute; 
    top: 50%; /* Adjust the vertical position */ 
    left: 50%; /* Adjust the horizontal position */ 
    transform: translate(-50%, -50%); /* Center the loading text */ 
    text-align: center; 
    width: 100%; 
    height: 100px; 
    line-height: 100px; 
    z-index: 1; /* Set a lower z-index for the loading text */ 

} 



.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-family: 'Quattrocento Sans', sans-serif;
}

.loading-text span:nth-child(1) {
    filter: blur(0px);
    animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
    filter: blur(0px);
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
    filter: blur(0px);
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
    filter: blur(0px);
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
    filter: blur(0px);
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
    filter: blur(0px);
    animation: blur-text 1.5s 1s infinite linear alternate;
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }
    100% {
        filter: blur(4px);
    }
}

@media only screen and (min-width: 1400px) { 

    .loading-logo { 
        top: 48%;
        width: 9%;
    } 

    .loading-text { 
        top: 52%; 
        left: 50%;  
    } 
}

@media only screen and (min-width: 558px) and (max-width: 900px) { 
    .loading-logo { 
        top: 48%;
        width: 19%;
        left: 49%;
    } 

    .loading-text { 
        top: 52%; 
        left: 50%;
        width: 50%;  
    } 
}

@media only screen and (min-width: 401px) and (max-width: 557px) { 
    .loading-logo { 
        top: 48%;
        width: 41%;
        left: 48%;
    } 

    .loading-text { 
        top: 52%; 
        left: 50%;
        width: 50%;  
    } 
} 

@media only screen and (max-width: 400px) { 
    .loading-logo { 
        top: 48%;
        width: 45%;
        left: 49.5%;
    } 

    .loading-text { 
        top: 52%; 
        left: 50%;
        width: 50%;  
    } 
} 

.nav-it.zoom-item{
    color: white;
    transition: transform 0.3s;
}
.nav-it.zoom-item:hover{
    transform: scale(1.1);
}
#hamburger{
    width: auto;
}
#side-nav-btn{
    color: white;
    background-color: transparent;
    border: transparent
}
.text {
    visibility: hidden;
    background-color: #fff;
    color: #000;
    text-align: center;
    /*padding: 35px;*/
    border-radius: 5px;
    position: absolute;
    width: 200px;
    height: 85px;
    bottom: 30px;
    /*transform: translateX(-100%);*/
    white-space: nowrap;
}
.hotspot.active .text {
    visibility: visible;
    /*top: 100%;*/
}
.hotspot:hover .text {
    visibility: visible;
}
.container-fluid {
    position: relative;
}

.hotspot {
    position: absolute;
    cursor: pointer;
}
@media only screen and (max-width: 576px) {
    /* CSS rules for extra small devices */
    .hotspot.hs-1{
        left: 23% !important;
        top: 12% !important;
    }
    .hotspot.hs-2{
        left: 37% !important;
        top: 11.5% !important;
    }
    .hotspot.hs-3{
        left: 61% !important;
        top: 13.6% !important;
    }
    .hotspot.hs-4{
        left: 28.9% !important;
        top: 13% !important;
    }
    .hotspot.hs-5{
        left: 57% !important;
        top: 13.9% !important;
    }
    .hotspot {
        position: absolute;
        display: block;
        width: 8px;
        height: 200px;
        border-radius: 50%;
        /*background: radial-gradient(circle at center, #107581, #FFFFFF);*/
        /*background-color: #107581;*/
        /*opacity: 0.7;*/
        cursor: pointer;
    }
    .text {
        visibility: hidden;
        background-color: #fff;
        color: #000;
        font-size: 6px;
        text-align: center;
        padding-left: 0px;
        border-radius: 5px;
        position: absolute;
        /*width: 10px;*/
        /*height: 10px;*/
        /*top: -30px;*/
        /*left: 100%;*/
        bottom: 30px;
        transform: translateX(-100%);
        white-space: nowrap;
    }

    .hotspot:hover .text {
        visibility: hidden;
    }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
    /* CSS rules for small devices */
    .hotspot.hs-1{
        left: 26.2% !important;
        top: 12% !important;
    }
    .hotspot.hs-2{
        left: 50.5% !important;
        top: 11.5% !important;
    }
    .hotspot.hs-3{
        left: 57.8% !important;
        top: 13.6% !important;
    }
    .hotspot.hs-4{
        left: 59.9% !important;
        top: 14% !important;
    }
    .hotspot.hs-5{
        left: 63% !important;
        top: 12.9% !important;
    }
    .hotspot {
        position: absolute;
        display: block;
        width: 8px;
        height: 200px;
        border-radius: 50%;
        /*background: radial-gradient(circle at center, #107581, #FFFFFF);*/
        /*background-color: #107581;*/
        opacity: 0.7;
        cursor: pointer;
    }
}
/* Styles for smaller screens */


@media screen and (min-width: 1024px) {
    .hotspot.hs-1{
        left: 26.2% !important;
        top: 12% !important;
    }
    .hotspot.hs-2{
        left: 50.5% !important;
        top: 11.5% !important;
    }
    .hotspot.hs-3{
        left: 57.8% !important;
        top: 13.6% !important;
    }
    .hotspot.hs-4{
        left: 59.9% !important;
        top: 14% !important;
    }
    .hotspot.hs-5{
        left: 63% !important;
        top: 12.9% !important;
    }
    .hotspot {
        position: absolute;
        display: block;
        width: 8px;
        height: 200px;
        border-radius: 50%;
        /*background: radial-gradient(circle at center, #107581, #FFFFFF);*/
        /*background-color: #107581;*/
        opacity: 0.7;
        cursor: pointer;
    }
}

@media screen and (min-width: 1200px) {
    .hotspot.hs-1{
        left: 21.7% !important;
        top: 15% !important;
    }
    .hotspot.hs-2{
        left: 50.66% !important;
        top: 14.5% !important;
    }
    .hotspot.hs-3{
        left: 59.7% !important;
        top: 29.6% !important;
    }
    .hotspot.hs-4{
        left: 62.4% !important;
        top: 21% !important;
    }
    .hotspot.hs-5{
        left: 66.1% !important;
        top: 17% !important;
    }
    .hotspot {
        position: absolute;
        display: block;
        width: 8px;
        height: 200px;
        border-radius: 50%;
        /*background: radial-gradient(circle at center, #107581, #FFFFFF);*/
        /*background-color: #107581;*/
        opacity: 0.7;
        cursor: pointer;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    /* CSS rules for medium devices */
    .hotspot.hs-1{
        left: 26% !important;
        top: 12% !important;
    }
    .hotspot.hs-2{
        left: 50.5% !important;
        top: 11.5% !important;
    }
    .hotspot.hs-3{
        left: 57.9% !important;
        top: 14.6% !important;
    }
    .hotspot.hs-4{
        left: 59.9% !important;
        top: 14% !important;
    }
    .hotspot.hs-5{
        left: 63% !important;
        top: 12.9% !important;
    }
    .hotspot {
        position: absolute;
        display: block;
        width: 8px;
        height: 200px;
        border-radius: 50%;
        /*background: radial-gradient(circle at center, #107581, #FFFFFF);*/
        /*background-color: #107581;*/
        opacity: 0.7;
        cursor: pointer;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    /* CSS rules for large devices */
    .hotspot.hs-1{
        left: 26% !important;
        top: 10.3% !important;
    }
    .hotspot.hs-2{
        left: 50.57% !important;
        top: 10.1% !important;
    }
    .hotspot.hs-3{
        left: 58.04% !important;
        top: 15.6% !important;
    }
    .hotspot.hs-4{
        left: 60.3% !important;
        top: 13.8% !important;
    }
    .hotspot.hs-5{
        left: 63.4% !important;
        top: 12.17% !important;
    }
    .hotspot {
        position: absolute;
        display: block;
        width: 8px;
        height: 200px;
        border-radius: 50%;
        /*background: radial-gradient(circle at center, #107581, #FFFFFF);*/
        /*background-color: #107581;*/
        opacity: 0.7;
        cursor: pointer;
    }
}
/*@media only screen and (min-width: 1201px) {*/
/*    !* CSS rules for extra large devices *!*/
/*    */
/*}*/

@media (max-width: 767px) {
    .hotspot.hs-1{
        left: 25.9% !important;
        top: 10% !important;
    }
    .hotspot.hs-2 {
        left: 50.2% !important;
        top: 10.5% !important;
    }
    .hotspot.hs-3{
        left: 57.5% !important;

        top: 12.6% !important;
    }
    .hotspot.hs-4{
        left: 59.7% !important;
        top: 11% !important;
        /*top: 13% !important;*/
    }
    .hotspot.hs-5{
        left: 62.8% !important;
        top: 10.9% !important;
    }
    .hotspot {
        position: absolute;
        display: block;
        width: 11px;
        height: 120px;
        border-radius: 50%;
        /*background: radial-gradient(circle at center, #107581, #FFFFFF);*/
        /*background-color: #107581;*/
        opacity: 0.7;
        cursor: pointer;
    }
    .text {
        visibility: hidden;
        background-color: #fff;
        color: #000;
        font-size: 6px;
        text-align: center;
        padding-left: 0px;
        border-radius: 5px;
        position: absolute;
        bottom: 30px;
        transform: translateX(-100%);
        white-space: nowrap;
        width: 80px;
        min-height: 5px;
        height: 5px;
    }

    .hotspot:hover .text {
        visibility: visible;
        /*visibility: hidden;*/
        background-color: #fff;
        color: #000;
        font-size: 6px;
        text-align: center;
        padding-left: 0px;
        border-radius: 5px;
        position: absolute;
        bottom: 30px;
        transform: translateX(-100%);
        white-space: nowrap;
        width: 80px;
        min-height: 5px;
        height: 5px;
    }
    .hotspot.clicked .text {
        visibility: visible;
        /*visibility: hidden;*/
        background-color: #fff;
        color: #000;
        font-size: 6px;
        text-align: center;
        padding-left: 0px;
        border-radius: 5px;
        position: absolute;
        bottom: 30px;
        transform: translateX(-100%);
        white-space: nowrap;
        width: 80px;
        min-height: 5px;
        height: 5px;
    }
}
.analytica-footer-logo{
    width: auto;
    /*height: 45%;*/
}

.img-training{
    /* max-width: 60% !important; */
    max-width: 50%;
    padding-top: 50px;

}

@media (max-width: 767px) {
    .img-training{
        /* max-width: 60% !important; */
        max-width: 30% !important;
        padding-top: 1px !important;

    }
}





@media only screen and (max-width: 576px){
    .page-header .inner {
        padding-left: 20px;
    }
    .page-header .inner p {
        font-size: 12px;
    }
    .page-header .inner h1 {
        font-size: 2.0rem;
    }
    .analytica-footer-logo{
        width: auto;
        height: 30px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
    .page-header .inner {
        padding-left: 20px;
    }
    .page-header .inner p {
        font-size: 13px;
    }
    .page-header .inner h1 {
        font-size: 2.6rem;
    }
    .analytica-footer-logo{
        width: 50%;
        height: 30px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 992px)  {
    .page-header .inner {
        padding-left: 20px;
    }
    .page-header .inner p {
        font-size: 14px;
    }
    .page-header .inner h1 {
        font-size: 3.1rem;
    }
    .analytica-footer-logo{
        width: 50%;
        height: 30px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1290px) {
    .page-header .inner {
        padding-left: 20px;
    }
    .page-header .inner p {
        font-size: 15px;
    }
    .page-header .inner h1 {
        font-size: 3.6rem;
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px)  {
    .aboutus-logo{
        margin-right: 160px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 992px)  {
    .aboutus-logo{
        margin-right: 220px !important;
    }
}
@media only screen and (max-width: 400px)  {
    .career-logo {
        width: 120px !important;
        height: 120px !important;
        margin-bottom: 100px !important;
    }
}
@media only screen and (min-width: 401px) and (max-width: 576px)  {
    .career-logo {
        width: 150px !important;
        height: 150px !important;
        margin-bottom: 110px !important;
    }
}
@media only screen and (min-width: 577px) and (max-width: 768px)  {
    .career-logo {
        width: 180px !important;
        height: 180px !important;
        margin-bottom: 35px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1300px)  {
    .career-logo {
        width: 200px !important;
        height: 200px !important;
        margin-bottom: 38px !important;
    }
}

@media only screen and (min-width: 1301px) {
    .career-logo {
        width: 230px !important;
        height: 230px !important;
        margin-bottom: 38px !important;
    }
}

.contactus-p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;

}
@media only screen and (min-width: 577px) and (max-width: 768px) {
    .contactus-p{
        font-size: 13px !important;
    }
    .img-fluid{
        /* max-width: 60% !important; */
        max-width: 60% !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .contactus-p{
        font-size: 15px !important;
    }
    .img-fluid{
        /* max-width: 60% !important; */
        max-width: 80% !important;
    }
}

@media only screen and (max-width: 576px){
    .contactus-p{
        font-size: 11px !important;
    }
    .img-fluid{
        max-width: 55% !important;
    }
}

/*.btn.btn-watch-tutorial{*/
/*    cursor:auto;*/
/*}*/

@media (max-width: 767px) {
    #map-web {
        display: none !important;
    }
    .contact-info{
        display: none;
    }
    
    .product-header-img{
        height: inherit;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none;
    }
    .container-fluid.contact-detail {
        margin-top: 30px;
    }
}
.carousel-inner {
    text-align: center;
}
.carousel-image{
    width: 60px;
}

.text-fadeIn {
    animation: text-fade-in 12s ease forwards;
}

@keyframes text-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* .fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
} */

.fade-in {
    opacity: 0;
    transition: opacity 1.2s ease-in;
}

.fade-in.show {
    opacity: 1;
}
.ct-partner-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}
 
.ct-partner-logo:hover {
    transform: scale(1.1);
}

.hamburger-text{
    font-family: 'Poppins';
    font-size: 16px;
}

@media only screen and (min-width: 557px) and (max-width: 992px) {
    .ct-partner-logo{
        width: 80%;
    }
    slider .gallery-thumbs .swiper-slide span{
        font-size: 1vw;
    }
}

@media only screen and (max-width: 577px){
    .ct-partner-logo{
        width: 50%;
    }

    slider .gallery-thumbs .swiper-slide span{
        font-size: 1.7vw;
    }
}

/*///////////////////////////////////////////// Navbar /////////////////////////////////////////////////////*/

nav{
    display: flex;
    justify-content:space-between;
    height:10vh;
    background-color: transparent;
    width: 100%;
    z-index: 100;
}

.nav-sidebar{
    position: fixed;
    right: 0px;
    top:0;
    transform: translateX(100%);
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    width: 450px;
    height: 100%;
    align-items: left;
    transition: .3s ease-in-out;
    margin-right: 0px;
    background: #111;
    opacity: 0.9;
    overflow-x: hidden;
    padding-top: 60px;
    padding-bottom: 80px;
    z-index: 100;
}

.nav-sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s ease;
}

.nav-sidebar a:hover {
    color: #f1f1f1;
    background-color: #439ba5;
     transform: scale(1.1);
}


.navbar-transparent {
    font-family: 'Poppins';
    background-color: rgb(21, 32, 36, 0);
    /*background-color: transparent;*/
    /* justify-content:center; */
    position: fixed;
    font-size: 16px;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 100;
    padding-top: 20px;
}

.navbar-nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

.navbar-nav .nav-it{
    padding-right: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-nav .zoom-item {
    transition: transform 0.3s;
}

.navbar-nav .zoom-item:hover {
    font-weight: bold;
    transform: scale(1.07);
}
.navbar-nav .nav-link{ 
    color: white; 
    background: transparent; 
    border-color: transparent; 
    border: solid 1px #58c5d456; 
    margin-left: 3px; 
    margin-bottom: 3px;
    border-radius: 6px; 
} 

.navbar-nav .nav-link:hover{ 
    color: white !important; 
    background: #58c5d456; 
    border: none #58c5d456; 
    border-radius: 6px; 
} 

.navbar-nav a .nav-link{
    background: transparent !important;
    color: white !important;
}


li a{
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 1rem;
    transition:  .3s ease-in-out;
}

li a:hover{
    color: rgb(17, 162, 206);
    transform: scale(1.2);
}

i{
    margin-right: 5px;
}

.logo-container{
    height: 10vh;
    width: auto;
    margin-left: 1rem;
}

.logo{
    height: 100%;
    width: 100%;
 }

.hamburger-btn{
    display: flex;
    flex-direction: row;
    margin-top: 7px;
    margin-right: 15px;
}

.hamburger-text{
    font-size: 19px;
    margin-top: 3px;
}

.hamburger{
    /* height: 10vh; */
    width: 30px;
    cursor: pointer;
    color: white;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px; 
    /* position: fixed; */
    margin-right: 0.6rem;
    /* margin-top: 0.5rem; */
    transition: .3s ease-in-out;
    z-index: 200;
 }

 .line1, .line2, .line3
 {
    height: 5px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-top: 3px;
    border-radius: 5px;
    transition: .3s ease-in-out;
 }

/* @media screen and (max-width:768px){ */
   
.display_nav-sidebar{
    transform: translateX(0%);
    transition:.5s ease-in-out;
}

.hamburgerline1{
    transform: rotate(45deg)translate(2px, 1.8px);
    transition: .3s ease-in-out;
    
}

.hamburgerline2{
    display: none;
}

.hamburgerline3{
    transform: rotate(-45deg) translate(3px ,-5.8px);
    transition: .3s ease-in-out;
}
    
.content{
    filter: blur(1px);
}



@media (max-width: 767px) {
    /* CSS rules for mobile devices */
    .nav-sidebar {
        height: 100%;
        width: 100%;
    }

    .web-view {
        display: none;
    }

}
    
    
.swiper-slide video::-webkit-media-controls-play-button {
  display: none;
}  
    /* Hide pause button */
.swiper-slide video::-webkit-media-controls-start-playback-button {
    display: none;
}
.swiper-slide video::-webkit-media-controls-play-button {
  display: none;
}
    
    /* Hide pause button */
.swiper-slide video::-webkit-media-controls-start-playback-button {
    display: none;
}

.page-header-img{
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}
.link-img {
    background-image: url("../Image/Products/detailed/linkeble.png");
}

.ment-img {
    background-image: url("../Image/Products/detailed/mentorwise.png");
}

.circle-img {
    background-image: url("../Image/Products/detailed/circle.png");
}

.vision-img {
    background-image: url("../Image/Products/detailed/visionhr.png");
}

.cashe-img {
    background-image: url("../Image/Products/detailed/cashe.png");
}

.aion-img {
    background-image: url("../Image/Products/detailed/aion.png");
}

.visionva-img {
    background-image: url("../Image/Products/detailed/visionva.png");
}

.visiones-img {
    background-image: url("../Image/Products/detailed/visiones.png");
}
.visionjv-img {
    background-image: url("../Image/Products/detailed/visionjv.png");
}
.visionrr-img {
    background-image: url("../Image/Products/detailed/visionrr.png");
}
.nexacare-img {
    background-image: url("../Image/Products/detailed/nexacare.png");
}
.clixcreative-img {
    background-image: url("../Image/Products/detailed/clixcreative.png");
}
.agenda-img {
    background-image: url("../Image/Products/detailed/agenda.png");
}
.agenda-text{
    color: #FFFFFF; 
    font-style: italic;
    padding-right: 1%;
}

/* Media query for mobile devices with maximum width of 768px */
@media (max-width: 768px) {
    .ment-img {
        background-image: url("../Image/Products/detailed/mobile_mentorwise.png");
    }

    .circle-img {
        background-image: url("../Image/Products/detailed/mobile_circle.png");
    }

    .cashe-img {
        background-image: url("../Image/Products/detailed/mobile_cashe.png");
    }

    .visiones-img {
        background-image: url("../Image/Products/detailed/mobile_visiones.png");
    }
    .visionjv-img {
        background-image: url("../Image/Products/detailed/mobile_visionjv.png");
    }
    .agenda-img {
        background-image: url("../Image/Products/detailed/mobile_agenda.png");
    }
    .agenda-text{
        padding-right: 5% !important;
    }
}

.justify{
    text-align: justify;
}
.bullets:before {
    content: "\2022"; /* Unicode character for a bullet */
    font-size: 1.2em; /* adjust the size of the bullet */
    margin-right: 0.5em; /* add some space between the bullet and the text */
  }
