@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}
html, body {height: 100%;}
a {    text-decoration: none;
    color: inherit;}
body {
    background-color: #000000;

    font-size: 18px;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1{
    font-size: 72px;
    font-family: 'Didot', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.025em;
    color: #ffffff;
    line-height: 1;
    text-indent: 5px;
}

h2{
    font-size: 48px;
    font-family: 'Didot', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #0f2133;
}

h3{
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2199c6;
}

p {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.clearfloat {
    clear: both;
    height: 0;
}

.mobile-br{
    display: none;
}

.ipad-p-br{
    display: none;
}

.desktop-br{
    display: block;
}

.applynow .applynow-content h3 br {
    display: none;
}

/*.button-outer{*/
    /*border: 2px solid #c33939 ;*/
    /*line-height: 40px;*/
    /*border-radius: 25px;*/
    /*width: 131px;*/
    /*margin-top: 30px;*/
    /*transition: all .2s ease;*/
    /*-webkit-transition: all .2s ease;*/
    /*-moz-transition: all .2s ease;*/
    /*-o-transition: all .2s ease;*/
    /*-ms-transition: all .2s ease;*/
/*}*/

/*.button-outer:hover .button{*/
     /*margin: 0px;*/
    /*padding: 3px;*/
/*}*/

/*.button-outer:hover .button:before{*/
    /*left: -7px;*/
/*}*/


.button{
    position: relative;
    padding: 15px 50px 15px 30px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    background: #0f2133;
    color: #ffffff;
    font-size: 16px;
    margin-top: 30px;
    font-family: 'Exo 2 Semi', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    text-transform: uppercase;
    cursor: pointer;
}

.button .arrow{
    position: absolute;
    top: 50%;
    right: 17px;
    width: 14px;
    height: 16px;
    background: #ffffff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.button .arrow-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #b41f24;
}


.button:hover{
    opacity: 0.6 !important;
}

#scroll-to-top {
    width: 50px;
    height: 50px;
    background: #3e9a3c;
    display: inline-block;
    font-size: 35px;
    text-align: center;
    line-height: 47px;
    bottom: 30px;
    right: 30px;
    position: fixed;
    z-index: 5;
    opacity: 0;
    -moz-transform: translate(0,0) scale(0,0);
    -o-transform: translate(0,0) scale(0,0);
    -ms-transform: translate(0,0) scale(0,0);
    -webkit-transform: translate(0,0) scale(0,0);
    transform: translate(0,0) scale(0,0);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s linear;
    cursor: pointer;
}



#scroll-to-top .arrow {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    height: 5px;
    width: 5px;
    top: 20px;
    left: 0;
    margin: auto;
    right: 0;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    position: absolute;
}

#scroll-to-top.active {
    opacity: 1;
    -moz-transform: translate(0,0) scale(1,1);
    -o-transform: translate(0,0) scale(1,1);
    -ms-transform: translate(0,0) scale(1,1);
    -webkit-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
}

#scroll-to-top.active:hover {
    -moz-transform: translate(0,0) scale(1.1,1.1);
    -o-transform:  translate(0,0) scale(1.1,1.1);
    -ms-transform:  translate(0,0) scale(1.1,1.1);
    -webkit-transform:  translate(0,0) scale(1.1,1.1);
    transform:  translate(0,0) scale(1.1,1.1);
}


.default {
    /* margin-top: 100px; */
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    display: block;
}

.scroll-arrive {
    /* margin-top: 0 !important; */
    opacity: 1 !important;
     transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.notransition {

    transition: unset !important;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    -ms-transition: unset !important;

}


.img-shadow {
    position: absolute !important;
    left: -80px;
    top: 65px;
    z-index: 0 !important;
}

.img-shadow-right {
    position: absolute !important;
    right: -80px;
    top: 65px;
    z-index: 0 !important;
}









/*header*/
#header {
    position: fixed;
    width: 100%;
    height: 100px;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: 20;
    transition: all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

#header.scroll {
    height: 80px;
}

.desktop-logo{
    display: block;
}

.mobile-logo{
    display: none;
}

#logo {
    left: 125px;
    position: absolute;
    top: 0px;
    height: 30px;
    padding: 35px 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    z-index: 10;
    opacity: 1;
}

#logo:hover {
    opacity: 0.8;
}

#header.scroll #logo {
    padding: 25px 0;
}

#logo img {
    width: auto;
    height: 30px;
}

#menu-apply {
    left: 330px;
    position: absolute;
}

#menu-apply ul{

}

#menu-apply ul li{
    display: block;
    float: left;
    font-size: 14px;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    line-height: 1;

}

#menu-apply ul li a {
    display: block;
    float: left;
    padding: 43px 25px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

#header.scroll #menu-apply ul li a {
    padding: 33px 25px;
}

#menu-apply ul li .active{
    color: #2199c6;
}

#menu-apply ul li:hover{
    color: #2199c6;
    opacity: 0.8;
}

/*#menu-apply ul li:last-of-type{*/
    /*padding: 30px 0px 30px 25px;*/
    /*opacity: 1;*/
/*}*/



#header .header-apply-button{
    padding: 30px 125px 30px 0;
    right: 0;
    position: absolute;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

#header.scroll  .header-apply-button{
    padding: 20px 125px 20px 0;

}

#header a.button{
    background: #0f2133;
    margin-top: 0;
    padding: 13px 60px 13px 20px;
    font-size: 14px;
}

#header .button .arrow {
    right: 11px;
}


#header a.headerbutton:hover{
}

