

.section-a {
    
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    align-items: center;
    justify-items: center;
    grid-column-gap: auto;
    justify-content: center;
    margin-top: 3rem;
    background: #F5F5F5;
}

.section-a .content1{
    
    border-style: solid;
    border-radius: 15px;
    border-color: #00BCD4;
    margin: 0 1rem;
    text-align: center;
    padding: 0 auto;
    background: #ffffff;
}
.section-a .content2{
    
    border-style: solid;
    border-radius: 15px;
    border-color: #00BCD4;
    margin: 0 1rem;
    text-align: center;
    padding: 0 auto;
    background: #ffffff;
}
.section-a .content3 {
    
    border-style: solid;
    border-radius: 15px;
    border-color: #00BCD4;
    margin: 0 1rem;
    text-align: center;
    padding: 0 auto;
    background: #ffffff;
}



.section-a .job1{
    
    border-style: hidden;
    border-radius: 15px;
    border-color: #00BCD4;
    height: 300px;
    width: 95%;
    margin: 0 1rem;
    text-align: center;
    padding: 0 auto;
    background: #ffffff;
}
.section-a .job2{
    
    border-style: hidden;
    border-radius: 15px;
    border-color: #00BCD4;
    height: 300px;
    width: 95%;
    margin: 0 1rem;
    text-align: center;
    padding: 0 auto;
    background: #ffffff;
}
.section-a .job3 {
    
    border-style: hidden;
    border-radius: 15px;
    border-color: #00BCD4;
    height: 300px;
    width: 95%;
    margin: 0 1rem;
    text-align: center;
    padding: 0 auto;
    background: #ffffff;
}











.section-b-right {
    
    border-style: hidden;
    position: inherit;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr 3fr;
    align-content: center;
    align-items: center;
    justify-items: center;
    grid-column-gap: 1em;
    justify-content: center;
    /*margin: 5em 0;*/

    
    background: #ffffff;;
    margin: 0 auto;
    text-align: center;
    max-width: 1250px;
    overflow: hidden;
}

.section-b-right .content {
    padding: 2rem 2rem;
}

.section-b-left {
    
    border-style: hidden;
    position: inherit;
    display: grid;
    width: 100%;
    grid-template-columns: 3fr 1fr;
    align-content: center;
    align-items: center;
    justify-items: center;
    grid-column-gap: 1em;
    justify-content: center;
    /*margin: 5em 0;*/

    
    background: #ffffff;;
    margin: 0 auto;
    text-align: center;
    max-width: 1250px;
    overflow: hidden;
}

.section-b-left .content {
    padding: 2rem 2rem;
}

.section-b-journey{
    
    border-style: hidden;
    position: inherit;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
    justify-items: center;
    grid-column-gap: 1em;
    justify-content: center;
    /*margin: 5em 0;*/

    
    background: #ffffff;;
    margin: 0 auto;
    text-align: center;
    max-width: 1250px;
    overflow: hidden;
}


#game-left{
    
    text-align: right;
}

#game-right{
    
    text-align: left
}

h2 {
    text-align: center;
    padding: 18px 0 18px 0;
    font-size: 1.4em;
    background: #ffffff;
}


.double-space-section-change{
    
    height: 120px;
    background: url(https://www.drodd.com/images14/white-wallpaper24.jpg) 50% 0 repeat fixed;
}

.double-space {
    
    height: 120px;
}

#job-details {
    
    min-height: auto;
    overflow: hidden;
}


.section {
    
    min-height: 1000px;
    overflow: hidden;
}

.darker {
    
    background-color: #333;
}

.lighter {
    
    background-color: #fff;
}

#About {

    background: #fff;
}


#Jobs {
    
    background: #F5F5F5;
}

#Games {

    background: #FFFFFF;/*url(https://www.drodd.com/images14/white-wallpaper24.jpg) 50% 0 repeat fixed;*/
}

#Contact {

    background: #ffffff fixed;
}

.centered-wrapper-video {

    margin: 0 auto;
    text-align: center;
    overflow: inherit;
    /*max-width: 1250px;*/
    /*max-height: inherit;*/
}

.centered-wrapper-text{
    
    border-style: hidden;
    background: rgba(250, 250, 250, .5);
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    max-width: 1500px;
}

.centered-wrapper {

    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}

.section.darker h1 {
    color: #fff;
}

.section.darker h2 {
    color: #000;
}

.section.darker p {
    color: #000000;
}

.section.lighter h1 {
    color: #333;
}

.section.lighter h2 {
    
    color: #555;
}

.section.lighter p {
    
    color: #333;
}

.section p.box {
    
    text-align: left;
}

