
:focus {
    outline: none
}

:-moz-any-link:focus {
    outline: none;
    text-decoration: none
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: none
}

::selection {
    color: #fff;
    background: #F3CE1D
}

::-moz-selection {
    color: #fff;
    background: #F3CE1D
}

html,
body {
    width: 100%;
    min-height: 100%
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #042030;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    position: relative;
    top: 0 !important
}

a,
a:hover,
a:focus {
    cursor: pointer;
    text-decoration: none !important;
    color: #F3CE1D;
    outline: none
}

strong,
b {
    font-weight: 600
}

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

ul,
ol {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #042030;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.1;
}

h1 {
    font-size: 40px;
    font-weight: normal;
}

h2 {
    font-size: 30px;
    font-weight: normal;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 20px;
    line-height: 1.2
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    color: #042030;
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.container {
    width: 75%;
}

#hidden-header {
    background-color: #fff;
}

#header ul {
    list-style: none;
    line-height: 100px;
}

.header .navbar-toggle {
    height: 100%;
    width: 60px;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0
}

.header .navbar-toggle i {
    position: relative;
    top: 2px;
    font-size: 16px;
    color: #fff
}

.header.header-bg .navbar-toggle i {
    color: #042030
}

.header {
    height: 110px;
    line-height: 100px;
    z-index: 99;
    /* position: absolute;
    top: 50px; */
    width: 100%;
    background: #1F4492;
    margin-bottom: 40px;
}

.header #logo img {
    max-height: 90px;
}

.header.header-bg #logo img {
    max-height: 70px;
}

.header.header-bg #logo .light-logo {
    display: none;
}

.header #logo .dark-logo {
    display: none;
}

.header.header-bg #logo .dark-logo {
    display: block;
}

.header #logo {
    position: absolute;
    left: 15px;
}

.header #logo a {
    display: block;
}

.header .container {
    position: relative;
}

.header .nav-menu {
    line-height: 100px;
    text-align: center;
}

.header .nav-menu li {
    line-height: normal;
    padding: 0;
}

.header .nav-menu>ul>li {
    display: inline-block;
    position: relative;
}

@-webkit-keyframes headerFadeIn {
    0% {
        top: -60px;
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        top: 0;
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes headerFadeIn {
    0% {
        top: -60px;
        opacity: 0;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        top: 0;
        opacity: 1;
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes headerFadeIn {
    0% {
        top: -60px;
        opacity: 0;
        -o-animation-timing-function: ease-out
    }

    100% {
        top: 0;
        opacity: 1;
        -o-animation-timing-function: ease-in
    }
}

@keyframes headerFadeIn {
    0% {
        top: -60px;
        opacity: 0;
        animation-timing-function: ease-out
    }

    100% {
        top: 0;
        opacity: 1;
        animation-timing-function: ease-in
    }
}

.header .nav-menu ul>li>a {
    outline: 0;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    color: #fff;
    letter-spacing: 0.8px;
}

.header .nav-menu ul>li:hover>a,
.header .nav-menu ul>li.active>a {
    color: #fff
}

.header .nav-menu>ul>li.drop>a i {
    font-size: 10px;
    position: relative;
    margin-left: 5px;
    font-weight: normal;
    top: 0
}

.header .nav-menu .drop a:before {
    display: none;
    display: block
}

.header .nav-menu .drop .dropdown {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    width: 240px;
    border-top: 3px solid #F3CE1D;
    background: #1F4492;
    text-align: left;
    border-radius: 0 0 10px 10px
}

.header .nav-menu .drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=1);
}

.header .nav-menu .drop .dropdown li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .nav-menu .drop .dropdown li:last-child {
    border-bottom: none;
    border-radius: 0 0 10px 10px
}

.header .nav-menu .drop .dropdown li:last-child a {
    border-radius: 0 0 10px 10px
}

.header .nav-menu .drop .dropdown li a {
    color: #fff;
    padding: 12px 25px;
    text-transform: none;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    font-size: 14px;
}

.header .nav-menu .drop .dropdown li:hover a,
.header .nav-menu .drop .dropdown li.active a {
    color: #fff !important;
    background: -webkit-linear-gradient(-135deg, #F3CE1D, #1F4492 );
}

.header.header-bg {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: headerFadeIn;
    -moz-animation-name: headerFadeIn;
    -o-animation-name: headerFadeIn;
    animation-name: headerFadeIn
}

.header.header-bg .nav-menu ul>li>a {
    color: #042030
}

.header.header-bg .nav-menu ul>li.active>a,
.header.header-bg .nav-menu ul>li:hover>a {
    color: #F3CE1D
}

.header.header-bg .nav-menu .drop .dropdown li a {
    color: #fff;
}

.header.light-header .navbar-toggle i {
    position: relative;
    top: 2px;
    font-size: 16px;
    color: #042030
}

.header.light-header {
    background: transpaernt;
    top: 15px
}

.header.light-header .nav-menu ul>li>a {
    color: #042030
}

.header.light-header #logo img {
    max-height: 42px
}


.bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg-wrap.top {
    z-index: 50
}

.bg-img {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: -1
}

.section {
    position: relative;
    padding: 120px 0;
    background: #fff;
    z-index: 0
}

.section .container,
.section .container-fluid {
    z-index: 36;
    position: relative
}

.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
    color: #fff;
    font-weight: 400;
}

.dark-section,
.dark-section p {
    color: #fff
}


.pb200 {
    padding-bottom: 200px;
}

.header-title .lido {
    display: block;
    margin-bottom: 20px;
    line-height: 20px
}

.header-title .lido b {
    color: #F3CE1D
}

.header-title .lido:before {
    width: 2px;
    height: 20px;
    background: #F3CE1D;
    display: inline-block;
    content: "";
    position: relative;
    top: 5px;
    margin-right: 20px;
}

.mb60 {
    margin-bottom: 120px !important
}

.pb240 {
    padding-bottom: 240px
}

.pt440 {
    padding-top: 380px
}

.ytvideo {
    position: absolute;
    height: 640px;
    top: -320px;
    width: 83.333333333%;
    margin: 0 auto;
    left: 0;
    right: 0
}

.ytvideo img {
    height: 640px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.pb250 {
    padding-bottom: 250px;
}

.pro-carousel.brands {
    text-align: center;
    padding: 0 60px;
    position: absolute;
    bottom: 50px;
    background: none;
    margin: 0 auto;
    width: 50%;
    display: block;
    z-index: 50;
    left: 0;
    right: 0
}

.notar.gal {
    border-radius: 10px 0 0 10px;
    height: auto;
    background: none;
}

.notar.gal .gallery-slider {
    position: absolute;
    top: -240px;
    right: 0;
    border-radius: 10px 0 0 10px
}

.notar.gal .gallery-slider img {
    border-radius: 10px 0 0 10px
}

.notar.slide {
    height: auto;
    border-radius: 10px 0 0 10px;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%
}

.notar.slide .dots {
    left: auto;
    bottom: -90px;
    right: -90px;
    top: auto;
    width: 83.3333333%;
    height: 100%
}

.notar.slide .back {
    border-radius: 0 10px 10px 0;
    height: 640px
}

.m0 {
    margin: 0
}

.pt0 {
    padding-top: 0 !important
}

.notar {
    position: relative;
    display: block;
    margin: 0;
    height: 640px;
    background: -webkit-linear-gradient(-45deg, #042030, #F3CE1D);
    border-radius: 15px;
}

.notar .back {
    object-fit: cover;
    width: 100%;
    height: 640px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);
    z-index: 10;
    border-radius: 15px;
}

.notar:hover .back {
    opacity: .33;
    -webkit-filter: grayscale(100);
    filter: grayscale(100%)
}

.notar .logo {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    margin: 0 auto;
    height: 80px
}

.notar:hover .logo {
    opacity: 1;
    height: 60px;
    top: calc(50% - 30px)
}

.notar .dots {
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 66.6666666%;
    height: 66.66666666%;
    background: url(../images/dots.png) 0 0 repeat;
    z-index: -1;
    opacity: .8
}

.notar .linked {
    position: absolute;
    right: 0;
    bottom: -75px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eee;
    text-align: center;
    color: #042030
}

.notar .linked:hover {
    background: #042030;
    color: #fff
}

.notar .qt {
    background: #042030;
    position: absolute;
    bottom: 8.333333333333%;
    left: -8.333333333333%;
    width: 320px;
    padding: 40px;
    overflow: hidden;
    display: block
}

.notar .qt.right {
    right: -8.333333333333%;
    left: auto;
    text-align: right
}

.notar .qt.right:after {
    left: 10px;
    right: auto
}

.notar .qt h4 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 28px;
    z-index: 1
}

.notar .qt p {
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.notar .qt p span {
    font-weight: 400;
    color: #999
}

.notar .qt p :last-child {
    margin: 0
}

.notar .qt:after {
    color: #222;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: "\f7e3";
    font-family: uicons-regular-straight
}

.notar.right .dots {
    right: -60px;
    left: auto
}

.h350 {
    height: 350px
}

.notar.h350 {
    height: 350px
}

.notar.h350 .back {
    height: 350px
}

.h400 {
    height: 400px
}

.notar.h400 {
    height: 400px
}

.notar.h400 .back {
    height: 400px
}

.notar.h500 {
    height: 500px
}

.notar.h500 .back {
    height: 500px
}

.notar.h600 {
    height: 600px
}

.notar.h600 .back {
    height: 600px
}

.notar.h700 {
    height: 700px
}

.notar.h700 .back {
    height: 700px
}

.notar.h800 {
    height: 800px
}

.notar.h800 .back {
    height: 800px
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .5)
}

.section-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .8)
}

.section-home .section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#042030', endColorstr='#cc000', GradientType=0)
}