/*.headerbutton:hover{*/
    /*background-color: #40b5ff;*/
/*}*/


#menu-icon {
    display: none;

}
#mobile-menu {
    display: none;
}


/*end header*/











/*footer*/

.pre-footer{
    height: 90vh;
    width: 100%;
    position: relative;
    display: block;
    background: url(../assets/footer_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 0px;
    margin-top: -100px;
    z-index: -1;
}

/*.pre-footer.pre-footer-about {*/
    /*background: url(../assets/footer_about.jpg) no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/

/*}*/
/*.pre-footer.pre-footer-career {*/
    /*background: url(../assets/footer_career.jpg) no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center top;*/

/*}*/
/*.pre-footer.pre-footer-benefits {*/
    /*background: url(../assets/footer_benefits.jpg) no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center top;*/

/*}*/

.pre-footer .pre-footer-container{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 660px;
    color: #e1e1e1;
}

.pre-footer .container{
    position: relative;
    height: 100%;
}

.pre-footer .element{
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 25%;
    max-width: 200px;
}

.pre-footer.pre-footer-about .element{
    left: 5%;
    width: 40%;
    max-width: 450px;
}

.pre-footer.pre-footer-career .element{
    left: 5%;
    width: 40%;
    max-width: 450px;
}

.pre-footer.pre-footer-benefits .element{
    top: 0;
    bottom: auto;
    left: 8%;
    width: 15%;
    max-width: 70px;
}

/*.pre-footer .pre-footer-container h1{*/
    /*font-size: 72px;*/

/*}*/

.pre-footer .pre-footer-container p{
    font-size: 22px;
}


.pre-footer .pre-footer-container .button-white{
    margin: auto;
    margin-top: 30px;
}

.footer{
    position: relative;
    left: 0;
    font-size: 14px;
    width: 100%;
    background: #061321;
    margin: 0 !important;
    color: rgba(239, 239, 239, 0.51);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    padding-bottom: 20px;
}

.footer .footer-logo{
    width: 80%;
    max-width: 120px;
    padding-bottom: 20px;
}

.footer .footer-logo img{

}

.footer .footer-contain{
    position: relative;
    text-align: center;
    padding-top: 50px;
    width: 1200px;
    margin: auto;
}

.footer .footer-contain hr{
    border: none;
    border-bottom: 1px solid #525252;
}


.footer .footer-contain .follow-us{
    font-size: 16px;
    width: 65%;
    float: right;
    text-align: right;
}

.footer .footer-contain .follow-us p{
    text-align: right;
    max-width: 600px;
    width: 90%;
    float: right;
}


.footer .footer-contain .contact-us{
    width: 35%;
    float: left;
    text-align: left;
}

.footer .footer-contain .contact-us .contact-us-text{
    padding-top: 0;
    font-size: 21px;
}

.footer .footer-contain .contact-us p{
    font-size: 14px;
    padding-top: 0;
}


.footer .footer-contain .follow-us .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    background: #acb5bd;
    border-radius: 2px;
    height: 20px;
    color: #242321;
    text-align: center;
    line-height: 20px;
    margin: 5px;
}


.footer .footer-contain .follow-us-text{
    padding-top: 0;
    font-size: 14px;
}

.footer .copyright{
    font-size: 14px;
    text-align: left;
}


.footer .footer-contain .link-container {
    padding-top: 5px;
}

.footer .footer-contain .link-container p {
    padding-top: 0px;
    font-size: 1.4rem;
    color: rgba(239, 239, 239, 0.51);
}

.footer .footer-contain .link-container a {
    text-decoration: underline;
}
















.button.pre-footer-btn{
    background: #b41f24;
}

.button.pre-footer-btn.page-pre-footer-btn{
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
}












/* end footer*/









/*home*/

