*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family: sans-serif;
    padding-top: 100px;
}

/* ***************** Navbar ************************************************ */
.menu{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    background-color: #ffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; 
}
.menu ul{
    list-style: none;
    display:flex;
}
.menu ul li{
    padding: 10px 30px;
    position: relative;
}
.menu ul li a{
    color: #0c6aa3;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
}
.menu ul li a:hover{
    color:grey;
}
.dropdown{
    display: none;
}
.menu ul li:hover .dropdown{
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #b3d9ff;
}
.menu ul li:hover .dropdown ul{
    display: block;
    margin: 10px;
}
.menu ul li:hover .dropdown ul li{
    width: 150px;
    padding: 10px;
}
.fas{
    float: right;
    margin-left: 10px;
    padding-top: 3px;
}
.dropdown2{
    display: none;
}
.dropdown ul li:hover .dropdown2{
    display: block;
    position: absolute;
    top: 0;
    left: 150px;
    background-color: #b3d9ff;
}

/* ******************************* Alternat navbar ****************** */

/* *************************** About ********************************** */
.about{
    background-color: #0c6aa3;
    color: #ffff;
}
.img2{
    height: 100%;
}
.email_para{
    font-weight: bold;
}
.email_ol{
    margin-left: 50px;
}
.tech_container{
    width:20%;
    font-weight: 500;
    padding:10px;
    border-radius: 10px;
}
.headAbout{
    color: #0c6aa3;
    margin-top: 3%;
    text-shadow: 5px 5px 4px lightgray;
    text-align: center;
}
#sectionAbout .container p{
    margin-top: 50px;
    color: grey;
    font-size: 18px;
    text-align: center;
}
#sectionAbout .container div img{
    width: 150px;
}
.serviceAbout{
    margin-top: 100px;
    text-align: center;
}
.serviceAbout h6{
    color: #0c6aa3;
    font-weight: bold;
    margin-top: 15px;
}
#sectionAbout .serviceAbout p{
    margin-top: 35px;
    padding-top: 0px;
}
#sectionAbout {
    display: none;
}


/* ************************************ Email Append Page ********************************** */

#sectionData h1{
    text-align: center;
}
#sectionData h4{
    color: #0c6aa3;
    margin-top: 10%;
    text-shadow: 5px 5px 4px lightgray;
    text-align: start;
}
#sectionData div p{
    color: grey;
    margin-top: 25px;
}
#sectionData .row div img{
    width:100%;
    margin-top: 130px;
}
.emailEmailAppend{
    text-align: center;
}
#sectionData{
    display: none;
}
#sectionData ul{
    color:grey;
    margin-left: 40px;
}
.emailEmailAppend2{
    text-align: center;
    margin-top: 230px;
}
#sectionData h5{
    margin-top: 100px;
}
#sectionData .benefits .recoverImage{
    width:30%;
    margin-top: 180px;
    margin-left: 50px;
}
#sectionData .benefits div img{
    width:30%;
    margin-top: 100px;
    margin-left: 50px;
}

/* ********************************** Data Appending ******************************** */
#sectionAppend h4{
    color: #0c6aa3;
    margin-top: 10%;
    text-shadow: 5px 5px 4px lightgray;
    text-align: start;
}
#sectionAppend{
    display: none;
}
.dataAppendContainer p{
    color: grey;
    margin-top: 30px;
}
.headDataAppend{
    margin-top:80px;
}
.paraDataAppend{
    color: grey;
    text-align: center;
    margin-top: 25px;
}
.whatWeDoDataAppend{
    margin-top: 40px;
}
.whatWeDoDataAppend div{
    border: 1px groove;
    border-radius: 15px;
    background-color: #0c6aa3;
}
.whatWeDoDataAppend h5{
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    color: #fff;
}
.whatWeDoDataAppend p{
    color: grey;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
}
.benefitDataAppend{
    margin-top: 100px;
}
.benefitDataAppend div{
    text-align: center;
}
.benefitDataAppend img{
    width: 30%;
}
.benefitDataAppend h5{
    margin-top: 40px;
}
.benefitDataAppend p{
    color: grey;
    margin-top: 20px;
    font-size: 15px;
}

/* **************************** Enrichment Page ********************************* */

