body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
  }
  html{
    overflow: scroll;
  }
  .apparel {
    background-image: url(../images/Header_Image.jpg);
    position: relative;
    height: 800px;
    width: 100%;
     /*background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media only screen and (max-width: 430px){
.apparel{
  background-image: url(../images/Header_Image1.jpg);
 background-size: cover;
height: 80vh;
background-repeat: no-repeat;
/*background-position: center; */
}
  }
  @media (min-width:431px) and (max-width: 600px){
.apparel{
  background-size: cover;
height: 80vh;
background-repeat: no-repeat;
background-position: center;  
width: 100%;
}
}
  @media (min-width:601px) and (max-width:900px) {
    .apparel{
      background-size: cover;
      height: 430px;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
    }
}
 @media (min-width:901px) and (max-width:1300px) {
    .apparel{
      background-size: cover;
      height:650px;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
    }
}

.log_in{
  position: absolute;
  top: 55px;
  right: 45px;
}
@media screen and (max-width: 430px){
.log_in{
position:relative;
margin-top: -38px;
float: right;
margin-right: -30px;
}
  }
@media (min-width: 431px) and (max-width: 600px){
.log_in{
position:relative;
margin-top: -35px;
float: right;
margin-right: -30px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .log_in {
    position: absolute;
    top: 28px;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .log_in {
    position: absolute;
    top: 32px;
  }
}  
.login{
  position: relative;
  font-family: lato;
  color: white;
  font-size: 22px;
  padding:  5px 30px;
  background: linear-gradient(90deg,rgba(191,32,223,0.582),rgba(14,201,226,0.6924));
  outline: none;
  z-index: 99;
  border-radius: 30px;
  text-decoration: none;
}
@media screen and (max-width: 430px){
.login{
font-size: 18px;
color: white;
background: rgba(0,0,0,0.78);
padding: 2px 10px 4px;
}
}
@media (min-width: 431px) and (max-width: 600px){
.login{
font-size: 20px;
color: white;
background: rgba(0,0,0,0.78);
padding: 2px 10px 4px;
}
}

@media (min-width:601px) and (max-width:900px) {
  .login {
  font-size: 17px;
  padding: 4px 20px;
  }
}  
.login:hover{
  color: linear-gradient(90deg,rgba(191,32,223,0.582),rgba(14,201,226,0.6924));
  text-decoration: none;
  transition: 0.5s linear;
}
.demo{
/*display: none;*/
display: none;
}
@media only screen and (max-width: 430px){
.demo{
 /*display: block;*/
 visibility: visible;
 /*position: absolute;*/
 /*top: 23px;*/
/*right: 15px; */
}
}
@media (min-width:431px )and (max-width: 600px){
.demo{
 /*display: block;*/
 visibility: visible;
 /*position: absolute;
 top: 10px;
 right: 60px;*/ 
}
}
@media (min-width:600px )and (max-width: 900px){
.demo{
 /*display: block;*/
 display: none;
 /*position: absolute;
 top: 10px;
 right: 60px;*/ 
}
}
/*@media screen and (max-width: 430px){
.demo_{
font-size: 18px;
color: black;
font-family: lato;

  }
}*/
/*@media (min-width: 431px) and (max-width: 600px){
.demo_{
    background: linear-gradient(90deg,rgba(191,32,223,0.482),rgba(14,201,226,0.4924));
 font-size: 10px;
  padding:  2px 5px;
  color: white;
  border-radius: 5px;
}
}*/
/*@media only screen and (max-width: 600px){
.demo_:hover{
  color: linear-gradient(90deg,rgba(191,32,223,0.582),rgba(14,201,226,0.6924));
  text-decoration: none;
 transition: 0.5s linear;
}
}*/
.debox{
  position: absolute;
  margin-top: 35px;
  margin-left: 55px;
  }
  @media only screen and (max-width: 430px){
.debox{
  position: relative;
width: 26%;
margin: 5px 0px 5px 10px;  
}
  }
  @media (min-width:431px) and (max-width: 600px) {
.debox {
  position: relative;
width: 20%;
margin: 10px 0px 5px 15px
}
}
@media (min-width:601px) and (max-width:900px) {
  .debox {
    position: absolute;
    width: 12%;
    margin-top: 15px;
    margin-left: 25px;
  }
}  
 @media (min-width:901px) and (max-width:1300px) {
    .debox{
      position: absolute;
    width: 12%;
    margin-top: 20px ;
    margin-left: 37px;
        }
}
  .topnav{
    position: absolute;
    margin: 133px 0px 0px 40px;
    background:rgba(255, 255, 255, 0.877);
    padding-inline-start: 0px!important;
    list-style: none;
    border-radius: 2px;
    display: grid;
  }
  .topnav a{
    font-size: 18px;
    color: black;
    padding: 17px;
    background: rgba(250,250,250,0.2);
    font-family: lato;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
    text-decoration: none;
  }
  @media screen and (max-width: 430px) {
  .topnav {
    /*margin-top: 20px;*/
    /*margin-left: -5px;*/
    margin: 0px;
    background: transparent;
    /*display: flex;*/
  }
}
@media (min-width: 431px) and (max-width: 600px) {
  .topnav {
    /*margin: 39px 0px 0px -5px;*/
    margin: 0px;
    /*display: flex;*/
  }
}
@media (min-width:601px) and (max-width:900px) {
  .topnav {
margin: 65px 0px 0px 10px;
    }
}
 @media (min-width:901px) and (max-width:1300px) {
    .topnav{
      margin: 115px 0px 0px 20px;
    }
}

@media (min-width:601px) and (max-width:900px) {
  .topnav a{  
    padding: 8px;
      font-size: 13px;
    }
}

 @media (min-width:901px) and (max-width:1300px) {
    .topnav a{
      font-size: 19px;
      padding: 13px;

    }
}

.topnav1 .icon {
  display: none;
}


@media screen and (max-width: 430px) {
  .topnav a {display: none;}
  .topnav1 a.icon {
    position:relative;
    font-size: 25px;
    float: right;
    margin-right: 15px;
    margin-top: 13px;
    display: block;
    color: black;
    outline: none;
    padding: 0px;
  }
}

@media screen and (max-width: 430px) {
  .topnav.responsive {
    position: relative;
    width: 100%;
  }
  .topnav1.responsive .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
    background:transparent; 
  }
  .topnav.responsive a {
  float: none;
    display: block;
    font-size: 17px;
    background: rgba(250,250,250,0.9);
  padding: 7px 0px;
      text-align: center;
  }
}
@media (min-width:431px) and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav1 a.icon {
    position:relative;
    padding: 0px;
    float: right;
    font-size: 35px;
    margin-right: 10px;
    margin-top: 14px;
    border: 0px;
    color: black;
    display: block;
  }
}


