/*.header-info-text > .container {
/*    background-color: rgba(255, 255, 255, 0.8) !important;
/*    padding: 5px !important;
}
*/

.navbar-brand > img {
  max-height: 80px;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .navbar-brand > img {
    max-height: 50px;
  }
}
#logo_partner {
  align-items: center;
  display: inline;
  padding: 5px 0px 5px 30px;
}
@media only screen and (max-width: 600px) {
  #logo_partner {
    display: none;
  }
}
#logo_partner img {
  margin-right: 10px;
  height: 48px;
}

.hero-text > h3 > p {
  color: white;
}

.modal-backdrop {
  background: white !important;
}


.reg_block_left {
  text-align: left !important;
  font-size: 20px;
  font-weight: bold;
}

.reg_block_right {
  text-align: left !important;
  font-size: 16px;
  color: #474747;
  border-left: 1px solid #ccc;
}

.blocks {
    position: relative;
    padding-bottom: 20px;
}
.block_heading {
position: absolute;
  background-color: #3F81FD;
  text-transform: uppercase;
  padding-left: 10px;
  margin-top: -28px;
  width: 100%;

}
.block_heading > a {
  color: white !important;
}

.side-bar {
    margin-bottom: 50px !important;
}


/* Google Translate */


.mt_30 {
  margin-top: 30px !important;
}

.page {
  min-height: 100vh;
}

.page_fix {
  top: 0 !important;
  position: static !important;
}


.goog-te-banner-frame {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
}

.goog-te-gadget-icon {
  background-image: url('/images/lang.png') !important;
  background-position: 0px 0px !important;
  background-size: cover !important;
}

.goog-te-gadget-simple {
  border-radius: 3px;
  padding: 0px o !important;
  font-size: 8pt !important;
}

.goog-te-menu-value {
  color: #000 !important;
  padding: 0px !important;

}


#goog-gt-tt {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important; 
  box-shadow: none !important;
}


/*loader*/

.loader {
  position: relative;
  width: 80px;
  height: 80px;
  margin:auto;
  top: 50%;
  border-radius: 50%;
  background: linear-gradient(#ccaf31, #4379af, #4f8739);
  animation: animate 2.2s linear infinite;

  vertical-align:middle; 
  
}

@keyframes animate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


.loader span:nth-child(1) {
  filter: blur(2px);
}

.loader span:nth-child(2) {
  filter: blur(5px);
}

.loader span:nth-child(3) {
  filter: blur(10px);
}

.loader span:nth-child(4) {
  filter: blur(10px);
}

.loader:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-image: url('/images/favicon.png');
  background-size: contain;
  border: solid white 2px;
  border-radius: 50%;
}


.blog-details img {
  width: 100% !important;
  height: auto !important;

}

.slide_text {
  font-size: 28px !important; color:aliceblue; font-weight: 400; line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .slide_text {
    font-size: 18px !important; color:aliceblue; font-weight: 400; line-height: 20px;
    margin-top: -50px !important;
  }
}


.single-box2 {
  padding: 0px !important;
  border: 1px solid #f1f1f1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}

.single-box2>.heading {
  color: white;
  padding: 5px 10px;
  width: 100%;

}

.single-box2>img {
  height: auto;
  width: 100%;

}

.color1 {
  background-color: #65215E;
}

.color2 {
  background-color: #F08B33;
}

.color3 {
  background-color: #D0CF25;
}

.color4 {
  background-color: #0038A9;
}

.icon {
  font-size: 64px !important;
}

.single-services {
  margin-right: 20px;
}

.show_embed {
  display: block !important;
}


.pr-0 {
  padding-right: 0px !important;
}