/*
  ---------------------------
   Mixins
  ---------------------------
*/


/*
  ---------------------------
   Resets
  ---------------------------
*/

body {
    font-size: 16px;
    line-height: 120%;
}

*:focus {
    outline: none !important;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p,
img {
    padding: 0;
    margin: 0;
}

a {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover,
a:active,
btn:hover,
btn:active {
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

ul {
    list-style-type: none;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .xs-mt-30 {
        margin-top: 30px;
    }
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .xs-mr-30 {
        margin-right: 30px;
    }
    .xs-ml-30 {
        margin-left: 30px;
    }
    .xs-mt-15 {
        margin-top: 15px;
    }
    .xs-mb-15 {
        margin-bottom: 15px;
    }
    .xs-mr-15 {
        margin-right: 15px;
    }
    .xs-ml-15 {
        margin-left: 15px;
    }
    .xs-mt-40 {
        margin-top: 40px;
    }
    .xs-mb-40 {
        margin-bottom: 40px;
    }
    .xs-mr-40 {
        margin-right: 40px;
    }
    .xs-ml-40 {
        margin-left: 40px;
    }
    .xs-p-0 {
        padding: 0;
    }
    .xs-pl-0 {
        padding-left: 0;
    }
    .xs-pr-0 {
        padding-right: 0;
    }
    .xs-pt-0 {
        padding-top: 0;
    }
    .xs-pb-0 {
        padding-bottom: 0;
    }
    .xs-no-gutter>[class*='col-'] {
        padding-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .sm-mt-30 {
        margin-top: 30px;
    }
    .sm-mb-30 {
        margin-bottom: 30px;
    }
    .sm-mr-30 {
        margin-right: 30px;
    }
    .sm-ml-30 {
        margin-left: 30px;
    }
    .sm-mt-15 {
        margin-top: 15px;
    }
    .sm-mb-15 {
        margin-bottom: 15px;
    }
    .sm-mr-15 {
        margin-right: 15px;
    }
    .sm-ml-15 {
        margin-left: 15px;
    }
    .sm-mt-40 {
        margin-top: 40px;
    }
    .sm-mb-40 {
        margin-bottom: 40px;
    }
    .sm-mr-40 {
        margin-right: 40px;
    }
    .sm-ml-40 {
        margin-left: 40px;
    }
    .sm-p-0 {
        padding: 0;
    }
    .sm-pl-0 {
        padding-left: 0;
    }
    .sm-pr-0 {
        padding-right: 0;
    }
    .sm-pt-0 {
        padding-top: 0;
    }
    .sm-pb-0 {
        padding-bottom: 0;
    }
    .sm-no-gutter>[class*='col-'] {
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .md-mt-30 {
        margin-top: 30px;
    }
    .md-mb-30 {
        margin-bottom: 30px;
    }
    .md-mr-30 {
        margin-right: 30px;
    }
    .md-ml-30 {
        margin-left: 30px;
    }
    .md-mt-15 {
        margin-top: 15px;
    }
    .md-mb-15 {
        margin-bottom: 15px;
    }
    .md-mr-15 {
        margin-right: 15px;
    }
    .md-ml-15 {
        margin-left: 15px;
    }
    .md-mt-40 {
        margin-top: 40px;
    }
    .md-mb-40 {
        margin-bottom: 40px;
    }
    .md-mr-40 {
        margin-right: 40px;
    }
    .md-ml-40 {
        margin-left: 40px;
    }
    .md-p-0 {
        padding: 0;
    }
    .md-mr--30 {
        margin-right: -30px;
    }
    .md-pl-0 {
        padding-left: 0;
    }
    .md-pr-0 {
        padding-right: 0 !important;
    }
    .md-pt-0 {
        padding-top: 0;
    }
    .md-pb-0 {
        padding-bottom: 0;
    }
    .md-no-gutter>[class*='col-'] {
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .p-l-15 {
        padding-left: 7.5px;
    }
    .p-r-15 {
        padding-right: 7.5px;
    }
    .p-t-15 {
        padding-top: -15px;
    }
    .p-b-15 {
        padding-bottom: -15px;
    }
}

.m-t-30 {
    margin-top: 30px;
}

.dropdown-menu {
    padding-bottom: 0;
}

@media screen and (max-width: 992px) {
    div[class*=sm-align] {
        text-align: center;
    }
}

.row.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.no-border {
    border: none !important;
}

:root {
    --color-blue: #1f5aa0;
    --color-red: #da1a36;
    --color-green: #73b343;
    --color-yellow: #ecb146;
    --color-violet: #233367;
}

body {
    font-family: "Inter";
}

.scroll-lock{
    height: 100%;
    overflow: hidden;
}

.header {
    color: #233367;
    font-family: League Spartan;
    font-weight: 600;
    font-size: 34px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
}

.header.white-text {
    color: #fff;
}

.section-padding {
    padding: 70px 0;
}

.mid-table .fp-tableCell {
    vertical-align: middle;
}

.bread-section {
    padding: 25px 0 5px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url(../images/bread-bg.jpg);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/bread-bg.jpg);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/bread-bg.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/bread-bg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
}

.bread-section h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #3F3D56;
}

.bread-section .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bread-section .breadcrumb li {
    font-size: 14px;
    line-height: 22px;
    color: #545454;
}

.bread-section .breadcrumb li a {
    color: #545454;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    padding-right: 10px;
    padding-left: 10px;
}

.p-0 {
    padding: 0;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


/*---------------------------------------------
webfonts
----------------------------------------------*/

@font-face {
    font-family: "League Spartan";
    src: url("../webfonts/leaguespartan-bold.eot");
    src: url("../webfonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/leaguespartan-bold.woff2") format("woff2"), url("../webfonts/leaguespartan-bold.woff") format("woff"), url("../webfonts/leaguespartan-bold.ttf") format("truetype"), url("../webfonts/leaguespartan-bold.svg#league_spartanbold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-SemiBold.woff2") format("woff2"), url("../webfonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Regular.woff2") format("woff2"), url("../webfonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-BoldItalic.woff2") format("woff2"), url("../webfonts/Inter-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Medium.woff2") format("woff2"), url("../webfonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Bold.woff2") format("woff2"), url("../webfonts/Inter-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


/*--------------------------------------------
Icomoon
----------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src: url("../webfonts/icomoon.eot?cun44b");
    src: url("../webfonts/icomoon.eot?cun44b#iefix") format("embedded-opentype"), url("../webfonts/icomoon.ttf?cun44b") format("truetype"), url("../webfonts/icomoon.woff?cun44b") format("woff"), url("../webfonts/icomoon.svg?cun44b#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-quotes-right:before {
    content: "\e937";
}

.icon-quotes-left:before {
    content: "\e938";
}

.icon-alert-circle:before {
    content: "\e90d";
}

.icon-alert-triangle:before {
    content: "\e900";
}

.icon-align-justify:before {
    content: "\e90a";
}

.icon-archive:before {
    content: "\e901";
}

.icon-arrow-left:before {
    content: "\e90e";
}

.icon-arrow-right:before {
    content: "\e909";
}

.icon-at-sign:before {
    content: "\e918";
}

.icon-award:before {
    content: "\e919";
}

.icon-calendar:before {
    content: "\e91a";
}

.icon-check-circle:before {
    content: "\e91b";
}

.icon-check-square:before {
    content: "\e91c";
}

.icon-check:before {
    content: "\e90f";
}

.icon-chevron-left:before {
    content: "\e910";
}

.icon-chevron-right:before {
    content: "\e90b";
}

.icon-chevrons-down:before {
    content: "\e911";
}

.icon-chevrons-left:before {
    content: "\e912";
}

.icon-chevrons-right:before {
    content: "\e913";
}

.icon-chevrons-up:before {
    content: "\e914";
}

.icon-circle:before {
    content: "\e91d";
}

.icon-clipboard:before {
    content: "\e91e";
}

.icon-clock:before {
    content: "\e902";
}

.icon-compass:before {
    content: "\e91f";
}

.icon-download:before {
    content: "\e920";
}

.icon-eye:before {
    content: "\e921";
}

.icon-facebook:before {
    content: "\e903";
}

.icon-folder:before {
    content: "\e922";
}

.icon-globe:before {
    content: "\e923";
}

.icon-heart:before {
    content: "\e924";
}

.icon-instagram:before {
    content: "\e904";
}

.icon-link-2:before {
    content: "\e925";
}

.icon-link:before {
    content: "\e926";
}

.icon-linkedin:before {
    content: "\e927";
}

.icon-mail:before {
    content: "\e905";
}

.icon-map-pin:before {
    content: "\e906";
}

.icon-map:before {
    content: "\e928";
}

.icon-message-square:before {
    content: "\e929";
}

.icon-paperclip:before {
    content: "\e92a";
}

.icon-phone:before {
    content: "\e907";
}

.icon-plus-circle:before {
    content: "\e92b";
}

.icon-plus-square:before {
    content: "\e92c";
}

.icon-plus:before {
    content: "\e92d";
}

.icon-search:before {
    content: "\e92e";
}

.icon-settings:before {
    content: "\e92f";
}

.icon-share-2:before {
    content: "\e930";
}

.icon-square:before {
    content: "\e931";
}

.icon-star:before {
    content: "\e915";
}

.icon-tag:before {
    content: "\e932";
}

.icon-trash-2:before {
    content: "\e916";
}

.icon-twitter:before {
    content: "\e908";
}

.icon-upload-cloud:before {
    content: "\e933";
}

.icon-upload:before {
    content: "\e934";
}

.icon-x-circle:before {
    content: "\e917";
}

.icon-youtube:before {
    content: "\e90c";
}

.icon-zoom-in:before {
    content: "\e935";
}

.icon-zoom-out:before {
    content: "\e936";
}


/*---------------------------------------------
Nav
----------------------------------------------*/

#free-scroll-pages .headroom {
    height: 90px;
}

.headroom .main-nav {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 20px 60px;
    -webkit-transition: ease all 0.6s;
    -o-transition: ease all 0.6s;
    transition: ease all 0.6s;
}

.headroom .main-nav .nav-logo a .svg-container {
    width: 260px;
    height: 50px;
    display: inline-block;
}

#homepage .headroom--top .main-nav .nav-logo a .svg-container svg path {
    fill: #fff;
}

.headroom--not-top .main-nav {
    position: fixed;
    padding: 10px 60px;
    padding-bottom: 6px;
    background-color: #fff;
    -webkit-box-shadow: 5px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.headroom--not-top .main-nav .nav-logo a .svg-container {
    width: 260px;
    height: 50px;
    display: inline-block;
}

.headroom--not-top .main-nav .nav-toggle .hamburger .hamburger-box .hamburger-inner {
    background-color: #0d4e9c;
}

.headroom--not-top .main-nav .nav-toggle .hamburger .hamburger-box .hamburger-inner:after,
.headroom--not-top .main-nav .nav-toggle .hamburger .hamburger-box .hamburger-inner:before {
    background-color: #0d4e9c;
}

#free-scroll-pages .headroom--top .main-nav {
    background-color: #F6F6F6;
}

#free-scroll-pages .headroom--top .main-nav .nav-toggle .hamburger .hamburger-box .hamburger-inner {
    background-color: #0d4e9c;
}

#free-scroll-pages .headroom--top .main-nav .nav-toggle .hamburger .hamburger-box .hamburger-inner:after,
#free-scroll-pages .headroom--top .main-nav .nav-toggle .hamburger .hamburger-box .hamburger-inner:before {
    background-color: #0d4e9c;
}

#free-scroll-pages .bread-section .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.h-100 {
    height: 100%;
}

#nav-contents {
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding-top: 130px;
    padding-bottom: 40px;
    background: #141E30;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #233367, #1a264c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(#233367), to(#1a264c));
    background: -webkit-linear-gradient(bottom, #233367, #1a264c);
    background: -o-linear-gradient(bottom, #233367, #1a264c);
    background: linear-gradient(to top, #233367, #1a264c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#nav-contents .container {
    height: 100%;
}

#nav-contents .container .row {
    height: 100%;
}

#nav-contents .container .row .nav-item {
    display: inline-block;
    height: 47%;
    background-color: #fff;
    position: relative;
    background-size: cover;
}

#nav-contents .container .row .nav-item .nav-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 82%;
}

#nav-contents .container .row .nav-item .nav-text img {
    height: 16px;
    margin-right: 10px;
}