.light-section .section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(245, 246, 247, .9)
}

.page-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    background: linear-gradient(to bottom, rgba(4, 32, 48, 0.99) 0%, rgba(4, 32, 48, 0.30) 100%);
}

.light-section .page-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0.90) 0%, rgba(245, 245, 245, 0.80) 100%);
}

.page-header {
    position: relative;
    padding: 260px 0 180px;
    margin: 0;
    overflow: hidden;
    border: none;
    z-index: 0;
    text-align: center
}

.page-header .container {
    z-index: 36;
    position: relative
}

.page-header h1 {
    font-weight: normal
}

.page-header p {
    font-size: 18px
}

.page-header p:last-child {
    margin-bottom: 0
}

.scroll-down-icon {
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    z-index: 0;
    font-size: 14px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    z-index: 37;
    color: #fff;
    outline: none;
    margin: 0 auto
}

.scroll-down-icon:hover,
.scroll-down-icon:focus {
    color: #fff;
    background: #F3CE1D;
    line-height: 48px;
    width: 90px;
    height: 90px;
    line-height: 90px;
}

.scroll-down-icon:after {
    position: relative;
    display: block;
    content: "";
    top: 30px;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(0deg);
}

.scroll-down-icon:after:hover {
    top: 15px;
}

.btn-sys {
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn-sys i {
    position: relative;
    top: 1px
}

.btn-sys.btn-crv {
    border-radius: 30px
}

.btn-sys.btn-mini {
    font-size: 11px;
    padding: 4px 17px
}

.btn-sys.btn-mini i {
    font-size: 12px
}

.btn-sys.btn-mini.btn-border {
    padding: 3px 18px
}

.btn-sys.btn-small {
    font-size: 12px;
    padding: 12px 25px
}

.btn-sys.btn-small i {
    font-size: 12px
}

.btn-sys.btn-small.btn-border {
    padding: px 20px
}

.btn-sys.btn-medium {
    font-size: 12px;
    padding: 14px 35px
}

.btn-sys.btn-medium.btn-border {
    padding: 12px 35px
}

.btn-sys.btn-medium i {
    font-size: 14px
}

.btn-sys.btn-large {
    font-size: 14px;
    padding: 15px 35px
}

.btn-sys.btn-large.btn-border {
    padding: 13px 35px
}

.btn-sys.btn-large i {
    font-size: 16px;
    position: relative;
    top: 2px
}

.btn-sys.btn-border {
    border: 1px solid;
    background-color: transparent
}

.btn-light {
    color: #042030;
    background-color: #fff
}

.btn-light:hover {
    color: #042030
}

.btn-border.btn-light {
    color: #fff;
    border-color: #fff
}

.btn-border.btn-light:hover {
    color: #042030;
    background-color: #fff
}

.btn-color {
    color: #fff
}

.btn-color:hover,
.btn-color:focus {
    color: #fff;
    background: -webkit-linear-gradient(-45deg, #042030, #F3CE1D);
}

.btn-sys.btn-border.btn-color:hover,
.btn-sys.btn-border.btn-color:focus {
    color: #fff;
    background: -webkit-linear-gradient(-45deg, #042030, #F3CE1D);
}

.btn-sys.btn-border.btn-color {
    border-color: #F3CE1D;
    background: transparent;
}

.btn-color {
    background: #F3CE1D;
}

.btn-border.btn-color {
    color: #F3CE1D;
    border-color: #F3CE1D;
    background: transparent
}

.btn-border.btn-color:hover {
    background: #F3CE1D;
    border-color: transparent;
    color: #fff
}

.btn-dark {
    color: #fff;
    background-color: #042030
}

.btn-dark:hover {
    color: #fff;
    background: #F3CE1D
}

.btn-border.btn-dark {
    color: #042030;
    border-color: #ddd
}

.btn-border.btn-dark:hover {
    color: #fff;
    background-color: #F3CE1D;
    border-color: #F3CE1D
}

ul.nav-tabs {
    list-style: none;
    border-bottom: 1px solid #e1e2e3
}

ul.nav-tabs li {
    padding: 0;
    display: inline-block;
    float: inherit
}

ul.nav-tabs li a {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    color: #042030
}

ul.nav-tabs li a:hover {
    color: #042030
}

ul.nav-tabs li a i {
    font-size: 12px
}

ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
    color: #F3CE1D
}

.nav-tabs>li>a {
    border-radius: none !important
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100
}

.back-to-top i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .33);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

footer {
    padding: 0;
    position: relative;
    z-index: 0;
    background: #1F4492;
    margin-top: 80px;
}

footer .container {
    z-index: 36;
    position: relative
}

footer p {
    color: #fff
}

footer a {
    color: #fff
}

footer a:hover {
    color: #F3CE1D;
    text-decoration: none
}

footer hr {
    border-color: rgba(255, 255, 255, .1)
}

.footer-info {
    text-align: center
}

.links-section {
    padding: 100px 0 0;
    letter-spacing: 0
}

.links-section .footer-info {}

.links-section .footer-info img {
    max-height: 120px;
    margin-bottom: 20px;
}

.links-section p {
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    font-weight: 300
}

.links-section h4 {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600
}


.links-section ul {
    list-style: none;
    margin-bottom: 20px
}

.links-section ul li {
    padding: 0 0 8px;
    font-size: 15px;
    color: rgba(255, 255, 255, .5);
    position: relative;
    vertical-align: top;
    font-weight: 300
}

.links-section ul li span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.links-section ul li a {
    color: #fff;
    font-weight: 400
}

.links-section ul li a:hover {
    color: #F3CE1D
}

.subscribe {
    position: relative;
    margin-top: 20px
}

.subscribe .input {
    font-size: 15px;
    padding: 0 15px 0 25px;
    border: 1px solid rgba(255, 255, 255, .25);
    outline: none;
    width: 100%;
    color: #fff !important;
    background: transparent;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
}

.subscribe:focus .input,
.subscribe:hover .input {
    border-color: #F3CE1D;
    color: #fff;
    box-shadow: 0 0 5px #F3CE1D
}

.subscribe button {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    border: none;
    outline: none;
    background: none;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 55px;
    padding: 0;
    margin: 0;
    border-radius: 50%
}

.subscribe button i {
    font-size: 16px
}

.subscribe:hover button,
.subscribe:focus button {
    color: #fff;
    background: #F3CE1D;
}

ul.social-list {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

ul.social-list li {
    display: inline-block;
    line-height: 40px;
    padding: 0
}

ul.social-list li a {
    margin: 0 2px;
    display: inline-block;
    height: 50px;
    line-height: 58px;
    width: 50px;
    border: 2px solid rgba(255, 255, 255, .15);
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border-radius: 50%;
}

ul.social-list li a i:hover {
    color: #F3CE1D;
}

ul.social-list li a i {
    height: 16px;
    color: #fff
}

ul.social-list li a:before {
    display: none
}

.copyright-section {
    padding: 40px 0;
    letter-spacing: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 60px
}

.copyright-section p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, .5);
    line-height: 20px;
    margin: 10px 0
}

.copyright-section a {
    font-size: 13px;
    text-transform: uppercase
}

.copyright-section a:before {
    display: inline-block;
    content: "|";
    color: rgba(255, 255, 255, .33);
    position: relative;
    margin: 0 15px;
    font-size: 10px
}

.copyright-section a:first-child:before {
    display: none
}

.pl45 {
    padding-left: 45px
}

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999999
}

#pageloader .loader-container {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0
}

#pageloader .loader-logo {
    margin: 0 auto 10px;
    width: 60px
}

#pageloader .spinner {
    display: inline-block;
    width: 30px;
    height: 20px;
    text-align: center;
}

#pageloader .spinner>div {
    background-color: #042030;
    height: 100%;
    width: 2px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

#pageloader .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

#pageloader .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

#pageloader .spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

#pageloader .spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

.benefit img {
    max-height: 40px;
    margin: 0 0 15px 0;
    display: block;
}

.benefit h4 {
    font-size: 16px !important;
    padding: 0
}

.benefit p {
    font-size: 15px !important
}

.benefit p b {
    display: block;
    margin-bottom: 10px;
    color: #F3CE1D
}

.center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.mt120 {
    margin-top: 120px
}

.mt100 {
    margin-top: 100px
}

.mt90 {
    margin-top: 90px
}

.mt80 {
    margin-top: 80px
}

.mt70 {
    margin-top: 70px
}

.mt60 {
    margin-top: 60px
}

.mt50 {
    margin-top: 50px
}

.mt40 {
    margin-top: 40px
}

.mt30 {
    margin-top: 30px
}

.mt20 {
    margin-top: 20px
}

.mt10 {
    margin-top: 10px
}

.mb0 {
    margin-bottom: 0 !important
}

.mfp-bg {
    background: #042030 !important;
    opacity: .85 !important
}

.mfp-close {
    margin: 0 !important
}

.mfp-close:hover {
    color: #fff !important;
}

.rotateimg {
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    position: relative;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.popup-form {
    margin: 0 10%;
    padding: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.66);
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.66);
    background-color: #f2f1f0;
    z-index: 0
}

.popup-form hr {
    border-color: #e0e1e2;
    margin: 15px 0
}

.popup-form .mfp-close {
    color: #fff !important;
    opacity: 1
}

.popup-form .row {
    margin: 0
}

.popup-form div[class*='col-md-'] {
    padding: 0
}

.popup-form .popup-info {
    padding: 8%;
    margin: 40px;
    background: #fff;
    border-radius: 15px
}

.popup-form .popup-info:hover {
    background: #f5f6f7
}

.popup-form .popup-img {
    display: none
}

.popup-form .btn-sys {
    margin: 20px 0 0;
    background: none
}

.popup-form .popup-info h3 {
    font-size: 30px;
}

