*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}
.container { 
    max-width: 90%;
}
a{
    text-decoration: none!important;
}
h1, h4, h2, h3, h5{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.steps p{
    color: #141415;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}
.section-all{
    padding: 80px 0;
}
.dropdown-item {
    line-height: 1.8!important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f7f7f7!important;
}

/* body{
    font-family: 'Poppins', sans-serif;
} */

/**header-top**/
.head-top ul li{
    color: #fff;
}
/* nav.navbar.navbar-expand-lg.fixed-top {
    background: rgba(0,0,0,0.3);
} */

nav.navbar.sticky-fixed {
    padding: 0;
    background: rgb(16 41 96);
}
nav.navbar.sticky-fixed a.navbar-brand img {
    width: 56px;
}
nav.navbar.sticky-fixed ul.navbar-nav li a.nav-link {
    font-size: 16px;
}
nav.navbar.sticky-fixed .ft-header-cta-btn a {
    font-size: 15px;
}

.fixed-top {
    position: fixed;
    top: 0;
}
.head-top {
    position: absolute;
    top: 30px;
}
.navbar-collapse{
    position: relative;
}
nav.navbar {
    padding: 30px 0 0;
	transition: .6s ease-in-out;
}
.dropdown-menu li {
    border-top: 0!important;
    border-bottom: 1px solid #e1e1e1!important;
}
.dropdown-menu li a{
    color: #093653!important;
}
.dropdown-toggle::after {
    display: none!important;
}
.bg-dark2{
    background: #98deff!important;
}
.text-light {
    color: #093653!important;
}
/**header**/
.header {
    width: 100%;
    height: 100vh;
    background-image: url(../images/main-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .7);
}
.header-section{
    width: 100%;
    height: inherit;
    color: #fff;
    text-align: center;
    position: relative;
}
.center-div {
    text-align: left;
    padding-bottom: 30px;
}
.center-div h1 {
    font-size: 58px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 68px;
    margin-bottom: 0;
    text-shadow: 1px 1px black;
    color: #fff;
}
.center-div h4 {
    color: #98deff;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
}
.right-image img{
    animation: slideInRight;
    animation-duration: 3s;
}
.header-buttons a {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 20px;
    color: #fff;
    background: #102960;
    font-weight: 300;
    display: inline-block;
    transition: .6s ease-in-out;
}
.header-buttons a:hover{
    text-decoration: none;
}
.center-div p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}
.header-extradiv{
    width: 100%;
    height: auto;
    margin: 100px 0;
    text-align: center;
}
.extra-div{
    background-color: #fff;
    border: medium none;
    padding: 50px !important;
    border-radius: 3px;
    transition: 0.3s;
}
.extra-div:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    transform: translateY(-20px);
}
ul.navbar-nav li a.nav-link {
    color: #fff;
    padding: 20px 16px!important;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #f7f7f7;
}
.dropdown-menu li a {
    color: #222!important;
    text-transform: capitalize;
    padding: 6px 16px!important;
    font-weight: 500;
    font-size: 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    margin: 0;
    background: rgba(255, 255, 255);
}
.ft-header-cta-btn{
    margin-left: 25px;
}
.ft-header-cta-btn a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    position: relative;
    font-family: "Poppins";
    background-color: #ffffff;
    border-radius: 30px;
}
.ft-header-cta-btn a:hover {
    *color: #093653!important;
    *background-color: #98deff;
}
.right-image {
    position: absolute;
    right: 0;
    bottom: 0;
}
a.navbar-brand img {
    width: 80px;
}


