.navbar .brand img {
  height: 40px;
}

.footer .brand-info .brand img {
  height: 40px;
}

@media (max-width:575px) {

  .navbar .brand img,
  .footer .brand-info .brand img {
    height: 30px;
  }
}

.promo {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../img/bg/promo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.promo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: -1;
}

.partner img {
  height: 90px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.partners .owl-pagination {
  margin-top: 2em;
}

.features .media-left img {
  width: 55px;
  margin-top: 10px;
  opacity: 0.7;
}

@media (max-width:767px) {
  .features .media-left img {
    width: 40px;
  }

  .partner img {
    height: 72px;
  }
}

header.navbar {
  background: #ffffff7a;
}

.navbar-responsive .navbar-toggle {
  margin-top: 12px;
}

@media (max-width:575px) {
  .navbar-responsive .navbar-toggle {
    margin-top: 8px;
  }
}

/*Translater Start here*/
a#google_translate_element {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  display: table;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.skiptranslate.goog-te-gadget {
  color: rgba(81, 168, 177, 0);
  margin-top: -7px;
  width: 30px;
}

.skiptranslate.goog-te-gadget span {
  display: none;
}

.goog-te-gadget .goog-te-combo {
  color: #666;
  cursor: pointer;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  width: 42px;
  position: relative;
  left: 0;
  top: 4px;
}

.article-item-title a {
  color: #195259cf !important;
}

.article-item-category,
.article-item-category a {
  color: #195259 !important;
}

.goog-te-gadget .goog-te-combo {
  background-image: url('../img/icon/lang.png') !important;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-position: center center !important;
  border: none;
  color: transparent;
  background-color: transparent;
}

@media (max-width:991px) {
  .goog-te-gadget .goog-te-combo {
    background-size: 29px 28px;
  }
}

.goog-te-combo>option {
  color: #000 !important;
}

.goog-te-gadget .goog-te-combo {
  margin-left: 0% !important;
  padding: 15px;
}

.goog-te-gadget .goog-te-combo:focus {
  outline: none;
}

@media (max-width:991px) {
  .goog-te-gadget .goog-te-combo {
    margin-left: 7% !important;
  }
}

.translated-ltr header.new-header {
  top: 40px;
}

/*Translater Over Now*/

#notification {
  position: fixed;
  bottom: 75px;
  left: 15px;
  z-index: 9;
  border-color: #0062cc;
  background-color: #fff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
  border-radius: 5px;
  width: 300px;
  height: auto;
  padding: 20px;
}

#notification p {
  text-align: justify;
  color: #000
}

#notification a {
  color: #000 !important;
  font-weight: 600;
}

.whatsappicon {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 9;
}

.whatsappicon img {
  max-width: 50px;
}

.tableimg {
  width: 50px;
}

.navbar__right {
  position: relative;
  padding-right: 70px;
}

@media (max-width:991px) {
  .navbar__right {
    padding-right: 60px;
  }
}

@media (max-width:575px) {
  .navbar__right {
    padding-right: 40px;
  }
}

/* bottom to top css start */
#toptobottombutton {
  display: inline-block;
  background-color: #7d7a7a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#toptobottombutton:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #000;
}

#toptobottombutton.show {
  opacity: 1;
  visibility: visible;
}

/* bottom to top css end */

.banner-video {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:991px) {
  .banner-video {
    height: 80vh;
  }
}

@media (max-width:767px) {
  .banner-video {
    height: 60vh;
  }
}

@media (max-width:575px) {
  .banner-video {
    height: 50vh;
  }
}

@media (max-width:420px) {
  .banner-video {
    height: 100%;
    margin-top: 69px;
  }

  .main {
    min-height: auto;
  }
}

.why-data p {
  margin: 0 0 15px;
}

.why-data ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.why-data ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.why-data ul li img {
  width: 40px;
  margin: 0 10px 0 0;
}

.why-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.why-row {
  display: flex;
  align-items: center;
}

@media (max-width:991px) {
  .why-img img {
    height: 100%;
    margin-bottom: 25px;
  }

  .why-row {
    flex-direction: column;
  }
}

.footer .col-contacts h6 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.counter-box {
  text-align: center;
  margin: 20px 0;
}

.counter-box h2 {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-size: 80px;
  line-height: 1;
  margin: 0 0 30px;
  position: relative;
}

@media (max-width:767px) {
  .counter-box h2 {
    font-size: 45px;
  }
}

.counter-box h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #eee;
  opacity: 0.5;
}

.counter-box p {
  margin: 0;
}

@media (max-width:767px) {
  .porftolio .showcase-item-thumbnail img {
    height: 450px;
    object-fit: cover;
  }
}

.ceo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}

.ceo-data img {
  width: 120px;
  filter: brightness(0) invert(1);
  margin-top: 10px;
}

.ceo-data p {
  margin: 0 0 10px;
}

.ceo-data h6 {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
}

.ceo-data h2 {
  margin: 0 0 10px;
}

.ceo-data p {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 28px;
}

.ceo-data-bg {
  padding: 12px 20px 20px;
  background: #000;
}

@media (max-width:1199px) {
  .ceo-data p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 20.5px;
  }
}

@media (max-width:991px) {
  .ceo-data h6 {
    margin: 0 0 -10px;
  }
}

@media (min-width:992px) {
  .pr-0 {
    padding-right: 0;
  }
}

.preloader1 {
  background-color: #fff;
  background-image: url('../img/logo/loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-size: 220px;
}
