html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    /* background-color: #000; */
}
.font-raleway{
    font-family: 'Raleway', sans-serif;
}
h1, h2, h3 {
    color: #fff;
    font-weight: 700;
}
h4,h5{
    font-weight: 500;
}
.color-primary {
    color: #6a7889;
}

.color-danger {
    color: #ff0000;
}

.color-light {
    color: #9e9e9e;
}

.color-theme {
    color: #26416b;
}
.color-theme-green{color: #22B179;}
.color-theme-blue{color: #73D5D0;}
h5 {
    font-size: 16px;
}

a,a:hover, a:focus {
    outline: 0;
    text-decoration: none;
}

button:focus {
    outline: 0;
}

a {
    color: #2c82d5;
}

a:hover, a:focus {
    color: #77798C;
}

.divider {
    background-color: #48525d;
    display: inline-block;
    height: 2px;
    max-width: 110px;
    width: 100%;
}

.color-white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.pos-rel {
    position: relative;
}

.txtfield {
    color: #fff;
    height: 45px;
    display: block;
    padding: 6px 1px;
    box-shadow: unset;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #404040;
    background-color: transparent;
}

.txtfield:focus {
    outline: 0 none;
    border-color: #20b375;
    box-shadow: none;
}

.txtfield.dark:focus {
    border-color: #26416b;
}

.txtarea {
    resize: none;
}

.txtfield.dark::-webkit-input-placeholder {
    /* Edge */
    color: #bbb;
}

.txtfield.dark:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
}

.txtfield.dark::placeholder {
    color: #bbb;
}

label {
    font-weight: 500;
}


/*---------custom Button------*/
.btn.custom-btn {
    letter-spacing: 1px;
    color: #FFF;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 12px 14px;
    min-width: 125px;
    border-radius: 14px;
    transition: all 0.2s ease 0s;
    background: linear-gradient(95deg, #60A2DD 0%, #1BB46D 100%);
}
.btn.custom-btn:hover, .btn.custom-btn:focus {
    outline: 0;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.20);
}
.btn.custom-btn.outline-btn{background: transparent;border: 1px solid #5EBA9C;color: #5EBA9C;}
.btn.custom-btn:active {
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.20);
}
.btn.custom-btn.btn-sm {
    min-width: 80px;
    min-height: 30px;
    padding: 8px 12px;
}
a.btn.custom-btn {
    line-height: 22px;
}
/*------------------------------*/
body.dark-theme .static{
    background-color: #000;
}
.cus-navbar {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 15px 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
header.static .cus-navbar{
    position: relative;
}
.navbar .navbar-brand {
    padding: 0;
    text-align: center;
    font-family: Roboto Condensed;
    font-size: 41.35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.155px;
    margin-left: 0;
    background: linear-gradient(180deg, #09ABAD 0%, #15C0C1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 0 !important;
}

a.navbar-brand img {
    width: 73px;
    height: 45px;
}
.cus-navbar .navbar-nav>li>a:not(.btn){
    font-weight: 600;
    position: relative;
    padding: 15px 15px;
    color: #3e5d65;
    background-color: transparent;
    z-index: 1;
    font-family: 'Lexend', sans-serif;
}
.cus-navbar .navbar-nav>li>a:not(.btn):hover, .cus-navbar .navbar-nav>li.active>a:not(.btn){
    transition: all 0.3s ease 0s;
    color: #6EE5EC;
}
.cus-navbar .navbar-nav>li>a{
    margin: 0 15px;
    transition: all 0.3s ease 0s;
}
.cus-navbar .navbar-nav>li>a.btn.custom-btn{
    min-width: 150px;
}

/*-----------Banner sec--------------*/
section.banner-sec {
    width: 100%;
    /* min-height: calc(100vh - 100px); */
    position: relative;
    background: url('../img/bg-banner.png');
    background-color: #000;
    background-size: 115%;
    /* background-attachment: fixed; */
    background-position: center;
    padding-top: 150px;
    padding-bottom: 50px;
}
.banner-wrap {
    width: 100%;
    max-width: 520px;
}
.banner-desc h3{font-size: 22px;font-weight: 400;line-height: 25px;letter-spacing: -0.3px;}
.banner-desc .interview-h1{
    background: linear-gradient(252deg, #20B275 0%, #35AC97 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-top: 0;
    position: relative;
}
.thinking-line{
    position: absolute;
    right: -33px;
    top: -18px;
}

.banner-desc > h1 {
    color: #37F0FB;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-desc > p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.2px;
    max-width: 410px;
    margin-bottom: 35px;
}
.banner-img {
    width: 100%;
    margin-top: -90px;
}
.banner-img img{
    width: 100%;
    display: inline-block;
    margin-right: -100px;
}

/* service sec */

.service-sec{
    width: 100%;
    background-color: #000;
    padding: 40px 0px 60px;
    overflow: hidden;
}
.service-heading{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.service-heading .about-span{
    margin-left: -27px;
    font-weight: 600;
}
.service-left h1{margin-bottom: 20px;}
.service-left p{
    line-height: 28px;
    margin-bottom: 20px;
}
.service-img{
    position: relative;
}
.service-img > img{
    width: 170%;
    max-width: none;
    margin-left: -150px;
    margin-top: -27%;
    position: absolute;
}

/* project-sec */

.project-sec{
    z-index: 1;
    background-color: #000;
    padding: 0 0 140px;
    position: relative;
}
.project-sec::after{
    content: "";
    background: linear-gradient(180deg, rgba(185, 254, 231, 0.19) 0%, rgba(36, 191, 190, 0.19) 100%);
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: -1;
}
.project-panel{border-radius: 15px;padding: 1px;background: linear-gradient(90deg, #5EA2DA, #1FB273);max-width: 860px;}
.project-wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.project-box{
    width: 100%;
    border-radius: 15px;
    padding: 40px 0;
    background-color: #000;
    box-shadow: 0px 4px 147px 0px rgba(255, 255, 255, 0.12);
}
.project-img{
    position: relative;
}
.project-img img{
    position: absolute;
    top: -105px;
    left: -105px;
    width: 170%;
}
.project-form{
    padding-right: 70px;
}


/*-----------footer-sec-------------*/

.footer-sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 15px 0;
    background-color: #BBFFE8;
}
.footer-wrap {
    width: 100%;
    float: left;
}
.footer-heading{
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
}
.footer-ul{
    padding: 30px 0 20px;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
ul.footer-ul > li{
    display: inline-block;
}
ul.footer-ul > li > a{
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin: 0 20px 10px;
    transition: all 0.1s ease 0s;
}
ul.footer-ul > li > a:hover{
    opacity: 0.7;
}
.social-links{
    width: 100%;
    float: left;
}
.middle-text{
    line-height: 33px;
}
.social-links{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.social-links > li{
    display: inline-block;
}
.social-links > li:first-child > a{
    padding-left: 0;
}
.social-links > li > a{
    color: #2c82d5;
    font-size: 22px;
    padding: 0 10px;
}
.social-links > li > a:hover{
    opacity: 0.7; 
}
.footer-wrap p {
    color: #000000;
    font-weight: 500;
    line-height: 25px;
    font-size: 20px;
}
.footer-link{
    color: #b6b6b6;
    font-weight: 600;
    line-height: 40px;
}
.footer-bottom{
    width: 100%;
    padding: 30px 0;
    font-size: 13px;
    text-align: center;
    background-color: #bbffe8;
    color: #000;
    border: 1px solid rgba(0,0,0,.2);
}
.footer-bottom > p{
    margin: 0;
}

/* privacy-sec */

.privacy-sec{
    padding: 40px 0 40px;
}
.privacy-panel{display: flex;flex-direction: row;align-items: center;justify-content: center;}

.privacy-box,
.privacy-box h1,
.privacy-box h2,
.privacy-box h3{
    color: #323232;
    letter-spacing: 0.1px;
    word-spacing: 1px;
    margin: 15px 0;
}
.privacy-box h1,
.privacy-box h2{
    line-height: 45px;
}
.privacy-box h1{
    font-size: 50px;
    margin: 30px 0 50px;
}
.privacy-box h3{
    font-size: 22px;
    font-weight: 800;
}
.privacy-box h4{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}
.privacy-box{
    line-height: 30px;
    max-width: 770px;
}

/* about-sec */
.about-banner{
    width: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/about-us.png');
    background-size: cover;
}
.about-banner-heading h1{font-size: 60px;color: #37F0FB !important;position: relative;}
.about-introduction{
    background-color: #000;
    padding: 40px 0 60px;
}
.about-intro-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 25px;
    margin-bottom: 70px;
}
.about-intro-box > p{
    max-width: 780px;
    width: 100%;
}
.about-intro-box h3,
.about-box h3{
    font-size: 34px;
}
.about-box h3{
    margin-top: 70px;
}
.about-box{
    margin-top: 40px;
}
.about-box p{
    line-height: 25px;
}

.about-mission{
    background-color: #031415;
    padding: 40px 0px 0;
}
.card-box{
    background-color: rgb(103 231 238 / 18%);
    border-radius: 20px;
    text-align: center;
    border: 1px solid #43687e;
    margin-bottom: 70px;
}
.card-icon{
    display: flex;
    justify-content: center;
}
.card-icon span{
    background: linear-gradient(180deg, #009399 0%, #68DDE7 100%);
    width: 80px;
    height: 80px;
    border-radius: 100px;
    text-align: center;
    margin-top: -40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid #fff;
}
.card-body{
    padding: 13px 9px 7px;
    line-height: 25px;
    min-height: 250px;
}

/* join-us-sec */

.join-sec{
    background-color: #000;
    padding: 150px 0;
}
.join-panel{
    background-color: rgb(53 185 193 / 59%);
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}
.join-box{
    margin-top: 70px;
    padding: 0px 50px 50px;
}
.join-box h1{
    margin-bottom: 30px;
}
.join-box p{line-height: 25px;margin-bottom: 30px;}
.join-img{
    position: absolute;
    top: -65px;
    left: -40px;
    width: 100%;
}