@media (max-width: 992px){
    .about .content {
        width: auto !important;
        display: block !important;
        text-align: center;
    }
    .about .img {
        display: block !important;
        float: none !important;
        width: auto !important;
    }
    .downloadForm .form{
        margin: auto !important;
        width: 80% !important;
    }
    .downloadForm .form2{
        margin: auto !important;
        width: 80% !important;
    }
    .downloadForm {
        padding-bottom: 25px;
    }
    /*.downloadfooter{*/
    /*    position:unset !important;*/
    /*}*/

    .downloadForm {
        padding-bottom: 25px;
    }
   

}
body{
 min-height:100vh; margin:0; position:relative; 
}
body::after {
    content: '';
    display: block;
    height: 24px; /* Set same as footer's height */
}
.bold{
    font-weight: bolder;
}
nav {
    position: fixed !important;
    width: -webkit-fill-available;
    z-index:2;
}
nav a img{
    width: 50px;
}
.navbar-collapse{
    flex-grow: 0 !important;
}
nav .nav-item{
    margin-right: 45px;
    transition: all .5s ease-in-out;
    padding-bottom: 3px;

}
.nav-item a{
    padding-bottom: 3px;

}
.navbar-nav .nav-link.active {
    border-bottom: 2.5px;
    border-color: #0d6efd;
    border-bottom-style: solid;
    padding-bottom: 3px;
}
.nav-item a:hover{
    border-bottom: 2.5px;
    border-color: #0d6efd;
    border-bottom-style: solid;
    padding-bottom: 3px;
}

header{
    width: auto;
    height: 600px;
    background-image: url('../images/22.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
  
}
header h1 {
    padding-top: 15px;
    margin-bottom: 30px;
}
header button {
    width: 220px;
    font-weight: 600;
}
.overlay{
    background: rgba(14,14,14,.7);
    width: 100%;
    height: 100%;
}
header .container{
    padding-top: 200px;
}
header p {
    color: #78787f;
}


.about{
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #e9e9e9;
}
.about p span{
    font-size: 45px;
    font-weight: 500;
}
.about .content {
    width: 55%;
    display: inline-block;
    margin-top: 45px;
    padding-right: 50px;
}
.about .img {
    display: inline-block;
    float: right;
    width: 45%
}

.contact{
    padding-top: 50px;
    padding-bottom: 90px;
}
.contact h1 { 
    margin-bottom: 20px;
}
.contact button {
    font-weight: 600;
}
footer{
    background-color:#000;
    color:#FFF;
   position: absolute;
  bottom: 0;
  width: 100%;
}

.services{
    padding-top: 115px;
    padding-bottom: 50px;
}
.services h2{
    margin-top: 50px;
}
/* ////////////////////////////////////// */
@media (max-width: 1024px){
    .contactc .line{
        display: none !important;
    }
    .contactc .form{
        width: 90% !important;
        display: block !important;
        margin: auto !important;
    }
    .contactc .information{
        float: none !important;
        display: block !important;
        margin-right: 0 !important;
        margin: auto !important;
    }
    .contactc .information {
        margin-top: 50px !important;
    }


}
.contacts input{
    background-color: #e9e9e9;
}
.contacts textarea{
    background-color: #e9e9e9;
}
.contactus{
    padding-top: 115px;
}
.contactc .form{
    width: 40%;
    display: inline-block;
}

.contactc .line{
    height: 380px;
    border-right: 0.5px solid #e8e8e8;
    display: inline-block;
    float: right;
    margin-right: 3%;
    margin-top: 30px;
}
.contactc .information{
    float: right;
    display: inline-block;
    margin-right: 100px;
}
.contactc .information span{
    font-weight: bold;
}

.contactc h3{
    margin-bottom: 40px;
}
/* //////////////////////////////////// */
.download{
    padding-top: 115px;
}
.downloadForm{
    padding-bottom: 35px;
}
.downloadForm h1{
    margin-bottom: 50px;
}
.downloadForm form{
    margin-top: 20px;
}
.downloadForm form input{
    margin-top: 5px;
}
.downloadForm .form{
    margin: auto;
    width: 40%;
}

.downloadForm .line{
    height: 180px;
    border-right: 0.5px solid #e8e8e8;
    display: inline-block;
    float: right;
    margin-right: 7%;
    margin-top: 30px;
}
.downloadForm .form2{
    margin: auto;
    width: 40%;
}

.contactc .information p:first-of-type{
    margin-top: 0 !important;
}
.contactc h3{
    margin-bottom: 40px;
}
.downloadfooter{
    position: absolute;
    width: -webkit-fill-available;
    bottom: 0;

}
.loginbox{
    margin: auto;
    width: 533px;
    height: 488px;
    padding: 20px;
    padding-top: 55px;
    background-color: #dfdfdf;
    border-radius: 10px;
    box-shadow: 0px 0px 9px #a3a3a3;
    border: 1px solid #BFBFBF;
}
.alert {
    padding: 1rem;
    border-radius: 5px;
    color: white;
    position:static;
    margin: 1rem 0;
}
.alert-success {
    background-color: #42ba96;
}

.alert-danger {
    background-color: #fc5555;
}

.alert-info {
    background-color: #2E9AFE;
}

.alert-warning {
    background-color: #ff9966;
}
.welcome a{
    height: 60px;
    font-size: 62px;
    width: 220px;
}
.welcome a:hover{
    text-decoration: none;
}
.welcome button{
    font-size: 30px;
    font-weight: 500;
}
.welcomefooter{
    position: absolute;
    width: -webkit-fill-available;
    bottom: 0;
}

.carousel .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel .carousel-item:first-of-type {
    background-image: url("../guide/media/image244.png");
}

.carousel .carousel-item:nth-of-type(2) {
    background-image: url("../guide/media/image245.png");
}
.carousel .carousel-item:nth-of-type(3) {
    background-image: url("../guide/media/image246.png");
}
.carousel .carousel-item:nth-of-type(4) {
    background-image: url("../guide/media/image247.png");
}
.carousel .carousel-item:nth-of-type(5) {
    background-image: url("../guide/media/image248.png");
}
.carousel .carousel-item:nth-of-type(6) {
    background-image: url("../guide/media/image249.png");
}
.carousel .carousel-item:nth-of-type(7) {
    background-image: url("../guide/media/image250.png");
}
.carousel .carousel-item:nth-of-type(8) {
    background-image: url("../guide/media/image251.png");
}
.carousel .carousel-item:nth-of-type(9) {
    background-image: url("../guide/media/image252.png");
}
.carousel .carousel-item:nth-of-type(10) {
    background-image: url("../guide/media/image253.png");
}
.carousel .carousel-item:nth-of-type(11) {
    background-image: url("../guide/media/image254.png");
}
.carousel .carousel-item:nth-of-type(12) {
    background-image: url("../guide/media/image255.png");
}
.carousel .carousel-item:nth-of-type(13) {
    background-image: url("../guide/media/image256.png");
}
.carousel .carousel-item:nth-of-type(14) {
    background-image: url("../guide/media/image257.png");
}
.carousel .carousel-item:nth-of-type(15) {
    background-image: url("../guide/media/image258.png");
}
.carousel .carousel-item:nth-of-type(16) {
    background-image: url("../guide/media/image259.png");
}
.carousel .carousel-item:nth-of-type(17) {
    background-image: url("../guide/media/image260.png");
}

.carousel .carousel-item:last-of-type {
    background-image: url("../guide/media/image261.png");
}
.carousel-control-next-icon {

    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {

    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}