.section .box {
    
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.box {
    
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-icon {
    
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(https://cdn2.iconfinder.com/data/icons/flat-ui-icons-24-px/24/menu-24-32.png) left top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    right: 0px;
    top: 40px;
    cursor: pointer;
}


h3{
    
    color: #00ACC1;
}


.mail-box {
    
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 40px 0 rgba(20,20,40,.1);
    box-shadow: 0 2px 40px 0 rgba(20,20,40,.1);
    padding: 20px 25px;
    height: 100px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.mail-box h3 {
    
    color: blueviolet;
    margin-bottom: 10px
}

.mail-box:hover {
    
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #00838F;
}

h3.title {
    
    color: #00BCD4;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px
}

a.clickable-card,a.clickable-card:hover {
    
    color: inherit;
    text-decoration: none
}

































































#email-job-apply:hover {
    
    width: 30%;
    text-align: center;
    background-color: EEF5FF;
}

#email-job-apply {
    
    width: 30%;
    text-align: center;
}


#video-cover-text{
        
    font-size: 50px;
}


#image-game-right{
    
    padding-left: 60px;
}


.logo-footer{
    
    width: 60px;
}


.font-lighter-new{
    
    font-family: 'Montserrat Black', sans-serif;
}

.loader{
    
    margin-top: 35px;
}

.loader span{
	width:16px;
	height:16px;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
	
}


.loader span:nth-child(2){
	background:#0097A7;
	-webkit-animation:kiri 1.2s infinite linear;
	-moz-animation:kiri 1.2s infinite linear;
	-o-animation:kiri 1.2s infinite linear;
	
}
.loader span:nth-child(3){
	background:#006064;
	z-index:100;
}
.loader span:nth-child(4){
	background:#26C6DA;
	-webkit-animation:kanan 1.2s infinite linear;
	-moz-animation:kanan 1.2s infinite linear;
	-o-animation:kanan 1.2s infinite linear;
}

@-webkit-keyframes kanan {
    0% {-webkit-transform:translateX(20px);
    }
   
	50%{-webkit-transform:translateX(-20px);
	}
	
	100%{-webkit-transform:translateX(20px);
	z-index:200;
	}
}
@-moz-keyframes kanan {
    0% {-moz-transform:translateX(20px);
    }
   
	50%{-moz-transform:translateX(-20px);
	}
	
	100%{-moz-transform:translateX(20px);
	z-index:200;
	}
}
@-o-keyframes kanan {
    0% {-o-transform:translateX(20px);
    }
   
	50%{-o-transform:translateX(-20px);
	}
	
	100%{-o-transform:translateX(20px);
	z-index:200;
	}
}




@-webkit-keyframes kiri {
     0% {-webkit-transform:translateX(-20px);
	z-index:200;
    }
	50%{-webkit-transform:translateX(20px);
	}
	100%{-webkit-transform:translateX(-20px);
	}
}

@-moz-keyframes kiri {
     0% {-moz-transform:translateX(-20px);
	z-index:200;
    }
	50%{-moz-transform:translateX(20px);
	}
	100%{-moz-transform:translateX(-20px);
	}
}
@-o-keyframes kiri {
     0% {-o-transform:translateX(-20px);
	z-index:200;
    }
	50%{-o-transform:translateX(20px);
	}
	100%{-o-transform:translateX(-20px);
	}
}







/* Scroll up */
#scrollup {
    
    width: 50px;
    height: 57px;
    background: url(https://warlockarts.com/webgltest/warlockarts/images/scroll-top-image-n.png) 0, 0, no-repeat;
    text-indent: -9999px;
    display: none;
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    bottom: 48px;
    right: 48px;
}

.info-game-1{
    
    background: #000000;
}


.info-job-details{
    
    background: #ffffff;
}

.info-about{
    
    /*background: url(https://www.drodd.com/images14/white-wallpaper24.jpg) 50% 0 repeat fixed;*/
    background: #ffffff;
}


.logo{
    
    height: 60px;
    width: 50px;
}


.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}



.preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 9999999
}

.preloader img {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 30px
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader-icon {
    padding: 0
}

.preloader-icon,
.preloader-icon span {
    width: 72px;
    height: 72px;
    display: inline-block
}

.preloader-icon span {
    position: absolute;
    border-radius: 100%;
    background-color: #b12028;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite
}

.preloader-icon span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

.video-loader {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -20px
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

body,
html {
    max-width: 100%;
    scroll-behavior: smooth;

}

body.mobile-nav-open,
html.mobile-nav-open {
    overflow: hidden
}

body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    padding: 0;
    margin: 0
}

a,
a:hover {
    color: #b12028
}

a:hover {
    text-decoration: underline
}

.no-scroll {
    overflow: hidden !important
}

body {
    color: #fff;
    font-family: Roboto, sans-serif
}

.page-wrapper {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-backface-visibility: hidden
}

section {
    background-color: #f9f9f9
}

.description {
    font-weight: 300;
    text-align: justify;
    font-size: 17px
}

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 20px
}

.page-separator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    margin: 14px 0
}

.page-separator:before {
    content: "";
    height: 1px;
    background-color: #eaeaeb;
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: -1
}

.page-separator-text {
    display: inline-flex;
    padding: .25rem 1rem;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #777;
    line-height: .9375rem;
    font-weight: 700;
    background-color: #fff;
    max-width: 90%
}

