html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* background-color: white; */
    /* background: url(Group\ 8.png);
    background-repeat: no-repeat;
    background-size:500px;
    background-position:center ;
    background-position-y: 160px; */
   
    
  }
  
  .firsthead{
    width: 100%;
    height: auto;
    text-align: right;
    font-size: 15px;
    background-color: white;
    border-bottom: 0.5px solid rgb(228, 228, 228);
    color: black;
  }
  
  #logopic{
    width: 221.05px;
    height: 70px;
    padding-top: 5px;
    padding-left: 70px;
    padding-bottom: auto;
  }
  #rlogo{
    width: 75px;
    float: right;
    padding-top: 10px;
    padding-right: 70px;
    padding-bottom: 5px;
  }
  
  @media (max-width: 1220px){
    #logopic{
        padding-left: 50px;
    }
    #rlogo{
      padding-right: 60px;
    }
  }
  @media (max-width: 1140px){
    
    .firsthead{
      font-size: 14px;
    }
  }
  @media (max-width: 1060px){
    #logopic{
        padding-left: 30px;
    }
    #rlogo{
      padding-right: 40px;
    }
    .firsthead{
      font-size: 13px;
    }
  }
  @media (max-width: 1024px){
    #logopic{
        padding-left: 20px;
        
    }
    #rlogo{
      padding-right: 30px;
      
    }
    .firsthead{
      font-size: 12px;
    }
  }
  @media (max-width: 952px){
    #logopic{
        padding-left: 10px;}
        
    #rlogo{
      padding-right: 20px;
      
    }
    .firsthead{
      font-size: 11px;
    }
  }
  @media (max-width: 770px){
    #logopic{
        padding-left: 10px;
        width: 160px;
        height: auto;
    }
    #rlogo{
      padding-right: 20px;
      width: 45px;
    }.firsthead{
      font-size: 10px;
    }
  }
  @media (max-width: 545px){
    #logopic{
        padding-left: 10px;
        
    }
    #rlogo{
      padding-right: 15px;
      
    }
    .firsthead{
      font-size: 9px;
    }
  }
  @media (max-width: 415px){
    #logopic{
        padding-left: 10px;
        
    }
    #rlogo{
      padding-right: 12px;
      
    }
  }
  @media (max-width: 380px){
    #logopic{
        padding-left: 10px;
        
    }
    #rlogo{
      padding-right: 12px;
      
    }
  }
  
  
  
  .stick{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 999999999;
  }
  
  #navbar{
    display: outside;
    margin-top: -14px;
    left:0;
    background-color: #005500;
    margin-bottom: auto;
    z-index: 9999;
    box-shadow: 25px;
    height: auto;
  }
  
  .navul{
    list-style: none;
    padding: 10px;
    font-size: 15px;
    font-weight:200;
    text-align: center;
  }
  
  .navul li{
    display: inline-block;
    margin-right: 30px;
    margin-left: 10px;
  }
  
  .navul a{
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
  }
  
  .navul a.active{
    background: #ebcb00;
    color: #800000;
    transition: 0.5s;
    box-shadow: #00000080;
    z-index: 999999;
    font-weight: 200;
    width: 100%;
  }
  .navul a:hover{
    background: #ebcb00;
    color: #800000;
    transition: 0.5s;
    box-shadow: #00000080;
    z-index: 999999;
    font-weight: 200;
    width: 100%;
  }
  
  .menubar{
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background-color: #ebcb00;
    margin: 6px 0;
  }
  
  #check{
    display: none;
  }
  #applynow{
      display: none;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 0 0 5px 5px;
    text-align: left;
    width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    margin-left: 70px;
    text-decoration: none;
    text-align: left;
    display: block;
  }
  #droplist{
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  
  .dropbtnn {
    background-color: #800000;
    color: white;
    font-size: 14px;
    border: none;
    height: 4px;
  }
  
  .dropdownn {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  
  .dropdown-contentt {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    color: #800000;
    width: 180%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-contentt a {
    color: black;
    padding: 12px 16px;
    padding-left: 15%;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-contentt a:hover { 
    background-color: #ebcb00; 
    color: #800000;
    width: 76.5%;
  }
  
  .dropdownn:hover .dropdown-contentt {
    margin-top:10px;  
    display: block;
  }
  
  
  .dropbtnns {
    background-color: #800000;
    color: white;
    font-size: 14px;
    border: none;
    height: 4px;
  }
  
  .dropdownns {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  
  .dropdown-contentts {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    color: #800000;
    width: 140%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-contentts a {
    color: black;
    padding: 12px 16px;
    padding-left: 15%;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-contentts a:hover { 
    background-color: #ebcb00; 
    color: #800000;
    width: 76%;
  }
  
  .dropdownns:hover .dropdown-contentts {
    margin-top:10px;  
    display: block;
  }
  
  
  
  
  .dropbtnne {
    background-color: #800000;
    color: white;
    font-size: 14px;
    border: none;
    height: 4px;
  }
  
  .dropdownne {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  
  .dropdown-contentte {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    color: #800000;
    width: 120%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-contentte a {
    color: black;
    padding: 12px 16px;
    padding-left: 15%;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-contentte a:hover { 
    background-color: #ebcb00; 
    color: #800000;
    width: 76%;
  }
  
  .dropdownne:hover .dropdown-contentte {
    margin-top:10px;  
    display: block;
  }
  
  
  
  
  
  
  .dropbtnnm {
    background-color: #800000;
    color: white;
    font-size: 14px;
    border: none;
    height: 4px;
  }
  
  .dropdownnm {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  
  .dropdown-contenttm {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    color: #800000;
    width: 180%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-contenttm a {
    color: black;
    padding: 12px 16px;
    padding-left: 15%;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-contenttm a:hover { 
    background-color: #ebcb00; 
    color: #800000;
    width: 76%;
  }
  
  .dropdownnm:hover .dropdown-contenttm {
    margin-top:10px;  
    display: block;
  }
  
  .applynowm{
      width: 100px;
      height: 25px;
      background-color: #ebcb00;
      color: #800000;
      border: none;
      border-radius: 5px;
      margin-right: -30px;
  }
  .applynowm:hover{
      background-color: #570000 ;
      color: #ebcb00;
      transition: 0.5s;
  }
  
  
  
  
  
  
  @media (max-width: 1220px){
    .navul{
        padding: 8px;
        font-size: 14px;
    }
  
    .navul li{
        margin-right: 18px;
        margin-left: 10px;
    }
  
    .navul a{
        padding: 14px;
    }
    .dropdown-contentt a:hover { 
        width: 85%;
    }
    .dropdown-contentts a:hover { 
      width: 84%;
  }
  .dropdown-contentte a:hover { 
    width: 84%;
  }
  .dropdown-contenttm a:hover { 
    width: 84%;
  }
  
  }
  
  @media (max-width: 1140px){
    .navul{
        padding: 6px;
        font-size: 14px;
    }
  
    .navul li{
        margin-right: 14px;
        margin-left: 8px;
    }
  
    .navul a{
        padding: 12px;
    }
    .dropdown-contentt a:hover { 
        width: 86.2%;
    }
    .dropdown-contentts a:hover { 
      width: 85.5%;
  }
  .dropdown-contentte a:hover { 
    width: 86%;
  }
  .dropdown-contenttm a:hover { 
    width: 86%;
  }
  }
  @media (max-width: 1124px){
    .navul li{
      margin-right: 4px;
      margin-left: 10px;
  }
  }
  
  
  
  
  
  @media (max-width: 1060px){
    .navul{
        padding: 4px;
        font-size: 14px;
    }
  
    .navul li{
        margin-right: 10px;
        margin-left: 6px;
    }
  
    .navul a{
        padding: 10px;
    }
    .dropdown-contentt a:hover { 
        width: 90%;
    }
    #navbar{
      margin-top: -13px;
  }
  
  .dropdown-contentt a:hover { 
    width: 88%;
  }
  .dropdown-contentts a:hover { 
  width: 88%;
  }
  .dropdown-contentte a:hover { 
  width: 88%;
  }
  .dropdown-contenttm a:hover { 
  width: 88%;
  }
  }
  @media (max-width: 1024px){
    .navul li{
      margin-right: 4px;
      margin-left: 10px;
  }
  }
  
  
  @media (max-width: 990px){
  
    #navbar{
        display: outside;
        top: 0;
        left:0;
        background-color: #005500;
        margin-bottom: auto;
        z-index: 9999;
        box-shadow: 25px;
        height: 40px;
        margin-top: 1px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        text-align: center;
  
    }
    #check{
        display: block;
        float: left;
        box-shadow: #aaaaaa;
    }
    #applynow{
        display: block;
        float: right;
        box-shadow: #aaaaaa;
        background-color: #ebcb00;
        border: none;
        width: 100px;
        height: 30px;
        right: 0;
        margin-top: 5px;
        border-radius: 5px;
        color: #800000;
  
    }
    #applynow:hover{
        background-color: #570000;
        color: #ebcb00;
        transition: 0.5s;
    }
    .menubar{
        width: 30px;
        height: 4px;
        border-radius: 1.5px;
        background-color: #ffffff;
        margin: 2px 2px 2px 2px;
    }
    .dropbtn {
        background-color: #003100;
        color: white;
        border: none;
        width: 50px;
        height: 40px;
        margin-right: 2px;
        border-radius: 1.5px;
        text-align: center;
      }
    
      .dropdown-content a{margin-left: 0px; padding-left: 35px;}
    
      .dropdown-content a:hover {background-color: #ebcb00; color: #800000;}
  
    .dropdown:hover .dropdown-content {display: block;}
  
  
    .dropdown:hover .dropbtn {background-color: #380000;}
  
  
    .dropbtnnn {
        color: white;
        font-size: 15px;
        border: none;
        margin-top: 6px;
        height: 0%;
        text-align: left;
      }
      
      .dropdownnn {
        position: relative;
        display: inline-block;
        text-align: left;
        margin-top: -3%;
        width: 100%;
      }
      
      .dropdown-contenttt {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        border-radius: 0 5px 5px 5px;
        margin-left: 70%;
        color: #800000;
        width: 120%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }
      
      .dropdown-contenttt a {
        color: black;
        padding: 12px 16px;
        padding-left: 15%;
        text-decoration: none;
        display: block;
      }
      
      .dropdown-contenttt a:hover { 
        background-color: #ebcb00; 
        color: #800000;
    }
      
      .dropdownnn:hover .dropdown-contenttt {
        margin-top:10px;  
        display: block;
    }
    .menua{
        width: 110%;
        
    }
  
  
  
  
    .dropbtnnnn {
        color: white;
        font-size: 15px;
        border: none;
        margin-top: 5px;
        height: 0%;
        text-align: left;
      }
      
      .dropdownnnn {
        position: relative;
        display: inline-block;
        text-align: left;
        margin-top: -3%;
        width: 100%;
      }
      
      .dropdown-contentttt {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        border-radius: 0 5px 5px 5px;
        margin-left: 70%;
        color: #800000;
        width: 120%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }
      
      .dropdown-contentttt a {
        color: black;
        padding: 12px 16px;
        padding-left: 12%;
        text-decoration: none;
        display: block;
      }
      
      .dropdown-contentttt a:hover { 
        background-color: #ebcb00; 
        color: #800000;
        width: 75%;
    }
      
      .dropdownnnn:hover .dropdown-contentttt {
        margin-top:10px;  
        display: block;
    }
    .menuaa{
        width: 95%;
    }
  
  
  
  
  
  
  
    .dropbtnnnne {
      color: white;
      font-size: 15px;
      border: none;
      margin-top: 6px;
      height: 0%;
      text-align: left;
    }
    
    .dropdownnnne {
      position: relative;
      display: inline-block;
      text-align: left;
      margin-top: -3%;
      width: 100%;
    }
    
    .dropdown-contentttte {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      border-radius: 0 5px 5px 5px;
      margin-left: 70%;
      color: #800000;
      width: 120%;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    .dropdown-contentttte a {
      color: black;
      padding: 12px 16px;
      padding-left: 12%;
      text-decoration: none;
      display: block;
    }
    
    .dropdown-contentttte a:hover { 
      background-color: #ebcb00; 
      color: #800000;
      width: 75%;
  }
    
    .dropdownnnne:hover .dropdown-contentttte {
      margin-top:10px;  
      display: block;
  }
  .menuaae{
      width: 77.5%;
      
  }
  
  .dropbtnnnnm {
    color: white;
    font-size: 15px;
    border: none;
    margin-top: 5px;
    height: 0%;
    text-align: left;
  }
  
  .dropdownnnnm {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: -3%;
    width: 100%;
  }
  
  .dropdown-contenttttm {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 0 5px 5px 5px;
    margin-left: 70%;
    color: #800000;
    width: 120%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-contenttttm a {
    color: black;
    padding: 12px 16px;
    padding-left: 12%;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-contenttttm a:hover { 
    background-color: #ebcb00; 
    color: #800000;
    width: 75%;
  }
  
  .dropdownnnnm:hover .dropdown-contenttttm {
    margin-top:10px;  
    display: block;
  }
  .menuaam{
    width: 115%;
    
  }
    .navul{
        display: none;
    }
  }
  
  
  
  @media (max-width: 952px){
  
    #navbar{
        display: outside;
        top: 0;
        left:0;
        margin-bottom: auto;
        z-index: 1;
        box-shadow: 25px;
        
        margin-top: 0.8px;
    }
    
      .dropdown-content a{margin-left: 0px; padding-left: 35px;}
    
    .dropdown-content a:hover {background-color: #ebcb00; color: #800000;}
  
    .dropdown:hover .dropdown-content {display: block;}
  
    .dropdown:hover .dropbtn {background-color: #380000;}
  
    .dropdown-contentttt a:hover { 
        background-color: #ebcb00; 
        color: #800000;
    }
    .dropdown-contenttt a:hover { 
        background-color: #ebcb00; 
        color: #800000;
    }
  
  
    #navul{
        display: none;
    }
  }
  @media (max-width: 770px){
  
    
      .dropdown-content a{margin-left: 0px; padding-left: 35px;}
    
      .dropdown-content a:hover {background-color: #ebcb00; color: #800000;}
  
    .dropdown:hover .dropdown-content {display: block;}
  
    .dropdown:hover .dropbtn {background-color: #380000;}
  
    .dropdown-contentttt a:hover { 
        background-color: #ebcb00; 
        color: #800000;
    }
    .dropdown-contenttt a:hover { 
        background-color: #ebcb00; 
        color: #800000;
    }
  
    
    #navul{
        display: none;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  /**Heading**/
  
  #heading{
    background-color:#ebcb00 ;
    color: #800000;
    text-align: center;
    text-shadow: #E6E6E6;
    margin-top: -14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    border: none;
    height: 30px;
  }
  .animate{
    -webkit-animation: animate_bg 5s;
      animation: animate_bg 5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
  }
  @keyframes animate_bg {
    0%   {background: orange;}
    50%  {background:#ebcb00;}
    100% {background:#f1f1f1;}
  }
  
  @keyframes animate_bg {
    0%   {background: orange;}
    50%  {background:#ebcb00;}
    100% {background:#f1f1f1;}
  }
  
  @-webkit-keyframes animate_bg {
    0%   {background: orange;}
    50%  {background:#ebcb00;}
    100% {background:#f1f1f1;}
  }
  .marq{
    padding-top: -20px;
    margin-top: -10px;
    margin-bottom: -8px;
  }
  
  @media (max-width: 1140px){
    #heading{
        font-size: 16px;
        height: 30px;
        margin-top: -14px;
    }
    .marq{
        margin-bottom: -12px;
    }
  }
  @media (max-width: 1060px){
    #heading{
        font-size: 14px;
        height: 28px;
        margin-top: -15px;
    }
  }
  @media (max-width: 990px){
    #heading{
        font-size: 14px;
        height: 28px;
        margin-top: -5px;
    }
  }
  @media (max-width: 952px){
    #heading{
        font-size: 13px;
        height: 25px;
        margin-top: -3px;
    }
  }



  

  /* FORM STARTS  */
 .form form{
     text-align: center;
 }
  
  
  .form input{
    font-size: 1rem;
    padding: 7px;
    text-align: center;
    font-weight: bolder;
    border-radius: 23px;
    
  }
  .form textarea{
    font-size: 1rem;
    padding: 7px;
    text-align: center;
    font-weight: bolder;
    /* border-radius: 23px; */
    border: 1.2px solid rgb(5, 124, 65);
  }
  .form select{
    font-size: 1rem;
    font-weight: bolder;
    border: 1px solid rgb(9, 109, 67);
    text-align: center;
  }

  
  
  h1{
      text-align: center;
      font-size: 39px;
      color: white;
      
  }
  input[type=text], select, textarea {
    width: 90%;
    padding: 12px;
    border: 1.2px solid rgb(5, 124, 65);
    border-radius: 14px;
    resize: vertical;
  }
  
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: bolder;
  }
  
  input[type=submit] {
    background-color: #800000;
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    border: none;
    z-index: 1;
    margin: auto;
    margin-top: 10px;
    border-radius: 9px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    
  }
  .input::placeholder {
    text-align: left;
    color: #005500;
  }
  
  input[type=submit]:hover {
    background-color: #800000;
  }
  
  .container {
    border-radius: 25px;
    text-align: center;
    justify-content: center;
    background: white;
    width: 50%;
    padding: 20px;
    /* padding-left: 90px; */
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid green;
    box-shadow: 2px 2px 7px 4px rgb(170, 170, 170);
    z-index: 1;
  }

  .container label{
      font: 1.2em sans-serif;
      font-weight: bolder;
      text-decoration: underline;
  }
  
  .col-25 {
    /* float: left; */
    width: 25%;
    margin-top: 6px;
  }
  
  .col-75 {
    /* float: left; */
    width: 75%;
    margin-top: 60px;

  }
  .marg{
      margin-bottom: 20px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
      width: 100%;
      margin:auto;
      margin-top: 17px;
      padding: auto;
    }
  }

  /* @media screen and (max-width:380px) {
    .form{ 
        margin: 10px 0px;
        margin-left:  55px; 
        justify-content: center;
        padding: 20px;
        padding-right:60px;
        max-width: 120px;
        max-height: 280px;
        font-size: 0.7rem;
        text-align: center;
        color: white;
        background: rgba(0,0,0,0.6);
        border: 2px solid green;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        box-shadow: 3px 3px 7px 3px rgb(165, 165, 165);
       flex-wrap: wrap;
      }
      .ff{
          text-align: center;
          justify-content: center;
          font-size: 0.7rem;
          font-weight: 400;
          margin: 5px;
      }
      
      .form input{
        font-size: 0.7rem;
        padding: 4px;
        text-align: center;
        border-radius: 23px;
        border: 1.2px solid rgb(5, 124, 65);
      }
      .form select{
        font-size: 0.7rem;
        padding: 4px;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 15px;
        border: 1px solid rgb(9, 109, 67);
        text-align: center;
      }
      
  }
  
  @media screen and (max-width:480px){
    .form{ 
        margin: 10px 0px;
        margin-left:  75px; 
        justify-content: center;
        padding: 25px;
        padding-right:80px;
        max-width: 140px;
        max-height: 280px;
        font-size: 0.7rem;
        text-align: center;
        color: white;
        background: rgba(0,0,0,0.6);
        border: 2px solid green;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        box-shadow: 3px 3px 7px 3px rgb(165, 165, 165);
       flex-wrap: wrap;
      }
      .ff{
          text-align: center;
          justify-content: center;
          font-size: 0.8rem;
          font-weight: 400;
          margin: 5px;
      }
      
      .form input{
        font-size: 0.8rem;
        padding: 4px;
        text-align: center;
        border-radius: 23px;
        border: 1.2px solid rgb(5, 124, 65);
      }
      .form select{
        font-size: 0.8rem;
        padding: 4px;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 15px;
        border: 1px solid rgb(9, 109, 67);
        text-align: center;
      }
      
  }
  
  
   */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* FOOTER */
  
  .abfot{
    background-color: #ebcb00;
    color: #800000;
    height: auto;
  }
  .abfottext{
    float: right;
  }
  .abfota{
    text-decoration: none; 
    font-size:medium; 
    padding-top: 10%; 
    margin: 5% 0 0 5%;
  }
  
  .abfotb{
    text-decoration: none; 
    font-size:medium;
    margin: 0 0 5% 5%;
  }
  
  @media (max-width: 952px){
    .abfota{
      font-size:small;
    }
    .abfotb{
      font-size:small;
    }
  
  }
  
  
  .footer{
    background-color: rgb(0, 0, 0);
    height: auto;
    position: relative;
    margin-top: 0;
  }
  
  
  .quickLinks{
    
    margin-left: 2%;
    position: absolute;
    font-size: 14px;
  }
  .footlist{
    color: #ebcb00;
    list-style: none;
  }
  
  .footlist a{
    text-decoration: none;
    color: #ebcb00;
    font-size: 100%;
    padding-top: 5%;
  }
  
  .footlogo{
    top: 10px;
    margin-left: 20%;
    width: 50%;
    text-align: center;
  }
  .fotlog{
    width: 241.2px;
    height: 90px;
    padding: 30px 5px 0 80px;
  }
  
  .addressfoot{
    top: 1%;
    right: 7px ;
    position: absolute;
    text-align: center;
    font-size: 14px;
  }
  
  .addul{
    margin-right: 15px;
    font-size: 100%;
    text-align:left; 
    color: #ebcb00;
    text-align: justify;
  }
  
  .copyright{
    border-top: 1.5px solid rgb(122, 122, 122);
    color: white;
    text-align: center;
    padding: 2%;
  }
  
  @media (max-width: 952px){
    .fotlog{
        width: 187.6px;
    height: 70px;
    }
  }
  
  @media (max-width: 800px){
    .fotlog{
        width: 160.8px;
    height: 60px;
    }
    .fttxt{
        font-size: 9px;
        margin-top: 5%;
    }
    .quickLinks{
        font-size: 12px;
    }
    .addressfoot{
        font-size: 12px;
    }
    .copyright{
      font-size: 12px;
    }
  }
  
  @media (max-width: 700px){
    .fotlog{
        width: 134px;
    height: 50px;
    }
    
  }
  
  @media (max-width: 600px){
    .fotlog{
        width: 107.2px;
    height: 40px;
    }
    .fttxt{
        font-size: 10px;
        margin-top: 5%;
    }
    .quickLinks{
        font-size: 10px;
    }
    .addressfoot{
        font-size: 10px;
    }.footlogo{
        top: 5px;
        margin-left: 18%;
    }
    
  }
  
  @media (max-width: 582px){
      .footer{
          background-color: rgb(0, 0, 0);
          height: 330px;
          position: relative;
          margin-top: 0;
        }
  
      .footlogo{
          top: 3%;
          padding-top: 2%;
          width: 100%;
          margin-left: 0%;
          text-align: center;
      }
      .fttxt{
          display: none;
      }
      .fotlog{
          left: 0;
          margin-left: auto;
          padding: 0;
          width: 134px;
          height: 50px;
      }
      
  
      .addressfoot{
          top: 18%;
          right: 0 ;
          left: 0;
          position: absolute;
          text-align: center;
          width: 100%;
        }
        #cont{
            display: none;
        }
        
        .addul{
          margin-right: 0;
          margin-left: -8%;
          width: 100%;
          font-size: 100%;
          text-align:center;
          padding-bottom: 0;
          padding-top: -10px;
          border-bottom: 1.5px dotted #ebcc004b;
        }
  
  
  
  
      .quickLinks{
          top: 40%;
          width: 100%;
          margin-left: 0;
          text-align: center;
          position: absolute;
          font-size: 10px;
        }
        .footlist{
          color: #ebcb00;
          list-style: none;
          font-size: 100%;
          text-align: center;
        }
        
        .footlist a{
          text-decoration: none;
          color: #ebcb00;
          padding-top: 5%;
          font-size: 8px;
          
        }
  
        #footlistul{
            margin: 0;
            padding: 0;
        }
        #addressfootul{
          margin: 0;
          padding: 0;
  
        }
  
        #footlistul li{
            padding-bottom: 5px;
            
          border-bottom: 1.5px dotted #ebcc004b ;
        }
  
  
  
        .copyright{
            margin-top: 220px;
          border-top: 1.5px solid rgb(122, 122, 122);
          color: white;
          text-align: center;
          padding: 2%;
          font-size: 10px;
          
        }
        
  
  
  }