
* {
    outline: 0!important
}

body {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

body,
html {
    height: 100%
}

img {
    max-width: 100%
}

b {
    font-weight: 600
}
h1,h2,h3,h4,h5,h6{color:#2e3192;}


@media (min-width:1200px) {
    .container {
        max-width: 1240px
    }
}

.header-spacing {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap
}

.overflow {
    overflow: hidden
}

input[type=email],
input[type=tel],
input[type=text],
select {
    width: 100%;
    height: 58px;
    line-height: 54px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 0 20px
}

textarea {
    width: 100%;
    height: 158px;
    line-height: 54px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 20px
}

label {
    display: block;
    font-weight: 600
}

button[type=submit] {
    height: 58px;
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer
}

main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
  
}

a {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    color: #000
}

a:hover {
    text-decoration: underline
}

/* Awards Page - dots-menu */

.dots-menu {
    float: right;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer
}

.dots-menu .pix {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100%;
    transition: .2s ease-in-out
}

.dots-menu .pix:nth-of-type(1) {
    transform: translate(0, 0)
}

.dots-menu .pix:nth-of-type(2) {
    transform: translate(8px, 0)
}

.dots-menu .pix:nth-of-type(3) {
    transform: translate(16px, 0)
}

.dots-menu .pix:nth-of-type(4) {
    transform: translate(0, 8px)
}

.dots-menu .pix:nth-of-type(5) {
    transform: translate(8px, 8px)
}

.dots-menu .pix:nth-of-type(6) {
    transform: translate(16px, 8px)
}

.dots-menu .pix:nth-of-type(7) {
    transform: translate(0, 16px)
}

.dots-menu .pix:nth-of-type(8) {
    transform: translate(8px, 16px)
}

.dots-menu .pix:nth-of-type(9) {
    transform: translate(16px, 16px)
}

.dots-menu:hover .pix {
    background-color: #00adef
}

.dots-menu:hover .pix:nth-of-type(1) {
    transform: translate(-4px, -4px)
}

.dots-menu:hover .pix:nth-of-type(3) {
    transform: translate(20px, -4px)
}

.dots-menu:hover .pix:nth-of-type(7) {
    transform: translate(-4px, 20px)
}

.dots-menu:hover .pix:nth-of-type(9) {
    transform: translate(20px, 20px)
}

.dots-menu.active .pix:nth-of-type(1) {
    transform: translate(0, 0)
}

.dots-menu.active .pix:nth-of-type(2) {
    transform: translate(4px, 4px)
}

.dots-menu.active .pix:nth-of-type(3) {
    transform: translate(16px, 0)
}

.dots-menu.active .pix:nth-of-type(4) {
    transform: translate(4px, 12px)
}

.dots-menu.active .pix:nth-of-type(6) {
    transform: translate(12px, 4px)
}

.dots-menu.active .pix:nth-of-type(7) {
    transform: translate(0, 16px)
}

.dots-menu.active .pix:nth-of-type(8) {
    transform: translate(12px, 12px)
}

.dots-menu.active .pix:nth-of-type(9) {
    transform: translate(16px, 16px)
}

.dots-menu.active:hover .pix:nth-of-type(1) {
    transform: translate(-4px, -4px)
}

.dots-menu.active:hover .pix:nth-of-type(2) {
    transform: translate(2px, 2px)
}

.dots-menu.active:hover .pix:nth-of-type(3) {
    transform: translate(20px, -4px)
}

.dots-menu.active:hover .pix:nth-of-type(4) {
    transform: translate(2px, 14px)
}

.dots-menu.active:hover .pix:nth-of-type(6) {
    transform: translate(14px, 2px)
}

.dots-menu.active:hover .pix:nth-of-type(7) {
    transform: translate(-4px, 20px)
}

.dots-menu.active:hover .pix:nth-of-type(8) {
    transform: translate(14px, 14px)
}

.dots-menu.active:hover .pix:nth-of-type(9) {
    transform: translate(20px, 20px)
}

/* Preloader */

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 13;

    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88)
}

.preloader .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    background-size: 80px 80px;
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88)
}

.preloader .loader {
    width: 100%;
    height: 3px;
    border: none;
    border-radius: none;
    position: absolute;
    top: 0;
    left: 0
}

.preloader .loader:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0
}

.preloader .trackbar {
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: #fff;
    text-align: center;
    position: relative;
    background: grey;
    opacity: .99
}

.preloader .loadbar {
    width: 0%;
    height: 100%;
    background: #00adef;
    box-shadow: 0 0 10px #00adef;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    animation: flicker 5s infinite;
    overflow: hidden
}

.page-loaded {
    overflow: inherit
}

.page-loaded .preloader {
    left: 100%;
    transition-delay: .5s
}

.page-loaded .preloader .inner {
    left: 100%
}

.page-loaded .navbar {
    transform: translateY(0)
}

.page-loaded .header {
    margin: 0
}

.page-loaded .header .slider {
    transform: scale(1);
    opacity: 1
}

.page-loaded .header .slider .gallery-thumbs {
    transform: translateX(0);
    opacity: 1
}

.transition-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    visibility: hidden
}

.transition-overlay .black-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 3;
    background: #000;
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88)
}

.transition-overlay .green-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 2;
    background: #00adef;
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88)
}

.transition-overlay.open {
    visibility: visible
}

.transition-overlay.open .green-layer {
    left: 0;
    transition-delay: 0s
}

.transition-overlay.open .black-layer {
    left: 0;
    transition-delay: .4s
}

.sandwich-btn {
    width: 46px;
    height: 46px;
    float: right;
    position: relative;
    cursor: pointer;
    border-radius: 50%
}

.sandwich-btn span {
    display: block;
    height: 2px;
    width: 18px;
    background: #fff;
    opacity: 1;
    position: absolute;
    right: 8px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.sandwich-btn span:nth-child(1) {
    top: 12px
}

.sandwich-btn span:nth-child(2) {
    top: 20px
}

.sandwich-btn.open span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.sandwich-btn.open span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.navigation-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    visibility: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navigation-menu .black-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 3;
    background: #2e3192;
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88)
}

.navigation-menu .green-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 2;
    background: #00adef;
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88)
}

.navigation-menu .inner {
    color: #fff;
    position: relative;
    z-index: 4;
    text-align: center;
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    opacity: 0;
    transform: scale(1.1)
}

.navigation-menu .inner ul {
    display: block;
    margin: 0;
    padding: 0
}

.navigation-menu .inner ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}



.navigation-menu .inner ul li a {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    position: relative
}

.navigation-menu .inner ul li a:before {
    content: "";
    width: 0;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 12px;
    background: #00adef;
    z-index: -1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navigation-menu .inner ul li a:hover {
    text-decoration: none
}

.navigation-menu .inner ul li a:hover:before {
    width: 100%
}

.navigation-menu .inner address {
    margin-top: 50px;
    font-size: 14px;
    font-family: "Fjalla One", sans-serif
}

.navigation-menu.open {
    visibility: visible
}

.navigation-menu.open .green-layer {
    left: 0;
    transition-delay: 0s
}

.navigation-menu.open .black-layer {
    left: 0;
    transition-delay: .4s
}

.navigation-menu.open .inner {
    opacity: 1;
    transition-delay: .5s;
    transform: scale(1)
}

.header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    top: 40px;
}

