	
html{
  scroll-behavior: smooth;
}

header{
  font-size: 3vw;
   color:navy;
}

em{
    color:#f40;
    font-style:normal;
    font-weight:bold;
}


h1{
  color: white;
}

.motionEffect p{
  color: white;
}


/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("images/sosahq.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 780px;
  animation: myslide 10s infinite;
}

@keyframes myslide{
	
 0%{
	background-image: url("images/sosahq.jpg");
  
  }
	
33%{
	background-image: url("images/sosaadmin.jpg");
	

  }
	
67%{
	background-image: url("images/codingschool.webp");
	
  }
		
}


/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.btn1{
  background:navy ! important; 
  color:white;
  width:50% ! important;
  border-radius: 24px ! important;
  text-transform: capitalize ! important;
}

.btn2{
   background:#f40 ! important; 
   width:50% ! important;
   border-radius: 24px ! important;
   text-transform: capitalize ! important; 
}

.btn1:hover, .btn2:hover{
    background:#020B2E ! important;
   
}

.exBTN{
    margin-top:-77px;
    width:45%;
    padding:14px 40px 14px 40px;
    border-radius:24px;
	border-style: solid;
	border-color:darkblue !important;
	border-width: 1px;
    margin-right:8px;
	background: white !important;
}



.exGBTN:hover{
  
	background:gray;
	color: darkblue;
	
}


.lOGBTN{
    margin-top:-77px;
    width:45%;
    padding:14px 40px 14px 40px;
    border-radius:24px;
	border-style: solid;
	border-color:orangered;
	border-width: 1px;
    margin-right:8px;
	background: white !important;
}



.lOGBTN:hover{
  
	background:gray;
	color: darkblue;
	
}


	
@property --startColor {
  syntax: "<color>";
  initial-value: #030A3F;
  inherits: false;
	
}

@property --endColor {
  syntax: "<color>";
  initial-value: #ED5507;
  inherits: false;
	
	
}

.motionEffect {
  background: linear-gradient(var(--startColor), var(--endColor));
  animation: gradient 3s linear infinite;
}

@keyframes gradient {
  0%,
  100% {
    --startColor: #030A3F;
    --endColor:aliceblue;
  }
  50% {
    --startColor: #ED5507
    --endColor: #FF9849
  }
}

*/
	
.motionEffect{ 
	width: 100%;
}

.row h1{
	font-size: 2vw;	
}


.secondSection{
    background:#020B2E;
}


.thirdSection{
    background:#C9D9DC;
}

.fourthsection, .fourthDiv{
	background: rgb(192,192,195);
    background: linear-gradient(0deg, rgba(192,192,195,0.5074404761904762) 0%, rgba(233,246,251,0.8799894957983193) 0%, rgba(244,244,249,0.6306897759103641) 39%);
}

.fourthDiv{
	height: 50%;
	max-height:420px;
}

.lastSection{
	margin-top:0px ! important;
	background:#020B2E;
}

.lastSection h1{
	margin-top:20px;
	margin-bottom: -50px;
	color: white;
	padding-left: 20px;
}


	
@property --startColor {
  syntax: "<color>";
  initial-value: #030A3F;
  inherits: false;
}

@property --endColor {
  syntax: "<color>";
  initial-value: #BC70A4;
  inherits: false;
}

.motionEffect {
  background: linear-gradient(var(--startColor), var(--endColor));
  animation: gradient 3s linear infinite;
}

@keyframes gradient {
  0%,
  100% {
    --startColor: #030A3F;
    --endColor: #FB6A1F;
	  
  }
  50% {
    --startColor:#030A3F;
    --endColor: #031032;
	  
  }
}

*/
	
.motionEffect { 
	width: 100%;
}
	

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
  background-color:#020B2E;
  padding: 1px;
}
.grid-item {
  background-color:aliceblue;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 30px;
  color:black;
  text-align: center;
}

.grid-container2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  background-color:#020B2E;
  padding: 1px;
}
.grid-item2 {
  background-color:#020B2E;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  font-size: 30px;
  color:white;
  text-align: center;
}



.seVices{
    color:white;
}
	
#desktop, #deskGift{display: none;}

.deskSection{
    display:none;
}

.desk h1{
	color: white;
}

.desk p{
	color: white;
}

.mobile h1{
	color: white;
}

