.carousel-review{
  top: 50%;
  transform: translateY(-50%);
}


.carousel {
        position: relative;
     }           
     .carousel-control-prev , .carousel-control-next {
        position: absolute;
        top: 50%;
        transform: TranslateY(-50%);
     }
     .carousel-control-prev {
        right: auto;
        left: 0px;
        padding-right:-30px;
        background-color: rgb(220,33,33);
        height: 40px;
        width: 40px;
        font-size:12px;
        border-radius:0 5px 5px 0;
     }
     .carousel-control-next {
        left: auto;
        right: 0px;
        background-color: rgb(220,33,33);
        height: 40px;
        width: 40px;
        border-radius:5px 0 0 5px;
     }
     .carousel-control-next-icon,
  .carousel-control-prev-icon {
  width: 20px;
  height: 20px;
}

.carousel-indicators [data-bs-target] {
   position: relative;
   bottom: -15px;
 }
.carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.carousel-indicators [data-bs-target]  {
  background-color: rgb(200,200,200);
  opacity:1;
}

.carousel-indicators .active {
  background-color: rgb(220,33,33);
}
    div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0px;
  z-index:30000;
}
#outer {
  background: #fff;
  text-align: center;
  max-height:74px;
  z-index:50;
}

.inner {
  display: inline-block;
  height: 0px;
  padding-bottom: -50px;
  background: #fff;
}
.nav-wrapper {
  width: 300px;
  margin: 100px auto;
  text-align: center;
}

a.languagemenu{
  font-size:15px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  color: rgb(100,100,100)
}

a.languagemenu:hover{
  font-size:15px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  color: rgb(100,100,100)
}
a.languagemenu:visited{
  font-size:15px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  color: rgb(100,100,100)
}
a.languagemenu:active{
  font-size:15px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  color: rgb(100,100,100)
}

.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  
}

.sl-nav li.menuitem:hover{
  background-color: #ddd;
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 0px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}  
a.class1 {
font-family: 'Open Sans';
color: white;
}

a.class1:link {
text-decoration: none;
color: white;
}

a.class1:visited {
text-decoration: none;
color: white;
}

a.class1:hover {
text-decoration: none;
color: rgb(170,220,170);
}

a.class1:active {
text-decoration: none;
color: white;
}

a.class_tm2 {
font-family: 'Open Sans';
color: rgb(180, 240, 180);
}


a.class_tm2:link {
text-decoration: none;
color: rgb(180,240,180);
}

a.class_tm2:hover {
text-decoration: none;
color: rgb(170,220,170);
}

a.class_tm2:active {
text-decoration: none;
color: rgb(180,240,180);
}


a.class4 {
  font-family: sans-serif;
  color: rgb(255, 255, 255);
  }
  
  a.class4:link {
  text-decoration: none;
  color: rgb(255, 255, 255);
  }
  
  a.class4:visited {
  text-decoration: none;
  color: rgb(255, 255, 255);
  }
  
  a.class4:hover {
  text-decoration: none;
  color:rgb(100, 200, 255);
  }
  
  a.class4:active {
  text-decoration: none;
  color:white;
  }


a.class3 {
font-family: sans-serif;
color: rgb(255, 255, 255);
}

a.class3:link {
text-decoration: none;
color: rgb(255, 255, 255);
}

a.class3:visited {
text-decoration: none;
color: rgb(255, 255, 255);
}

a.class3:hover {
text-decoration: none;
color:rgb(220, 15, 15);
}

a.class3:active {
text-decoration: none;
color:white;
}
a.class3b {
font-family: sans-serif;
color: rgb(230, 160, 40);
}

a.class3b:link {
text-decoration: none;
color: rgb(230, 160, 40);
}

a.class3b:visited {
text-decoration: none;
color: rgb(230, 160, 40);
}

a.class3b:hover {
text-decoration: none;
color:rgb(230, 160, 40);
}

a.class3b:active {
text-decoration: none;
color: rgb(230, 160, 40);
}
a.footerlink {
font-family: sans-serif;
color: white;
}
.flex-container-center {
display: flex;
align-items: center; /* this is what you need :) */
justify-content: center;
      }
.container {
  width: 100%;
  max-width: 1200px;
  border-radius: 0px;
  margin: 0 auto;
  padding: 0 0;
}

.content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 0 ;
}


* {box-sizing: border-box}
      @font-face {
        font-family: azonix;
        src: url(fonts/Azonix.otf);
      }   
      @font-face {
        font-family: zolinabold;
        src: url(fonts/Zolina-Bold.ttf);
      }        
      
      @font-face {
        font-family: sansationbold;
        src: url(fonts/Sansation_Bold.ttf);
      }       
      
      @font-face {
        font-family: sansation;
        src: url(fonts/Sansation_Regular.ttf);
      }  
      body {font-family: Verdana, sans-serif; margin:0}

        .header{
        position:relative;text-align:left;top:-125px;left:34px;font-family: azonix;font-size: 22px;color:rgb(255,255,255)
      }

      .carousel-slide{
        text-align:left;
        left: 55%;
        transform: translateX(-55%);
      }
    
    .carousel-item {
      transition: transform 1s ease-in-out;
    }
    
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: opacity 0s 1s;
    }

    .vert-align{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .carousel-caption{
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
      }
      .carousel-item{
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .thumbp{
        line-height:12;font-size:20px;visibility:visible;color:blue
    }
      
    
      
    
    
