*{
    margin: 0;
    padding: 0;
}
body{
  background-color: #000;
}
a{
  text-decoration: none;
}
h1{
  color: orangered;
  font-size: 25px;
  text-align: center !important;
  
}
h2{
  color: orangered;
  font-size: 22px;
  text-align: start!important;
  margin-top: 30px !important;
  margin-bottom: 30px;
}
h3{
  color: orangered;
  font-size: 30px;
  text-align: center;
  margin-top: 30px !important;
  margin-bottom: 30px;
}
h4{
  color: #fff;
}
p{
  color: #fff;
}
li{
  color: #fff;
  list-style: none;
}
i{
    color: #fff;
}
.bat{
    background-color: #000;
}
.btn-sm{
    background-color: #f46e26;
    /*background: linear-gradient(to right, #BF953F, #ead26e, #f0dc77, #d3b151, #AA771C) !important;*/
    border: none;
    margin-left: 5px;
    color: #000;
    font-weight: 700;
    padding: 10px 10px;
    font-size: 15px;
}
.btn-sm:hover{
     background-color: #f46e26;
    /*background: linear-gradient(to right, #BF953F, #ead26e, #f0dc77, #d3b151, #AA771C) !important;*/
    border: none;
    margin-left: 5px;
    color: #fff;
}
.yup{
  background-color: #fff;
  padding: 10px 20px;
  border: none;
  font-weight: 700;
}
.quit{
    width: 200px;
}
.cab{
  margin-top: 50px;
  margin-bottom: 50px;
}
.get{
  margin-top: 50px;
  margin-bottom: 50px !important;
}
/*===========scrollmenu strat==========*/
div.scrollmenu {
    background: linear-gradient(to right,#1e1d1c 0,#2d2c29 15%,#292825 30%,#1f1e1c 55%,#2d2a25 100%);  overflow: auto;
    white-space: nowrap;
  }
  .atag{
    display: inline-block;
    text-align: center;
    padding: 7px;
    text-decoration: none !important;
    animation-name: text-anim;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    text-align: center;
    font-family: arial;
    color: #fff; 
    font-weight: 700;
    width: 9%;
    border-right: 1px solid white;
    font-size: 13px;
  }
  
  @media only screen and (max-width: 768px){
    .atag{
      width: 32% !important;
    }
  }
  
   .atag:hover {
    background-color: #000;
    width: 9%;
    color:#fff;
  
  } 
  
  .scrollnav{
    padding-left: 6% !important;
  }
  
  @media only screen and (max-width: 420px){
    .scrollnav{
      padding-left: 0% !important;
    }
  
  }
  /*===========scrollmenu end==========*/
  .gap{
    margin-top: 150px;
  }
  .net{
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: center;
  }

  /* footer start */
  ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}

  /* footer end */

  @media only screen and (max-width: 768px) {
.note{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid orangered;
}
h1{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
h2{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
h3{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
h4{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
p{
  text-align: justify;
}
.gap{
  margin-top: 10px;
}
.zed{
  text-align: center !important;
}
.net{
  margin-top: 10px;
  margin-bottom: 10px;
}
  }
  
       /*whatsaap*/
        .float {
          position: fixed;
          width: 50px;
          height: 50px;
          bottom: 20px;
          right: 35px;
          background: linear-gradient(
            90deg,
            rgb(55, 223, 97) 0%,
            rgb(9, 187, 3) 100%
          );    
          color: #fff;
          border-radius: 10px;
          text-align: center;
          font-size: 18px;
          /* box-shadow: 2px 2px 3px #999; */
          z-index: 100;
        }
        
        .my-float {
          margin-bottom: 8px;
          margin-top: 1px;
          margin-left: 1px;
          font-size: 30px;
        }
        /*whatsaap end*/