.caption {
  background: #0f56a6;
  padding: 10px;
  text-align: center;
  color: #fff;
}

/* testiminials css start */
@media (max-width: 1400px) {
  .testimonials-slider .col-md-8{
    padding-left: 3rem !important;
  }
}

@media (max-width: 1200px) {
  .testimonials-slider .col-md-8{
    padding-left: 5rem !important;
  }
  h3.rigasxblu::before {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .testimonials-slider .col-md-8{
    padding-left: 9rem !important;
  }

  .testimonials-slider .col-md-8 div{
    font-size: 14px;
    text-align: justify;
  }
}

@media (max-width: 766px) {
  .testimonials-slider .col-md-8{
    padding-left: 1rem !important;
  }
}

.double-underline {
    position: relative;
    text-decoration: underline;
}

.double-underline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
}


.testiminials .learnmore {
    display: block;
    border-bottom: solid 2px #F5E605;
    padding: 0px 0 10px 0;
    color: #273073;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.testiminials-single {
  background-color: var(--section-bg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  border-bottom: 4px solid var(--main-color-two);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.testiminials-single:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.15);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.sidebar_item .label {

    line-height: 10px;
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h3.rigasx::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transform: translateY(-50%);
}

h3.rigasxblu::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  width: 2px;
  height: 100%;
  background-color: #3672e0;
  transform: translateY(-50%);
}

.colorblu{
  color:#3672e0;
}

.boxshadow1{
  -webkit-box-shadow: 4px 4px 3px 0px #606060;
  box-shadow: 4px 4px 3px 0px #606060;
}

.boxaboutus{
  height: 300px;
  background-size: cover !important;
  background: #fff no-repeat center center;
  position: relative;
}

.boxaboutus p{
  font-size: 22px;
  line-height: 25px;
  bottom: 0px;
  background: #336acee8;
}

.boxaboutus p i{
  margin-top: 10px;
  font-size: 30px;
}

.section-title h2::after {
  bottom: -3px;
  height: 2px;
  background: #b0c9f6;
}

.contact .php-email-form button[type="submit"],
.btn-primary {
  background: #106eea;
  padding: 8px 19px 5px 16px !important;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  line-height: 23px;
  font-size: 16px;
  border: 2px #106eea solid !important;
}

.filter-active .btn-primary,
.btn-primary:hover,
.contact .php-email-form button[type="submit"]:hover {
  color: #106eea;
  background-color: #fff !important;
  border: 2px #106eea solid !important;
}


.btn-primary:hover i,
.contact .php-email-form button[type="submit"]:hover i{
  color: #106eea;
}

.contact .php-email-form button[type="submit"] i,
.btn i {
    font-size: 25px;
    float: right;
    margin-left: 10px;
}

.course .btn.btn-primary {
  font-size: 11px;
  padding: 0px 10px !important;
}

.course li {
  margin: 0px !important;
  padding-bottom: 0px !important;
}

.navbar a, .navbar a:focus {
  font-weight: 400;
}

.section-title h2 {
  font-size: 35px;
  color: #3672e0;
}

.carousel-indicators {
  margin-bottom: 3rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 5px;
}

.carousel-caption {
  bottom: 3.25rem;
}

.dataCourse {
  border: 1px solid #e9f1ff;
  text-align: center;
  color: #666;
  display: inline-block;
  font-size: 16px;
  padding: 5px 19px;
  border-radius: 16px;
  background-color: #f6f9fe;
  font-weight: lighter;
}

.topic {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 2px 7px;
  text-align: center;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  margin-left: 2px;
  margin-right: 2px;
}

.image-wrap {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.banner-content {
    position: absolute;
    z-index: 99999;
    bottom: 0px;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
    text-shadow: 0px 0px 10px #000000;
    width: 99%;
    background: #fff3;
}


.img-content img {
    width: 100%;
    height: 300px;
    display: block;
}

.ban-btn {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.btn-red {
    background-color: red;
}

.btn-green {
    background-color: #4CAF50;
}


.carousel-item {
  text-align: center !IMPORTANT;
  background: #ddd !IMPORTANT;
}

.fix-1{
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 20px;
}

.fix-2 {
  font-size: 12px;
}

.fix-3{
  width: 100%;
  height: 255px;
  overflow: hidden;
}

.fix-4{
  line-height: 18px;
  font-size: 15px;
  text-align: justify;
}

.font-10{
  font-size: 10px
}

.font-11{
  font-size: 11px
}

.font-12{
  font-size: 12px
}

.font-13{
  font-size: 13px
}

.font-14{
  font-size: 14px
}

.portfolio #portfolio-flters li:hover a, .portfolio #portfolio-flters li.filter-active a{
  color: #106eea;
}

.glightbox-clean .gslide-title {
  font-family: inherit;
  color: #515151;
  margin-bottom: 0;
  text-align: center;
}

.hover2 {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.hover2:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.1);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.hover:hover{
  opacity: 0.8;
  transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

a {
  color: #626262;
}

section {
  padding: 30px 0;
}

#header {
  height: 110px;
}

a.accademia img{
  width: 13px;
  margin-bottom: 2px;
  opacity: 0.7;
}

a.accademia img:hover{
  opacity: 1;
  transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

#footer .copyright {
  float: none;
}

.clear{
  clear:both;
}

@media (max-width: 1200px) {
  .navbar > ul > li {
    padding: 10px 0 10px 10px;
  }
}

@media (max-width: 770px) {
  .information {
    text-align: center !IMPORTANT;
  }
}

.carousel-caption h5 {
  text-align: center;
  margin-top: 100px !important;
  font-size: 70px;
  text-shadow: 3px 3px 2px #000;
}
 .carousel-caption p {
   margin-top: 20px;
   text-shadow: 0px 0px 10px #000;
 }
 @media screen and (max-width: 479px) {
   .carousel-caption p {
     margin-top: 20px;
     text-shadow: 0px 0px 10px #000;
   }
 }

 @media screen and (min-width: 480px) and (max-width: 640px){
   .carousel-caption p {
     margin-top: 20px;
   }
 }

 @media screen and (min-width: 641px) {
   .carousel-caption p {
     margin-top: 20px;
   }
 }