.home1st{
    height: 120%;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.home1st .overlay-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/home_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.home1st.arrive .overlay-bg{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



.home1st .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #000000;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    z-index: 1;
    pointer-events: none;
}

.home1st.arrive .overlay{
    opacity: 0;
}


.home1st-content{
    position: absolute;
    width: 80%;
    max-width: 560px;
    top: 30%;
    left: 10%;
    color: #ffffff;

}

.home1st .home1st-content h1 {
overflow: hidden;
}

.home1st .home1st-content h1:nth-of-type(2) {
    padding-bottom: 10px;
}

.home1st .home1st-content h1 span{
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    display: block;

}
.home1st .home1st-content h1 span.arrive{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.home1st .home1st-content p {
    overflow: hidden;
    width: 100%;
    max-width: 455px;
}

.home1st .home1st-content p span{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transition:  all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    display: block;

}

.home1st .home1st-content p span.arrive{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.home1st .home1st-content a {
    display: inline-block;
}

.home1st .home1st-content a .button{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 0;
    transition:  all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;

}
.home1st .home1st-content a .button.arrive{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
}


/*.home1st .home1st-content h1 span{*/
    /*mix-blend-mode: darken;*/
    /*position: relative;*/
    /*display: block;*/
/*}*/

/*.home1st .home1st-content h1 span:after {*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 5px;*/
    /*top: 5px;*/
    /*position: absolute;*/
    /*content: "";*/
    /*-webkit-transform-origin: top right;*/
    /*-ms-transform-origin: top right;*/
    /*transform-origin: top right;*/
    /*-webkit-transform: scale(1, 1);*/
    /*-ms-transform: scale(1, 1);*/
    /*transform: scale(1, 1);*/
    /*z-index: 3;*/
    /*background: #ffffff;*/
/*}*/

/*.home1st .home1st-content h1 span.arrive:after {*/
    /*-webkit-transform: scale(1, 0);*/
    /*-ms-transform: scale(1, 0);*/
    /*transform: scale(1, 0);*/
    /*transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
    /*-webkit-transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
    /*-moz-transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
    /*-o-transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
    /*-ms-transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
/*}*/

/*.home1st-content p{*/
    /*font-size:  20px;*/
    /*mix-blend-mode: darken;*/
    /*position: relative;*/
/*}*/

/*.home1st .home1st-content p:after {*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 5px;*/
    /*top: 5px;*/
    /*position: absolute;*/
    /*content: "";*/
    /*-webkit-transform-origin: top right;*/
    /*-ms-transform-origin: top right;*/
    /*transform-origin: top right;*/
    /*-webkit-transform: scale(1, 1);*/
    /*-ms-transform: scale(1, 1);*/
    /*transform: scale(1, 1);*/
    /*z-index: 3;*/
    /*background: #ffffff;*/
/*}*/

/*.home1st .home1st-content p.arrive:after {*/
    /*-webkit-transform: scale(1, 0);*/
    /*-ms-transform: scale(1, 0);*/
    /*transform: scale(1, 0);*/
    /*transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
    /*-webkit-transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
    /*-moz-transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
    /*-o-transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
    /*-ms-transition: all .7s cubic-bezier(0.96, 0.04, 0.43, 0.76);*/
/*}*/



.home-15{
    position: relative;
    padding: 100px 0 150px;
    -webkit-clip-path: polygon(100% 100px, 100% 100%, 0 100%, 0 100%, 0 0);
    clip-path: polygon(100% 100px, 100% 100%, 0 100%, 0 100%, 0 0);
    margin-top: -100px;
    z-index: 2;
}

.home-15 .bg{
    background: url("../assets/home_bg1.jpg") no-repeat center;
    background-size: cover;
}

.home-15 .container{
    position: relative;
    max-width: 820px;
}

.home-15 .container ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    grid-auto-rows: 1fr;
}

.home-15 .container ul li{
    width: 50%;
    display: block;

}

.home-15 .container ul li .li-container{
    width: 90%;
    max-width: 375px;
}

.home-15 .container ul li:nth-of-type(2) .li-container{
    float: right;
}


.home-15 .container ul li .li-container p{
    color: #ffffff;
}

.home-15 .container ul li:nth-of-type(2) .li-container p{
    padding-top: 50px;
}



.home2nd{
    width: 100%;
    position: relative;
    display: block;
    margin-top: -100px;
    /*z-index: 2;*/
    padding-bottom: 120px;
}

.home2nd .bg{
    background: #ffffff;
    -webkit-clip-path: polygon(100% 100px, 100% 100%, 0 100%, 0 100%, 0 0);
    clip-path: polygon(100% 100px, 100% 100%, 0 100%, 0 100%, 0 0);
     z-index: 2;
}

.home2nd .element{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    max-width: 150px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);

}

.home2nd .bg .bg2{
    background: url("../assets/home_bg2.jpg") no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
    width: 60%;
}


.home2nd .home2nd-content{
    position: relative;
    padding: 100px 0 150px;
    color: #505050;
    width: 90%;
    max-width: 1300px;
    margin: auto;
    z-index: 4;

}

.home2nd .home2nd-content .home2nd-content-right{
    position: relative;
    width: 50%;
    padding: 200px 0 150px 0;
    box-sizing: border-box;
    float: right;
}

.home2nd .home2nd-content .home2nd-content-right .home2nd-content-text{
    width: 80%;
    max-width: 395px;
    float: right;
}

.home2nd .home2nd-content .home2nd-content-right .home2nd-content-text h2{
    max-width: 350px;
}



.home2nd .home2nd-content .home2nd-content-left{
    position: relative;
    float:left;
    width: 50%;

}

.home2nd .home2nd-content .home2nd-content-left img.firstimg{
    width: 80%;
    float: left;
}

.home2nd .home2nd-content .home2nd-content-left img.firstimg.img-shadow{
    width: 100%;
}


.home2nd .home2nd-content .home2nd-content-left img.secondimg{
    position: absolute;
    width: 45%;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    z-index: 4;
    max-width: 278px;
}



.home3rd{
    width: 100%;
    position: relative;
    display: block;
    background-color: #ececec;
    margin-top: -100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    z-index: 1;
}

.home3rd .home3rd-content{
    position: relative;
    padding: 200px 0 150px;
    color: #505050;
    width: 90%;
    max-width: 1300px;
    margin: auto;

}

.home3rd .home3rd-content .home3rd-content-left{
    position: relative;
    width: 50%;
    padding: 200px 0 150px 0;
    box-sizing: border-box;
    float: left;
}


.home3rd .home3rd-content .home3rd-content-left .home3rd-content-text{
    width: 80%;
    max-width: 405px;
    float: left;
}


.home3rd .home3rd-content .home3rd-content-right{
    position: relative;
    float:right;
    width: 50%;

}

.home3rd .home3rd-content .home3rd-content-right img.firstimg{
    width: 80%;
    float: right;
}
.home3rd .home3rd-content .home3rd-content-right img.secondimg{
    position: absolute;
    width: 45%;
    bottom: 0;
    left: 5%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    z-index: 4;
}



.home4th{
    width: 100%;
    position: relative;
    display: block;
    background-color: #f3f3f3;
    margin-top: -101px;
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 90%);
    text-align: center;
    z-index: 3;
}

.home4th h2{
    padding-top: 200px;
    text-align: left;
}