.social-media {
    width: 38px;
    position: absolute;
    z-index: 7;
    right: 60px;
    top: 200px;
    text-align: center;
    margin: 0;
    padding: 0
}

.social-media li {
    width: 100%;
    float: left;
    display: block;
    padding: 0;
    list-style: none
}

.social-media li a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 13px;
    margin: 10px 0
}

.social-media li a:hover {
    color: #00adef
}



.navbar {
    width: 100%;
    height: 78px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 60px;
    position: fixed;
    left: 0;
   top: 30px;
    z-index: 11;
    transform: translateY(-100%);
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-delay: .8s
}

.navbar.hide {
    transform: translateY(-100%)
}

.navbar .logo {
    margin-left: 0;
    margin-right: 30px
}

.navbar .logo img {
    height: 65px
}



.navbar .sandwich-nav {
    margin-right: 0
}

.navbar .sandwich-nav b {
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif
}

.navbar .sandwich-nav .circle {
    width: 38px;
    height: 38px;
    float: right;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    cursor: pointer
}

.navbar .sandwich-nav .circle.open {
    border-color: #fff;
    background: #fff
}

.navbar .sandwich-nav .circle.open span {
    background: #000
}

.header {
    margin: 0
}

.header .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.4);
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-delay: .6s;
    opacity: 0
}

.header .slider:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.header .gallery-top {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #000
}

.header .gallery-top .swiper-wrapper {
    opacity: .6
}

.header .gallery-top .swiper-wrapper .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.header .gallery-thumbs {
    height: 60%;
    position: absolute;
    left: 60px;
    top: 20%;
    z-index: 2;
    overflow: hidden;
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -moz-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -o-transition: all .4s cubic-bezier(.595, .03, 0, .88);
    transition: all .4s cubic-bezier(.595, .03, 0, .88);
    -webkit-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -moz-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    -o-transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-timing-function: cubic-bezier(.595, .03, 0, .88);
    transition-delay: .8s
}

.header .gallery-thumbs .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 50px;
    color: grey;
    font-weight: 600;
    padding-left:30px;
}

.header .gallery-thumbs .swiper-slide.swiper-slide-active {
    color: #fff
}

.header .gallery-thumbs .swiper-slide.swiper-slide-active a {
    display: block
}

.header .gallery-thumbs .swiper-slide a {
    font-size: 14px;
    display: none;
    float: right;
    color: #00adef;
    font-weight: 600;
    margin-bottom: 0;swiper-pagination
    /*margin-top:-20px*/
}

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

.header .gallery-thumbs .swiper-slide a:hover .plus {
    color: #000;
    background: #fff
}

.header .gallery-thumbs .swiper-slide a .plus {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    margin-left: 6px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.header .swiper-pagination {
    width: auto;
    position: absolute;
    /* left: 58px; */
    /* bottom: 120px; */
    bottom: 60px;
    left:0;
    color: #fff;
    z-index: 99;
    margin: 0 auto;
}

/* .header .swiper-pagination span:first-child {
    font-size: 56px;
    height: 50px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    padding-top: 3px;
    font-weight: 600
}

.header .swiper-pagination span:last-child {
    font-size: 14px
}

.header .swiper-pagination span:before {
    content: "0"
} */


/*Updated on 14.10.2022*/

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    left:0!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets
{
    width:100%!important;
    left:0!important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
    transform: scale(.6)!important;
    transition: none!important;
}

.swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
    transform: scale(1)!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    left:0;
    transform:none!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")!important;   
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")!important;
}

.swiper-button-next, .swiper-button-prev{
    background-size: 12px 34px!important;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;   
}

.page-header {
	background-image: url(../img/bg1.jpg);background-size:cover;background-position:center;
    width: 100%;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    position: fixed;
    left: 0;
    top: 40px;
}

.page-header:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.page-header .inner {
    width: 100%;
    padding: 0 60px;
    margin-top: 39px;
    position: relative;
    z-index: 3
}

.page-header .inner h2 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    position: relative
}

.page-header .inner h2:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #00f;
    top: 0;
    color: #fff;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse
}

.page-header .inner h2:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    color: #fff;
    overflow: hidden;
    clip: rect(0, xw00px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse
}
.topbar{background: #2e3192;padding:5px 0;color:#fff;font-size:14px;}
.page-header .inner p {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    padding-right: 40%
}

.page-header-spacing {
    width: 100%;
    height: 600px;
    display: flex;
    flex-wrap: nowrap
}

.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    /*padding-bottom:50px*/
}

.works.two-cols ul li {
    width: 50%
}

.works.four-cols ul li {
    width: 25%
}

.works.four-cols ul li figure figcaption {
    padding: 2px
}

.works.four-cols ul li figure figcaption h3 {
    font-size: 20px;
    /*margin-left:-30px*/
}

.works.four-cols ul li figure figcaption small {
    margin-bottom: 10px
}

.works ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.works ul li {
    width: 33.33333%;
    float: left;
    margin: 0;
    margin-bottom: 100px;
    padding: 0 3%;
    list-style: none
}



.works ul li figure {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    transform-style: preserve-3d
}

.works ul li figure * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.works ul li figure:hover {
    margin: 0
}

.works ul li figure:hover .thumb {
    box-shadow: 4px 21px 44px -13px rgba(0, 0, 0, .75)
}

.works ul li figure:hover figcaption {
    text-shadow: 2px 10px 10px rgba(0, 0, 0, .35)
}

.layer-overlay {
    background: rgba(1, 3, 67, .5);
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.layer-overlay2 {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    height: 30%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.works ul li figure:hover figcaption a {
    opacity: 1
}

.works ul li figure:hover figcaption .brand {
    opacity: 1
}

.works ul li figure .thumb {
    width: 100%
}

.works ul li figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px;
    padding-bottom: 30px;
    transform: translateZ(20px);
    width: 100%;
    text-align: center
}

.works ul li figure figcaption .brand {
    height: 30px;
    margin-bottom: 40px;
    opacity: 0
}

.works ul li figure figcaption h3,
.works ul li figure figcaption h4 {
    font-weight: 600;
    color: #fff
}

.works ul li figure figcaption h4 {
    font-size: 1.2rem!important
}

.works ul li figure figcaption small {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-weight: 600
}

.works ul li figure figcaption a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: "Fjalla One", sans-serif;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    opacity: 0
}

.works ul li figure figcaption a:hover {
    text-decoration: none
}

.filter-bar {
    width: 100%;
    float: left;
    margin-bottom: 60px
}

