@font-face {
    font-family: 'FFMarkWebProRegular';
    src: url('../fonts/37A53B_0_0.eot');
    src: url('../fonts/37A53B_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/37A53B_0_0.woff2') format('../fonts/woff2');
}

@font-face {
    font-family: 'Mark-Regular';
    src: url('../fonts/Mark-Regular.eot');
    src: url('../fonts/Mark-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mark-Regular.woff2') format('../fonts/woff2'), url('../fonts/Mark-Regular.woff') format('woff'), url('../fonts/Mark-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Mark-Medium';
    src: url('../fonts/Mark-Medium.eot');
    src: url('../fonts/Mark-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mark-Medium.woff2') format('../fonts/woff2'), url('../fonts/Mark-Medium.woff') format('woff'), url('../fonts/Mark-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Mark-Medium';
    src: url('../fonts/Mark-Medium.eot');
    src: url('../fonts/Mark-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mark-Medium.woff2') format('../fonts/woff2'), url('../fonts/Mark-Medium.woff') format('woff'), url('../fonts/Mark-Medium.ttf') format('truetype');
}

body {
    font-family: 'Mark-Regular';
    color: #142944;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-family: 'Mark-Regular';
}

.padd-tb100 {
    padding: 100px 0 !important;
}

.font-20 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .5px;
    font-family: 'Mark-Regular';
}

p {
    font-size: 22px;
    letter-spacing: .5px;
    font-family: 'Mark-Regular';
    font-weight: 500;
}

h2.title {
    font-size: 40px;
}

.text-dark {
    color: #142944!important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #fff !important;
}

.bg-d-blue {
    background: #142944;
}


/*Header Css*/

.header .navbar.navbar-expand-lg {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0 2%;
    height: 100px;
}

.home .header .navbar.navbar-expand-lg {
    position: absolute;
}


/*.home a.navbar-brand img.img-fluid {
    filter: brightness(0) invert(1);
}*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #142944;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.collpase-btns {
    text-align: right;
}

.collpase-btns button {
    background: transparent;
    border: 0;
    font-size: 20px !important;
}

.collpase-btns button span {
    font-size: 36px !important;
    color: #142944;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

a:hover {
    text-decoration: none;
}

ul.navbar-nav li a,
.login-btn-top a {
    color: #142944;
    font-family: 'Mark-Regular';
}

.home ul.navbar-nav li a,
.home .login-btn-top a {
    color: #fff;
    font-family: 'Mark-Regular';
}

.login-btn-top a {
    font-size: 14px;
    padding-right: 24px;
}

ul.navbar-nav li a {
    font-weight: 600;
}


/*button style*/

.cta {
    position: relative;
    margin: auto;
    padding: 16px 22px;
    transition: all 0.2s ease;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #004e7b;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #142944;
    text-decoration: none;
}

.cta:hover svg {
    transform: translateX(0);
    text-decoration: none;
}

.cta:active {
    transform: scale(0.96);
    text-decoration: none;
}


/*Home Banner CSS*/

video#vid {
    pointer-events: none;
}

.home-banner-video {
    position: relative;
    height: 115vh;
    overflow: hidden;
}


/*.home-banner-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    background: rgb(7,29,59);
    background: linear-gradient(29deg, rgb(25 74 140 / 80%) 0%, rgb(11 118 255 / 6%) 100%);
}*/

.banner--home__content {
    transition: 0.7s;
    transition-delay: 0.7s ease-out;
}

.banner--home__content {
    position: absolute;
    text-align: center;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100vw;
    text-align: left;
    background-color: transparent;
    padding: 55px 60px;
    width: 70vw;
    max-width: 750px;
    left: 40px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: rgb(0 0 0 / 30%);
}

.banner--home__content h1 {
    font-size: 40px;
    /* font-size: 2.125rem; */
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -2px;
    margin-bottom: 14px;
    color: #fff;
    /* text-shadow: 2px 4px 0px #ffffff; */
}