.popup-form .popup-info .sub:before {
    display: none
}

.form {
    margin: 15px 0
}

.form .form-group .form-control {
    font-size: 15px;
    margin: 0;
    outline: none;
    width: 100%;
    padding: 12px 0 12px 42px;
    color: #042030;
    height: auto;
    line-height: 20px;
    background: none;
    border: none;
    font-weight: 400;
    box-shadow: none;
    border-radius: 0
}

.form .form-group .form-control:hover,
.form .form-group .form-control:focus {
    color: #042030;
    background: none;
    border: none;
    box-shadow: none;
}

.form:hover .form-group .form-control {
    background: #fff
}

.form .btn-sys {
    margin: 10px 0 0;
    border: none;
}

.form .form-group {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    height: auto;
    display: block;
    background: none;
    border-bottom: 1px solid #d0d1d2;
    border-radius: 0;
    padding: 0
}

.form .form-group:hover,
.form-group:focus {
    background: none;
    border-color: #F3CE1D
}

.form .form-group i {
    position: absolute;
    top: 11px;
    left: 15px;
    color: #b0b1b2;
    font-size: 16px;
}

.form .form-group:hover i {
    color: #F3CE1D
}

.form .form-group .show-pass {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 20px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.form .form-group .show-pass i {
    font-size: 16px;
}

.form .form-group .show-pass:hover i {
    color: #F3CE1D
}

.form .form-group.file {
    position: relative;
    background: #fff
}

.form .form-group.file label {
    font-weight: 400;
    display: block;
    line-height: 20px;
    padding: 12px 0 12px 42px;
    cursor: pointer;
    font-size: 15px;
    color: #a2a1a0
}

.form .form-group.file input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    cursor: pointer
}

.border-top {
    border-top: 1px solid #eee
}

.bg-white {
    background: #fff
}

.tooltip {
    font-family: "Roboto", sans-serif;
    white-space: nowrap
}

.m0 {
    margin: 0
}

.pb0 {
    padding-bottom: 0
}

.pro-carousel {
    padding: 0
}

.pro-carousel .item {
    opacity: 1;
    filter: Alpha(Opacity=1);
    padding: 0;
    margin: 0
}

.pro-carousel {
    position: relative
}

.pro-carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 30px;
    display: block;
    margin: -15px 0 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    filter: Alpha(Opacity=0.70) !important;
    opacity: .70 !important
}

.pro-carousel .owl-buttons div:hover {
    filter: Alpha(Opacity=1) !important;
    opacity: 1 !important
}

.pro-carousel .owl-buttons div.owl-prev {
    left: 0;
    background: url(../images/icons/prev.png) no-repeat !important
}

.pro-carousel .owl-buttons div.owl-next {
    right: 0;
    background: url(../images/icons/next.png) no-repeat !important
}

.pro-carousel.dark .owl-buttons div.owl-prev {
    left: 0;
    background: url(../images/icons/prev-dark.png) no-repeat !important
}

.pro-carousel.dark .owl-buttons div.owl-next {
    right: 0;
    background: url(../images/icons/next-dark.png) no-repeat !important
}

.collapse-group {
    padding: 0
}

.collapse-group .panel {
    padding: 10px 0;
    border-bottom: 1px solid #e5e6e7;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.collapse-group .panel:last-child {
    border: none
}

.collapse-group .collapse-heading h4 a {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    display: block
}

.collapse-group .collapse-heading h4 a:hover,
.collapse-group .collapse-heading h4 a {
    color: #F3CE1D
}

.collapse-group .collapse-heading h4 a:hover .toggle-icon,
.collapse-group .collapse-heading h4 a .toggle-icon {
    background-color: #F3CE1D
}

.collapse-group .collapse-heading h4 {
    margin-bottom: 0 !important;
    text-transform: none;
    letter-spacing: 0
}

.collapse-group .collapse-heading h4 a i {
    margin-right: 5px;
    position: relative;
    top: 2px;
    font-size: 16px
}

.collapse-group .collapse-heading h4 a.collapsed {
    color: #042030 !important
}

.collapse-group .collapse-heading h4 a.collapsed:hover {
    color: #042030
}

.collapse-group .collapse-heading h4 a .toggle-icon {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 0;
    line-height: 24px;
    width: 24px;
    height: 24px;
    color: #F3CE1D;
    top: 2px;
    background: none !important;
    float: right;
    right: 0;
    display: block
}

.collapse-group .collapse-heading h4 a .toggle-icon i {
    display: block;
    line-height: 20px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    color: #F3CE1D;
    font-size: 12px
}

.collapse-group .collapse-heading h4 a.collapsed .toggle-icon i {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    color: #aaa
}

.collapse-group .collapse-heading h4 a.collapsed:hover .toggle-icon {
    background-color: none
}

.collapse-group .collapse-heading h4 a .numb {
    background: #F3CE1D;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: 700
}

.collapse-group .panel-collapse .collapse-body {
    padding: 5px 50px 0 0;
    text-align: left
}

.collapse-group .panel-collapse .collapse-body p {
    margin: 0;
    font-size: 15px;
    line-height: 22px
}

.collapse-group .collapse-heading h4 a .icon {
    background: #F3CE1D;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    text-align: center
}

.collapse-group .collapse-heading h4 a.collapsed .icon {
    background: #f0f1f2;
    color: #042030
}

.subtitle {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F3CE1D;
    z-index: 100;
    font-family: 'Century Gothic';
}

.subtitle span {
    background: #fff;
    padding: 0 30px
}

.sub {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #F3CE1D;
    position: relative;
    font-family: 'Century Gothic';
}

.sub:before {
    position: relative;
    top: -2px;
    content: '';
    display: inline-block;
    margin-right: 15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #d0d1d2;
    transform: rotate(0deg);
}

.sub:after {
    position: relative;
    top: -2px;
    content: '';
    display: inline-block;
    margin-left: 12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #d0d1d2 transparent transparent;
    transform: rotate(0deg);
}

.dark-section .sub:before {
    border-color: transparent transparent transparent rgba(255, 255, 255, .33);
}

.dark-section .sub:after {
    border-color: transparent rgba(255, 255, 255, .33) transparent transparent;
}

.sub.line:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    width: 1px;
    top: -70px;
    margin: 0 auto;
    background: #d2d4d2
}

.sub.line:after {
    display: none
}

.widget {
    margin-bottom: 40px
}

.widget .widget-heading h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 10px
}

.widget .widget-heading h4 span {
    padding-bottom: 10px;
    border-bottom: 1px solid #F3CE1D
}

.widget .widget-heading h3 {
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee
}

.widget .widget-heading h3 span {
    padding-bottom: 6px;
    border-bottom: 1px solid #F3CE1D
}

.widget-categories h4 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px
}

.widget-categories ul.category {
    list-style: none;
    margin: 10px 0
}

.widget-categories ul.category li a.active:before {
    color: #F3CE1D !important
}

.widget-categories ul.category li a {
    color: #042030
}

.widget-categories ul.category li {
    padding: 5px 0 5px 20px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #e2e1e0
}

.widget-categories ul.category li a:before {
    content: "\e724";
    font-family: 'themify';
    color: #d0d1d2;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 12px
}

.widget-categories ul.category li:last-child {
    border-bottom: none
}

.widget-categories ul.category li a.active {
    color: #F3CE1D
}

.widget-categories ul.category li a:hover {
    color: #F3CE1D
}

.sector {
    padding: 40px;
    background: #f3f4f5;
    border-bottom: 3px solid #F3CE1D
}

.section.bg-section {
    padding: 0 !important
}

.section.bg-section row {
    margin: 0
}

.section.bg-section div[class*='col-md-'] {
    padding: 0;
    position: relative
}

.bg-dark {
    background: #042030
}

.pb0 {
    padding-bottom: 0 !important
}

.section.map {
    padding-bottom: 0;
    position: relative;
    margin-bottom: -15px
}

.section.map iframe {
    width: 100%;
    height: 500px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    padding: 0;
    margin: 0;
}

.section.map iframe:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.absolute-img.right {
    left: auto;
    right: 0;
    top: -25%;
}

.absolute-img.right .dots {
    left: -10%;
    right: auto
}

.absolute-img {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 41.6666666667%;
    z-index: 50;
    height: 570px
}

.absolute-img .image {
    height: 570px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    width: 100%;
    border-radius: 0 0 15px
}

.absolute-img .dots {
    position: absolute;
    right: -10%;
    top: -10%;
    width: 90%;
    height: 90%;
    background: url(../images/dots.png) 0 0 repeat;
    z-index: 0
}

.benefits {
    padding: 0 0 60px 0
}

.values {
    position: relative;
}

.values ul.nav-tabs {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
    border-bottom: none;
}

.values .nav-tabs>li {
    float: none;
    width: 18%;
    position: relative;
    margin: 0 -2px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background: none
}

.values ul.nav-tabs li a {
    margin: 0;
    line-height: 18px;
    color: #042030;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    outline: none;
    padding: 0;
    border: none;
    background: none;
    font-family: 'Century Gothic';
}

.values ul.nav-tabs li a .tab-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 10px 10px 0 #e0e1e2;
}

.values ul.nav-tabs li.active a .tab-img {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.values ul.nav-tabs li.active a,
.values ul.nav-tabs li a:hover,
.values ul.nav-tabs li a:focus {
    color: #042030;
    background: none;
    border: none
}

.values ul.nav-tabs li.active a .tab-img,
.values ul.nav-tabs li a:hover .tab-img,
.values ul.nav-tabs li a:focus .tab-img {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F3CE1D
}

.values ul.nav-tabs li a img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 20px);
    height: 40px
}