.mobile p{
	color: white;
}

table td{
    color:white;
    column-gap:40px;
    border-collapse:separate;
    border-spacing:20 15px;
   

}

table th{
    color:white;
    margin:20px;
}

#app{
    width:100%;
    height:60%;
    object-fit: contain;
}

#orbDesk{
    width:100%;
    height:100%;
    object-fit: contain;
}


#deskImg{
   width:100%;
}

	
.wrapa {
  margin-top: 2rem;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  height: 170px;
  padding-top:50px;
  margin-bottom:50px;
  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: 100px;
  background-color: white;
  border-radius: 6px;
  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);
}



#lN{
    font-size:4vw !important;
    margin-top:0px;
    color:black ! important;
    font-weight:bold ! important;
}


#lD{
    font-size:3vw !important;
    color:black ! important;
    margin-top:0px;
    text-decoration:none ! important;
}


	
#scImg{
	width: 100%; 
	height: 100%;
	object-fit: scale-down;
}

	
#lastH1{
    color:white;
    font-size:3vw;
}

#lstP{
    color:white;
    font-size:1.2vw;
}

#copiP{
    color:#ccc;
    font-size:2.2vw; 
}


#bottomBtn{
   
    width:40%;
    margin-left:0px;
    margin-top:20px;
    margin-bottom:40px;
    padding:10px 10px 10px 10px;
    border-radius:24px;
    margin-right:12px; 
}

	
.card-deck{
  margin-top:0px; 
  border-width:0px;
}
	
.card-body{
  border-style:none;

}

#pimg{
  width:100%;
  object-fit: scale-down;
  border-radius: 5px;
  margin-bottom: 10px;
}
	
#pimg:hover{
	transition: all 0.3s ease;
	transform: scale(1.4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	border-radius: 5px;	
}

	
img{width: 100%;}
	
#dImg{width: 100%; height:420px;}

	
#cutImg{width: 100%;}
	
#mTd{width: 200px;}
	
#mImg{
	width: 100%;
	height:auto;
	aspect-ratio:16/9 ! important;
	transition: transform 2s;
}

#mImg:hover {
  /*width: 80%;
  transform: rotate(360deg);*/
}

video{width: 100%;}




.grid-itemF p {
    color:white ! important;
}

	
/*For Desktop View*/

@media screen and (min-device-width: 1025px){
    

  
header{
  font-size: 3vw;
}

h1{
  color: white;
}

.motionEffect p{
  color: white;
}


.mobile{
  display: none;
}	
	
.hero-image {
  margin-top:0px;
  padding-top: 700px;
}

.hero-text {
  
  margin-top:10px;
  
}

.hero-text h1{
    font-size:3.5vw;
}

.hero-text p{
    font-size:3.5vw;
} 

#desktop, #deskGift{display: none;}


#deskGift{
    display:none;
    margin-top:180px;
    font-size:1.5vw;
}

#gifticonD{
   width:5%;
   margin-left:0px;
}

.btn1{
   
    width:100% ! important;
    border-radius:24px ! important;
    border: 0.2px solid white;
}


.btn2{
    
    width:100% ! important;
    border-radius:24px ! important;
   
}

#deskImg{
   display:block;
   width:100%;
}

.deskSection{
    display:none;
    background:#020B2E;
    margin-top:-17px;
}



.thirdSection{
    display:block;
}
	
.row{
  padding: 0 100px 0 100px;
}
	
.row h1{
    font-weight:bold;
	  font-size: 2.5vw;	
}
	
.myRow{
  padding: 0 100px 0 100px;
}
	
.myrow h1{
	font-size: 2.5vw;	
}

.seVices{
   padding-left:110px !important;  
   padding-top:110px !important; 
   font-size: 2vw !important;
}

#seVices P{
   padding-left:110px; 
     
}
	
.mhT{
    padding-top:150px;
    padding-bottom:40px;
} 

 #mobile{display: none;}

#app{
    width:100%;
    height:50%;
    object-fit: contain;
}


.lastSection{
}


.lastSection h1{
	padding-left: 50px;
}


#lastH1{
    color:white;
    font-size:2.5vw;
	padding-top: 50px;
}

#lstP{
    color:white;
    font-size:1.5vw;
	padding-top: 55px;
}
	
#lastHH1{
    color:white;
    font-size:2.5vw;
}