.home4th .home4th-content{
    position: relative;
    padding: 50px 0 150px;
    color: #505050;
    width: 80%;
    max-width: 700px;
    margin: auto;
}

.home4th .home4th-content .home4th-container{
    position: relative;
}


.home4th .home4th-content .home4th-container .getheight .home4th-content-button {
    position: relative !important;
    visibility: hidden;

}



.home4th .home4th-content .home4th-container .home4th-content-img .home4th-content-button{
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    width: 177px;
    margin: auto;
}

.home4th .home4th-content .home4th-container.one .home4th-content-img.one .home4th-content-button.one {
opacity: 1;
}

.home4th .home4th-content .home4th-container.two .home4th-content-img.two .home4th-content-button.two{
    opacity: 1;
}

.home4th .home4th-content .home4th-container.three .home4th-content-img.three .home4th-content-button.three{
    opacity: 1;
}

.home4th .home4th-content .home4th-container.four .home4th-content-img.four .home4th-content-button.four{
opacity: 1;
}

.home4th .home4th-content .home4th-container.five .home4th-content-img.five .home4th-content-button.five{
    opacity: 1;
}

.home4th .home4th-content .home4th-container.six .home4th-content-img.six .home4th-content-button.six{
    opacity: 1;
}

.home4th .home4th-content .home4th-container .home4th-content-img img{
    width: 100%;
}


.home4th .home4th-content .home4th-container .home4th-content-text .home4th-content-button{
    padding-top: 20px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 0;
    position: absolute;
    top:177px;
    left: 0;

}

.home4th .home4th-content .home4th-container.one .home4th-content-text.one .home4th-content-button.one{
    opacity: 1;
}

.home4th .home4th-content .home4th-container.two .home4th-content-text.two .home4th-content-button.two{
    opacity: 1;
}

.home4th .home4th-content .home4th-container.three .home4th-content-text.three .home4th-content-button.three{
    opacity: 1;
}

.home4th .home4th-content .home4th-container.four .home4th-content-text.four .home4th-content-button.four{
    opacity: 1;
}

.home4th .home4th-content .home4th-container.five .home4th-content-text.five .home4th-content-button.five{
    opacity: 1;
}

.home4th .home4th-content .home4th-container.six .home4th-content-text.six .home4th-content-button.six{
    opacity: 1;
}


.home4th .home4th-content .home4th-container .home4th-content-text h3{

}

.home4th .home4th-content .home4th-container .home4th-content-text span{
    display: block;
    font-size: 18px;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    padding-top: 5px;
    color: #0f2133;
}

.home4th .home4th-content .home4th-container .home4th-content-text p{


}


.home4th #testimonial-left-arrow{
    /*border: solid #000000;*/
    /*border-width: 0 1px 1px 0;*/
    display: inline-block;
    padding: 20px;
    height: 5px;
    width: 5px;
    top: 50%;
    left: 10%;
    /*transform: rotate(135deg);*/
    /*-webkit-transform: rotate(135deg);*/
    /*-moz-transform: rotate(135deg);*/
    /*-ms-transform: rotate(135deg);*/
    position: absolute;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 1;
}

.home4th #testimonial-left-arrow:after{
    content: '';
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 8px;
    height: 5px;
    width: 5px;
    top: 12px;
    left: 16px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 1;
}


.home4th #testimonial-right-arrow{
    /*border: solid #000000;*/
    /*border-width: 0 1px 1px 0;*/
    display: inline-block;
    padding: 20px;
    height: 5px;
    width: 5px;
    top: 50%;
    right:  10%;
    /*transform: rotate(-45deg);*/
    /*-webkit-transform: rotate(-45deg);*/
    /*-moz-transform: rotate(-45deg);*/
    /*-ms-transform: rotate(-45deg);*/
    opacity: 1;
    position: absolute;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.home4th #testimonial-right-arrow:after{
    content: '';
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 8px;
    height: 5px;
    width: 5px;
    top: 12px;
    right: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    opacity: 1;
    position: absolute;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}



.home4th #testimonial-left-arrow.disable {
    cursor: default !important;
    opacity: 0.5;
}

.home4th #testimonial-right-arrow.disable {
    cursor: default !important;
    opacity: 0.5;
}





/*end home*/