#sectionEnrich h4{
    color: #0c6aa3;
    margin-top: 10%;
    text-shadow: 5px 5px 4px lightgray;
    text-align: start;
}
.serviceEnrich{
    margin-top: 80px;
}
.serviceEnrich div{
    margin-top: 30px;
}
.serviceEnrich p{
    color: grey;
    margin-top: 25px;
}
.serviceEnrich img{
    width: 30%;
}
.dataEnrichImg2{
    display: none;
}
.howDoesWorkEnrich{
    margin-top: 40px;
}
.howDoesWorkEnrich div{
    border: 1px groove;
    border-radius: 55px;
    background-color: #0c6aa3;
    height: 25vh;
    text-align: center;
}
.howDoesWorkEnrich h5{
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    color: #fff;
}
.howDoesWorkEnrich img{
    width: 20%;
    margin-top: 7%;
}
#sectionEnrich{
  display: none;
} 


.contact-left{
    flex-basis: 35%;
}
.contact-right{
    flex-basis: 60%;
}
.contact-left p{
    margin-top: 30px;
}
.contact-left p i{
    color: #0c6aa3;
    margin-right: 15px;
    font-size: 25px;
}
.social-icons{
    margin-top: 30px;
}
.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}
.social-icons a:hover{
    color: yellow;
    transform: translateY(-5px);
}
.btn.btn2{
    display: inline-block;
    background: #0c6aa3;
}
.btn.btn2{
    display: inline-block;
    background: #0c6aa3;
    color: #fff;
}
.contact-right form{
    width: 100%;
}
form input, form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: #b3d9ff;
    padding: 15px;
    margin: 15px 0;
    color: black;
    font-size: 18px;
    border-radius: 6px;
}
form .btn2{
    padding: 14px 60px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.copyright{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: #fff;
    font-weight: 300;
    margin-top: 20px;
    color: gray;
}

.s2img{
    width: 50%;
}
.pp{
    font-weight: bold;
    font-style:italic;
}
.line{
    text-decoration: underline;
    text-decoration-color:#0c6aa3;
}



  
/* ****************************************** Technology Install ******************************** */
#sectionTech{
    display: none;
} 
#sectionTech .headlineTech{
  color: grey;
  text-align: center;
  margin-top: 75px;
}
#sectionTech .row{
  color: grey;
  text-align: center;
  margin-top: 120px;
}
#sectionTech .row h4{
  color: #0c6aa3;
  margin-top: 10%;
  text-shadow: 5px 5px 4px lightgray;
  text-align: center;
}
#sectionTech .row p{
  margin-top: 40px;
}
#sectionTech .row img{
  width: 80%;
}
#sectionTech .scsContainerTech img{
  width: 15%;
  margin-top: 20px;
}
#sectionTech .scsContainerTech div{
  background-color: #0c6aa3;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px groove;
}
#sectionTech .scsContainerTech div h5{
  color: #fff;
  margin-top: 20px;
}
#sectionTech .scsContainerTech div p{
  margin-top: 20px;
}
#sectionTech .researchContainerTech ol{
  text-align: start;
  margin-left: 130px;
}
#sectionTech .statisticsTech2{
  display: none;
}

/*  *********************************************** Healthcare List ***************************************** */
#sectionHealth{
    display: none;
} 
#sectionHealth div{
  margin-top: 60px;
}
#sectionHealth div ul{
  margin-left: 150px;
  margin-top: 30px;
}
#sectionHealth div ul li{
  color: grey;
}
#sectionHealth img{
  width: 100%;
}
#sectionHealth .healthImg2{
  width: 85%;
}
#sectionHealth .healthImg3{
  width: 75%;
}
#sectionHealth .healthPara{
  color: #0c6aa3;
  font-weight: bold;
  margin-top: 70px;
  font-style: italic;
}
#sectionHealth .healthImg4{
  display: none;
}

/* ************************************* Industry Vertical Page *********************************** */
#sectionIndustry{
    display: none;
}
#sectionIndustry .countIndustry{
  margin-top: 150px;
}
#sectionIndustry .countIndustry div{
  text-align: center;
}
.contentIndustry{
  text-align: center;
  color: grey;
  margin-top: 10px;
}
#sectionIndustry .startIndustry{
  text-align: start;
  padding-left: 110px;
}