.values ul.nav-tabs li.active a img,
.values ul.nav-tabs li a:hover img {
    opacity: 0;
    top: calc(50% - 10px);
    height: 20px
}

.values ul.nav-tabs li a .tab-img span {
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 100px;
    font-size: 24px;
    opacity: 0;
    font-family: 'Century Gothic';
}

.values ul.nav-tabs li.active a .tab-img span,
.values ul.nav-tabs li a:hover .tab-img span {
    opacity: 1;
    font-size: 32px
}

.values .nav-tabs>li.active:before {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    bottom: -40px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
    color: #F3CE1D;
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: block
}

.values .tab-content {
    padding: 0;
    width: 83.333333333%;
    margin: 0 auto;
    text-align: center
}

.values .tab-pane {
    padding: 0;
    position: relative
}

.values .tab-pane .pane-img {
    text-align: center;
    width: 92px;
    height: 92px;
    line-height: 92px;
    margin: 0 auto 20px;
    border-radius: 50%;
    position: relative;
    background: #fff;
    display: none;
    box-shadow: 0 10px 10px 0 #e0e1e2;
}

.values .tab-pane:hover .pane-img {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #042030
}

.values .tab-pane .pane-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 20px);
    display: block;
    height: 40px
}

.values .tab-pane .pane-img span {
    display: block;
    color: #fff;
    position: absolute;
    right: -10px;
    top: 10px;
    font-size: 12px;
    background: #042030;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-weight: bold
}

.values .tab-pane:hover .pane-img span {
    background: #F3CE1D;
}

.feature-nfo {
    padding: 40px 25px;
    background: #f0f0f0;
    display: block;
    margin: 7.5px;
    text-align: center;
    position: relative;
    border-radius: 10px
}

.feature-nfo:hover {
    background: #042030
}

.feature-nfo h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    min-height: 66px;
    font-weight: 700
}

.feature-nfo:hover h4 {
    color: #fff
}

.feature-nfo i {
    display: block;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #d0d0d0
}

.feature-nfo:hover i {
    opacity: 1;
    color: #F3CE1D
}

.pb200 {
    padding-bottom: 250px
}

.pt0 {
    padding-top: 0
}

.testimonials-carousel {
    padding: 0
}

.testimonials-carousel {
    position: relative
}

.testimonials-carousel .testimonial-stars {
    margin-bottom: 15px
}

.testimonials-carousel .testimonial-stars i {
    margin: 0 4px;
    color: #F3CE1D;
    font-size: 18px
}

.testimonials-carousel .item {
    text-align: center;
    padding: 0 30px
}

.testimonials-carousel .quote-content {
    padding: 0
}

.testimonials-carousel .quote-content h3 {
    color: #F3CE1D
}

.testimonials-carousel .quote-author span {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0
}

.testimonials-carousel .quote-author h4 {
    margin: 0
}

.testimonials-carousel .quote-content q {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none;
    display: block;
    margin: 0 auto 15px;
    min-height: 72px
}

.testimonials-carousel .team-img {
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 90px;
    height: 90px;
    line-height: 82px;
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, 1)
}

.testimonials-carousel .team-img img {
    padding: 4px;
    -webkit-filter: grayscale(100);
    filter: grayscale(100%);
    opacity: 1
}

.testimonials-carousel:hover .team-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);
    opacity: 1
}

.testimonials-carousel:hover .team-img {
    background: #F3CE1D
}

.testimonials-carousel .owl-pagination {
    bottom: 0
}

.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    background: linear-gradient(to right, rgba(4, 32, 48, 1) 0%, rgba(255, 64, 1, 0.33) 100%)
}

.video-section.cta video {
    bottom: 33.33333333%;
    position: relative
}

.bg-gray {
    background: #f0f1f2
}

.bg-gray2 {
    background: linear-gradient(to bottom, #f0f1f2 0%, #fff 100%)
}

.bg-gray4 {
    background: linear-gradient(to top, #f0f1f2 0%, #fff 100%)
}

.bg-gray2a {
    background: linear-gradient(to bottom, #f0f1f2 0%, #fff 50%)
}

.bg-gray3 {
    background: linear-gradient(to right, #f0f1f2 0%, #fff 100%)
}

.bg-gray1 {
    background: linear-gradient(to left, #f0f1f2 0%, #fff 66%)
}

.brands a {
    line-height: 100px;
    height: 100px;
    text-align: center;
    display: block;
    padding: 0;
    margin: 10px;
    position: relative;
    border-radius: 10px
}

.brands a:hover {
    background: #fff
}

.brands a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 60px;
    max-width: 120px;
    margin: 0 auto;
    text-align: center
}

.brands a img:first-child {
    opacity: 1
}

.brands a img:last-child {
    opacity: 0
}

.brands a:hover img:first-child {
    opacity: 0
}

.brands a:hover img:last-child {
    opacity: 1
}

.clients {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.clients li {
    display: inline-block;
    width: 20%;
    margin: 0 -2px;
    padding: 0
}

.clients a {
    line-height: 130px;
    height: 130px;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0 20px 20px 0;
    border-radius: 10px;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%);
    border: 1px solid #f0f1f2
}

.clients a img {
    max-height: 60px;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.clients a:hover {
    background: #fff;
    box-shadow: 0 0 15px #d0d1d2
}

.clients:hover a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.clients:hover a img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100%);
    opacity: .5
}

.pro-carousel.steps .owl-buttons div.owl-prev {
    left: -60px;
    background: url(../images/icons/prev.png) no-repeat !important
}

.pro-carousel.steps .owl-buttons div.owl-next {
    right: -60px;
    background: url(../images/icons/next.png) no-repeat !important
}

.steps {
    list-style: none;
    margin: -120px 0 0;
    display: block;
    text-align: center
}

.steps li {
    width: 20%;
    margin: 0 -2px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    vertical-align: top
}

.step {
    padding: 95px 30px 45px;
    display: block;
    border-radius: 10px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 15px #e0e1e2;
    text-align: left;
    min-height: 400px
}

.step:hover {
    background: linear-gradient(135deg, #F3CE1D 0%, #042030 100%);
    padding-left: 30px;
    padding-right: 30px
}

.step .nmb {
    font-size: 60px;
    color: #f0f1f2;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    line-height: 60px;
    height: 60px;
    font-family: 'Century Gothic';
    font-weight: 600
}

.step:hover .nmb {
    color: rgba(255, 255, 255, .15);
    right: 30px;
    bottom: 20px;
    font-size: 40px;
    line-height: 40px;
    height: 40px
}

.step h4 {
    font-weight: 700;
    font-size: 20px
}

.step:hover h4 {
    color: #fff
}

.step p {
    margin: 0;
    line-height: 22px;
    opacity: .66
}

.step .icon {
    height: 40px;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    opacity: 1
}

.step:hover .icon {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    height: 50px
}

.step.active .icon {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    height: 50px
}

.step.active {
    background: #042030;
    padding-left: 30px;
    padding-right: 30px
}

.step.active h4 {
    color: #fff
}

.step.active p {
    color: #ccc
}

.step.active .nmb {
    color: rgba(255, 255, 255, .15);
    right: 30px;
    bottom: 20px;
    font-size: 40px;
    line-height: 40px;
    height: 40px
}

.step.active:after {
    background: rgba(255, 255, 255, .15)
}

.step .aws {
    position: absolute;
    bottom: 20px;
    left: 30px;
    height: 30px
}

.support-section {
    padding-bottom: 0
}

.support {
    padding: 100px 40px 40px;
    position: relative;
    top: -240px;
    border-radius: 20px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .033);
    background: #fff
}

.support:hover {
    top: -260px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1)
}

.support img {
    max-height: 40px;
    margin-bottom: 20px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    position: absolute;
    top: 30px;
    left: 40px
}

.support:hover img {
    max-height: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.support h4 {
    margin-bottom: 20px
}

.support:hover h4 {
    color: #F3CE1D
}

.support .btn-sys {
    margin: 20px 0 0
}

.support:hover .btn-sys {
    border-color: F3CE1D;
    background: #F3CE1D;
    color: #fff
}

.support p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    min-height: 134px
}

.support.active {
    top: -260px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1)
}

.support.active h4 {
    color: #F3CE1D
}

.support.active img {
    max-height: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.support.active .btn-sys {
    border-color: F3CE1D;
    background: #F3CE1D;
    color: #fff
}

.ipad.t0 {
    top: 0;
    right: 0;
    border-radius: 20px
}

.ipad {
    position: relative;
    padding: 3.3%;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 35, 71, 0.15);
    box-shadow: 0 10px 10px 0 rgba(0, 35, 71, 0.15);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 35, 71, 0.15);
    border-radius: 30px;
    display: block;
    border: 1px solid #fff;
    background: linear-gradient(270deg, #27364a, #000, #121417);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite
}

.ipad .gallery-slider {
    background-color: #042030;
    border-radius: 10px;
    border: 1px solid #27364a
}

.ipad .gallery-slider img {
    border-radius: 10px
}

.video {
    position: relative;
    display: block;
    margin: 0;
    height: 640px;
    background: -webkit-linear-gradient(-45deg, #042030, #F3CE1D);
    border-radius: 0 10px 10px 0
}

.video .back {
    object-fit: cover;
    width: 100%;
    height: 640px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);
    z-index: 10;
    border-radius: 0 10px 10px 0
}

.video:hover .back {
    opacity: .33;
    -webkit-filter: grayscale(100);
    filter: grayscale(100%)
}

.video .logo {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    margin: 0 auto;
    height: 50px
}

.video:hover .logo {
    opacity: 1;
    height: 60px;
    top: calc(50% - 30px)
}

.video .dots {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 80%;
    height: 50%;
    background: url(../images/dots.png) 0 0 repeat;
    z-index: -1;
    opacity: .8
}

.video .play {
    position: absolute;
    top: calc(50% - 50px);
    right: -50px;
    z-index: 1;
    margin: 0 auto
}

.video .play .play-icon {
    display: block;
    position: relative;
    z-index: 0;
    height: 120px;
    line-height: 120px;
    width: 120px;
    background: #F3CE1D;
    border-radius: 50%;
    border: 7px solid #fff
}

.video .play .play-icon i {
    font-size: 30px;
    position: absolute;
    margin: 0 auto;
    left: calc(50% - 13px);
    top: calc(50% - 15px);
    display: block;
    color: #fff
}

.video .play:hover .play-icon {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.video .video-icon-sonar2 {
    top: -10px;
    left: -10px;
    width: 140px;
    height: 140px;
    position: absolute;
    display: block;
    background: #042030;
    opacity: 1;
    border-radius: 0;
    border-radius: 50%;
    -webkit-animation: video-icon-sonar2 2s linear infinite;
    animation: video-icon-sonar2 2s linear infinite
}

@-webkit-keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes video-icon-sonar2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes video-icon-sonar2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.features .container-fluid {
    padding: 0
}

.features .row {
    margin: 0
}

.features div[class*='col-md-'] {
    padding: 0
}

.feat {
    list-style: none;
    margin: 30px 0 0
}

.feat li {
    padding: 0 0 10px 25px;
    position: relative
}

.feat li:before {
    content: "";
    background: #F3CE1D;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block
}

.ovrew-top {
    position: relative;
    top: -120px
}

.ovrew {
    padding: 30px 40px;
    position: relative;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%);
    border-radius: 10px
}

.ovrew img {
    height: 60px;
    display: block;
    margin-bottom: 20px
}

.ovrew p {
    opacity: .66;
    line-height: 24px;
    min-height: 96px;
    margin: 0
}

.ovrew:hover h4 {
    color: #F3CE1D
}

.ovrew:hover {
    background: #fff;
    box-shadow: 0 0 15px #e0e1e2
}

.ovrew.active h4 {
    color: #F3CE1D
}

.ovrew.active {
    background: #fff;
    box-shadow: 0 0 15px #e0e1e2
}

.ovrew.white {
    background: #fff;
    top: 30px;
    margin-top: 60px
}

.ovrew.white.active {
    background: #fff;
    top: 0
}

.ovrew.white p {
    min-height: 192px
}

.ovrew.white img {
    height: 40px
}

.ovrew .logo img {
    max-height: 40px
}

.partners .ovrew h4 {
    font-size: 20px
}

.sign {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    display: block;
    line-height: 100px;
    text-align: center;
    width: 100px;
    height: 100px;
    z-index: 50;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%
}

.sign img {
    max-height: 50px
}

.sign2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    display: block;
    line-height: 100px;
    text-align: center;
    width: 100px;
    height: 100px;
    z-index: 50;
    background: #fff;
    -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.10)
}

