@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@500&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Baloo Da 2', cursive;
    font-weight: bold;
}
html{
    overflow-x: hidden !important;
    
}
body{
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 2vh;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #72ff6d;
    border-radius: 2vh;
}
::-webkit-scrollbar-thumb:hover {
    background: #57ff51;
  }
:-moz-scrollbar{
    width: 2vh;
}
:-moz-scrollbar-track{
    background: white;
}
:-moz-srollbar-thumb{
    background: #63fa5d;
    border-radius: 2vh;
}
::selection{
    color: #fff;
    background: #72ff6d;
    border-radius: 5vh;
}
a{
    color: black;
    font-size: 2rem;
    text-decoration: none;
    position: relative;
}
a:hover{
    color: #63fa5d;
    transition: all 0.2s;
}
nav{
    height: 4.5rem;
    width: 90%;
    position: fixed;
    top: 2vh;
    left: 5%;
    background: transparent;
    transition: 0.5s all;
    z-index: 1000;
}
nav.sticky{
    width: 90%;
    position: fixed;
    background: #ffffffd6;
    box-shadow: 0px 0px 2vh #AFFFAD;
    border-radius: 4vh;
    transition: 0.5s all;
    z-index: 1000;
    backdrop-filter: blur(2vh);
}
.ln{
    width: 90%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 3%;
}
.navigation{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation a{
    font-size: 2rem;
}
.logo{
    height: 10vh !important;
    position: relative;
}
.navigation{
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation a{
    font-size: 2rem;
}
.navliactive{
    display: none;
}




.buttona {
    position: relative;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #63fa5d;
    transition: all 0.2s ease;
  }
  
  .buttona:active {
    transform: scale(0.96);
  }
  
  .buttona:before,
  .buttona:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
  }
  
  .buttona:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, #63fa5d 20%, transparent 30%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #63fa5d 15%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
      10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
    color: #fff;
  }
  
  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }
  
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }
  
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  
  .buttona:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #63fa5d 15%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%),
      radial-gradient(circle, #63fa5d 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
    color: #fff;
  }
  
  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }
  
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }
  
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }






  /* all buttons */

  .button {
    position: relative;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #7d2ae8;
    transition: all 0.2s ease;
  }
  
  .button:active {
    transform: scale(0.96);
  }
  
  .button:before,
  .button:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
  }
  
  .button:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
      10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
  }
  
  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }
  
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }
  
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  
  .button:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
  }
  
  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }
  
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }
  
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }




.search{
    height: 6vh;
    width: 6vh;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 50;
}
.search.searchbaractive{
    width: 40vh;
    top: 0;
    position: relative;
    background: #56ff50;
    border-radius: 10vh;
    display: flex;
    flex-wrap: nowrap;
}
#searchinput{
    position: relative;
    height: 5vh;
    width: 30vh;
    left: 7vh;
    bottom: 6vh;
}
#searchinput::placeholder { 
    color: white;
    opacity: 1; /* Firefox */
}

#searchinput :-ms-input-placeholder { 
    color: white;
}

#searchinput::-ms-input-placeholder { 
    color: white;
}
.search #searchinput{
    height: 100%;
    width: 32vh;
    border: none;
    background: none;
    outline: none;
    font-size: 1.5rem;
}
.searchautocompletesuggetion{
    position: relative;
    width: 40vh;
    max-height: 60vh;
    overflow-y: hidden;
    background: #56ff50;
    list-style: none;
    text-align: left;
    font-size: 1.5rem;
    padding: 1vh 1vh 1vh;
    border-radius: 1vh;
    z-index: 5;
}
.searchautocompletesuggetion li{
    position: relative;
    padding: 1vh 1vh 1vh;
    border-radius: 1vh;
}
.searchautocompletesuggetion li:hover{
    background: #0ab204;
}
.ballsearch{
    top: 0;
    left: 0;
    height: 6vh;
    width: 6vh;
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
/*ball of the searchbar*/
.sicon{
    height: 3vh;
    width: 3vh;
  }


.gsc-results-wrapper-overlay::-webkit-scrollbar-track, .gsc-results-wrapper-visible::-webkit-scrollbar-track{
    border-top-right-radius: 5vh !important;
    border-bottom-right-radius: 5vh !important;
}
.search #___gcse_0{
    display: none;
}
.search.searchbaractive #___gcse_0{
    position: relative !important;
    top: 0vh ;
    left: 6vh ;
    height: 100%;
    width: 70% !important;
    bottom: 0 ;
    right: 0 ;
    z-index: 50;
    width: 35vh;
    justify-content: right;
    cursor: auto;
    display: block;
}
.search.searchbaractive .navigation.a{
    display: none;
}
.search.searchbaractive .ballsearch{
    background: white;
}