#nav-contents .container .row .nav-item .nav-text p {
    color: #3F3D56;
    font-size: 14px;
}

#nav-contents .container .row .nav-item .nav-text h2 {
    color: #233367;
    font-family: League Spartan;
    font-size: 1.8rem;
    margin-top: 5px;
}

#nav-contents .container .row .nav-item.has-background:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(29, 42, 85, 0.65);
}

#nav-contents .container .row .nav-item.has-background .nav-text p {
    color: #fff;
}

#nav-contents .container .row .nav-item.has-background .nav-text h2 {
    color: #fff;
}

#nav-contents .container .row .mid-column .nav-item:nth-child(2) {
    height: 48%;
}

#nav-contents .container .row .mid-column .nav-item:nth-child(2) .nav-text {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    bottom: 100px;
}

#nav-contents .container .row .mid-column .nav-item:nth-child(1),
#nav-contents .container .row .mid-column .nav-item:nth-child(3) {
    height: 21%;
}

#nav-contents .container .row .mid-column .nav-item:nth-child(1) .nav-text,
#nav-contents .container .row .mid-column .nav-item:nth-child(3) .nav-text {
    bottom: 30px;
}

#nav-contents.show-section {
    display: block;
}

#nav-contents .hidden-desktop-nav ul li {
    text-align: center;
    margin: 45px 0;
}

#nav-contents .hidden-desktop-nav ul li a {
    font-size: 24px;
    color: #fff;
    font-family: League Spartan;
}


/*---------------------------------------------
banner
----------------------------------------------*/

#home-banner .slide-progress {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #fff;
    z-index: 120;
}

#home-banner #banner-carousel .item {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100vh;
}

#home-banner #banner-carousel .item:before {
    content: '';
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}

#home-banner #banner-carousel .item .banner-content-wrapper {
    height: 100%;
    position: relative;
}

#home-banner #banner-carousel .item .banner-content-wrapper .banner-mobile {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 50%;
    width: auto;
}

#home-banner #banner-carousel .item .banner-content-wrapper .banner-mobile img {
    width: 300px;
}

#home-banner #banner-carousel .item .banner-content-wrapper .banner-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 50%;
    width: 35%;
    text-align: left;
    z-index: 999;
}

#home-banner #banner-carousel .item .banner-content-wrapper .banner-caption h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 60px;
    line-height: 76px;
    color: #fff;
    margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
    #home-banner #banner-carousel .item .banner-content-wrapper .banner-caption h1 {
        font-size: 32px;
        margin-bottom: 0px;
    }
}

#home-banner #banner-carousel .item .banner-content-wrapper .banner-caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

#home-banner #banner-carousel .item .banner-content-wrapper .banner-caption a {
    color: #fff;
    border: solid 2px #fff;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 33px;
    margin-top: 30px;
}

#home-banner #banner-carousel .item .banner-content-wrapper .banner-caption a:hover {
    background-color: rgba(255, 255, 255, 0.14);
}

#home-banner #banner-carousel .item .banner-object1 {
    height: auto;
    width: 8%;
    position: absolute;
    left: -6%;
    top: 21%;
}

#home-banner #banner-carousel .item .banner-object1 img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

