

body {
    
  font-family: 'Abel', sans-serif;
  margin: 0;
  	font-weight: 600;
	font-size: 16px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
	

}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 10rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: -200;
  width: 100%;

  background-color: white;
             color:black;
             text-align: center;
        font-size:18px;
  
}

  @media only screen and (max-width: 700px){
   #footer { 
          
   font-size:10px;
   }}
.content{
   
     position:relative; width: 100%; max-width: 860px; background-color: rgba(255,255,255,0.4); border-style: solid; border-width:1px; border-color: black; text-align: center; margin: 1%  auto 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; padding-bottom: 3px; padding-top: 6px;  
     letter-spacing: 3px;
     margin-top: 1%;
      animation-name: createbox;
    animation: createbox 1s;
    animation-delay: 1s;
    visibility: hidden;
    animation-fill-mode: forwards;
}
@keyframes createbox{
   
    from {
        transform: scale(0);
        
    }
    to {
        transform: scale(1);
        visibility: visible; 
    }
}


@media only screen and (max-width: 640px){
 .content{
     max-width: 340px;
   margin-top: 25%;
     font-size:11px !important;
 }
    
}
@media only screen and (min-width: 1440px){
 .content{
     max-width: 1320px;
  
     font-size:28px !important;
 }
    
}
@media only screen and (max-width: 700px){
 a{
     font-size:12px !important;
 }   
}
@media only screen and (max-width: 700px){
 h2{
     font-size:20px !important;
 }   
}
  .video-1 {
    position:relative;
       border: 1px solid transparent; 
 background: -webkit-linear-gradient(60deg, gold, #f39600);
 background-color:black;
 border-radius:10px;
  
  padding-bottom: 32%; 
 width: 57%;
  height: 0;
  
 }
 .video-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
 border-radius:10px;
      width: 100%;
  height: 100%;
}
  @media only screen and (max-width: 700px){
 .video-1{
     padding-bottom: 52%;
     width:90%;
 }   
}
  .float{
    top: 0; bottom: 0; left: 0; right: 0;

position: absolute;
margin: 20% auto 0;
	width:70%;
	height:30%;
	background: rgb(0, 0, 0, 0.8);
	color:#FFF;
	border-radius:50px;
	text-align:center;
	
	z-index:999;
}
 @media only screen and (max-width: 600px){
 .float {
     width:60%;
     height:22%;
 } 
}  

.my-float{
    font-size: 0.7em;
    color: rgb(255, 255, 255, 0.8);
	margin-top:30px;
}
 @media only screen and (max-width: 600px){
 .my-float{
     font-size: 2em;
	margin-top:8px !important;
}
}
@media only screen and (min-width: 1440px){
 .my-float{
	margin-top:40px !important;
}
    
}

 img.logo 
   {
       max-width: 250px;
       background: rgba(255,255,255,0);
       padding: 12px; 
      
   }
    @media only screen and (max-width: 700px){
        img.logo{
     width:70% !important;       
        }
    }
    
    .wrapper .float2{
	position:fixed;
 display: inline-block;
 height: 2.5rem;
  width: 2.5rem;
	bottom:10px;
	left:10px;

 float: left;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
	border-radius:50px;

 cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
	z-index:999;
}

.wrapper .float2:hover{
  width: 270px;
}
.wrapper .float2 .icon{
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 2.5rem;
  transition: all 0.3s ease-out;
  color:#333399;
}
.wrapper .float2:nth-child(1):hover .icon{
  background: #333399;
}
.wrapper .float2 .icon i{
  font-size: 25px;
  line-height: 2.5rem;
  transition: all 0.3s ease-out;
}
.wrapper .float2:hover .icon i{
  color: #fff;
}
.wrapper .float2 span{
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5rem;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.wrapper .float2:nth-child(1) span{
  color: #333399;
}
@media only screen and (min-width: 700px){
 .mob-br{
     display: none;
 }   
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.wrapper2{
  display: inline-flex;
}
.wrapper2 .icon2{
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media only screen and (max-width: 700px){
 .wrapper2 .icon2{
      margin: 0 5px !important;
 }   
}

.wrapper2 .icon2 span{
  display: block;
  height: 3.75rem;
  width: 3.75rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper2 .icon2 span i{
  line-height: 3.75rem;
  font-size: 1.563rem;
}
.wrapper2 .icon2 .tooltip{
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  color: #fff;
  padding: 0.625rem 1.125rem;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 1.563rem;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper2 .icon2:hover .tooltip{
  top: -70px;
  opacity: 1;
  pointer-events: auto;
}
.icon2 .tooltip:before{
  position: absolute;
  content: "";
  height: 0.938rem;
  width: 0.938rem;
  background: #fff;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper2 .icon2:hover span{
  color: #fff;
}
.wrapper2 .icon2:hover span,
.wrapper2 .icon2:hover .tooltip{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.wrapper2 .facebook:hover span,
.wrapper2 .facebook:hover .tooltip,
.wrapper2 .facebook:hover .tooltip:before{
  background: #3B5999;
}
.wrapper2 .telegram:hover span,
.wrapper2 .telegram:hover .tooltip,
.wrapper2 .telegram:hover .tooltip:before{
  background: #0088cc;
}
.wrapper2 .email:hover span,
.wrapper2 .email:hover .tooltip,
.wrapper2 .email:hover .tooltip:before{
  background: #db4437;
}
.wrapper2 .whatsapp:hover span,
.wrapper2 .whatsapp:hover .tooltip,
.wrapper2 .whatsapp:hover .tooltip:before{
  background: #25d366;
}
 a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
 
 img.logo 
   {
       max-width: 100%;
  width: 30%;
margin-bottom: -2%;
   }
    @media only screen and (max-width: 700px){
        img.logo{
   
        }
    } 
.pulse {
  -webkit-animation: 2s pulses ease infinite;
}
    
    @-webkit-keyframes pulses {
  0% {
    color: white;
    transform: scale(0);
    opacity: 0;
   
  }
  25% {
    color: gold;
   font-size:150%;
    opacity: 1;
   
  }
  50% {
    color: white;
    transform: scale(1);
    opacity: 1;
   
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
   
  }
}