.sign2 img {
    max-height: 50px
}

.header-title {
    margin-bottom: 60px;
    text-align: center
}

.header-title p:last-child {
    margin-bottom: 0
}

.header-title.cta {
    margin-bottom: 0;
    text-align: center
}

.header-title.cta .btn-sys {
    margin: 30px 2px 0
}

.header-title.cta .btn-sys i {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.header-title h2 {
    margin-bottom: 20px
}

.header-title h2 span {
    color: #F3CE1D
}

.header-title.left {
    text-align: left;
    padding: 0
}

.header-title.left .sub:after {
    display: none
}

.header-title.left .btn-sys {
    margin: 30px 0 0
}

.header-title.left h4 {
    font-size: 18px
}

.header-title.left .logo {
    display: block;
    margin: 30px 0 0
}

.header-title.left .logo img {
    max-height: 60px
}

.header-title.left hr {
    margin: 30px 0;
    border-color: #d0d1d2
}

.blog {
    margin: 15px;
    border-radius: 15px 15px 0 0;
    border-radius: 15px
}

.blog:hover {
    background: #fff;
    box-shadow: 0 0 15px 0 #ddd
}

.blog .blog-img {
    overflow: hidden;
    position: relative;
    height: 240px;
    border-radius: 10px;
    background: linear-gradient(-45deg, #F3CE1D, #242956)
}

.blog:hover .blog-img {
    border-radius: 10px 10px 0 0
}

.blog .blog-img img {
    opacity: 1;
    height: 240px;
    object-fit: cover;
    width: 100%
}

.blog:hover .blog-img img {
    opacity: .2;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: grayscale(100);
    filter: grayscale(100%)
}

.blog .blog-img i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    top: calc(50% - 10px);
    text-align: center;
    font-size: 14px;
    color: #F3CE1D;
    z-index: 100;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    opacity: 0
}

.blog:hover .blog-img i {
    top: calc(50% - 26px);
    opacity: 1;
    width: 52px;
    height: 52px;
    line-height: 52px
}

.blog .blog-info {
    padding: 30px;
    position: relative;
    margin: 0;
    display: block
}

.blog .blog-info h3 {
    font-size: 20px;
    line-height: 30px;
    min-height: 120px;
    margin-bottom: 20px
}

.blog:hover .blog-info h3 {
    color: #F3CE1D
}

.blog .blog-info .more {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #042030
}

.blog .blog-info .more:before {
    position: relative;
    display: inline-block;
    content: "";
    margin-right: 15px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ddd;
    transform: rotate(0deg)
}

.blog:hover .blog-info .more:before {
    border-color: transparent transparent transparent #F3CE1D
}

.blog .blog-cat {
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 0;
    border-radius: 10px 0 0 0;
    height: 30px;
    z-index: 1;
    display: block;
    right: 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: linear-gradient(-45deg, #F3CE1D, #042030);
    padding: 0 30px
}

.blog:hover .blog-cat {
    background: #042030
}

.post-meta {
    list-style: none;
    margin-bottom: 20px
}

.post-meta li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 25px
}

.post-meta li:last-child {
    margin-right: 0
}

.post-meta li i {
    margin-right: 5px;
    color: #F3CE1D;
    position: relative;
    top: 1px;
    font-size: 16px
}

.post-meta li a {
    color: #042030
}

.macy-container .blog {
    background: #fff
}

.macy-container .blog .blog-img {
    height: auto
}

.macy-container .blog .blog-img img {
    height: auto
}

.macy-container .blog .blog-info h3 {
    min-height: auto
}

.p0 {
    padding: 0
}

.products {
    padding: 120px 0 240px
}

.showreel.vtop {
    top: -240px
}

.comply {
    padding: 0
}

.showreel {
    position: relative;
    top: -120px;
    display: block;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, .20);
    padding: 3.3%;
    background: linear-gradient(0deg, #f0f1f2, #e0e1e2, #fff);
    border: 1px solid #FFF
}

.showreel img {
    width: 100%;
    box-shadow: inset 0 0 15px #000;
    display: block;
    position: relative;
    border-radius: 10px
}

.showreel .play-icon {
    background: #fff;
    border-radius: 50%;
    height: 110px;
    line-height: 110px;
    width: 110px;
    color: #042030;
    position: absolute;
    top: calc(50% - 55px);
    left: 0;
    margin: 0 auto;
    right: 0
}

.showreel .play-icon:after {
    content: "";
    display: block;
    position: relative;
    left: 42%;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent #042030;
    transform: rotate(0deg)
}

.showreel .play-icon:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    background: #fff
}

.showreel .play-icon:hover:after {
    border-color: transparent transparent transparent #F3CE1D
}

.showreel .video-icon-sonar2 {
    top: -10px;
    left: -10px;
    width: 130px;
    height: 130px;
    position: absolute;
    display: block;
    background: #fff;
    opacity: 1;
    border-radius: 0;
    border-radius: 50%;
    -webkit-animation: video-icon-sonar2 2s linear infinite;
    animation: video-icon-sonar2 2s linear infinite
}

.portfolio-filters {
    margin: 0 0 40px;
    text-align: center
}

.portfolio-filters a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    background: #042030;
    margin: 2px;
    padding: 15px 40px;
    font-family: 'Century Gothic';
    border-radius: 25px
}

.portfolio-filters a:hover,
.portfolio-filters a.active {
    background: #F3CE1D;
    color: #fff
}

.topic-title {
    margin: 0 auto;
    text-align: center;
    width: 60%
}

.topic-title h2 {
    margin-bottom: 20px
}

.topic-title p {
    line-height: 24px;
    min-height: 72px
}

.pHidden {
    display: none !important
}

#portfolio-grid {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#portfolio-grid .portolio-item {
    overflow: hidden;
    position: relative;
    margin: -.5px;
    width: 16.666666666667% !important
}

.portfolio {
    display: block;
    overflow: hidden;
    margin: 10px;
    border-radius: 15px;
    height: 180px;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%);
    position: relative
}