#home-banner #banner-carousel .item .banner-object2 {
    height: auto;
    width: 40%;
    position: absolute;
}

#home-banner #banner-carousel .item .banner-object2 img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

#home-banner #banner-carousel .item .banner-object3 {
    height: auto;
    width: 20%;
    position: absolute;
}

#home-banner #banner-carousel .item .banner-object3 img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

#home-banner #banner-carousel .item .banner-object4 {
    height: auto;
    width: 36%;
    position: absolute;
}

#home-banner #banner-carousel .item .banner-object4 img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

#banner-carousel .owl-dots {
    bottom: 50px;
    width: 80%;
}

#home-banner #banner-carousel [class*='banner-'] {
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

#home-banner #banner-carousel .item .banner-object1 {
    width: 8%;
    left: -16%;
    -webkit-transform: translateY(-500px) rotateZ(360deg);
    -ms-transform: translateY(-500px) rotate(360deg);
    transform: translateY(-500px) rotateZ(360deg);
}

#home-banner #banner-carousel .item .banner-object2 {
    width: 40%;
    -webkit-transform: transformX(-400%) transformY(-400%) rotateZ(360deg);
    -ms-transform: transformX(-400%) transformY(-400%) rotate(360deg);
    transform: transformX(-400%) transformY(-400%) rotateZ(360deg);
    left: -400%;
    bottom: -10%;
}

#home-banner #banner-carousel .item .banner-object3 {
    width: 20%;
    position: absolute;
    right: -50%;
    top: -115%;
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotateZ(-180deg);
}

#home-banner #banner-carousel .item .banner-object4 {
    width: 36%;
    right: -120%;
    bottom: -69%;
}

#home-banner #banner-carousel .active .item .banner-object1 {
    width: 8%;
    -webkit-animation-name: object1;
    animation-name: object1;
    -webkit-animation-duration: 1500ms !important;
    animation-duration: 1500ms !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}

#home-banner #banner-carousel .active .item .banner-object2 {
    width: 40%;
    -webkit-animation-name: object2;
    animation-name: object2;
    -webkit-animation-duration: 1500ms !important;
    animation-duration: 1500ms !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}

#home-banner #banner-carousel .active .item .banner-object3 {
    width: 20%;
    -webkit-animation-name: object3;
    animation-name: object3;
    -webkit-animation-duration: 1500ms !important;
    animation-duration: 1500ms !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}

#home-banner #banner-carousel .active .item .banner-object4 {
    width: 36%;
    -webkit-animation-name: object4;
    animation-name: object4;
    -webkit-animation-duration: 1500ms !important;
    animation-duration: 1500ms !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}

@-webkit-keyframes object1 {
    100% {
        left: 16%;
        -webkit-transform: translateY(12%) rotateZ(0deg);
        transform: translateY(12%) rotateZ(0deg);
    }
}

@keyframes object1 {
    100% {
        left: 16%;
        -webkit-transform: translateY(12%) rotateZ(0deg);
        transform: translateY(12%) rotateZ(0deg);
    }
}

@-webkit-keyframes object2 {
    100% {
        left: -17%;
        bottom: -10%;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes object2 {
    100% {
        left: -17%;
        bottom: -10%;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes object3 {
    100% {
        right: 0;
        top: 15%;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes object3 {
    100% {
        right: 0;
        top: 15%;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes object4 {
    100% {
        right: -8%;
        bottom: -25%;
    }
}

@keyframes object4 {
    100% {
        right: -8%;
        bottom: -25%;
    }
}

#banner-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 12px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#banner-carousel .owl-dots .owl-dot.active span,
#banner-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    position: relative;
}

#banner-carousel .owl-dots .owl-dot.active span:before,
#banner-carousel .owl-dots .owl-dot:hover span:before {
    width: 24px;
    height: 24px;
    position: absolute;
    border: solid 2px #fff;
    content: '';
    top: -7px;
    left: -7px;
    border-radius: 50%;
}


/*----------------------------------------
Services Section
-----------------------------------------*/

#servies-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../images/service-bg-3.jpg);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/service-bg-3.jpg);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/service-bg-3.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/service-bg-3.jpg);
    background-repeat: repeat;
    background-size: contain;
    overflow-x: hidden;
}

#servies-section .services-left {
    text-align: center;
}

#servies-section .services-left img {
    width: 70%;
}

#servies-section .services-right .services-item {
    margin-bottom: 20px;
}

#servies-section .services-right .services-item .service-icon {
    display: inline-block;
    width: 10%;
}

#servies-section .services-right .services-item .service-icon .icon {
    height: 40px;
    width: 45px;
    object-fit: contain;
    object-position: center;
}

#servies-section .services-right .services-item .service-content {
    display: inline-block;
    width: 90%;
    padding-left: 15px;
}

#servies-section .services-right .services-item .service-content h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #3F3D56;
    margin-bottom: 5px;
}

#servies-section .services-right .services-item .service-content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 144%;
    color: #6B6B6B;
}


/*-------------------------------------
work-section
--------------------------------------*/

#work-section {
    background: #EEF3FD;
    /* fallback for old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url("../images/service-bg-2.jpg");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../images/service-bg-2.jpg");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../images/service-bg-2.jpg");
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../images/service-bg-2.jpg");
    position: relative;
}

#work-section #work-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#work-section #work-carousel .owl-stage .owl-item {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#work-section #work-carousel .owl-stage .owl-item .item {
    padding: 60px 30px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

#work-section #work-carousel .owl-stage .owl-item .item h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 0.065em;
    color: #FFFFFF;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
}

#work-section #work-carousel .owl-stage .owl-item .item h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.065em;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}

#work-section #work-carousel .owl-stage .owl-item .item h2 span {
    font-size: 28px;
}

#work-section #work-carousel .owl-stage .owl-item .item p {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    z-index: 99;
    margin-top: 20px;
}

#work-section #work-carousel .owl-stage .owl-item .item img {
    position: absolute;
    right: -70px;
    bottom: -20px;
    height: 250px;
    width: 180px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.5s;
    -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.5s;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.5s;
}

#work-section #work-carousel .owl-stage .owl-item .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    right: 27%;
    bottom: 15%;
}

#work-section #work-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3F3D56;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 24px;
}

#work-section #work-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3F3D56;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 24px;
}

#work-section .float-circle {
    position: absolute;
    top: -45px;
    left: 100px;
    height: 80px;
    width: 80px;
    z-index: 99;
}

#work-section .float-circle svg {
    height: 100%;
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 15px #4285F4);
    filter: drop-shadow(0px 0px 15px #4285F4);
}

#work-section .float-circle svg path {
    fill: #4285F4;
}

#work-section .float-triangle {
    position: absolute;
    bottom: -50px;
    right: 100px;
    height: 80px;
    width: 80px;
    z-index: 99;
}

#work-section .float-triangle svg {
    height: 100%;
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 15px #F04D47);
    filter: drop-shadow(0px 0px 15px #F04D47);
}

#work-section .float-triangle svg path {
    fill: #da1a36;
}

#work-section .owl-dots{
    display: none;
}


/*-----------------------------------------------
help-section
------------------------------------------------*/

#help-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

#help-section .header {
    margin-bottom: 20px;
}

#help-section p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 25px;
}

#help-section .help-container {
    position: relative;
    z-index: 9;
}

#help-section .help-container a {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    width: 230px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin: 0 10px;
    border: solid 2px #fff;
    border-radius: 2px;
}

#help-section .help-container a:hover {
    color: #fff !important;
    background-color: transparent;
}

#help-section .img-pos1 {
    position: absolute;
    top: 0;
    left: 0;
}

#help-section .img-pos2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

#help-section .img-pos3 {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*------------------------------------------------
intouch-section
--------------------------------------------------*/

#intouch-section {
    background-image: url(../images/intouch-bg.png);
    background-size: cover;
    padding: 100px 0 80px 0;
    overflow-x: hidden;
}

