* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}


@font-face {
    font-family: 'M-Bol';
    src: url(/Fonts/Montserrat-Bold/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'MLight';
    src: url(/Fonts/Montserrat-Bold/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'M-Med';
    src: url(./Fonts/Montserrat-Bold/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'MReg';
    src: url(./Fonts/Montserrat-Bold/Montserrat-Regular.ttf);
}

/* ------------------------------------------ Nav with landing page ------------------------------------------- */

/*.landngpage {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

.landngpage {
    width: 100%;
    height: 85%;
    position: relative;
    overflow: hidden;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: rgb(0, 34, 64, 0.8);
    width: 50%;
    height: 100%;
    animation-name: slidefromright;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slidefromright {
    0% {
        transform: translateX(300px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}


.text {
    color: white;
    font-size: 50px;
    font-family: "Montserrat";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.responsive-bar {
    display: none;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 2;
    background: rgb(0, 73, 135);
}

nav.black {
    background: rgb(0, 73, 135);
    height: 80px;
    padding: 10px 50px;
}

nav .logo {
    float: left;
}


nav .logo img {
    height: 150px;
    margin-top: -45px;
    width: 200px;
}


nav>ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Montserrat";
    margin-top: -12px;
}

nav>ul>li {
    list-style: none;
    display: inline-block;
}

nav>ul>li>a:hover {
    border-bottom: 1px solid white;
    color: #fff;
}

nav>ul>li>a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    /*for capitalisation of letters */
    line-height: 80px;
    padding: 5px 20px;
    font-size:12px;
    


}



.p-one {
    background-image: url(./Images/paralix111.jpg);
    
}

.parallax-inner {
    position: relative;
    min-height: 600px;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    margin-top: -200px;
}

.parallax-inner>h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 60px;
    padding-right: 120px;
    position: absolute;
    top: 40%;
    left: 0;
    margin-top: -20.5px;
    width: 100%;
    text-align: right;
}

#sec {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 60px;
    padding-right: 120px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20.5px;
    width: 100%;
    text-align: right;
    color: rgb(241, 116, 54);
}


/* ------------------------ White Pres in World ----------------------------- */
.pres {
    width: 100%;
    height: 70vh;
    background-color:white;
    overflow: hidden;
    position: relative;
}

#pti {
    font-family: 'Montserrat';
        color: rgb(0, 73, 135);
        font-size: 35px;
        margin-top: 80px;
        text-align: center;
}

#firp {
    font-family: 'Montserrat';
        text-align: center;
        font-size: 15px;
        color: black;
        text-align: center;
        margin-top: 50px;
        padding: 0px 200px 0px 200px;
        line-height: 1.6rem;
}

#secp {
    font-family: 'Montserrat';
        text-align: center;
        font-size: 15px;
        color: black;
        text-align: center;
        margin-top: 50px;
        padding: 0px 200px 0px 200px;
        line-height: 1.6rem;
}


/* ------------------------  Our Vision Our Mission sec ----------------------------- */

.VMV {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;

}


.gri {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 17rem);
    gap: 8rem;
    justify-content: center;
    margin-left: -80px;

}

.bluecard {
    margin-left: 20px;
    position: relative;
    height: 405px;
    width: 320px;
    border-radius: 5%;
    background-color: rgb(0, 73, 135);
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    transition: 0.3s ease transform;
}

.bluecard:hover{
    transform: scale(1.08);
}

#Vis, #Mis, #Val{
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 75px;
}

#visp, #misp, #valp{
    color: white;
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 0px 40px 0px 40px;
    text-align: center;
    margin-top: 40px;
    line-height: 1.5rem;
}

/* ------------------------  Management Team ----------------------------- */

.solarprod {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

#upslide {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 30px;
    margin-top: 150px;
    text-align: center;
}


.grid {
margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 17rem);
    gap: 16rem;
    justify-content: center;
    margin-left: -80px;
   
}

.item {
position: relative;
    height: 500px;
    width: 390px;
    background-color: lightGrey;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}

.item h3 {
    font-family: 'Montserrat';
    color: white;
    text-align: center;
    font-size: 23px;
    display: block;
    background-color: rgb(0, 73, 135);
    padding: 1.2rem;
    transform: translate3d(0, -100%, 0);
    transition: transform 300ms;
}