.portfolio.title,
.portfolio.dark:hover {
    background: linear-gradient(-45deg, #F3CE1D, #042030)
}

.portfolio.title:hover {
    background: linear-gradient(-45deg, #F3CE1D, #042030)
}

.portfolio:hover {
    background: #fff;
    box-shadow: 0 0 15px #e0e1e2
}

.portfolio.dark {
    background: #042030
}

.portfolio img {
    object-fit: cover;
    width: 100%;
    height: 180px;
    opacity: .33;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.portfolio:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .25
}

.portfolio h3 {
    position: absolute;
    color: #042030;
    line-height: 24px;
    font-size: 18px;
    bottom: 35px;
    left: 40px;
    margin: 0;
    right: 40px
}

.portfolio:hover h3 {
    bottom: 40px;
    color: #F3CE1D
}

.portfolio i {
    position: absolute;
    color: #F3CE1D;
    font-size: 24px;
    top: 30px;
    left: 40px;
    margin: 0;
    opacity: 1
}

.portfolio:hover i {
    color: #042030;
    top: 35px
}

.portfolio.title h3 {
    color: #fff;
    padding: 0 0 0 15px;
    border-left: 2px solid rgba(255, 255, 255, .33)
}

.portfolio.title:hover h3 {
    opacity: 1;
    bottom: 40px
}

.portfolio.title:hover i {
    color: #F3CE1D;
    top: 30px;
    left: 55px
}

.portfolio.title i {
    color: #fff
}

.features-list {
    list-style: none;
    margin: 30px 0 0
}

.features-list li {
    position: relative;
    display: block;
    width: 50%;
    margin: 0;
    vertical-align: top;
    float: left;
    padding: 0 15px 15px 0
}

.portolio-item .feat-details {
    margin: 7.5px;
    width: calc(100% - 15px);
    border-radius: 10px
}

.feat-details {
    height: 60px;
    display: table;
    position: relative;
    padding: 0 15px 0 60px;
    width: 100%;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%);
    border-radius: 10px
}

.feat-details:hover {
    box-shadow: 0 0 10px #d0d1d2;
    background: radial-gradient(ellipse at center, #fff 0%, #fff 100%)
}

.feat-details h3 {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    left: 0
}

.feat-details:hover h3 {
    color: #F3CE1D
}

.feat-details i {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    line-height: 60px;
    font-size: 20px;
    color: #F3CE1D
}

.feat-details:hover i {
    background: #F3CE1D;
    color: #fff
}

.feat-details .feat-over {
    position: absolute;
    bottom: -10px;
    left: 60px;
    opacity: 0;
    padding: 15px;
    background: linear-gradient(-45deg, #000, #042030);
    z-index: 10;
    border-radius: 10px
}

.feat-details .feat-over p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0
}

.feat-details:hover .feat-over {
    opacity: 1;
    bottom: 0;
    border-radius: 10px 10px 10px 0
}

.footer-line {
    height: 5px;
    width: 100%;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: block
}

.gradient-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    opacity: .85
}

.gradient-mask,
.page-loader,
.mfp-bg,
.portfolio .portfolio-img,
.img-box,
.footer-line {
    background: linear-gradient(45deg, #F3CE1D, #042030, #F3CE1D);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.model {
    position: absolute;
    width: 320px;
    padding: 40px;
    overflow: hidden;
    display: block;
    bottom: -60px;
    z-index: 2;
    margin: 0;
    right: -60px;
    border-radius: 15px;
    float: right;
    background: linear-gradient(-135deg, #042030 0%, #021018 100%)
}

.model h4 {
    margin-bottom: 0;
    display: block;
    color: rgba(255, 255, 255, .80);
    font-size: 18px;
    line-height: 1.4
}

.model:before {
    color: rgba(255, 255, 255, .15);
    font-size: 100px;
    line-height: 100px;
    display: block;
    position: absolute;
    bottom: -25px;
    right: -25px;
    content: "\f522";
    font-family: uicons-regular-straight;
    z-index: -1;
    transform: rotate(-90deg);
    font-weight: 300
}

.sig {
    position: relative;
    z-index: 0;
    margin: -1px;
    background: url(../images/aero1.jpg) 0 0 fixed no-repeat
}

.sig img {
    margin: 0
}

.qa {
    padding: 50px;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%);
    border-radius: 10px;
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f1f2
}

.qa:after {
    color: #fff;
    font-size: 120px;
    line-height: 120px;
    display: block;
    position: absolute;
    bottom: -20px;
    right: -40px;
    content: "Q";
    z-index: 1;
    font-weight: 700
}

.qa:after:hover {
    content: "A";
    color: #f7f8f9
}

.qa:hover {
    background: radial-gradient(ellipse at center, #fff 0%, #fff 100%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.qa p {
    min-height: 72px;
    color: rgba(0, 0, 0, .33);
    margin: 0
}

.qa:hover p {
    color: #042030
}

.qa h3 {
    font-size: 24px;
    margin: 0 0 20px
}

.qa:hover h3 {
    color: #F3CE1D
}

.qa.active {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.qa.active p {
    color: #042030
}

.qa.active h3 {
    color: #F3CE1D
}

.qa.active:after {
    content: "A";
    color: #f0f1f2
}

.qa.dark {
    -webkit-box-shadow: none;
    background: linear-gradient(-135deg, #042030 0%, #021018 100%);
    border: none
}

.qa.dark p {
    color: rgba(255, 255, 255, .66)
}

.qa.dark h3 {
    color: #fff
}

.qa.dark .btn-sys {
    margin: 30px 0 0
}

.qa img {
    max-height: 40px;
    margin-bottom: 20px;
    filter: grayscale(0%);
    opacity: 1
}

.qa.active img {
    filter: grayscale(100%);
    opacity: .33
}

.qa.dark.active img {
    filter: grayscale(0%);
    opacity: 1
}

.qa.dark:after {
    content: "A";
    color: rgba(255, 255, 255, .10)
}

.qa.dark.active:after {
    content: "Q";
    color: rgba(255, 255, 255, .20)
}

.user-manuals {
    padding: 40px;
    border-radius: 15px;
    background: linear-gradient(-135deg, #fff 0%, #e0e1e2 100%)
}

.user-manuals h4 {
    font-size: 24px
}

.user-manuals p {
    color: rgba(0, 0, 0, .66)
}

.user-manuals .btn-sys {
    margin: 20px 0 0
}

.map-section {
    padding: 0;
    position: relative;
    width: 100%;
    background: #F3CE1D;
    margin-bottom: -15px
}

.map-section .map-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    color: #fff;
    top: calc(50% - 24px);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    text-align: center;
    z-index: 50
}

.map-section:hover .map-icon {
    opacity: 0
}

.map-section:hover .map-icon img {
    opacity: 0
}

.map-section iframe {
    width: 100%;
    height: 300px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    padding: 0;
    margin: 0
}

.map-section:hover iframe {
    z-index: 50 !important;
    width: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    height: 400px
}

.map-section .map-icon i {
    display: block;
    font-size: 48px;
    color: #fff;
    margin: 0 auto
}

.contact-form {
    padding: 8%;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%);
    border-radius: 15px
}

.contact-form:hover {
    background: radial-gradient(ellipse at center, #fff 0%, #fff 100%);
    box-shadow: 0 0 15px #ddd
}

.contact-info {
    padding: 8%
}

.contact-form .form {
    margin: 30px 0
}

.contact-form-img {
    background: #042030
}

.address-box {
    position: relative;
    display: table;
    padding: 0;
    margin: 30px 0 0;
    min-height: 100px
}

.address-box .address-img {
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: block;
    margin: 0;
    border-radius: 50%;
    position: relative;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%);
    position: absolute
}

.address-box:hover .address-img {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #042030
}

.address-box .address-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 36px;
    filter: grayscale(0%)
}

.address-box .address-img img.active {
    opacity: 1;
    top: calc(50% - 18px)
}

.address-box:hover .address-img img.active {
    opacity: 0;
    top: 18px
}

.address-box .address-img img.hover {
    opacity: 0;
    top: 50px
}

.address-box:hover .address-img img.hover {
    opacity: 1;
    top: calc(50% - 18px)
}

.address-box .address-box-text {
    padding: 0 0 0 120px;
    display: table-cell;
    vertical-align: middle
}

.address-box .address-box-text h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px
}

.address-box .address-box-text a {
    color: #042030
}

.address-box .address-box-text a:hover {
    color: #F3CE1D
}

.address-box:hover .address-box-text h4 {
    color: #F3CE1D
}

.address-box .address-box-text p {
    line-height: 22px;
    margin: 0
}

.contact-form.demo-form {
    background: radial-gradient(ellipse at center, #fff 0%, #fff 100%);
    box-shadow: 0 0 15px #ddd
}

.contact-form.demo-form .form {
    margin: 0
}

.video-tabs {
    width: 90%;
    margin: 0 auto
}

.video-tabs .row {
    margin: 0
}

.video-tabs div[class*='col-md-'] {
    padding: 0
}

.video-tabs ul.nav-tabs {
    width: 100%;
    border-bottom: none;
    text-align: left
}

.video-tabs ul.nav-tabs li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    float: left
}

.video-tabs ul.nav-tabs li a {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #f0f1f2;
    padding: 0;
    letter-spacing: 0;
    border-radius: 5px;
    margin: 5px;
    display: block;
    text-transform: none;
    overflow: hidden
}

.video-tabs ul.nav-tabs li a h3 {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin: 0;
    padding: 10px
}

.video-tabs ul.nav-tabs li a img {
    margin-bottom: 5px
}

.video-tabs ul.nav-tabs li.active a,
.video-tabs ul.nav-tabs li:hover a {
    border-color: #F3CE1D;
    background: #fff
}

.video-tabs ul.nav-tabs li.active h3 {
    color: #F3CE1D
}

.video-tabs .tab-content {
    padding: 10px
}

.video-list.pro-carousel {
    margin: 0;
    padding: 0
}

.video-list.pro-carousel .owl-buttons div.owl-prev {
    left: -60px !important;
    background: url(../images/icons/prev-dark.png) no-repeat !important
}

.video-list.pro-carousel .owl-buttons div.owl-next {
    right: -60px !important;
    background: url(../images/icons/next-dark.png) no-repeat !important
}

.video-title {
    margin: 5px
}

.video-title a {
    position: relative;
    background: #fff;
    padding: 0;
    letter-spacing: 0;
    border-radius: 10px;
    margin: 5px;
    display: block;
    text-transform: none
}

.video-title .video-img {
    height: 150px;
    display: block;
    background: #042030;
    border-radius: 10px 10px 0 0
}

.video-title .video-img img {
    margin-bottom: 5px;
    border-radius: 10px 10px 0 0;
    height: 150px;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    opacity: .66
}

.video-title h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px 20px;
    display: block;
    min-height: 72px
}

.video-list .item.active .video-title a,
.video-title:hover a {
    box-shadow: 0 0 10px #d0d1d2;
    background: #fff
}

.video-list .item.active .video-title h3 {
    color: #F3CE1D
}

.video-list .item.active .video-title .video-img img {
    filter: grayscale(0%);
    opacity: 1
}

.video-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px #e0e1e2
}