.filter-bar .works-filter {
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.filter-bar .works-filter li {
    float: left;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.filter-bar .works-filter li:nth-child(1) {
    transition-delay: 0s
}

.filter-bar .works-filter li:nth-child(2) {
    transition-delay: 50ms
}

.filter-bar .works-filter li:nth-child(3) {
    transition-delay: .1s
}

.filter-bar .works-filter li:nth-child(4) {
    transition-delay: .15s
}

.filter-bar .works-filter li:nth-child(5) {
    transition-delay: .2s
}

.filter-bar .works-filter li:nth-child(6) {
    transition-delay: .25s
}

.filter-bar .works-filter li:nth-child(7) {
    transition-delay: .3s
}

.filter-bar .works-filter li:nth-child(8) {
    transition-delay: .35s
}

.filter-bar .works-filter li:nth-child(9) {
    transition-delay: .4s
}

.filter-bar .works-filter li a {
    float: left;
    font-size: 13px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    border-bottom: 2px solid transparent;
    padding: 0 2px;
    padding-bottom: 2px
}

.filter-bar .works-filter li a.current {
    color: #00adef;
    border-bottom: 2px solid #00adef
}

.filter-bar .works-filter li a:hover {
    color: #00adef;
    text-decoration: none
}

.filter-bar .works-filter.active li {
    opacity: 1;
    transform: translateY(0)
}



.filter-btn span {
    float: right;
    line-height: 22px;
    font-weight: 600;
    font-size: 13px;
    margin-right: 20px;
    color: #fff
}

h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: -10px
}

.h-1 {
    font-size: 20px;
    color: #171819!important;
    text-align: center
}
.masonry-grid {
            column-count: 3;
            column-gap: 1rem;
        }
        .masonry-grid-item {
            break-inside: avoid;
            margin-bottom: 1rem;
        }
        .masonry-grid-item img {
            width: 100%;
            display: block;
        }
		@media (max-width: 992px) {
            .masonry-grid {
                column-count: 2;
            }
        }

        @media (max-width: 768px) {
            .masonry-grid {
                column-count: 1;
            }
        }
.img100per img{height:auto !important;}
.img100per h4{font-size: 23px !important;}
.imgfull img{width:100%;height:100% !important;}
.features-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff
}

.features-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: -10px
}

.features-content h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #333;
    padding-right: 10%
}

.features-content h5 {
    font-size: 20px;
    font-weight: 300;
    color: grey;
    margin-top: -20px;
    margin-bottom: 80px
}

.features-content img {
    height: 55px;
    margin-bottom: 20px
}

.features-content h4 {
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 20px
}

.features-content p {
    font-size: 14px;
   color: #333;
    line-height: 25px
}

.features-content ul,
.full-media-content .inner-content .inner ul {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: -13px;
    margin-bottom: 40px;
    padding: 0
}

.full-media-content .inner-content .inner ul li {
    margin-left: 20px
}

.features-content ul li {
    width: 100%;
    float: left;
    margin-left: 10px;
    padding: 5px 5px;
    list-style: decimal;
    font-size: 14px;
    color: grey
}

.features-content a {
    font-size: 12px;
    color: #00adef;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative
}

.features-content a:before {
    content: "";
    width: 0;
    height: 2px;
    background: #00adef;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.features-content a:hover {
    text-decoration: none
}

.features-content a:hover:before {
    width: 100%
}

.listing-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    color: #fff
}

.listing-content h3 {
    font-family: "Fjalla One", sans-serif
}

.listing-content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.listing-content ul li {
    width: 100%;
    margin: 15px;
    padding: 10px 10px
}

.full-media-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-size: 100% 100%!important;
    position: relative
}

.full-media-content .video-bg video {
    opacity: 1
}

.full-media-content .sides {
    flex: 1;
    /*padding:80px 0;*/
    position: relative
}

.full-media-content .sides figure {
    width: 50%;
    position: relative;
    z-index: 2;
    float: right;
    margin-bottom: 0;
    margin-right: -40px;
    border: 10px solid #fff
}

.full-media-content .sides figure img {
    width: 100%
}

.full-media-content .inner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    background: #2e3192;
    color: #fff
}

.full-media-content .inner-content .inner {
    max-width: 700px;
    padding: 50px 50px 50px 100px
}

.full-media-content .inner-content h5 {
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;color:#00adef !important;
    line-height: 1;
    text-transform: uppercase
}

.full-media-content .inner-content h2 {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 40px
}

.full-media-content .inner-content p {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300
}

.full-media-content .inner-content a {
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    width: 40%;
    cursor: pointer;
    text-align: center
}

.full-media-content .inner-content a:hover {
    background: #fff;
    color: #000;
    text-decoration: none
}

.logos a {
    height: 58px;
    line-height: 54px;
    display: inline-block;
    border: 2px solid #00adef;
    color: #00adef;
    font-weight: 600;
    font-size: 12px;
    padding: 0 50px
}

.logos a:hover {
    background: #00adef;
    color: #fff;
    text-decoration: none
}

.introduction {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff
}

.introduction h2 {
    font-weight: 600;
    margin-bottom: 30px
}

.introduction h6 {
    font-weight: 600;
    margin-bottom: 10px
}

.introduction h4 {
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 5px;
    line-height: 34px
}

.introduction p {
    display: block;
    color: grey;
    line-height: 26px
}

.introduction p:last-child {
    margin-bottom: 0
}

.introduction p span {
    position: relative;
    display: inline-block
}

.introduction p span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 5px;
    mix-blend-mode: hard-light;
    background: #00adef
}

.our-team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    background: #f3f3f3
}

.our-team * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.our-team figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0;
    overflow: hidden
}

.our-team figure img {
    width: 100%;
    float: left;
    filter: grayscale(0)
}

.our-team figure figcaption {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.our-team figure figcaption h4 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0
}

.our-team figure figcaption small {
    font-size: 12px;
    color: #fff
}

.our-team figure:hover {
    background-size: cover
}

.our-team figure:hover img {
    transform: translateY(20px)
}

.our-team figure:hover figcaption {
    opacity: 1
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    background: #fff
}

.news .post {
    width: 100%;
    float: left
}

.news .post.post-single {
    margin-bottom: 0
}

.news .post.post-single .post-content .post-title {
    font-size: 40px;
    line-height: 24px
}

.news .post.post-single p:last-child {
    margin-bottom: 0
}

