@font-face {
    font-family: GTWalsheimBold;
    src: url(../GTWalsheim/GTWalsheimPro-Bold.ttf);
}
@font-face {
    font-family: GTWalsheimMedium;
    src: url(../GTWalsheim/GTWalsheimPro-Medium.ttf);
}
@font-face {
    font-family: GTWalsheimRegular;
    src: url(../GTWalsheim/GTWalsheimPro-Regular.ttf);
}
h1 {
    font-family: GTWalsheimMedium;
}
h2 {
    font-family: GTWalsheimBold;
}
p {
    font-family: GTWalsheimRegular;
}

html, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
    margin: 0;
	padding: 0;
    overflow: hidden;
	overflow-y: auto;
	position: relative;
	
}
*{
	box-sizing: border-box;
	font-family: 'poppins', sans-serif;
	scroll-behavior: smooth;

}
.main_container {
    width: 100%;
    overflow: hidden;
}
.main_container img{
	width: 100%;
}
.main_container a{
	text-decoration: none;
}
.flexx{
	display: flex;
}
.justify-space {
	justify-content: space-between;
}
.item-center {
    align-items: center;
}
li {
    list-style: none;
}

.custom_row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
    box-sizing: border-box;
}
.custom_col_6 {
    position: relative;
	flex: 0 0 50%;
    box-sizing: border-box;
}









/*---------------------START BANNER------------------------------*/
/*---------------------START BANNER------------------------------*/