/******************extra header div end**********************/
.bg1{
	background: #f5f5f5;
}
/**Services**/
h5.subheading {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
h2.mainHeading {
    color: #1c1c1c;
    font-size: 42px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 15px;
}
.servicesItems{
    position: relative;
}
.serviceContent {
    clip-path: polygon(100% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 10%);
    position: relative;
    background: #fff;
    padding: 30px 20px 40px;
    margin: -60px 12px 0;
    transition: .6s ease-in-out;
    min-height: 170px;
}
.serviceContent:hover{
    background: #f7f7f7;
}
.serviceContent h3 {
    color: #000000;
    font-size: 21px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.serviceContent p {
    color: #000000;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.serviceButton a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 8px;
    background-color: #102960;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.serviceButton a:hover {
    color: #fff;
}
.serviceButton a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -16px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 49px solid #102960;
    border-left: 16px solid transparent;
}
.serviceImage img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}
/**Business**/

section#business {
    position: relative;
    margin-top: -75px;
}
section.businessHeading {
    padding: 30px 20px 100px;
    background: rgb(16 41 96);
}
.businessImage img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
.businessImage:hover img {
    transform: scale(1.1);
}
.businessHeading h2.mainHeading {
    font-weight: 400;
}
.businessContainer {
    position: relative;
    border: 6px solid #fff;
    border-radius: 5px;
}
.businessContent {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    transition: 0.4s ease;
    padding: 70px 20px 30px;
    background: linear-gradient(0deg, #050505, transparent);
}
.businessContent h3 span {
    color: #98deff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}
.businessContent a{
    text-decoration: none;
}
.businessContent i {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}
.businessImage {
    position: relative;
    overflow: hidden;
}
.businessContent h3 {
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0;
}
.businessContent-top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

/**howitWorks**/
.steps {
    width: 28%;
    text-align: center;
}
#step1{
    position: relative;
}
#step1:before{
    background: url(../images/step-icon-1.png) center center no-repeat;
}
#step1:before{
    position: absolute;
    content: '';
    right: -70px;
    top: 60px;
    width: 127px;
    height: 59px;
}
#step2{
    position: relative;
}
#step2:before{
    background: url(../images/step-icon-2.png) center center no-repeat;
}
#step2:before{
    position: absolute;
    content: '';
    right: -70px;
    top: 60px;
    width: 127px;
    height: 59px;
}
#howitworks{
    background: url('../images/pattern-3.png');
    background-size: cover;
}
.headingText p {
    width: 70%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 0;
}

/**whychooseus**/
.whyChooseUs {
    background: url(../images/2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 70px 0 140px;
}
.whyChooseUs:before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.whyusInner {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid #5c5c5c;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    height: 100%;
}
.whyusInner:hover{
    transform: translateY(-10px);
}
.whyusHeading h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 6px;
    padding-top: 8px;
}
.whyusIcon img {
    width: 65px;
}
.whyusIcon i {
    color: #ffffff;
    font-size: 34px;
}
.whyusPara p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.whyusPara p b {
    font-weight: 600;
}
.aboutRight p {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-bottom: 12px;
}
.achivement-section .whyusPara p {
    font-size: 18px;
    line-height: 24px;
}
h3.mainHeading {
    color: #1c1c1c;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 4px;
}
.whyChooseUs h5.subheading {
    font-weight: 400;
}
.whyChooseUs h2.mainHeading {
    font-weight: 400;
}