.news .post .post-image {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.news .post .post-image img {
    width: 100%
}

.news .post .post-content {
    width: 100%;
    float: left;
    padding: 0 50px
}

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

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

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

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

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

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

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

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

.news .post .post-content .author {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.news .post .post-content .author img {
    height: 40px;
    float: left;
    margin-right: 15px;
    border-radius: 50%
}

.news .post .post-content .author span {
    float: left;
    line-height: 40px;
    font-size: 13px;
    color: grey
}

.news .post .post-content .author span b {
    font-weight: 600
}

.news .post .post-content .post-categories {
    width: 100%;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.news .post .post-content .post-categories li {
    float: left;
    margin: 0;
    margin-right: 7px;
    padding: 0;
    list-style: none
}

.news .post .post-content .post-categories li a {
    float: left;
    color: grey;
    text-decoration: underline
}

.news .post .post-content .post-categories li a:hover {
    color: #00adef
}

.news .post .post-content .post-title {
    display: block;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px
}

.news .post .post-content h5 {
    font-size: 20px;
    font-weight: 300;
    color: grey;
    margin-top: -20px;
    margin-bottom: 80px
}

.news .post .post-content .h5 {
    font-weight: 600;
    color: #00adef;
    margin-bottom: 15px
}

.news .post .post-content .post-date {
    display: block;
    margin-bottom: 20px;
    color: color-green;
    font-weight: 600
}

.news .post .post-content p {
    display: block;
    margin-bottom: 20px;
    color: #333;
    line-height: 27px
}

.news .post .post-content blockquote {
    width: 100%;
    display: block;
    background: #00adef;
    padding: 20px;
    color: #fff
}

.news .post .post-content blockquote p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px
}

.news .post .post-content blockquote h5 {
    color: #fff;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    margin: 0;
    text-transform: uppercase;
    opacity: .7
}

.news .post .post-content ul {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-left: 20px
}

.news .post .post-content ul li {
    color: grey;
    margin: 0;
    padding: 4px 0
}

.news .post .post-content .post-link {
    font-size: 15px;
    color: #00adef;
    display: inline-block;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    margin-bottom: 70px;
    position: relative;
    padding-bottom: 3px
}

.news .post .post-content .post-link:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #00adef;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.news .post .post-content .post-link:hover {
    text-decoration: none
}

.news .post .post-content .post-link:hover:before {
    width: 0
}

.say-hello {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 40px 0;
    background: #fff
}
.filter-controls {
    text-align: center; /* Center-align the filter buttons */
    margin-bottom: 20px; /* Space between filter controls and gallery */
}

.filter-btn {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    background-color: #2e3192;
    color: white;
    border: none;
    outline: none;border-radius: 10px;
}
.prj img{width:100%;height:100%;}
.filter-btn:hover {
    background-color: #0056b3;
}
.filter-btn.active {
    background-color: #00adef; /* Change active button to green */
    color: white;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Responsive grid layout */
    gap: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    transition: transform 0.3s ease;
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;padding:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}
.gallery-item .overlay h3{color:#fff;}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 15px;line-height:25px;border:1px solid #fff;padding:10px;
  
}
.otp-div h3,
.say-hello h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px
}

.say-hello .contact-box {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.say-hello .contact-box span {
    display: block;
    color: grey;
    font-size: 13px;
    font-weight: 600
}

.say-hello .contact-box a {
    display: inline-block;
    color: #000
}

.say-hello .map-link {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 40px;
    text-decoration: underline;
    color: #00adef
}

.say-hello .alert {
    width: 100%;
    float: left;
    border-radius: 0;
    border: none;
    padding: 30px 20px
}

.say-hello .alert-danger {
    background: red;
    color: #fff
}

.say-hello .alert-success {
    background: green;
    color: #fff
}

.say-hello form {
    width: 100%;
    padding-right: 40%
}

.say-hello form input[type=email],
.say-hello form input[type=tel],
.say-hello form input[type=text],
.say-hello form select,
form select {
    width: 100%;
    float: left
}

.say-hello form textarea {
    width: 100%;
    float: left
}

.say-hello form label {
    font-size: 13px;
    color: grey
}

.say-hello #error,
.say-hello #success {
    display: none
}

.say-hello #error,
.say-hello #success {
    float: left
}

.say-hello #contact label.error {
    width: 100%;
    float: left;
    color: #f50c1a;
    margin-top: 10px
}

.say-hello #contact input.error {
    width: 100%;
    border: 2px solid #f50c1a
}

.say-hello #contact textarea.error {
    width: 100%;
    border: 2px solid #f50c1a
}

.logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
    background: #fff
}

.logos * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.logos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0
}

.logos ul li {
    width: 14.2%;
    margin: 25px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative
}

.logos ul li:hover img {
    opacity: 0;
    transform: scale(1.1)
}

.logos ul li:hover h6 {
    opacity: 1;
    margin-top: -10px
}

.logos ul li figure {
    margin: 0
}

.logos ul li figure img {
    height: 250px
}

.logos ul li figure h6 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    opacity: 0
}

.logos h2 {
    font-size: 40px;
    font-weight: 600
}

.logos h5 {
    margin-bottom: 40px
}

.logos2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    background: #fff
}

.logos2 * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.logos2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0
}

.logos2 ul li {
    width: 20%;
    margin: 25px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative
}

.logos2 ul li:hover img {
    opacity: 0;
    transform: scale(1.1)
}

.logos2 ul li:hover h6 {
    opacity: 1;
    margin-top: -10px
}

.logos2 ul li figure {
    margin: 0
}

.logos2 ul li figure img {
    height: 80px
}

.logos2 ul li figure h6 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    opacity: 0
}

.logos2 h2 {
    font-size: 40px;
    font-weight: 600
}

.logos2 h5 {
    margin-bottom: 40px
}

.footer {
    width: 100%;
    display: flex;
    color: #fff;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative
}

.footer img {
    height: 55px;
    display: inline-block;
    margin-bottom: 20px
}

.footer h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px
}

.footer h5,
.footer h5 a {
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 30px;
    color: grey
}

.footer ul {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0
}

.footer ul li {
    float: left;
    margin: 0 10px;
    padding: 0;
    list-style: none
}

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

.footer ul li a:hover {
    color: #00adef
}
.topsoc ul {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0
}
.topsoc ul li {
    float: left;
    margin: 0 10px;
    padding: 0;
    list-style: none
}

.topsoc ul li a {
    font-size: 14px;
    color: #fff
}

.topsoc ul li a:hover {
    color: #00adef
}

.footer address {
    display: block;
    color: #989898
}

@media only screen and (max-width:991px),
only screen and (max-device-width:991px) {
    input[type=email],
    input[type=password],
    input[type=search],
    input[type=submit],
    input[type=text],
    select,
    textarea {
        border-radius: 0!important;
        box-shadow: none!important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none
    }
    .header .gallery-thumbs {
        height: 60%;
        top: 20%
    }
    .header .gallery-thumbs .swiper-slide {
        font-size: 50px
    }
    .works ul li {
        width: 50%
    }
    .works.four-cols ul li {
        width: 33.33333%
    }
    .features-content h6 {
        margin-bottom: 50px;
        margin-top: -30px
    }
    .full-media-content {
        flex-direction: column
    }
    .full-media-content .sides figure {
        float: none;
        margin: 0 auto
    }
    .full-media-content .inner-content {
        flex: none
    }
    .page-header .inner h2 {
        font-size: 4em
    }
    .page-header .inner p {
        padding-right: 20%
    }
    .say-hello form {
        padding-right: 0;
        width: auto
    }
    .say-hello form .form-group:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px),