.media-block {
    width: 100%;
    height: auto;
    background: #292727;
    color: #fff;
    overflow: hidden
}

.media-block img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    padding: 0
}

.media-block .text {
    padding: 60px 90px
}

h2{
    
    position: relative;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0)
        
}


h1,
h3,
h4,
h5,
h6 {
    position: relative;
    padding: 0;
    margin: 0
}

h3 {
    font-weight: 100;
    font-size: 18px
}

h1 {
    font-size: 62px
}

h2 {
    font-size: 46px
}

li,
p {
    font-size: 15px;
    padding: 0;
    margin: 0
}

hr {
    background-color: rgba(250, 250, 255, .1)
}

.font-bold {
    font-weight: 600
}

.font-lighter {
    font-weight: lighter
}

.semi-transparent {
    opacity: .6
}

.margin-auto {
    margin: 0 auto
}

.p-90-0-60 {
    padding-top: 90px;
    padding-bottom: 60px
}

.p-0-0-90 {
    padding-top: 0;
    padding-bottom: 90px
}

.p-90-0-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.p-90-0-0 {
    padding: 90px 0 0
}

.p-90-0-75 {
    padding-top: 90px;
    padding-bottom: 75px
}

.mb-20,
.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-90 {
    margin-bottom: 90px
}

.mt-15 {
    margin-top: 15px
}

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