/*about*/
.about1st{
    height: 85vh;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.about1st .overlay-bg{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-image: url(../assets/about_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.about1st.arrive .overlay-bg{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about1st .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #000000;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    z-index: 1;

}

.about1st.arrive .overlay{
    opacity: 0;
}

/*.about1st:after{*/
    /*content: '';*/
    /*height: 800px;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*display: block;*/
    /*background-image: url(../assets/about_banner_2.png);*/
    /*background-size: auto;*/
    /*background-position: 88% 130%;*/
    /*background-repeat: no-repeat;*/
    /*z-index: 0;*/

/*}*/

.about1st-content{
    position: absolute;
    width: 300px;
    /* top: 40%; */
    /* left: 10%; */
    z-index: 1;
    color: #ffffff;
    /*right: 500px;*/
    right: 27%;
    bottom: 25%;

}

.about1st-content h3{
    font-size:  22px;

}


.about1st-content p{
    font-size: 18px;
    padding-top: 5px;
}



.about2nd{
    width: 100%;
    margin-top: -100px;
    position: relative;
    display: block;
    /*background: #ffffff;*/
    /*-webkit-clip-path: polygon(100% 100px, 100% 100%, 0% 100%, 0 0);*/
    /*clip-path: polygon(100% 100px, 100% 100%, 0% 100%, 0 0);*/
    /*z-index: 3;*/
}

.about2nd .bg{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    -webkit-clip-path: polygon(100% 100px, 100% 100%, 0% 100%, 0 0);
    clip-path: polygon(100% 100px, 100% 100%, 0% 100%, 0 0);
    z-index: 3;
}

.about2nd .bg1{
    position: absolute;
    top: -1px;
    left: 0;
    height: 150px;
    width: 100%;
    background: url("../assets/about_bg1.jpg") no-repeat center;
    background-size: cover;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% calc(100% - 100px), 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0% calc(100% - 100px), 0 0);
}

.about2nd .bg2{
    background: url(../assets/about_bg2.jpg) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
    width: 60%;
}



.about2nd-content{
    position: relative;
    width: 80%;
    max-width: 1200px;
    color: #505050;
    padding: 200px 0 100px;
    margin: auto;
    z-index: 6;
}

.about2nd-content .left-container{
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 40%;
    max-width: 470px;
    padding: 130px 0 80px;
}

.about2nd-content .left-container .text{
    width: 80%;
    max-width: 355px;
}

.about2nd-content .left-container .text p{
    color: rgba(80, 80, 80, 0.51);
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
}

.about2nd-content .left-container .text label{
    display: block;
    padding-top: 30px;
    color: rgba(80, 80, 80, 0.51);
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
}

.about2nd-content .left-container .element{
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
}

.about2nd-content .left-container .element img{
    width: auto;
    height: 100%;

}


/*<div class="left-container">*/
/*<div class="text">*/
/*<p></p>*/
/*<label></label>*/
/*</div>*/
/*<div class="element">*/
/*<img src="assets/about_element1.png"/>*/
/*</div>*/
/*</div>*/

.about2nd-content .text-container{
    position: relative;
    width: 60%;
    max-width: 620px;
}


.about2nd-content p{
    /*font-size:  22px;*/
}

.about2nd-content h2{
    font-size: 60px;
}



.about2nd .about3rd-content{
    position: relative;
    width: 80%;
    max-width: 1200px;
    background: #0f2133;
    color: #ffffff;
    /*padding: 130px 0 50px;*/
    margin: auto;
    z-index: 5;
}

.about2nd .about3rd-content .about3rd-content-header{
    width: 70%;
    margin: auto;
    text-align: center;
    max-width: 800px;
    padding: 80px 0 0 0;
    font-family: 'PT Serif italic', Arial, Helvetica, sans-serif;
}

.about2nd .about3rd-content ul{
    list-style: none;
    text-align: center;
    padding: 0 40px;
}

.about2nd .about3rd-content ul li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 80px 0;
}

.about2nd .about3rd-content ul li .li-container{
    width: 80%;
    max-width: 370px;
    margin: auto;
}

.about2nd .about3rd-content ul li img{
    max-width: 75px;
    margin: auto;
}

.about2nd .about3rd-content ul li label{
    font-size: 24px;
    padding-top: 20px;
    display: block;
    text-transform: uppercase;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.1em;
}

.about2nd .about3rd-content ul li p{
    line-height: 1.3;
    padding-top: 10px;
}



.abouthsr{
    width: 100%;
    margin-top: -230px;
    margin-bottom: -100px;
    position: relative;
    display: block;
    background-image: url(../assets/about_2.jpg);
    background-size: cover;
    background-position: center 10%;
    -webkit-clip-path: polygon(100% 15%, 100% 100%, 0 85%, 0 0);
    clip-path: polygon(100% 15%, 100% 100%, 0 85%, 0 0);
    z-index: 3;
    height: 500px;
}

/*.abouthsr:after {*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0px;*/
    /*top: 0;*/
    /*position: absolute;*/
    /*content: "";*/
    /*z-index: -1;*/
    /*background: rgba(0, 0, 0, 0.3);*/
/*}*/

.abouthsr-content{
    position: relative;
    width: 550px;
    color: #ffffff;
    /*padding: 350px 0 150px;*/
    margin: auto;
    text-align: center;
}


.abouthsr-content .abouthsr-content-core{
    font-size:  30px;
    text-transform: uppercase;
    font-family: 'PT Sans bold', Arial, Helvetica, sans-serif;

}

/*.abouthsr-content .abouthsr-content-hsr{*/
    /*font-size:  100px;*/
    /*font-family: 'PT Serif reg', Arial, Helvetica, sans-serif;*/
    /*letter-spacing: 1.5rem;*/
    /*padding-left: 1.5rem;*/
/*}*/

/*.abouthsr-content .abouthsr-content-squared{*/
    /*font-size:  36px;*/
    /*font-family: 'PT Serif italic', Arial, Helvetica, sans-serif;*/
    /*letter-spacing: .5rem;*/
/*}*/

.about4th{
    width: 100%;
    position: relative;
    display: block;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
}


.about4th .about4th-content{
    position: relative;
    width: 90%;
    color: #505050;
    padding: 150px 0 200px;
    margin: auto;
    max-width: 1400px;
    text-align: center;
}

.about4th .about4th-content h2{
}

.about4th .about4th-content ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    grid-auto-rows: 1fr;
    padding-top: 80px;
}

.about4th .about4th-content ul li{
    width: 20%;
    display: block;
}

.about4th .about4th-content ul li .li-container{
    width: 90%;
    max-width: 240px;
    margin: auto;
    position: relative;
}

.about4th .about4th-content ul li .li-container .bg-text{
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14.4rem;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(15, 33, 51, 0.11);
}