only screen and (max-device-width:767px) {
    .swiper-button-next, .swiper-button-prev{
        background-size: 6px 34px!important;      
        width: 28px!important;
        height: 28px!important;       
    }
    .soldout-img img{width:100px!important}
    .hide-mobile {
        display: none
    }
    .navbar {
        padding: 20px 30px
    }
    .navbar .email-us {
        display: none
    }
    .navigation-menu .inner ul li a {
        font-size: 40px
    }
    .navigation-menu .inner ul li ul li {
        margin: 0 15px
    }
    .navigation-menu .inner address {
        font-size: 16px
    }
    .header .swiper-pagination {
        left: 30px
    }
    .header .gallery-thumbs {
        left: 30px;
        height: 30%;
        top: 35%
    }
    .header .gallery-thumbs .swiper-slide {
        font-size: 35px
    }
    .header .gallery-thumbs .swiper-slide a {
        margin-top: 0
    }
    .particles-mask {
        padding: 0 30px
    }
    .particles-mask .inner .masker h1 {
        font-size: 15vw
    }
    .particles-mask .inner h5 {
        padding: 0
    }
    .video-hero .inner h1 {
        font-size: 15vw
    }
    .motion-blur .inner h1 {
        font-size: 14vw
    }
    .page-header .inner {
        padding: 0 30px
    }
    .page-header .inner h2 {
        font-size: 3em
    }
    .page-header .inner p {
        font-size: 22px;
        line-height: 34px;
        padding-right: 0
    }
    .introduction {
        padding: 80px 0
    }
    .listing-content {
        padding: 80px 0
    }
    .listing-content .mobile-spacing {
        margin-bottom: 50px
    }
    .social-media {
        display: none
    }
    .scroll-down {
        display: none
    }
    .our-team {
        padding-top: 80px
    }
    .works {
        padding-top: 50px;
        padding-bottom: 0
    }
    .works ul li {
        width: 100%;
        margin-top: 0!important;
        margin-bottom: 80px;
        padding: 0 12%!important
    }
    .works ul li figure figcaption {
        padding-bottom: 30px
    }
    .works.two-cols ul li {
        width: 100%
    }
    .works.four-cols ul li {
        width: 100%
    }
    .works.four-cols ul li figure figcaption {
        padding-bottom: 30px
    }
    .features-content {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 10px
    }
    .features-content h2 {
        font-size: 40px
    }
    .features-content h6 {
        padding-right: 0
    }
    .full-media-content .sides {
        padding: 0 0
    }
    .full-media-content .sides figure {
        width: 70%;
        position: static;
        margin: 0 auto
    }
    .full-media-content .inner-content .inner {
        max-width: 100%;
        padding: 30px 50px 30px 80px!important
    }
    .full-media-content .inner-content h2 {
        font-size: 44px
    }
    .news {
        padding: 80px 0
    }
    .news .post {
        margin-bottom: 10px
    }
    .news .post .post-content {
        padding: 0
    }
    .news .post .post-content .post-title {
        font-size: 30px;
        line-height: 40px
    }
    .news .post.post-single .post-content .post-title {
        font-size: 30px;
        line-height: 46px
    }
    .news h2 {
        font-size: 50px!important;
        font-weight: 600!important;
        margin-bottom: 30px!important
    }
    .logos {
        padding: 30px 0
    }
    .logos ul li {
        width: 33.33333%;
        margin: 25px auto
    }
    .filter-bar {
        text-align: center
    }
    .filter-bar .works-filter {
        width: 100%;
        float: left;
        margin-top: 20px;
        padding: 0 20px
    }
    .filter-bar .works-filter li {
        float: none;
        display: inline-block;
        margin: 0 10px
    }
    .filter-btn {
        float: none;
        margin: 0 auto;
        display: inline-block
    }
    .case-details .case-navbar ul li {
        margin: 0 12px
    }
    .case-details h3 {
        font-size: 60px
    }
    .case-details h6 {
        padding-right: 0
    }
    .say-hello {
        padding: 80px 0
    }
    .say-hello h3 {
        font-size: 38px
    }
    .footer {
        padding-top: 80px
    }
    .footer h2 {
        font-size: 40px
    }
    .features-content .over-h4 {
        margin-bottom: 60px!important
    }
    .features-content ul,
    .full-media-content .inner-content .inner ul {
        margin-top: 0!important
    }
    .span-1 {
        width: 50%!important
    }
    .span-2 {
        width: 50%!important;
        padding-right: 0
    }
    .features-content ul li {
        text-align: left
    }
    .full-media-content .inner-content a {
        width: 100%;
        text-align: center
    }
}

@media (max-width:575.98px) {
    .full-media-content .inner-content a {
        width: 100%;
        text-align: center
    }
    .logos {
        padding: 50px 0!important
    }
    .text-center p {
        text-align: justify!important
    }
    .features-content ul li {
        text-align: left
    }
    .logos h2,
    h2 {
        font-size: 35px
    }
    .layer-overlay {
        height: 50%
    }
    .h-1 {
        display: none
    }
    .full-media-content {
        background-size: cover!important
    }
    .works ul li figure figcaption {
        padding: 0 0 10px 0!important
    }
    .works ul li figure figcaption a {
        font-size: 10px!important;
        padding-bottom: 0!important
    }
    .works ul li figure figcaption h3 {
        font-size: 1.2rem!important
    }
    .works ul li figure figcaption h4 {
        font-size: .8rem!important
    }
    .works ul li figure figcaption small {
        margin-bottom: 10px!important
    }
    .features-content .over-h4 {
        margin-bottom: 60px!important
    }
    .features-content h6,
    .features-content p,
    .full-media-content .inner-content p {
        text-align: justify
    }
    .features-content ul,
    .full-media-content .inner-content .inner ul {
        margin-top: 0!important
    }
    .span-1 {
        width: 50%!important
    }
    .span-2 {
        width: 50%!important;
        padding-right: 0
    }
    .full-media-content .inner-content .inner {
        padding: 30px 0 30px 30px!important
    }
    .modal-body-overflow,
    .modal-body-overflow2 {
        height: 500px!important;
    }
    .pl-0 {
        padding-left: 15px!important;
    }
    .full-media-content .sides {
        padding: 0 0
    }
    .navigation-menu .inner ul li a {
        font-size: 30px
    }
    .page-header .inner h2 {
        font-size: 2.5em
    }
    .owl-nav {
        margin-top: 0!important;
        top: 50%!important;
        z-index: 999!important
    }
    .owl-nav .owl-prev {
        left: 0!important
    }
    .owl-nav .owl-next {
        right: 0!important
    }
    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        padding: 0 10px!important;
        font-size: 20px!important;
        background-color: #000!important
    }
    .xs-testimonial-section-bg {
        padding: 30px 0!important
    }
    .page-header .inner {
        padding: 0 50px!important
    }
    .page-header .inner h2 {
        line-height: 1.5!important
    }
}

svg {
    display: block;
    height: 100vh;
    font-size: 1em
}

@-webkit-keyframes f {
    to {
        background: #1d1d1d
    }
}