#lstPP{
    color:white;
    font-size:1.5vw;
	padding-top: 55px;
}


#copiP{
    color:#ccc;
    font-size:1.1vw; 
    margin-top:30px;
    padding-bottom:50px;
}

#bottomBtn{
   
    width:20%;
    margin-left:0px;
    margin-top:20px;
    margin-bottom:40px;
    padding:10px 10px 10px 10px;
    border-radius:24px;
    margin-right:12px; 
}


#icons{
    width:30%;
}	


#gifticon{
   width:15%;
   margin-left:0px;
}

#coins{
    width:17%;
}	
  

.tab-pane{
  padding: 20px 100px;
}
	
#myTab{
   margin-left: 120px;
}
	
	
#mTd{
    margin-top:0px;
   
}


#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:1.4vw !important;
    margin-top:0px;
   
}


#lD{
    font-size:1.1vw !important;
    margin-top:0px;
   
}


#mTd{width: 450px;}
	
#mImg{width: 100%;}


#dImg{
    height:400px !important;
    
}

#pimg{
  width:100%;
  max-height:245px;
  margin-top:0px;
  object-fit: scale-down;
  border-radius: 5px;
  margin-bottom: 0px;
}	


#politicoImg{
    
  width:150px;
  max-height:245px;
  margin-top:0px;
  object-fit: scale-down;
  border-radius: 5px;
  margin-bottom: 0px; 
}

	
.card-body{
  width:100%;
  max-height: 320px;
}
	
.card-title{
  margin-top:0px;
  
}

.card-footer{
	margin-top:60px;
}	

   
	
}
	

	
/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {
  
header{
  font-size: 3vw;
}

h1{
  font-size: 2.2vw !important;
}

.motionEffect p{
 font-size: 1.5vw;
}


  .mobile{
    display: none;
  }	
    
  .hero-image {
    margin-top:0px;
    padding-top: 360px;
  }
  
  .hero-text {
    margin-top:-30px;
    
  }
  
  .hero-text h1{
      font-size:3.5vw;
  }
  
  .hero-text p{
      font-size:1.7vw;
      margin-top: 0px;
  } 
  
  #desktop, #deskGift{display: none;}
  
  
  #deskGift{
      display:none;
      margin-top:10px;
      font-size:1.5vw;
  }
  
  #gifticonD{
     width:5%;
     margin-left:0px;
  }
  
  .btn1{
      
      width:100%  !important ;
      border-radius:24px !important;
      border: 0.2px solid white;
      font-size: 1.2vw !important;
      
  }
  
  
  .btn2{
     
      width:100%  !important ;
      border-radius:24px !important ;
      font-size: 1.2vw !important;
  }
  
  #deskImg{
     display:block;
     width:100%;
  }
  

  .thirdSection{
      display:block;
  }

  .thirdSection h1{
    margin-top: 30px !important;
}
    
  .row{
    padding: 0 10px 0 10px;
  }
    
  .row h1{
    font-weight:bold;
    font-size: 2.5vw;	
  }
    
  .myRow{
    padding: 0 10px 0 10px;
  }
    
  .myrow h1{
    font-size: 2.5vw;	
  }
  
  .seVices{
     padding-left:20px !important;  
     padding-top:10px !important; 
     font-size: 3vw !important; 
  }
   
  .mhT{
      padding-top:40px;
      padding-bottom:10px;
  } 
  
   #mobile{display: none;}
  
  #app{
      width:100%;
      height:50%;
      object-fit: contain;
  }
  
  
  .lastSection{
   
  }
  
  
  .lastSection h1{
    padding-left: 10px;
  }
  
  
  #lastH1{
      color:white;
      font-size:2.5vw;
    padding-top: 50px;
  }
  
  #lstP{
      color:white;
      font-size:1.5vw;
      padding-top: 55px;
  }
    
  #lastHH1{
      color:white;
      font-size:2.5vw;
  }
  
  #lstPP{
      color:white;
      font-size:1.5vw;
       padding-top: 55px;
  }
  
  
  #copiP{
      color:#ccc;
      font-size:1.1vw; 
      margin-top:30px;
      padding-bottom:50px;
  }
  
  #bottomBtn{
     
      width:20%;
      margin-left: 0px;
      margin-top:20px;
      margin-bottom:40px;
      padding:10px 10px 10px 10px;
      border-radius:24px;
      margin-right:12px; 
  }
  
  
  #icons{
      width:30%;
  }	
  
  
  #gifticon{
     width:15%;
     margin-left:0px;
  }
  
  #coins{
      width:17%;
  }	
    
  
  .tab-pane{
    padding: 20px 100px;
  }
    
  #myTab{
     margin-left: 20px;
  }
    
    
  #mTd{
      margin-top:0px;
     
  }
  
  
  #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:1.4vw !important;
      margin-top:0px;
     
  }
  
  #mTd{width: 450px;}
    
  #mImg{width: 100%;}
  
  
  #dImg{
      height:400px !important;
      
  }
  
  #pimg{
    width:100%;
    max-height:245px;
    margin-top:0px;
    object-fit: scale-down;
    border-radius: 5px;
    margin-bottom: 0px;
  }	
  
  
  #politicoImg{
      
    width:150px;
    max-height:245px;
    margin-top:0px;
    object-fit: scale-down;
    border-radius: 5px;
    margin-bottom: 0px; 
  }
  
    
  .card-body{
    width:100%;
    max-height: 320px;
  }
    
  .card-title{
    margin-top:0px;
    
  }
  
  .card-footer{
    margin-top:60px;
  }	


  
}
	
	