.about4th .about4th-content ul li .li-container label{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2199c6;
    white-space: nowrap;

}

.disablebodyscroll {
    overflow-y: hidden;
    position:relative;
    touch-action: none;
    /*height: 100%;*/
}


.about5th{
    width: 100%;
    position: relative;
    display: block;
    background-color: #f9f9f9;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    margin-top: -1px;
}


.about5th .about5th-content{
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
    color: #505050;
    padding: 50px 0 150px;
    text-align: center;
}

.about5th .about5th-content h3{
    font-size: 40px;
    font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;

}

.about5th #map {
    height: 400px;
    width: 100%;
}



.about6th{
    width: 100%;
    position: relative;
    display: block;
    background-color: #f9f9f9;
}


.about6th .about6th-content{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    color: #505050;
    padding: 120px 0;
    text-align: center;
}

.about6th .about6th-content h3{
    font-size: 40px;
    font-family: 'PT Sans bold', Arial, Helvetica, sans-serif;

}


.about6th .about6th-content ul{
    width: 100%;
    list-style: none;
    padding-top: 80px;
}


.about6th .about6th-content ul li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 40px 100px;

}

.about6th .about6th-content ul li label {
    font-size: 21px;
    display: block;
    font-family: 'PT Serif bold', Arial, Helvetica, sans-serif;
    padding-top: 30px;
}

.about6th .about6th-content ul li img {
    width: 100%;
}

.about6th .about6th-content ul li p {
    padding-top: 10px;
}



/*end about*/


/*career */


.career1st{
    height: 85vh;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
/* height: 85vh; */

.career1st .overlay-bg{
    position: absolute;
    padding-top:10%;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-image: url(../assets/career_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
/*added padding-top:10% and transform from 1.2 -> 1.1 for 1949 -> 1951 
*/
}

.career1st.arrive .overlay-bg{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.career1st .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #000000;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    z-index: 1;

}

.career1st.arrive .overlay{
    opacity: 0;
}

/*.about1st:after{*/
/*content: '';*/
/*height: 800px;*/
/*width: 100%;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*display: block;*/
/*background-image: url(../assets/about_banner_2.png);*/
/*background-size: auto;*/
/*background-position: 88% 130%;*/
/*background-repeat: no-repeat;*/
/*z-index: 0;*/

/*}*/

.career1st-content{
     position: absolute;
     width: 300px;
     /* top: 40%; */
     /* left: 10%; */
     z-index: 1;
     color: #ffffff;
     /*right: 500px;*/
     right: 27%;
     bottom: 25%;

 }

.career1st-content h3{
    font-size:  22px;

}


.career1st-content p{
    font-size: 18px;
    padding-top: 5px;
}



.career2nd{
    width: 100%;
    margin-top: -100px;
    position: relative;
    display: block;
    /*background: #ffffff;*/
    /*-webkit-clip-path: polygon(100% 100px, 100% 100%, 0% 100%, 0 0);*/
    /*clip-path: polygon(100% 100px, 100% 100%, 0% 100%, 0 0);*/
    /*z-index: 3;*/
}

.career2nd .bg{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% calc(100% - 100px), 0 100px);
    clip-path: polygon(100% 0, 100% 100%, 0% calc(100% - 100px), 0 100px);
    z-index: 3;
}

.career2nd .bg1{
    position: absolute;
    top: -1px;
    left: 0;
    height: 150px;
    width: 100%;
    background: url("../assets/about_bg1.jpg") no-repeat center;
    background-size: cover;
    -webkit-clip-path: polygon(100% 0, calc(100% - 100px) 100%, 0% 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 100px), 0% 100%, 0 0);
}

.career2nd .bg2{
    background: url(../assets/career_bg1.jpg) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
    width: 60%;
}

.career2nd .element{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    max-width: 350px;
    transform: translate(75%, 15%);
    -webkit-transform: translate(75%, 15%);
    -moz-transform: translate(75%, 15%);
    -ms-transform: translate(75%, 15%);
    -o-transform: translate(75%, 15%);
}


.career2nd-content{
    position: relative;
    width: 80%;
    max-width: 650px;
    padding: 200px 0 250px;
    margin: auto;
    text-align: center;
    z-index: 3;
}

.career2nd-content h2{

}

.career2nd-content p{
    color: #505050;
}

.career3rd{
    width: 100%;
    position: relative;
    display: block;
    margin-top: -100px;
}

.career3rd .bg{
    background-color: #f0f0ef;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
    z-index: 2;
}

.career3rd .career3rd-content{
    position: relative;
    padding: 0 0 200px;
    color: #505050;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    z-index: 3;

}

.career3rd .career3rd-content .career3rd-content-left{
    position: relative;
    width: 30%;
    margin: 230px 10%;
    float: right;
}

.career3rd .career3rd-content .career3rd-content-right{
    position: relative;
    float: left;
    width: 50%;
    margin-top: -50px;
}

.career3rd .career3rd-content .career3rd-content-right img.firstimg{
    width: 90%;
}

.career3rd .career3rd-content .career3rd-content-right img.firstimg.img-shadow{
    width: 110%;
    top: -120px;
}



.career3rd .career3rd-content .career3rd-content-right img.secondimg{
    position: absolute;
    width: 45%;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    z-index: 4;
}













.career4th{
    width: 100%;
    position: relative;
    display: block;
    /*background-color: #ffffff;*/
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);*/
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);*/
    margin-top: -100px;
}

.career4th .bg{
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}


