* {
	padding: 0;
	margin: 0 auto;
}
body {
	  font-family: 'Play-Regular';
}

@font-face {
  font-family: 'Play-Bold';
  src: url(../fonts/Play-Bold.eot);
  src: url(../fonts/Play-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Play-Bold.woff2) format('woff2'),
       url(../fonts/Play-Bold.woff) format('woff'),
       url(../fonts/Play-Bold.ttf) format('truetype'),
       url(../fonts/Play-Bold.otf) format('otf'),
       url(../fonts/Play-Bold.svg#Play-Bold) format('svg');
}

@font-face {
  font-family: 'Play-Regular';
  src: url(../fonts/Play-Regular.eot);
  src: url(../fonts/Play-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Play-Regular.otf) format('otf'),
       url(../fonts/Play-Regular.svg#Play-Regular) format('svg'),
       url(../fonts/Play-Regular.ttf) format('truetype'),
       url(../fonts/Play-Regular.woff) format('woff'),
       url(../fonts/Play-Regular.woff2) format('woff2');
}

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/slick.woff') format('woff'),
     url('../fonts/slick.ttf') format('truetype'), 
     url('../fonts/slick.svg#slick') format('svg');
}

h1, h2, h3, h4, h5, h6{
   font-family: 'Play-Bold';
}

a:hover {
    text-decoration: none;
}

.navbar-brand {
    margin:0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
       position: relative;
       padding:0;
}

.navbar-light .navbar-nav .nav-link:after{
   content: '';
    position: absolute;
    background: #f05923;
    bottom: -6px;
    right: 0;
    /* right: 0; */
    height: 2px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 0;
}

.navbar-light .navbar-nav .nav-link:hover:after{
    width: 100%;
    right: auto;
    left: 0;
}
li.nav-item {
    margin-left: 30px;
}

.mr-rt {
    margin-right: 0;
}
.navbar {
    padding:0;
}
header.nav-up {
    top: -102px;
}
header {
    padding: 5px 0;
    position: fixed;
    right: 0;
    left: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    top: 0;
    z-index: 99999;
}
header.fixed {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation: smoothScroll 1.5s forwards;
    animation: smoothScroll 1.5s forwards;
    border-bottom: none;
    padding: 0 0 0 0;
}

header.fixed .logo img {
    width: 90px;
    position: relative;
    top: -6px;
}
header.blue.nav-down.transparent {
    background: transparent;
}
header.blue.nav-down.transparent.fixed {
    background: url(../images/bg.png) !important;
}
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


.blue{
	background: #171c30;
  background: url(../images/bg.png);
  background-size: cover !important;
}

.empoewing-wrapper .empoewing-box_img{
	background-size: cover !important;
	height: 100vh;
}
.circle_height {
    width: 200px;
    border-radius: 100px;
    overflow: hidden;
    height: 214px; /* 500px*/
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
    position: relative;
    top: 0px;
    
    -webkit-transform: scale(0);
    
        -ms-transform: scale(0);
    
            transform: scale(0);
}
.circle_height video {
    position: absolute;
    width: 97.6%;
        border-radius: 150px;
    height: 214px; /* 500px*/
    -o-object-fit: cover;
       object-fit: cover;
    /*z-index: 9;*/
    z-index:99999;
    left: 0;
    right: 0;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.circle_height img{
     /* width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;*/
}

.top160 {
    padding-top: 98px;
    position: relative;
}
.circle_height h4 {
    -webkit-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
    opacity:0;
    position: absolute;
    top: 40px;
    line-height: 1.0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 40px;
    z-index: 9999999999;
        -webkit-transform: translate(0px, 70px);
            -ms-transform: translate(0px, 70px);
                transform: translate(0px, 70px);
}

svg.svg {
    width: 150px;
    position: absolute;
    bottom: 0;
}

.relative{
  position: relative;
}

svg { width: 33%; }
rect { fill: #FE0304; }
text { 
  font-size: 34px;
  font-weight: 900; 
  text-transform: uppercase;
  letter-spacing: 21px;
  fill: white;
}

.arrow-icon.-bottom{
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.a-scrollIndicator-icon{
  width: 32%;
  height: 32px
}

.container {
    max-width: 100%;
    width:90%
}

.relative.arrow-svg {
    width: 150px;
    position: relative;
    margin: 0;
    cursor: pointer;
    z-index: 9;
    left: 66px;
}
.arrow-svgdown {
    background: #fff;
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    top: -42px;
    left: -42px;
    margin-right: 0;
}

.arrow-svgdown:hover{
    background:#ef5923;
}
.arrow-svgdown:hover .cls-1{
        stroke: #fff;
}

.cls-1{
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.Circle-Shape {
    /*position: absolute;*/
    top: 40%;
    right: 0;
    left: 0;
}


.arrow-svgdown svg {
    width: 13px;
}

.cloud_data {
    /*position: absolute;*/
    right: 0;
    left: 0;
    text-align: center;
/*    top: 113%;*/
}

.h4 span{
  display: block;
 
   font-size: 50px;
}

.h4{
   font-family: 'Play-Bold';
   text-transform: uppercase; 
   color: #fff;
   font-size: 75px;
}

.w-90 {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.cloud_data p {
    font-size: 36px;
    color: #fff;
    line-height: 1.4;
    padding: 20px 50px 40px;
}

.cloud_data .h4{
  margin-bottom: 0px;
}


.banner_center.blue {
    margin-top: -400px;
}
.cloud_data {
    margin-top: -700px;
    position: relative;
    z-index: 1;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(239 89 37);
}

.btns {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    width: 250px;
    border-radius: 50px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    padding: 14px 30px;
}

.btns span {
    position: relative;
    width: 60px;
    height: 27px;
    border: solid 1px #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 0 0 0 40px;
}

.btns:hover{
    background:#0c101c;
    color:#fff;
}
.btns:hover span:after{
     /*-webkit-transform: translateX(-34px);
         -ms-transform: translateX(-34px);
             transform: translateX(-34px);*/
}

.btns span:after {
    content: '';
    background: #f05923;
    -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
            transform: translateX(-34px);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    border-radius: 70px;
    display: inline-block;
    /*right: 3px;*/
    top: 2px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}


.pad60{
    padding:100px 0;
}

.empoewing-wrapper .empoewing-box_img{
    width:50%;
}
.empoewing-wrapper .empoewing-gradient{
    width:15%;
    background: rgb(74,65,153);
background: -o-linear-gradient(top, rgba(74,65,153,1) 0%, rgba(138,64,104,1) 53%, rgba(204,80,61,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(74,65,153,1)), color-stop(53%, rgba(138,64,104,1)), to(rgba(204,80,61,1)));
background: linear-gradient(180deg, rgba(74,65,153,1) 0%, rgba(138,64,104,1) 53%, rgba(204,80,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4199",endColorstr="#cc503d",GradientType=1);
height: calc(100vh - 20vh);
    margin-top: calc(100vh - 80vh);
}
.empoewing-wrapper .empoewing-text {
    width: 35%;
    padding: 50px 150px 0 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}


.empoewing-wrapper .empoewing-text h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 60px;
}
.empoewing-wrapper .empoewing-text p {
    color: #fff;
    font-size: 14px;
}
svg.progress {
    height: auto;
    background: transparent;
    width:300px;
    height:300px;
    border:solid 1px rgb(255 255 255 / 34%);
    border-radius:50%;
}

.progress circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 5;
  
}
.progress-round__wrap {
    top: 37%;
    position: absolute;
    z-index: 1;
    right: 32%;
}

.slide_main {
    position: relative;
    margin-top: -94px;
}

.why-choose-wrapper .text-center {
    padding: 40px 0;
    /*background: #2c71a1;*/
    z-index: 9;
    position: relative;
}

.carrer_head .clip {
    font-size: 75px;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
        font-family: 'Play-Bold';
}

.why-choose-wrapper .h4 small{
    font-size:100%;
    color: transparent;
    -webkit-text-stroke: 1px white;
}


.aboutSection {
    position: relative;
    margin-top: -100px;
}
.bg_img.active {
    opacity: 1 !important;
}

.bg_img {
    height: 100vh;
    background-size: cover !important;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    position: relative;
}
.bg_img:after {
    content: '';
    background: rgb(0 0 0 / 21%);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.hover_div {
    padding: 80px;
    height: 100vh;
}
.aboutSection strong {
    color: #ffff;
    font-size: 34px;
    position: relative;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    margin-bottom: 10px;
    display: block;
}

.aboutSection .row{
    margin:0;
}

.aboutSection p {
    font-size: 16px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#primary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}
.boder-rt {
    border-right: solid 1px rgb(255 255 255 / 40%);
    height: 100vh;
}
.aboutSection .row {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hover_div .btns {
    margin-left: 0;
    width: 270px;
    opacity: 0;
}
.hover_div div {
    -webkit-transform:translateY(215%);
        -ms-transform:translateY(215%);
            transform:translateY(215%);
    opacity: 0.8;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1;
    -o-transition: all ease-in-out 1;
    transition: all ease-in-out 1;
}
.aboutSection .col-md-6{
    position: relative;
}

.hover_div:hover div{
     -webkit-transform:translateY(70%);
         -ms-transform:translateY(70%);
             transform:translateY(70%);
     opacity: 1;
}

.hover_div:hover .btns{
     opacity: 1;
}


.hover_div:hover .btns {
    background: #0c101c;
    color: #fff;
}

.hover_div:hover .btns span:after {
    -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
            transform: translateX(-34px);
}

.boxes {
    display: block;
    width: 25%;
    position: relative;
    overflow: hidden;
    border: solid 1px rgb(245 245 245 / 31%);
     padding: 40px;
    margin: 0;
}


.clients img {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    position: relative;
}
.da-image {
    min-height: 100%;
    width: 73%;
    margin: 0 auto;
    display: block;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: relative;
    z-index: 1;
}
.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    color: #FFF;
    background-color: #000000;
    z-index: 10;
}

.clients img {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    position: relative;
}

.hoverblock {
    display: none;
}
/*.boxes:hover .da-image {
    display: none;
}*/
.boxes:hover img.da-image.hoverblock {
    display: block;
}
.partner p {
    color:#fff;
}
.mr-top50 {
    margin-top:60px;
}
.partner {
    background-size: cover !important;
}

.carrer {
    position: relative;
    padding-bottom: 100px;
}
.view-carrer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height:100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.view-carrer span {
    background: #f05923;
    width: 150px;
    display: block;
    height: 150px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 60px;
    color: #fff;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    z-index: 9;
        overflow: hidden;
    position: relative;
}
.view-carrer span:hover:after {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.view-carrer span:after{
    content: '';
    position: absolute;
    background: #2d99d5;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    z-index: -1;
}

.view-carrer .form-group {
    margin-bottom: 20px;
}




.quick-links ul{
    list-style:none;
}

.quick-links ul li{
    margin-bottom:30px;
}

.quick-links ul li a{
    font-size:14px;
    color:#fff;
    position: relative;
}

.quick-links ul li a:after{
    content: '';
    position: absolute;
       background: #f05923;
    bottom: -6px;
    right: 0;
    /* right: 0; */
    height: 2px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 0;
}
.quick-links ul li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
.quick-links p {
     font-size:14px;
    color:#fff;
}

.social_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.social_link li {
    margin: 0;
    margin-right: 15px;
}

.social_link li a {
    text-decoration: none;
}

.social_link li a i {
    border: solid 1px #a8a8a8;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
}

.social_link li a i:hover{
    background: #f05923;
        border: solid 1px #f05923;
}

footer .logo img {
    width:100px;
}
header .logo img {
    width:100px;
}
.privacy {
    color:#fff;
}

footer .address{
     color:#fff;
     font-size:14px;
     margin-bottom:0;
}

.privacy a{
    color:#fff;
    font-size:14px;
    position: relative;
}

.privacy a:after{
    content: '';
    position: absolute;
    background: #f05923;
    bottom: -6px;
    right: 0;
    /* right: 0; */
    height: 2px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 0;
}
.privacy a:hover:after{
        width: 100%;
    right: auto;
    left: 0;
}

.top80 {
    margin-top:120px;
}

.copyright{
    background:#0d111e;
    padding:10px 0;
}

.copyright p {
    font-size:14px;
    color:#fff;
    text-align:center;
    margin:0;
    opacity:0.6;
}

.privacy span {
    padding: 0 7px;
}

.arrow-right img {
    width: 50px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    left:0;
}
.arrow-rights:hover {
    background: rgb(255 255 255 / 5%);
}
.arrow-right:hover img{
     left:10px;
}
.arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.arrow-right .slide_count {
    font-size: 80px;
    color: #fff;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    z-index: -1;
}

.empoewing-wrapper .h4 span {
    font-size: 75px;
    text-align: center;
    z-index: 999999999;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px white;
}

.empoewing-box {
    position: relative;
}

.service-wrapper {
    background-position: center !important;
    background-size: cover !important;
}

.service-wrapper h4 small,
.service-wrapper h2 small{
    font-size: 100%;
    color: transparent;
    -webkit-text-stroke: 1px white;
}


.containerwd{width:100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.spinner-wrapper{margin:0 auto}
.spinner{width:25em;height:25em;margin:0 2em;cursor:pointer;position:relative; border:1px solid rgb(255 255 255 / 48%); border-radius: 100em;}
.spinner p{position:absolute;top:0%;width:100%;text-align:center;opacity:0; -webkit-transition:all 1s; -o-transition:all 1s; transition:all 1s;}
.inner-spin{width:25em;height:25em;-ms-transform:rotate(0deg);transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transition:all 1s; transition:all 1s; -webkit-transition:all 1s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0); left: -3px; top: -3px;}
.inner-spin:before{display:block;margin:0 auto;position:absolute; border-radius:12.3em 0em 0 0;background:#0c2a48; content:"";height:13em;width:13em;z-index:1}
.inner-spin2{width:24em;height:24em;-ms-transform:rotate(0deg);transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transition:all 1s; transition:all 1s; -webkit-transition:all 1s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0); position: absolute; top: 0; z-index: 1;}
.inner-spin2:before{content:"";height:10em;width:10em; display:block;margin:0 auto;position: absolute; top: 2.5em; left: 2.5em; z-index: -1; border-radius:12.5em 0em 0 0;background:#fff}
.spinner-content{display:block;margin:0 auto;position:absolute;width:24em;height:24em;background:transparent;border-radius:100em; z-index:2; top:50%;left:50%; margin-top:-12em;margin-left:-12em; overflow: hidden;}
.spinner-content strong{ font-size: 3.1rem; color: #ffffff; position: absolute; top: 50%; left: 50%; z-index: 2; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-weight: 500;}
.centerpointc{width: 8em; height: 8em; border-radius: 100em; background: #80b953; position: absolute; top: 50%; left: 50%; z-index: 2; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.spinner span img{width:24em;height:24em;border-radius:100em;opacity:1;-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s; padding: 5em; position: absolute; z-index: 1;}
.soltextwrap{ width:100%; position: relative;}
.soltextwrap strong{ font-size: 20px; color: #fff; margin-bottom: 0px; display: block; font-weight: bold;}
.knowbtn a{ border-color: #707070; color: #000; margin-top: 50px;}
.spinrotatesu{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}
.spinrotatesm{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg);}
.soltextwrap p {
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.4;
    margin: 10px 0 0 0;
}
.soltextwrap {
    margin-bottom: 100px;
}

.soltextwrap img {
    width: 60px;
    margin-top: -8px;
}
.service-wrapper .row {
    margin-top:50px;
}
.spinrotatesu3{-webkit-transform:rotate(280deg);-ms-transform:rotate(280deg);transform:rotate(280deg);}
.spinrotatesm4{-webkit-transform:rotate(157deg);-ms-transform:rotate(157deg);transform:rotate(157deg);}

.service-wrapper .btns {
    width: 270px;
}

.service-wrapper .btns:hover{
    background:#2c82b8;
}
.clip{
    color: transparent;
    -webkit-text-stroke: 1px white;
}
.sidenav1 .closebtn {
     position: relative; 
    top: 0;
    right: 0;
    font-size: 44px;
    margin-left: 50px;
    color: #fff;
    background: #f05923;
    width: 230px;
    height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 80px;
    /* left: 234px; */
}

.sidenav1 .closebtn small{
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
}

.sidenav1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 76%;
    position: fixed;
    z-index: 999999999999999;
    top: 0;
    right: 0;
    /* background-color: #fff; */
    /* overflow-x: hidden; */
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    overflow: hidden;
    margin-right: -100%;
    overflow-y: scroll;
}

.slide_text .clip{
    font-size: 90px;
    text-transform: uppercase;
    line-height: 0.9;
    margin-top: 70px;
    display: block;
    font-family: 'Play-Bold';
}
.slide_text {
        background: url(../images/career-bg.jpg);
    padding: 0 50px 50px 50px;
    margin-top: -90px;
}
.slide_text .clip {
    margin: 0;
   font-size: 75px;
}

.font-26 {
    font-size: 30px !important;
    color: #fff;
    margin-top: 11px !important;
}

.slide_text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
}

body.bodyOverflow{
    overflow: hidden;
}

.loop_bg {
    margin-bottom:100px;
}

.loop_bg_head .h4 {
    font-size: 50px;
    margin-bottom: 60px;
}

.loop_bg_head .h4 small{
    margin: 0;
    font-size: 50px;
    display: inline-block;
}

.benefits_box {
    border:solid 1px #fff;
    padding:40px;
}
.about_left ul {
    list-style: none;
}
.about_left ul li {
    border-bottom: 1px solid #ffffff6e;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

.about_left ul li span {
    font-family: 'bod_r';
    display: inline-block;
    padding-right: 30px;
    font-size: 17px;
    color: #8c8c8c;
}

.hover_box .row{
    margin:0;
}

.hover_box .col-lg-6{
    padding:0;
}

.benefits_box {
    border: solid 1px #ffffff82;
    padding: 40px;
}


.loop30 {
    padding-left:60px;
}

.graident_box .about_left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.graident_box .about_left ul li {
    width: 33.333%;
    padding: 70px 0;
    text-align: center;
    border: none;
    margin-bottom: 15px;
}

.graident_box .about_left ul li:nth-child(odd){
        background: -o-linear-gradient(319deg, rgba(74,65,153,1) 20%, rgba(138,64,104,1) 43%, rgba(204,80,61,1) 80%);
        background: linear-gradient(131deg, rgba(74,65,153,1) 20%, rgba(138,64,104,1) 43%, rgba(204,80,61,1) 80%);
}

.enquire_box input {
    border: none;
    background: transparent;
    border-bottom: solid 1px #fff;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding-bottom: 9px;
}
.enquire_box input:focus, .resume_wrapper input:focus {
    outline: none;
}

.enquire_box input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.enquire_box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.enquire_box input::-moz-placeholder {
  color: #fff;
}

.enquire_box input::-ms-input-placeholder {
  color: #fff;
}

.enquire_box input::placeholder {
  color: #fff;
}

.btn-file {
    position: relative;
    /*overflow: hidden;*/
    font-size: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #f46c21 !important;
    color: #fff !important;
    cursor: inherit;
    display: block;
}
span.file-name {
    font-size: 12px;
        display: flex;
    margin: 0;
}

.btn-file i {
    margin-right: 10px !important;
    background: #194d70;
    font-size: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
}
.partner .clip {
    font-size: 75px;
}

.dull {
    opacity: 0.5;
}


.wid-form{
    max-width: 550px;
    margin: 0;
}

.form-group {
    margin-bottom: 30px;
}
.wid-form .btns {
    border: none;
    width: 270px;
    margin-top: 50px;
    cursor: pointer;
}

.loading {
    background: #f05923;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.is-loaded {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    z-index: 99999;
}
small.total {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.is-loaded.full-loaded {
    height: 430px;
}

.circle_height h4.opacity1 {
    opacity: 1 ;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}

.banner .text-center{
        height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

body.bodyOverflow .carrer, 
body.bodyOverflow .partner {
        -webkit-filter: blur(2px);
                filter: blur(2px);
}


.cloud_data img{
        margin-top: -30px;
}
.why-choose-wrapper .text-center p {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
.logo-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
}

.logo-loading img {
    width:100px;
}

.empoewing_icon img{
    width:150px;
}

.empoewing_icon h5,
.empoewing_icon h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 5px;
}

.empoewing_icon p {
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.6;
    margin: 10px 0 0 0;
    padding-right: 20px;
}

.empoewing_icon span {
    margin: 0;
    color: #f05923;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: -7px;
}

.empoewing_icon img{
    margin:0;
}

.empoewing-wrapper .col-lg-4 {
    margin:0;
}

.empoewing-wrapper .empoewing_icon {
    margin-bottom:30px;
}

.empoewing-wrapper .col-lg-4:first-child .empoewing_icon{
    margin-top:30px;
}

.empoewing-wrapper .col-lg-4:nth-child(2) .empoewing_icon{
     margin-top:80px;
}

.empoewing-wrapper .col-lg-4:nth-child(3) .empoewing_icon{
     margin-top:120px;
}

.empoewing-wrapper .col-lg-4:nth-child(4) .empoewing_icon{
     margin-top:0;
}


.empoewing-wrapper .col-lg-4:last-child .empoewing_icon{
     margin-top:40px;
}

.service-hover {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.overflow {
    overflow: hidden;
}
.service-hover .caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 30px;
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.92) 64%, rgba(36, 36, 36, 0.98) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0)), color-stop(1%, rgba(230, 230, 230, 0)), color-stop(39%, rgba(4, 4, 4, 0.41)), color-stop(64%, rgba(21, 21, 21, 0.74)), to(rgba(36, 36, 36, 0.98)));
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.74) 64%, rgba(36, 36, 36, 0.98) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.74) 64%, rgba(36, 36, 36, 0.98) 100%);
}
.service-hover h6,
.service-hover h3{
    color: #fff;
    font-size: 20px;
}
.service-wrapper p {
       color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.service-hover p {
    color: #fff;
     font-size: 14px; 
       line-height: 1.6;
    margin: 10px 0 0;
}

.caption.hover_slide {
    background: #1b2b44;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: all ease-in-out 1.5s;
    -o-transition: all ease-in-out 1.5s;
    transition: all ease-in-out 1.5s;
    height: 100%;
}

.service-hover:hover .caption.hover_slide{
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
}

.service-hover .hover_slide_relative img{
    width:65px;
}

.text-btn {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: solid 1px #f05923;
    color: #fff;
    position: relative;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.why-choose-wrapper {
    overflow: hidden;
}
.text-btn:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #fff;
    height: 1px;
    width: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.text-btn:hover {
    color:#fff;
}
.text-btn:hover:after{
    width:100%;
}

.hover_slide_relative {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
}

.carrer_head p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
}


.nav-tabs {
    display:none;
}

.carrer .nav-tabs li {
    width: 50%;
    margin: 0;
}

.carrer .nav-tabs li a {
        text-transform: uppercase;
    width: 100%;
    text-align: center;
    background: transparent;
    background: #fff;
    color: #fff;
    border-radius: 0;
    padding: 20px;
    position: relative;
    font-family: 'Play-Bold';
    font-size: 18px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.carrer .card {
    background-color: transparent;
    color: #fff;
}

.carrer .collapse {
    margin-top:30px;
}

.wroking-text {
    background: #27648b;
    padding: 40px;
    position: relative;
    height: 328px;
}

.wroking-text img{
    width:60px;
}

.mb30 {
    margin-top:30px;
}

.wroking-text h5, 
.wroking-text h3{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.wroking-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.wroking-text img{
    z-index: 1;
        position: absolute;
    right: 40px;
    bottom: 40px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.wroking-text:hover img{
    right: 30px;
}
.cover {
    background-size: cover !important;
}
.cover:after {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 53%);
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.h100{
    height:100%;
}
.dark-blue{
    background:#0c101c;
}

.next-role{
    position:relative;
}
.card-body {
    padding:0;
}
.next-role span {
    position: absolute;
    left: 30px;
    top: 70px;
    line-height: 0.9;
}

.next-role .p-right {
    right: 40px;
    left: auto;
    top: 140px;
}

.hover-list .staic {
    background: url(../images/green-gradient.svg) no-repeat;
    background-size: cover !important;
    padding: 20px;
    height: 200px;
    position: relative;
     -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.hover-list .staic:hover{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

.hover-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:0;
}
.hover-list li {
    width: 100%;
}

.hover-list li img {
    width: 20px;
    position: absolute;
    bottom: 20px;
}

.hover-list .staic i {
    font-size: 16px;
    margin-bottom: 20px;
}
.hover-list .staic p{
        font-size: 16px;
}

.hover-list .staic h4{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.staic.ancher {
    padding:0;
}
.nav-tabs {
    border-bottom: none !important;
}
.ancher a{
    padding:20px;
    display: block;
}

.hover-list .staic img.bg-fill{
    background: #fff;
    padding: 9px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* display: block; */
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

#tabs {
    margin-top: 60px;
}
#tab-A {
    background:url('../images/tab1-l-border.svg') no-repeat;
    background-size:cover !important;
}
#tab-B {
    background:url('../images/tab2-r-border.svg') no-repeat;
    background-size:cover !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
        color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f05923;
    border-color: transparent;
}

.bg-fill {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    padding: 15px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.bg-fill:hover{
    background:#ef5923;
}

.bg-fill:hover .cls-1 {
    color:#fff;
}

#tab-A.nav-link.active, 
#tab-A.nav-link:hover{
    background:url('../images/tab1-left.svg') no-repeat !important;
    background-size:cover !important;
}
#tab-B.nav-link.active,
#tab-B.nav-link:hover{
    background:url('../images/tab1-right.svg') no-repeat !important;
    background-size:cover !important;
}

 
.boxes:hover:after {
    top: 0;
}
.boxes:after {
    content: '';
    background: #1b2b44;
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.margin0{
    margin-top:0 !important;
}

.overflow{
        overflow: hidden;
}
.about-dta .carrer_head p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px !important;
    margin: 0;
    opacity: 0.9;
}

.hide {
    display:none;
}

.hover_div:hover .hide{
    display:initial;
}
 .about-dta.blue.pad60 {
    padding-top: 0;
    margin-top: -90px;
}

.about-dta .arrow-svgdown {
    top: 60px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #ef5923;
}

.service-hover img{
    -webkit-transition: all ease-in-out 1.5s;
    -o-transition: all ease-in-out 1.5s;
    transition: all ease-in-out 1.5s;
}
.service-hover:hover img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.chosse-bg {
    background-size: cover !important;
    height: 100vh;
    /* background-size: cover !important; */
}
.choose_box {
    position: relative;
}
.chooseSection .col-lg-6 {
    padding:0;
}

.choose-caption {
    position: absolute;
    bottom: 0;
    padding: 50px 67px 73px;
}

.choose-caption strong,
.choose-caption h3{
    color: #ffff;
    font-size: 34px;
    position: relative;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    margin-bottom: 10px;
    display: block;
}

.choose-caption p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    line-height: 1.6;
}
.choose-caption .btns  {
    width: 280px;
    margin: 0;
        background: #0c101c;
    color: #fff;
}

.boxes:hover img.da-image.color-logo{
    display:none
}

#button {
  display: inline-block;
  background-color:#ef5923;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, 
    opacity .5s, visibility .5s;
  -o-transition: background-color .3s, 
    opacity .5s, visibility .5s;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor:pointer;
}
#button svg {
    width: 20%;
}

#button .cls-1 {
    stroke: #ffffff;
}
#button:hover{
    background:#0c101c;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#button svg {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
}

.chooseSection .row{
    margin:0;
}
header.blue.nav-down.zindex_overwirte {
    z-index: 999999;
}
.cookies-strip {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 99999;
}

.cookies-strip p {
    margin-bottom:0;
    font-size: 15px;
}

.btns_box {
    text-align:right;
}
.cookies-strip button {
    background: #161a2e;
    border: none;
    cursor:pointer;
    color: #fff;
    width: 120px;
    padding: 7px;
    border-radius: 50px;
}
.form-control:focus, .addressBox button {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.addressBox .form-control::-webkit-input-placeholder { 
  color: #000;
}

.addressBox .form-control:-ms-input-placeholder { 
   color: #000;
}

.addressBox .form-control::-moz-placeholder {
    color: #000;
}

.addressBox .form-control::-ms-input-placeholder {
    color: #000;
}

.addressBox .form-control::placeholder {
    color: #000;
}
.contact_wrapper {
    padding-bottom: 80px;
}
.addressBox .form-control {
    border: none;
    background: #ffffff;
    border: solid 1px #ffffff; 
    border-radius: 0;
    margin-bottom: 6;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #000;
    padding: 20px;
}


.contact_wrapper .col-md-6, 
.contact_wrapper .col-md-12{
    margin-bottom: 20px;
}

.addressBox button{
    border-radius: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-size: cover !important;
    cursor: pointer;
    padding: 22px;
    background: #234a6c;
}

.contact_wrapper .contactB.contactform {
    max-width: 800px;
    margin: 0;
}
.carrer_head .form-inline .form-group {
    margin: 0;
    width: 40%;
}
.carrer_head .form-inline button {
    margin: 0;
    border-radius: 0;
    border: none;
    background-size: cover !important;
    cursor: pointer;
    padding: 22px;
    background: #234a6c;
}

.carrer_head form.form-inline {
    margin-top: 15px;
    margin-bottom: 30px;
}
.carrer_head .form-inline input.form-control {
    width: 100%;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 16px;
}
.job-post .row {
    margin-top: 60px;
}
.jobs {
    padding: 40px 30px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.jobs:after {
    content: '';
    background: url(../images/lines.svg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover !important;
    height: 10px;
}

.jobs .headline {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    color:#000;
}

.jobs h6 {
    color:#000;
    font-size: 26px;
    margin-bottom: 30px;
}
span.light {
    color: #b1b1b1;
    margin-top: 60px;
    display: block;
}
.carrer_head .jobs p {
    color: #000;
    font-size: 15px;
    margin: 0 0 11px 0;
    line-height: 1.6;
}

.resume_wrapper input {
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: solid 1px #fff;
    padding: 16px 0;
    color: #000;
    margin-bottom: 30px;
        border: none;
    border: solid 1px #ffffff;
    border-radius: 0;
    margin-bottom: 6;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #000;
    padding: 20px;
}

.resume_wrapper .btns {
    border-radius: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-size: cover !important;
    cursor: pointer;
    padding: 22px;
    background: #234a6c;
}
.resume_wrapper input::-webkit-input-placeholder { 
  color: #000;
}

.resume_wrapper input:-ms-input-placeholder { 
   color: #000;
}

.resume_wrapper input::-moz-placeholder {
    color: #000;
}

.resume_wrapper input::-ms-input-placeholder {
    color: #000;
}

.resume_wrapper input::placeholder {
    color: #000;
}

.resume_wrapper p {
    color: #fff;
    font-size: 14px;
}

.resume_wrapper p span{
    opacity:0.5;
    display:block;
}

.job-post .col-lg-4.col-md-4 {
    margin: 0;
}


#myModal2 .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

.modal .modal-content {
    border: none;
    border-radius: 0;
    padding: 50px;
    text-align: center;
}

.modal{
   
    background: #0000009e;
    z-index: 999999;
}
.show {
    display: block;
}

footer {
    border-top: solid 1px #ffffff40;
}

.next_role .row{
        align-items: end;
}
.cloud_data h1 {
    color: #fff;
    font-size: 36px;
}

.next_role .row .btns{
    background: #161a2e;
}

#result .col-md-12{
    margin-bottom:30px;
}
#result {
    color: #fff;
}
#result .jobs {
    height: 297px;
}
#result .col-lg-4.col-md-4 {
    margin: 0;
}


.flex-attach {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: end;
}

label#fileUpload-error {
    position: absolute;
    top: 37px;
    left: 58px;
}


label#name_1-error, #email_1-error {
    position: relative;
    top: -21px;
}


#lottie {
    position: relative;
}

.banner-none{
    display:none;
}


.wroking-text {
    pointer-events: none;
}

header.fixed{
    background: #171c30 !important;
    /* background: url(../images/bg.png); */
    background-size: cover !important;
}