/*===================*/
/*BASIC SETUP*/
/*===================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}


body {
    font-family: 'Titillium Web', sans-serif;
    text-rendering: optimizelegibility;
}
ul li {
    list-style-type: none;
}
.clearfix::after {
    content: " ";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*================================*/
/*REUSEABLE COMPONENT*/
/*================================*/

.row {
    max-width: 114rem;
    margin: 0 auto;
}

.logo {
    width: 15rem;
    height: 0 auto;
    margin: 5rem 0rem 0rem 5rem;
}
h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.btn {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-size: 2rem;
}
a {
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}



/*------HOME SECTION-------*/
.load {
    animation: slide 2s;
}

.bg-1 {
    background-image: url('../img/bg-1.jpg');
    height: 65rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    
}


    

.bg-2 {
    width: 120rem;
    height: 55rem;
    background: rgba(0, 0, 0, 0.250);
    position: absolute;
    top: 52%;
    left: 50%;
    border-radius: 1rem;
    transform: translate(-50%, -50%);
    color: #fff;
}
.bg-2 .greatings {
    text-align: center;
    margin-top: 12rem;
}
.bg-2 .greatings {
    font-size: 3rem;
    font-weight: 600;
}
.bg-2 .greatings span  {
    font-weight: bold;
    letter-spacing: 1rem;
}
.bg-2 .greatings h1{
    letter-spacing: 0.2rem;
}
/* -------------HEADER SECTION ---------*/
.logo-home {
    height: 2rem;
    width: auto;
    margin-top: 1.2rem;
    float: left;
}

/* MAIN NAVIGATION */
nav {
    position: absolute;
    margin-left: 8rem;
}
.main-nav {
    float: right;
    margin-top: 5px;
    margin-left: 12rem;
    box-shadow: 0px 0px 0px #dedede;
    border: 1ps solid #dedede;
    
}

.main-nav li {
    display: block;
    margin-left:none;
    font-size: 2rem;
    Float:left;
    overflow: hidden;
}
.main-nav li a{ 
    padding: 10px 20px;
    text-decoration: none;
    color:deeppink;
    text-transform: uppercase;
    position: relative;
    transition: all .5s;
    font-weight: bold;
    font-size: 15px;
    display:block;
}
.main-nav li a:hover {
    color: rgb(255, 255, 255);
}
.main-nav li a:after {
    transition: all .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: deeppink;
    height: .5rem;
}
.main-nav li a:hover:after {
    width: 100%;
}
.scroll-header {
    position: fixed;
    z-index: 1;
    background: #8DBDFF;
    padding: 1rem 1rem;
}
.sticky.scroll-header {
    margin-left: 0px;
    padding-right: 20rem;
    width:100%;
    margin-top:-20px;
}


/*------------------- MOBILEMENU ------------------*/

.mobile-menu span {
    color: #fff;
    font-size: 4rem;
    float: right;
    margin-top: 2rem;
    display: none;
    z-index: 99999999;
    
}
.mobile-menu span:hover {
    cursor: pointer;
}
.overLay {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.overLay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: rem;
}
.overLay-content a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #999;
    padding: 1rem 0;
}

.overLay-content a:hover {
    color: #fff;
}
.closebtn {
    position: absolute;
    top: 2rem;
    right: 4.5rem;
    font-size: 4rem;
}

/* ----STICKY MENU -----*/


