.flag {
  max-height: 14px;
  max-width: 21px;
}
.no-shadow {
  box-shadow: none!important;
  border: none!important;
}
.form-part {
  padding: 30px 0;
}
.h3-upper h3 {
  margin: 30px 0px 5px 0px;
  text-transform: uppercase;
}
.request-form input,
.request-form select {
  border-radius: 4px 0px 0px 4px!important;
}
.request-form .input-group-addon {
  background: #eef1f5!important;
  color: #072e70;
  border: none!important;
}
.mt50 {
  margin-top: 50px;
}
.pt50 {
  padding-top: 70px;
}
.startup-section .header h2::before {
    display: none!important;
}
.bold {
  font-weight:bold;
}
.service-section .service-wrapper .wrapper-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #fff;
}
#alertSingle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name:slideDown;
  animation-name:slideDown;
}
@-webkit-keyframes slideDown{
  0%{margin-top:-100px}
  100%{margin-top:0}
}
@keyframes slideDown{
  0%{margin-top:-100px}
  100%{margin-top:0px}
}

/* TESTIMONIALS PAGE */
.testimonials-page .box{
    text-align: center;
    padding: 30px 12px;
    border: 1px solid #d4d4d4;
    margin-bottom: 40px;
}
.testimonials-page .box .header{
   padding-bottom:15px;
    border-bottom: 1px solid #d4d4d4;
}
.testimonials-page figure{
    width: 70px;
    height: 70px;
    overflow:hidden;
    border-radius:50%;
    margin-left: 80px;
}
.testimonials-page p{
    margin-top: 15px;
}
.testimonials-page span{
   color: #EFCF4F;
}
.text-yellow {
  color: #EFCF4F !important;
}
.text-white {
  color: #FFFFFF !important;
}
.tparrows {
  display: none!important;
}
.startup-section .wrapper-content p {
  border-bottom: none;
}
.startup-section .wrapper-content:hover p::before {
  width: 0px;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
  font-size: 10px;
  overflow: auto;
  min-width: 250px;
  width: auto!important;
}

footer {
  color: white !important
}

/*TOP PARALLAX*/
.subPage .header-title {
  background-image: url(../images/3MhC5QkpAous.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.caption-icon {
  height:80px;
  width:80px;
  border-top-left-radius:50%;
  position:absolute;
  bottom:0;
  right:0;
  background:#0b4b66;
  display:flex;
  align-items:center;
  justify-content:center;
}

img.merev_img .tp-caption ,
.slider-section #rev_slider_4 .font-extra-bold{
  text-shadow: 0 0 50px #525252 !important;
}

#owl-slide {
  background: linear-gradient(to left top, rgba(239,207,79,.5), transparent), url(../images/ti1HQVJwqksk.jpg)!important;
  background-position: center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
#testimonial-owl {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#testimonial-owl .testimonial-image,
#testimonial-owl .testimonial-content {
  display: block;
  font-weight: normal;
  font-size: 2rem;
}
#testimonial-owl .testimonial-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px!important;
  height: 250px!important;
  margin-right: 10px;
}

.research-section .section-title {
  margin-bottom: 0px;
}

.review li {
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #EFCF4F;
}

#brand-logo img {
  height: 55px;
}

#brand-logo2 img {
  height: 100px;
}