#intouch-section .header {
    margin-bottom: 40px;
}

#intouch-section .intouch-item {
    display: block;
    text-align: center;
}

#intouch-section .intouch-item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

#intouch-section .intouch-item .icon span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}

#intouch-section .intouch-item p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
}

#free-scroll-pages #intouch-section {
    padding: 100px 0;
}


/*-------------------------------------------------
footer
--------------------------------------------------*/


/*#fullpage{
    .footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }    
}*/

.footer {
    background-color: #fff;
    padding: 30px 0;
}

.footer .footer-social {
    padding-bottom: 20px;
}

.footer .footer-social ul li {
    display: inline-block;
}

.footer .footer-social ul li a {
    color: #3F3D56;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border: solid 1px #3F3D56;
    border-radius: 50%;
    margin-right: 10px;
}

.footer .footer-social ul li a span {
    color: #3F3D56;
}

.footer .footer-bottom {
    border-top: solid 1px #d4d4d4;
    padding-top: 20px;
}

.footer .footer-bottom .footer-navs ul li {
    display: inline-block;
}

.footer .footer-bottom .footer-navs ul li a {
    color: #828282;
    font-size: 14px;
    margin-right: 50px;
}

.footer .footer-bottom p {
    font-size: 14px;
    color: #828282;
    text-align: right;
}


/*-----------------------------------------------------
About Page
-------------------------------------------------------*/

.about-banner {
    padding-top: 80px;
}

.about-banner .left {
    height: 100%;
}

.about-banner .left h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #233367;
    margin-bottom: 20px;
}

.about-banner .left p {
    font-size: 16px;
    line-height: 26px;
    color: #828282;
}

.about-banner .right {
    text-align: center;
}

.about-main {
    padding: 100px 0;
}

.about-main .left {
    position: relative;
}

.about-main .left:before {
    position: absolute;
    bottom: -85px;
    right: -85px;
    content: '';
    height: 280px;
    background-image: url(../images/about/img-back.png);
    width: 280px;
    display: block;
    z-index: -9;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-main .left img {
    width: 100%;
    border-radius: 0 5px 5px 0;
}

.about-main .right {
    padding-right: 120px;
}

.about-main .right h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #3F3D56;
    margin-bottom: 20px;
}

.about-main .right p {
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin-bottom: 35px;
}

.about-banner .right svg{
    width: 499px !important; 
    height: 385px !important; 
}

.visions {
    padding-top: 140px;
    overflow: hidden;
}

.visions .box-rotate {
    background-color: #d8e3f3;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    width: 104%;
    position: relative;
    left: -2%;
    top: -30px;
}

.visions .box-rotate .main-box {
    padding: 40px 0 80px 0;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    position: relative;
    top: 60px;
    background-color: #d8e3f3;
}

.visions .box-rotate .main-box .item .img-container {
    height: 150px;
    width: 150px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.visions .box-rotate .main-box .item h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #233367;
    margin: 25px 0 20px 0;
}

.visions .box-rotate .main-box .item p {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #545454;
}

.visions .box-rotate .main-box .float-circle {
    position: absolute;
    top: -130px;
    right: 100px;
    height: 100px;
    width: 100px;
    z-index: 9;
}

.visions .box-rotate .main-box .float-circle svg {
    height: 100%;
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 15px #F04D47);
    filter: drop-shadow(0px 0px 15px #F04D47);
}

.visions .box-rotate .main-box .float-circle svg path {
    fill: #F04D47;
}

.visions .box-rotate .main-box .float-triangle {
    position: absolute;
    bottom: -80px;
    left: 100px;
    height: 100px;
    width: 100px;
    z-index: 9;
}

.visions .box-rotate .main-box .float-triangle svg {
    height: 100%;
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 15px #29C9AA);
    filter: drop-shadow(0px 0px 15px #29C9AA);
}

.visions .box-rotate .main-box .float-triangle svg path {
    fill: #29C9AA;
}

.about-images .left .item {
    height: 800px;
}

.about-images .left .item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.about-images .right .item {
    height: 400px;
}

.about-images .right .item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.visions .main-box h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #3F3D56;
    margin-bottom: 20px;
}
.client-card {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin: 0 20px;
    border-radius: 5px;
}
.client-card img {
    height: 150px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 10px;
}
.client-card .client-name {
    font-size: 14px;
    font-weight: 600;
}

/*------------------------------------------------------------
work page
------------------------------------------------------------*/

.work-main {
    background-color: #0c2b50;
}

/* reveal grid after images loaded */

.grid.are-images-unloaded {
    opacity: 0;
}

.grid__item,
.grid__col-sizer {
    width: 33.3333333333%;
}

.grid__gutter-sizer {
    width: 0%;
}


/* hide by default */

.grid.are-images-unloaded .image-grid__item {
    opacity: 0;
}

.grid__item {
    margin-bottom: 0;
    float: left;
}

.grid__item .content-container {
    position: relative;
    overflow: hidden;
    display: block;
}

.grid__item .content-container h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    left: 25px;
    bottom: 115px;
    z-index: 99;
    -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    opacity: 0;
}

.grid__item .content-container h3 {
    position: absolute;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    left: 25px;
    bottom: -30px;
    z-index: 99;
    -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
}

.grid__item .content-container span {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
    background-color: rgba(13, 78, 156, 0.85);
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    opacity: 0;
}

.grid__item .content-container span:hover {
    background-color: #0d4e9c;
}

.grid__item .content-container:hover {
    cursor: pointer;
}

.grid__item .content-container:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.grid__item .content-container:hover img {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: matrix3d(0.70593, 0.02465, 0.37558, -0.00063, -0.06053, 0.79533, 0.06156, -0.0001, -0.46436, -0.10343, 0.87959, -0.00147, -21.4257, 4.13698, 4.81749, 0.99197);
    transform: matrix3d(0.70593, 0.02465, 0.37558, -0.00063, -0.06053, 0.79533, 0.06156, -0.0001, -0.46436, -0.10343, 0.87959, -0.00147, -21.4257, 4.13698, 4.81749, 0.99197);
    -webkit-transform-origin: 100% 50% 0px;
    -ms-transform-origin: 100% 50% 0px;
    transform-origin: 100% 50% 0px;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.grid__item .content-container:hover h2 {
    left: 25px;
    bottom: 50px;
    opacity: 1;
}

.grid__item .content-container:hover h3 {
    left: 25px;
    bottom: 30px;
}

.grid__item .content-container:hover span {
    top: 50%;
    opacity: 1;
}

.grid__item img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 680px;
    -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 0.3s;
}