/* ************************************ Social Media Page ************************************** */
#sectionSocial{
    display: none;
} 
#sectionSocial h1{
  margin-bottom: 80px;
}
#sectionSocial p{
  color: grey;
  text-align: center;
  margin-top: 40px;
}
#sectionSocial img{
  width: 50%;
  margin-top: 50px;
}

/* ************************************** Contact Page ************************** */
#sectionContact{
    display: none;
} 
.contactbg{
  color: #0c6aa3;
  text-shadow: 5px 5px 4px lightgray;
}

/******************************* Home Page ***********************************************************************/
#sectionHome{
    display: none;
} 
#sectionHome2{
    display: block;
} 
.headHome{
    color: #0c6aa3;
    margin-top: 10%;
    text-shadow: 5px 5px 4px lightgray;
}
.divParaHome{
    margin-top: 100px;
}
.paraHome{
    margin-left: 60px;
    color: gray;
    font-size: 18px;
    padding: 40px;
}
.headImage{
    display: flex;
    margin:auto;
}
.dataApImage{
    width: 80%;
    margin-left: 45px;
}
.hrHome{
    margin-top: 70px;
    margin-left: 180px;
    margin-right: 180px;
}
.headHome2{
    color: #0c6aa3;
    margin-top: 5%;
    text-shadow: 5px 5px 4px lightgray;
}
.paraHome2{
    color: gray;
    font-size: 18px;
    padding: 100px;
}

.dataApImage2{
    display: none;
}
span{
    color: #0c6aa3;
    font-weight: bold;
}
h5{
    color: #0c6aa3;
}
.divB div img{
    width: 80%;
    margin-bottom:40px ;
}
.divB div p{
    color: grey;
    margin-top: 25px;
}
.divC div img{
    width: 75%;
    margin-bottom:40px ;
}
.divC div p{
    color: grey;
    margin-top: 30px;
}
.divC div h5{
    margin-top: 30px;
}


/* ********************************* loop cube ********************************* */
.cubes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
  }
  
  .loop {
    transform: rotateX(-35deg) rotateY(-45deg) translateZ(1.5625em);
  }
  
  @keyframes s {
    to {
      transform: scale3d(0.2, 0.2, 0.2);
    }
  }
  
  .item {
    margin: -1.5625em;
    width: 3.125em;
    height: 3.125em;
    transform-origin: 50% 50% -1.5625em;
    box-shadow: 0 0 0.125em currentColor;
    background: currentColor;
    animation: s 0.6s cubic-bezier(0.45, 0.03, 0.51, 0.95) infinite alternate;
  }
  
  .item:before,
  .item:after {
    position: absolute;
    width: inherit;
    height: inherit;
    transform-origin: 0 100%;
    box-shadow: inherit;
    background: currentColor;
    content: "";
  }
  
  .item:before {
    bottom: 100%;
    transform: rotateX(90deg);
  }
  
  .item:after {
    left: 100%;
    transform: rotateY(90deg);
  }
  
  .item:nth-child(1) {
    margin-top: 6.25em;
    color: #fe1e52;
    animation-delay: -1.2s;
  }
  
  .item:nth-child(1):before {
    color: #ff6488;
  }
  
  .item:nth-child(1):after {
    color: #ff416d;
  }
  
  .item:nth-child(2) {
    margin-top: 3.125em;
    color: #fe4252;
    animation-delay: -1s;
  }
  
  .item:nth-child(2):before {
    color: #ff8892;
  }
  
  .item:nth-child(2):after {
    color: #ff6572;
  }
  
  .item:nth-child(3) {
    margin-top: 0em;
    color: #fe6553;
    animation-delay: -0.8s;
  }
  
  .item:nth-child(3):before {
    color: #ffa499;
  }
  
  .item:nth-child(3):after {
    color: #ff8476;
  }
  
  .item:nth-child(4) {
    margin-top: -3.125em;
    color: #fe8953;
    animation-delay: -0.6s;
  }
  
  .item:nth-child(4):before {
    color: #ffb999;
  }
  
  .item:nth-child(4):after {
    color: #ffa176;
  }
  
  .item:nth-child(5) {
    margin-top: -6.25em;
    color: #feac54;
    animation-delay: -0.4s;
  }
  
  .item:nth-child(5):before {
    color: #ffce9a;
  }
  
  .item:nth-child(5):after {
    color: #ffbd77;
  }
  
  .item:nth-child(6) {
    margin-top: -9.375em;
    color: #fed054;
    animation-delay: -0.2s;
  }
  
  .item:nth-child(6):before {
    color: #ffe49a;
  }
  
  .item:nth-child(6):after {
    color: #ffda77;
  }