.video-box .play-icon {
    background: #fff;
    border-radius: 50%;
    height: 90px;
    line-height: 90px;
    width: 90px;
    color: #042030;
    position: absolute;
    top: calc(50% - 45px);
    left: 0;
    margin: 0 auto;
    right: 0;
    box-shadow: 0 0 25px #042030
}

.video-box .play-icon:after {
    content: "";
    display: block;
    position: relative;
    left: 42%;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #042030;
    transform: rotate(0deg)
}

.video-box .play-icon:hover {
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}

.video-box .play-icon:hover:after {
    border-color: transparent transparent transparent #F3CE1D
}

.video-box .video-img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(45deg, #F3CE1D, #042030, #F3CE1D);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
    border-radius: 15px 0 0 15px
}

.video-box .video-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0%)
}

.video-box:hover .video-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(100);
    filter: grayscale(100%);
    opacity: .15
}

.video-box .video-details {
    text-align: left;
    padding: 60px 40px
}

.video-box .video-details .sub:before {
    display: none
}

.video-box .video-details p {
    margin: 0
}

.video-box .video-details h4 {
    font-size: 24px
}

.video-box .video-details span:after {
    width: 20px;
    height: 2px;
    background: #e0e1e2;
    display: inline-block;
    content: "";
    position: relative;
    top: -4px;
    margin-left: 10px
}

.video-box .video-details span {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px
}

.video-box:hover .video-details h4 {
    color: #F3CE1D
}

.post-share span {
    margin-right: 10px;
    font-size: 13px;
    color: #888;
    line-height: 32px;
    vertical-align: top
}

.post-share a {
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.post-share a.facebook {
    background-color: #507cbe
}

.post-share a.facebook:hover {
    background-color: #3e68a8
}

.post-share a.twitter {
    background-color: #63cdf1
}

.post-share a.twitter:hover {
    background-color: #36bfed
}

.post-share a.gplus {
    background-color: #f16261
}

.post-share a.gplus:hover {
    background-color: #ef4545
}

.post-share a.linkedin {
    background-color: #90cadd
}

.post-share a.linkedin:hover {
    background-color: #72bbd3
}

.post-share a.mail {
    background-color: #ffa803
}

.post-share a.mail:hover {
    background-color: #ff5e00
}

.post-share a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1em
}

.post:hover .post-date {
    background: linear-gradient(-45deg, #042030, #F3CE1D)
}

.post-date {
    position: absolute;
    left: -120px;
    top: 0;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 10px;
    background: #042030
}

.post-date .day {
    font-size: 30px;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
    font-family: 'Century Gothic'
}

.post-date .month {
    font-size: 14px;
    line-height: 15px;
    display: block;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase
}

.post-date .year {
    font-size: 11px;
    line-height: 14px;
    display: block;
    font-weight: 300;
    color: rgba(255, 255, 255, .66)
}

.post hr {
    margin: 30px 0
}

.clear {
    clear: both
}

.pagination {
    clear: both;
    display: block;
    text-align: center
}

.pagination a,
.pagination span {
    font-size: 13px;
    padding: 0 25px;
    color: #042030;
    border-radius: 25px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    display: inline-block;
    background: #f0f1f2
}

.pagination a i {
    position: relative;
    font-size: 12px;
    margin: 0 5px;
    line-height: 50px;
    display: inline-block
}

.pagination a:hover {
    background: #fff;
    box-shadow: 0 0 10px #e0e1e2;
    color: #F3CE1D
}

.pagination a.center {
    width: 50px;
    padding: 0;
    position: relative;
    top: 2px
}

.pagination a.center i {
    font-size: 16px;
    margin: 0
}

.post {
    position: relative;
    margin: 0 0 40px;
    padding: 40px;
    border-radius: 15px;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%);
    border: 1px solid #f0f1f2
}

.post:hover {
    background: radial-gradient(ellipse at center, #fff 0%, #fff 100%);
    box-shadow: 0 0 15px #d0d1d2
}

.post .btn-sys {
    margin: 10px 0 0
}

.post .btn-sys i {
    margin: 0 0 0 10px;
    top: 2px
}

.post-thumb {
    margin: 30px 0;
    overflow: hidden;
    height: 350px;
    border-radius: 10px;
    display: block
}

.post-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px
}

.post-head {
    margin: 0 0 20px
}

.post-head h3 {
    margin-bottom: 20px
}

.post-head h3 a {
    color: #042030
}

.post:hover h3 a {
    color: #F3CE1D
}

.post .more-link {
    margin-top: 12px
}

.post .read-more {
    letter-spacing: 0;
    font-size: 14px;
    color: #042030
}

.post .read-more i {
    margin-left: 3px
}

.sbar {
    padding-left: 0
}

.sbar a {
    color: #042030
}

.sbar a.active {
    color: #F3CE1D
}

.sbar .widget {
    margin-bottom: 50px
}

.widget {
    margin-right: 60px
}

.widget-search .search-box {
    position: relative
}

.widget-search .search-box input {
    margin: 0;
    color: #444;
    min-width: 100%;
    padding: 15px 25px;
    background-color: #fff;
    border: 1px solid #e0e1e2;
    border-radius: 25px
}

.widget-search .search-box input[type="text"]:focus,
.widget-search .search-box input[type="text"]:hover {
    color: #444;
    border-color: #F3CE1D;
    -webkit-box-shadow: 0 0 3px #F3CE1D inset;
    -moz-box-shadow: 0 0 3px #F3CE1D inset;
    -o-box-shadow: 0 0 3px #F3CE1D inset;
    box-shadow: 0 0 3px #F3CE1D inset
}

.widget-search .search-box .search-button {
    position: absolute;
    right: 5px;
    top: 0;
    width: 50px;
    height: 100%;
    border: 0;
    padding: 0;
    color: #042030;
    outline: 0;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background-color: transparent
}

.widget .widget-heading h4 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.widget .widget-heading h4 span {
    padding-bottom: 12px;
    border-bottom: 1px solid #F3CE1D
}

.widget-categories ul,
.widget-recent-posts ul {
    list-style: none
}

.sbar .widget-categories ul li {
    font-size: 16px;
    padding: 6px 0
}

.sbar .widget-categories ul li a {
    font-weight: 600
}

.sbar .widget-categories ul li a:hover {
    margin-left: 5px;
    color: #F3CE1D
}

.widget-recent-posts ul li {
    padding: 10px 0 10px 80px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0
}

.widget-recent-posts ul li:last-child {
    border-bottom: none
}

.widget-recent-posts ul li img {
    position: absolute;
    top: 20px;
    left: 0;
    height: 60px;
    width: 60px;
    object-fit: cover;
    display: block;
    border-radius: 10px
}

.widget-recent-posts ul li a {
    font-weight: 600;
    font-family: 'Century Gothic';
    display: block;
    margin-left: 80px
}

.widget-recent-posts ul li span {
    font-size: 13px;
    display: block;
    color: #aaa;
    margin-left: 80px;
    display: block
}

.widget-tags {
    margin: 40px 0 0
}

.widget-tags a {
    display: inline-block;
    border-radius: 25px;
    font-size: 13px;
    padding: 7px 20px;
    margin: 0 2px 6px 0;
    text-transform: uppercase;
    background: #f0f1f2
}

.widget-tags a:hover {
    color: #fff;
    background: #F3CE1D
}

.widget .widget-body .btn-sys {
    color: #fff !important
}

.mission {
    position: relative;
    top: -240px;
    width: 83.33333333%;
    margin: 0 auto
}

.sidebar {
    bottom: 240px !important
}

.qa .form {
    margin: 20px 0
}

.qa .form .form-group .form-control {
    font-size: 14px;
    margin: 0;
    outline: none;
    width: 100%;
    padding: 0;
    color: #fff;
    height: auto;
    line-height: 50px;
    height: 50px;
    background: none;
    border: none !important;
    font-weight: 400;
    box-shadow: none;
    border-radius: 0;
    letter-spacing: 1px
}

.qa .form .form-group .form-control:hover,
.form .form-group .form-control:focus {
    color: #fff;
    background: none;
    border: none;
    box-shadow: none
}

.qa .form.form-group:hover .form-control {
    background: #fff
}

.qa .form .form-group {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    background: none;
    border-bottom: 1px solid #444;
    border-radius: 0;
    padding: 0
}

.qa .form .form-group textarea.form-control {
    min-height: 120px
}

.qa .form .form-group:hover,
.form-group:focus {
    background: none;
    border-color: #fff
}

.qa .form .btn-sys {
    margin: 30px 0 0;
    line-height: 20px
}

@keyframes barWidth {
    0% {
        width: 0
    }

    25% {
        width: 50%
    }

    50% {
        width: 100%
    }

    75% {
        width: 50%
    }

    100% {
        width: 0
    }
}

@keyframes barWidth2 {
    0% {
        width: 0
    }

    50% {
        width: 50%
    }

    100% {
        width: 100%
    }
}

.horizontal-bar-wrap {
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    display: block;
    border-radius: 2px;
    background: #eee
}