.page-load-status {
    display: none;
    /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

.skyrocket {
    background-color: var(--color-violet);
    padding: 120px 0 70px 0;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.skyrocket h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.skyrocket a {
    display: inline-block;
    height: 65px;
    width: 230px;
    font-weight: 600;
    font-size: 14px;
    line-height: 65px;
    text-align: center;
    color: #0D4E9C;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #fff;
}

.skyrocket .float-circle {
    position: absolute;
    top: -110px;
    left: 40px;
    height: 100px;
    width: 100px;
    z-index: 9;
}

.skyrocket .float-circle svg {
    height: 100%;
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 15px #F04D47);
    filter: drop-shadow(0px 0px 15px #F04D47);
}

.skyrocket .float-circle svg path {
    fill: #F04D47;
}

.skyrocket .triangle {
    height: 140px;
    width: 50%;
    position: absolute;
    top: -68px;
    right: 0;
}

.skyrocket .triangle svg {
    height: 100%;
    width: 100%;
}

.skyrocket .triangle-faded {
    height: 140px;
    width: 50%;
    position: absolute;
    top: -68px;
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.skyrocket .triangle-faded svg {
    height: 100%;
    width: 100%;
}

.skyrocket .triangle-faded svg path {
    fill: #4B5882;
}

.contact-page .skyrocket {
    margin-top: 0;
}


/*----------------------------------------------------------------
work single
-----------------------------------------------------------------*/

.work-single-main .left {
    padding: 60px 50px;
    padding-bottom: 0;
    height: 100%;
}

.work-single-main .left h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 10px;
}

.work-single-main .left p {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.work-single-main .left img {
    width: 100%;
}

.work-single-main .right {
    height: 100%;
    position: relative;
}

.work-single-main .right .work-cover {
    height: 100%;
}

.work-single-main .right .work-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-single-main .right .cover-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
}

.work-single-main .right .cover-bottom:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.work-single-main .right .cover-bottom .icon {
    display: block;
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
}

.work-single-main .right .cover-bottom .icon img {
    width: 35px;
    height: 35px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.work-single-main .right .cover-bottom h3 {
    position: relative;
    z-index: 9;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-left: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

.overview-section {
    padding: 60px 0 0 0;
}

.overview-section .overview .left h3 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.overview-section .overview .left p {
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin-bottom: 15px;
}

.overview-section .overview .right {
    text-align: center;
}

.overview-section .overview .right img {
    max-width: 100%;
}

.overview-section .stats {
    margin-top: 20px;
}

.overview-section .stats .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.overview-section .stats .item .icon {
    display: inline-block;
}

.overview-section .stats .item .icon img {
    height: 50px;
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.overview-section .stats .item .rest {
    display: inline-block;
    margin-left: 25px;
}

.overview-section .stats .item .rest h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 24px;
    color: #545454;
    margin-bottom: 5px;
}

.overview-section .stats .item .rest p {
    font-size: 14px;
    line-height: 166.6%;
    color: #545454;
}

.overview-section .outcome {
    padding-top: 120px;
}

.overview-section .outcome h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 30px;
}

.overview-section .outcome p {
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin-bottom: 15px;
}

.overview-section .bottom-showcase {
    text-align: center;
}

.overview-section .bottom-showcase img {
    max-width: 100%;
}

.overview-section .bottom-stats {
    padding: 15px 40px;
}

.overview-section .bottom-stats .item {
    text-align: center;
}

.overview-section .bottom-stats .item .icon {
    margin-bottom: 20px;
}

.overview-section .bottom-stats .item .icon img {
    height: 50px;
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.overview-section .bottom-stats .item .rest {
    display: inline-block;
}

.overview-section .bottom-stats .item .rest h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.overview-section .bottom-stats .item .rest p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}


/*-------------------------------------------------
Contact Page
-------------------------------------------------*/

.contact-main {
    padding-top: 80px;
}

.contact-main .left .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-main .left .contact-form .form-group label {
    font-weight: 600;
    font-size: 14px;
    color: var(--color-violet);
    margin-bottom: 15px;
}

.contact-main .left .contact-form .form-group .form-control {
    padding: 17px 15px;
    border-radius: 2px;
    font-size: 14px;
}

.contact-main .left .contact-form p {
    color: #545454;
    font-size: 14px;
}

.contact-main .left .contact-form p span {
    font-weight: 600;
}

.contact-main .left .contact-form .submit-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 2px;
    margin-top: 30px;
    display: inline-block;
    background-color: var(--color-blue);
}

.contact-main .right .block-div {
    margin-bottom: 30px;
}

.contact-main .right .block-div h2 {
    font-weight: bold;
    font-size: 22px;
    color: #233367;
    margin-bottom: 20px;
}

.contact-main .right .block-div a {
    font-weight: normal;
    font-size: 16px;
    color: #545454;
    display: block;
    line-height: 26px;
    margin-bottom: 5px;
}

.contact-main .right .block-div a.inline {
    display: inline-block;
}

.contact-main .right .block-div .contact-social li {
    margin-right: 20px;
    display: inline-block;
}

.contact-main .right .block-div .contact-social li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.contact-main .right .block-div .contact-social li a span {
    color: #fff;
    font-size: 18px;
}

.contact-main .right .block-div .contact-social li a.col-fb {
    background-color: #3B5998;
}

.contact-main .right .block-div .contact-social li a.col-twt {
    background-color: #1DA1F2;
}

.contact-main .right .block-div .contact-social li a.col-insta {
    background-color: #E1306C;
}

.contact-main .right .block-div .contact-social li a.col-tube {
    background-color: #FF0000;
}

.contact-map {
    margin-top: 70px;
    position: relative;
    top: 20px;
}

.contact-map .map-frame {
    width: 100%;
    height: 580px;
}


/*-------------------------------------------------
Team
--------------------------------------------------*/

.team-main {
    padding-top: 80px;
}

.team-main .item {
    text-align: center;
    margin-bottom: 40px;
}

.team-main .item .image img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: solid 15px #F3F7FF;
}

.team-main .item .caption {
    margin-top: 20px;
}

.team-main .item .caption h2 {
    margin-bottom: 10px;
}

.team-main .item .caption h2 a {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #3F3D56;
}

.team-main .item .caption h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #1f5aa0;
    margin-bottom: 25px;
}

.team-main .item .caption .team-social {
    margin-bottom: 15px;
}

.team-main .item .caption .team-social li {
    display: inline-block;
    margin: 0 8px;
}

.team-main .item .caption .team-social li a {
    font-size: 24px;
    background: rgba(125, 173, 254, 0.35);
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.team-main .item .caption .team-social li a.fb-color {
    color: #3B5998;
}

.team-main .item .caption .team-social li a.twt-color {
    color: #1DA1F2;
}

.team-main .item .caption .team-social li a.linkd-color {
    color: #0077B5;
}

.team-main .item .caption h4 a {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #828282;
}

.team-single {
    padding-top: 80px;
}

.team-single .left h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #3F3D56;
    margin-bottom: 10px;
}

.team-single .left h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #1f5aa0;
    margin-bottom: 40px;
}

.team-single .left p {
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin-bottom: 70px;
}

.team-single .left .mail-link {
    font-size: 20px;
    line-height: 29px;
    color: #828282;
}

.team-single .left .mail-link:hover {
    color: #0D4E9C;
}

.team-single .left .team-social {
    margin: 15px;
}

.team-single .left .team-social li {
    display: inline-block;
    margin: 0 8px;
}

.team-single .left .team-social li a {
    font-size: 24px;
    background: rgba(125, 173, 254, 0.35);
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.team-single .left .team-social li a.fb-color {
    color: #3B5998;
}

.team-single .left .team-social li a.twt-color {
    color: #1DA1F2;
}

.team-single .left .team-social li a.linkd-color {
    color: #0077B5;
}

.team-single .right {
    text-align: center;
}

.team-single .right img {
    max-width: 100%;
    max-height: 450px;
}


/*---------------------------------------------------------------------------
Blogs Page
----------------------------------------------------------------------------*/

.blogs-list {
    padding-top: 80px;
}

.blogs-list .lists-main h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #3F3D56;
    margin-bottom: 30px;
}

.blogs-list .lists-main .item {
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
    display: block;
}

.blogs-list .lists-main .item:hover {
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.3);
}

.blogs-list .lists-main .item img {
    width: 100%;
    height: 300px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogs-list .lists-main .item .caption {
    padding: 20px;
}

.blogs-list .lists-main .item .caption h3 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 16px;
    color: #233367;
    line-height: 24px;
}

.blogs-list .lists-main .item .caption p {
    font-size: 14px;
    line-height: 26px;
    color: #868686;
}

.blogs-list .lists-main .blog-pagination {
    margin-top: 30px;
}

.blogs-list .lists-main .blog-pagination .pagination .page-item .page-link {
    border: none;
    margin: 0 5px;
    color: #5A5A5A;
    font-size: 16px;
}

.blogs-list .lists-main .blog-pagination .pagination .page-item .page-link.page-numbers {
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    color: #0D4E9C;
}