/**about**/
#about{
    padding: 80px 0;
}
.aboutLeft {
    position: sticky;
    top: 66px;
}
.aboutLeft:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 20px;
    bottom: 20px;
    width: 60px;
    border-radius: 4px;
    background-color: #8db1ff;
}
.aboutLeft img {
    position: relative;
    height: 90vh;
    object-fit: cover;
}
.year-box {
    position: absolute;
    right: 0;
    bottom: 35px;
    border-radius: 0;
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    border-right: 5px solid #102960;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-right-color: #102960;
}
.year-box .box-inner {
    position: relative;
    padding-left: 60px;
    color: #6c6c6c;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
.box-inner .icon {
    color: #4aaa4e;
}
.box-inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1em;
    color: #102960;
    font-size: 48px;
    font-family: "flaticon-v2";
}
.year-box .box-inner strong {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #102960;
    font-family: 'Poppins', sans-serif;
}
.aboutRight {
    padding: 40px 15% 40px 12px;
}
.aboutPoints i {
    font-size: 18px;
    color: #102960;
    position: absolute;
    left: 0;
    top: 4px;
}
.aboutPoints {
    padding: 12px 0;
}
.aboutButton a {
    font-size: 17px;
    line-height: 26px;
    padding: 10px 20px;
    color: #fff;
    background: #102960;
    font-weight: 300;
    display: inline-block;
    transition: .6s ease-in-out;
}
.aboutPoints p{
    font-weight: 600;
    font-size: 18px;
}
.aboutPoints p {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
    padding-left: 28px;
    color: #000;
}
.whyusPara a{
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-weight: bold;
}
.whyusPara a:hover{
    color: #fff;
}
section.achievements .whyusPara p {
    font-size: 17px;
    line-height: 23px;
}
.footerTop .footerTop-box {
    background: #102960;
    padding: 10px 40px;
    position: relative;
    margin-bottom: -65px;
    box-shadow: 10px 10px 0 #153374;
    margin-top: -65px;
}
.global-location-box {
    display: flex;
    align-items: center;
}
.global-location-box .global-location-block1 {
    margin-right: 12px;
}
.global-location-box .global-location-block1 i {
    color: #1e4bab;
    font-size: 30px;
}
.global-location-block2 address {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
}
.global-location-block2 a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.globalLocation {
    padding: 20px 0;
    border-right: 2px solid #163370;
    height: 100%;
}
.footerTop .footerTop-box .col-lg-4:last-child .globalLocation {
    border-right: 0;
}


.career-block p.main-p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
}
.career-block p.main-p b {
    font-weight: 600;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1e4395;
}

/**footer**/
#footer {
    background: #101010;
    background-size: cover;
    padding: 100px 0 0 0;
}
.footerWidget h3 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 16px;
    padding-top: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 12px;
}
.footerWidget h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 45px;
    height: 3px;
    background: #1c1c1c;
    margin-top: 4px;
}
.footerWidget li:hover a {
    color: #fff;
}
.footerWidget li a {
    color: #b3b3b3;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    transition: .6s ease-in-out;
}
.footerWidget li a i {
    margin-right: 4px;
}
.footerWidget ul li {
    margin-bottom: 4px;
}
.footerWidget p {
    color: #b3b3b3;
    padding-top: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
.footerBottom {
    border-top: 2px solid #1c1c1c;
    padding: 10px 0;
}
.footerBottom p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footerContent .iconPast i {
    color: #b3b3b3!important;
    margin-right: 5px;
    font-size: 15px;
}
.footer-logo img {
    width: 70px;
}
.inner-footer .footerTop .footerTop-box {
    margin-top: 0;
}

/**************
About Page
/**************/

/**Header-all**/
section.headerAll {
    height: 124px;
    background: #000;
}
.breadcrumb {
    background-color: transparent!important;
    justify-content: center!important;
}
/**Header-all**/

/*--------------- Inner Banner Start --------------*/
.inner-banner { 
    padding: 280px 0px 30px;
    position: relative;
}
.inner-banner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.ft-breadcrumb-content h2 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px black;
    color: #fff;
}
/*--------------- Inner Banner End --------------*/

/* REVEAL EFFECT */