.mb-15 {
    margin-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.mr-15 {
    margin-right: 15px
}

.mt-30 {
    margin-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.ml-30 {
    margin-left: 30px
}

.dots {
    position: absolute;
    z-index: 0;
    background-size: 12px 12px;
    background: rgba(255, 255, 255, 0);
    /*background-image: radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0), radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0)*/
}

.dots-right {
    bottom: 10%;
    right: 0;
    height: 80%;
    width: 50%
}

.dots-left {
    top: 10%;
    left: 0;
    height: 80%;
    width: 50%
}

.dots-bottom {
    left: 0;
    width: 100%;
    bottom: 50px;
    top: 275px
}

.dots-left-2 {
    left: 0;
    width: 30%;
    top: 360px;
    bottom: 100px;
    height: auto
}

.button {
    z-index: 10;
    border-radius: 40px;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    height: 50px;
    border: 2px solid #f7f7fc;
    color: #000;
    -webkit-box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

button:focus {
    outline: none
}

.button:hover {
    color: #f7f7fc;
    text-decoration: none
}

.button-filled {
    padding: 17px 40px;
    border-radius: 40px;
    display: inline-block;
    height: 50px;
    border: none;
    font-size: 15px;
    line-height: 1.2em
}

.button-link,
.button-link:hover {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #444;
    padding: 15px 0
}

.button-filled i,
.button-link i {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    opacity: 0;
    width: 0;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s
}

.button-filled:hover.button-filled i,
.button-link:hover.button-link i {
    text-align: center;
    opacity: 1;
    width: 5px;
    margin-left: 15px
}

.button-link i {
    color: #b12028
}


.navbar {
    padding-top: 30px;
    position: fixed;
    z-index: 999;
    padding-bottom: 0;
    height: 70px;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav-show {
    display: none;
    color: #fff;
    font-size: 30px
}

.mobile-nav-show:hover {
    color: #fff
}

.mobile-nav-header {
    display: none;
    min-height: 80px;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px
}

.mobile-nav-header .logo {
    width: 90px;
    display: block
}

.mobile-nav-header .logo img {
    width: 80%
}

.mobile-nav-header .logo a {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: #666
}

.mobile-nav-header .mobile-nav-hide {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 35px;
    width: 50px;
    height: 50px
}

.mobile-nav-header .mobile-nav-hide img {
    width: 20px
}

.mobile-nav-footer {
    display: none;
    width: 100%;
    padding: 10px 20px 20px;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    line-height: 22px;
    text-align: center
}

.mobile-nav-footer .social-list {
    margin-bottom: 5px
}

.mobile-nav-footer .social-list a,
.mobile-nav-footer .social-list a:hover {
    color: #fff
}

.navbar-brand {
    
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.navbar-brand-dark {
    display: none
}

.navbar-brand img {
    width: 55px
}

.nav-link,
.navbar-brand img {
    -webkit-transition: .3s;
    transition: .3s
}

.nav-link {
    display: inline-block;
    color: #fff;
    height: 70px;
    padding: 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase
}

.nav-item:first-child:after {
    display: none
}

.nav-link:hover,
.navbar ul li.active .nav-link {
    color: #4DD0E1;
    background-color: hsla(0, 0%, 94.1%, .1)
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px
}

.bg-scroll {
    padding-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1)
}

.bg-scroll .nav-link,
.bg-scroll .navbar-brand {
    color: #444;
    -webkit-transition: .3s;
    transition: .3s
}

.bg-scroll .mobile-nav-show,
.bg-scroll .mobile-nav-show:hover {
    color: #b12028
}

.bg-scroll .navbar-brand {
    display: none
}

.bg-scroll .navbar-brand-dark {
    display: block
}

.bg-scroll .nav-link:hover,
.bg-scroll ul li.active .nav-link {
    color: #4a494c;
    background-color: rgba(25, 45, 55, .05)
}

.bg-scroll .contact-us {
    color: #f7f7fc
}

header {
    background-size: cover;
    background-position: 50%
}

header.video-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    min-height: 80vh;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center
}

#header-video {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

header .overlay {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 70px;
    height: 80vh;
    width: 100vw;
    z-index: 2
}

header .container {
    -ms-flex-item-align: center;
    align-self: center
}

.header-subpage {
    height: auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 500px
}

.header-subpage .overlay {
    height: 100%
}

.header-subpage .container {
    -ms-flex-item-align: center;
    align-self: center
}

.header-subpage-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover
}

.parallax-window {
    background-color: transparent
}

.hint {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0
}

.scroll-hint {
    padding-top: 22px;
    position: absolute;
    bottom: 30px;
    border-radius: 50%;
    font-size: 20px;
    width: 60px;
    height: 60px;
    right: calc(50% - 30px);
    text-align: center;
    opacity: .7;
    color: #f7f7fc;
    -webkit-transition: .3s;
    transition: .3s
}

.scroll-hint:hover {
    color: #4DD0E1;
    background-color: hsla(0, 0%, 94.1%, .1);
    opacity: 1
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    to {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    to {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

.jump {
    -webkit-animation: jump 1s infinite;
    animation: jump 1s infinite
}

.header-nav {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-nav div {
    background-color: #000;
    position: relative
}

video {
    position: absolute
}

.info-contact-us{
    
    background: #ffffff;
}

.info {
    
    /*background: url(https://www.drodd.com/images14/white-wallpaper24.jpg) 50% 0 repeat fixed;*/
    
    background: #EEF5FF;
    position: relative
}

.info-text-area-right {
    
    padding-left: 30px
}

.career {
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1)
}

.career,
.career .container {
    position: relative
}

.career-carousel {
    width: 100%;
    padding: 0 50px
}

.career-carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    outline: inherit;
    background-color: rgba(249, 245, 245, .3);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.career-carousel-control:hover {
    color: #fff;
    background-color: rgba(249, 245, 245, .6)
}

.career-control-left {
    left: 0
}

.career-control-right {
    right: 0
}

.career-carousel-control.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.career-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto
}

.career-card .card-header {
    background-color: inherit;
    border: none;
    border-radius: 0;
    text-align: center;
    min-height: 114px;
    display: grid
}

.career-card .card-header h5 {
    font-size: 25px;
    line-height: 30px;
    color: #444;
    font-weight: 600;
    vertical-align: middle
}

.career-card .card-header .line {
    background-color: #b12028;
    width: 70px;
    height: 2px;
    border-radius: 8px;
    position: absolute;
    top: 112px;
    left: 50%;
    margin-left: -35px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex
}

.career-card .card-body {
    max-height: 135px;
    overflow: hidden;
    text-align: center;
    padding: 20px 20px 0
}

.career-card .card-body p {
    color: #444;
    font-weight: 300
}

.career-card .card-footer {
    background-color: inherit;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0
}

.career-card-all {
    min-height: 301px
}

.career-card-all .card-body {
    height: 100%;
    max-height: 100%;
    padding: 20px
}

.career-card-all h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    padding-top: 65px;
    padding-bottom: 20px
}

.career-card-all i {
    font-size: 40px;
    color: #b12028
}

.latest-posts {
    position: relative;
    overflow: hidden
}

a.clickable-card,
a.clickable-card:hover {
    color: inherit;
    text-decoration: none
}

.blog-card {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-card:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.blog-card img {
    height: 170px;
    border-radius: 5px 5px 0 0;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-card .card-body {
    color: #444;
    padding: 30px
}

.blog-card .card-title {
    font-weight: 600
}

.blog-card .card-text {
    font-weight: 300
}

.blog-card .card-footer {
    background-color: inherit;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0 0 10px
}

.footer-section {
    margin-bottom: 0
}

.footer-link-container {
    margin-top: 40px;
    height: 18%;
}

.footer-section h5 {
    font-weight: 500;
    margin-bottom: 20px
}

.footer-brand img {
    width: 90px;
    -webkit-transition: .3s;
    transition: .3s
}

.footer ul {
    padding: 0
}

.footer ul li {
    list-style-type: none
}

.footer ul li a {
    display: block;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
    color: #f7f7fc;
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s
}

.footer ul li a:hover {
    text-decoration: none;
    opacity: 1
}

.copyright-left {
    text-align: left
}

.copyright-center {
    text-align: center
}

.copyright-right {
    text-align: right
}

.copy {
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block
}

.copy a,
.copy a:hover {
    color: #f7f7fc
}

ul.social-list {
    margin-left: 0
}

ul.social-list li {
    display: inline-block
}

ul.social-list li a {
    font-size: 20px;
    padding-left: 10px
}

.modal-scroll-to-top,
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #b12028;
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.modal-scroll-to-top:hover,
.scroll-to-top:hover {
    color: #fff;
    background: #b12028
}

.modal-scroll-to-top {
    z-index: 99999999
}

h3.title {
    color: #26C6DA;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px
}

section.value .value-box {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    padding: 30px;
    height: 200px
}

section.join-us {
    height: 350px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: 50%
}

#about-carousel-1 {
    padding-top: 30px
}

.join-us .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover
}

.join-us .overlay {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100vw
}

.join-us .container {
    -ms-flex-item-align: center;
    align-self: center
}

.impact-container {
    margin-bottom: 60px
}

.impact-container:last-child {
    margin-bottom: 0
}

.impact-container img {
    height: 200px;
    object-fit: cover;
    object-position: top
}

.life-box {
    padding-bottom: 30px
}

section.perks .card {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 5px !important;
    overflow: hidden
}

section.perks .card + .card {
    margin-top: 30px
}

section.perks .card-header {
    padding: 0;
    background: #fff;
    border: none
}

section.perks .card-header h4 {
    margin: 0;
    padding: 20px 45px 20px 25px;
    cursor: pointer;
    position: relative;
    font-size: 20px
}

section.perks .card-body {
    padding: 0 25px 25px
}

section.perks .card-header h4.collapsed:after {
    content: "\F13A"
}

/*section.perks .card-header h4.collapsed:after,
section.perks .card-header h4:after {
    color: #b12028;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 24px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}*/

section.perks .card-header h4:after {
    content: "\F139"
}



section.product .app-icon {
    width: 400px
}

#dow-but-special{
    
    text-align: right;
}

.download-btns a {
    
    text-align: right;
    display: inline-block;
    padding: 10px 0;
    margin: 30px 10px 0 0
}

.download-btns a img {
    
    height: 55px
}

.department-card {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 30px;
    border: none;
    -webkit-box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    max-width: 350px
}

.department-card:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.department-card img {
    height: 170px;
    border-radius: 5px 5px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top
}

.department-card .card-body {
    color: #444;
    padding: 20px 30px
}

.department-card .card-title {
    font-weight: 700;
    font-size: 20px
}

.department-card .card-text {
    font-weight: 300;
    font-size: 15px
}

.department-card i {
    color: #b12028;
    margin-right: 10px
}

.department-card .card-footer {
    background-color: inherit;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0 0 10px
}

.sidebar {
    -webkit-box-shadow: 0 2px 15px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 15px 0 rgba(20, 20, 40, .1);
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 35px;
    text-align: left
}

.job-filter .list-group-item {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #444;
    border: none;
    font-weight: 500
}

.job-filter .list-group-item img {
    width: 80px;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.job-filter .list-group-item-action:active,
.job-filter .list-group-item-action:focus,
.job-filter .list-group-item-action:hover,
.job-filter .list-group-item.active {
    background-color: rgba(25, 45, 55, .05);
    color: inherit;
    outline: none
}

.job-filter .job-count {
    background-color: #b12028;
    color: #fff;
    float: right;
    border-radius: 3px
}

.job-list-container {
    margin-left: 30px
}

.job-list-container .job-container {
    margin-bottom: 30px
}

.job-list-container .job-container h2 {
    margin-bottom: 30px;
    font-weight: lighter
}

.job-list-container .job-container img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 30px
}

.job-list-container .job-container p {
    font-size: 17px;
    text-align: left
}

.job-list-container .position-list .position-box {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 5px !important;
    cursor: pointer;
    margin-top: 30px;
    padding: 18px 40px 18px 25px;
    -webkit-transition: .3s;
    transition: .3s
}

.job-list-container .position-list .position-box h4 {
    font-size: 20px;
    font-weight: 500
}

/*.job-list-container .position-list .position-box h4:after {
    color: #b12028;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: -30px;
    content: "\F054";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    margin-top: -10px
}*/

.job-list-container .position-list a:hover h4:after {
    -webkit-animation: arrow-animation 1s infinite;
    animation: arrow-animation 1s infinite
}

@-webkit-keyframes arrow-animation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes arrow-animation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.job-description {
    font-size: 15px;
    padding-bottom: 30px;
    text-align: left
}

.job-requirements .list-container .list-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px
}

.job-requirements .list-container ul {
    margin-bottom: 40px
}



.apply-right {
    text-align: right
}

.apply-left {
    text-align: left
}

.button-apply {
    padding: 17px 40px;
    border-radius: 40px;
    display: inline-block;
    height: 50px;
    border: none;
    font-size: 15px;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: inherit;
    color: #444;
    background: #fff;
    border: 1px solid hsla(0, 0%, 76.5%, .3)
}

.button-apply.active,
.button-apply:hover {
    background: #cee1eb;
    color: #000
}

.button-apply i {
    -webkit-transition: .3s;
    transition: .3s;
    color: #cee1eb
}

.button-apply.active.button-apply i,
.button-apply:hover.button-apply i {
    color: #fff
}

.apply-with-linkedin i {
    color: #0077b5
}

.apply-with-linkedin.active,
.apply-with-linkedin:hover {
    background: #0077b5
}

.apply-form {
    display: none
}

form.job-apply input,
form.job-apply textarea {
    display: block;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px 15px;
    border-radius: 2px;
    color: #444;
    height: auto;
    background: #f9f9f9;
    font-size: 14px
}

form.job-apply input:focus,
form.job-apply textarea:focus {
    outline: medium none;
    color: #444;
    border: 1px solid #989797;
    box-shadow: none
}

input[type=file] {
    display: none
}

.uploaded-file {
    margin-bottom: 1rem
}

.uploaded-file .title {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1rem
}

.filename-container {
    display: block;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px 15px;
    border-radius: 2px;
    color: #444;
    height: auto;
    background: #f9f9f9;
    font-size: 14px
}

.filename-container i {
    display: inline-block;
    float: left;
    padding-right: 10px;
    font-size: 17px;
    color: #b12028;
    line-height: 20px
}

.filename-container .filename {
    font-size: 14px
}

.address p {
    font-size: 16px
}

.mail-box {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    padding: 20px 25px;
    height: 100px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.mail-box h3 {
    margin-bottom: 10px
}

.mail-box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.press-box {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    padding: 20px 25px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.press-box h4 {
    margin-bottom: 10px;
    font-size: 17px
}

.press-meta {
    color: #444
}

.press-date,
.press-source {
    color: #b12028
}

.press-box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.document-content a {
    color: #b12028
}

.document-content .document-date {
    display: block;
    font-weight: 300;
    font-size: 20px
}

.document-content h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0 10px
}

.document-content p {
    padding-bottom: 20px
}

.document-content h4 {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 10px
}

.document-content ul {
    list-style: none outside;
    margin-bottom: 40px
}

.document-content ul li {
    list-style: none;
    line-height: 24px;
    margin: 8px 0 8px 20px;
    position: relative
}

.document-content ul li:before {
    background-color: #b12028;
    content: "";
    position: relative;
    float: left;
    margin-left: -20px;
    margin-top: 9px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 1px
}

.language-container {
    float: right;
    width: 220px;
    margin: 0 auto;
    z-index: 1
}

.language-container img {
    width: 17px;
    border-radius: 1px;
    margin-right: 10px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 43.5%, .8);
    box-shadow: 0 0 1px hsla(0, 0%, 43.5%, .8)
}

.dropdown-toggle {
    padding: 15px 20px;
    text-align: left;
    width: 100%
}

.dropdown-toggle,
.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
    -webkit-box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1) !important;
    box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1) !important;
    background: #fff !important;
    color: #444 !important;
    border: none !important
}