.item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item a:hover~.item__overlay,
.item a:focus~.item__overlay {
    transform: translate3d(0, 0, 0);
}

.item a:hover~.item__overlay h3,
.item a:focus~.item__overlay h3 {
    transform: translate3d(0, 0, 0);
}

.item a:hover~.item__overlay .item__body,
.item a:focus~.item__overlay .item__body {
    opacity: 1;
}

.item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
   top: 0px;
    bottom: 30px;
    transition: transform 300ms;
    background-color: rgb(0, 73, 135);
    transform: translate3d(0, 100%, 0);
}

.item__body {
    flex-grow: 1;
    padding: 2rem;
}

.item__body p {
margin: 0;
    color: white;
    font-family: 'Montserrat';
    text-align: left;
    font-size: 14px;
}




/* ------------------- Sec Green Block ---------------------- */
#titlee {
    font-family: 'Montserrat';
    color: white;
    font-size: 95px;
    margin-top: 80px;
    text-align: center;
    animation-name: FadeIn;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 32s;
    opacity: 0;
    animation-fill-mode: forwards;
}
/* ------------------------- Footer ----------------------------- */

.footer-distributed {
    background: rgb(0, 73, 135);
    box-sizing: border-box;
    width: 100%;
    height: 85vh;
    text-align: left;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
        margin: 30px 0 0 0;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    font-family: 'Montserrat';
}

#miniad {
    font-size: 15px;
    color: white;
    padding-right: 50px;
    margin-top: 10px;
    font-family: 'Montserrat';
}

#secad {
    font-size: 15px;
    color: white;
    padding-right: 50px;
    margin-top: 20px;
    font-family: 'Montserrat';
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    /*margin-top: 100px;*/
    font-family: 'Montserrat';
    list-style-type: none
}
.footer-distributed .footer-links ul li{
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    margin-top: 100px;
    font-family: 'Montserrat';
}


.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    color: white;
}

.footer-distributed .footer-company-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}







/* Footer Right */

.footer-distributed .footer-right {
    width: 40%;
    margin-top: 30px;
    margin-left: 20px;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    font-family: 'Montserrat';
}

#contac {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.footer-end{

position: absolute;
    margin-left: 840px;
    margin-top: -320px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}

.logs {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left:-60px;

}

#footlog {
    width: 100%;
    margin-top: -115px;
}


@media only screen and (max-width: 600px) {

 .bg img{
         display:none;
   } 
#contac a {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
    text-decoration:none;
}
       
.mobile-container {
        max-width: 420px;
        margin: auto;
        background-color: #fff;
        height: 0px;
        color: white;
        border-radius: 10px;
    }

.mobile-container img {
        max-width: 240px;
        margin: auto;
        background-color: #fff;
        height: 200px;
        color: white;
        border-radius: 10px;
        margin-top: -60px;
        margin-left: -55px;
    }

   .topnav {
        overflow: hidden;
        background-color: #fff;
        position: relative;
        z-index: 2;
        /*border: 2px solid #ddd;*/
        font-family: 'Montserrat';
    }

.topnav #myLinks {
  display: none;
  margin-top: 50px;
}

        .topnav a {
        color: #000;
        padding: 0px 0px 0px 40px;
        text-decoration: none;
        font-size: 25px;
        display: block;
        margin-top: 5px;
        height: 70px;
        margin-bottom: 5px;
        margin-right: 20px;
        background: #fff;
        font-family: 'Montserrat';
    }

.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
}

.topnav a:hover {
  background-color: #fff;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}


   .card222 {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        width: 87%;
        text-align: center;
        margin-bottom: 40px;
        margin-left: 28px;
        height: 820px;
        font-family: 'Montserrat';
    }
    
    .card222 h4{
        font-family: 'Montserrat';
        color: rgb(0, 73, 135);
        font-size: 20px;
        margin-top: 10px;
        text-align: center;
    }

.card222 h5{
        font-family: 'Montserrat';
        color: rgb(0, 73, 135);
        font-size: 20px;
        margin-top: 10px;
        text-align: center;
    }
    
    .card222 p{
            font-family: 'Montserrat';
        text-align: center;
        font-size: 12px;
        color: black;
        text-align: center;
        margin-top: 25px;
        padding: 0px 0px 0px 0px;
        line-height: 1.3rem;

}

.card222 img {
 
 width: 98%;
 border-radius:20px;
 margin-left:5px;
 margin-top:40px;
 
}


.container222 {
  padding: 2px 16px;
}

.solarprod{
      display:none;
    
}
    
    nav{
        display:none;
    }
    
    #contac {
    color: #ffffff;
   
}