/* ************************************** Loader Page ********************************* */
.socket {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
  }
  
  .hex-brick {
    background: violet;
    width: 30px;
    height: 17px;
    position: absolute;
    top: 5px;
    animation-name: fade00;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade00;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
  }
  
  .h2 {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  
  .h3 {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
  
  .gel {
    height: 30px;
    width: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .center-gel {
    margin-left: -15px;
    margin-top: -15px;
    animation-name: pulse00;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse00;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
  }
  
  .c1 {
    margin-left: -47px;
    margin-top: -15px;
  }
  
  .c2 {
    margin-left: -31px;
    margin-top: -43px;
  }
  
  .c3 {
    margin-left: 1px;
    margin-top: -43px;
  }
  
  .c4 {
    margin-left: 17px;
    margin-top: -15px;
  }
  
  .c5 {
    margin-left: -31px;
    margin-top: 13px;
  }
  
  .c6 {
    margin-left: 1px;
    margin-top: 13px;
  }
  
  .c7 {
    margin-left: -63px;
    margin-top: -43px;
  }
  
  .c8 {
    margin-left: 33px;
    margin-top: -43px;
  }
  
  .c9 {
    margin-left: -15px;
    margin-top: 41px;
  }
  
  .c10 {
    margin-left: -63px;
    margin-top: 13px;
  }
  
  .c11 {
    margin-left: 33px;
    margin-top: 13px;
  }
  
  .c12 {
    margin-left: -15px;
    margin-top: -71px;
  }
  
  .c13 {
    margin-left: -47px;
    margin-top: -71px;
  }
  
  .c14 {
    margin-left: 17px;
    margin-top: -71px;
  }
  
  .c15 {
    margin-left: -47px;
    margin-top: 41px;
  }
  
  .c16 {
    margin-left: 17px;
    margin-top: 41px;
  }
  
  .c17 {
    margin-left: -79px;
    margin-top: -15px;
  }
  
  .c18 {
    margin-left: 49px;
    margin-top: -15px;
  }
  
  .c19 {
    margin-left: -63px;
    margin-top: -99px;
  }
  
  .c20 {
    margin-left: 33px;
    margin-top: -99px;
  }
  
  .c21 {
    margin-left: 1px;
    margin-top: -99px;
  }
  
  .c22 {
    margin-left: -31px;
    margin-top: -99px;
  }
  
  .c23 {
    margin-left: -63px;
    margin-top: 69px;
  }
  
  .c24 {
    margin-left: 33px;
    margin-top: 69px;
  }
  
  .c25 {
    margin-left: 1px;
    margin-top: 69px;
  }
  
  .c26 {
    margin-left: -31px;
    margin-top: 69px;
  }
  
  .c27 {
    margin-left: -79px;
    margin-top: -15px;
  }
  
  .c28 {
    margin-left: -95px;
    margin-top: -43px;
  }
  
  .c29 {
    margin-left: -95px;
    margin-top: 13px;
  }
  
  .c30 {
    margin-left: 49px;
    margin-top: 41px;
  }
  
  .c31 {
    margin-left: -79px;
    margin-top: -71px;
  }
  
  .c32 {
    margin-left: -111px;
    margin-top: -15px;
  }
  
  .c33 {
    margin-left: 65px;
    margin-top: -43px;
  }
  
  .c34 {
    margin-left: 65px;
    margin-top: 13px;
  }
  
  .c35 {
    margin-left: -79px;
    margin-top: 41px;
  }
  
  .c36 {
    margin-left: 49px;
    margin-top: -71px;
  }
  
  .c37 {
    margin-left: 81px;
    margin-top: -15px;
  }
  
  .r1 {
    animation-name: pulse00;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: pulse00;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
  }
  
  .r2 {
    animation-name: pulse00;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: pulse00;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
  }
  
  .r3 {
    animation-name: pulse00;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: pulse00;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
  }
  
  .r1 > .hex-brick {
    animation-name: fade00;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: fade00;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
  }
  
  .r2 > .hex-brick {
    animation-name: fade00;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: fade00;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
  }
  
  .r3 > .hex-brick {
    animation-name: fade00;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: fade00;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
  }
  
  @keyframes pulse00 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(0.01);
      transform: scale(0.01);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes fade00 {
    0% {
      background: rgb(228, 0, 228);
    }
  
    50% {
      background: red;
    }
  
    100% {
      background: violet;
    }
  }
 
  /* ******************************** Did you know ****************************** */
  .card {
    width: 300px;
    height: 200px;
    perspective: 1000px;
  }
  
  .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.999s;
  }
  
  .card:hover .card-inner {
    transform: rotateY(180deg);
  }
  
  .card-front,
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  .card-front {
    background-color: #0c6aa3;
    color: #fff;
    display: flex;
    align-items: center;
    border: 10px solid #0c6aa3;
    border-radius: 10px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(0deg);
  }
  
  .card-back {
    background-color: #fff;
    color: #0c6aa3;
    display: flex;
    align-items: center;
    border: 10px solid #fff;
    border-radius: 10px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(180deg);
    font-weight: bold;
  }
  

@media only screen and (max-width: 600px){
    .menu ul li a{
    font-size: 10px;
    }
    .menu ul li {
        padding: 5px 15px;
    }
    .menu ul li a{
        display: none;
    } 


    /* *******************About Page *************************** */
    #sectionAbout {
        display: block;
    }
    #sectionAbout .container p{
        text-align: center;
    }



    /* ****************** Email Append Page ************************* */

    #sectionData{
        display: block;
    }
    #sectionData .row div img{
        width:50%;
        margin-top: 0px;
    }
    .emailEmailAppend2{
        margin-top: 0px;
    }
    #sectionData .benefits .recoverImage{
        margin-top: 10px;
        margin-left: 0px;
    }
    #sectionData .benefits div img{
        margin-left: 0px;
    }

    /* **************************************** Data Appending **************************** */
    #sectionAppend{
        display: block;
    } 
    .dataAppendloop{
        display: none;
    }
    .whatWeDoDataAppend div{
        margin-left: 5px;
        margin-top: 5px;
    }

    /* ******************************* Data Enriching ******************************* */
    #sectionEnrich{
        display: block;
    } 
    .dataEnrichImg{
        display: none;
    }
    .dataEnrichImg2{
        display: block;
    }
    .howDoesWorkEnrich div{
        margin-top: 5px;
        margin-left: 5px;
    }
    .howDoesWorkEnrich img{
        margin-top: 55px;
    }
  