/* ------------ START ABOUT-US SECTION----------*/
.about-us-bg {
    background-image: url('../img/bg-2.jpg');
    height: 64rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.about-us-title {
    background: rgba(0, 0, 0, 0.180);
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    display: inline-block;
    margin-left: 12%;
    margin-top: 5%;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
}
.about-us {
    background: rgba(64, 64, 64, 0.550);
    height: 48rem;
    width: 65rem;
    position: absolute;
    bottom: 0;
    left: 60rem;
    color: #fff;
    
}

.about-us-box-title {
    text-align: center;
    margin-top: 3rem;
    color: #fff;
}
.description {
    font-size: 2rem;
    margin: 2rem 5rem;
    font-weight: 100;
}

 .btn:link,
 .btn:visited {
    margin-left: 5rem;
    background: #00b7ff;
    padding: 0 1rem ;
    border: 0.1rem solid #fff;
    border-radius: 0.2rem;
}
/* ------------ END ABOUT-US SECTION----------*/



/* ------------ START SERVICE SECTION----------*/

.service-section {
    background: linear-gradient(rgba(110, 91, 190, 0.380), rgba(110, 91, 190, 0.767)), url('../img/services-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 7rem;
}

.servises-icon {
    height: 40rem;
    width: 50rem;
    border-radius: 50%;
}
.little-description {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.description {
    text-align: justify;
}





/* ------------ END SERVICE SECTION------------*/


/* ------------START CREW SOURCING SECTION----------*/

.crew-sourcing-bg {
    background-image: url('../img/crew-bg.jpg');
    height: 66rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.crew-title {
    position: absolute;
    padding: .2rem 2rem;
    border-radius: 0.5rem;
    color: #fff;
    display: inline-block;
    margin-top: 5rem;
    margin-left: 5rem;
    font-size: 4rem;
    font-weight: 420;
}
.crew-sourcing-box {
    background: rgba(64, 64, 64, 0.600);
    height: 48rem;
    width: 70rem;
    position: absolute;
    bottom: 0;
    left: 60rem;
    color: #fff;
}
.crew-box-title {
    text-align: center;
    margin-top: 3rem;
}
.description-crew {
    text-align: justify;
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 3.2rem;
    margin-right: 3.2rem;
}
.crew-sourcing-box .btn  {
    margin-left: 3.2rem;
}
.box p {
    padding: 1%;
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 2rem;
    color: #fff;
    text-align: center;
}
.social-link {
    margin-top: 4.5rem;
}

.social-link ul li {
    display: inline-block;
    margin: 0 0.5rem;
}
.social-link ul li a:link {
    color: #fff;
}
.social-link ul li a:link i::before {
    background: hsla(0, 10%, 8%, 0.89);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
    padding: .5rem;
    transition: 0.5s;
}

.social-link ul li a:hover i::before {
    background: #393939;
    transform: rotate(360deg);
}


/* ------------END CREW SOURCING SECTION------------*/




/*------ START VISION AND MISSION SECTION ----------*/



.vision-and-mission-bg {
    background-image: url('../img/v&m.jpg');
    height: 63.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.vision-and-mission-title {
    position: absolute;
    margin-top: 7rem;
    margin-left: 40%;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff; 
}

.vision-and-mission-box {
    background: rgba(64, 64, 64, 0.500);
    height: 48rem;
    width: 65rem;
    position: absolute;
    bottom: 0;
    left: 5rem;
    color: #fff;
}
.vision-and-mission-box-title {
    text-align: center;
    margin-top: 3rem;
}
.box-description-1 {
    text-align: justify;
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 3.2rem;
    margin-right: 3.2rem;
}



/*-------- END VISION AND MISSION SECTION ----------*/



/* -------------START CARERRS SECTION-------------- */

.carerrs-bg {
    background-image: url('../img/carerrs-bg.jpg');
    height: 63.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.career-title {
    background: rgba(0, 0, 0, 0.350);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    position: absolute;
    margin-top: 7rem;
    margin-left: 30%;
    text-transform: uppercase;
    font-size: 4rem;
    color: #fff;
}

.carerrs-box {
    background: rgba(64, 64, 64, 0.550);
    height: 48rem;
    width: 70rem;
    position: absolute;
    bottom: 0;
    left: 60rem;
    color: #fff;
	
}
.carerrs-box-title {
    text-align: center;
    margin-top: 3rem;
	font-size: 2rem;
}
.description-1 {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 3.2rem;
    margin-right: 3.2rem;
}

/* ---------------END CARERRS SECTION-------------- */


/* ---------------START NEWS AND MEDIA SECTION---------------- */ 
.n-m {
    padding: 5rem;
    background: #fff;
    text-align: justify;
}

.n-m img {
    height: 15rem;
    width: 25rem;
}
.n-m h4 {
    font-size: 2rem;
}
.n-m p {
    font-size: 1.5rem;
    font-weight: 400;
}

/* ---------------END NEWS AND MEDIA SECTION------------------ */ 


/* ---------------START TEAM SECTION-------------- */

.team-section {
    background: linear-gradient(rgba(81, 106, 122, 0.9), rgba(81, 106, 122, 0.9)), url('../img/team-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5rem;
    text-align: center;
}

.team-section h2 {
    color: 3c4761;
    font-weight: 400;
}
.lettle-description {
    font-size: 2rem;
    margin-top: 2rem;
}

.team-member {
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
    height: 20rem;
    width: 20rem;
    border-radius: 50%;
}
.team-section h3 {
    color: #22283d
}

.role {
    color: #30bae7;
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-top: 0.5rem;
}

/* ---------------END NEWS AND MEDIA SECTION------------------ */ 


/* ---------------START TEAM SECTION-------------- */

.team-section {
    background: linear-gradient(rgba(81, 106, 122, 0.4), rgba(81, 106, 122, 0.4)), url('../img/team-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5rem;
    text-align: center;
}

.team-section h2 {
    color: #fff;
    font-weight: 400;
}
.lettle-description {
    font-size: 2rem;
    margin-top: 2rem;
	color: #fff;
}

.team-member {
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
    height: 20rem;
    width: 20rem;
    border-radius: 50%;
}
.team-section h3 {
    color: #fff;
}

.role {
    color: #fff;
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-top: 0.5rem;
}

/* ---------------END TEAM SECTION---------------- */ 




/* ---------------START CONTACT SECTION---------------- */ 


.contact-section {
    background: url('../img/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5rem;
    text-align: center;
}

.contact-us{
    margin-left:25px;
}

.contact-section h2 {
    font-weight: 400;
    text-align:left;
    padding-left:20px;
    margin-left:20px;
    border-left:5px solid #D12D2C;
    color: #fff;
}
.contact-text{
    margin-top:20px;
}
.ct-we{
    font-size:40px ;

    
}
.text-p{
    text-align: left;
    margin-left:20px;
}
.text-p p{
    font-size: 20px;
    color:#fff;
    line-height: 200%
}
.text-p2 {
    text-align: left;
    margin-left:20px;
}
.text-p2 p{
    font-size: 20px;
    color:#0B3B63;
    line-height: 200%
}
.text-p3 {
    text-align: left;
    margin-left:20px;
}
.text-p3 p{
    font-size: 20px;
    color:#fff;
    line-height: 200%
}
.contact_us1{
    width: 350px;
    height: 400px;
    margin-top: -30px;
    background: #0B3B63;
    margin-bottom: 120px;
    float:left;
    margin-right:15px;
}
.contact_us2{
    width: 350px;
    height: 400px;
    margin-top: -30px;
    background: #EFEFEF;
    margin-bottom: 80px;
    float:left;
    margin-right:15px;
}
.contact_us3{
    width: 350px;
    height: 400px;
    margin-top: -30px;
    background: #171918;
    margin-bottom: 80px;
    float:left;
    margin-right:20px;
}
.clm2 h2{
    color:#0B3B63;
     font-size:40px ;
}

/* ---------------END CONTACT SECTION------------------ */ 


/* ---------------START FOOTER SECTION------------------ */ 

.footer-section {
    margin-bottom: 2rem;
    padding: 5rem 0;
    background: #6495ED;
    text-align: center;
}
.footer-section .span_1_of_3 {
    text-align: justify;
    padding: 3rem;
    
}
.span_1_of_3 {
    text-align: justify;
}
.footer-section h2 {
    margin-bottom: 2rem;
    color: #fff;
    font-weight: 300;
}
.footer-section h3 {
    color: #fff;
}
.footer-section p {
    font-size: 1.5rem;
	color: #fff;
}
.footer-section span {
    font-size: 1.5rem;
    margin-top: 2rem;
    text-decoration: underline;
}
.ho {
    height: .5rem;;
}
.hr-2 p {
    color: red;
    
}
.footer-aso {
    
}
.footer-section a{
    text-transform: lowercase;
}

/* ---------------END FOOTER SECTION-------------------- */ 


