@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@font-face {
    font-family: "din";
    src: url("../fonts/din-regular/DIN-Regular.eot");
    src: url("../fonts/din-regular/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/din-regular/DIN-Regular.woff2") format("woff2"), url("../fonts/din-regular/DIN-Regular.woff") format("woff"), url("../fonts/din-regular/DIN-Regular.ttf") format("truetype"), url("../fonts/din-regular/DIN-Regular.svg#DIN-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bebus-neue";
    font-style: normal;
    font-weight: normal;
    src: local("Bebas Neue Regular"), url("../fonts/bebas-neue/BebasNeue Regular.woff") format("woff");
}

h3 {
    line-height: 18px;
}

.experience-gallery-wrap .grid {
    height: 100vh !important;
}

.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d;
}

body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    font-family: "din";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
}

a{
    text-decoration:none !important;
}

/* 2025 new cr */

.gravita-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    width: 100%;
}

.advertising-box-text {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.advertising-box-text .red-line:after {
    content: "";
    position: absolute;
    width: 217px;
    height: 6px;
    background-color: #F42619;
    left: 426px;
    bottom: -15px;
}

.advertising-box {
    padding-top: 80px;
}

.advertising-box-text .celebration{
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0;
    color: #F42619;
    margin-top: 40px;
}
.advertising-box-text .celebration-body{
    width: 40%;
}

.advertising-btn-list {
    display: flex;
}

.advertising-btn-list .btn-schedule {
    background-color: #ec3025;
    border: 0px;
    font-family: "din";
    font-size: 16px;
    color: #fff !important;
    letter-spacing: 0.5px;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: none !important;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    line-height: 30px;
    border: 2px solid #ec3025;
    z-index: 99999;
    cursor: pointer;
    
}

.advertising-btn-list .btn-contacts {

    background-color:transparent;
    border: 0px;
    font-family: "din";
    font-size: 16px;
    color: #EC3025 !important;
    letter-spacing: 0.5px;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: none !important;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    line-height: 30px;
    border: 2px solid #ec3025;
    margin-left: 10px;
    z-index: 99999;
    cursor: pointer;
    
}

.advertising-btn-list button:focus {
    outline: none !important;
    outline: none !important;
}

/* end 2025 new cr */

.scrollbar-style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar-style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.scrollbar-style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e73024;
}

.page-navigation-hide .onepage-pagination {
    display: none;
}

h2 {
    font-size: 24px;
    color: #474747;
    text-transform: uppercase;
    font-family: "din";
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 32px;
    margin-bottom: 10px;
}

p {
    font-size: 15px;
    color: #474747;
    font-family: "din";
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 30px;
    margin-bottom: 20px;
}
 /*  sameera change */
body{
overflow-y: auto;
}
 /*  sameera change */
