
:root{
  --font-family: "poppins", sans-serif;
  --font-weight: 400;
  --font-style: normal;
  --box-shadow:5px 5px 10px 5px rgba(0,0,0, .1); 
  --box-shadow-hover: 5px 5px 10px 5px rgba(247, 74, 6, 0.301); 
  --border-radius: 12px;
  --border-color: orangered !important;
  --transform: translateY(-2px);
  --transition:  box-shadow .2s ease, transform .2s ease, border-color .2s ease;
   h1, h2, h3{
	   font-weight: bold !important;
	   color: navy !important;
   }
}

*{
   font-family: var(--font-family);
   font-weight: var(--font-weight);
}


html{
  scroll-behavior: smooth;
}

body{
  margin:0px ! important;
}

main{
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right); 
}

section{
  margin-top:0px ! important; 
}


.add-to {
 background-color: #fff; 
} 
		 
.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	border-radius:16px;
	border-color:yellow ! important;
	margin-top:0px ! important;
	margin-left:10px;
	outline:none; 	
	font-weight: bold; 
	width: 100%; 
	padding:10px ! important;
} 

#course_name{
    font-size:1.1vw ! important;
}

#feaT{
 font-size:1vw ! important;
}

.sUb{
 width:100% ! important;
}


 #dImg, #cutImg, #politicoImg{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 12px;
}


.d-block, video{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.container-fluid h1{
	padding-top: 0px;
}


	

marquee{
    padding-top:80px;
}

	
.firstSection{
    
   padding-top:20px ! important;
   padding-bottom:0px;
   
}


.secondSection {
  margin-top: 0px ! important;
}

.divs{
	background-image: linear-gradient(rgba(1, 1, 124), rgba(1, 1, 124));
	opacity: 0.8;
}

.thirdSection{
    
   padding-top:10px ! important;
   padding-bottom: 10px;
   
}


.fourthSection{
   padding-top:10px ! important;
   padding-bottom: 100px;
   
}

.carousel{
	margin-top: -20px !important;
}
.topDiv h2{
	padding-top: 20px !important;
	padding-left: 50px !important;
	font-weight: bold !important;
}


#miBtn{
	background:rgba(18, 96, 212, 0.89);
	width: 30% !important;
	border-radius: 22px !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: yellow !important;
	color: white !important;
	padding: 10px !important;
	float: inline-end !important;
}

#miBtn:hover{
	background:rgb(8, 0, 37);
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("images/hall.JPG");
  background-color: rgba(0,0,0,0.5);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;

}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white ! important;
  
  h1{
     color: white ! important;
  }
}

	
#pimg{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
  object-fit: contain !important;
  border-radius: 5px !important;
}

#pimg:hover{
    box-shadow: 1px 2px 2px 2px rgba(255, 52, 2, 0.81); 
    transition: transform .2s rgba(253, 73, 2, 0.65)*/
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


#myPrice, #pName{
	color: red !important;
}


#pName{
	color: black !important;
}

.buy{
	font-size: 3vw !important;
	background:rgb(241, 241, 245) !important;
	color: black !important;
	font-weight:bold ! important;
}

.buy:hover{
	background: green !important;
	color: white !important;
}

#count{
	font-size: 3vw !important;
}

 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin: 20px auto;
    }


.wrapa {
  margin-top: 1rem;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  margin-bottom:10px ! important;
  height: 120px;
  position: relative;
  overflow: scroll;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}


	
.wrapa::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wrapa {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  
}


@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

@keyframes scrollRight {
  to {
    right: -200px;
  }
}

.itemLeft,
.itemRight {
  width: 200px;
  height: 120px;
  background-color: #fff;
  border-radius: 6px;
  margin-top:0px ! important;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.itemLeft {
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
}

.itemRight {
  right: max(calc(200px * 8), calc(100% + 200px));
  animation-name: scrollRight;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

	
#scImg{
	width: 100%; 
	height: 100%;
	object-fit: scale-down;
	}


#hTd{
 margin-top:0px;
 width: 60% !important;
   
}

#mTd{
    margin-top:0px;
	width: 40% !important;
   
}


.qD img{
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9 !important;
	border-radius: 5px !important;
	object-fit: cover !important;
	transition: box-shadow 0.2s;
    box-shadow: 5px 0px 10px rgba(0,0,0, .1); 
    transition: transform .2s; /* Animation */
}