.banner--home__content .font-20 {
    color: #fff;
    /* text-shadow: 2px 2px 0px #ffffff; */
    font-weight: 600;
}

.banner--home__content .button-wrap {
    position: absolute;
    bottom: 0!important;
    right: -91px!important;
    z-index: 0;
}

.banner--home__content .button.expand {
    transition: 0.5s;
}

.banner--home__content .button {
    width: 467px;
    position: relative;
}

.banner--home__content .button {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #00A5E9;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 467px;
    position: relative;
}

.banner--home__content .button.expand .button__text {
    width: auto;
    background-color: #142944;
    padding: 0;
    height: 80px;
    position: absolute;
    top: 0;
    right: 91px;
}

.banner--home__content .button.expand .button__text,
.banner--home__content .button.expand .button__arrow {
    max-width: 100000px;
    transition: 0.5s;
}

.banner--home__content .button__text__inner {
    display: none;
    line-height: 80px;
    padding: 0 34px;
    color: #fff;
    font-size: 14px;
    font-family: 'Mark-Regular';
}

.banner--home__content .button.expand .button__arrow {
    width: 80px;
    height: 80px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 376px;
    overflow: hidden;
}

.banner--home__content .button__arrow {
    background-color: #004e7b!important;
}

.banner--home__content .button__arrow:before,
.banner--home__content .button__arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.banner--home__content .button__arrow:before {
    background-color: #004e7b;
    transform: translateY(-100%);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
}

.banner--home__content .button__arrow:after {
    background-color: #0083B9;
    transform: translateY(-200%);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
}

.banner--home__content .button:hover .button__arrow:before {
    transform: translateY(100%);
}

.banner--home__content .button:hover .button__arrow:after {
    transform: translateY(0%);
}

.banner--home__content .button__arrow__inner {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../images/button-arrow-white.svg);
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: 0.2s;
}

.carousel-wrap.slider-numbure .owl-stage-outer {
    margin: 60px 0;
}

.carousel-wrap.slider-numbure .owl-stage-outer .item {
    text-align: center;
}

.carousel-wrap.slider-numbure .owl-stage-outer .item h6 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    font-family: 'Mark-Regular';
}

.carousel-wrap.slider-numbure .owl-stage-outer .item h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: 'Mark-Regular';
}

.carousel-wrap.slider-numbure .owl-theme .owl-dots {
    margin: 0 auto;
    text-align: center;
}

.carousel-wrap.slider-numbure .owl-theme .owl-dots .owl-dot span {
    background-color: #e4dfdf;
    border: 0;
}

.carousel-wrap.slider-numbure .owl-theme .owl-dots .owl-dot.active span {
    background: #004e7b;
}

.section-title.with-desc.clearfix {
    position: relative;
}

.map-images {
    position: relative;
    top: 40px;
    border: 15px solid #142944;
    outline: 1px dashed #fff;
    outline-offset: -8px;
}

.banner-text-wrapper {
    max-width: 650px;
    background: #fff;
    padding: 40px;
}