body,
.onepage-wrapper,
html {
    display: block;
    position: relative;
    /* position: static; sameera change */
  
    /* position: static; sameera change */
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.onepage-wrapper .section {
    width: 100%;
    height: 100%;
}

section {
    background-color: #eeeeee;
    pointer-events: initial !important;
}

.text-right {
    text-align: right;
}

.home #section0 {
    background-color: #eeeeee;
    background-image: url("../images/welcome-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: auto;
    /* sameera change */
    overflow: visible;
    position:  relative !important;
    /* sameera change */
    /* overflow: hidden; */
    -webkit-animation: flashing-front 5s infinite forwards;
    -moz-animation: flashing-front 5s infinite forwards;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    padding-bottom: 80px;
}

.home #section1 {
    background-color: #fefefe;
    background-image: url("../images/about-us-bg-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.home #section2 {
    background-color: #fefefe;
    background-image: url("../images/section2-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.careers section#section1 {
    background-image: url("../images/section2-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden; */
}

.home #section3,
#section4,
#section5,
#section6 {
    background-color: #fefefe;
    background-image: url("../images/section3-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.about-us #section1 {
    background-color: #ffffff;
    background-image: url("../images/about-us-bg-01.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.about-us #section2 {
    background-color: #ffffff;
    background-image: url("../images/section3-back.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.experience #section1 {
    background-color: #fefefe;
    background-image: url("../images/section2-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.happening-now section#section3 {
    background-color: #fefefe;
    background-image: url("../images/section3-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.project-inner #section1 {
    background-color: #fefefe;
    background-image: url("../images/section3-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.our-services #section1 {
    background-color: #fefefe;
    background-image: url("../images/section3-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mouse-wrapper {
    position: fixed !important;
    top: auto !important;
    bottom: 80px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1 !important;
}

@media only screen and (max-height: 700px) {
    .mouse-wrapper {
        bottom: 75px;
    }
}

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
    .mouse-wrapper {
        bottom: 40px;
    }
}

.mouse-icon {
    height: 29px;
    width: 19px;
    border-radius: 12px;
    border: 1px solid #8b8b8b;
    position: relative;
}

.mouse-icon:after {
    content: "";
    height: 5px;
    width: 3px;
    display: block;
    margin: 5px auto;
    border: 1px solid #8b8b8b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-animation: mouse-wheel 1s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
}

.mouse-arrow,
.mouse-arrow:after,
.mouse-arrow:before {
    display: block;
    border-right: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
    width: 6px;
    height: 6px;
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.bkg-menu {
    background: rgba(58, 58, 58, 0.9);
}

.mouse-arrow {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 2px 0 3px 7px;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
}

.mouse-arrow:after,
.mouse-arrow:before {
    position: absolute;
    content: "";
}

.mouse-arrow:after {
    margin: 7px 0 3px 7px;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
}

.mouse-arrow:before {
    margin: 14px 0 3px 14px;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.project .wrap {
    position: relative;
}

.project:hover .wrap .overlay-panel {
    display: block;
}

.overlay-panel {
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0.7;
    width: 0px;
    height: 0px;
    border-top: 138px solid transparent;
    border-bottom: 138px solid transparent;
    border-right: 138px solid #ea3024;
}

span.text a {
    color: #808080;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

span.text a:hover {
    color: #ea3024;
    text-decoration: none;
}

.project-text {
    font-size: 28px !important;
    color: #fff;
    font-family: "bebus-neue" !important;
    font-weight: 400 !important;
    position: absolute;
    z-index: 9;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.page-title {
    position: fixed !important;
    top: 7% !important;
    font-family: "bebus-neue" !important;
    font-size: 150px;
    color: #dddddd;
    opacity: 0.5 !important;
    line-height: 130px;
    letter-spacing: 5px;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.welcome-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -149px;
    margin-left: -137px;
    height: 298px;
    width: 275px;
    -webkit-animation: flashing-text 0.36s infinite forwards;
    -moz-animation: flashing-text 0.36s infinite forwards;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.section-logo {
    width: 176px;
    height: 62px;
    top: 70px !important;
    position: fixed !important;
    z-index: 2 !important;
    left: 0px;
    opacity: 0;
}

.section-text {
    position: fixed !important;
    z-index: 1 !important;
    top: 25% !important;
    margin-top: -89px;
    opacity: 1;
    left: 0px;
}
.section-text.hm-sectionnw-text {
    position: relative !important;
    z-index: 1 !important;
    top: 0% !important;
    margin-top: 0px !important;
    /* margin-top: -89px; */
    opacity: 1;
    left: 0px;
}

.section-text p {
    font-family: "din";
    font-size: 30px;
    color: #474747;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 37px;
}

.section-text p span {
    color: #dc3127;
}

.social-media-wrap {
    position: fixed !important;
    z-index: 1 !important;
    bottom: 70px !important;
    top: auto !important;
    opacity: 0;
    left: 0px;
}

.social-media-wrap ul {
    list-style: none;
}

.social-media-wrap ul li {
    display: inline;
    margin-right: 15px;
}

.social-media-wrap ul li i {
    color: #ababab;
    transition: all 0.5s ease-in-out;
}

.social-media-wrap ul li a:hover i {
    color: #ec3026;
}

.top-nav-icon {
    right: 100px !important;
    left: auto !important;
    top: 105px !important;
    z-index: 999;
}

.bottom-nav-icon {
    right: 100px !important;
    left: auto !important;
    top: auto !important;
    bottom: 70px !important;
}

.contact-details-wrap {
    position: fixed !important;
    z-index: 1 !important;
    margin: auto !important;
    left: auto !important;
    color: #808080;
    font-family: "din";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    top: 50% !important;
    margin-top: -25px !important;
    opacity: 0;
    right: 0px;
    font-weight: 400 !important;
}

.contact-details-wrap .line:last-child {
    margin-top: 20px;
}

.contact-details-wrap span.text {
    min-width: 209px;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
}

.contact-details-wrap span.line {
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #d6d6d7;
    margin-right: 15px;
    margin-bottom: 3px;
}

.contact-details-wrap span.icon i {
    font-size: 14px;
    color: #808080 !important;
}

.contact-details-wrap .line:last-child span.icon {
    width: 18px;
    display: inline-block;
    text-align: center;
}

.contact-details-wrap .line:last-child span.icon i {
    font-size: 17px;
}

.center-filling-logo {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -149px;
    margin-left: -137px;
    height: 298px;
    width: 275px;
    z-index: 1 !important;
}

.btn-red {
    background-color: #ec3025;
    border: 0px;
    height: 32px;
    font-family: "din";
    font-size: 16px;
    color: #fff !important;
    letter-spacing: 0.5px;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: none !important;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    line-height: 30px;
}

.btn-red:after {
    background: #f3f3f3;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 0;
}

.btn-red:focus {
    outline: none;
    box-shadow: none;
}

.btn-red:hover:after {
    left: 120%;
    transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-red img {
    margin-right: 0px;
    margin-left: 15px;
}

.section-text .btn-red {
    margin-top: 15px;
}

.section-text .btn-red img {
    margin-left: 15px;
}

.project {
    position: absolute;
    margin: auto;
    margin-top: -138px;
}

.project1 {
    left: 100px !important;
    top: 50% !important;
}

.project2 {
    left: 455px !important;
    top: 50% !important;
}

.project3 {
    left: auto !important;
    right: 455px !important;
    top: 50% !important;
}

.project4 {
    left: auto !important;
    right: 100px !important;
    top: 50% !important;
}

.partical-canvas-class {
    position: fixed !important;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
}

.partical-canvas-class canvas {
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
}

.center-experience-carousel {
    position: fixed !important;
    z-index: 1 !important;
    left: calc(50% - 650px) !important;
    top: calc(50% - 230px) !important;
    width: 1300px;
}

.my-flipster.flipster.flipster--transform.flipster--carousel.flipster--click.flipster--active {
    overflow-y: hidden !important;
}

button.flipster__button svg {
    display: none;
}

button.flipster__button.flipster__button--next {
    background-image: url("../images/carosial-arrow-next.png");
    opacity: 1;
    width: 42px;
    height: 83px;
    right: 259px;
    top: 36%;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

button.flipster__button.flipster__button--next:hover {
    background-image: url("../images/carosial-arrow-next-hover.png");
}

button.flipster__button.flipster__button--next:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

button.flipster__button.flipster__button--prev {
    background-image: url("../images/carosial-arrow-prev.png");
    opacity: 1;
    width: 42px;
    height: 83px;
    left: 259px;
    top: 36%;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

button.flipster__button.flipster__button--prev:hover {
    background-image: url("../images/carosial-arrow-prev-hover.png");
}

button.flipster__button.flipster__button--prev:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.flipster--carousel .flipster__item--past {
    pointer-events: none;
    opacity: 0;
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
    transform: rotateY(0deg) scale(0.8);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff6e;
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
    position: relative;
}

.flipster--carousel .flipster__item--future-1 {
    opacity: 1;
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
    transform: translateX(-25%) rotateY(0deg) scale(0.65);
}

.flipster__nav {
    margin-top: 20px;
}

.flipster__nav__link {
    color: transparent;
    transition: unset;
    text-indent: -9999px;
    white-space: nowrap;
    border-radius: 50%;
    background-color: #d1d1d1;
    font-size: 0;
    padding: 4px !important;
}

.flipster__nav__link:hover {
    color: transparent;
    font-size: 0;
}

.flipster__nav__link::after {
    display: none;
}

.flipster__nav__item {
    margin: 0 0.35em;
}

.flipster__nav__item--current>.flipster__nav__link {
    background-color: #ec3025;
}

li.flipster__item.flipster__item--current:before {
    content: "";
    width: 525px;
    height: 390px;
    position: absolute;
    background-color: #ec3025;
    z-index: 0;
    left: -10px;
    top: -9px;
    opacity: 0.5;
}

.my-flipster.flipster.flipster--transform.flipster--carousel.flipster--click.flipster--active {
    padding-top: 10px;
}

a.btn-transparent {
    z-index: 9999999;
    color: #303030;
    text-decoration: none !important;
    opacity: 0.6;
    display: block !important;
    margin-top: 10px;
    font-family: "din" !important;
}

.section-text.text-right.expreience-left-text {
    z-index: 2 !important;
    top: 56% !important;
}

.center-experience-carousel button.btn-red {
    left: 0;
    right: 0;
    margin: auto;
}

h1.page-title.dark-background {
    color: #cccccc !important;
}

.center-happening-now {
    position: fixed !important;
    z-index: 1 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    width: 80vw;
    text-align: center;
    top: 30% !important;
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.happening-item {
    display: inline-block;
    opacity: 0;
}

.happening-item:hover .a {
    text-decoration: none;
}

.happening-item .text {
    text-align: left !important;
    font-family: "din";
    font-size: 16px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}

.happening-item a {
    text-decoration: none;
}

.happening-item.happening-item-1 {
    margin-right: 62px;
}

.happening-item.happening-item-2 {
    margin-right: 200px;
}

.happening-item.happening-item-3 {
    margin-left: 200px;
}

.happening-item.happening-item-4 {
    margin-left: 62px;
}

.center-service-animation-wrap {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -263px;
    margin-left: -410px;
    z-index: 1 !important;
}

.hire-you-wrap {
    position: fixed !important;
    z-index: 1 !important;
    height: 100vh;
    width: 620px !important;
    background-color: #ffffff !important;
    right: 420px;
    left: auto !important;
    top: 0 !important;
    opacity: 1;
}

.hire-you-wrap .image-text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 30px;
    font-family: "din";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hire-you-wrap .image-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
}

.hire-you-wrap .image-wrap img {
    transition: all 0.9s ease-in-out;
}

.hire-you-wrap .image-wrap:hover img {
    transform: scale(1.05);
}

.hire-you-wrap .image-wrap:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #e72f1f transparent transparent transparent;
    display: block;
    position: absolute;
    z-index: 2;
}

.hire-you-wrap .content-body {
    padding: 50px 60px;
    height: 100%;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body {
    background-color: #f3f3f3;
}

.vacancy-item h3 {
    font-family: "din";
    color: #474747;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
}

.vacancy-item a.read-more {
    font-size: 14px;
    color: #ef2526;
    text-decoration: none;
    font-family: "din";
    letter-spacing: 1px;
}

.vacancy-item {
    padding-bottom: 10px;
    border-bottom: 1px dashed #eaeaea;
    height: 65px;
    margin-bottom: 15px;
}

.vacancy-item a.apply {
    position: absolute;
    right: 0;
    color: #ef2526;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: "din";
}

.vacancy-item {
    position: relative;
}

.hire-you-wrap.hire-you-wrap-section2 h5 {
    color: #474747;
    font-size: 18px;
    font-weight: 500;
    font-family: "din";
    margin-top: -5px;
    margin-bottom: 15px;
    line-height: 30px;
}

.form-group .form-control {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    background-color: transparent;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    color: #444;
    letter-spacing: 0.5px;
    font-family: "Open Sans";
    font-size: 13px;
    transition: all 0.5s ease-in-out;
}

.form-group .form-control:focus {
    outline: none;
    border-color: #ec3026;
}

.btn-red {
    transition: all 0.4s ease-in-out;
}

.btn-red:hover {
    background-color: #c51b11;
    cursor: pointer;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(5) {
    margin-bottom: 10px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form textarea.form-control {
    height: 70px;
}

.map-wrap {
    height: 100%;
    background-color: #fff !important;
    border-left: 1px solid rgb(228, 228, 228);
}

.contact-details-wrap-in-contact {
    margin-top: 30px;
}

.contact-details-wrap-in-contact span.text,
.contact-details-wrap-in-contact span.text a {
    font-family: "din";
    font-size: 13px;
    letter-spacing: 2px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    transition: all 0.5s ease-in-out;
}

.contact-details-wrap-in-contact span.text a:hover {
    color: #ea3024 !important;
    text-decoration: none;
}

.contact-details-wrap-in-contact span.line {
    width: 70px;
    height: 1px;
    background-color: #c6c6c6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-details-wrap-in-contact div#contact-details-line-1 {
    margin-bottom: 10px;
}

.contact-details-wrap-in-contact div#contact-details-line-2 {
    margin-bottom: 10px;
}

.contact-details-wrap-in-contact span.icon {
    display: inline-block;
    vertical-align: middle;
}

.top-nav-icon {
    z-index: 2 !important;
    position: fixed !important;
}

.side-menu-wraper {
    background-image: url("../images/menu-top-bg.jpg"), url("../images/menu-bottom-bg.jpg");
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    position: fixed !important;
    z-index: 9999999 !important;
    height: 100vh;
    width: 405px !important;
    background-color: #ffffff !important;
    right: -405px;
    left: auto !important;
    top: 0 !important;
    position: relative;
}

.menu-wrapper {
    margin-top: 200px;
    margin-left: 60px;
}

.menu-wrapper ul {
    list-style: none;
    padding-left: 0px;
    margin: 0;
}

.menu-wrapper ul li a {
    color: #5e5e5e;
    font-family: "din";
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.menu-wrapper ul li.active a {
    color: #e12a1e;
}

.menu-wrapper ul li:hover a {
    color: #e12a1e;
}

.menu-wrapper ul li {
    margin-top: 32px;
}

.menu-close-button {
    position: absolute;
    margin: auto;
    left: 0;
    top: 50%;
    margin-top: -38px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36.5px 0 36.5px 36px;
    border-color: transparent transparent transparent #e8e8e8;
    transition: all 0.5s ease-in-out;
}

.menu-close-button img {
    position: absolute;
    left: -26px;
    top: -4px;
}

.menu-tool-tip {
    right: 50px;
    text-align: right;
    margin-top: -23px;
    width: auto;
    height: 18px;
    background-color: #ffffffbf;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
    display: none;
    font-size: 12px;
    position: absolute;
    padding-top: 1px;
    padding-bottom: 0px;
    border: 1px solid #eaeaea;
    opacity: 0;
    color: #272727;
    font-family: "din";
    font-weight: 500;
}

.menu-tool-tip.tool-tip-1 {
    width: 50px;
}

.menu-tool-tip.tool-tip-2 {
    width: 50px;
}

.menu-tool-tip.tool-tip-3 {
    width: 120px;
}

.menu-tool-tip.tool-tip-4 {
    width: 87px;
}

.menu-tool-tip.tool-tip-5 {
    width: 136px;
}

.menu-tool-tip.tool-tip-6 {
    width: 45px;
}

.menu-tool-tip.tool-tip-7 {
    width: 70px;
}

.menu-overlay {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    display: none;
}

.menu-close-button:hover {
    border-color: transparent transparent transparent #d4d4d4 !important;
}

.about-us-content {
    width: 540px;
    margin-top: 8%;
    margin-left: 20%;
    z-index: 1 !important;
}

.about-us-content .btn-red {
    line-height: 30px;
    display: inline-block;
}

.about-us .social-media-wrap {
    z-index: 2 !important;
}

.about-us .btn-red img {
    float: right;
    margin-right: 5px;
    margin-top: 9px;
}

.experience-gallery-wrap,
.experience-gallery-single-wrap {
    width: 52vw;
    position: fixed;
    right: 0;
    z-index: 1;
    top: 15px;
    margin-right: 10px;
    bottom: 15px;
    overflow-y: auto;
    padding-right: 5px;
    padding-left: 50px;
}

.experience-gallery-single-wrap {
    display: none;
}

.experience-content {
    width: 500px;
    margin-top: 23%;
    margin-left: 5%;
    z-index: 1 !important;
}

button.exp-btn {
    background: transparent;
    border: 0;
    display: block;
    margin-bottom: 10px;
}

button.exp-btn:focus {
    outline: none;
    border: none;
}

button.exp-btn:hover i {
    color: #ea3024;
}

.experience-controller {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 5px;
}

button.exp-btn i {
    color: #a5a5a5;
    font-size: 33px;
    transition: all 0.5s ease-in-out;
}

.experience-gallery-single-wrap .image-container {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.top-nav-icon-close {
    right: 100px !important;
    left: auto !important;
    top: 105px !important;
    z-index: 2 !important;
    position: fixed !important;
    display: none;
}

.top-nav-icon a:focus,
.top-nav-icon-close a {
    outline: none;
    border: 0;
}

.happening-single-wrap {
    position: fixed;
    left: 0;
    z-index: 2;
    background-color: #fefefe;
    background-image: url("../images/section2-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 100vh;
    display: none;
}

.happening-single-image-wrap {
    width: 45vw;
    height: 100vh;
    background-color: #fff;
    display: inline-block;
}

.happening-single-content {
    width: 54vw;
    height: 100vh;
    display: inline-block;
}

.happening-single-image-wrap img {
    width: 100%;
    height: auto;
}

h1.happening-single-title {
    position: absolute !important;
    top: 7% !important;
    font-family: "bebus-neue" !important;
    font-size: 150px;
    color: #cacaca;
    opacity: 0.5 !important;
    line-height: 130px;
    letter-spacing: 5px;
}

.happening-single-description {
    width: 550px;
    margin-top: 0;
    z-index: 3 !important;
    margin-left: 7%;
    top: 42%;
    margin-bottom: 10%;
    position: absolute;
}

img.section-logo-happening {
    width: 176px;
    height: 62px;
    position: absolute !important;
    top: 70px !important;
    left: 100px !important;
}

.position-absolute {
    position: absolute !important;
}

.service-right-wrap {
    width: 56vw;
    position: fixed;
    right: 0;
    z-index: 1;
    padding-left: 50px;
    height: 100vh;
}

.service-right-img-wrap {
    background-image: url(../images/solutions-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 92vh;
    width: 54vw;
}

.service-text-wrap {
    position: absolute;
    top: 56%;
    height: 440px;
    width: 670px;
    margin-top: -225px;
    left: 100px;
}

.service-nav {
    position: absolute;
    right: -80px;
    top: 38%;
    margin-top: -45px;
}

.service-number {
    font-size: 68px;
    color: #ee1919;
    display: inline-block;
}

.service-title h2 {
    display: inline-block;
    margin-left: 15px;
}

.service-text-wrap li {
    color: #474747;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 30px;
}

image.service-cube-01,
image.service-cube-02,
image.service-cube-03,
image.service-cube-04 {
    transition: all 0.5s ease-in-out;
}

image.service-cube-01:hover,
image.service-cube-02:hover,
image.service-cube-03:hover,
image.service-cube-04:hover {
    width: 200px !important;
    height: 200px !important;
    x: -30px !important;
    y: -30px !important;
}

.service_txt_01,
.service_txt_02,
.service_txt_03,
.service_txt_04 {
    opacity: 0;
}

image.service-cube-01:hover~text.service_txt_01 {
    fill: blue;
}

image.particle-gif-01 {
    opacity: 0;
}

image.particle-gif-02 {
    transform: rotate(90deg) translateX(100px) translateY(-457px) scale(0.5, 0.5);
    opacity: 0;
}

image.particle-gif-03 {
    transform: rotate(180deg) translateX(-371px) translateY(-455px) scale(0.5, 0.5);
    opacity: 0;
}

image.particle-gif-04 {
    transform: rotate(270deg) translateX(-369px) translateY(18px) scale(0.5, 0.5);
    opacity: 0;
}

.contact-details-wrap div.line {
    text-align: right;
}

.hire-you-wrap.hire-you-wrap-section2 .form-group label {
    color: #848484;
    letter-spacing: 0.5px;
    font-family: "din";
    font-size: 13px;
}

.hire-you-wrap.hire-you-wrap-section2 .form-group .pretty.p-default {
    line-height: 11px;
    margin-right: 0em;
    margin-left: 1.5em;
}

.hire-you-wrap.hire-you-wrap-section2 h5 {
    font-size: 14px;
    line-height: 25px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body {
    max-height: 420px;
    overflow-y: auto;
    margin-right: 40px;
    padding-right: 20px;
}

.hire-you-wrap.hire-you-wrap-section2 {
    background-color: #f3f3f3 !important;
    right: 0px;
}

.hire-you-wrap.hire-you-wrap-section2 .form-group:nth-child(4) {
    padding-top: 10px;
    padding-bottom: 10px;
}

.upload-wrap {
    display: block;
    margin-left: 0px;
}

.upload-wrap label.btn.btn-default {
    background-color: #e7301f;
    height: 23px;
    display: block;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    padding-top: 5px;
    color: #fff;
    transition: all 0.5s ease;
}

.upload-wrap label.btn.btn-default:hover {
    background-color: #b31a0b;
    cursor: pointer;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(6) {
    margin-bottom: 16px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(8) {
    padding-bottom: 20px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(8) .pretty.p-default {
    margin-left: 0;
}

.vacancy-item h3 {
    margin-bottom: 10px;
    line-height: 18 px;
}

.vacancy-item {
    padding-bottom: 20px;
    height: auto;
    margin-bottom: 15px;
}

.vacancy-item a.apply {
    top: 6px;
}

.hire-you-wrap.hire-you-wrap-section2 h5 {
    font-size: 15px;
    text-align: justify;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body {
    overflow-y: hidden;
    max-height: inherit;
    margin-right: 40px;
    padding-right: 50px;
    padding: 35px 50px 35px 40px;
}

.hire-you-wrap.hire-you-wrap-section2 .form-group:nth-child(4) {
    padding-bottom: 15px;
}

.hire-you-wrap.hire-you-wrap-section1 .content-body {
    padding: 35px 40px 35px 40px;
}

.form-group .form-control {
    margin-bottom: 10px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form textarea.form-control {
    height: 45px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(8) {
    padding-top: 5px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(8) .pretty.p-default {
    display: block;
    line-height: 10px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(8) label {
    text-align: left;
    margin-left: 30px;
    display: inline-block;
    margin-top: -15px;
}

a.btn-transparent.red-text-btn {
    display: inline-block !important;
    float: right;
    margin-top: 5px;
    color: #ec3025;
    text-decoration: underline !important;
    font-weight: 600 !important;
    font-size: 14px;
}

.hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(9) button {
    display: inline-block !important;
    float: left;
}

a.contact-email {
    color: #ec3025 !important;
    text-transform: lowercase !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
}

.hire-you-wrap.contact-form-section {
    background-image: url(../images/contact-background-top.jpg), url(../images/contact-background-bottom.jpg);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
}

.contact-section-wrap {
    margin: 0;
    height: 100vh;
    position: relative;
}

.contact-form-wrap {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    padding-left: 60px;
    padding-right: 60px;
}

.contact-form-wrap h1 {
    color: #474747 !important;
    font-family: "din";
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-form-wrap .form-group label {
    color: #848484;
    letter-spacing: 0.5px;
    font-family: "din";
    font-size: 13px;
}

.contact-form-wrap .form-group .pretty.p-default {
    line-height: 11px;
    margin-right: 0em;
    margin-left: 1.5em;
}

.contact-form-wrap .form-group:nth-child(4) {
    padding-bottom: 15px;
    padding-top: 10px;
}

.contact-form-wrap form textarea.form-control {
    height: 75px;
}

.contact-form-wrap form .form-group:nth-child(8) {
    padding-top: 5px;
    padding-bottom: 20px;
}

.contact-form-wrap form .form-group:nth-child(8) .pretty.p-default {
    display: block;
    line-height: 10px;
    margin-left: 0;
}

.contact-form-wrap form .form-group:nth-child(8) label {
    text-align: left;
    margin-left: 30px;
    display: inline-block;
    margin-top: -15px;
}

.contact-form-wrap form .form-group:nth-child(5) {
    margin-bottom: 10px;
}

.contact-form-wrap form .form-group:nth-child(6) {
    margin-bottom: 16px;
}

.contact-close-button {
    position: absolute;
    margin: auto;
    left: 0;
    top: 50%;
    margin-top: -38px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36.5px 0 36.5px 36px;
    border-color: transparent transparent transparent #e8e8e8;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.contact-close-button img {
    position: absolute;
    left: -26px;
    top: -4px;
}

.contact-form-wrap .btn-red {
    width: 100%;
}

.about-us-content p:first-child {
    margin-top: -10px;
}

.about-us-content .scrollbar-style-1 {
    padding-right: 27px;
    margin-top: 25px;
    max-height: 250px;
    margin-bottom: 25px;
    overflow-y: auto;
}

.about-us-content h2 {
    margin-top: -5px;
}

.about-us-content {
    margin-top: 15%;
    margin-left: 17%;
}

.about-us-content p {
    text-align: justify;
}

.about-us-content.second-content .section-01 {
    width: 540px;
    display: inline-block;
    vertical-align: middle;
}

.about-us-content.second-content .section-02 {
    width: 700px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.about-us-content.second-content {
    width: auto;
}


/* .careers section#section1 {
    background-color: #fff;
} */

.careers-wrap {
    width: 835px;
    margin-top: 4%;
    margin-left: 5.1%;
}

img.careers_bg {
    float: right;
    height: 100vh;
}

.careers-wrap .scrollbar-style-1 {
    height: 615px;
    overflow-y: auto;
    padding-right: 35px;
    margin-top: 30px;
}

.careers-wrap hr {
    border: 1px dashed #f1f1f1;
    margin-top: 25px;
    margin-bottom: 20px;
}

.careers-wrap p {
    color: #777777 !important;
    font-size: 16px !important;
    text-align: justify;
}

.careers-wrap .scrollbar-style-1 h3 {
    font-family: "din";
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #474747;
    font-size: 20px;
    margin-bottom: -5px;
    margin-top: -5px;
}

.careers-wrap .scrollbar-style-1 a.btn-red {
    width: 143px;
    text-align: center;
}

.careers-wrap.creative-partners-programme h1 {
    color: #e73024;
    font-size: 28px;
    font-family: "din";
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 33px;
    margin-bottom: -5px;
}

.careers-wrap.creative-partners-programme h2 {
    margin-bottom: -10px;
    font-size: 20px;
}

.careers-wrap.creative-partners-programme .scrollbar-style-1 {
    height: 425px;
}

.careers-wrap.creative-partners-programme .scrollbar-style-1 h3 {
    color: #e73024;
    letter-spacing: 0.3px;
}

.partner-pro-item .item-no {
    font-size: 30px;
    color: #e73024;
    text-transform: uppercase;
    font-family: "din";
    font-weight: 400;
    display: inline-block;
    margin: auto;
}

.partner-pro-item .item-des {
    font-size: 16px;
    color: #777777;
    font-family: "din";
    font-weight: 400;
    display: inline-block;
    margin: auto;
}

.partner-pro-item {
    margin-top: 15px;
    margin-bottom: 20px;
}

.partner-pro-item .item-no {
    margin-right: 10px;
}

.partner-pro-item .item-des {
    vertical-align: middle;
    width: 80%;
    margin-top: -11px;
}

.vacancy-item a.read-more {
    transition: all 0.5s ease;
}

.vacancy-item a.read-more:hover {
    color: #ec3026;
}

.career-apply-wrap {
    position: fixed;
    left: 0;
    z-index: 99999999999999999;
    overflow: hidden;
    top: 0;
    opacity: 0;
    display: none;
    background-color: #0000008c;
    border: 0;
    width: 100%;
    height: 100%;
}

.career-apply-content {
    width: 50vw;
    margin-left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 20%;
}

.career-apply-content .form-group .form-control {
    height: 45px;
}

.career-apply-content .form-group:nth-child(5) {
    padding-top: 15px;
    padding-bottom: 10px;
}

.career-apply-content .form-group:nth-child(5) label {
    margin-right: 20px;
}

.career-apply-content .form-group:nth-child(7) {
    padding-top: 15px;
    padding-bottom: 20px;
}

.career-apply-content textarea.form-control {
    height: 70px !important;
}

.career-apply-content .form-group:nth-child(9) {
    padding-top: 10px;
    padding-bottom: 25px;
}

.career-apply-content .upload-wrap label.btn.btn-default {
    padding-top: 0px;
}

button.btn-red:disabled {
    background-color: #de6f65;
    color: #f3f3f3;
}

.apply-for-vacancy:hover {
    cursor: pointer;
}

button.exp-btn:hover {
    cursor: pointer;
}

.tab_turn {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999999999;
    background-color: #f3f3f3;
    text-align: center;
}

.tab_turn .inner-wrap {
    vertical-align: middle;
    margin-top: 35%;
}

.about-us-content .btn-red {
    text-decoration: none;
}

.mobile_web {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #f7f7f7;
    z-index: 99999;
    text-align: center;
    color: #484848;
    font-family: "din";
    font-size: 23px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 35px;
    display: none;
}

.mobile_web a.redirect-btn {
    font-size: 12px;
    display: block;
    background-color: #e12a1e;
    width: 210px;
    text-decoration: none;
    color: #fff;
    margin: auto;
    margin-top: 20px;
}

.mobile_web .inner-wrap {
    width: 355px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    margin-top: -65px;
}

.happening-item .text {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.happening-item .text span {
    color: #ed3424 !important;
    font-size: 11px !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.project-content-wrap {
    margin-top: 32%;
    margin-left: 100px;
    margin-right: 70px;
}

.project-content-wrap .title-01 {
    font-size: 24px;
    color: #ed3424;
    text-transform: uppercase;
    font-family: "din";
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 32px;
    margin-bottom: -5px;
}

.project-content-wrap .title-02 {
    font-size: 18px;
    color: #474747;
    text-transform: uppercase;
    font-family: "din";
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 32px;
    margin-bottom: 17px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.project-inner-right-wrap {
    height: 100vh;
    background-color: #fff;
}

.left-section {
    height: 100vh;
    width: 90%;
    display: inline-block;
    border-right: 1px solid #ebebeb;
}

.right-section {
    width: 9.9%;
    display: inline-block;
}

.left-top-section {
    border-bottom: 1px solid #ebebeb;
    height: 70px;
}

.left-top-section ul {
    list-style: none;
    height: 100%;
    margin: 0;
    padding-top: 25px;
    padding-left: 25px;
    font-size: 14px;
}

.left-top-section ul li {
    display: inline-block;
    font-size: 12px;
    font-family: "din";
    letter-spacing: 0.5px;
    color: #474747;
    padding: 0 10px;
    vertical-align: middle;
}

.left-top-section ul li a {
    color: #474747;
}

.left-top-section ul li a:hover {
    text-decoration: none;
    color: #ed3424;
}

.left-bottom-section {
    height: 100%;
    position: relative;
}

.project-inner .top-nav-icon,
.project-inner .top-nav-icon-close {
    right: 22px !important;
    top: 22px !important;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    width: 48px;
    height: 97px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: unset !important;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

.swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide iframe {
    display: block;
    max-width: 100%;
    max-height: 100%;
    min-height: 50vh;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

iframe:-webkit-full-screen {
    transform: translateY(0%) !important;
}

.swiper-slide {
    position: relative;
}

.project-inner .col-md-6 {
    padding: 0;
}

.video-js {
    width: 99% !important;
    margin-top: 50% !important;
    margin: auto;
    text-align: center;
    transform: translateY(-53%) !important;
}

.experience-text {
    width: 100%;
    display: block;
    position: inherit;
    margin-top: 0;
}

.experience-gallery-wrap,
.experience-gallery-single-wrap {
    width: 89vw;
    margin: auto;
    margin-top: 13%;
    left: 0;
    right: 0;
    padding: 0;
}

.grid-item {
    margin-bottom: 13px;
}

.button-group.filter-button-group {
    position: fixed;
    z-index: 99;
    bottom: 35px;
    background-color: #000000ab;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    right: 0;
    width: 690px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button-group.filter-button-group button.button {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "din";
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.button-group.filter-button-group button.button.is-checked {
    color: #fff;
    background-color: #ff0000;
}

.button-group.filter-button-group button.button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.ex-overlay-panel {
    position: absolute;
    background-color: #d01a0bc7;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.grid-item {
    position: relative;
}

.grid-item:hover .ex-overlay-panel {
    opacity: 1;
}

.ex-overlay-panel .text {
    width: auto;
    color: #fff;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ex-overlay-panel .text img {
    display: block;
    margin-top: 15px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.experience-text {
    text-align: center;
    margin-bottom: 50px;
}

.experience-text p {
    margin-top: 0px;
    line-height: 27px;
}

.experience-text h2 {
    margin-bottom: 10px;
}

img.ex-thumb {
    max-width: 412px;
    height: auto;
}

.service-text-wrap li {
    margin-bottom: 25px;
}

.image-text {
    line-height: 28px;
}

.vacancy-item a.read-more {
    line-height: 17px;
    display: inline-block;
}

a.apply.apply-for-vacancy img {
    transition: all 0.3s ease;
}

.menu-tool-tip {
    line-height: 14px;
}

input,
textarea {
    line-height: 15px;
}

.btn {
    line-height: 18px;
}

.about-us-content .scrollbar-style-1 {
    padding-top: 10px;
}

.ex-overlay-panel .text {
    line-height: 21px;
    padding: 20px;
}

.careers-wrap .scrollbar-style-1 {
    padding-top: 10px;
}

span.text a {
    display: block;
}

.menu-wrapper ul li a {
    display: block;
}

.section-logo:hover {
    cursor: pointer;
}

.button-group.filter-button-group button.button {
    padding: 5px 9px;
}

.experience #section1 {
    display: inherit;
    height: auto;
    overflow: auto !important;
    background: transparent;
}

.experience-gallery-wrap,
.experience-gallery-single-wrap {
    margin-top: 0%;
    position: inherit;
    margin: auto;
    overflow: unset;
    display: block;
    height: -webkit-fill-available;
}

.experience-wrap.scrollbar-style-1 {
    overflow: auto;
    background: #fefefe;
    margin-top: 8.8%;
}

.experience-text {
    margin-bottom: 20px;
}

.fixed-top-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 9;
    background-color: #fefefe;
}

body.experience .main.onepage-wrapper {
    background-color: #fefefe;
}

.project-content-wrap {
    max-height: 320px;
    overflow: auto;
}

.onepage-pagination li a.active::before {
    width: 9px;
    height: 9px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #f13226;
    margin-top: -4px;
    left: 9px;
    background-color: #f13226;
}

.flipster__item__content img {
    transition: 0.5s ease;
}


/*.flipster__item__content:hover img {*/


/*    filter: none;*/


/*    -webkit-filter: grayscale(100%);*/


/*}*/

.contact-details-wrap-in-contact span.text,
.contact-details-wrap-in-contact span.text a {
    color: #2b2b2b !important;
}

.about-us-content.second-content .scrollbar-style-1 {
    max-height: 480px;
    height: auto;
}

.about-us-content.second-content {
    height: 600px;
}

.copyright-wrap {
    position: absolute !important;
    z-index: 1 !important;
    bottom: 30px !important;
    top: auto !important;
    opacity: 0;
    left: 0px;
    font-size: 11px;
    font-family: "Open Sans";
    letter-spacing: 0.5px;
    color: #2b2b2b;
    text-transform: uppercase;
}

.copyright-wrap a {
    color: #ec3025;
    text-decoration: none;
}

.copyright-wrap a:hover {
    text-decoration: underline;
}

.service-text-wrap li {
    height: 145px;
}

.our-services .top-nav-icon img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.partner-programme section#section1 {
    background-color: #fff;
}

.partner-programme .top-nav-icon img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.vacancy-item a.read-more {
    transition: all 1s ease;
}

.vacancy-item a.read-more:hover {
    text-decoration: underline;
}

.hire-you-wrap.map-section,
.hire-you-wrap.contact-form-section {
    right: 0;
}

.upload-wrap label.btn.btn-default {
    padding-top: 2px;
}

.contact-form-wrap .form-group:nth-child(4) .state.p-danger label,
.hire-you-wrap.hire-you-wrap-section2 .form-group:nth-child(4) .state.p-danger label {
    font-weight: 600;
    color: #868686;
}

.nicescroll-cursors {
    transition: all 0.5s ease;
}

.nicescroll-cursors:hover {
    background-color: rgb(236, 48, 37) !important;
}

.career-apply-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 20px 25px 20px 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px #0000003d;
    background-color: #ffffff;
    margin: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

a.career-close {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    transition: all 0.5s ease;
    display: inline-block;
    float: right;
    text-align: center;
}

a.career-close img {
    max-width: 12px;
    margin-top: 1px;
}

a.career-close:hover {
    background-color: #e6e6e6;
}

.career-apply-content h3 {
    font-weight: 500;
    color: #2d2d2d;
    font-family: "din";
    margin: 10px 0;
    display: inline-block;
    font-weight: bold;
}

.career-apply-content .form-group:nth-child(9) .pretty.p-default {
    margin: 0;
}

.career-apply-content .form-group:nth-child(9)>label {
    line-height: 19px;
    vertical-align: top;
}

form .form-group label.error {
    color: #e7301f !important;
    line-height: 17px;
    display: block;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

form.contact-form .form-group {
    margin-top: 10px;
}

form.contact-form .form-group:nth-child(3) {
    margin-top: 18px;
}

.mouse-wrapper {
    cursor: pointer;
}

.ex-overlay-panel .text .client {
    font-size: 12px;
    margin-top: 10px;
}

.button-group.filter-button-group {
    opacity: 0;
    visibility: hidden;
}

.grid {
    opacity: 0;
}

form.partner-form .content-body {
    max-height: none !important;
    height: auto !important;
}

form.partner-form {}

form.partner-form .form-group:nth-child(3) {
    padding-top: 10px;
}

form.partner-form .form-group:nth-child(4) {
    padding-bottom: 5px !important;
}

form.partner-form .form-group .pretty.p-default {
    margin-left: 0px !important;
}

form.partner-form .form-group:nth-child(6) a.btn-transparent.red-text-btn {
    margin-top: -20px;
}

.careers-wrap.creative-partners-programme a.btn-red.apply-for-vacancy {
    width: auto !important;
    display: inline-block;
}

.partner-apply-wrap .form-group {
    margin-top: 15px !important;
}

.partner-apply-wrap form.partner-form .form-group .pretty.p-default {
    margin-right: 0;
    width: 28px;
}

.swal-overlay {
    z-index: 999999999999999999999999999999 !important;
}

image.service-cube-01,
image.service-cube-02,
image.service-cube-03,
image.service-cube-04 {
    cursor: pointer;
}

.career-apply-wrap.home .form-group:nth-child(4) {
    padding-top: 15px;
}

button.btn-red:disabled:hover {
    cursor: not-allowed;
}

.about-us-content.content-top.scrollbar-style-1 {
    padding-right: 27px;
}

form.contact-form {
    min-width: 305px;
}

.upload-wrap {
    display: block;
}

input.form-control.attachment-name {
    display: inline-block;
    width: 79%;
    height: 30px;
}

.upload-wrap label.btn.btn-default {
    display: inline-block;
    margin: auto;
    vertical-align: bottom;
    width: 19% !important;
}

.careers-wrap .scrollbar-style-1 h3 {
    margin-top: 0px !important;
}

.career-apply-content .form-group:nth-child(6) {
    margin-top: 10px !important;
}

.career-apply-content .pretty.p-default {
    margin: 0 !important;
}

.welcome-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
    font-size: 22px !important;
    letter-spacing: 0.48px;
    color: #333333;
    text-transform: uppercase;
}

.welcome-text p {
    text-align: center;
    margin-top: 0px;
    font-size: 16px !important;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    text-transform: lowercase !important;
}

a.back-button {
    position: absolute !important;
    z-index: 9999 !important;
    top: 50% !important;
    opacity: 1;
    left: -172px;
    margin-top: -40px;
    border-radius: 0;
    padding: 0 25px;
    width: 202px;
    height: 54px;
    color: #ffffff;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: none;
    background-image: url(../images/bcak-btn_05.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

a.back-button:focus,
a.back-button:hover {
    left: 0px;
    background-image: url(../images/bcak-btn_02.png);
    background-color: transparent;
    transition: all 0.5s;
}

a.back-button i {
    margin-right: 10px;
    font-size: 14px;
}

.left-top-section ul li:first-child a {
    color: #ed3424 !important;
}

.left-top-section ul li:first-child a i {
    margin-right: 7px;
    font-size: 11px;
}

.swal-text {
    line-height: 20px !important;
}

body.project-inner a.back-button {
    text-align: center;
}

body.project-inner a.back-button:focus,
body.project-inner a.back-button:hover {
    left: -35px;
}

#contact-details-line-2 span.text a {
    text-transform: uppercase !important;
    font-size: 13px !important;
}
/* sameera start styles */

.brad-col-img{
    position: relative;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-250px * 7));
   }
}
.slider {
    height: 60px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(460px * 14);
}
.slider .slide {
    height: 60px;
    width: 100%;
}
.slider .slide img{
    padding-left: 20px;
}
.nwsection-relative{
    position: relative !important;
}
.hm-catog-ourwork .catog-grid{
    padding-bottom: 0rem !important;
}
.hm-catog-ourwork{
    padding-bottom: 80px;
}
section#section1_01.catog-experience.hm-catog-ourwork {
    overflow: auto !important;
    display: inline-table !important;
    background-color: white !important;
    background-image: none !important;
    /* overflow: scroll; */
}
.home-connecting-wrap{
    background-color: white !important;
}
.hm-contact-form{
    background-color: #fff;
    padding: 40px;
    border: 3px #E5E5E5 solid;
}
.hm-contact-form .form-control{
    border: 2px #E5E5E5 solid;
}
.hm-logo-slider-wrap{
    padding: 20px 0px;
    border: 2px #E5E5E5 solid;
    background-color: white !important;
}
.cntc-txt-area{
    height: 80px;
}
.hm-contact-form-wrap{
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.hm-contact-section{
    padding: 80px 0px;
    background-image: url("../images/welcome-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: auto;
    /* sameera change */
    overflow: visible;
    position:  relative !important;
    /* sameera change */
    /* overflow: hidden; */
    -webkit-animation: flashing-front 5s infinite forwards;
    -moz-animation: flashing-front 5s infinite forwards;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    padding-bottom: 80px;
}
.hm-contact-social-media-wrap .social-media-wrap {
    position: relative !important;
    z-index: 1 !important;
    bottom: 20px !important;
    top: auto !important;
    opacity: 1;
    left: 35px;
}
.home-connecting-wrap{
    background-image: url(assets/images/solutions-img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 80px 0px;
}
.cross-category-main-wrap #section1_01{
    height: auto;
}
.cross-category-main-wrap .cross-category-head-wrap .main-heading{
    padding: 80px 0px 90px 0px !important;
    margin-bottom: 0px !important;
}
.about-our-works .grid{
    opacity: 1 !important;
}
section.about-catog-ourwork{
    padding-top: 80px;
}
.hm-slider-advertise-wrap .advertising-box-text .red-line:after{
display: none;
}
.hm-stick-nav-wrap{
    display: none;
}
.fade-in-text {
    /* font-family: Arial;
    font-size: 60px; */
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
  }
  
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  button{
    z-index: 1 !important;
  }
/* sameera End styles */


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 750px) {
    .mobile_web {
        display: block;
    }
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .section-text p {
        font-size: 16px;
        line-height: 27px;
    }
    .center-filling-logo {
        width: 200px;
        height: auto !important;
        margin-left: -100px;
        margin-top: -108px;
    }
    span.text a {
        font-size: 10px;
    }
    .contact-details-wrap span.text {
        font-size: 10px;
        margin-right: 7px;
    }
    .contact-details-wrap span.line {
        width: 20px;
    }
    .contact-details-wrap .line:last-child span.icon {
        width: 17px;
    }
    .btn-red {
        width: 200px;
        font-size: 12px;
    }
    .contact-details-wrap .line:last-child {
        margin-top: 15px;
    }
    .welcome-logo {
        width: 200px;
        height: auto !important;
        margin-left: -100px;
        margin-top: -108px;
    }
    .center-service-animation-wrap svg {
        width: 300px;
        height: 300px;
        margin-top: 85px;
        margin-left: 100px;
    }
    .center-experience-carousel {
        width: 500px;
        left: calc(50% - 200px) !important;
        top: calc(50% - 185px) !important;
        height: 200px;
    }
    li.flipster__item.flipster__item--current:before {
        width: auto;
        height: auto;
    }
    .flipster__item img {
        width: 500px;
    }
    .section-text.text-right.expreience-left-text {
        left: 65px !important;
    }
    button.flipster__button.flipster__button--prev {
        display: none;
    }
    button.flipster__button.flipster__button--next {
        display: none;
    }
    .happening-item img {
        width: 130px;
        height: auto;
    }
    .happening-item.happening-item-1 {
        margin-right: 25px;
    }
    .happening-item.happening-item-2 {
        margin-right: 115px;
    }
    .happening-item.happening-item-3 {
        margin-left: 115px;
    }
    .happening-item.happening-item-4 {
        margin-left: 25px;
    }
    .hire-you-wrap.hire-you-wrap-section2 {
        width: 380px !important;
    }
    .hire-you-wrap.hire-you-wrap-section1 {
        width: 380px !important;
    }
    .hire-you-wrap.hire-you-wrap-section1 .content-body {
        padding: 25px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body {
        padding: 25px;
    }
    .hire-you-wrap .image-text {
        font-size: 24px;
        bottom: 30px;
        left: 30px;
    }
    .vacancy-item h3 {
        font-size: 18px;
    }
    .vacancy-item a.apply {
        top: auto;
    }
    .hire-you-wrap.hire-you-wrap-section2 h5 {
        line-height: 23px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body {
        max-height: 385px;
        overflow-y: auto;
    }
    a.btn-transparent.red-text-btn {
        display: block !important;
        float: left;
        margin-top: 15px;
    }
    .hire-you-wrap {
        width: 380px !important;
    }
    .contact-details-wrap-in-contact span.text,
    .contact-details-wrap-in-contact span.text a {
        font-size: 11px;
    }
    .contact-details-wrap-in-contact span.line {
        width: 40px;
    }
    .about-us-content {
        margin-top: 25%;
        margin-left: 10%;
    }
    .about-us-content.second-content {
        margin-top: 20%;
        margin-left: 10%;
    }
    .about-us-content.second-content .section-01 {
        width: 440px;
    }
    .about-us-content.second-content .section-02 {
        width: 325px;
        padding-left: 40px;
    }
    .about-us-content.second-content .section-02 img {
        max-width: 100%;
    }
    .happening-single-image-wrap {
        margin: auto;
    }
    .happening-single-image-wrap img {
        margin: auto;
        height: auto;
        display: flex;
        margin-bottom: 0;
    }
    .happening-single-description {
        width: 490px;
        margin-left: 4%;
        top: 42%;
    }
    .service-right-img-wrap {
        width: 72vw;
    }
    .service-text-wrap li {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .service-text-wrap {
        top: 49%;
        width: 410px;
        height: 475px;
    }
    .service-number {
        font-size: 55px;
    }
    .service-title h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .service-nav {
        z-index: 2;
        right: -5px;
    }
    .tab_turn {
        display: none;
    }
    img.careers_bg {
        display: none;
    }
    .careers-wrap {
        width: 82%;
        margin-top: 16%;
        margin-left: 9.1%;
    }
    .careers-wrap .scrollbar-style-1 {
        height: 480px;
        padding-right: 40px;
        margin-top: 0px;
    }
    .careers-wrap .scrollbar-style-1 a.btn-red {
        width: 120px;
        height: 24px;
        padding-top: 7px;
    }
    .career-apply-content {
        margin-top: 39%;
        width: 75vw;
    }
    .service_txt_01,
    .service_txt_02,
    .service_txt_03,
    .service_txt_04 {
        opacity: 1 !important;
    }
    .careers-wrap.creative-partners-programme h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .careers-wrap p {
        font-size: 15px !important;
        line-height: 27px;
    }
    .careers-wrap hr {
        display: none;
    }
    .careers-wrap.creative-partners-programme .scrollbar-style-1 {
        height: 335px;
    }
    .careers-wrap .scrollbar-style-1 h3 {
        margin-top: 14px;
    }
    .experience-gallery-wrap,
    .experience-gallery-single-wrap {
        margin-right: 90px;
        margin-left: 90px;
        margin-top: 26%;
    }
    .experience-text {
        margin-top: 12%;
    }
    .nicescroll-rails.nicescroll-rails-vr {
        display: block !important;
        margin-left: 10px !important;
    }
    .about-us .section-02 {
        padding-top: 21%;
    }
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .tab_turn {
        display: none;
    }
    .mobile_web {
        display: block;
    }
}


/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) and (max-device-width: 1823px) {
    .top-nav-icon,
    .top-nav-icon-close {
        right: 100px !important;
        top: 70px !important;
    }
    ul.onepage-pagination {
        margin-top: -84px;
    }
    img.welcome-logo,
    img.center-filling-logo {
        width: 230px;
        height: auto;
        margin-top: -125px;
        margin-left: -115px;
    }
    .mouse-wrapper {
        bottom: 35px !important;
        margin-left: -10px;
    }
    img.section-logo {
        top: 30px !important;
        left: 100px !important;
    }
    .social-media-wrap {
        bottom: 50px !important;
    }
    .section-text p {
        line-height: 33px;
        font-size: 25px;
    }
    .center-experience-carousel {
        left: calc(50% - 250px) !important;
        top: calc(50% - 180px) !important;
        width: 820px;
    }
    li.flipster__item.flipster__item--current:before {
        width: 444px;
        height: 330px;
    }
    .flipster__item img,
    .flipster--carousel .flipster__item {
        max-width: 75%;
    }
    .side-menu-wraper {
        width: 365px !important;
        background-position: left top, left bottom;
    }
    li.flipster__item.flipster__item--current {
        margin-right: -520px !important;
    }
    li.flipster__item.flipster__item--future {
        margin-right: -380px !important;
    }
    button.flipster__button.flipster__button--prev {
        left: 30px;
    }
    button.flipster__button.flipster__button--next {
        right: 185px;
    }
    ul.flipster__nav {
        margin-left: -120px;
    }
    .center-experience-carousel button.btn-red {
        left: -65px;
        bottom: 40px;
    }
    .flipster--carousel .flipster__item--future-1 .flipster__item__content:before {
        display: none;
    }
    .happening-item img {
        width: 190px;
        height: auto;
    }
    .happening-item.happening-item-2 {
        margin-right: 145px;
    }
    .happening-item.happening-item-3 {
        margin-left: 145px;
    }
    .happening-item.happening-item-4 {
        margin-left: 30px;
    }
    .happening-item.happening-item-1 {
        margin-right: 30px;
    }
    .center-happening-now {
        width: 90vw;
        top: 22% !important;
    }
    .center-service-animation-wrap svg {
        width: 320px;
        height: 320px;
    }
    .center-service-animation-wrap {
        margin-top: -187px;
        margin-left: -350px;
    }
    .hire-you-wrap {
        width: 420px !important;
    }
    .hire-you-wrap .image-wrap {
        height: 225px;
    }
    .hire-you-wrap .image-wrap img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
    .hire-you-wrap .image-text {
        bottom: 35px;
        left: 45px;
        font-size: 25px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body {
        padding: 20px 30px;
    }
    .hire-you-wrap.hire-you-wrap-section1 .content-body {
        padding: 20px 25px;
    }
    .vacancy-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        height: 60px;
    }
    .vacancy-item h3 {
        font-size: 15px;
    }
    .vacancy-item a.read-more {
        font-size: 12px;
    }
    .vacancy-item a.apply {
        font-size: 14px;
    }
    .hire-you-wrap.hire-you-wrap-section2 h5 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    .form-group .form-control {
        height: 35px;
        margin-bottom: 10px;
    }
    .contact-details-wrap .line:last-child {
        margin-top: 15px;
    }
    .about-us-content {
        width: 540px;
        margin-top: 13.5%;
        margin-left: 7%;
    }
    .experience-content {
        margin-top: 29%;
        margin-left: 7%;
    }
    h1.page-title {
        font-size: 122px;
        line-height: 112px;
        top: 10% !important;
    }
    .service-text-wrap {
        top: 48%;
        height: 300px;
        width: 468px;
        margin-top: -125px;
        left: 100px;
    }
    .service-text-wrap li {
        margin-bottom: 0px;
    }
    .service-title h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .service-number {
        font-size: 50px;
        line-height: 29px;
    }
    .service-nav {
        right: -45px;
    }
    .service-text-wrap li {
        font-size: 14px;
        line-height: 23px;
        margin-top: 10px;
    }
    .hire-you-wrap .image-text {
        font-size: 23px;
        bottom: 27px;
        left: 30px;
    }
    .vacancy-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
        height: auto;
    }
    .vacancy-item a.apply {
        top: auto;
        bottom: 15px;
    }
    .hire-you-wrap.hire-you-wrap-section2 h5 {
        font-size: 12px;
        line-height: 19px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body {
        padding: 20px 40px 20px 25px;
    }
    .hire-you-wrap.hire-you-wrap-section1 .content-body {
        padding: 20px 25px 20px 25px;
    }
    .form-group .form-control {
        margin-bottom: 0px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .form-group label {
        font-size: 12px;
    }
    .form-group .form-control {
        font-size: 12px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .form-group .pretty.p-default {
        margin-left: 1em;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body form textarea.form-control {
        height: 30px;
    }
    .section-text p {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .career-apply-content {
        width: 51vw !important;
        margin: auto;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .about-us-content.second-content {
        margin-top: 11%;
    }
    .about-us-content.second-content .section-02 {
        width: 580px;
    }
    .careers-wrap {
        width: 650px;
        margin-left: 7%;
        margin-top: 11%;
    }
    .careers-wrap .scrollbar-style-1 {
        height: 390px;
    }
    .careers-wrap.creative-partners-programme h1 {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: -5px;
    }
    .careers-wrap.creative-partners-programme h2 {
        font-size: 17px;
    }
    .careers-wrap p {
        font-size: 14px !important;
        line-height: 25px;
    }
    .careers-wrap hr {
        margin-top: 20px;
    }
    .careers-wrap {
        margin-top: 9%;
    }
    .careers-wrap.creative-partners-programme .scrollbar-style-1 {
        height: 210px;
        margin-top: 20px;
    }
    .careers-wrap .scrollbar-style-1 h3 {
        margin-top: -5px;
    }
    .careers-wrap .scrollbar-style-1 {
        margin-top: 15px;
        height: 425px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body {
        margin-right: 35px;
        padding-right: 7px;
        margin-top: 25px;
        padding-top: 0px;
        max-height: 370px;
        overflow: auto;
        padding-bottom: 0;
    }
    a.btn-transparent.red-text-btn {
        display: block !important;
        float: left;
        margin-top: 15px;
    }
    .hire-you-wrap.hire-you-wrap-section2 h5 {
        font-size: 15px;
        line-height: 19px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .form-group:nth-child(4)>label {
        display: block;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(8) {
        padding-top: 15px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body form .form-group:nth-child(8) .pretty.p-default {
        line-height: 8px;
    }
    .contact-form-wrap form .form-group:nth-child(8) {
        padding-top: 15px;
    }
    .contact-form-wrap .form-group .pretty.p-default {
        margin-left: 0;
    }
    .contact-form-wrap .form-group:nth-child(4)>label {
        line-height: 30px;
    }
    .experience-gallery-wrap,
    .experience-gallery-single-wrap {
        margin: auto;
        margin-top: 0%;
        width: 94vw;
    }
    .nicescroll-rails.nicescroll-rails-vr {
        display: block !important;
        margin-left: 10px !important;
    }
    .ex-overlay-panel .text {
        font-size: 17px;
    }
    .about-us-content.scrollbar-style-1 {
        max-height: 300px;
    }
    .about-us-content.second-content .scrollbar-style-1 {
        max-height: 290px;
    }
    .service-nav {
        top: 48%;
    }
    a.btn-transparent.red-text-btn {
        float: right;
    }
    .swiper-slide img {
        max-height: 100%;
    }
    .about-us .section-02 {
        padding-left: 70px;
        padding-top: 10%;
    }
    form.partner-form .content-body {
        max-height: none !important;
        height: auto !important;
    }
    form.partner-form {}
    form.partner-form .form-group:nth-child(3) {
        padding-top: 10px;
    }
    form.partner-form .form-group:nth-child(4) {
        padding-bottom: 5px !important;
    }
    form.partner-form .form-group .pretty.p-default {
        margin-left: 0px !important;
    }
    form.partner-form .form-group:nth-child(6) a.btn-transparent.red-text-btn {
        margin-top: -20px;
    }
    .partner-apply-wrap .form-group {
        margin-top: 5px !important;
    }
    .partner-apply-wrap .form-group:nth-child(4) {
        margin-top: 15px !important;
    }
    .partner-apply-wrap form.partner-form .form-group .pretty.p-default {
        margin-right: 5px;
        width: auto;
    }
    form.partner-form .form-group:nth-child(9) {
        margin-bottom: 20px;
    }
    a.btn-transparent.red-text-btn {
        margin-top: -17px;
    }
    div#apply-career form.partner-form .form-group:nth-child(9) {
        margin-bottom: -15px;
    }
}


/* Large screens ----------- */

@media only screen and (min-width: 1824px) and (max-device-width: 2499px) {
    .left-section {
        width: 93%;
    }
    .right-section {
        width: 6.9%;
    }
    .project-content-wrap {
        margin-right: 125px;
    }
    .video-js {
        transform: translateY(-32%) !important;
    }
    .center-happening-now {
        width: 90vw;
    }
    .project-content-wrap {
        max-height: 520px;
        overflow: auto;
    }
    .mouse-wrapper {
        bottom: 35px !important;
    }
    .copyright-wrap {
        bottom: 50px !important;
    }
    .service-text-wrap {
        height: auto !important;
    }
    .service-text-wrap li {
        height: 170px !important;
        margin-bottom: 0 !important;
    }
    .service-title {
        margin-top: 5px;
    }
    .service-nav {
        margin-top: -15px;
    }
    .hire-you-wrap.hire-you-wrap-section1 {
        right: 620px !important;
    }
    .swiper-slide img {
        transform: translateY(-50%) !important;
    }
    .about-us .section-02 {
        padding-left: 150px;
        padding-top: 18%;
    }
    .about-us-content {
        margin-top: 13%;
    }
    .bottom-content.scrollbar-style-1 {
        max-height: 500px;
    }
    .career-apply-content {
        margin: auto;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .career-apply-content {
        padding: 40px 45px 40px 45px;
    }
    form.contact-form .form-group:nth-child(8) {
        padding-bottom: 10px !important;
    }
    form.partner-form .content-body {
        max-height: none !important;
        height: auto !important;
    }
    form.partner-form {}
    form.partner-form .form-group:nth-child(3) {
        padding-top: 10px;
    }
    form.partner-form .form-group:nth-child(4) {
        padding-bottom: 5px !important;
    }
    form.partner-form .form-group .pretty.p-default {
        margin-left: 0px !important;
    }
    form.partner-form .form-group:nth-child(6) a.btn-transparent.red-text-btn {
        margin-top: -20px;
    }
    form.partner-form .form-group {
        margin-top: -1px !important;
    }
    .partner-apply-wrap .form-group {
        margin-top: 15px !important;
    }
    .partner-apply-wrap form.partner-form .form-group .pretty.p-default {
        width: auto;
        margin-right: 5px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .form-group:nth-child(4) .pretty.p-default {
        margin-left: 15px !important;
    }
    form.contact-form {
        min-width: 495px !important;
    }
    .about-us-content.section-01 .scrollbar-style-1 {
        max-height: 420px !important;
    }
    .upload-wrap label.btn.btn-default {
        margin-bottom: 10px;
    }
    .welcome-text {
        bottom: 150px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body {
        max-height: 550px !important;
    }
    .nicescroll-rails.nicescroll-rails-vr {
        margin-left: 10px;
    }
    form.partner-form .form-group:nth-child(9) {
        margin-bottom: 20px;
    }
    a.btn-transparent.red-text-btn {
        margin-top: -17px;
    }
    .hire-you-wrap.hire-you-wrap-section2 .content-body {
        margin-top: 35px;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 585px !important;
    }
    div#apply-career form.partner-form .form-group:nth-child(9) {
        margin-bottom: -10px;
    }
}


/* iMac screens ----------- */

@media only screen and (min-width: 2500px) {
    .hire-you-wrap.hire-you-wrap-section1 {
        right: 620px !important
    }
}


/* ---------------------- animations ---------------------------- */


/* @-webkit-keyframes flashing-front {
    0% {}
    19.8% {
        left: 0%;
        top: 0%;
    }
    20% {
        left: 5%;
        top: -5%;
    }
    20.2% {
        left: 0%;
        top: 0%;
    }
    37% {
        left: 0%;
        top: 0%;
        -webkit-filter: brightness(1);
    }
    41% {
        left: -1%;
        top: 1%;
        -webkit-filter: brightness(1.08) blur(10px);
    }
    45% {
        left: 0%;
        top: 0%;
        -webkit-filter: brightness(1);
    }
    70% {
        -webkit-filter: brightness(1) blur(0px);
    }
    85% {
        -webkit-filter: brightness(1.08);
        blur(10px)
    }
    94.5% {
        left: 0%;
        top: 0%;
    }
    95% {
        left: 1%;
        top: 1%
    }
    95.5% {
        left: 0%;
        top: 0%;
    }
    100% {
        -webkit-filter: brightness(1) blur(0px);
    }
}

@-moz-keyframes flashing-front {
    0% {
        -webkit-filter: brightness(1);
    }
    19.5% {
        left: 0%;
        top: 0%;
    }
    20% {
        left: 4%;
        top: -4%;
    }
    20.5% {
        left: 0%;
        top: 0%;
    }
    40% {
        -webkit-filter: brightness(1);
    }
    55% {
        -webkit-filter: brightness(1.08) blur(10px);
    }
    70% {
        -webkit-filter: brightness(1) blur(0px);
    }
    85% {
        -webkit-filter: brightness(1.08);
        blur(10px)
    }
    94.5% {
        left: 0%;
        top: 0%;
    }
    95% {
        left: 2%;
        top: 2%
    }
    95.5% {
        left: 0%;
        top: 0%;
    }
    100% {
        -webkit-filter: brightness(1) blur(0px);
    }
}

@-webkit-keyframes flashing-text {
    0% {}
    19.5% {
        left: 50%;
        top: 50%;
    }
    20% {
        left: 51%;
        top: 51%;
    }
    20.5% {
        left: 50%;
        top: 50%;
    }
    26% {
        opacity: 1;
    }
    27% {
        opacity: 0;
    }
    28% {
        opacity: 1;
    }
    79.5% {
        left: 50%;
        top: 50%;
    }
    80% {
        left: 49%;
        top: 51%;
    }
    80.5% {
        left: 50%;
        top: 50%;
    }
}

@-moz-keyframes flashing-text {
    0% {}
    19.5% {
        left: 50%;
        top: 50%;
    }
    20% {
        left: 51%;
        top: 51%;
    }
    20.5% {
        left: 50%;
        top: 50%;
    }
    26% {
        opacity: 1;
    }
    27% {
        opacity: 0;
    }
    28% {
        opacity: 1;
    }
    79.5% {
        left: 50%;
        top: 50%;
    }
    80% {
        left: 49%;
        top: 51%;
    }
    80.5% {
        left: 50%;
        top: 50%;
    }
}

.bLBBzCSb_0 {
    stroke-dasharray: 0 2;
    stroke-dashoffset: 1;
}

.start .bLBBzCSb_0 {
    animation: bLBBzCSb_draw 2000ms linear 0ms forwards;
}

.bLBBzCSb_1 {
    stroke-dasharray: 0 2;
    stroke-dashoffset: 1;
}

.start .bLBBzCSb_1 {
    animation: bLBBzCSb_draw 2000ms linear 0ms forwards;
}

.bLBBzCSb_2 {
    stroke-dasharray: 311 313;
    stroke-dashoffset: 312;
}

.start .bLBBzCSb_2 {
    animation: bLBBzCSb_draw 2000ms linear 0ms forwards;
}

.bLBBzCSb_3 {
    stroke-dasharray: 312 314;
    stroke-dashoffset: 313;
}

.start .bLBBzCSb_3 {
    animation: bLBBzCSb_draw 2000ms linear 0ms forwards;
}

.bLBBzCSb_4 {
    stroke-dasharray: 312 314;
    stroke-dashoffset: 313;
}

.start .bLBBzCSb_4 {
    animation: bLBBzCSb_draw 2000ms linear 0ms forwards;
}

.bLBBzCSb_5 {
    stroke-dasharray: 312 314;
    stroke-dashoffset: 313;
}

.start .bLBBzCSb_5 {
    animation: bLBBzCSb_draw 2000ms linear 0ms forwards;
}

.bLBBzCSb_6 {
    stroke-dasharray: 1238 1240;
    stroke-dashoffset: 1239;
}

.start .bLBBzCSb_6 {
    animation: bLBBzCSb_draw 2000ms linear 0ms forwards;
}

@keyframes bLBBzCSb_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bLBBzCSb_fade {
    0% {
        stroke-opacity: 1;
    }
    93.54838709677419% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
} */


/* ---------------------- preloader --------------------- */

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #dc2229;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

.site-loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(255, 255, 255, 0.98);
}

.spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -20px;
}

.video-player-iframe {
    width: 100%;
    height: inherit;
}


/*Home navbar*/

.home-main-nav-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 60px auto;
}

.home-top-nav {
    z-index: 99;
    display: inline-flex;
    position: relative;
}

.nav-welcome-logo {
    width: 230px;
    height: auto;
}

.custom-navbar {
    overflow: hidden;
    background-color: #FFFFFF;
}

.custom-navbar a {
    float: left;
    color: #333333 !important;
    font-weight: 600 !important;
    text-align: left;
    padding: 14px 16px;
    line-height: 30px !important;
    text-decoration: none;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    border: none;
    outline: none;
    color: #333333;
    font-weight: 600;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    text-transform: uppercase;
    margin: 0;
}

.custom-navbar a:hover,
.subnav:hover .subnavbtn {
    color: #F42619;
}

.subnav-content,
.ourwork-subnav-content {
    display: none;
    position: absolute;
    background-color: #F42619;
    /* width: 100%; */
    z-index: 1;
}

.subnav-content:before,
.ourwork-subnav-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 10px solid #f7f7f7;
    border-left: 15px solid #F42619;
    width: 0;
}

.subnav-content a,
.ourwork-subnav-content a {
    float: left;
    color: white !important;
    font-weight: 400 !important;
    text-decoration: none;
    padding: 8px 50px 8px 10px;
}

.subnav-content a:hover,
.ourwork-subnav-content a:hover {
    background: linear-gradient( 90deg, #971605 0%, #97160500 100%);
    color: #ffffff;
}

.subnav:hover .subnav-content,
.subnav:hover .ourwork-subnav-content {
    /* display: block; */
    display: grid;
}

.home-left-nav::after {
    /* clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%); */
    content: "";
    width: 25px;
    /* left: 17px; */
    left: -25px;
    z-index: -1;
    height: 57px;
    background: url(../images/l-navigate-corner.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
}

.home-right-nav::after {
    /* clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%); */
    /* -webkit-clip-path */
    content: "";
    width: 30px;
    right: -24px;
    z-index: -1;
    height: 58px;
    background: url(../images/r-navigate-corner.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
}

.left-navbar {
    padding-left: 30px;
    padding-right: 60px;
}

.right-navbar {
    /* padding-right: 70px; */
    padding-left: 70px;
}

.ourwork-subnav-content ul {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    list-style: none;
    padding-left: 10px;
}

.ourwork-subnav-content ul li {
    display: inline-block;
}

.ourwork-subnav-content ul li a {
    padding: 8px 8px 8px 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.ourwork-subnav-content a {
    display: block;
}

.home-left-nav,
.home-right-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

a:focus {
    outline: none !important;
}


/* .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
    display: block !important;
} */


@media only screen and (min-width: 864px) and (max-device-width: 1536px){ 
    .service-right-img-wrap {
        background-size: contain;
        background-position: right;
        height: 88vh;
        width: 53vw;
        right: 0px;
    }
}