/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {
  
  header{
    font-size: 3vw;
  }
  
  h1{
    font-size: 2.2vw !important;
  }
  
  .motionEffect p{
   font-size: 1.5vw;
  }
  
  
    .mobile{
      display: none;
    }	
      
    .hero-image {
      margin-top:0px;
      padding-top: 360px;
    }
    
    .hero-text {
      margin-top:-30px;
      
    }
    
    .hero-text h1{
        font-size:3.5vw;
    }
    
    .hero-text p{
        font-size:1.7vw;
        margin-top: 0px;
    } 
    
    #desktop, #deskGift{display: none;}
    
    
    #deskGift{
        display:none;
        margin-top:10px;
        font-size:1.5vw;
    }
    
    #gifticonD{
       width:5%;
       margin-left:0px;
    }
    
    .btn1{
       
        width:100%  !important ;
        border-radius:24px !important;
        border: 0.2px solid white;
        font-size: 2vw !important;
    }
    
    
    .btn2{

        width:100%  !important ;
        border-radius:24px !important ;
        font-size: 2vw !important;
    }
    
    #deskImg{
       display:block;
       width:100%;
    }
    
  
    .thirdSection{
        display:block;
    }
  
    .thirdSection h1{
      margin-top: 30px !important;
  }
      
    .row{
      padding: 0 10px 0 10px;
    }
      
    .row h1{
      font-weight:bold;
      font-size: 2.5vw;	
    }
      
    .myRow{
      padding: 0 10px 0 10px;
    }
      
    .myrow h1{
      font-size: 2.5vw;	
    }
    
    .seVices{
       padding-left:20px !important;  
       padding-top:10px !important; 
       font-size: 3vw !important; 
    }
     
    .mhT{
        padding-top:40px;
        padding-bottom:10px;
    } 
    
     #mobile{display: none;}
    
    #app{
        width:100%;
        height:50%;
        object-fit: contain;
    }
    
    
    .lastSection{
     
    }
    
    
    .lastSection h1{
      padding-left: 10px;
    }
    
    
    #lastH1{
        color:white;
        font-size:2.5vw;
      padding-top: 50px;
    }
    
    #lstP{
        color:white;
        font-size:1.5vw;
        padding-top: 55px;
    }
      
    #lastHH1{
        color:white;
        font-size:2.5vw;
    }
    
    #lstPP{
        color:white;
        font-size:1.5vw;
         padding-top: 55px;
    }
    
    
    #copiP{
        color:#ccc;
        font-size:1.1vw; 
        margin-top:30px;
        padding-bottom:50px;
    }
    
    #bottomBtn{
       
        width:20%;
        margin-left: 0px;
        margin-top:20px;
        margin-bottom:40px;
        padding:10px 10px 10px 10px;
        border-radius:24px;
        margin-right:12px; 
    }
    
    
    #icons{
        width:30%;
    }	
    
    
    #gifticon{
       width:15%;
       margin-left:0px;
    }
    
    #coins{
        width:17%;
    }	
      
    
    .tab-pane{
      padding: 20px 100px;
    }
      
    #myTab{
       margin-left: 20px;
    }
      
      
    #mTd{
        margin-top:0px;
       
    }
    
    
    #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:1.4vw !important;
        margin-top:0px;
       
    }
    
    #mTd{width: 450px;}
      
    #mImg{width: 100%;}
    
    
    #dImg{
        height:400px !important;
        
    }
    
    #pimg{
      width:100%;
      max-height:245px;
      margin-top:0px;
      object-fit: scale-down;
      border-radius: 5px;
      margin-bottom: 0px;
    }	
    
    
    #politicoImg{
        
      width:150px;
      max-height:245px;
      margin-top:0px;
      object-fit: scale-down;
      border-radius: 5px;
      margin-bottom: 0px; 
    }
    
      
    .card-body{
      width:100%;
      max-height: 320px;
    }
      
    .card-title{
      margin-top:0px;
      
    }
    
    .card-footer{
      margin-top:60px;
    }	
  
  
	
}
	
	
	