/* ******************************************* Technology Install ******************************** */
    #sectionTech{
        display: block;
    }  
    #sectionTech .headlineTech{
      margin-top: 45px;
    }
    #sectionTech .row{
      margin-top: 20px;
    }
    #sectionTech .researchContainerTech ol{
      text-align: start;
      margin-left: 60px;
    }
    #sectionTech .statisticsTech{
      display: none;
    }
    #sectionTech .statisticsTech2{
      display: block;
    }

    /* ***************************************** HealthCare List ****************************** */
    #sectionHealth{
        display: block;
    } 
    #sectionHealth h1{
      margin-bottom: 30px;
    }
    #sectionHealth div {
      margin-top: 0px;
    }
    #sectionHealth div ul{
      margin-left: 120px;
      margin-top: 0px;
    }
    #sectionHealth img{
      display: none;
    }
    #sectionHealth .healthImg4{
      display: block;
    }

    /* *****************************************  Industry Vertical Page ***************** */
    #sectionIndustry{
      display: block;
    }

    #sectionSocial{
        display: block;
    } 
    #sectionContact{
        display: block;
    } 
    #sectionIndustry .startIndustry{
      padding-left: 20px;
    }
    /* ************************Home Page********************* */
    #sectionHome{
        display: block;
    } 
    .dataApImage{
        display: none;
    }
    .paraHome{
        text-align: center;
        margin-left: 20px;
    }
    #sectionHome2{
        display: none;
    }
    .dataApImage2{
        display: block;
        width: 100%;
        margin-left: 5px;
        
    }
    .paraHome2{
        padding: 20px;
    }

    .lastLine{
      display: none;
    }
    .hrHome{
      margin-top: 70px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
  }
    
}