#secp {
        font-family: 'Montserrat';
    text-align: center;
    font-size: 16px;
    color: black;
    text-align: center;
    margin-top: 8px;
    padding: 0px 0px 0px 0px !important;
    line-height: 1.6rem;
}

#Vis {
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    /*margin-top: 0px !important;*/
    /*font-size: 15px;*/
    padding: 0px !important;
}

#Mis {
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 50px !important;
    /*font-size: 15px;*/
    padding: 0px !important;
}

#visp, #misp, #valp {
    color: white;
    font-family: 'Montserrat';
    font-size: 16px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    margin-top: 15px;
    line-height: 1.5rem;
}

 #Mis, #Val {
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 36px;
}


.bluecard {
        margin-left: -20px;
        position: relative;
        height: 268px !important;
        width: 77%;
        padding: 0px 26px 20px 10px;
        border-radius: 5%;
        background-color: rgb(0, 73, 135);
        overflow-y: hidden;
        box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
        transition: 0.3sease transform;
    }
    
    
.gri {
   
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 30rem);
    gap: 1rem;
    justify-content: center;
    margin-left: 148px;
}

#upslide {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    /*font-size: 16px;*/
    margin-top: 40px;
    text-align: center;
}

.item {
    position: relative;
    height: 470px !important;
    width: 402px !important;
    background-color: lightGrey;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
    
    
    .VMV {
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
}

.grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 27rem);
    gap: 5rem;
    justify-content: center;
    margin-left: 0px;
}

.landngpage {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    top: 57px;
}


.item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 103%;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 30px;
    transition: transform 300ms;
    background-color: rgb(0, 73, 135);
    transform: translate3d(0, 100%, 0);
}

.solarprod {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 10px;
}
    
    .text6 {
    color: #fff;
    font-size: 50px;
    font-family: "Montserrat";
    position: absolute;
    top: 40%;
    left: -70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

video {
        width: 95%;
        height: 400px;
        margin-left: 10px;
    }
   



    #para {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 15px;
    color: black;
    text-align: center;
    margin-top: 8px;
    opacity: 0;
    padding: 15px 15px 0px 30px;
    line-height: 1.6rem;
}

.container {
    display: flex !important;
    width: 100% !important;
    /* padding: 4% 2%; */
    /* box-sizing: border-box; */
    height: 50vh !important;
    margin-top: 30px !important;
}



.landngpage {
    /*width: 412px;*/
    height: 45%;
    position: relative;
    overflow: hidden;
}
    
    
    .text {
    color: black;
    font-size: 22px;
    font-family: "Montserrat";
    position: absolute;
    /* top: 1%; */
    bottom: 1.7%;
    left: 50%;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    /* letter-spacing: 5px; */
    color: white;
    background: #04335cab;
    /* padding-top: 50px; */
    /* z-index: 3; */
}

.abusbl {
    width: 100%;
    height: 425px;
    background-color: white;
    overflow: hidden;
}


#firp {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 16px;
    color: black;
    text-align: center;
    margin-top: 25px;
    padding: 0px 0px 0px 0px;
    line-height: 1.6rem;
}

.pres {
    width: 96%;
    height: 100vh;
    background-color: white;
    overflow: hidden;
    position: relative;
    padding: 15px;
    margin-left: 10px;
}


#pti {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}


.upmost {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 35px;
    margin-top: 5px;
    text-align: center;
    opacity: 0;
}

#fimg {
    height: 410px;
    width: 401px;
    float: left;
    margin-left: 5px;
}


.gridd {
    height: 55vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.parallax-inner {
    position: relative;
    min-height: 380px;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    width: 402px;
    margin-left: 5px;
}


.parallax-inner>h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 25px;
    padding-right: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20.5px;
    width: 100%;
    text-align: right;
}


#sec {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 25px;
    padding-right: 139px;
    position: absolute;
    top: 65%;
    left: 0;
    margin-top: -21.5px;
    width: 100%;
    text-align: right;
    color: rgb(241, 116, 54);
}