.gsc-control-cse.gsc-control-cse-en{
    background: #00000000;
    border: none;
    height: 100%;
}
.gsc-control-wrapper-cse{
    height: 100%;
}
.gsc-control-wrapper-cse,.gsib_a,.gstl_50,.gsc-input,.gsc-search-box, .gsc-search-box-tools{
    height: 6vh;
    width: 100% !important;
}
.gsc-input-box {
    background: #00000000 !important;
    border: none !important;
    width: 34vh;
    height: 6vh;
    position: relative;
    left: -3vh;
}
.gsc-option-menu{
    border-radius: 2vh;
}
.gsc-option-menu, .gsc-selected-option-container{
    border-radius: 2vh!important;
}
.gsib_a input{
    height: 100% !important;
    width: 30vh !important;
    border: none;
    background: none;
    outline: none;
    font-size: 1.5rem;
    background: #56ff5000;
    position: relative;
    bottom: 2vh;
    left: -2.5vw;
}
.gs-spelling{
    font-size: small;
}
.gcsc-find-more-on-google-text{
    font-size: small;
}
.gsc-results-wrapper-overlay, .gsc-results-wrapper-visible{
    position: relative;
    left: 40vw !important;
    top: 10vh !important;
    height: 60vh !important;
    width: 40vh !important;
    border-radius: 2vh !important;
}
.gcsc-more-maybe-branding-root{
    display: none !important;
}
.gsib_b{
    display: none;
}
.gsc-search-button{
    display: none;
}
.gsc-clear-button{
    display: none;
}
.gsc-adBlock{
    display: none !important;
}
.gs-snippet{
    background-color: #84FB81 !important;
    border: 0.5vh solid #63fa5d !important;
    border-radius: 0.8vh;
}