.blogs-list .lists-main .blog-pagination .pagination .page-item .page-link.page-numbers:hover {
    background-color: #4285F4;
    color: #fff;
}

.blogs-list .lists-main .blog-pagination .pagination .page-item .page-link span {
    padding: 0 10px;
}

.blogs-list .sidebar h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #3F3D56;
    margin-bottom: 30px;
}

.blogs-list .sidebar .search-form {
    margin-bottom: 60px;
}

.blogs-list .sidebar .search-form .form-control {
    font-size: 14px;
    color: #A2A2A2;
    border-radius: 2px;
    padding: 14px 20px;
}

.blogs-list .sidebar .recent-posts .item {
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: block;
}

.blogs-list .sidebar .recent-posts .item .left img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blogs-list .sidebar .recent-posts .item .right {
    height: 100%;
    padding: 10px 15px 10px 0;
}

.blogs-list .sidebar .recent-posts .item .right h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #233367;
    margin-bottom: 5px;
}

.blogs-list .sidebar .recent-posts .item .right p {
    font-size: 12px;
    color: #868686;
}

.blog-banner {
    background-image: url(../images/blogs/blog-banner.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.blog-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 50%, 296.89px, rgba(7, 41, 82, 0.200116) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-radial-gradient(50% 50%, 296.89px, rgba(7, 41, 82, 0.200116) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: radial-gradient(296.89px at 50% 50%, rgba(7, 41, 82, 0.200116) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.blog-banner .caption {
    padding: 350px 0 280px 0;
    position: relative;
    z-index: 9;
}

.blog-banner .caption h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.blog-banner .caption p {
    font-size: 24px;
    text-align: center;
    color: #FFF9F9;
}

.blog-inner-main {
    padding: 70px 0;
}

.blog-inner-main .left h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #233367;
}

.blog-inner-main .left h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.blog-inner-main .left h3 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 28px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.blog-inner-main .left h4 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 22px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.blog-inner-main .left h5 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 18px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.blog-inner-main .left h6 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 16px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.blog-inner-main .left ul {
    margin-bottom: 30px;
}

.blog-inner-main .left ul li {
    font-size: 16px;
    line-height: 32px;
    color: #545454;
    list-style-type: disc;
    margin-left: 35px;
}

.blog-inner-main .left p {
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin-bottom: 30px;
}

.blog-inner-main .left p:first-child:first-letter {
    color: #fff;
    background-color: #0D4E9C;
    padding: 10px 12px;
    margin-right: 3px;
    border-radius: 2px;
    font-size: 24px;
    line-height: 45px;
}

.blog-inner-main .left blockquote {
    padding: 45px 30px;
    background: rgba(66, 133, 244, 0.06);
    border: 1px solid rgba(13, 78, 156, 0.09);
    position: relative;
    margin: 70px 50px;
}

.blog-inner-main .left blockquote p {
    color: #233367;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-inner-main .left blockquote p:first-child:first-letter {
    color: #233367;
    background-color: transparent;
    padding: 0px;
    margin-right: 0;
    display: inline-block;
    font-size: 18px;
}

.blog-inner-main .left blockquote:before {
    position: absolute;
    content: '\e938';
    font-family: 'icomoon';
    font-size: 46px;
    top: -15px;
    left: -20px;
    color: #233367;
}

.blog-inner-main .left blockquote:after {
    position: absolute;
    content: '\e937';
    font-family: 'icomoon';
    font-size: 46px;
    bottom: -15px;
    right: -20px;
    color: #233367;
}

.blog-inner-main .left .share-container {
    border-top: solid 1px #e6e4e4;
    margin-top: 60px;
}

.blog-inner-main .right h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #3F3D56;
    margin-bottom: 30px;
}

.blog-inner-main .right .recent-posts .item {
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: block;
}

.blog-inner-main .right .recent-posts .item .left img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-inner-main .right .recent-posts .item .right {
    height: 100%;
    padding: 10px 15px 10px 0;
}

.blog-inner-main .right .recent-posts .item .right h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #233367;
    margin-bottom: 5px;
    width: 100%;
}

.blog-inner-main .right .recent-posts .item .right p {
    font-size: 12px;
    color: #868686;
}


/*----------------------------------------------------------
Career Page
-----------------------------------------------------------*/

.career-inner-main {
    padding-top: 80px;
}

.career-inner-main .block {
    margin-bottom: 60px;
}

.career-inner-main .block h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 42px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.career-inner-main .block h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.career-inner-main .block h3 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 28px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.career-inner-main .block h4 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 22px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.career-inner-main .block h5 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 18px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.career-inner-main .block h6 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 16px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.career-inner-main .block p {
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin-bottom: 30px;
}

.career-inner-main .block p:last-child {
    margin-bottom: 0;
}

.career-inner-main .block ul li {
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    list-style-type: disc;
    margin-left: 35px;
}

.career-inner-main .stats {
    margin-bottom: 60px;
}

.career-inner-main .stats h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 166.6%;
    color: #233367;
    margin-bottom: 5px;
}

.career-inner-main .stats p {
    font-size: 14px;
    line-height: 28px;
    color: #545454;
}

.career-inner-main .btn-container {
    border-top: solid 1px #e6e4e4;
}

.career-inner-main .btn-container .apply-btn {
    background-color: #1786E9;
    color: #fff;
    display: block;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    padding: 17px 0;
    text-shadow: 0px 1px 0px #136BBA;
    text-align: center;
    margin-top: 40px;
}