@media screen and (max-width:420px){
	
.navbar-brand{
    margin-left:15px;
}


#desk, #deskGift{display: none;}

.deskSection{
    display:none;
}

	
#deskImg{display:none;}
	
.hero-image {
  margin-top:0px;
  padding-top: 370px;
}

.hero-text {
  
  margin-top:-25px;
  
}

.seVices{
    margin-left:15px ! important;
}

header{
    margin-top:35px;
    font-size:6vw;
}

.hero-text p{
    font-size:3.5vw;
} 


em{
  font-size: 6vw !important; 
}


h1{
  font-size: 6vw !important;
  padding-top:50px ! important;
}
 
 
p, #mPs{
    font-size:3vw !important;
} 


.btn1{
  width:100%  !important;
  border-radius:24px !important;
  border: 0.2px solid white;
  font-size: 3vw !important;
  
}


.btn2{
  width:100%  !important;
  border-radius:24px !important;
  font-size: 3vw !important;
}



#bottomBtn{
   
    width:50%;
    margin-left:0px;
    margin-top:20px;
    margin-bottom:40px;
    padding:10px 10px 10px 10px;
    border-radius:24px;
    margin-right:12px; 
}

#icons{
    width:65%;
}	


#gifticon{
   width:15%;
   margin-left:0px;
}

#coins{
    width:17%;
}	
	

.mhT{
    font-size:4.7vw !important;
    padding-top:60px;
}

.aPP{
    
}

#app{
    width:100%;
    height:100%;
    margin-bottom:-250px;
   object-fit: scale-down;
}

#orbDesk{
    width:90%;
    height:100%;
    margin-left:20px;
    margin-top:30px;
    margin-bottom:50px;
    object-fit: scale-down;
}


	
#lastH1{
    color:white;
    font-size:5vw;
}

#lstP{
    color:white;
    font-size:3vw;
}


#contact p{
    font-size:3vw;
}

 
#copiP{
    color:#ccc;
    font-size:2.7vw; 
    margin-top:30px;
    padding-bottom:50px;
}
	
#hTd{
    width: 250px; 
   font-size:4.5vw !important;
    
}

#cutImg{width: 80%;}


#mTd{width: 120px;}

#mImg{width: 100%;}


a {color:black !important;}


em{
   font-size:3vw;
}
	

#lN{
    font-size:5vw !important;
    margin-top:0px;
   
}



#pimg{
  width:100%;
  max-height:350px;
  margin-top:0px;
  margin-bottom: 10px;
  object-fit:contain;
  border-radius: 5px;
  
}


#hedin{font-size:4vw !important; margin-top:0px;}

#introI{font-size:4vw !important; margin-top:5px;}

#h1{font-size:6vw !important; margin-top:10px; padding-left:0px;}


#latest{font-size:6vw !important; margin-top:0px;}

#hE{padding-left:0px; font-size:6vw !important; margin-top:0px; }


.card-deck{
  margin-top:10px; 
  border-width:0px;
}
	
.card-body{
  border-style:none;
  max-height:450px;

}

#introP{
	font-size:3.2vw; margin-top:0px;
}


#date{
    font-size: 1.1vw !important;
}
	
.lastSection h1{
	font-size: 5vw;
	padding-left: 15px;
}
	

}
	
	