@media (min-width: 431px) and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    width: 100%;
  }
  .topnav1.responsive .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 35px;
    border: 0px;
    background: transparent;
    box-shadow: 0px;
  }
  .topnav.responsive a {
  float: none;
    display: block;
    font-size: 18px;
  padding: 6px;
      text-align: center;
  }
}

  .form{
position: absolute;
font-family: lato;
width: 310px;
height: 540px;
top: 132px;
border-radius: 5px;
right: 45px;
padding: 20px 30px 30px 30px;
background: #FFFFFF;
/* margin: 50px auto; */
}
@media only screen and (max-width: 600px){
.form_2{
  position: absolute;
  font-family: lato;
  /* width: 120px; */
  width: 85%;
  height: 190px;
  border-radius: 5px;
  padding: 5px;
  background: transparent;
  margin: 5px 20px;
  }
}
.form_1{
display: none;  
}
@media only screen and (max-width: 600px){
.form_1{
 
  display: block;
 /*background-image: url(../images/About_BG.jpg);*/
 background: rgba(220,220,220,0.28);
  height: 700px;
}
}
@media only screen and (max-width: 600px){
.form{
  display: none;
}
}

@media (min-width:601px) and (max-width:900px) {
  .form{
    width: 200px;
    height: 330px;  
    padding: 5px;
    margin-top: -65px;
    margin-right: -20px;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .form{
    width: 300px;
    height: 490px;  
    padding: 5px;
    margin-top: -20px;
    margin-right: -20px;
  }
} 
::placeholder{
font-size: 14px;
color:rgba(105, 101, 101, 0.564)
}
@media only screen and (max-width: 600px){
::placeholder{
font-size: 18px;
}
}
@media (min-width:601px) and (max-width:900px) {
  ::placeholder{
font-size: 10px;
  }
} 
@media (min-width:901px) and (max-width:1300px) {
  ::placeholder{
    font-size: 15px;
  }
}
.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="tel"]
{
box-sizing: border-box;
/* -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; */
outline: none;
display: block;
width: 100%;
padding: 7px;
border: none;
border-bottom: 1px solid #ddd;
background: transparent;
margin: 15px 0px 15px 0px;
font: 16px Arial, Helvetica, sans-serif;
height: 45px;
}