.qD img:hover{
	transition: box-shadow 0.1s;
    box-shadow: 5px 0px 10px rgba(250, 196, 47, 0.81); 
    transition: transform .2s rgba(255, 239, 17, 0.65)*/
}



.qD h2{
	font-size: 3vw !important;
	margin-top: 40px !important;
	font-weight: bold !important;
	color: navy !important;
}


.qD h3{
	font-size: 3vw !important;
	font-weight: bold !important;
	color: navy !important;
}


.qD p{
	font-size: 3vw !important;
}

#pl{
  margin-top: 20px !important;
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks{
	color: navy !important;
}


.sM{
   background-image: linear-gradient(rgba(5, 2, 49, 0.68), rgba(4, 10, 94, 0.56)),  url("images/test.JPG");
  background-color: rgba(20, 6, 82, 0.55);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -10px !important;
  color: #fff !important;
  height: 100vh !important;
}

.sM h2{
	padding-top: 100px !important;
	padding-bottom: 30px !important;
	color:white ! important;
}


.sM p{
	padding-bottom: 100px !important;
}

.nD .row{
  margin-top: -17px !important;
}


.col-sm-4, .card{
   border-radius: var(--border-radius);
   box-shadow: var(--box-shadow);
   transition: var(--transition);
}

.col-sm-4:hover, .card:hover{
    box-shadow: var(--box-shadow-hover);
    transform: var(--transform);
    border-color: var(--border-color);
}

.aliceBlu{
    background:aliceblue ! important;
   
}

.mistyrose{
    background:mistyrose ! important;
   
}

.hideA {
  display: none; /* Hides the text by default */
}

#mImg:hover + .hideA {
  display: block ! important; /* Shows the text when hovering over .myDIV */
  color:red ! important;
}


.actionBtn{
    background:white;
    border-style:solid;
    border-width:1px;
    border-color:#0870A3;
    margin-top:20px ! important;
    border-radius:16px;
    padding:10px 20px;
    
}

.servicDiv{
 width:100% ! important;
}

#menuImg{
	width: 100% !important;
	height: auto ! important;
	aspect-ratio: 16/9 !important;
	margin-top:0px ! important;
	border-radius: 12px !important;
}
	
.servicDiv h2{
	margin-top: 40px !important;
	margin-left: 20px !important;
	font-size: 3vw !important ;
	font-weight: bold !important;
}

.col-sm-4 h3{
	font-size: 3vw !important;
	font-weight: 500 !important;

}

.col-sm-4 p{
	font-size: 3vw !important;

}


.autorotate{
    width:100% !important;
    height:70% ! important;
    border-radius: 12px !important;
    animation: autoRotateAnimation;
    animation-timeline:view(70% 5%);
}

@keyframes autoRotateAnimation{
    
    from{
       transform: rotate(0deg); 
    }
    to{
     
      transform: rotate(360deg);
      background-color: aliceblue;
    }
}

.autoShow{
    animation: autoShowAnimation both;
    animation-timeline:view(40% 30%);
	margin-left: 0px;
	margin-bottom:20px ! important;
	
}

@keyframes autoShowAnimation{
    
    from{
       opacity: 0;
       transform: translateY(200px) scale(0.3); 
    }
    to{
      opacity: 1;
      transform: translateY(0) scale(1); 
    }
}



.servicRow{
  margin:20px ! important;  
}

.col-sm-4:hover {
    box-shadow: 5px 0px 20px rgba(0,0,0, .1);
	transform: scale(1.2) !; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#mImg, #vImg{
    width:100% ! important;
    height: 270px !important;
    object-fit: cover !important;
    aspect-ratio: 16/9 !important;
    border-radius: 16px !important;
}

#lN{
   font-size:3.2vw ! important;
   font-weight: 400 ! important;
   color:black ! important;
}	

.myfluid{
  background:white;
  margin-top: 20px !important;
  transition: box-shadow 0.5s;
}

.myfluid:hover{
  transition: box-shadow 0.5s;
  box-shadow: 5px 0px 40px rgba(0,0,0, .1); 
  transition: transform .2s; /* Animation */
}

.myfluid h2{
  margin-top: -20px !important;
  font-weight:bold ! important;
}
  

