body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-weight: 400;
    padding-top: 0;
}

header.header {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 30;
    top: 0;
	background: #030b17;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.2;
    /*    margin: 0;*/
}

h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
	color:#ffffff;
}

p,
li {
    font-size: 18px;
    color: #484848;
    line-height: 26px;
}

.text-box p {
    line-height: 32px;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

* {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding-left: 20px;
}

.header .navbar-default {
    background-color:transparent;
    border-color:transparent;
}


.header .navbar-brand {
    height: inherit;
    padding: 16px 15px;
}

.header .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.header .navbar-default .navbar-nav > li > a:focus,
.header .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

header.header.scrolled {
    background: #030b17;
}

.header .navbar {
    border-radius: 0;
	margin: 0 80px;
}

.main-carousel .slide-item {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
}


.main-carousel .slide-item img {
    opacity: 1;
    position: relative;
}

.main-carousel .slide-text {
    position: absolute;
    right: 110px;
    top: 58%;
    z-index: 1;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.main-carousel .slide-text h1,
.main-carousel .slide-text h4 {
    text-transform: capitalize;
    color: #63ffcd;
}

.main-carousel .slide-text h1 {
    font-size: 41px;
    line-height: 54px;
    font-weight: 400;
    text-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
}

.main-carousel .slide-text h4 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}

.main-carousel .slide-text p {
    font-size: 19px;
    color: #fff;
    line-height:20px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin-left: 2px;
    margin-bottom: 10px;
}

.main-carousel .slide-text a.btn {
    margin-top: 15px;
}

.main-carousel .owl-nav span.fa {
    font-size: 28px;
}

.main-carousel .owl-nav .owl-prev,
.main-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #afaac0;
    color: #fff;
    border-radius: 0;
    width: 35px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.main-carousel .owl-nav .owl-prev {
    left: 0;
}

.main-carousel .owl-nav .owl-next {
    right: 0;
}

/* .main-carousel .owl-nav {
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-carousel:hover .owl-nav  {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */
.banner .container-fluid {
    padding: 0;
    overflow-x: hidden;
}

.banner h1 {
    font-size: 66px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    left: -4px;
    line-height: 72px;
    text-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
}

.banner h1 span {
    display: block;
}

.banner p {
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 28px;
    position: relative;
    text-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
}


.banner a.btn {
 font-size: 19px;
color: #000;
background: #63ffcd;
border-radius: 6px;
padding: 6px 28px;
text-transform: capitalize;
margin-top: 14px;
font-weight: 500;
border: 2px solid #63ffcd;

}

.banner a.btn:hover {
    background: #10f9ae;
	border: 2px solid #10f9ae;
}

.banner .banner-wpr {
    display: flex;
    align-items: center;
}

.text-box {
    margin: 0 0 26px;
    padding: 23px 28px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 13%);
}

.text-box ul.list-unstyled {
    padding-bottom: 10px;
}

.text-box h3 {
    margin-top: 0 !important;
}

.note {
    padding-top: 10px;
    padding-bottom: 10px;
}

section {
    padding: 50px 0;
}

section.banner {
    padding: 0;
}

.why {
    background: url(../images/why-bg.png) no-repeat;
    background-size: cover;
    padding: 110px 0 50px;
}

.why h2,
.why h4,
.why p {
    color: #fff;
}

.about,
.job {
    padding: 20px 0;
}

.about p {
color: #000;
line-height: 24px;
margin-bottom: 30px;
font-size: 15px;
font-weight: 300;
}


.about h2 {
    font-size: 33px;
    margin-bottom:20px;
	font-weight: 500;
}

.about h2 span {
    color: #22BADE;
}

.about a.link {
    font-size: 20px;
    text-decoration: underline;
    color: #22BADE;
}

.about .img-wpr {
    position: relative;
}

.about img {
    position: relative;
}

.about {
    padding-top: 30px;
}