@media only screen and (max-width: 410px){
.form_2 input[type="text"],
.form_2 input[type="email"],
.form_2 input[type="number"],
.form_2 input[type="tel"]
{
  border: none;
outline: none;
border-bottom: 1px solid #ddd;
background: transparent;
font: 16px Arial, Helvetica, sans-serif;
padding: 5px;
margin: 10px 20px ;
height: 60px;
width: 100%;  
}
}
@media (min-width: 411px) and (max-width: 600px){
.form_2 input[type="text"],
.form_2 input[type="email"],
.form_2 input[type="number"],
.form_2 input[type="tel"]
{
  border: none;
outline: none;
border-bottom: 1px solid #ddd;
background: transparent;
font: 20px Arial, Helvetica, sans-serif;
padding: 4px;
margin: 8px 20px ;
height: 50px;
width: 90%;  
}
}
@media (min-width:601px) and (max-width:900px) {
  .form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="tel"]{
  padding: 8px;
margin: auto;
height: 30px;
width: 90%;
  }
} 
@media (min-width:901px) and (max-width:1300px) {
  .form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="tel"]{
  padding: 12px;
margin: auto;
height: 45px;
width: 90%;
  }
}
.form h3{
color: black;
text-align: center;
font-weight: bold;  
}
@media only screen and (max-width: 600px){
.form_2 h3{
font-size: 28px;
margin: 30px 0px;
letter-spacing: 2px;
text-align: center;
font-weight: bold;
}
}
@media (min-width:601px) and (max-width:900px) {
  .form h3{
    font-size: 18px;
    margin: 12px;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .form h3{
    font-size: 22px;
    margin: 20px;
  }
} 
@media only screen and (max-width: 600px){
.form1{
  width: 109%;
  }
}
@media (min-width:601px) and (max-width:900px) {
  .nav_b{
    margin: 80px 0px 0px 10px;
  }
} 
.g-recaptcha{
/* margin-left: -23px!important; */
transform:scale(0.8);-webkit-transform:scale(0.8);transform-origin:0 0;-webkit-transform-origin:0 0;

}
@media screen and (max-width: 380px){
.g-recaptcha {
  transform:scale(0.87);
  -webkit-transform:scale(0.87);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
     margin-left: 10px;
     margin-top: 8px;
 }
}
@media (min-width: 381px) and (max-width: 431px){
.g-recaptcha {
  transform:scale(1);
  -webkit-transform:scale(1);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
     /*margin-left: 25px;*/
     margin: 15px 25px;
 }
}
@media (min-width: 432px) and (max-width: 500px){
.g-recaptcha {
  transform:scale(1);
  -webkit-transform:scale(1);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
     margin: 15px 0px 15px 50px ;
 }
}
@media (min-width: 501px) and (max-width: 600px){
.g-recaptcha {
  transform:scale(1);
  -webkit-transform:scale(1);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
     margin: 15px 0px 15px 60px ;
 }
}
@media (min-width:601px) and (max-width:900px) {
  .g-recaptcha {
    transform:scale(0.6);-webkit-transform:scale(0.6);transform-origin:0 0;-webkit-transform-origin:0 0;
  margin-left: 5px;
  margin-top: 10px;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .g-recaptcha {
    transform:scale(0.82);-webkit-transform:scale(0.82);transform-origin:0 0;-webkit-transform-origin:0 0;
  margin-left: 20px;
  margin-top: 12px;
  }
} 
.submit
{
position: absolute;
font-family: lato;
color: white;
font-size: 20px;
padding:  5px 90px;
background: linear-gradient(90deg,rgba(191, 32, 223, 0.582),rgba(14, 201, 226, 0.6924));
outline: none;
border-radius: 30px;
border: 2px solid white;
margin-top: 15px;
}
@media only screen and (max-width: 600px){
.submit{
  position: relative;
display: block;
margin-right: auto;
margin-left: auto;
padding: 8px 100px;
letter-spacing: 3px; 
font-size: 20px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .submit{
    position: absolute;
  top: 250px;
  margin-left: 10px;
  padding: 5px 60px; 
  font-size: 15px;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .submit{
    position: absolute;
  top: 380px;
  margin-left: 25px;
  padding: 5px 90px; 
  font-size: 18px;
  }
}
/* second */
.second{
    position: relative;
    background-image: url("../images/About_BG.jpg");
height: 800px;
width: 100%;
/* background-position: center; */
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (max-width: 600px){
.second{
  background-image: url("../images/About_BG1.jpg");
height: 950px;
background-position: center;
}
}
@media (min-width:601px) and (max-width:900px) {
  .second{
background-image: url("../images/About_BG.jpg");
height: 80vh;
background-position: center;

  }
}
.about_head{
color: rgba(27, 26, 26, 0.829);
text-transform: uppercase;
font-family: lato;
text-align: center;
font-size: 39px;
line-height: 1.4em;
padding: 70px 0 50px 0;
letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px){
.about_head{
font-size: 20px;
margin: 0px;
padding: 10px 0px 0px 0px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .about_head{
  font-size: 28px;
  padding: 30px 0; 
  }
}
@media only screen and (max-width: 600px){
.mssge{
display: grid;
grid-gap: 40px;
}
}
.about_head1{
color: rgba(27, 26, 26, 0.829);
text-transform: uppercase;
font-family: poppins;
text-align: center;
padding: 10px 0px 0px 8px;
}
@media only screen and (max-width: 600px){
.about_head1{
font-size: 15px;
padding-left: 0px;
margin: 0px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .about_head1{
  font-size: 18px;
  margin-top: 10px; 
  }
}
.to{
display: flex;
}
@media only screen and (max-width: 600px){
.to{
display: grid;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width:601px) and (max-width:900px) {
  .to{
 display: grid; 
  }
}
.about_img{
width: 29%;
margin-left: 70px;
}
.about_img1{
  width: 29%;
  height: 120px;
  margin-left: 70px;
  margin-top: -8px;
  }

@media only screen and (max-width: 430px){
.about_img1{
  width: 80%;
  height:auto;
  margin-top: 0px;
 margin-left: 17px;
  }
}
@media (min-width: 431px) and (max-width: 600px){
.about_img1{
  width:69%;
  height:auto;
  margin-top: 0px;
 margin-left: auto;
margin-right: auto;
  }
}  
@media only screen and (max-width: 600px){
.about_img{
width: 100%;
height:auto;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width:601px) and (max-width:900px) {
  .about_img{
    width: 45%;
  margin-left: auto;
  margin-right: auto; 
}
}
@media (min-width:901px) and (max-width:1300px) {
  .about_img{
  width:32%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px; 
}
}
@media (min-width:601px) and (max-width:900px) {
    .about_img1{
    width:45%;
    height: auto;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto; 
    }
  }
  @media (min-width:901px) and (max-width:1300px) {
  .about_img1{
  width:37%;
  height: auto;
  margin-left: auto; 
}
}
.about_p{
font-family: lato;
text-align: center;
line-height: 1.7em;
letter-spacing: 0.067em;
padding: 60px 100px;
font-size: 18px;
}
@media screen and (max-width: 430px){
.about_p{
font-size: 16px;
text-align: justify;
letter-spacing: 0em;
padding: 15px 5px;
}
}
@media (min-width:431px) and (max-width: 600px){
.about_p{
font-size: 18px;
text-align: justify;
letter-spacing: 0em;
padding: 17px 20px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .about_p{
 padding: 30px 35px;
font-size: 19px;

  }
}
@media (min-width:901px) and (max-width:1300px) {
  .about_p{
 padding: 40px 35px;
  }
}
/* second end */

/* message */
.message{
position: relative;
background-image: url("../images/Slider_BG_v2.jpg");
height: 780px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media screen and (max-width: 430px){
.message{
  background-image: url("../images/Apparel_1.jpg");
  background-position: center;
height: 92vh;
}
}
@media (min-width: 431px) and (max-width: 600px){
.message{
  background-position: center;
  background-image: url("../images/Apparel_1.jpg");
height: 92vh;
}
}
@media (min-width:601px) and (max-width:900px) {
  .message{
    background-image: url("../images/Apparel_1.jpg");
 background-position: center;
height: 100vh;
  }
}
.to1{
padding-top: 34px;
}
@media only screen and (max-width: 600px){
.to1{
padding-top: 0px;
}
}
@media only screen and (max-width: 900px){
.rvjc{
display: grid;
}
}
@media (min-width: 901px) and (max-width: 1200px){
.rvjc{
display: flex;
}
}
@media (min-width:601px) and (max-width:900px) {
  .to1{
    padding-top: 0px;
  }
}
.item h1{
color: black;
font-family:lato;
font-weight: 900;
margin-left: 20px;
}
@media only screen and (max-width: 430px){
.item h1{
font-size: 18px;
text-align: center;
margin: 20px 0px 0px;
}
}
@media (min-width:431px) and (max-width:601px) {
  .item h1{
 font-size: 21px; 
text-align: center;
margin: 30px 0px 0px;
  }
}
@media (min-width:601px) and (max-width:900px) {
  .item h1{
 font-size: 25px;
text-align: center;
margin: 40px 0px 0px;
  }
}
.item img{
margin-left: -25px;
}
@media screen and (max-width: 430px){
.item img{
  width: 90%;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;    
}
}
@media (min-width: 431px) and (max-width: 600px){
.item img{
 width: 70%;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto; 
}
}
@media (min-width:601px) and (max-width:900px) {
  .item img{
 width: 90%;
 height: auto;
 display: block;
 margin-left:auto;
 margin-right: auto;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .item img{
 width: 140%;
 height: 620px;
 margin-left: 15px;
 margin-top: 5px;
  }
}
/*.carousel {
padding-top: 25px;
}
@media only screen and (max-width: 600px){
.carousel{
padding-top: 15px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .carousel{
 padding-top: 20px;
  }
}*/
.carousel-control.right1{
position: absolute;
left: auto;
right: 0px;
}
.list{
list-style-image: url(../images/btn.png);
margin-top: 57px;
}
@media screen and (max-width: 430px){
.list{
list-style-image: url(../images/btn2.png);
margin-top: 20px;
padding: 0px 30px ;
}
}
@media (min-width: 431px) and (max-width: 600px){
.list{
list-style-image: url(../images/btn1.png);
margin-top: 23px;
padding: 0px 35px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .list{
 padding-inline-start: 15px;
 margin-top: 20px;
 padding: 0px 40px ;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .list{
 padding-inline-start: 10px;
 margin-top: 70px;
  }
}
.list li{
font-size: 17px;
font-family: lato;
line-height: 1.5em;
padding: 0px 0px 10px 5px;
}
@media screen and (max-width: 430px){
.list li{
font-size: 13px;
text-align: justify;
line-height: 1.5em;
padding: 0px 0px 5px 0px;
}
}
@media (min-width: 431px) and (max-width: 600px){
.list li{
font-size: 15px;
text-align: justify;
line-height: 1.4em;
padding: 0px 0px 7px 0px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .list li{
 font-size: 18px;
line-height: 1.5em;
padding: 0px 0px 10px 0px ;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .list li{
 font-size: 17px;
line-height: 1.3em;
padding: 2px;
  }
}
.img{
position: absolute;
margin-top: 190%;
margin-left: -90px
}
.img1{
position: absolute;
margin-top: 190%;
margin-left: 50px;
}
@media screen and (max-width: 431px){
.img{
width: 40%;
margin-left: -25px;
margin-top: 250px;
}
}
@media screen and (max-width: 431px){
.img1{
width: 40%;
margin-top: 250px;
right: 5px;
}
}
@media (min-width: 431px) and (max-width: 601px){
.img{
width: 40%;
margin-left: -15px;
margin-top: 255px;
}
}
@media (min-width: 431px) and (max-width: 601px){
.img1{
width: 40%;
margin-top: 255px;
right: 10px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .img{
 width: 29%;
 margin-left: -40px;
 top: 170px;
  }
}
@media (min-width:601px) and (max-width:900px) {
  .img1{
width: 29%;
right: 10px;
top: 170px;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .img{
margin-top: 220%;
margin-left: -70px
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .img1{
    margin-top: 220%;
margin-left: 30px;
  }
}
/* message ends */
.cycle{
position: relative;
background-image: url("../images/EDMs_BG.jpg");
height: 800px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media screen and (max-width: 380px){
.cycle{
height: 80vh;
background-position: center;
}
}
@media (min-width: 381px) and (max-width: 530px){
.cycle{
height: 600px;
background-position: center;
}
}
@media (min-width: 531px) and (max-width: 900px){
.cycle{
height: 80vh;
background-position: center;
}
}
.to3{
padding-top: 55px;
}
@media screen and (max-width: 380px){
.to3{
padding-top: 60px;
}
}
@media (min-width: 381px) and (max-width: 600px){
.to3{
padding-top: 80px;
}
}
@media (min-width: 601px) and (max-width: 900px){
.to3{
padding-top: 75px;
}
}
@media (min-width: 901px) and (max-width: 1300px){
.to3{
padding-top: 120px;
}
}
/*@media (min-width: 670px) and (max-width: 800px){
.cycle1{
height: 830px!important;
}
}
@media (min-width: 801px) and (max-width: 992px){
.cycle1{
height: 850px!important;
}
}*/
.to3 img{
width: 98%;
display: block;
margin-left: auto;
margin-right: auto;
}
@media only screen and (max-width: 600px){
.to3 img{
  width: 105%;
  height: auto;
margin-left: -10px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .to3 img{
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width:901px) and (max-width:1300px) {
  .to3 img{
    width: 100%;
    height: auto;
    /*margin-left: 65px;*/
    margin-right: auto;
    margin-left: auto;
  }
}
.img2{
  position: absolute;
  bottom:-25%;
  left: 400px;
}
.img3{
position: absolute;
bottom: -25%;
right: 400px;
}
@media screen and (max-width: 430px){
.img2{
  width: 40%;
  left: 120px;
  top: 60%;
}
}
@media screen and (max-width: 430px){
  .img3{
    width: 40%;
    right: 120px;
    top: 60%;
  }
  }
@media (min-width: 431px) and (max-width: 600px){
.img2{
  width: 40%;
  left: 160px;
  top:55%;
}
}
@media (min-width: 431px) and (max-width: 600px){
  .img3{
    width: 40%;
    right: 160px;
    top: 55%;
  }
  }
@media (min-width:601px) and (max-width:900px) {
  .img2{
    width: 32%;
   left: 5px;
   top:28%;
  }
}
@media (min-width:601px) and (max-width:900px) {
  .img3{
    width: 32%;
    right: 5px;
    top: 28%;
  }
}
@media (min-width:901px) and (max-width:991px) {
  .img2{
    width: 23%;
    left: 20px;
    top: 26%;
  }
}
@media (min-width:901px) and (max-width:991px) {
  .img3{
    width: 23%;
  right: 20px;
    top: 26%;
  }
}
.one{
  display: none;
  /* visibility: hidden; */
}
@media only screen and (max-width: 600px){
  .one{
    display: block;
  }
  }
  @media (min-width:601px) and (max-width:900px) {
    .one{
 display: block;
    }
  }
@media only screen and (max-width: 600px){
.edm{
  visibility: hidden;
}
}
@media (min-width:601px) and (max-width:992px) {
  .edm{
visibility: hidden;
  }
}
/* footer */
.footer{
padding:30px 0px 20px 0px;
}
@media only screen and (max-width: 600px){
.footer{
  padding: 15px 0px 10px 10px;
}
}
@media only screen and (max-width: 600px){
.foot_first{
  margin-top: 8px;
}
}
@media only screen and (max-width: 600px){
.foot_first img{
width: 45%;
}
}
@media (min-width:601px) and (max-width:900px) {
  .foot_first img{
width: 40%;
  }
}
.foot_first p{
font-size: 17px;
text-align: justify;
font-weight: 600;
padding: 20px 50px 10px 0px;
color: rgba(0, 0, 0, 0.863);
}
@media only screen and (max-width: 600px){
.foot_first p{
font-size: 8px;
text-align: justify;
padding: 10px 0px 10px 0px;
margin-bottom: 0px!important;
}
}
@media (min-width:601px) and (max-width:900px) {
  .foot_first p{
    font-size: 13px;
    text-align: justify;
    padding: 15px 20px 15px 0px;
    margin-bottom: 0px!important;
  }
}
.foot_first a{
color: rgba(236, 222, 16, 0.979);
font-size: 18px;
font-weight: 600;
}
@media only screen and (max-width: 600px){
.foot_first a{
  font-size: 10px;
}
}

.foot_first a:hover{
text-decoration: none;
}
.foot_link{
  padding-inline-start: 0px;
list-style: none;
}
@media only screen and (max-width: 600px){
.foot_link{
padding-inline-start: 0px;
}
}
.foot_link h4{
color: rgba(0, 0, 0, 0.877);
font-weight: 700;
}
@media only screen and (max-width: 600px){
.foot_link h4 {
  font-size: 10px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .foot_link h4{
    font-size: 14px;
 }
}
.foot_link li{
font-size: 15px;
padding: 3px;
}
@media only screen and (max-width: 600px){
.foot_link li{
font-size: 8px;
padding: 1px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .foot_link li{
    font-size: 12px;
    padding: 3px
  }
}
.foot_link a{
color:rgba(0, 0, 0, 0.767);
font-weight: 600;
}
.foot_link a:hover{
text-decoration: underline;
color: rgba(236, 222, 16, 0.979);
}
.company{
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 40px;
grid-row-gap: 20px;
margin-top: 10px;
margin-left: -70px;
}
@media only screen and (max-width: 600px){
.company{
padding: 0px!important;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 10px;
margin-left: 28px;
/*margin-right: auto;*/
}
}
@media (min-width:601px) and (max-width:900px) {
  .company{
    padding: 0px!important;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
margin-left: 50px;
  }
}
.company img{
  width: 98%;
  height: auto;
}
@media only screen and (max-width: 600px){
.company img{
width: 70%;
height: auto;
}
}
@media (min-width:601px) and (max-width:900px) {
  .company img{
  width: 60%;
  height: auto;  
  }
}
.foot_p{
color: rgba(253, 253, 253, 0.87);
margin: 0px 0px 0px 80px;
}
@media only screen and (max-width: 600px){
.foot_p{
font-size: 8px;
margin-left: 10px;
}
}
@media (min-width:601px) and (max-width:900px) {
  .foot_p{
    font-size: 12px ;
    margin-left: 20px;
  }
}