#lN{
   font-size:3.2vw ! important;
   font-weight: 400 ! important;
   color:black ! important;
}	


#mYimg{
  margin-top:5px ! important;   
  padding-left:7px ! important;
  width:100% ! important;
}

#em{font-style: normal;
  font-size:3vw !important;
}


a{
 text-decoration:none ! important;
}

video{
	margin-top: 0px !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9 !important;
	object-fit: fill !important;
    border-radius: 5px !important;
}

.myVideo{
  position:relative ! important;
  object-fit: contain !important;
  margin-top:0px ! important;
}



.globe{
  background-image: linear-gradient(rgba(5, 49, 78, 0.486), rgba(4, 15, 65, 0.7)), url("images/globe.jpg");
  height: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trans1, .trans2{
    padding: 20px 100px;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;

    h2{
      color: white !important;
      font-weight: bolder !important;
    }

     p{
      color: #ff9d09 !important;
    }
}

.trans1:hover, .trans2:hover {
    transform: translateY(-2px);
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.trans1{
 margin-top: 80px !important;
}

.trans2{
 margin-top: 20px !important;
}


.odometer.plus{
  position: relative !important;
  display: inline-block !;
}

.odometer.plus::after{ 
  content: "+";
  position: absolute !important;
  top: 0 !important;
  right: -16px !important;
  font-size: 20px !important;
}

#bizmen{
  width: 100% !important;
}
 /*For Desktop View*/

@media screen and (min-device-width: 1025px){

.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	/*border: none;*/ 
	border-radius:16px;
	margin-top:0px ! important;
	margin-left:40px;
	outline:none; 
	
	font-weight: bold; 
	width: 14%; 
	height: 50px; 
} 


.topDiv h2{
	padding-top: 20px !important;
	padding-left: 50px !important;
}

#miBtn{
	width: 20% !important;
	margin-top: -140px !important;
	margin-right: -160px !important;
}

.clickAction{
  font-size:1vw ! important;
}

.hero-image {
	max-height: 220px;
}

.hero-text h3{
   margin-left: -200px !important;
   font-size: 1.6vw !important;
   line-height: 40px !important;
}

.carousel{
	margin-top: -20px !important;
}

#allProd{
    padding-right:60px ! important;
}

#dRow{
	width: 95% !important;
	margin: 0px auto !important;
}


.myDivs{
  width: 30% !important;
  margin: 20px ! important;
}

.mediaDiv{
   width:95% ! important;
}

#mImg{
    width:100% ! important;
    height: 198px !important;
    object-fit: contain !important;
    aspect-ratio: 16/9 !important;
    border-radius: 16px !important;
}


 #vImg{
    width:100% ! important;
    height: 198px !important;
    object-fit: cover !important;
    aspect-ratio: 16/9 !important;
    border-radius: 16px !important;
}



#pimg{
    width: 80% !important;
	height: 148px !important;
	object-fit: contain !important;
}

#myPrice{
 font-size: 1vw;
}

#pName{
  font-size: 0.8vw !important;
  padding-top: 7px !important;
}


.buy{
	font-size: 1vw !important;
	width: 200px !important;
	margin-left: 0px !important;
	border-color: yellow !important;
	background:rgb(241, 241, 245) !important;
	color: black !important;
}

.buy:hover{
	background: green !important;
	color: white !important;
}

#feaT{
  font-size:1vw ! important;
}

#sold{
	font-size: 0.6vw !important;
}


#leeft{
	font-size: 0.6vw !important;
	margin-left: 10px !important;
}

em{
	font-family: 0.8vw !important;
	margin-left: 18px !important;
}


#hTd{
 margin-top:0px;
 width: 70% !important;
   
}

#mTd{
    margin-top:0px;
	width: 30% !important;
   
}


#hedin{
   font-size: 0.5vw !important;
   margin-top:0px;
}

#introI{
    font-size:0.2vw !important;
     margin-top:5px;
    
}

	
#introP{
	 margin-top:0px;
}


#latest{
    font-size: 0.6vw !important; 
    margin-top:0px;
    
}



#lN{
    font-size:5vw !important;
    margin-top:0px;
   
}


.qRow{
	padding-left: 140px !important;
	padding-right: 140px !important;
}

.qD h2{
	font-size: 1.9vw !important;
	margin-top: 40px !important;
}