.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
    outline: none !important
}

.dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 23px
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1) !important;
    width: 220px;
    padding: 0
}

.dropdown-menu a {
    padding: 10px 20px !important;
    font-size: 15px
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #b12028
}

.document-selector a {
    margin-right: 20px;
    width: 230px
}

.document-content {
    text-align: left
}

.blog-grid {
    position: relative
}

.pagination-frame {
    padding-top: 30px
}

.pagination {
    margin: 0
}

.pagination li a {
    background-color: rgba(177, 32, 40, .3);
    color: #fafafe;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.pagination li a,
.pagination li a:hover {
    height: 40px;
    width: 40px;
    padding-top: 9px;
    display: block;
    border-radius: 50%;
    border: 0;
    margin: 0 7.5px
}

.pagination li a:hover {
    text-decoration: none;
    background-color: rgba(177, 32, 40, .6)
}

.pagination li .active,
.pagination li .active:hover {
    background-color: #b12028
}

.post-content .title {
    margin-bottom: 45px;
    text-align: center
}

.post-content p {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: left
}

.post-content ul {
    list-style: none outside;
    margin-bottom: 40px
}

.post-content ul li {
    list-style: none;
    line-height: 24px;
    margin: 8px 0 8px 20px;
    position: relative;
    text-align: left
}

.post-content ul li:before {
    background-color: #b12028;
    content: "";
    position: relative;
    float: left;
    margin-left: -20px;
    margin-top: 9px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 1px
}

.post-content blockquote {
    padding: 15px 25px;
    background-color: #ffebcd;
    text-align: left
}

.landing-modal-container {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    align-items: inherit
}

.modal-content {
    background-color: #fff
}

.close-modal-button {
    padding: 20px 20px 0 0
}

.modal-content,
.modal-dialog {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.modal-body {
    background: #fff
}

.landing-text {
    padding: 20px 0;
    max-width: 540px;
    margin: 0 auto
}

.landing-text p {
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    padding-bottom: 16px;
    line-height: 24px
}

.landing-text h2 {
    text-align: left;
    font-size: 35px;
    font-weight: 600
}

.landing-text h3 {
    text-align: left;
    font-size: 21px;
    font-weight: 600
}

.landing-brand {
    width: 90px;
    position: absolute;
    top: -60px
}

a.modal-inline-link {
    color: #b12028
}

a.modal-inline-link:hover {
    color: #b12028;
    text-decoration: underline
}

.landing-modal-button {
    cursor: pointer;
    -webkit-transform: translateY(-13px) scale(1);
    transform: translateY(-13px) scale(1);
    padding: 9px 0 1px;
    margin: 28px 0 0 28px;
    font-size: 16px;
    text-align: center;
    height: 40px;
    width: 40px;
    color: #fff;
    background: #b12028;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 4px 0 rgba(20, 20, 40, .1);
    background: linear-gradient(45deg, #e20307, rgba(226, 3, 7, 0) 70%), linear-gradient(135deg, #f7595c 10%, rgba(247, 89, 92, 0) 80%), linear-gradient(225deg, #c8090d 10%, rgba(200, 9, 13, 0) 80%), linear-gradient(315deg, #dd0307 100%, rgba(221, 3, 7, 0) 0)
}

.landing-modal-button:hover {
    -webkit-transform: translateY(-13px) scale(1.07);
    transform: translateY(-13px) scale(1.07)
}

.corner-ribbon {
    width: 50px;
    height: 60px;
    padding-top: 16px;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 0;
    right: 20px;
    z-index: 1000;
    font-size: 15px;
    font-weight: 600;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
    transform: none;
    -webkit-transition: .3s;
    transition: .3s;
    background: #b12028;
    background: linear-gradient(45deg, #e20307, rgba(226, 3, 7, 0) 70%), linear-gradient(135deg, #f7595c 10%, rgba(247, 89, 92, 0) 80%), linear-gradient(225deg, #c8090d 10%, rgba(200, 9, 13, 0) 80%), linear-gradient(315deg, #dd0307 100%, rgba(221, 3, 7, 0) 0)
}

.corner-ribbon:hover {
    height: 63px
}

.corner-ribbon i {
    font-size: 13px;
    transform: none
}

.job-list-container .job-container h2 {
    font-size: 34px
}

@media (max-width:992px) {
    
    #dow-but-special{
    
        text-align: center;
    }
    
    #game-left{
    
        text-align: center;
    }
    
    #game-right{
        
        text-align: center;
    }
    
    #email-job-apply{
        
        width: 70%;
    }
    
    #video-cover-text{
        
        font-size: 25px
    }
    
    #image-game{
        
        padding-bottom: 40px;
    }
    
    #image-game-right{
        
        padding-bottom: 40px;
        padding-left: 0px;
    }
    
    #warlockarts-name{
        
        display: none;
    }
    
    #hr-footer{
        
        display: none;
    }
    
    #scrollup{
        
        bottom: 10px;
        right: 10px;
    }
    
    .social-list{
        
        display: none;
    }
    
    
    .logo {
        
    }
    
    .navbar-mobile .navbar-brand {
        display: none
    }

    .mobile-nav-show,
    .navbar-mobile .navbar-brand-dark {
        display: block
    }

    .navbar-collapse {
        display: block !important;
        position: fixed;
        right: 0;
        margin: 0;
        max-width: 400px;
        min-width: 270px;
        width: 60vw;
        height: 350px;
        transform: translate3d(111%, 0, 0);
        -webkit-transition: .3s;
        transition: .3s;
        background: #ffffff;/*rgba(0, 96, 100, .1);*/
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
        z-index: 1;
        top: 0
    }

    .mobile-nav-footer,
    .mobile-nav-header {
        display: block
    }

    .nav-link {
        width: 100%;
        border-radius: 0;
        text-align: left;
        height: auto;
        padding: 25px !important
    }

    .bg-scroll .nav-link,
    .nav-link {
        color: #000000;
        height: 5%;
        font-size: 100%;
        background: rgba(0, 0, 0, .03)
            
    }

    .nav-link:hover,
    .navbar ul li.active .nav-link {
        color: #000;
        background-color: rgb(255, 255, 255)/*hsla(0, 0%, 94.1%, 0)*/
    }

    .mobile-nav-open .navbar-collapse {
        transform: translateZ(0)
    }

    .info-carousel {
        margin-bottom: 30px
    }

    .copyright-left,
    .copyright-right {
        text-align: center
    }

    .p-90-0-90 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .hidden-on-mobile {
        display: none
    }

    .info-text-area-right {
        padding-left: 15px
    }

    .download-btns a {
        padding: 8px 14px;
        margin: 18px 10px 0 0
    }

    hr {
        margin-top: .6rem;
        margin-bottom: .6rem
    }

    .footer ul {
        margin-bottom: .6em
    }

    .footer-section h5 {
        margin-bottom: 0px
    }

    .footer-link-container {
        margin-top: 30px
    }

    .dots {
        display: none
    }

    section.value .value-box {
        margin-bottom: 30px
    }

    .impact-container p {
        margin: 30px 0 0
    }

    section.product .app-icon {
        margin: 0 auto
    }

    section.product {
        text-align: center
    }

    .happy-team h2 {
        margin-bottom: 30px
    }

    .job-list-container {
        margin-left: 0
    }

    .apply-left,
    .apply-right {
        text-align: center
    }

    .landing-text {
        padding: 20px
    }

    .corner-ribbon {
        right: 50%;
        margin-right: -25px;
        padding-left: 0
    }

    #about-carousel-1 {
        padding-top: 0
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 48px
    }

    h2 {
        font-size: 38px
    }

    .mr-15 {
        margin-right: 0;
        margin-bottom: 15px
    }

    .hb .button {
        width: 250px;
        margin-right: auto;
        margin-left: auto;
        min-width: 250px;
        display: block
    }

    .media-block img {
        width: 100%;
        height: 40%;
        position: relative
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 38px
    }

    h2 {
        font-size: 28px;
        text-align: center
    }

    .description {
        font-size: 15px
    }

    .container {
        text-align: center
    }

    .header-subpage {
        height: auto;
        min-height: 300px
    }

    .header-subpage .overlay {
        height: auto
    }

    .header-subpage-title {
        padding-bottom: 30px
    }

    .info-carousel {
        margin-bottom: 20px
    }

    .mb-90 {
        margin-bottom: 25px
    }

    .mb-60 {
        margin-bottom: 30px
    }

    .mb-30 {
        margin-bottom: 15px
    }

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

    .p-90-0-90 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-90-0-60 {
        padding-top: 25px;
        padding-bottom: 15px
    }

    .p-0-0-90 {
        padding-top: 0;
        padding-bottom: 25px
    }

    .mr-15 {
        margin-right: 0;
        margin-bottom: 15px
    }

    section.join-us {
        height: auto;
        min-height: 250px
    }

    section.join-us .overlay {
        height: auto
    }

    section.join-us .bg-img {
        background-position-y: 0
    }

    .blog-card-last {
        margin-bottom: 15px
    }

    .career-carousel {
        padding: 0;
        margin-bottom: 100px
    }

    .career-carousel-control {
        top: auto;
        bottom: 75px
    }

    .career-control-right {
        right: 50%;
        margin-right: -60px
    }

    .career-control-left {
        left: 50%;
        margin-left: -60px
    }

    section.career .section-title h2 {
        margin-bottom: 0
    }

    section.value .value-box {
        padding: 25px;
        height: auto;
        margin-bottom: 20px
    }

    section.value .value-box-last {
        margin-bottom: 0
    }

    section.our-journey {
        margin-top: -15px
    }

    section.our-journey .text-box {
        margin-bottom: 20px
    }

    .media-block img {
        width: 100%;
        height: 40%;
        position: relative
    }

    .media-block .text {
        padding: 30px 20px
    }

    .impact-container {
        margin-bottom: 30px
    }

    .impact-container p {
        margin: 20px 0 0
    }

    .life-box-last {
        padding-bottom: 0
    }

    

    section.product .app-icon {
        width: 100%
    }

    .download-btns a {
        margin: 10px 0 0
    }

    .mail-box-last,
    .press-box-last {
        margin-bottom: 0
    }

    .document-selector a {
        margin-right: 0;
        margin-bottom: 15px
    }

    .language-container {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .dropdown-menu {
        width: 100%
    }

    .department-card-last {
        margin-bottom: 0
    }

    .happy-team h2 {
        margin-bottom: 20px
    }

    .job-list-container .job-container {
        margin-bottom: 15px
    }

    .job-list-container .job-container h2 {
        margin-bottom: 15px;
        font-size: 25px
    }

    .job-list-container .job-container p {
        font-size: 15px
    }

    .job-list-container .position-list .position-box {
        margin-top: 25px;
        padding: 15px 30px 15px 20px
    }

    .job-list-container .position-list .position-box h4 {
        font-size: 16px
    }

    .job-list-container .position-list .position-box h4:after {
        right: -25px
    }

    .job-list-container .job-container img {
        height: 150px
    }

    .landing-text {
        padding: 0 10px 20px
    }
}