@keyframes f {
    to {
        background: #1d1d1d
    }
}

.modal.custom-modal.show {
    display: -ms-grid!important;
    display: grid!important;
    place-items: center
}

.modal-header-new,
.modal-header-enquiry {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #000;
    left: 0;
    top: 0;
    padding-bottom: 30px
}

.modal-xlg {
    max-width: 800px!important;
    width: 1000px!important
}

.modal-header-new .inner,
.modal-header-enquiry .inner {
    width: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 3
}

.modal-header-new .inner h2,
.modal-header-enquiry .inner h2 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    position: relative;
    margin-bottom: 0
}

.modal-header-enquiry .inner h2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    position: relative;
    margin-bottom: 0
}

.modal-header-enquiry .inner p,
.modal-header-new .inner p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    padding-right: 20%
}

.modal-body-overflow {
    height: 600px;
    border-radius: 0 0 .3rem .3rem
}

.dots-menu2 {
    float: right;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer
}

.dots-menu2 .pix {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100%;
    transition: .2s ease-in-out
}

.dots-menu2 .pix:nth-of-type(1) {
    transform: translate(0, 0)
}

.dots-menu2 .pix:nth-of-type(2) {
    transform: translate(8px, 0)
}

.dots-menu2 .pix:nth-of-type(3) {
    transform: translate(16px, 0)
}

.dots-menu2 .pix:nth-of-type(4) {
    transform: translate(0, 8px)
}

.dots-menu2 .pix:nth-of-type(5) {
    transform: translate(8px, 8px)
}

.dots-menu2 .pix:nth-of-type(6) {
    transform: translate(16px, 8px)
}

.dots-menu2 .pix:nth-of-type(7) {
    transform: translate(0, 16px)
}

.dots-menu2 .pix:nth-of-type(8) {
    transform: translate(8px, 16px)
}

.dots-menu2 .pix:nth-of-type(9) {
    transform: translate(16px, 16px)
}

.dots-menu2:hover .pix {
    background-color: #00adef
}

.dots-menu2:hover .pix:nth-of-type(1) {
    transform: translate(-4px, -4px)
}

.dots-menu2:hover .pix:nth-of-type(3) {
    transform: translate(20px, -4px)
}

.dots-menu2:hover .pix:nth-of-type(7) {
    transform: translate(-4px, 20px)
}

.dots-menu2:hover .pix:nth-of-type(9) {
    transform: translate(20px, 20px)
}

.dots-menu2.active .pix:nth-of-type(1) {
    transform: translate(0, 0)
}

.dots-menu2.active .pix:nth-of-type(2) {
    transform: translate(4px, 4px)
}

.dots-menu2.active .pix:nth-of-type(3) {
    transform: translate(16px, 0)
}

.dots-menu2.active .pix:nth-of-type(4) {
    transform: translate(4px, 12px)
}

.dots-menu2.active .pix:nth-of-type(6) {
    transform: translate(12px, 4px)
}

.dots-menu2.active .pix:nth-of-type(7) {
    transform: translate(0, 16px)
}

.dots-menu2.active .pix:nth-of-type(8) {
    transform: translate(12px, 12px)
}

.dots-menu2.active .pix:nth-of-type(9) {
    transform: translate(16px, 16px)
}

.dots-menu2.active:hover .pix:nth-of-type(1) {
    transform: translate(-4px, -4px)
}

.dots-menu2.active:hover .pix:nth-of-type(2) {
    transform: translate(2px, 2px)
}

.dots-menu2.active:hover .pix:nth-of-type(3) {
    transform: translate(20px, -4px)
}

.dots-menu2.active:hover .pix:nth-of-type(4) {
    transform: translate(2px, 14px)
}

.dots-menu2.active:hover .pix:nth-of-type(6) {
    transform: translate(14px, 2px)
}

.dots-menu2.active:hover .pix:nth-of-type(7) {
    transform: translate(-4px, 20px)
}

.dots-menu2.active:hover .pix:nth-of-type(8) {
    transform: translate(14px, 14px)
}

.dots-menu2.active:hover .pix:nth-of-type(9) {
    transform: translate(20px, 20px)
}

.site-block-testimony img {
    max-width: 140px;
    border-radius: 50%
}

.site-block-testimony p {
    font-size: 1.2rem
}

.site-block-testimony.active {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, .1)
}

.block-testimony .person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.block-testimony blockquote {
    font-size: 1rem;
    font-style: italic
}

.block-13,
.block-14,
.block-15,
.slide-one-item {
    position: relative;
    z-index: 1
}

.block-13 .owl-nav .owl-next,
.block-13 .owl-nav .owl-prev,
.block-14 .owl-nav .owl-next,
.block-14 .owl-nav .owl-prev,
.block-15 .owl-nav .owl-next,
.block-15 .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev {
    position: relative;
    padding: 20px;
    font-size: 30px;
    color: #000
}

.block-13 .owl-nav .owl-next.disabled,
.block-13 .owl-nav .owl-prev.disabled,
.block-14 .owl-nav .owl-next.disabled,
.block-14 .owl-nav .owl-prev.disabled,
.block-15 .owl-nav .owl-next.disabled,
.block-15 .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled {
    opacity: .2
}

.block-13 .owl-stage-outer,
.block-14 .owl-stage-outer,
.block-15 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px
}

.block-13 .owl-nav,
.block-14 .owl-nav,
.block-15 .owl-nav {
    position: relative;
    width: 100%;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:991.98px) {
    .block-13 .owl-nav,
    .block-14 .owl-nav,
    .block-15 .owl-nav {
        display: none
    }
}

.block-13 .owl-nav .owl-next,
.block-13 .owl-nav .owl-prev,
.block-14 .owl-nav .owl-next,
.block-14 .owl-nav .owl-prev,
.block-15 .owl-nav .owl-next,
.block-15 .owl-nav .owl-prev {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}.ghj{padding:30px 0;}
footer {width: 100%;
  background: #eee;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}address{margin-bottom:0;font-size:14px;line-height:27px;}footer p{font-size:14px;margin-bottom:7px;}
.footer h3{font-size:22px;}
.subfooter {
 text-align:center;
  padding-top: 10px;
  margin-top: 20px;
  background-color: #000;
  padding-bottom: 10px;
  color: #FFF;
}

.xs-testimonial-section {
    background:#2e3192;
    background-repeat: no-repeat;
    height: 600px;
    overflow: hidden;
    background-position: cover center;
    padding-top: 0;
    padding-bottom: 0
}

.xs-testimonial-section-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 100px 0
}

.xs-testimonial-section .owl-item.cloned {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.xs-testimonial-section .owl-item.active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.xs-testimonial-section .owl-item.active.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.xs-testimonial-item {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.xs-testimonial-item::after,
.xs-testimonial-item::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px
}

.xs-testimonial-slider .owl-item.center .xs-testimonial-item {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 40px
}

.testimonial-content p {
    font-size: .72941rem
}

.testimonial-content>p {
    margin-bottom: 20px
}

.commentor-bio {
    position: relative
}

.commentor-bio i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.35294rem;
    opacity: .1
}