.banner {
	background: url(../images/business.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
    /* height: calc(100vh - 84px); */
    height: 100vh;
    position: relative;
}
.innerBanner {
    background-color: rgba(0,0,0, .6);
    width: 100%;
    height: 100%;
}
.logo img {
    width: 210px;
}
.header {
    padding: 30px 0px;
}
/* .bannerContent {
    margin-top: 150px;
} */
.banner .container {
    height: 100%;
}
.banner .bannerContent {
    display: flex;
    justify-content: normal;
    align-items: center;
    height: 70%;
}
.bannerContent h1 {
    color: white;
    font-size: 51px;
    text-transform: uppercase;
    width: 475px;
    line-height: 1.4;
    margin: 0px 0px 40px 0px;
}
.Demo-Btn {
    margin-left: 30px;
}

/* .touchBtn a {
    transition: all .4s linear;
} */

a.commonbutton {
    display: block;
    background: transparent;
    width: 190px;
    padding: 14px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    position: relative;
    font-family: GTWalsheimBold;
    margin: 25px auto 0px auto;
    transition: all .4s linear;
}
.touchBtn a.commonbutton:hover {
    border-top: 2px solid #66e8ff;
    border-bottom: 2px solid #66e8ff;
    color: #66e8ff;
}

span.spanTag2 {
    width: 38px;
    height: 38px;
    background: transparent;
    display: block;
    position: absolute;
    top: 7px;
    right: -19px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(45deg);
    transition: all .4s linear;
}
span.spanTag1 {
    width: 38px;
    height: 38px;
    background: transparent;
    display: block;
    position: absolute;
    top: 7px;
    left: -19px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transition: all .4s linear;
}
.touchBtn a.commonbutton:hover span.spanTag2 {
    border-right: 2px solid #66e8ff;
    border-top: 2px solid #66e8ff;
}
.touchBtn a.commonbutton:hover span.spanTag1 {
    border-left: 2px solid #66e8ff;
    border-bottom: 2px solid #66e8ff;
}

.bannerContent a.commonbutton {
    width: 238px;
    background-color: #66e8ff;
    border-top: 2px solid #66e8ff;
    border-bottom: 2px solid #66e8ff;
    color: black;
    margin: 0px;
    transition: all .4s linear;
}
.bannerContent a.commonbutton:hover {
    background-color: white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.bannerContent span.spanTag1 {
    border-left: 2px solid #66e8ff;
    border-bottom: 2px solid #66e8ff;
    background-color: #66e8ff;
    transition: all .4s linear;
}
.bannerContent span.spanTag2 {
    border-right: 2px solid #66e8ff;
    border-top: 2px solid #66e8ff;
    background-color: #66e8ff;
    transition: all .4s linear;
}
.bannerContent a.commonbutton:hover span.spanTag1 {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    background-color: white;
}
.bannerContent a.commonbutton:hover span.spanTag2 {
    border-right: 2px solid white;
    border-top: 2px solid white;
    background-color: white;
}

.socialIconList .fa {
    color: white;
    font-size: 18px;
    padding: 7px;
    width: 30px;
    height: 30px;
    transition: all .4s linear;
}
.socialIconList .fa:hover {
    color: #66e8ff;
}
.scrolldown {
    transform: rotate(-91deg) translate(-35px, -30px);
    width: 86px;
    /* background: red; */
    overflow: hidden;
    color: white;
}
.socialIconList .fa-long-arrow-down {
    margin-top: 75px;
    font-size: 24px;
    margin-left: 3px;
}
.socialIconList i.fa.fa-facebook {
    color: #66e8ff;
    background: transparent;
    border: 1px solid #66e8ff;
    border-radius: 100%;
    
}
p.Line_bar {
    background: #66e8ff;
    width: 2px;
    height: 70px;
    margin-left: 13px;
}
.socialIconList {
    position: absolute;
    top: 32%;
    left: 5%;
}

/*--------------------- START BANNER------------------------------*/
/*--------------------- START BANNER------------------------------*/

.about_us_sec {
    background: url(../images/about-us.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
    /* height: calc(100vh - 84px); */
    position: relative;
    text-align: center;
    margin-top: 20px;
    
}
.about_us_sec1 {
    padding: 60px 0px;
    background: #1d1c1cf7;
}
.about_us_sec p {
    color: white;
}
.about_us_sec h3 {
    font-family: GTWalsheimRegular;
    color: white;
    font-size: 48px;
    text-transform: uppercase;
}
.about_us_sec h3 span {
    color: #66e8ff;
}





/*--------------------- START MiSSioN------------------------------*/
/*--------------------- START MiSSioN------------------------------*/

.mission_section h2, .mission_section p  {
    color: white;
}
.mission_section h2 {
    margin-bottom: 11px;
    margin-top: 25px;
}
.mission_section {
    width: 100%;
    background-color: white;
}
.missionBox p {
    width: 70%;
}
.missionBox {
	background: url(../images/misionImage.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
    /* height: calc(100vh - 84px); */
    position: relative;
    padding: 130px 40px;
}

.missionBox img{
    width: auto;
    margin-top: 50px;
}
.visionBox img{
    width: auto;
    margin-top: 50px;
}

.visionBox {
	background: url(../images/visionImage.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
    /* height: calc(100vh - 84px); */
    position: relative;
    padding: 103px 40px;
    text-align: right;
}
.visionBox p {
    width: 70%;
    margin-left: auto;
}
section.mission_section .custom_row {
    margin-top: 20px;
}
.marginRight {
    margin-right: 10px;
}
.marginLeft {
    margin-left: 10px;
}

/*--------------------- START MiSSioN------------------------------*/
/*--------------------- START MiSSioN------------------------------*/











/*--------------------- START the_value_sec------------------------------*/
/*--------------------- START the_value_sec------------------------------*/



.the_value_sec  h2 {
    font-size: 45px;
    margin-bottom: 20px;
}
.the_value_sec  p {
    line-height: 1.7;
}
.manBox img {
    margin-top: 30px;
}




/*--------------------- START the_value_sec------------------------------*/
/*--------------------- START the_value_sec------------------------------*/




/*--------------------- START sport_section------------------------------*/
/*--------------------- START sport_section------------------------------*/

.sport_section h3 {
    font-family: GTWalsheimBold;
    color: #262525;
    font-size: 133px;
    top: -10px;
    position: absolute;
    left: 0px;
    z-index: 0;
}
.sport_section h2 {
    position: relative;
    z-index: 2;
    font-size: 40px;
    color: #66e8ff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 50px;
}
.sport_section p {
    color: white;
    width: 50%;
    line-height: 1.9;
    z-index: 2;
    padding-bottom: 50px;
    position: relative;
}
.sport_section {
    width: 100%;
    background-color: #1c1c1c;
    position: relative;
    padding: 100px 0px 150px 0px;
}
.sport_section .container{
    position: relative;
}



/*--------------------- START ecosystem_sec------------------------------*/
/*--------------------- START ecosystem_sec------------------------------*/



.ecosystem_sec {
    background: url(../images/ecoBackgroundImg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
    padding: 150px 0px 70px 0px;
    position: relative;
    display: flex;
    align-items: center;
    
}
.ecosystem_sec_Box img {
    width: 55%;
}
.ecosystem_sec_Box {
    text-align: center;
    margin-top: 80px;
}
.ecosystem_sec_Box h2 {
    color: white;
}

.ecosystem-top-sec {
    width: 70%;
    clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 13% 100%, 0% 50%);
    background-color: white;
    padding: 60px 190px;
    position: absolute;
    top: -160px;
    right: 0px;
}
.ecosystem-top-sec h3 span{
    color: #66e8ff;
}
.ecosystem-top-sec h3 {
    font-family: GTWalsheimRegular;
    color: #1c1c1c;
    font-size: 48px;
    text-transform: uppercase;
}
.ecosystem-top-sec img {
    width: 50px;
    padding: 10px 0px;
}
.ecosystem-top-sec p {
    color: #1c1c1c;
}

/*--------------------- START ecosystem_sec------------------------------*/
/*--------------------- START ecosystem_sec------------------------------*/




/*--------------------- START footer------------------------------*/
/*--------------------- START footer------------------------------*/


.footer {
    background-color: #1c1c1c;
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.footer img {
    width: auto;
    margin-bottom: 25px;
}
.footerLine {
    width: 100%;
    height: 1px;
    background-color: white;
}
.bottomFooter p {
    text-align: center;
    color: white;
    padding: 25px 0px;
}


/*--------------------- START footer------------------------------*/
/*--------------------- START footer------------------------------*/


/*--------------------------popup start--------------------*/
/*--------------------------popup start--------------------*/

.popup-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    transform: scale(0);
    overflow: hidden;
    backdrop-filter: blur(3px);
}
.close-cross {
 
    background-color: #66e8ff;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    padding: 16px 17px;
    font-size: 19px;
    color: white;
    cursor: pointer;

}
.outer-popup-div {
    position: relative;
    max-width: 640px;
    width: 100%;
    height: 100%;
    z-index: 300;
    margin: 0px auto 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-container .popup {
    width: 100%;
    height: auto;
    background-color: #66e8ff;
    position: relative;
    padding: 40px 20px;
    
}
.popup-container .first-img {
    width: 35%;
    display: flex;
    align-items: center;
}
.popup-container .first-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
}
.popup .second-img {
    background-color: white;
	width: 100%;
    text-align: center;
    padding: 20px;
    /* clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%); */
   
}
.popup-content h5 {
    color: #181818;
    font-size: 23px;
    font-weight: 700;
    text-align: left;
    font-family: GTWalsheimMedium;
}
.popup-content p {
    font-size: 14px;
    line-height: 26px;
    color: #66e8ff;
    text-align: left;
}
.popup-content {
    padding: 0px 20px;
}
.flex-div {
    display: flex;
    justify-content: space-between;
}
.second-img .popup-form {
    background-color: white;
    width: 100%;
    padding: 20px;
    /* padding: 20px 0px 20px 173px; */
}
.second-img .popup-form button {
    background-color: #66e8ff;
    color: white;
    width: 100%;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    font-family: GTWalsheimBold;
    border-radius: 10px;
    transition: all .4s linear;
}
.second-img .popup-form button:hover {
    background-color: #48dcf7;
}
.second-img .popup-form .form-control {
    margin: 15px 0px;
}

.no-Img h2 {
    color: white;
    font-size: 50px;
    
}

.no-Img h2 span {
    font-weight: bold;
    color: #1c1c1c;
    font-size: 55px;
}
.popup-form .form-control {
    font-family: 'GTWalsheimRegular';
}

/*--------------------------popup end--------------------*/
/*--------------------------popup end--------------------*/





@media ( min-width: 320px) and ( max-width: 1440px ) {
    .socialIconList {
        position: absolute;
        top: 32%;
        left: 5px;
    }
}
@media ( min-width: 320px) and ( max-width: 1024px ) {
    .custom_col_6 {
        flex: 0 0 100%;
    }
    .marginRight {
        margin-right: 0px;
    }
    .marginLeft {
        margin-left: 0px;
        margin-top: 2px;
    }
    section.mission_section .custom_row {
        margin-top: 0px;
    }
    .visionBox {
        text-align: left;
    }
    .visionBox p {
        width: 70%;
        margin-left: 0px;
    }
    .ecosystem-top-sec {
        padding: 60px 93px;
    }
    .sport_section p {
        width: 80%;
    }
    .about_us_sec {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .banner {
        height: auto; 
    }
    .innerBanner {
        padding-bottom: 100px;
    }
    .socialIconList {
        position: absolute;
        top: 28%;
    }
}

@media ( min-width: 992px) and ( max-width: 1199px ) {
    .popup-content {
        padding-left: 100px;
    }
    .second-img .popup-form {
        padding: 20px 0px 20px 100px;
    }
    .services-box p {
        width: 100%;
    }
    .outer-popup-div {
        margin: 100px auto 0px auto !important;
    }
}
@media ( min-width: 320px) and ( max-width: 991px ) {
    /*=-========----------- popup start -------*/
    /* .popup-content {
        padding-left: 100px;
    }
    .second-img .popup-form {
        padding: 20px 0px 20px 100px;
    }
    .first-img{
        display: none !important;
    } */
}
@media ( min-width: 320px) and ( max-width: 942px ) {
    .ecosystem-top-sec {
        padding: 60px 20px 60px 93px;
    }
}
@media ( min-width: 320px) and ( max-width: 840px ) {
    .sport_section p {
        color: white;
        width: 80%;
    }
    .ecosystem-top-sec {
        width: 100%;
        clip-path: none;
        padding: 20px;
        top: -70px;
    }
}
@media ( min-width: 320px) and ( max-width: 767px ) {
    .sport_section p {
        width: 100%;
    }
    .ecosystem_sec_Box img {
        width: 300px;
    }

    /*=-========----------- popup start -------*/
    /* .popup-content {
        padding-left: 0px;
    }
    .second-img .popup-form {
        padding: 0px;
    }
    .popup .second-img {
        clip-path: none;
       
    }
    .outer-popup-div {
        width: 60%;
    } */
}


@media ( min-width: 320px) and ( max-width: 670px ) {
    .socialIconList {
        display: none;
    }
}


@media ( min-width: 320px) and ( max-width: 600px ) {
    .banner .justify-space {
        justify-content: center;
    }
    .bannerContent h1 {
        font-size: 40px;
        width: 100%;
    }
    .visionBox p {
        width: 100%;
    }
    .missionBox p {
        width: 100%;
    }
    .sport_section h3 {
        font-size: 60px;
    }
    .footer img {
        width: 200px;
    }
    .banner {
        height: 90vh;
    }
    .logo img {
        width: 190px;
    }
}


@media ( min-width: 320px) and ( max-width: 575px ) {
    .ecosystem-top-sec {
        top: -150px;
    }
    .ecosystem_sec_Box {
        margin-top: 170px;
    }
    .missionBox {
        padding: 70px 20px;
    }
    .visionBox {
        padding: 65px 20px;
    }

     /*=-========----------- popup start -------*/
    /* .outer-popup-div {
        margin: 18px auto 0px auto;
    }
    .outer-popup-div {
        width: 90%;
    } */
}

@media ( min-width: 320px) and ( max-width: 475px ) {
    .banner .flexx {
        display: flex;
        flex-direction: column;
    }
    .touchBtn {
        margin-top: 15px;
    }
    /* .bannerContent {
        margin-top: 100px;
    } */
    
}