.abt-content {
    margin: -45px auto 0;
    position: relative;
    z-index:9;
    background: #fff;
    border-radius: 8px;
}

.job-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.job-title h2 {
    font-size: 22px;
    font-weight: 700;
}

job-title p {
    font-size: 20px;
}

.banner {
    background: url('../images/banner.jpg') no-repeat;
}

.list-icon li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
}

.list-icon li:before {
    position: absolute;
    content: '';
    background: url('../images/li-before.png') no-repeat;
    width: 13px;
    height: 14px;
    top: 6px;
    left: -22px
}

.cta {
    background: #22BADE;
}

.cta p {
    font-size: 26px;
    color: #fff;
    line-height: 32px;
}

.cta-btn {
    font-size: 21px;
    color: #22BADE;
    background: #fff;
    border-radius: 6px;
    padding: 11px 46px;
    text-transform: capitalize;
    margin-top: 14px;
    font-weight: 500;
    border: 2px solid #22BADE;
    text-decoration: none !important;
}

a.btn {}

.footer {
    background: #000000;
    padding: 18px 1px;
}

.footer p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

span.purple {
    color: #6a38a0;
}

span.yellow {
    color: #d5800c;
}

 .overview  h1{
	 color:#ffffff;
    }
	
	 .overview  h2{
	font-size: 36px;
font-weight:normal;
margin: 30px 0;
color: #63ffcd;
    }
	 .overview  h2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 180px;
    left: 43px;
    background: #63ffcd;
    bottom: 0;
}

	 .overview  h4{
	font-size: 21px;
font-weight: 400;
margin: 80px 0 30px 0;
color: #ffffff;
    }
.overview a.btn {
    font-size: 19px;
    color: #000;
    background: #63ffcd;
    border-radius: 6px;
    padding: 6px 28px;
    text-transform: capitalize;
    margin-top: 14px;
    font-weight: 500;
    border: 2px solid #63ffcd;
}
@media (min-width: 768px) {
    .header .navbar-nav > li > a {
        padding: 11px 28px;
        margin-top: 21px;
        border: none;
        position: relative;
    }

    .header .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .header .navbar-nav > li:last-child > a:after {
        display: none;
    }

    .banner {
        min-height: 475px;
    }

    .banner,
    .banner .container {
        display: flex;
    }

    section.life {
        padding-bottom: 80px;
    }

    .overview .col-md-6 .text-box {
        min-height: 348px;
    }

    .cta .row {
        display: flex;
        align-items: center;
    }

    .overview {
		padding-bottom: 0;
background: #002738 url(../images/picture.png) no-repeat top;


    }

    .abt-content {
        padding: 30px 0px;
    }
}

@media (max-width: 1024px) {
    .about img {
        width: 100%;
        left: 0;
    }

    .about-content {
        left: 0;
    }


}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-top: 25px;
    }

    .banner .banner-wpr {
        display: inherit;
    }

    .job td {
        font-size: 16px;
    }

    .banner-content {
        padding: 65px 0;
    }

    .banner h1 {
        font-size: 46px;
        line-height: 50px;
    }
    .overview {
        padding-bottom: 0;
    }
    .abt-content {
        margin-top: 0;
    }
    .cta .col-md-3.text-right {
    text-align: left;
    margin-top: 40px;
}
    body {
        padding-top: 85px;
    }
    .main-carousel .slide-text h1 {
    font-size: 36px;
    line-height: 40px;
}
    .main-carousel .slide-text {
    padding-top: 20px;
    padding-bottom: 20px;
}
    header.header {
        background: #000;
    }
	.header .navbar {
	margin: 0;
}
section.banner {
    margin-top: -10px;
}
.owl-carousel .owl-item img {
    height: 200px;
}
.main-carousel .slide-text p {
      line-height: 20px;
       margin-bottom: 0;
}
.main-carousel .slide-text {
    top: 45%;
}
}