.career4th .career4th-content{
    position: relative;
    padding: 0px 0 200px;
    color: #505050;
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.career4th .career4th-content .career4th-content-right{
    position: relative;
    width: 30%;
    max-width: 435px;
    margin: 250px 10%;
    float: left;
}

.career4th .career4th-content .career4th-content-left{
    position: relative;
    float:right;
    width: 50%;
    margin-top: -20px;
    z-index: 5;
}

.career4th .career4th-content .career4th-content-left img.firstimg{
    width: 90%;
    float: right;
}


.career4th .career4th-content .career4th-content-left img.firstimg.img-shadow-right {
    width: 120%;
    top: -120px;
    right: -110px;
}

.career4th .career4th-content .career4th-content-left img.secondimg{
    position: absolute;
    width: 45%;
    bottom: 40px;
    left: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    z-index: 4;
}

/*end career*/


/*benefits*/


.benefits1st{
    height: 85vh;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.benefits1st .overlay-bg{
    position: absolute;
    padding-top:15%;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-image: url(../assets/benefits_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.benefits1st.arrive .overlay-bg{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.benefits1st .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #000000;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    z-index: 1;

}

.benefits1st.arrive .overlay{
    opacity: 0;
}


.benefits1st-content{
    position: absolute;
    width: 300px;
    /* top: 40%; */
    /* left: 10%; */
    z-index: 1;
    color: #ffffff;
    /*right: 500px;*/
    right: 27%;
    bottom: 25%;

}

.benefits1st-content h3{
    font-size:  22px;

}


.benefits1st-content p{
    font-size: 18px;
    padding-top: 5px;
}



.benefits2nd{
    width: 100%;
    margin-top: -100px;
    position: relative;
    display: block;
    /*background: #ffffff;*/
    /*-webkit-clip-path: polygon(100% 100px, 100% 100%, 0% 100%, 0 0);*/
    /*clip-path: polygon(100% 100px, 100% 100%, 0% 100%, 0 0);*/
    z-index: 3;
}

.benefits2nd > .bg{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../assets/benefits_bg1.jpg") no-repeat top center;
    background-size: cover;
    -webkit-clip-path: polygon(100% 100px, 100% 100%, 0% calc(100% - 100px), 0 0);
    clip-path: polygon(100% 100px, 100% 100%, 0% calc(100% - 100px), 0 0);
    z-index: 3;
}

.benefits2nd .bg1{
    position: absolute;
    top: -1px;
    left: 0;
    height: 150px;
    width: 100%;
    background: url("../assets/about_bg1.jpg") no-repeat center;
    background-size: cover;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% calc(100% - 100px), 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0% calc(100% - 100px), 0 0);
}

.benefits2nd .container{
    position: relative;
    z-index: 4;
    padding: 250px 0;
    width: 100%;
    max-width: 1400px;

}

.benefits2nd .container .title{
    position: absolute;
    top: 50%;
    width: 50%;
    max-width: 250px;
    left: 0;
    right: 0;text-align: center;
    margin: auto;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);

}

.benefits2nd .container ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    grid-auto-rows: 1fr;

}

.benefits2nd .container ul li{
    width: 50%;
    display: block;
}

.benefits2nd .container ul li .mobile-text{
    display: none;
}


.benefits2nd .container ul li .li-container{
    width: 100%;
    padding-bottom: 86%;
    position: relative;
}

.benefits2nd .container ul li .li-container .bg{

}

.benefits2nd .container ul li:nth-of-type(1) .li-container .bg{
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #2199c6;
}

.benefits2nd .container ul li:nth-of-type(2) .li-container .bg{
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #0f2133;
}

.benefits2nd .container ul li:nth-of-type(3) .li-container .bg{
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #5f0910;

}

.benefits2nd .container ul li:nth-of-type(4) .li-container .bg{
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #b41f24;

}

.benefits2nd .container ul li .li-container .text-container{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    color: #ffffff;
    text-align: center;
}

.benefits2nd .container ul li .li-container .text-container .element1{
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

.benefits2nd .container ul li .li-container .text-container .element2{
    width: 50%;
    height: 100%;
    position: relative;
    float: right;
}

.benefits2nd .container ul li:nth-of-type(1) .li-container .text-container h3, .benefits2nd .container ul li:nth-of-type(2) .li-container .text-container h3{
    padding-top: 40px;
}

.benefits2nd .container ul li:nth-of-type(1) .li-container .text-container .element1, .benefits2nd .container ul li:nth-of-type(2) .li-container .text-container .element1{

    shape-outside: polygon(0 0, 0 100%, 100% 100%);
}

.benefits2nd .container ul li:nth-of-type(1) .li-container .text-container .element2, .benefits2nd .container ul li:nth-of-type(2) .li-container .text-container .element2{
    shape-outside: polygon(100% 0, 0 100%, 100% 100%);

}

.benefits2nd .container ul li:nth-of-type(3) .li-container .text-container h3, .benefits2nd .container ul li:nth-of-type(4) .li-container .text-container h3{
    padding-top: 150px;
}

.benefits2nd .container ul li:nth-of-type(3) .li-container .text-container .element1, .benefits2nd .container ul li:nth-of-type(4) .li-container .text-container .element1{
    shape-outside: polygon(0 0, 0 100%, 100% 0);
}

.benefits2nd .container ul li:nth-of-type(3) .li-container .text-container .element2, .benefits2nd .container ul li:nth-of-type(4) .li-container .text-container .element2{
    shape-outside: polygon(0 0, 100% 100%, 100% 0);
}

.benefits2nd .container ul li .li-container .text-container h3{
    color: #ffffff;
}

.benefits2nd .container ul li .li-container .text-container p{

}









/*end benefits*/



body.legal #header:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 13px;
    width: 100%;
    background: #eeeeee;
}

body.legal{
    background: url("../assets/legal_bg.jpg") no-repeat right bottom;
    background-size: cover;
    position: relative;
    min-height: 100%;
    height: auto;

}

body.legal .footer {
    position: absolute;
    left: 0;
    bottom: 0;
}

.legal-10{
    padding-top: 200px;
    padding-bottom: 200px;
}

.legal-10 .container{
    position: relative;
}

.legal-10 .container .text-container{
    width: 100%;
    max-width: 865px;
}

.legal-10 .container .text-container h1{
    color: #0f2133;
    font-size: 6rem;
}

.legal-10 .container .text-container p:nth-of-type(1){
    padding-top: 40px;
}


.legal-10 .container .text-container p{
    color: #505050;
}

.legal-10 .container .text-container ol{
    padding-top: 20px;
}

.legal-10 .container .text-container ol li{

}

.legal-10 .container .text-container ol li p{
    padding-top: 30px !important;
}
















































/*mdrt*/


.mdrt1st{
    height: 800px;
    width: 100%;
    position: relative;
    display: block;
    /*background-image: url(../assets/mdrt_banner.jpg);*/
    background-size: cover;
    background-position-x: center;
}



.mdrt2nd{
    width: 100%;
    margin-top: -100px;
    position: relative;
    display: block;
    /* background-image: url(../assets/test.jpg); */
    background-color: #454545;
    -webkit-clip-path:  polygon(100% 0%, 100% 87%, 90% 100%, 0 80%, 0 30%);
    clip-path:  polygon(100% 0%, 100% 87%, 90% 100%, 0 80%, 0 30%);

    z-index: 1;
}

.mdrt2nd-content{
    position: relative;
    width: 474px;
    color: #ffffff;
    padding: 150px 0;
    margin: auto;
    text-align: center;

}

.mdrt2nd-content h3{
    font-family: 'PT Sans reg', Arial, Helvetica, sans-serif;
    font-size:  48px;
    position: relative;
}


.mdrt3rd{
    width: 100%;
    position: relative;
    display: block;
    background-color: #ececec;
    margin-bottom: 600px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    margin-top: -100px;
}


.mdrt3rd .mdrt3rd-content{
    width: 1200px;
    margin: 0 auto;
    color: #505050;
    padding: 200px 0;
}
.mdrt3rd .mdrt3rd-content h3{
    font-size: 40px;
    font-family: 'PT Sans bold', Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    text-align: center;
}

.mdrt3rd .mdrt3rd-content ul {


}

.mdrt3rd .mdrt3rd-content ul li {
    display: block;
    width: 20%;
    padding: 25px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    height: 315px;
    margin-bottom: 50px;
}

.mdrt3rd .mdrt3rd-content ul li h1 {
    font-size: 18px;
    color: #bf0000;
    margin-top: 15px;
}

.mdrt3rd .mdrt3rd-content ul li p {
    font-size: 14px;
    padding-top: 5px;
}




/*mdrt end*/




















/*apply pop up*/


.apply-now {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    z-index: 30;
    visibility: hidden;
}

.apply-now.active {
    opacity: 1;
    visibility: visible;
}

.apply-now .content {
    background-color: #ffffff;
    margin: auto;
    position: relative;
    width: 80%;
    max-width: 750px;
    padding-bottom: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.apply-now .content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px; /* default 80px 195px*/
    width: 100%;
    background: url("../assets/apply_bg.jpg") no-repeat center;
    background-size: cover;
}

@media (max-width: 999px) {
.apply-now .content:before {
    
    height: 265px; /* default 80px 195px*/
}
}

.apply-now .content .apply-header {
    text-align: center;
    padding: 40px 0 20px;
}

.apply-now .content .apply-header h2 {

}

.apply-now .content .apply-header h3 {

}

.apply-now .content .form .input{
    width: 80%;
    max-width: 580px;
    margin: auto;

}

.apply-now .content .form input[type=text],.apply-now .content .form input[type=email]{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: none;
    border-bottom: 1px solid rgba(80, 80, 80, 0.51);
    background: transparent;
    color: rgba(80, 80, 80, 0.51);
    box-sizing: border-box;
    font-size: 1.7rem;
    outline:0;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(80, 80, 80, 0.51);
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(80, 80, 80, 0.51);
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(80, 80, 80, 0.51);
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(80, 80, 80, 0.51);
}


.apply-now .content .form select{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    background-color: #f3f3f3;
    box-sizing: border-box;
    font-size: 1.7rem;
    outline:0;
    color: #505050;
    -webkit-appearance: none;
    border: none;
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.apply-now .content .form select option{
    color: #505050;
}
.apply-now .content .form .select-wrapper {
    position: relative;
}

.apply-now .content .form .select-wrapper:after {
    content: '';
    border: solid #505050;
    border-width: 0 1px 1px 0;
    display: block;
    height: 10px;
    width: 10px;
    right: 25px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    position: absolute;
}


.apply-now .content .form select:focus{
    outline:none;
}

.apply-now .content .button{
    display: block;
    margin: auto;
    margin-top: 30px;
    outline: none;
    padding: 13px 80px;
    background: #b41f24;
    border: none;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}


.apply-now .content .button .arrow {
    right: 55px;
}

.apply-now .content .button:hover{
    opacity: 1 !important;
}


.apply-now .content .form p{
    font-size: 1.3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 15px;
    position: relative;
}

/*end apply pop up*/