.commentor-bio .round-avatar {
    margin-right: 16px
}

.commentor-bio .commentor-title {
    font-size: .91176rem;
    margin-bottom: 0
}

.commentor-bio .commentor-info {
    margin-bottom: 0
}

.commentor-bio .round-avatar {
    position: relative;
    border-radius: 100%;
    overflow: hidden
}

.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item {
    margin-top: 25px
}

.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item .round-avatar {
    width: 44px;
    height: 44px
}

.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item .round-avatar::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #181953;
    opacity: .5
}

.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item p {
    color: #666;
    text-align: left
}

.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item .commentor-bio i {
    color: #666
}

.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item::before {
    width: calc(100% - 28px);
    top: -10px
}

.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item::after {
    width: calc(100% - 56px);
    top: -20px
}

.xs-testimonial-slider .owl-stage-outer {
    padding: 30px 0
}

.xs-testimonial-slider .owl-item.center .round-avatar {
    width: 55px;
    height: 55px
}

.xs-testimonial-slider .owl-item.center .testimonial-content>p {
    margin-bottom: 25px;
    font-size: .9rem;
    text-align: justify!important
}

.xs-testimonial-slider .owl-item.center .commentor-bio .commentor-title {
    font-size: 1.17647rem
}

.xs-testimonial-slider .owl-item.center .testimonial-content .commentor-info {
    font-size: .88235rem
}

.xs-testimonial-slider .owl-item.center .commentor-bio i {
    font-size: 3.52941rem
}

.xs-testimonial-slider .owl-item.center .xs-testimonial-item {
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .3)
}

.xs-testimonial-slider .owl-item.center .xs-testimonial-item::before {
    width: calc(100% - 20px);
    top: -14px
}

.xs-testimonial-slider .owl-item.center .xs-testimonial-item::after {
    width: calc(100% - 40px);
    top: -28px
}

.xs-testimonial-slider .owl-item .xs-testimonial-item,
.xs-testimonial-slider .owl-item .xs-testimonial-item::after,
.xs-testimonial-slider .owl-item .xs-testimonial-item::before {
    background-color: #fff
}

.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item,
.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item::after,
.xs-testimonial-slider .owl-item:not(.center) .xs-testimonial-item::before {
    background-color: #ccc
}



[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: scroll;
    max-width: 100%;
    max-height: 100%
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .6);
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.slide-one-item {
    position: relative;
    z-index: 1
}

.owl-nav,
.slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: rgba(255, 255, 255, .6)
}

.owl-nav .owl-next.disabled,
.owl-nav .owl-prev.disabled {
    opacity: .2
}

.owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 12%;
    z-index: -1;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:991.98px) {
    .owl-nav {
        display: block!important
    }
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-nav .owl-prev {
    left: -80px
}

.owl-nav .owl-next {
    right: -80px;
    float: right
}

.cus-works {
    margin-bottom: 100px;
    color: #fff
}

.cus-project-mar {
    margin-top: 100px!important
}

.cus-h5-mar {
    margin-bottom: 30px;
    line-height: 50px!important
}

.text-white {
    color: #fff!important
}

.testi-quote {
    width: 10%!important;
    margin-top: 30px!important
}

.modal-btn-pad {
    padding: 30px!important
}

.enquiry-btn-pad {
    padding: 15px!important
}

.modal-body-pad {
    color: grey!important;
    padding: 20px 30px!important
}

.modal-head-width {
    width: 100%!important
}

.nri-list {
    list-style: lower-roman!important
}

.nri-h2 {
    font-size: 2rem!important;
    margin-bottom: 1.5rem!important;
    font-weight: 500!important
}

.nri-mar-b {
    margin-bottom: 20px!important
}

.width-70 {
    width: 70%!important
}

.awd-mar {
    margin-bottom: 5px!important
}

.awd-pdtop {
    padding-top: 80px
}

.career-bg {
    background-color: #fcfcfc
}

#global {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    cursor: pointer;
    height: 127px
}

.mask {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    perspective: 1000;
    backface-visibility: hidden
}

.plane {
    background: #00adef;
    width: 400%;
    height: 100%;
    position: absolute;
    transform: translate3d(0, 0, 0);
    z-index: 100;
    perspective: 1000;
    backface-visibility: hidden
}

.animation {
    transition: all .3s ease
}

#top .plane {
    z-index: 2000;
    animation: trans1 1.3s ease-in infinite 0s backwards
}

#middle .plane {
    transform: translate3d(0, 0, 0);
    background: #bbb;
    animation: trans2 1.3s linear infinite .3s backwards
}

#bottom .plane {
    z-index: 2000;
    animation: trans3 1.3s ease-out infinite .7s backwards
}

#top {
    width: 53px;
    height: 20px;
    left: 20px;
    transform: skew(-15deg, 0);
    z-index: 100
}

#middle {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 15px;
    transform: skew(-15deg, 40deg)
}

#bottom {
    width: 53px;
    height: 20px;
    top: 30px;
    transform: skew(-15deg, 0)
}

@keyframes trans1 {
    from {
        transform: translate3d(53px, 0, 0)
    }
    to {
        transform: translate3d(-250px, 0, 0)
    }
}

@keyframes trans2 {
    from {
        transform: translate3d(-160px, 0, 0)
    }
    to {
        transform: translate3d(53px, 0, 0)
    }
}

@keyframes trans3 {
    from {
        transform: translate3d(53px, 0, 0)
    }
    to {
        transform: translate3d(-220px, 0, 0)
    }
}

@keyframes animColor {
    from {
        background: red
    }
    25% {
        background: #ff0
    }
    50% {
        background: green
    }
    75% {
        background: brown
    }
    to {
        background: #00f
    }
}

.text-red {
    color: #00adef
}

.bg-red {
    background-color: #00adef
}

.ft-20 {
    font-size: 20px!important
}

.ft-30 {
    font-size: 30px!important
}

.ft-40 {
    font-size: 40px!important
}

.ft-60 {
    font-size: 60px!important
}

.ft-80 {
    font-size: 80px!important
}

.otp-div {
    display: flex;
    padding: 100px 0;
    background: #fff;
    border-radius: 4px
}

.award-bg-blk,
.projects-bg {
    background-color: #111
}

.letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em
}

.error-page-btn {
    width: 50%;
    padding: 15px 25px;
    border-radius: 6px
}