.qD h3{
	font-size: 1.4vw !important;
}


.qD p{
	padding-left: 50px !important;
	font-size: 1vw !important;
}


#pl{
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks, .material-symbols-outlined{
	font-size: 2.5vw !important;
}


.qD img{
	margin-top: 15px !important;
	max-width: 95% !important;
}

.sM h2{
	font-size: 2.7vw !important;
}

.sM p{
	padding-left: 350px !important;
	padding-right: 350px !important;
  font-size: 1.7vw !important;
}

.servicDiv h2{
	margin-top: 60px !important;
	margin-left: 20px !important;
	font-size: 2vw !important ;
	font-weight: bold !important;
}

.col-sm-4 h3{
	font-size: 1.6vw !important;
	font-weight: 500 !important;

}

.col-sm-4 p{
	font-size: 1vw !important;

}

.myfluid{
}

.myfluid h2{
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.myVideo{
  margin-top:0px ! important;
}


table{
    margin-top:20px ! important;
    max-width:90% ! important;
    margin: 0px auto ! important;
    margin-bottom:100px ! important;
}


#dTd{
    width:990px ! important;
}	


#lN{
   font-size:1.2vw ! important;
}	


#lD{
   font-size:1vw ! important;
}


#em{
	font-style: normal;
    font-size:0.9vw !important;
}


    
}
	

	
/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {
    
    

.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	/*border: none;*/ 
	border-radius:16px;
	margin-top:0px ! important;
	margin-left:40px;
	outline:none; 
	
	font-weight: bold; 
	width: 12%; 
	height: 50px; 
} 


.carousel{
	margin-top: -30px !important;
}


.qRow{
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.qD h2{
	font-size: 3vw !important;
	margin-top: 0px !important;
}

.qD h3{
	font-size: 2vw !important;
}


.qD p{
	padding-left: 20px !important;
	font-size: 1.5vw !important;
}

#pl{
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks, .material-symbols-outlined{
	font-size: 2.2vw !important;
}

.hero-image {
	max-height: 220px;
}

.hero-text h1{
	font-size: 2.5vw !important;
}

.hero-text h3{
	font-size: 1.3vw !important;
}


.qD img{
	margin-top: 15px !important;
	max-width: 95% !important;
}


 #mImg{
    width:100% ! important;
    height: 198px !important;
    object-fit: contain !important;
    aspect-ratio: 16/9 !important;
    border-radius: 16px !important;
}


 #vImg{
    width:100% ! important;
    height: 198px !important;
    object-fit: cover !important;
    aspect-ratio: 16/9 !important;
    border-radius: 16px !important;
}

#pimg{
    width:100% !important;
	height: 75px !important;
	object-fit: contain !important;

}

#myPrice {
   font-size: 1.3vw !important;
}

#pName{
  font-size: 1.3vw !important;
  padding-top: 7px !important;
}


.buy{
	font-size: 1vw !important;
	margin-left: 40px !important;
	border-color: yellow !important;
}


#buyP{

}

#sold{
	font-size: 1.1vw !important;
	margin-left: 0px !important;
}


#leeft{
	font-size: 1.1vw !important;
	margin-left:-9px !important;

}

em{
	font-family: 1.1vw !important;
	margin-right: 20px !important;
}


.servicDiv h2{
	margin-top: 40px !important;
	margin-left: 20px !important;
	font-size: 2.4vw !important ;
	font-weight: bold !important;
}

.col-sm-4 h3{
	font-size: 1.8vw !important;
	font-weight: 500 !important;

}

.col-sm-4 p{
	font-size: 1.1vw !important;

}

#pSs{
	font-size: 1.3vw !important;
}

	
}
	

/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {
    
    
   

.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	/*border: none;*/ 
	border-radius:16px;
	margin-top:0px ! important;
	margin-left:20px;
	outline:none; 
	
	font-weight: bold; 
	width: 12%; 
	height: 50px; 
} 

	
.carousel{
	margin-top: -32px !important;
}