.informationRight {
    padding-right: 130px;
}
.ft-about-img-exp {
    padding-top: 100px;
}
.ft-about-exp-area {
    top: 0px;
    right: 0;
}
.presentInformation {
    padding: 27px 20px 25px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    -webkit-box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
    box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
}
.pastInformation span.iconPast i {
    margin-right: 12px;
    color: #585858;
    font-size: 24px;
}
.pastInformation {
    display: flex;
    margin-bottom: 16px;
    border-bottom: 2px solid #181818;
    padding-bottom: 16px;
}
.pastInformation-block {
    height: 100%;
    background: #101010;
    padding: 50px 30px 40px;
}
.pastInformation .contentPast h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 2px;
    font-weight: 400;
}
.pastInformation .contentPast a {
    color: #e5e5e5;
    font-weight: 200;
    display: block;
    font-size: 16px;
}
.pastInformation-block .pastInformation:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pastInformation .contentPast p {
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.informationLeft{
    position: relative;
}
.informationLeft:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 20px;
    bottom: 20px;
    width: 60px;
    border-radius: 4px;
    background-color: #98deff;
    z-index: -1;
}
/**Information**/
/* .reveal-effect {
    float: left;
    position: relative;
  }
  .reveal-effect.animated:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #141414;
    position: absolute;
    left: 0;
    top: 0;
    animation: 1s reveal linear forwards;
    -webkit-animation-duration: 1s;
    z-index: 1;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  
  .reveal-effect.animated > * {
    animation: 1s reveal-inner linear forwards;
  }
  
  @-webkit-keyframes reveal {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 0;
      width: 100%;
    }
    51% {
      left: auto;
      right: 0;
    }
    100% {
      left: auto;
      right: 0;
      width: 0;
    }
  }
  @-webkit-keyframes reveal-inner {
    0% {
      visibility: hidden;
      opacity: 0;
    }
    50% {
      visibility: hidden;
      opacity: 0;
    }
    51% {
      visibility: visible;
      opacity: 1;
    }
    100% {
      visibility: visible;
      opacity: 1;
    }
  } */
/* .reveal-effect {

/**Vision**/
#vision{
    position: relative;
}
.innerpageContent {
    height: 100%;
    padding: 50px 40px;
    border-radius: 6px;
    background: #fff;
}
p.main-title {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin-bottom: 16px;
}
.innerpageContent .aboutPoints p{
    font-weight: normal!important;
}
/**Vision**/

/**************
About Page
/**************/

/**************
Business
/**************/

/**Organisation**/
.organisationPoints {
    text-align: center;
    background: #29166f;
    min-height: 168px;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    border: 2px solid #98deff;
}
.organisationPoints p{
   color: #fff; 
   padding: 50px 25px;
}
.businessNavigation ul li a{
    width: 100%;
    color: #98deff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 15px 20px;
    display: inline-block;
    border: 1px solid #98deff;
}
.businessNavigation ul{
    margin-top: 15px;
}
.businessNavigation ul li{
   margin-bottom: 15px;
}
.businessNavigation{
    background-color: #093653;
    padding: 40px 30px;
}
.businessMainpage img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.businessMainpage {
    position: sticky;
    top: 80px;
}
/**Organisation**/

/**************
Business
/**************/


/**************
Career
/**************/
#section-careerform{
    padding: 70px 0;
    background: url(../images/2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    /* padding: 100px 0 100px 0; */
}
#section-careerform:before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.88);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/**************
Career
/**************/



/************** Contact Start *************/

.contactForm {
    background: #fff;
    padding: 40px 35px;
    border-radius: 0;
    box-shadow: 0 3px 18px rgb(0 0 0 / 12%);
}
.contactForm input.form-control, .contactForm select.form-control, .contactForm textarea.form-control {
    height: calc(1.5em + 0.75rem + 10px);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    padding: 8px 0;
}
.contactForm textarea.form-control{
	height: 100px!important;
}
.contactForm .form-group {
    margin-bottom: 20px;
}
.form-control:focus {
    box-shadow: none;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.header-buttons button {
    display: block;
    background: #102960;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}
.header-buttons button:hover {
    color: #fff!important;
}

/************** Contact End *************/


.inner-contact{
	margin-top: 20px;
}
.inner-contact a.btn-color {
    background: #102960;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.inner-contact a {
    display: inline-block;
    border: 2px solid #102960;
    color: #102960;
    padding: 7px 15px;
    font-size: 17px;
    font-weight: 600;
    margin-right: 8px;
}


