* {
    box-sizing: border-box
  }
  @keyframes fade {
    from {opacity: .5} 
    to {opacity: 1}
  }
  
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
  html,
 
  body {
    background: #eee;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }
.post, .page{
	margin-bottom: 0px;
	    margin-bottom: 0px !important;
    min-height: 100vh;
}
  .custom-logo {
    height: 130px;
    object-fit: contain;
}
 
    @media only screen and (max-width: 600px) {
        .custom-logo{
            width: 100px;
          }
        
    }


.main-navigation  {
    background-color: white;
       
}
.main-navigation  a {
    padding: 10px;
    font-size: 20px; 
    border-radius: 12px;
  
  }

  .main-navigation a:hover {
    background-color: white;
    color: black;
  }

  .main-navigation ul{
    justify-content:end ;

  }

  .btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }
/*-----------------------------------------------------------------*/
/*section
/*-----------------------------------------------------------------*/
.section {
	padding:70px 0 20px;
	position:relative;
}

.section .container {
	position:relative;
}
.left-side-img{
    padding: 30px;
  }

.logo{
    padding-top: 50px;
    width: 150px;
}

  .coming-soon{
   color: #f10013;
   font-size: 40px;
   font-weight: bold;
  }

h2.Website{
	font-family: "Poppins", sans-serif;
	font-size: 30px;
   font-weight: 500;
	margin-bottom: 0px;
}
.coming-soon{
	font-family: "Poppins", sans-serif;
	font-size: 60px;
   font-weight: 600;
}
  /*-----------------------------------------------------------------*/
/*Contact form button
/*-----------------------------------------------------------------*/
  .contact-form-wrapper input[type="submit"] {
    background: transparent linear-gradient(180deg, #FF000F 0%, #FF6D00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid transparent;
    color: #ffffff;
    transition: 0.3s all;
    padding: 15px;
    display: block;
    min-width: 120px;
    font-size: 16px;
	  border-radius: 5px;
	 font-family: "Poppins", sans-serif;
	font-weight: 500;
  }

p{
    margin-bottom: 0em !important;
}

.contact-form-wrapper .form-control{
	border: 1px solid #C2C2C2;
	border-radius: 5px;
	padding: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}


  /*-----------------------------------------------------------------*/
/*Header image set Deskop side
/*-----------------------------------------------------------------*/

.left-corner-image,
.right-corner-image{
    overflow: hidden;
}

.left-corner-image img {
    height: 600px;
    width: 600px;
    object-fit: contain;
    margin-left: -30%;
    margin-top: -230px;
}
.right-corner-image img {
    height: 600px;
    width: 600px;
    object-fit: contain;
    margin-right: -30%;
    margin-top: -230px;
    rotate: y 180deg;
}




@media only screen and (max-width: 600px) {
 
    .left-corner-image img {
        height: 290px;
        width: 290px;
        margin-left: -30px;
        margin-top: -120px;
    }
    .right-corner-image img {
        height: 290px;
        width: 290px;
        margin-right: -30px;
        margin-top: -120px;
    }
}
@media (min-width: 1024px){
	h2.Website{
	font-size: 60px;
   font-weight: 500;
}
	.main-content-wrapper{
		overflow: hidden;
		    margin-top: -6%;
	}
}
@media (min-width: 1024px) and (max-width: 1400px){
	.left-side-img{
    position: absolute;
		right: -10%;
		transform: translateX(30%);
  }
	.left-side-img img{
    max-width: 80%;
  }
}
@media (min-width: 1500px){

	.left-side-img{
    position: absolute;
		right: -10%;
		transform: translateX(10%);
  }
	.left-side-img img{
    max-width: 80%;
  }
}

/* .contact-form-section{
    margin-top: -98px;
    margin-left: 120px;
} */