.technology-section {
    position: relative;
    padding: 100px 0 50px;
    background-size: contain;
    background-attachment: fixed;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.technology-block {
    position: relative;
    margin-bottom: 30px;
}

.defaul-btn-flat {
    position: relative;
    font-family: 'Mark-Regular';
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #142944;
    color: #fff;
    padding: 21px 30px;
    margin: 10px 7px 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.defaul-btn-flat:hover {
    color: #fff;
}

.defaul-btn-flat::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    width: 56px;
    background-color: #004e7b;
    background-image: url(../images/button-arrow-white.svg);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate( -90deg);
    transform: rotate( -90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.defaul-btn-flat:hover::after {
    opacity: 1;
    right: -56px;
}

.btn-right {
    float: right;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-right .btn-text {
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #142944;
    color: #fff;
    padding: 21px 30px;
    margin: 10px 7px 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    font-family: 'Mark-Regular';
}

.btn-right .btn-arrow {
    position: absolute;
    top: -16px;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background-color: #004e7b;
    background-image: url(../images/button-arrow-white.svg);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate( -90deg);
    transform: rotate( -90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.btn-right:hover {
    color: #fff;
    margin-right: 51px;
}

.btn-right:hover .btn-arrow {
    right: -49px;
}

.defaul-btn-flat.btn-bg-green {
    background-color: #004e7b;
}

.defaul-btn-flat.btn-bg-green::after {
    background: #fff;
}

h2.big-text {
    font-size: 90px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}


/*h2.big-text::before{
    top: -30px;
    width: 64px;
    height: 16px;
    background-color: #004e7b;
    content: '';
    position: absolute;
}*/

.read-more-link {
    display: inline-block;
    position: relative;
    font-family: 'Mark-Regular';
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.read-more-link::before {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    width: 10px;
    height: 17px;
    background-image: url(../images/cd-arrow.svg);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h2.title {
    font-size: 50px;
    font-weight: bold;
}

.news-teasers__card {
    background-color: #FFF;
    padding: 30px;
    height: 100%;
    min-height: 223px;
    box-shadow: 0 4px 64px 0 rgb(0 0 0 / 30%);
}

.bg-d-blue .btn-right .btn-text {
    background-color: #0d203a;
}

.home .news-teasers__card .title--small,
.title--small,
h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: -1px;
    font-family: 'Mark-Regular';
    color: #142944;
    font-weight: 600;
}

.card__footer {
    font-family: 'Mark-Regular';
    font-weight: 500;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
}

.green,
.green a {
    color: #004e7b;
}

.news-teasers__card:hover .news-teasers__card__nav {
    background-color: #142944;
}

.news-teasers__card__nav {
    position: absolute;
    bottom: 0;
    right: 15px;
    background-color: #004e7b;
    background-image: url(../images/button-arrow-white.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    transform: rotate( -90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-teasers__card .card__footer {
    position: absolute;
    bottom: 15px;
}

.services-section-two {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}

.services-section-two .upper-box {
    position: relative;
    text-align: center;
    border-radius: 15px;
    margin-left: -115px;
    margin-right: -115px;
    padding: 100px 20px 180px;
    background-color: #198261;
}

.services-section-two .upper-box .icon-one {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
}

.services-section-two .upper-box .icon-two {
    position: absolute;
    left: 38%;
    top: 10%;
    width: 99px;
    height: 119px;
    background-repeat: no-repeat;
}

.services-section-two .upper-box .icon-three {
    position: absolute;
    right: 5%;
    bottom: 15%;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
}

.services-section-two .upper-box .icon-two,
.services-section-two .upper-box .icon-three,
.about-section .images-column .pattern-layer {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.services-section-two .upper-box .icon-one {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.empty-animation {
    animation-name: zoomInStable;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: zoomInStable;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoomInStable;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoomInStable;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoomInStable;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.empty-animation {
    animation-name: zoomInStable;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoomInStable;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoomInStable;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoomInStable;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoomInStable;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.empty-animation {
    animation-name: slideInUp;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInUp;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInUp;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
}

.empty-animation {
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInRight;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInRight;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInRight;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
}

.empty-animation {
    animation-name: slideInLeft;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInLeft;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInLeft;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInLeft;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
}

.empty-animation {
    animation-name: slideInUp;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInUp;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInUp;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.empty-animation {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/* Bob Up Down*/

@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.empty-animation {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/* Bob */

@-webkit-keyframes float_left_right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.40;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}

@keyframes float_left_right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.40;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}

.empty-animation {
    animation-name: float_left_right;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float_left_right_two {
    0% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(0px);
        opacity: 0.80;
    }
    100% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }
}

@keyframes float_left_right_two {
    0% {
        transform: translateX(-30px);
        opacity: 1;
    }
    50% {
        transform: translateX(0px);
        opacity: 0.80;
    }
    100% {
        transform: translateX(-30px);
        opacity: 1;
    }
}

.empty-animation {
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.empty-animation {
    animation-name: zoom-fade;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 8s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 8s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.services-section-two .container {
    margin-top: -120px;
}

.service-block-two {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    overflow: hidden;
    padding: 45px 45px 70px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 4px 5px 28px 0px rgb(183 183 183 / 22%);
}

.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    opacity: 0;
    background-color: #142944;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.service-block-two .inner-box:hover::before {
    height: 100%;
    opacity: 1;
}

.service-block-two .inner-box:hover .shape-one {
    transform: scale(1);
    -webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}

.service-block-two .inner-box:hover .shape-two {
    opacity: 0.4;
    transform: scale(1);
    -webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}

.service-block-two .inner-box .shape-one {
    content: '';
    width: 250px;
    height: 250px;
    background: #4d84ca;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    opacity: 0.4;
    right: -120px;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.service-block-two .inner-box .shape-two {
    content: '';
    width: 373px;
    height: 373px;
    background: #4175b7;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.service-block-two .inner-box .icon-box {
    position: relative;
    font-size: 65px;
    line-height: 1em;
    color: #0060ff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .icon-box {
    position: relative;
    z-index: 2;
}

.service-block-two .inner-box h5 {
    position: relative;
    z-index: 2;
    color: #222222;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0px 0px 15px;
    font-size: 30px;
}

.service-block-two .inner-box h5 a {
    position: relative;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h5 a,
.service-block-two .inner-box:hover .text {
    color: #ffffff;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

.service-block-two .inner-box .text {
    position: relative;
    color: #222222;
    z-index: 2;
    font-size: 20px;
    line-height: 1.8em;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box span.green {
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 130px;
    display: block;
    background: #198261;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    height: 40px;
    line-height: 40px;
    z-index: 99;
    border-radius: 5px;
    transition: all .5s;
}

.service-block-two .inner-box:hover span.green {
    background: #325179;
    bottom: 5px;
    transition: all .5s;
}

.ttm-row.bottomzero-padding-section {
    padding: 90px 0 0px;
    background-image: url(../images/row-bgimage-8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-slide.style1 {
    padding: 10px 0px 30px 0px;
}

.testimonial-slide.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 10px;
    transition: all 0.5s ease 0s;
    border: none;
    background-color: #2d4a8a !important;
}

.testimonial-slide.owl-theme .owl-dots .owl-dot.active span {
    width: 27px;
    border-radius: 5px;
    background-color: #09162a;
}

.testimonial-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.testimonial-caption {
    background: #3a5ba5;
    padding: 30px;
    display: none;
}

.separator .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    width: 100%;
}

.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border),
.featured-icon-box.left-icon .featured-icon,
.featured-icon-box.left-icon .featured-content {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.left-icon .featured-content {
    padding-left: 24px;
}

.featured-desc p {
    margin-bottom: 0;
}

.featured-title h5 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-bottom: 5px;
}

.box-sahdow-1 {
    box-shadow: 0px 10px 23px #bdbdbd;
    position: relative;
}

.about-section {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 30px;
}

.about-section .images-column .inner-column {
    position: relative;
    padding: 50px 0px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-section .images-column .pattern-layer {
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
}

.center-img-fild {
    position: absolute;
    left: 36%;
    transform: translate(-50px, -50%);
    top: 50%;
    width: auto;
}

.home .footer-area {
    margin-top: -220px;
}

.footer-area {
    background-color: #142944;
    /*background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
    margin-top: -220px;
    text-align: center;
}

.pt-100 {
    padding-top: 150px;
}

.pb-70 {
    padding-bottom: 70px;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-item .footer-logo .logo {
    display: block;
    margin-bottom: 20px;
}

.footer-item .footer-logo p {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

.footer-item .footer-logo ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-item .footer-logo ul li span {
    display: inline-block;
    font-weight: 600;
    margin-right: 3px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-item .footer-logo ul li a {
    display: inline-block;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-item h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-area.two .footer-item h3:before {
    background-color: #71f5cc;
}

.footer-item h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #71f5cc;
}

.footer-item .footer-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-item .footer-links ul li a {
    color: #fff;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-item .footer-newsletter p {
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-item .footer-newsletter .newsletter-form .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 15px;
}

.footer-area.two .footer-item .footer-newsletter .newsletter-form .common-btn {
    background-color: #142944;
    color: #fff;
}

.footer-item .footer-newsletter .newsletter-form .common-btn {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    opacity: 1;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
}

.copyright-area {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #07182d;
    text-align: center;
}

.copyright-area .copyright-item p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

.copyright-area.two .copyright-item p a {
    color: #71f5cc;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

.about-section .images-column .inner-column .with-desc.clearfix .title-header.text-left img.img-fluid {
    border-radius: 0px;
    width: 100%;
}

.img-fluid-sonia{     /* Alx: adjusts sonia's pict*/
    border-radius: 0px;
    margin-left: 0;
    width: 210px;
    height: 210px;
    object-fit: cover;
    object-position: top;
}

.footer-item .footer-logo .logo img {
    filter: brightness(0) invert(1);
}

.featured-content {
    margin-left: 20px;
}

.site-footer__links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links ul li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    font-size: .6875rem;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    font-family: 'Mark-Regular';
}

.site-footer__links ul li a {
    color: rgba(255, 255, 255, .8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Mark-Regular';
}

.contact__phone,
.contact__email,
.contact__linkedin,
.contact__twitter {
    padding-right: 50px;
}

.contact__phone i,
.contact__email i,
.contact__linkedin i,
.contact__twitter i {
    font-size: 24px;
    padding-right: 5px;
    color: #015e94;
}

.contact__phone img,
.contact__email img,
.contact__linkedin img,
.contact__twitter img {
    margin-right: 15px;
}

.contact__phone,
.contact__email,
.contact__linkedin,
.contact__twitter {
    display: inline-flex;
    /* align-items: center; */
}

.site-footer .contact,
.site-footer .contact a,
.site-footer a {
    color: #FFF;
}

.contact {
    padding-top: 30px;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.7333333333;
    font-weight: 500;
    font-family: 'Mark-Regular';
}

.contact__address {
    padding: 30px 0;
}

.site-footer__menu ul li {
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
}

img.footer--logo {
    filter: brightness(0) invert(1);
}

.testimonial-slide.our-approach-slide .testimonial-img img {
    height: auto;
}

.testimonial-slide.our-approach-slide .owl-item {
    padding: 0;
}

.center-padding,
.center-padding-teasers {
    padding: 30px 0 60px;
    text-align: center;
}

.navy {
    color: #142944;
}

.banner--page .title,
.banner--page h1 {
    margin-top: 80px;
}

.banner--page .title,
.banner--page h1 {
    margin-bottom: 44px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.banner--page .title::before,
.banner--page h1::before {
    content: '';
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 64px;
    height: 12px;
    background-color: #004e7b;
}

.title {
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -4px;
    font-family: 'Mark-Regular';
}

.banner--page .subtitle {
    color: #142944;
}

.subtitle--intro--lead {
    max-width: 750px;
    margin: auto;
    padding-bottom: 30px;
    font-size: 1.5625rem;
    line-height: 1.36;
}

.form-control {
    padding: .5rem .75rem;
}

.contact-form form a {
    margin: auto;
}

.sonia-social {
    list-style: none;
}

.sonia-social li a {
    color: #ffffff;
}

.sonia-social a .fab {
    color: #ffffff;
    background-color: #142944;
    padding: 8px;
    border-radius: 4px;
}

.single-portfolio .introduction-section,
.single-casestudy .introduction-section,
.introduction-section {
    padding: 20px 0 70px 0;
}

.single-portfolio .introduction-section .subtitle,
.single-casestudy .introduction-section .subtitle,
.introduction-section .subtitle {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -1.44px;
    line-height: 1.33;
    color: #142944;
    font-family: 'Mark-Regular';
}

.single-portfolio .introduction-section p,
.single-casestudy .introduction-section p,
.introduction-section p {
    color: #142944;
    font-size: 20px;
}

.title--small-medium {
    font-size: 32px;                       /*Alx: originaly was 64px*/
    font-size: 2rem;                       /*Alx: originaly was 4rem*/
    letter-spacing: -2.65px;
    font-family: 'Mark-Regular';
    margin-bottom: 34px;                   /*Alx: added this to put more space below the title*/
}

.align-left {
    text-align: left;                      /*Alx: added this css to align stuff in the blue part*/
    margin-left: 0;                   
}



.teasers__image {
    margin-top: 50px;
    height: 260px;
    position: relative;
    z-index: 2;
}

.img-background--cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.teasers__image:before {
    content: "";
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.teasers__image .title {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #FFF;
}

.title--teaser {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    letter-spacing: -1px;
}

.title--line {
    position: relative;
    padding-left: 47px;
    margin-left: -48px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title--medium,
h3 {
    font-size: 64px;
    font-size: 4rem;
    letter-spacing: -2.65px;
}

.title--line::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 5px;
    width: 40px;
    height: 8px;
    background-color: #004e7b;
}

.navy.title--line:before {
    background-color: #004e7b;
}

.stats-block {
    background-color: #142944;
    text-align: center;
    padding-top: 70px;
}

.white {
    color: #FFF;
}

.stats-block .subtitle {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 15px;
}

.stats-block .stats-block__list>div {
    margin-bottom: 60px;
}

.big-padding {
    padding: 20px 0 60px;
}

.padl-60 {
    padding-left: 60px;
}


/*#statisticss.stats-block .stats-block__list .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}*/


/*responsive area*/

@media screen and (min-width: 1921px) {
    .home-banner-video {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .center-img-fild {
        left: 39%;
    }
    video#vid {
        object-fit: cover;
        height: 100vh;
    }
}

@media screen and (max-width: 1920px) {
    .home-banner-video {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
}

@media screen and (max-width: 1280px) {
    .home-banner-video {
        height: 90vh;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .banner--home__content h1 {
        font-size: 36px;
    }
    .about-section .images-column .pattern-layer {
        left: 28%;
        top: 17%;
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 1024px) {
    .home-banner-video {
        height: auto;
        margin-bottom: -10px;
    }
    .login-btn-top.d-flex.justify-content-end {
        display: none !important;
    }
    .about-section .images-column .pattern-layer {
        top: 17%;
        width: 300px;
        height: 300px;
    }
    .collpase-btns {
        display: block !important;
    }
    .navbar-expand-lg .navbar-nav {
        display: none;
    }
    .header .navbar.navbar-expand-lg {
        padding: 0 2%;
        height: 70px;
    }
    h2.title {
        font-size: 32px;
    }
    .cta span {
        font-size: 14px;
        line-height: 15px;
    }
    .sidenav a {
        padding: 5px 8px 5px 32px;
        font-size: 20px;
    }
    .technology-block .inner-box h5,
    .technology-block .inner-box h6 {
        margin-top: 18px;
        font-size: 24px;
    }
    .technology-block .inner-box h5 {
        font-size: 13px;
        margin-top: 0;
    }
    .service-block-two .inner-box h5 {
        font-size: 24px;
    }
    .service-block-two .inner-box .text {
        font-size: 18px;
    }
    .font-20 {
        font-size: 18px;
    }
    .technology-section {
        padding: 70px 0 50px;
    }
    .carousel-wrap.slider-numbure .owl-stage-outer .item h6 {
        font-size: 40px;
    }
    h2.big-text {
        font-size: 60px;
        margin-bottom: 30px;
    }
    h2.big-text::before {
        top: -10px;
        width: 50px;
        height: 10px;
    }
    .padd-tb100 {
        padding: 70px 0 !important;
    }
    .news-teasers__card {
        padding: 25px;
        min-height: 210px;
    }
    .title--small,
    h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .col-lg-4.col-padding-mob {
        margin-bottom: 30px;
    }
    .banner--home__content {
        padding: 30px 30px;
        width: 50vw;
        max-width: 665px;
    }
    h2.big-text {
        font-size: 60px;
    }
    .box-sahdow-1 {
        box-shadow: 0px 10px 6px #bdbdbd;
        position: relative;
        margin-bottom: 54px;
    }
    .about-section .images-column .inner-column .with-desc.clearfix .title-header.text-left img.img-fluid {
        border-radius: 0px;
    }
    .about-section .images-column .pattern-layer {
        top: 12%;
        width: 380px;
        height: 380px;
    }
}

@media screen and (max-width: 768px) {
    .box-sahdow-1 {
        top: 0px;
    }
    video#vid {
        display: none;
    }
    .home-banner-video {
        background-image: url(../images/mobile-banner.jpg);
        background-size: cover;
        background-position: center;
        height: 80vh;
    }
    .banner--home__content {
        padding: 60px;
        width: 100%;
    }
    h2.big-text {
        font-size: 50px;
    }
    .padd-tb100 {
        padding: 50px 0 !important;
    }
    .technology-section::before {
        background: rgb(72 169 139);
    }
    .technology-section .blocks-column .inner-column .technology-block:nth-child(4),
    .technology-section .blocks-column .inner-column .technology-block:nth-child(5),
    .technology-section .blocks-column .inner-column .technology-block:nth-child(6) {
        margin-top: unset;
    }
    .technology-block {
        margin-bottom: 80px;
    }
    .blocks-column .inner-column {
        margin-top: 150px;
    }
    .technology-section .blocks-column .inner-column .technology-block:nth-child(6) {
        margin-bottom: 0;
    }
    .about-section .images-column .pattern-layer {
        top: 11%;
        width: 320px;
        height: 320px;
    }
    .about-section {
        padding: 0;
    }
    .header .navbar.navbar-expand-lg .col-md-3 {
        width: 60%;
    }
    .header .navbar.navbar-expand-lg .col-md-9 {
        width: 40%;
    }
    .services-section-two .upper-box {
        margin-left: 0;
        margin-right: 0;
    }
    h2.title br {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .banner-text h1 {
        font-size: 30px;
    }
    .banner--home__content {
        padding: 30px;
        width: 100%;
        left: 0;
    }
    .about-section .images-column .pattern-layer {
        width: 250px;
        height: 250px;
    }
    .center-img-fild {
        top: 42%;
    }
    .home-banner-video {
        height: 90vh;
    }
    .banner--home__content h1 {
        font-size: 30px;
    }
    .featured-icon-box.d-flex.justify-content-center {
        display: block !important;
        text-align: center;
    }
    .featured-content {
        margin-top: 20px;
    }
    .about-section .images-column .inner-column {
        padding: 0px 0px 50px;
    }
}

@media screen and (max-width: 480px) {
    .about-section .images-column .pattern-layer {
        width: 150px;
        height: 150px;
    }
    h2.big-text {
        font-size: 36px;
        margin-bottom: 10px;
    }
    h2.big-text::before {
        top: -8px;
        width: 50px;
        height: 6px;
    }
    .contact__phone,
    .contact__email {
        padding-right: 0;
    }
    .contact {
        padding-top: 10px;
    }
    .contact__phone,
    .contact__email,
    .contact__linkedin {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #284163;
        padding: 10px;
        border-radius: 20px;
    }
    .contact__phone img,
    .contact__email img,
    .contact__linkedin img {
        margin-right: 15px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .contact__address {
        padding: 20px 0;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .center-img-fild {
        top: 40%;
        left: 46%;
    }
}