body {
    background-image: url(../img/WEB.jpg);
    background-attachment: fixed;
    /* background-repeat: no-repeat;
    background-position: top; */
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    /* background-size: cover; */
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;


}



.main_div {
    height: 100vh;
    position: relative;
}


.section_height {
    height: 100vh;
}



.navbar {
    opacity: 1.2;
    background-image: url(../img/WEB.jpg);
    /* padding: 15px; */
    background-size: cover;
}

.higlight {
    font-size: 90px;
    color: #02A0D9;
    /* font-family: none; */
    font-weight: bolder;
}

.title_text1 {
    font-size: 20px;
}

.higlight_stabilished2 {
    color: #02A0D9;
}

.sub_title {
    font-size: 40px;
}

.title_text {
    font-size: 70px;
}

.footer_text {
    color: #02A0D9;
    font-size: 40px;
}

.footer_scaner>img {
    height: 140px;

}

p {
    font-size: 18px;
    color: rgb(188, 190, 192);
}

li {
    font-size: 18px;
}


.zoom>img {


    width: 90%;
}





@media only screen and (max-width: 991px) {
    .main_div {
        height: 100% !important;
    }
}



.logo>h1 {
    font-size: 80px;
    color: #02A0D9;
    font-weight: 700 !important;
}



.scrolling>a>img {
    height: 70px;


}

@media only screen and (max-width: 991px) {
    .scrolling {
        display: none;
    }
}

.iso>p {
    font-weight: 600;
}



.img_contact {
    position: absolute;
    padding-top: 75px !important;
    width: 100%;
}

@media only screen and (max-width: 1130px) {
    .img_contact {
        position: sticky;
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 1240px) {
    .img_contact {
        /* position: sticky; */
        padding-top: 50px !important;
    }
}

.scrolling1 {
    position: absolute;
    left: 90%;
    top: 90%;
}

.scrolling1>a {
    display: inline-block;
    width: 48px;
    height: 48px;
}

.scrolling1>img {
    height: 60px !important;
}

@media only screen and (max-width: 991px) {
    .scrolling1 {
        display: none;
    }
}

.sub_title>li {
    color: rgb(188, 190, 192);
}

.nav-link {
    color: rgb(188, 190, 192);
}

.nav-link:hover {
    color: #ffffff !important;
}

.nav-link:focus {
    color: #ffffff !important;
}

.copyright_line {
    position: relative;
}

.copyright_content {
    position: absolute;
    width: 100%;
    padding-top: 200px;
}