.acc-head h2 {
    background: none;
    width: 100%;
    font-size: 15px;
    font-family: 'Montserrat';
    color: rgb(241, 116, 54);
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    padding-left: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.5px solid #979797;
    position: relative;
}


.crc-chevron {
    -ms-flex-item-align: left;
    -ms-grid-row-align: left;
    align-self: left;
    font-size: 0.5rem;
    max-width: 10%;
    margin-right: 55px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    font-family: 'Montserrat';
}

.acc-body {
    display: none;
    background: rgba(255, 255, 255, .8);
    margin-left: 23px;
    width: 90%;
    font-family: 'Montserrat';
}


#para2 {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 15px;
    color: black;
    text-align: center;
    margin-top: 15px;
    opacity: 0;
    line-height: 1.6rem;
    text-align: left;
    padding-left: 51px;
    padding-right: 18px;
}


#upmost2 {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 35px;
    text-align: left;
    opacity: 0;
    margin-left: 19px;
}


.majbl {
    width: 100%;
    height: 490px;
    background-color: white;
    overflow: hidden;
    position: relative;
}



#gallery-cell1 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/p1.png);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell2 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/p2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell3 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/aquas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell4 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/agi2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}



#gallery-cell5 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/p5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}


#gallery-cell6 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/Artboard1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell7 {
    width: 100%;
    height: 302px !important;
    margin-right: 60px;
    background-image: url(./Images/Artboard.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell8 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/wipro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}


#gallery-cell10 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/p10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell11 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/p11.png);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell12 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/inter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell14 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/p14.png);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}


#gallery-cell15 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/p16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell17 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/neosoul1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}

#gallery-cell18 {
    width: 100%;
    height: 302px;
    margin-right: 60px;
    background-image: url(./Images/neosoul1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
}


.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -50px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer;
}



.card {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-direction: column-reverse;
    margin-top: 50px;
}

.left {
    width: 410px;
    border-radius: 5px;
}

.left img {
    width: 100%;
    object-fit: cover;
    margin-left: 0px;
}


.right{
width: 380px;

}

.form-container

{
    width:100% !important;
}

.form input, textarea {
    width: 380px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 0;
    margin: 5px 0;
    font-size: 20px;
    color: black;
    font-family: 'Montserrat';
}

select {
    width: 380px;
    outline: none;
    background: none;
    border: none;
    border: 1px solid #8f8f8f;
    padding: 14px 0;
    margin: 5px 0;
    font-size: 20px;
    color: #8f8f8f;
    font-family: 'Montserrat';
}


select option {
    width: 380px;
    outline: none;
    background: none;
    border: none;
    border: 1px solid #8f8f8f;
    padding: 14px 0;
    margin: 5px 0;
    font-size: 20px;
    color: #8f8f8f;
    font-family: 'Montserrat';
}

textarea {
    width: 380px;
    outline: none;
    background: none;
    border: none;
    border: 1px solid #8f8f8f;
    padding: 14px 0;
    margin: 5px 0;
    font-size: 20px;
    color: #8f8f8f;
    font-family: 'Montserrat';
}

.footer-distributed .footer-left {
    width: 100%;
    margin: 60px 0 0 0px;
}


#secad {
    font-size: 15px;
    color: white;
    padding-right: 0px;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin-left: -30px;
}


.footer-distributed .footer-links {
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    /* margin-top: 100px; */
    font-family: 'Montserrat';
    list-style-type: none;
    margin-left: 0px;
}

.logs {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left: -45px;
}


#footlog {
    width: 90%;
    margin-top: -115px;
}

.Social-media {
    display: flex !important;
    justify-content: center !important;
    margin-left: 0px !important;
    margin-top: 30px !important;
    bottom: 80px !important;
}

.bg img {
    width: 301px;
    margin-top: -150px;
    opacity: .2;
}

.footer-distributed {
    background: rgb(0, 73, 135);
    box-sizing: border-box;
    width: 100%;
    height: 115vh;
    text-align: left;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}
    
}


@media only screen and (min-width: 1200px) {
    
    .mobile-container{
        display:none;
    }
    
    
    .card222{
        
         display:none;
    }
    
     nav>ul>li>a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 80px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12px;
}
}