.qRow{
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.qD h2{
	font-size: 3vw !important;
	margin-top: 0px !important;
}

.qD h3{
	font-size: 2.4vw !important;
}


.qD p{
	padding-left: 20px !important;
	font-size: 2vw !important;
}

#pl{
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks, .material-symbols-outlined{
	font-size: 3vw !important;
}

.qD img{
	margin-top: 15px !important;
	max-width: 95% !important;
}

 #mImg{
    width:100% ! important;
    height: 198px !important;
    object-fit: contain !important;
    aspect-ratio: 16/9 !important;
    border-radius: 16px !important;
}


 #vImg{
    width:100% ! important;
    height: 198px !important;
    object-fit: cover !important;
    aspect-ratio: 16/9 !important;
    border-radius: 16px !important;
}

#pimg{
    width:100% !important;
	height: 75px !important;
	object-fit: contain !important;

}

#myPrice {
   font-size: 1.8vw !important;
}

#pName{
  font-size: 1.7vw !important;
  padding-top: 7px !important;
}


.buy{
	font-size: 1.7vw !important;
	width: 100% !important;
	margin-left: 0px !important;
	border-color: yellow !important;
}


#buyP{

}

#sold{
	font-size: 1.4vw !important;
	margin-left: 0px !important;
}


#leeft{
	font-size: 1.4vw !important;
	margin-left:5px !important;

}

em{
	font-family: 1.3vw !important;
	margin-right: 20px !important;
}



.servicDiv h2{
	margin-top: 40px !important;
	margin-left: 20px !important;
	font-size: 2.6vw !important ;
	font-weight: bold !important;
}

.col-sm-4 h3{
	font-size: 2.2vw !important;
	font-weight: 500 !important;

}

.col-sm-4 p{
	font-size: 1.8vw !important;

}

.actionBtn{
	font-size: 2vw !important;
}

#pSs{
	font-size: 2.2vw !important;
}

}
		

@media screen and (max-width:420px){
  
  
 
.add-to-btn{
    width:45% ! important;
    font-size:4vw ! important;
}
  

.hero-image {
 
  height: 340px;
  margin-top: 0px;
  margin-bottom: 30px;

}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 35% ! important;
  transform: translate(-50%, -50%);
  color: white;
}


.hero-text h1{
    font-size:30px ! important;
    padding-left:0px ! important;
}
   
   
 
.hero-text h3{
    font-size:3.5vw ! important;
    padding-left:0px ! important;
}

#miBtn{
	
	width: 50% !important;
	
}

.carousel{
	margin-top: 140px !important;
}


.sM{
    
  h2{
      padding-top:280px ! important;
      font-size:8vw ! important;
  }
}

.sM p, #pSs{
    font-size:3.5vw ! important;
}

.myfluid{
    h2{
        padding-top:70px ! important;
    }
}


.qD h2{
	font-size: 8vw !important;
	margin-top: 0px !important;
}

.qD h3{
	font-size: 5.2vw !important;
}


.qD p{
	padding-left: 20px !important;
	font-size: 3.5vw !important;
}

.servicDiv h2{
    font-size:5.5vw ! important;
}


.col-sm-4{
  margin-bottom:40px ! important;
}

.col-sm-4 h3{
  margin-top:20px ! important;
  font-size:5vw ! important;
}

#pl{
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks, .material-symbols-outlined{
	font-size: 7vw !important;
}


.topDiv h2{
    margin-left:-50px ! important;
}

#course_name{
    font-size:4vw ! important;
}

.clickAction{
  font-size:3.4vw ! important;
}

#feaT{
 font-size:3vw ! important;
}

#pName{
  font-size: 3.2vw !important;
  padding-top: 7px !important;
}


.buy{
	font-size: 4vw !important;
	width: 100% !important;
	margin-left: 0px !important;
	border-color: yellow !important;
	display: block !important;
}


#buyP{

}

#sold{
	font-size: 2.8vw !important;
	margin-left: 0px !important;
}


#leeft{
	font-size: 2.8vw !important;
	margin-left:5px !important;

}

em{
	font-family: 2.7vw !important;
	margin-right: 20px !important;
}

#lN{
  font-size: 3.7vw !important;
}

#lD{
  font-size: 3vw !important;
}

.myfluid{
  margin-top:0px ! important;
  width:100% ! important;
}


.trans1{
 margin-top: 20px !important;
 text-align: center !important;

 h2{
  font-size: 12vw !important;
  font-weight: bolder !important;
 }
 p{
  font-size: 3.8vw !important;
 }
}

.trans2{
 margin-top: -50px !important;
}



}