.malert{
    width: 100%;
    height: 7vh;
    position: relative;
    background: #0ab204;
    display: flex;
    top: 15vh;
    justify-content: space-around;
}
.lefth{
    width: 70%;
    height: 100%;
    font-size: larger;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
}
.rightb{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightb a{
    width: 30%;
    height: 90%;
    background: #ffffff;
    color: black;
    border-radius: 2vh;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: large;
}
.rightb a:hover{
    background: #63fa5d;
    color: white;

}





.seclanding{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mewelcome{
    z-index: 20;
    -webkit-animation-name: bounceInUp !important;
    animation-name: bounceInUp !important;
}
.mewelcome h1{
    font-size: 2.5rem;
}
.mewelcome H2{
    font-size: 2rem;
}
.map{
    height: 60vh;
    width: 40%;
    display: flex;
    justify-content: center;
    transform-style: preserve-3d;
    z-index: 0;
}
.map h1{
    font-size: 1.5rem;
    text-align: right;
}
.tm{
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
}
.tcg{
    color: #0FE509;
}
.fcg{
    color: #0FE509;
    font-size: 4rem;
}
.fs5{
    font-size: 2.5rem;
}
.fs4{
    font-size: 2rem;
}
.sepage{
    height: 150vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.sepage h1{
    font-size: 4rem;
    color: #56ff50;
    text-align: center;
}
.sepage p{
    font-size: 2.5rem;
    text-align: center;
}
.v{
    width: 70%;
    position: relative;
    height: 70vh;
}
.m{
    position: relative;
    width: 70%;
    height: 70vh;
}
.pe{
    height: 300vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.emp{
    height: 100vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.emp h1{
    font-size: 3.5rem;
    width: 100%;
}
.emp span{
    font-size: 4rem;
    color: #56ff50;
}
.empsvg{
    height: 60vh;
    width: 40%;
}
.esvg{
    height: 80%;
    width: 100%;
}
.empa{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 2rem;
    color: white;
    background: #56ff50;
    height: 8vh;
    padding: 0.2vh 2vh;
    border-radius: 2vh;
    cursor: pointer;
    transition: 0.2s;
}
.empa:hover{
    color: white;
    top: -2vh;
}
.txtp{
    height: 40vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
}
.br{
    height: 100vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: right;
}
.txtbr{
    height: 40vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: column;
}
.br h1{
    font-size: 3.5rem;
    height: 30vh;
    width: 80%;
    text-align: right;
    line-height: 110%;
}
.br span{
    font-size: 4rem;
    color: #56ff50;
}
.brsvg{
    height: 45vh;
    width: 40%;
}
.bsvg{
    height: 80%;
    width: 100%;
}
.bra{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 2rem;
    color: white;
    background: #56ff50;
    height: 8vh;
    padding: 0.2vh 2vh;
    border-radius: 2vh;
    cursor: pointer;
    transition: all 0.2s;
}
.bra:hover{
    color: white;
    top: -2vh;
}

.je{
    height: 100vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.txtje{
    height: 40vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
}
.je h1{
    font-size: 4rem;
    width: 90%;
}
.je span{
    font-size: 5rem;
    color: #56ff50;
}
.jesvg{
    height: 45vh;
    width: 30%;
}
.jsvg{
    height: 100%;
    width: 100%;
}
.jea{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 2rem;
    color: white;
    background: #56ff50;
    height: 8vh;
    padding: 0.2vh 2vh;
    border-radius: 2vh;
    cursor: pointer;
    transition: 1s;
}
.jea:hover{
    color: white;
    top: -2vh;
}
.me{
    height: 100vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: right;
}
.txtme{
    height: 25vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: column;
}
.me h1{
    font-size: 3.5rem;
    height: 30vh;
    width: 80%;
    text-align: right;
    line-height: 110%;
}
.me span{
    font-size: 4rem;
    color: #56ff50;
}
.mesvg{
    height: 45vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.msvg{
    height: 95%;
    width: 100%;
}
.mea{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 2rem;
    color: white;
    background: #56ff50;
    height: 8vh;
    padding: 0.2vh 2vh;
    border-radius: 2vh;
    cursor: pointer;
    transition: 0.2s;
}
.mea:hover{
    color: white;
    top: -2vh;
}
.form{
    height: 60vh;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 2vh #AFFFAD;
    border-radius: 3vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.fsvg{
    height: 55vh;
}
.ih{
    height: 60vh;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.ne{
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ih input{
    border: none;
}
.ih h1{
    font-size: 3rem;
}
.ih span{
    color: #0AD00A;
}
.name,.email{
    height: 6vh;
    width: 45%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 2vh #AFFFAD;
    border-radius: 3vh;
}
.name .b,.email .b{
    height: 6vh;
    width: 30%;
    position: relative;
    background: #0AD00A;
    border-radius: 3vh 0px 0px 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.name input,.email input{
    height: 100%;
    width: 100%;
    border-radius:0 3vh 3vh 0;
    font-size: 1.2rem;
}
.name h2,.email h2{
    font-size: 1.2rem;
    z-index: 9;
    color: white;

}
.sub{
    height: 6vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 2vh #AFFFAD;
    border-radius: 3vh;
}
.sub .b{
    height: 100%;
    width: 30%;
    position: relative;
    background: #0AD00A;
    border-radius: 3vh 0px 0px 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white ;
}
.sub input{
    height: 100%;
    width: 100%;
    border-radius:0 3vh 3vh 0;
    font-size: 1.2rem;
}
.ma{
    height: 20vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 2vh #AFFFAD;
    border-radius: 3vh;
}
.ma .b{
    height: 25%;
    width: 100%;
    position: relative;
    background: #0AD00A;
    border-radius: 3vh 3vh 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white ;
}
.ma textarea{
    height: 100%;
    width: 100%;
    border-radius:0 0 3vh 3vh;
    font-size: 1.2rem;
    resize: none;
    border: none;
}
.submitbtn{
    height: 6vh;
    width: 100%;
    position: relative;
    background: #0AD00A;
    border-radius: 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white ;
    font-size: 1.5rem;
    transition: 0.2s;
    cursor: pointer;
    top: 0vh;
}
.submitbtn:hover{
    top: -1vh;
}
.containerb{
    height: 60vh;
    display: flex;
    align-items: flex-end;
}
.bottom{
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #0AD00A;
    border-radius: 3vh 3vh 0 0;    
}
.blogo{
    height: 15vh;
}
.upper{
    height: 40%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upper .nav{
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.upper .btn{
    height: 5vh;
    width: 22%;
    background: #fff;
    border-radius: 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upper a{
    font-size: 1.5rem;
}
.loweer{
    height: 60%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ribbne{
    height: 0.5vh;
    width: 90%;
    background: white;
    border-radius: 3vh;
}
.loweer h1 span{
    font-size: 2rem;
}
.loweer h1{
    font-size: 1.6rem;
    color: #ffffff;
}
.loweer .adright{
    text-align: right;
    width: 35%;
}
.adleft{
    text-align: left;
    height: 80%;
    display: flex;
    justify-content: space-around;
    align-items: left;
    flex-direction: column;
}
@media screen and (max-width:1180px) {
    html{
        font-size: 8px;
    }
    body{
        overflow: hidden;
    }
    nav.sticky{
        height: 5rem;
        width: 90%;
        position: fixed;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        left: 5vw;
    }
    nav{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        left: 5vw;
        width: 90%;
    }
    .logo{
        height: 4vh!important;
    }
    .ln{
        width: 80%;
        left: -2vh;
    }
    .navigation{
        width: 80%;
        height: 40%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navigation a{
        font-size: 1rem;
    }
    .search{
        height: 3rem;
        left: 85%;
        top: 0;
        left: 0;
    }
    .search.searchbaractive{
        width: 50vw;
        top: 0;
        position: relative;
        left: 0;
        transform: translate(0%);
    }
    .gsc-input{
        width: 10vw;
        
    }
    .gsib_a input{
    width: 25vh !important;
    bottom: 3vh;
    left: -5vw;
    }
    .ballsearch{
        height: 3vh;
        width: 3vh;
        position: relative;
        top: 0;
        left: 0;
    }
    .sicon{
        height: 1vh;
        width: 1vh;
      }
    .gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {
        left: -5vw !important;
    }


    .sepage{
        height: 80vh;
    }

    .malert{
        top: 7vh;
    }
    .lefth{
        width: 60%;
        
    }
    .rightb{
        width: 40%;
    }

    .tm{
        display: none;
    }
    .pe{
        text-align: center;
        align-items: center;
        height: 300vh;
        justify-content: space-around;
    }
    .emp{
        flex-direction: column-reverse;
        
    }
    
    .txtp,.txtbr,.txtje{
        align-items: center;
        text-align: center;
        width: 90%;
        height: 30vh;
    }
    .txtme{
        height: 20vh;
        align-items: center;
        text-align: center;
        width: 90%;
    }
    .emp,.je,.br,.me{
        padding: 5vh 5vh;
        height: 60vh;
    }
    .br{
        flex-direction: column;
    }
    .je{
        flex-direction: column-reverse;
    }
    .me{
        flex-direction: column;
    }
    .empsvg,.jesvg,.mesvg,.brsvg{
        height: 100%;
        width: 40%;
    }
    .empa,.jea,.bra{
        padding: 2vh 2vh;
    }
    .br h1, .je h1,.emp h1,.me h1{
        text-align: center;
    }
    


    .form{
        height: 40vh;
        width: 90%;
    }
    .fsvg{
        display: none;
    }
    .ih{
        height: 40vh;
        width: 80%;
    }
    .ne{
        height: 5vh;
        width: 100%;
    }
    .name,.email{
        height: 4vh;
        width: 45%;
    }
    .name .b,.email .b{
        height: 4vh;
        width: 30%;
    }
    .sub{
        height: 4vh;
        width: 100%;
    }
    .ma{
        height: 15vh;
        width: 100%;
    }
    .submitbtn{
        height: 4vh;
        width: 100%;
    }

    .containerb{
        height: 40vh;
    }
    .bottom{
        height: 30vh;
        width: 100%;
    }
    .upper{
        height: 6vh;
    }
    .blogo{
        height: 6vh;
    }
    .upper .nav{
        width: 80%;
    }
    .upper .logo{
        height: 3vh;
        width: 10%;
    }
    .upper a{
        font-size: 1rem;
    }
}
@media screen and (max-width:820px) {
    html{
        font-size: 8px;
    }
    body{
        overflow: hidden;
    }
    nav.sticky{
        height: 5rem;
        width: 90%;
        position: fixed;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        left: 5vw;
    }
    nav{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        left: 5vw;
        width: 90%;
    }
    .logo{
        height: 4vh!important;
    }
    .ln{
        width: 80%;
        left: -2vh;
    }
    .navigation{
        width: 80%;
        height: 40%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navigation a{
        font-size: 1rem;
    }
    .search{
        height: 3rem;
        left: 85%;
        top: 0;
        left: 0;
    }
    .search.searchbaractive{
        width: 50vw;
        top: 0;
        position: relative;
        left: 0;
        transform: translate(0%);
    }
    .gsc-input{
        width: 10vw;
        
    }
    .gsib_a input{
    width: 25vh !important;
    bottom: 3vh;
    left: -5vw;
    }
    .ballsearch{
        height: 3vh;
        width: 3vh;
        position: relative;
        top: 0;
        left: 0;
    }
    .sicon{
        height: 1vh;
        width: 1vh;
      }
    .gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {
        left: -5vw !important;
    }


    .sepage{
        height: 80vh;
    }

    .malert{
        top: 7vh;
    }
    .lefth{
        width: 60%;
        
    }
    .rightb{
        width: 40%;
    }

    .tm{
        display: none;
    }
    .pe{
        text-align: center;
        align-items: center;
        height: 300vh;
        justify-content: space-around;
    }
    .emp{
        flex-direction: column-reverse;
        
    }
    
    .txtp,.txtbr,.txtje{
        align-items: center;
        text-align: center;
        width: 90%;
        height: 30vh;
    }
    .txtme{
        height: 20vh;
        align-items: center;
        text-align: center;
        width: 90%;
    }
    .emp,.je,.br,.me{
        padding: 5vh 5vh;
        height: 60vh;
    }
    .br{
        flex-direction: column;
    }
    .je{
        flex-direction: column-reverse;
    }
    .me{
        flex-direction: column;
    }
    .empsvg,.jesvg,.mesvg,.brsvg{
        width: 100%;
        height: 20vh;
    }
    .empa,.jea,.bra{
        padding: 2vh 2vh;
    }
    .br h1, .je h1,.emp h1,.me h1{
        text-align: center;
    }
    


    .form{
        height: 40vh;
        width: 90%;
    }
    .fsvg{
        display: none;
    }
    .ih{
        height: 40vh;
        width: 80%;
    }
    .ne{
        height: 5vh;
        width: 100%;
    }
    .name,.email{
        height: 4vh;
        width: 45%;
    }
    .name .b,.email .b{
        height: 4vh;
        width: 30%;
    }
    .sub{
        height: 4vh;
        width: 100%;
    }
    .ma{
        height: 15vh;
        width: 100%;
    }
    .submitbtn{
        height: 4vh;
        width: 100%;
    }

    .containerb{
        height: 40vh;
    }
    .bottom{
        height: 30vh;
        width: 100%;
    }
    .upper{
        height: 6vh;
    }
    .blogo{
        height: 6vh;
    }
    .upper .nav{
        width: 80%;
    }
    .upper .logo{
        height: 3vh;
        width: 10%;
    }
    .upper a{
        font-size: 1rem;
    }
}