.career-banner {
    background-image: url(../images/career/career-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.career-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 50%, 296.89px, rgba(7, 41, 82, 0.200116) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-radial-gradient(50% 50%, 296.89px, rgba(7, 41, 82, 0.200116) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: radial-gradient(296.89px at 50% 50%, rgba(7, 41, 82, 0.200116) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.career-banner .caption {
    padding: 180px 0 70px 0;
    position: relative;
    z-index: 9;
}

.career-banner .caption h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 75px;
}

.career-banner .caption h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.career-banner .caption .blob {
    border-radius: 40% 72% 69% 44% / 60% 77% 39% 40%;
    height: 350px;
    width: 350px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.career-banner .caption .blob img {
    height: 220px;
}

.career-main .item {
    height: 300px;
    position: relative;
    padding: 30px;
    display: block;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.career-main .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.career-main .item .caption {
    position: relative;
    z-index: 9;
    height: 100%;
}

.career-main .item .caption h3 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.career-main .item .caption .hidden-text {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    height: 110px;
    overflow: hidden;
}

.career-main .item .caption .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.career-main .item .caption .bottom p {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.career-main .item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 9;
}

.career-main .item:hover .caption .hidden-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.career-main .item:hover .caption h3 {
    opacity: 0;
}


/*----------------------------------------------------------
Services Page
-----------------------------------------------------------*/

.service-inner-main {
    padding-top: 80px;
}

.service-inner-main .left .nav-tabs {
    border-bottom: none;
}

.service-inner-main .left .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.service-inner-main .left .nav-tabs .nav-item .nav-link {
    background: rgba(66, 133, 244, 0.045);
    font-weight: 600;
    font-size: 16px;
    color: #545454;
    padding: 15px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.service-inner-main .right .tab-content .tab-pane img {
    width: 100%;
    margin-bottom: 60px;
}

.service-inner-main .right .tab-content .tab-pane h1 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 42px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.service-inner-main .right .tab-content .tab-pane h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.service-inner-main .right .tab-content .tab-pane h3 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 28px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.service-inner-main .right .tab-content .tab-pane h4 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 22px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.service-inner-main .right .tab-content .tab-pane h5 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 18px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.service-inner-main .right .tab-content .tab-pane h6 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 16px;
    line-height: 155.6%;
    color: #233367;
    margin-bottom: 40px;
}

.service-inner-main .right .tab-content .tab-pane ul {
    margin-bottom: 30px;
}

.service-inner-main .right .tab-content .tab-pane ul li {
    font-size: 16px;
    line-height: 32px;
    color: #545454;
    list-style-type: disc;
    margin-left: 35px;
}

.service-inner-main .right .tab-content .tab-pane p {
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin-bottom: 30px;
}

.service-inner-main .right .tab-content .tab-pane p:first-child:first-letter {
    color: #fff;
    background-color: #0D4E9C;
    padding: 5px 8px;
    margin-right: 3px;
}

.service-inner-main .right .tab-content .tab-pane blockquote {
    padding: 45px 30px;
    background: rgba(66, 133, 244, 0.06);
    border: 1px solid rgba(13, 78, 156, 0.09);
    position: relative;
    margin: 70px 50px;
}

.service-inner-main .right .tab-content .tab-pane blockquote p {
    color: #233367;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.service-inner-main .right .tab-content .tab-pane blockquote p:first-child:first-letter {
    color: #233367;
    background-color: transparent;
    padding: 0;
    margin-right: 0;
}

.service-inner-main .right .tab-content .tab-pane blockquote:before {
    position: absolute;
    content: '\e938';
    font-family: 'icomoon';
    font-size: 46px;
    top: -15px;
    left: -20px;
    color: #233367;
}

.service-inner-main .right .tab-content .tab-pane blockquote:after {
    position: absolute;
    content: '\e937';
    font-family: 'icomoon';
    font-size: 46px;
    bottom: -15px;
    right: -20px;
    color: #233367;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    background: rgba(66, 133, 244, 0.1) !important;
}

.services-main .services-wrapper .item .left {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.services-main .services-wrapper .item .right {
    padding: 40px 40px 60px 40px;
    position: relative;
}

.services-main .services-wrapper .item .right .svg-container {
    height: 361px;
    width: 111px;
    position: absolute;
    left: -109px;
    bottom: 0;
}

.services-main .services-wrapper .item .right .black-svg {
    position: absolute;
    height: 197px;
    width: 242px;
    bottom: -1px;
    left: -241px;
}

.services-main .services-wrapper .item .right .black-svg svg {
    fill: #030303;
    fill-opacity: 0.3;
    height: 100%;
}

.services-main .services-wrapper .item .right h2 {
    font-family: League Spartan;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 20px;
    height: 42px;
    overflow: hidden;
}

.services-main .services-wrapper .item .right .content-section {
    margin-bottom: 30px;
    height: calc(100vh - 350px);
    overflow: hidden;
}

.services-main .services-wrapper .item .right .content-section p {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.services-main .services-wrapper .item .right a {
    border: solid 2px #fff;
    color: #fff;
    display: inline-block;
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
}

.services-main .services-wrapper .item .right .svg-container svg {
    height: 100%;
}

.services-main .services-wrapper .item:nth-child(2) .row,
.services-main .services-wrapper .item:nth-child(4) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.services-main .services-wrapper .item:nth-child(2) .row .right .svg-container,
.services-main .services-wrapper .item:nth-child(4) .row .right .svg-container {
    right: -109px;
    left: auto;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.services-main .services-wrapper .item:nth-child(2) .row .right .black-svg,
.services-main .services-wrapper .item:nth-child(4) .row .right .black-svg {
    left: auto;
    right: -205px;
    height: 167px;
    width: 208px;
}

.intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 11260;
    color: white;
}

.intro__time {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    font-size: 36px;
}

.intro__time span {
    color: green;
}

.intro__top {
    font-size: 40px;
    margin-bottom: 40px;
}

.intro__bottom {
    font-size: 80px;
}

.intro__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11260;
    text-align: center;
}

.intro__logo img,
.intro__logo svg {
    width: 50%;
    height: auto;
}

.intro video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1250;
}

.ml13 {
    font-size: 1.9em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-weight: 600;
}

.ml13 .letter {
    display: inline-block;
    line-height: 1em;
}

[class*="float-"] {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: floating 6s infinite 0s ease-in-out;
    animation: floating 6s infinite 0s ease-in-out;
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }
    50% {
        -webkit-transform: rotate(-18deg) translateY(-14px);
        transform: rotate(-18deg) translateY(-14px);
    }
    100% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes floating {
    0% {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }
    50% {
        -webkit-transform: rotate(-18deg) translateY(-14px);
        transform: rotate(-18deg) translateY(-14px);
    }
    100% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
}

.js-skip-intro {
    z-index: 15000;
    position: fixed;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

[data-sal=slide-up] {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.case-section {
    position: relative;
    min-height: 70vh;
    -webkit-transition: 'height' .2s;
    -o-transition: 'height' .2s;
    transition: 'height' .2s;
}

.home-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

.home-slider .slide-images {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}

.home-slider .slide-images .slide {
    width: 70%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-backface-visibility: hidden;
}

.home-slider .slide-images .slide.active {
    z-index: 15;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.home-slider .slide-images .slide.active-temp {
    z-index: 12;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.home-slider .slide-images .slide.crossfade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.home-slider .slide-images .slide.crossfade.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.home-slider .slide-images .slide .image {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
}

.home-slider .slide-images .slide .image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #e1243f;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.home-slider .slide-images .slide .image.hover .image-overlay {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.home-slider .slide-images .slide.left-half {
    right: 50%;
    -webkit-transform: skew(12.8deg);
    -ms-transform: skew(12.8deg);
    transform: skew(12.8deg);
}

.home-slider .slide-images .slide.left-half .image {
    right: -15%;
    background-position: center center;
    -webkit-transform: skew(-12.8deg);
    -ms-transform: skew(-12.8deg);
    transform: skew(-12.8deg);
}

.home-slider .slide-images .slide.right-half {
    left: 50%;
    -webkit-transform: skew(12.8deg);
    -ms-transform: skew(12.8deg);
    transform: skew(12.8deg);
}

.home-slider .slide-images .slide.right-half .image {
    left: -15%;
    background-position: center center;
    background-size: cover;
    -webkit-transform: skew(-12.8deg);
    -ms-transform: skew(-12.8deg);
    transform: skew(-12.8deg);
}

.home-slider .slide-mask-overlay {
    width: 300%;
    height: 300%;
    position: absolute;
    top: -100%;
    z-index: 20;
    right: 50%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.home-slider .slide-mask-overlay.left {
    -webkit-transform: rotate(0.1deg) skew(12.8deg);
    -ms-transform: rotate(0.1deg) skew(12.8deg);
    transform: rotate(0.1deg) skew(12.8deg);
}

.home-slider .slide-mask-overlay.right {
    -webkit-transform: rotate(180.1deg) skew(12.8deg);
    -ms-transform: rotate(180.1deg) skew(12.8deg);
    transform: rotate(180.1deg) skew(12.8deg);
}

.home-slider .slide-mask-overlay>div {
    position: absolute;
    width: 300%;
    height: 300%;
    top: -50%;
    left: -50%;
    background: #e1243f;
    -webkit-transform: skew(-12.8deg);
    -ms-transform: skew(-12.8deg);
    transform: skew(-12.8deg);
    -webkit-backface-visibility: hidden;
}

.home-slider .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
}

.home-slider .text-overlay .wrapper {
    height: 100%;
}

.home-slider .text-overlay .wrapper .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-slider .text-overlay .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 25;
    display: flex;
    align-items: center;
}

.home-slider .text-overlay .slide:nth-child(even) {
    left: 50%;
}

.home-slider .text-overlay .slide .brand-content {
    margin: 40px 80px 40px 80px;
    width: 40%;
}

.home-slider .text-overlay .slide .brand-content h1 {
    font-family: League Spartan;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.home-slider .text-overlay .slide .brand-content .para-wrapper p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.home-slider .text-overlay .slide .brand-footer a {
    color: #fff;
    border: solid 2px #fff;
    padding: 15px 40px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 15px;
    display: inline-block;
}

.home-slider .text-overlay .slide .brand-footer a:hover {
    background-color: #fff;
    color: #e1243f;
}

.home-slider .text-overlay .slide .brand-footer a .brand-fb {
    background-color: #3B5998;
}

.home-slider .text-overlay .slide .brand-footer a .brand-twt {
    background-color: #1DA1F2;
}

.home-slider .text-overlay .slide .brand-footer a .brand-insta {
    background-color: #E1306C;
}

.home-slider .text-overlay .slide .brand-footer a .brand-tube {
    background-color: #FF0000;
}

.home-slider .text-overlay .slide.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 26;
}

.home-slider .controls {
    z-index: 120;
    position: absolute;
    top: 50%;
    right: 30px;
    height: 136px;
    margin-top: -68px;
    width: 60px;
    display: none;
}

.home-slider .controls a {
    display: block;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    color: #fff;
    font-size: 25px;
    width: 100%;
    line-height: 68px;
    height: 68px;
    background-color: #d7d7d7;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80d7d7d7, endColorstr=#80d7d7d7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80d7d7d7, endColorstr=#80d7d7d7);
    background-color: rgba(215, 215, 215, 0.5);
    text-align: center;
}

.home-slider .controls a:hover {
    background: #d7d7d7;
}

.home-slider .controls a:active {
    background: #bebebe;
}

.home-slider .controls a.ctrl-prev {
    border-radius: 4px 4px 0 0;
    behavior: url("/web/20180509052128im_/https://d3upkisrg5fqrk.cloudfront.net/assets/vendor/plugins/pie/PIE.htc");
}

.home-slider .controls a.ctrl-next {
    border-radius: 0 0 4px 4px;
    behavior: url("/web/20180509052128im_/https://d3upkisrg5fqrk.cloudfront.net/assets/vendor/plugins/pie/PIE.htc");
}

.home-slider .slider-controls {
    position: absolute;
    bottom: 25px;
    z-index: 120;
    width: 100%;
}

.home-slider .slider-controls .slider-pager {
    font-size: 0;
    text-align: center;
}

.home-slider .slider-controls .slider-pager .slider-pager-item {
    margin: 0 7px;
    vertical-align: bottom;
    display: inline-block;
}

.home-slider .slider-controls .slider-pager .slider-pager-item a.slider-pager-link {
    width: 10px;
    height: 10px;
    position: relative;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    display: inline-block;
}

.home-slider .slider-controls .slider-pager .slider-pager-item a.slider-pager-link:before {
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.home-slider .slider-controls .slider-pager .slider-pager-item a.slider-pager-link.active,
.home-slider .slider-controls .slider-pager .slider-pager-item a.slider-pager-link:hover {
    height: 20px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media screen and (max-width: 1024px) {
    .home-slider .text-overlay .slide .table p {
        font-size: 25px;
    }
}

@media screen and (max-width: 980px) {
    .home-slider .slide-images .slide {
        width: 100%;
        height: 50%;
    }
    .home-slider .slide-images .slide .image {
        width: 100% !important;
        height: 100% !important;
        left: auto !important;
        right: auto !important;
        background-size: cover !important;
    }
    .home-slider .slide-images .slide.left-half {
        top: 0;
        right: auto;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
    }
    .home-slider .slide-images .slide.left-half .image {
        right: 0;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
    }
    .home-slider .slide-images .slide.right-half {
        top: 50%;
        left: auto;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
    }
    .home-slider .slide-images .slide.right-half .image {
        left: 0;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
    }
    .home-slider .slide-mask-overlay {
        width: 300%;
        height: 100%;
        left: -100%;
        top: -50%;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    .home-slider .slide-mask-overlay.left {
        -webkit-transform: rotate(0.1deg) skew(0);
        -ms-transform: rotate(0.1deg) skew(0);
        transform: rotate(0.1deg) skew(0);
    }
    .home-slider .slide-mask-overlay.right {
        -webkit-transform: rotate(180.1deg) skew(0);
        -ms-transform: rotate(180.1deg) skew(0);
        transform: rotate(180.1deg) skew(0);
    }
    .home-slider .slide-mask-overlay>div {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
    }
    .home-slider .text-overlay .slide .table {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .home-slider .text-overlay .slide .table .row {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        margin-top: 0;
        height: 100%;
    }
    .home-slider .text-overlay .slide .table .row .cell {
        display: table;
        width: 100%;
        height: 50%;
        padding-left: 0;
    }
    .home-slider .text-overlay .slide .table .row .cell:first-child {
        padding-right: 0;
    }
    .home-slider .text-overlay .slide .table .row .cell .middle {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }
    .home-slider .text-overlay .slide .table h2 {
        font-size: 30px;
    }
    .home-slider .text-overlay .slide .table p {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .home-slider .text-overlay .slide .table .btn {
        line-height: 40px;
    }
    .home-slider .slider-controls {
        bottom: 10px;
    }
}

[data-sal][data-sal-easing=ease-in-out-quad] {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
    overflow-x: hidden;
    position: relative;
}

.col-wider {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.navanim-1 {
    -webkit-transform: translateX(0) translateY(-200vw);
    -ms-transform: translateX(0) translateY(-200vw);
    transform: translateX(0) translateY(-200vw);
    opacity: 0;
}

.navanim-2 {
    -webkit-transform: translateX(0) translateY(200vw);
    -ms-transform: translateX(0) translateY(200vw);
    transform: translateX(0) translateY(200vw);
    opacity: 0;
}

.navanim-3 {
    -webkit-transform: translateX(0) translateY(-200vw);
    -ms-transform: translateX(0) translateY(-200vw);
    transform: translateX(0) translateY(-200vw);
    opacity: 0;
}

.navanim-4 {
    -webkit-transform: translateX(-180vw) translateY(0);
    -ms-transform: translateX(-180vw) translateY(0);
    transform: translateX(-180vw) translateY(0);
    opacity: 0;
}

.navanim-5 {
    -webkit-transform: translateX(0) translateY(170vw);
    -ms-transform: translateX(0) translateY(170vw);
    transform: translateX(0) translateY(170vw);
    opacity: 0;
}

.navanim-6 {
    -webkit-transform: translateX(0) translateY(200vw);
    -ms-transform: translateX(0) translateY(200vw);
    transform: translateX(0) translateY(200vw);
    opacity: 0;
}

.navanim-7 {
    -webkit-transform: translateX(200vw) translateY(0);
    -ms-transform: translateX(200vw) translateY(0);
    transform: translateX(200vw) translateY(0);
    opacity: 0;
}

.show-animation [class*=navanim] {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.8s, -webkit-transform 1s;
    transition: opacity 0.8s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 0.8s;
    transition: transform 1s, opacity 0.8s;
    transition: transform 1s, opacity 0.8s, -webkit-transform 1s;
}

#nav-content .nav-item {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#nav-content .nav-item span {
    position: absolute;
    background-color: var(--color-green);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#nav-content .bottom,
#nav-content .top {
    height: 8px;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

#nav-content .left,
#nav-content .right {
    width: 8px;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

#nav-content .bottom {
    bottom: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

#nav-content .nav-item:hover .bottom {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

#nav-content .right {
    right: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

#nav-content .nav-item:hover .right {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

#nav-content .top {
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#nav-content .nav-item:hover .top {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

#nav-content .left {
    left: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

#nav-content .nav-item:hover .left {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.hamburger {
    z-index: 120001;
}

.intro__logo svg path {
    fill: #fff;
}

.to-top {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    line-height: 48px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    opacity: 0.2;
    color: #fff !important;
}

.to-top i {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.to-top:hover {
    opacity: 0.8;
}

.headroom--not-top .main-nav {
    padding: 10px 60px;
    padding-bottom: 6px;
}

.grid {
    background-color: #f6f6f6;
}

.grid .grid__item {
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