.primary-color {
    color: #b12028
}

.secondary-color,
section {
    color: #444
}

.primary-bg-color {
    background-color: #b12028
}

.secondary-bg-color {
    background-color: #444
}

.color,
.swiper-prev {
    color: #b12028
}

.button-filled,
.button-sbscrb,
.contact-us,
.crumb,
.plus,
.skillbar-bar,
.swiper-next {
    background: #cee1eb
}

.bg-white {
    background-color: #fff
}

.color-white {
    color: #fff
}

.swiper-prev {
    background-color: #fff
}

.footer,
.side-navigation-wrapper,
body {
    background: #0e3548;
}

.career .overlay,
.join-us .overlay,
header .overlay {
    background: rgba(30, 30, 30, 0.2)
}

.dynamic-content > :not(:last-child) {
    margin-bottom: 15px
}

.dynamic-content > p {
    font-weight: lighter
}

.alert-box {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    box-shadow: 0 2px 40px 0 rgba(20, 20, 40, .1);
    padding: 30px
}

.document-selector a {
    width: auto;
    min-width: 230px
}

.post-content .larger-text {
    font-size: 24px
}

body.modal-open .page-wrapper {
    position: fixed !important;
    overflow: hidden
}

.join-us .bg-img {
    background-position: 50%
}