@media (max-width:640px) {
	.header{top:50px;}
    .modal-header {
        padding: 10px 0!important
    }
    #contact .modal-header,
    #capetown_contact .modal-header {
        padding: 20px 0px!important
    }
    .modal-btn-pad {
        padding: 15px 25px!important
    }
    .modal-body,
    .modal-body-pad {
        padding: 0!important
    }
    #contact .modal-body,
    #contact.modal-body-pad,
    #capetown_contact .modal-body,
    #capetown_contact.modal-body-pad {
        padding: 15px!important
    }
    body {
        font-size: 14px
    }
    .nri-h2 {
        font-size: 1.5rem!important
    }
    .modal-header-new .inner h2 {
        font-size: 2em;
        margin-bottom: 10px!important
    }
    .modal-header-new .inner p,
    .modal-header-enqiury .inner p {
        font-size: 16px;
        padding-right: 0!important
    }
    .h3-bg {
        width: 90%!important;
        font-size: 1.4rem
    }
    #mail-btn .enquire-btn {
        right: 30px;
        padding: .4rem 1rem .4rem!important;
        font-size: 14px!important;
    }
    .enquiry-aftscroll {
        position: relative;
        top: 65px!important;
    }
    .slide-inner .slide-image {
        width: auto!important;
    }
}

@media (min-width:640px) and (max-width:767.98px) {
    .owl-nav {
        display: block!important;
        top: 0!important;
        margin-top: 30%!important;
        z-index: 999!important
    }
    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        padding: 10px 20px!important;
        font-size: 20px!important;
        background-color: #000!important
    }
    .owl-nav .owl-prev {
        left: -25px!important
    }
    .owl-nav .owl-next {
        right: -25px!important
    }
}

.bd-code {
    background-image: url(../images/jpg/bdcode-bg.jpg);
    /*background-size:cover;*/
    padding: 18px 0;
    background-position: center;
    width: 100%
}

.bd-code>.uk-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bd-text {
    font-family: Metropolis, sans-serif;
    padding-right: 60px
}

a.bd-text:hover {
    text-decoration: none
}

.bd-code-logo {
    height: 24px;
    letter-spacing: .5px;
    color: #fff
}

#scroll-Btn {
    display: none!important;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: 0;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    /*padding:10px;*/
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, .35);
    box-shadow: 0 0 15px rgba(255, 255, 255, .35);
}

#scroll-Btn:hover {
    background-color: #00adef
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .h3-bg {
        width: 60%!important
    }
    .features-content h4 {
        margin-bottom: 40px!important
    }
    .owl-nav {
        margin-top: 20%!important;
        z-index: 999!important
    }
    .owl-nav .owl-prev {
        left: -50px!important
    }
    .owl-nav .owl-next {
        right: -50px!important
    }
    .xs-testimonial-section {
        height: 650px!important
    }
    .full-media-content {
        background-size: cover!important
    }
    .span-1 {
        width: 50%!important
    }
    .span-2 {
        width: 50%!important;
        padding-right: 0
    }
    .full-media-content {
        background-size: cover!important
    }
    .works ul li figure figcaption {
        padding-bottom: 10px!important;
        padding-left: 0;
        padding-right: 0
    }
    .works ul li figure figcaption a {
        padding-bottom: 0!important
    }
    .works ul li figure figcaption h3 {
        font-size: 1rem!important;
        margin-bottom: .3rem
    }
    .works ul li figure figcaption h4 {
        font-size: .8rem!important
    }
    .works ul li figure figcaption small {
        margin-bottom: 5px!important
    }
    .full-media-content .inner-content .inner {
        padding: 50px 40px 40px 40px!important
    }
    .full-media-content .sides {
        padding: 0 0
    }
    .page-header .inner {
        padding: 0 80px 0 60px!important
    }
    .layer-overlay2 {
        height: 50%!important
    }
    .page-header .inner h2 {
        font-size: 3em!important
    }
    .page-header .inner p {
        font-size: 22px!important;
    }
}

.h1-bg {
    border: 2px solid #2e3192;
    border-radius: 4px;
    padding: 20px;
    width: 30%;
    font-weight: 600
}

.h3-bg {
    border: 2px solid #2e3192;
    border-radius: 4px;
    color: #00adef;
    padding: 20px;
    width: 30%;
    font-weight: 600
}

.modal-open {
    overflow: hidden!important;
}

.modal-header-enquiry .inner {
    padding: 0 15px!important
}

#contact input[type=email],
#contact input[type=tel],
#contact input[type=text],
#contact select,
#capetown_contact input[type=email],
#capetown_contact input[type=tel],
#capetown_contact input[type=text],
#capetown_contact select {
    width: 100%;
    height: 40px;
    line-height: 44px;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 0 20px
}

#contact textarea,
#capetown_contact textarea {
    width: 100%;
    height: 100px;
    line-height: 44px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 20px
}

#contact label,
#capetown_contact label {
    font-weight: 400;
    font-size: 14px
}

.award-bg-blk ul li {
    padding: 0 5%;
}

#mail-btn {
    position: fixed;
    top: -40px;
    right: 0px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    color: #fff;
}

#mail-btn:hover {
    background-color: #00adef
}

.modal-content {
    border-radius: .6rem .6rem .3rem .3rem!important;
    border: 0px solid rgba(0, 0, 0, .2);
}

.enquire-btn {
    padding: .7rem 1.5rem .7rem!important;
    background: #00adef;
    border-radius: 25px;
    font-size: 16px;
    color: #fff!important;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, .35);
    box-shadow: 0 0 15px rgba(255, 255, 255, .35);
    /*position:fixed;*/
    top: 100px;
    right: 60px;
}

.enquire-btn a,
.enquire-btn a:hover,
a:hover.enquire-btn {
    text-decoration: none;
}

.shimmer {
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #acacac), to(#fff));
    background-position: -4rem top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: shimmer;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-background-size: 4rem 100%
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -4rem top
    }
    70% {
        background-position: 12.5rem top
    }
    100% {
        background-position: 12.5rem top
    }
}

.enquiry-scroll {
    position: fixed;
}

.enquiry-aftscroll {
    position: relative;
    top: 80px!important;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bounce {
    position: fixed;
    bottom: 30px;
    left: 50px;
    z-index: 999;
    /*
    width: 60px;
    height: 60px ;
*/
    margin-left: -30px;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

html {
    scrollbar-color: #00adef #FFFFFF;
    scrollbar-width: thin !important;
}

html::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    border-radius: 20px;
    background-color: transparent;
}

html::-webkit-scrollbar-thumb {
    background: #00adef;
    border-radius: 20px;
}

.soldout-img{
    position: absolute;
    top:6px;
    left:6px;
    margin-bottom: 0!important;
}

/*.soldout-img img{width:120px}*/

.soldout-img img{width:70px}

/* joint development - radio btn */


.radio-btn{
    color: #808080;
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  
  .radio-btn input[type=radio]{
    position: absolute;
    visibility: hidden;
  }
  
  .radio-btn label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 20px 20px 20px 50px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
  }
  
  
  .radio-btn .check{
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 30px;
    left: 20px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear;
  }
  
  
  .radio-btn .check::before {
    display: block;
    position: absolute;
      content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3.5px;
    left: 3px;
    margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear;
  }
  
  input[type=radio]:checked ~ .check {
    border:3px solid #000000;
  }
  
  input[type=radio]:checked ~ .check::before{
    background: #000000;
  }


  
  