.horizontal-bar-wrap .bar {
    position: relative;
    width: 0;
    height: 100%;
    margin: 0 auto;
    animation: barWidth;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.horizontal-bar-wrap .bar.bar1 {
    animation-delay: 0;
    background: #F3CE1D;
    top: 0;
    z-index: 1
}

.ceo {
    position: relative;
    padding-left: 100px;
    margin-top: 90px
}

.ceo h3 {
    font-size: 24px
}

.ceo span {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #F3CE1D
}

.ceo img {
    position: absolute;
    top: -50px;
    left: 0
}

.board-ul {
    list-style: none
}

.board-ul li {
    display: inline-block;
    width: 20%;
    padding: 0;
    margin: 0 -2px;
    vertical-align: top
}

.board {
    margin: 15px;
    display: block;
    position: relative;
    text-align: left
}

.board .board-img {
    position: relative;
    display: block;
    margin: 0;
    height: 440px;
    background: -webkit-linear-gradient(-45deg, #042030, #F3CE1D);
    border-radius: 10px;
    overflow: hidden
}

.board .board-img img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    height: 440px;
    width: 100%;
    object-fit: cover
}

.board:hover .board-img img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .15;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.board .board-text {
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 0;
    right: 0;
    padding: 30px
}

.board:hover .board-text {
    opacity: 1;
    bottom: 15px
}

.board .board-text h3;

.board:hover .board-text h3 {
    color: #fff;
    margin: 0 0 15px
}

.board h3 {
    font-size: 20px;
    margin: 30px 30px 0
}

.board:hover h3 {
    color: #F3CE1D
}

.board:hover h3 span {
    color: #042030
}

.board h3 span {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #a0a1a2
}

.board h3 span:after {
    position: relative;
    top: -2px;
    content: '';
    display: inline-block;
    margin-left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #d0d1d2 transparent transparent;
    transform: rotate(0deg)
}

.board p {
    color: rgba(255, 255, 255, .9)
}

.asx {
    margin: 0 0 30px;
    border-radius: 10px;
    display: block;
    position: relative;
    background: radial-gradient(ellipse at center, #fff 0%, #f0f1f2 100%)
}

.asx:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15)
}

.asx .asx-info {
    padding: 30px 30px 20px 100px;
    position: relative
}

.asx h3 {
    font-size: 22px;
    line-height: 32px
}

.asx:hover h3 {
    color: #F3CE1D
}

.asx img {
    position: absolute;
    top: 30px;
    left: 20px;
    height: 60px
}

.asx p {
    font-size: 14px
}

.asx p:before {
    position: relative;
    top: -2px;
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #d0d1d2;
    transform: rotate(0deg)
}

.asx.only h3 {
    opacity: .5
}

.asx-note {
    margin: -10px 0 30px 30px
}

.asx-note p {
    font-size: 15px;
    line-height: 18px;
    color: #7f8d95;
    letter-spacing: 1px
}

.asx-note p:before {
    position: relative;
    top: -2px;
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #d0d1d2;
    transform: rotate(0deg)
}


.progress-wrap {
    position: fixed !important;
    right: 30px !important;
    bottom: 30px !important;
    height: 56px !important;
    width: 56px !important;
    cursor: pointer !important;
    display: block !important;
    border-radius: 50px !important;
    z-index: 10000 !important;
    opacity: 1 !important;
    visibility: hidden !important;
    transform: translateY(15px) !important;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.progress-wrap.active-progress {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.progress-wrap::after {
    position: absolute !important;
    content: url('../images/football-icon.svg') !important;
    text-align: center !important;
    line-height: 20px !important;
    font-size: 20px !important;
    color: #F3CE1D !important;
    left: 5px !important;
    top: 2px !important;
    height: 46px !important;
    width: 46px !important;
    cursor: pointer !important;
    display: block !important;
    z-index: 1 !important;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: rotate(136deg) !important;
}

.progress-wrap svg path {
    fill: none !important;
}

.progress-wrap svg {
    color: #000 !important;
    border-radius: 50% !important;
}

.progress-wrap svg.progress-circle path {
    stroke: #F3CE1D !important; 
    stroke-width: 7px !important;
    box-sizing: border-box !important;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}


.pagination a,
.pagination span,
.team-img img,
.scroll-down-icon,
.member-box .member-pic,
.member-box .member-pic img,
.back-to-top i,
.program-detail .program-img,
.solutions .tabs .tab-img,
#portfolio-grid .portolio-item .portfolio-details a,
#footer .social-icons ul li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%
}

.page-header h1 span,
.type-wrap span b,
.bio-form h1,
.c-form .c-input:hover i,
.member-box:hover .member-details h4,
.header-title-white h2 span,
.header-title-cta h2 span,
.service .service-text h4,
.address:hover h4,
.order h3 {
    color: #F3CE1D;
    background: -webkit-linear-gradient(-45deg, #F3CE1D, #F3CE1D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.over-header{
    padding: 10px 0;
    background-color: #000;
    align-content: center;
}
.over-header ul li a i{
    font-size: 22px;
}
.over-header ul li{
    list-style: none;
    display: inline;
    margin-right: 15px;
}
.text-align-right{
    text-align: right;
}
.over-header ul li a{
    color: #fff;
}
.over-header ul li a:hover{
    color: #F3CE1D;
}

.mt-140{
    margin-top: 140px;
}
.h-news-type span{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    background-color: #F3CE1D;
    padding: 10px;
    border: 3px solid #1F4492;
    color: #1F4492;
    font-weight: 500;
}
.h-news-type span a{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #1F4492;
    font-weight: 500;
}
.h-news-type span a:hover{
    color: #000;
}
.h-news-type{
    border-bottom: 3px solid #1F4492;
    padding-bottom: 9px;
    margin-bottom: 30px;
}
.news-content{
    margin-bottom: 40px;
}

@media(min-width: 992px){
    .news-content{
        margin-bottom: 20px;
        min-height: 380px;
    }
}

.news-date{
    font-size: 13px;
    padding-top: 15px;
}
.pr-30{
    padding-right: 30px;
}
.pl-30{
    padding-left: 30px;
}

.news-content-right {
    min-height: 160px;
    margin-bottom: 40px;
}
.news-content-right .news-date{
    padding-top: 0;
}
.mt-50{
    margin-top: 50px;
}
.category-wrapper{
    margin-bottom: 50px;
}

.btn-category{
    text-align: center;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #1F4492;
    border: 1px solid #F3CE1D;
    color: #F3CE1D;
    font-weight: 400;
    max-width: 160px;
    margin: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 80px;
}
.btn-category:hover{
    background-color: #F3CE1D ;
    border: 1px solid #1F4492;
    color: #1F4492;
}
/* .col-category{
    padding-left: 0;
    padding-right: 0;
} */


#menu-main-menu .active a{
    color: #F3CE1D;
}
.p-single-text{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    white-space: break-spaces;
}
.hor-line{
    border-bottom: 2px solid #1F4492;
    margin-top: 30px;
    margin-bottom: 30px;
}
.share-buttons a{
    color: #1F4492;
    font-size: 30px;
    margin-right: 5px;
}

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

.uslovi-za-koristenje{
    margin-top: 30px;
    margin-bottom: 30px;
}
.uslovi-za-koristenje p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
}

.uslovi-p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 50px;
}

.header .nav-menu>ul>li.has-sub>a i {
    font-size: 10px;
    position: relative;
    margin-left: 5px;
    font-weight: normal;
    top: 0;
}

.header .nav-menu .has-sub a:before {
    display: none;
    display: block;
}

.header .nav-menu .has-sub ul {
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    width: 240px;
    border-top: 3px solid #F3CE1D;
    background: #1F4492;
    text-align: left;
    border-radius: 0 0 10px 10px;
    z-index: 1;
}

.header .nav-menu .has-sub:hover ul {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=1);
}

.header .nav-menu .has-sub ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .nav-menu .has-sub ul li:last-child {
    border-bottom: none;
    border-radius: 0 0 10px 10px
}

.header .nav-menu .has-sub ul li:last-child a {
    border-radius: 0 0 10px 10px
}

.header .nav-menu .has-sub ul li a {
    color: #fff;
    padding: 12px 25px;
    text-transform: none;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    font-size: 16px;
}

.header .nav-menu .has-sub ul li:hover a,
.header .nav-menu .has-sub ul li.active a {
    color: #fff !important;
    background: -webkit-linear-gradient(-135deg, #1F4492, #F3CE1D);
}

.header.header-bg .nav-menu .has-sub ul li a {
    color: #fff;
}


.header .nav-menu .has-sub ul li a,.header .nav-menu .has-sub ul{
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
}
.has-sub{
    margin-right: 20px;
}
.has-sub::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23ffffff" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    position: absolute; 
    top: 50%; 
    right: 0; 
    transform: translateY(-50%); 
    font-size: 10px;
    margin-left: 5px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    color: rgba(255, 255, 255, .66);
    cursor: pointer;
    width: 15px;
    height: 15px;
}
@media(max-width:991px){
    .has-sub::after{
        display: none;
    }
    .has-sub ul li{
        padding-left: 20px !important;
    }
}
.header-bg .has-sub::after {
    color: #042030;

}

.has-sub:hover::after {
    color: #fff; 
}
.header-bg .has-sub:hover::after {
    color: #FF4001; 
}

.page-template-request-a-demo .has-sub::after {
    color: #042030;
}

.page-template-request-a-demo .has-sub:hover::after {
    color: #FF4001; 
}

@media(max-width: 767px){
    .over-header{
        text-align: center;
    }
    .text-align-right{
        text-align: center;
    }
}

iframe{
    width: 100% !important;
}

p.p-single-text br{
    display: none;
}
.m-t-40{
    margin-top: 40px;
}
.category-name{
    bottom: 34px;
    position: relative;
    background: #F3CE1D;
    padding: 10px;
    color: #000;
    font-weight: 400 !important;
}