@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
 font-family: revert-rule;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: 'Inter', sans-serif;font-weight: 600;color: #000;}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 24px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #fc1c50;
  color: #fff;
  border-color: #fc1c50;
}

.btn-main:hover {
  background: #949494;
  border-color: #949494;
  color: #fff;
}

.btn-main-2 {
  background: #fc1c50;
  color: #fff;
  border-color: #fc1c50;
}

.btn-main-2:hover {
  background: #ededed;
  color: #000;
  border-color: #ededed;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 70px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: rgb(0 0 0 / 15%);
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 190px 0px 190px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #000000;
  font-weight: 600;
  font-size: 42px;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 40px;
  position: relative;
}

.section-title h2 {
  color: #000000;
  padding: 5px 0px;
  font-size: 32px;
}

.text-lg {
  font-size: 35px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 7px 0px 0px;
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 4px 14px 22px;
  color: #000000;
  text-transform: capitalize;
  font-size: 15px;
  transition: all .25s ease;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 0px;
  margin-right: 0px;
  width: 250px;
}

.dropdown .dropdown-menu {
  position: fixed;
  display: block;
  background: #fff;
  /*min-width: 240px;*/
  top: 111px;
  left: 0;
  right: 0px;
  opacity: 0;
  z-index: 999;
  bottom: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  /* border-top: 3px solid #ec6c1c; */
  border-radius: 0px;
  transform: scale3d(1, 0, 1);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  position: fixed; 
  transform: scale3d(1, 1, 1);
}
.dropdown a.dropdown-item:before {
    display: inherit;
    content: '';
    border-bottom: solid 1px #ddd;
    width: 320px;
    bottom: 0;
    position: absolute;
}
.dropdown .dropdown-item {
  padding: 25px 4px;
  /* border-bottom: 1px solid #eee; */
  background: transparent;
  font-weight: 500;
  color: #2c2b2b;
  position: relative;
  font-size: 19px;
}

.dropdown .dropdown-item:hover {
  color: #e5a605;
}

.header-top-bar {
  font-size: 14px;
  padding: 14px 0px 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
  text-align: right;
}

.top-bar-info li a {
  color: #000000;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #ffffff;
}

.bg-1 {

  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 550px; */
}

.banner .block {
  padding: 0px 0px 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27%;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  z-index: 99;
}

.banner .block h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 43px;
  position: relative;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e5a605;
}

.divider {
  width: 24px;
  height: 2px;
  background: #fc1c50;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 130px;
  }
}

@media (max-width: 767px) {
  .banner .block h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .banner {
  }
}

@media (max-width: 992px) {
  .banner {
  }
}

.about-img img {
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 0px 0px;
  position: relative;
}

.counter-stat img {
  display: block;
  position: relative;
  width: 65px;
  margin: 0 auto;
}

.counter-stat span {
  font-size: 50px;
  color: #fc1c50;
}

.counter-stat p {
  margin-bottom: 0px;
  color: #fff;
}

.mb--80 {
  margin-bottom: -80px;
}

.service {}
.service .service-item:hover h4, .service .service-item:hover p, .service .service-item:hover a, .service .service-item:hover a i{color: #000;}
.service .service-item:hover img{-webkit-filter: grayscale(1) invert(1);filter: grayscale(1) invert(0);}
.service .service-item:hover{
  transition: all 0.3s ease-in-out;
  background: #fc1c50;
}
.service .service-item {
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 6px #ddd;
}

.service .icon {
  margin-bottom: 10px;
}

.service img {
/*filter: brightness(0) invert(1);*/
width: 100%;
height: auto;
}

.service h4 {
  padding: 0px 12px;
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

.service .content {
  clear: both;
  color: #000;
  padding: 0px 12px 11px;
}

.service-block {background: #fff;padding: 17px 12px;box-shadow: 0px 1px 2px #ddd;transition: all 0.5s ease-out 0s;border-radius: 8px;}

.service-block img {
  width: 100%;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e5a605;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e5a605;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e5a605;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e5a605;
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e5a605;
}

.read-more {
  color: #223a66;
}

.cta {

  background-size: cover;
  position: relative;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #223a66;
}

.cta-section {
  /* margin-bottom: -80px; */
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}

.testimonial:after {right: 0;bottom: 0;top: 0;left: 0px;position: absolute;content: "";background-color: #f2f2f2;opacity: 0.6;z-index: -999999;}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

.testimonial-block .client-info {
  margin-top: 15px;
  float: left;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 14px;
  position: absolute;
  right: 46px;
  bottom: 89px;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: 0px;
  bottom: 0;
}
.testimonial-wrap-2.owl-carousel.owl-theme{
  table-layout: fixed;
  width:100%;
  display: table;
  clear: both;
}
.testimonial-block.style-2 {
  padding: 20px 20px;
  margin: 0px 4px;
  margin-bottom: 16px;
  width:100%;
  display: table;
  background: #efefef;
  height: 275px;
  position: relative;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
  margin-top: 14px;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  border: 5px solid #e2e3e6;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: 50%;
  color: #fc1c50;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 45px;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: transparent;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: left;
  padding: 23px 25px;
  box-shadow: 0px 1px 14px #ddd;
  transition: all 1s;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
  background: #fc1c50;
  border-radius: 7px;
}

.contact-block i {
  font-size: 33px;
  margin-bottom: 15px;
  display: inline-block;
  color: #000000;
  background: #ffffff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 9px;
  text-align: center;
  margin-right: 18px;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 19px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 8px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #fc1c50;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #fc1c50;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 1px 4px #ddd;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 15px;
  font-style: italic;
  border-left: 5px solid #fc1c50;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #fc1c50;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
  background: #000000;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 30px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 1px;
}

.widget h4 {
  color: #ffffff;
  font-weight: normal;
}

.widget .footer-menu a {
  color: #b8b8b8;
  font-size: 14px;
  display: block;
}

.widget .footer-menu a:hover {color: #fc1c50;padding-left: 4px;}
.footer-socials li a:hover {color: #fc1c50;padding-left: 4px;}

.footer-contact-block span {
  font-weight: 400;
  color: #ffffff;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgb(255 255 255 / 19%);
}

.footer-socials li a {
  width: 30px;
  height: 30px;
  color: #c1c1c1;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 10px;
  font-size: 20px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 4px;
  height: 46px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13.5px 14px;
  border-radius: 0px;
  border: none;
}

.backtop {
  position: fixed;
  background: #fc1c50;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 34px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
  margin: 0px;
}
/*start css*/

.header-socials li a{width: 25px;height: 25px;display: block;border-radius: 100%;line-height: 30px;text-align: center;font-size: 20px;}
.header-socials li a:hover {
    background: #ffffff;
}
.header-socials li a:hover i{
color: #000;
}
.header-socials{
  margin: 0px;
  display: inline-block;
}
.Language {
    display: inline-block;
    margin: 0px;
    list-style: none;
    color: #fff;
    padding: 0px;
}
.navbar{
  padding: 0px;
  position: relative;
  justify-content: center;
  background: rgb(255 255 255);
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #ddd;
}
.rightconl{display: inline-block;margin-right: 13px;}
.hearder_se{position: relative;text-align: right;cursor: pointer;}.hearder_se input{
  height: auto;
  color: #000;
  border: none;
  border-radius: 2px;
  padding: 5px 13px;
  width: 0;
  border: 1px solid #ddd;
  transition: all .25s ease;
  position: absolute;
  right: 0;
  opacity: 0;
}.hearder_se i{
  position: relative;
  color: #ec6c1c;
  z-index: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  padding: 4px;
  line-height: 20px;
}
.consult{display: flex;padding-left: 26px;align-items: center;}.consult i{
  color: #949494;
  font-size: 35px;
  padding-right: 11px;
}
.getsuts{line-height: 12px;}.getsuts p{
  margin: 0px;
  font-weight: 600;
  color: #000;
}.getsuts a{
  
}
.hearder_se input::-webkit-input-placeholder { 
  color: #000;
}
.hearder_se input:-ms-input-placeholder { 
 color: #000;
}
.hearder_se input::placeholder {
 color: #000;
}
.container-fluid{
  padding:0px 40px;
}
.hearder_se input:hover, .hearder_se input:focus{
  outline:
  none;
  border-color: #c9161e;
}
.banner .block h1 span{
 display: block;
 color: #ffffff;
}
.banner .block a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #fc1c50;
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}
.copyright a{
    color: #ddd;
}
.footer p{
  color: #b8b8b8;
  font-size: 14px;
  margin-bottom: 7px;
}
.padding {
  padding: 50px 0px;
}
.logo-footer {
    background: #fff;
}
a.jkit-readmore {
    color: #949494;
    text-transform: uppercase;
    font-size: 13px;
}
a.jkit-readmore i{
  margin-left: 7px;
}
.overflow img{height: 100%;object-fit: cover;width: 100%;}
.overflow{display: block;overflow: hidden;position: relative;}.overflow a{
  background-color: rgb(237 117 29);
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  z-index: 99;
  bottom: -8px;
  left: 10px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
}
.videos{
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 70px 0px;
  }.videos:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  right: 0;
  background: #000000;
  opacity: 0.8;
  z-index: 0;
}
.videos h3{font-size: 41px;color: #fff;padding: 20px 0px;}
  .videos p{color: #fc1c50;margin-bottom: 0rem;font-weight: 600;font-size: 20px;}
  .ancher{background: #ffffff;padding: 10px 34px;display: table;margin: 0 auto;text-transform: uppercase;font-weight: 600;}
  .iconplay{
    font-size: 0;
    background: #ffffff;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    display: table;
    /* overflow: hidden; */
    margin: 0 auto;
    padding: 14px 0px;
    line-height: 0;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
  }
  .blackblog{
    background-color: #ededed;
    padding: 50px 0;
  }
    .aboutlist{padding: 0px;}
  .aboutlist li{position: relative;list-style: none;display: inline-block;width: 49%;margin-bottom: 16px;padding-left: 42px;font-size: 15px;}
  .aboutlist li:before{
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  right: 0;
  background: #949494;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  padding: 5px;
  }
  .overflow:hover img{
    transform: scale(1.05);
  }
  img {
    transition: all 0.5s ease-out 0s;
}
.relates{
  position: relative;
  z-index: 99999;
}
.iconplay i{
  font-size:30px;
  color: #000000;
  padding-left: 6px;
}
.iconplay:before, .iconplay:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    -webkit-animation: jkit-ripple 3s infinite;
    animation: jkit-ripple 3s infinite;
    opacity: .6;
    z-index: 9999;
}.iconplay:after {
-webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes jkit-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px #000;
        box-shadow: 0 0 0 15px #000;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #ddd;
        opacity: 0
    }
}

@keyframes jkit-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px #000;
        box-shadow: 0 0 0 15px #ddd;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #000;
        opacity: 0
    }
}
.testimonial{
  background-position: 40% 35%;
  background-size: cover;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  /* width: 100%; */
  /* max-height: 100%; */
}
.testimonial-2{
  position: relative;
  padding: 70px 0px;
}
.posirelate{
  position: relative;
  z-index: 99;
}
.blackblog p{color: #000;margin-bottom: 0px;}.blackblog span{
  color: #fff;
}.blackblog h4{
  color: #000;
  font-size: 33px;
  margin-bottom: 18px;
}
.capitilize{
  text-transform: capitalize;
}
.content a{font-size: 13px;color: #fc1c50;}
.lorenlop{/* margin-top: 30px; */}

.whychoseus .section-title{

}.whychoseus .section-title h2{color: #000;font-size: 36px;}.whychoseus .section-title p{color: #000;}.whychoseus .section-title span{color: #fc1c50;}
.whychoseus{
  /* text-align: center; */
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0px;
  background-size: cover;
  }
  .whychoseus:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  right: 0;
  background: #000000;
  opacity: 0.8;
  z-index: 0;
}
/*progressive css*/

.skills-bar-container {
  position: relative;
  list-style: none;
  padding: 0px;
  margin-top: 60px;
}
.skills-bar-container li {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-bottom: 25px;
}
.skills-bar-container li .progressbar-title {
  color: #fff;
}
.skills-bar-container li .progressbar-title h3 {
  display: inline-block;
  font-size: 19px;
}
.skills-bar-container li .progressbar-title .percent {
  position: absolute;
  right: 5px;
  color: #000;
  font-weight: 600;
}
.skills-bar-container li .bar-container {
  background: #fff;
  position: relative;
  width: 100%;
  height: 8px;
  margin-top: 5px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.skills-bar-container li .bar-container #progress-html {
  -webkit-animation-name: progress-html;
  animation-name: progress-html;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.skills-bar-container li .bar-container #progress-css {
  -webkit-animation-name: progress-css;
  animation-name: progress-css;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.skills-bar-container li .bar-container #progress-javascript {
  -webkit-animation-name: progress-javascript;
  animation-name: progress-javascript;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.skills-bar-container li .bar-container #progress-php {
  -webkit-animation-name: progress-php;
  animation-name: progress-php;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.skills-bar-container li .bar-container #progress-angular {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.progressred {
  background-color: #000000;
}

.progressblue {
  background-color: #ff5722;
}

.progresspurple {
  background-color: #9643b8;
}

.progressorange {
  background-color: #ffa500;
}

.progressgreen {
  background-color: #27ae60;
}

@-webkit-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-webkit-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
@-webkit-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
@-moz-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-moz-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
@-moz-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
@keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
@keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
.pdn{
  padding: 0px;
}
.border-right, .border-bottom{border-color: #4b4b4b !important;}
.counter-stat abbr{
  font-size: 30px;
  color: #fc1c50;
  vertical-align: text-bottom;
}
.progresbaar p{
  color: #000;
}

@media (max-width: 991.98px){
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
   padding: 0px 15px;
}
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #000000;
}
.carousel-indicators li{
  background-color: #9a9797;
}
.carousel-indicators li{
      width: 15px;
    height: 15px;
    border-radius: 100%;
}

@media (max-width:767px){

  .awards p br{
    display: none;
  }
  .navbar {
    padding: 12px 0px;
}
  .rightconl{
    display: none;
  }
.banner .block{
  width: 100%;
  padding: 0px 20px;
}
.top-right-bar{
  margin-top: 0px !important;
}
.top-bar-info{
  display: none;
}
#navbarmain {
    padding: 20px 0px;
    position: absolute;
    z-index: 9999;
    background: #f8f8f8;
    left: 0;
    right: 0;
    top: 100%;
}
.section {
    padding: 45px 0;
}
.about-content.pl-4{
  padding-left: 0px !important;
}
.border-mobile {
    border-top: 1px solid #cecece !important;
}
.lorenlop {
    margin-top: 0px;
}
.blackblog h4 {
    color: #000;
    padding: 0px 12px;
}
.blackblog .content h4{
  padding:0px;
}
.testimonial-block.style-2 {
    padding: 0px;
    margin: 0px 4px;
    margin-bottom: 30px;
}
.testimonial-block.style-2 i {
    bottom: 0%;
    font-size: 35px;
    color: #e5a605;
}
.relates{
  padding: 0px 10px;
}
.videos{
  padding: 50px 0px;
}
.padding {
    padding: 20px 0px;
}
.adders {
    justify-content: left;
}
.backtop {
    right: 15px;
    width: 40px;
    height: 40px;
    }
}
.about-content span{
  text-transform: uppercase;
}
.section-title span{
  /* text-transform: uppercase; */
  color: #fc1c50;
  font-weight: 500;
  font-size: 23px;
}
.ancher:hover{
  background: #ededed;
}
.row {
  margin: 0px;
}
@media  (min-width:1920px){
  .container{
    width:1500px;
        max-width: 1500px;
    margin: 0 auto;
  }
}
@media  (min-width:1600px){
  .container{
    width:1500px;
        max-width: 1500px;
    margin: 0 auto;
  }
}
@media  (min-width:1450px){
  .container{
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
  }
}
@media  (max-width:1366px) and (min-width:1170px){
  .container{
    width:1170px;
        max-width: 1170px;
    margin: 0 auto;
  }
}

@media  (max-width:1440px) and (min-width:1200px){
  .container{
    width:1200px;
        max-width: 1200px;
    margin: 0 auto;
  }
}


.listdropdown{

}
.listdropdown h3{
  text-align: center;
  font-size: 20px;
}
.showdropdown{
  position: absolute;
  z-index: 9999999;
  background: #fff;
  box-shadow: 0px 14px 30px #ddd;
  padding: 29px 0px;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 2px;
  display: none;
  top: 100%;
  }
.listsigle{

  }.listsigle ul{
  list-style: none;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0px;
}.listsigle ul li{
  width: 22%;
  float: left;
  margin: 6px 6px;
}.listsigle li img{
  width: 100%;
}.listsigle li p{
  text-align: center;
  font-size: 13px;
}
.listsigle ul li:hover img {
    transform: scale(1.05);
}
.hidenlop{
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

#about_carousel .owl-dots {margin: 0 auto;display: table;}
#about_carousel .owl-dots span{
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #ddd;
  display: block;
}
#about_carousel .owl-dot{
  display: inline-block;
  margin: 0px 3px;
}
#about_carousel .owl-dot.active span{
   background: #c8141c;
}
.bredcoms a{
  color:#fff;
}
.blog-item-content p{
  font-size:14px;
   line-height: 24px;
}
#navbarmain .nav-link:hover{
  color: #ec6c1c;
}
.hearder_se input:hover{
      text-indent: 0px;
      width: 190px;
       opacity: 1;
    visibility: visible; 
}
.hearder_se:hover input{
  text-indent: 0px;
      width: 190px; 
    opacity: 1;
    visibility: visible;  
}
.hearder_se:hover i {
    background: transparent;   
}
.visitor {
    background: #696969;
    color: #fff;
    display: table;
    padding: 5px 20px;
}

.contact-block p{
  margin-bottom: 0px;
}
.wigr img{
  width: 100%;
}
.fetaure-page{
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.about-block-item{
  display: block;
  overflow: hidden;
}
.about-block-item:hover img{
      transform: scale(1.05);
}

.aboutser.wrap {
  position: relative;
}
.contact-block:hover{
  box-shadow: 0px 0px 40px #ddd;
}
.procont_img {display: flex;overflow: hidden;transition: all 0.5s ease-out 0s;height: 200px;align-items: center;}
.service-block .contentse{text-align: center;margin-top: 20px;}
.service-block .contentse h4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
  font-size: 14px;
  min-height: 40px;
  line-height: 1.4;
  text-transform: uppercase;
}
.service-block .contentse p{
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;3;
  -webkit-box-orient: vertical;
}
.service-block .contentse > a{
  background: #fc1c50;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  width: 100%;
  display: block;
}.service-block .contentse > a:hover{
    background: #ededed;
    color: #000;
    border-color: #ededed;
}
.service-block:hover{
  transition: all 0.5s ease-out 0s;
  transform: scale(1.01);
  box-shadow: 0px 3px 13px rgb(237 112 29 / 19%);
}
.procont_img img{
      transition: all 0.5s ease-out 0s;
      height: 100%;
      object-fit: cover;
      }.procont_img:hover img{
       transform: scale(1.05);
}
.procont_img > a{
	display:block;
	height: 100%;
}
img.imageaboutus {
    float: right;
    width: 350px;
    margin-left: 20px;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width:767px){
  .contact__form iframe{
    height: 300px;
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 28px;
}
  .contact-info .col-lg-4{
    margin-bottom: 30px;
  }
  .blog-wrap .row.mt-5{
    margin-top: 0px !important;
  }
  .blog-item{
    margin-bottom: 30px;
  }
  .page-title .block h1 {
    font-size: 20px;
}
.bredcoms a {
    font-size: 13px;
}
  .page-title {
    padding: 40px 0px 40px 0px;
}
   .navbar-nav li {
    line-height: 25px;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto #c60a17;
}
}

.relateditem.ournews .item{
     width: 23.3%;
}
.relateditem.ournews .item:nth-child(3n){
    margin-right: 23px;
  }
.relateditem.ournews .item:nth-child(4n+1){
  margin-right: 0px;
}

.btninformation {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 3px;
    transition: all 0.3s ease-in-out;
    border-radius: 22px;
    color: #000000;
    border-color: #fc1c50;
    border: none;
    background: #fff;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #fc1c50;
}
.modal.in#myModal .modal-dialog {
    -webkit-transform: translate(0,25%);
    -ms-transform: translate(0,25%);
    -o-transform: translate(0,25%);
    transform: translate(0,25%);
    width: 50%;
}
#myModal .modal-content {
    width: 450px;
    margin: 30px auto;
    display: table;
}
#myModal .modal-header {
    background: #f6f6f6;
}
#myModal input {
    margin-bottom: 16px;
    padding: 12px 10px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
    height: auto;
}

.btninformation:hover, .btninformation:focus{
  background: #000;
color:#fff;
  transition: all 0.3s ease-in-out;
}
#myModal textarea{
  height: 110px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #e2e2e2;
}
.submitcls{
      background: #000;
    color: #fff;
    margin: 18px 0px;
}
#myModal .close {
    position: absolute;
    right: -4px;
    top: -5px;
    color: #000;
    opacity: 1;
    background: #f6f6f6;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 0px;
    font-weight: normal;
}
.wpcf7-submit {
    background-color: #949494;
    width: 151px !important;
    border: none !important;
    color: #fff;
    cursor: pointer !important;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 8px auto;
    display: table;
}
#myModal{
  z-index: 99999999999;
}
.sosialbtn label{text-transform: uppercase;margin-right: 10px;font-size: 15px;}
.sosialbtn li{
  display: inline-block;
  background: #3b5998;
  margin-right: 5px;
  padding: 0px 8px;
  width: 32px;
  text-align: center;
  color: #fff;
}
.inclist h4{
  font-weight: bold;
  font-size: 16px;
}
.sosialbtn li a{color: #fff;font-size: 14px;   -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
.sosialbtn li a i{

}
.sosialbtn li a:hover{
  
}
.nav-tabs{border-bottom: 1px solid #eee;display: table;width: 100%;list-style: none;padding: 0px 0px;margin-top: 50px;}
.nav-tabs li{
  display: inline-block;
  margin-right: 10px;
}
.nav-tabs li a{
  background-color: #ececec;
  color: #000;
  font-weight: 600;
  padding: 10px 25px;
  display: block;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  text-transform: uppercase;
  position: relative;
}
.nav-tabs li a.active{
  /* border-bottom: 2px solid #c9161e; */
  color: #ffffff;
  background-color: #fc1c50;
}
.product-desc-content{padding: 18px 0px;}
.product-desc-content li{
  list-style: none;
  padding-left: 12px;
  padding: 4px 0px;
  font-weight: 600;
}
.product-desc-content li:before{
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
    color: #fc1c50;
}
.relateditem h3{
  margin-bottom: 25px;
}
#myModal .btn.focus, #myModal .btn:focus, #myModal .btn:hover{
  color: #ddd;
}

.lefttimeisue{position: relative;max-width: 495px;overflow-x: hidden;overflow-y: hidden;display: block;}
.right{position: absolute;z-index: 99999999999999;right: 1%;overflow: visible;bottom: 54px;}
.left{position: absolute;z-index: 99999999999999;left: 1%;overflow: visible;bottom: 53px;}
.talecenter{text-align: -webkit-center;position: relative;}
.lefttime{white-space: nowrap;display: inline;overflow: scroll;} 
.d-table {
    display: unset;
    width: 100%;
}
.rightime .item {
    display: flex;
    align-items: center;
    height: 400px;
}
.d-table .table-cell {
    display: table-cell;
    vertical-align: top;
}
.lefttime a {
    margin: 20px 5px 20px;
    border: 2px solid #cecece;
    padding: 3px 4px;
    width: 85px;
    height: 85px;
    box-sizing: border-box;
    display: inline-block;
}
.lefttime img {
    width: 100%;
    height: 41px;
}
.rightime {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ddd;
}
.lefttime img {
    width: 100%;
    height: 60px;
}
#right-button{background: #fc1c50;border: none;width: 30px;height: 30px;border-radius: 100%;color: #fff;}
#left-button{
  background: #fc1c50;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
}
.product-desc-content ul{
  padding-left: 0px;
}
.sosialbtn li a:hover{
   -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
        color: #c5c5c5;
}
.ancherpro a:hover, .ancherpro a:focus {
    color: #efefef;
  -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .inclist h3{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.inclist ul{
  padding-left: 0px;
  font-weight: 500;
}
.inclist li{
  list-style: none;
  font-weight: 500;
  font-size: 16px;
}
.inclist p{
  
}
.inclist img{
  width: 100%;
  margin: 0 auto;
  display: table;
  object-fit: contain;
  height: 100%;
}
.productslist{
  
padding: 40px 0px;
}
.backeee{
}
.prooduct{transition: all 0.3s ease-in-out;background: #842d40;margin: 20px 0px 0px;}
.Productlists{
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 24.77%;
  padding: 30px 14px 0px;
}
.Productlists .item{

background: #fff;

padding: 20px;

border: 3px solid #464646;

overflow: hidden;

display: block;

transition: all 0.3s ease-in-out;
}
.Productlists .item img{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
width: 100%;
}
.Productlists h4{
transition: all 0.3s ease-in-out;
color: #fff;

font-size: 18px;

padding: 10px 0px;
}
@media (max-width:767px){
  #myModal .close {
    right: 17px;
    top: 19px;
  }
  #myModal .modal-content {
    width: 100%;
    margin: 0px auto;
    display: table;
}
  .modal.in#myModal .modal-dialog {
    -webkit-transform: translate(0,5%);
    -ms-transform: translate(0,5%);
    -o-transform: translate(0,5%);
    transform: translate(0,5%);
    width: 100%;
    margin: 0px;
}
  .product-desc-content ul {
    padding-left: 0px;
}
  .d-table {
    display: block !important;
    width: 100%;
}
  .rightime {
    padding: 0px 0px;
    height: 210px;
  }
}
.clients .title-color {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}
.blog-item {
    margin-bottom: 50px;
}
.backfort{background-color: #f8f8f8;}
.padinghol{
  padding: 30px;
}
.btn-main:hover {
    background: #ededed;
    color: #000;
    border-color: #ededed;
}
a.btn.btninformation {
    background: transparent;
    border: 1px solid #ddd;
    color: #000;
}
a.btn.btninformation:hover {
    background: #000;
    color: #fff;
}
.seflre{
  background: #f4f4f4;
  padding: 20px;
}
.category {
}

.category h3 {
    font-size: 16px;
    border-bottom: 2px solid #fc1c50;
    padding-bottom: 15px;
    font-weight: 600;
    display: table;
    margin-top: 0px;
}

.mainleft {
    list-style: none;
    padding: 0px;
}

.mainleft > li {
    padding: 12px 0px;
    border-bottom: 1px solid #f4f4f4;
}

.mainleft > li > a {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}
.mainleft > li > .sub-menu > li {
    padding: 0px 0px;
    list-style: none;
}
.mainleft > li > .sub-menu > li > a {
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    font-size: 14px;
}
.mainleft > li > .sub-menu{
        margin: 10px 0px;
        padding-left: 0px;
        display: none;
}
.mainleft > li > a:hover, .mainleft > li > .sub-menu > li > a:focus {
    color: #fc1c50;
}
span.clickp {
    float: right;
    cursor: pointer;
}
.mainleft > li > .sub-menu > li > a:hover {
    color: #fc1c50;
}
.mainleft > li.active > .clickp.min i:before {
    content: "\f068";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.category i{
    color: #000000;
    font-weight: 100;
    font-size: 12px;
}
.specials .owl-prev{width: 50px;height: 50px;background: #c8161d;text-align: center;font-size: 31px;color: #fff;position: absolute;left: 0;bottom: -25px;}
.specials .owl-next{
  width: 50px;
  height: 50px;
  background: #c8161d;
  text-align: center;
  font-size: 31px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -25px;
}
.specials {
  position: relative;
}
.specials .owl-dots{
  text-align: center;
  margin: 17px auto;
  width: 222px;
  background: #ddd;
  height: 3px;
  transition: 1s;
}
.specials .owl-dot{width: 60px;height: 3px;
background-color:#ddd;margin: 0px 0px;border-radius: 0;display: inline-block;position: relative;top: -15px;transition: 1s;}
.specials .owl-dot.active{
background-color:#000;width: 100px;margin: 0px 0px;height: 5px;top: -14px;border-radius: 2px;transition: 1s;}

.owl-dots{
  text-align: center;
  margin-top: 10px;
}
.owl-dot{
width:15px;
height:15px;
background-color:#ddd;margin: 0px 2px;border-radius: 100%;display: inline-block;transition: 1s;}
.owl-dot.active{background-color: #fc1c50;}
.about-block-item{
  position: relative;
  margin-bottom: 17px;
  /* height: 210px; */
  text-align: center;
}
.about-block-item span{position: absolute;bottom: 6px;right: 7px;background: #c8161d;padding: 2px 19px;font-weight: bold;color: #fff;}
.contsdel h4{
margin-top: 20px;
}
.homeslider{
  /* position: relative; */
  min-height: 70vh;
  width: 100%;
}
.homeslider:before{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 28%);
  z-index: 0;
}
.homeslider video{
      width: auto;
    height: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.video-object{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.banner .block a:hover{
  background-color: #000;
}
.produstimage:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(0);
    transition: 0.5s;
}
.produstimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.produstimage:hover img {
    transform: scale(1.05);
}
.produstimage:hover:before {
    transform: scale(1);
}
.produstimage {
    position: relative;
    display: block;
    overflow: hidden;
    height: 277px;
    background: #fff;
}
.product_item{
  position: relative;
}
.product_item p a{
  color: #fff;
  padding-top: 14px;
  text-align: center;
  display: block;
}
.cta {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.overlay-primary::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.6;
}
a.jkit-readmore {
    color: #fc1c50;
} 
.productimagesec{
  height: 254px;
  overflow: visible;
}
.productwire{
  width: 100%;
  height: 400px;
}
.product-content{
  padding: 7px 30px;
  position: absolute;
  bottom: 12%;
  width: 76%;
}
.product-content h5{font-size: 25px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;color: #fff;}
.product-content p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.product-block{
  transition:all 0.3s ease-in-out;
  background: #fcfcfc;
  overflow: hidden;
  /* box-shadow: 0px 1px 3px #fee1cb; */
  width: 100%;
  display: table;
}
.product-block:hover{
  }
  .service-item:hover{
    margin-top:-3px;
  }
  .product-block:hover .lqd-pf-overlay-bg {
    opacity: 1;
    transform: scale(1);
}

.product-block .lqd-pf-overlay-bg {
    font-size: 55px;
   opacity: 0;
    color: #fff;
}
.bg-transparent {
    background-color: transparent;
}
.lqd-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lqd-pf-overlay-bg {
    border-radius: inherit;
    opacity: 0;
    transform: scale(.95);
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23,1,0.32,1);
}
.product-block:hover .lqd-pf-overlay-bg i {
    opacity: 1;
    transform: translateX(0);
}

.product-block .lqd-pf-overlay-bg i {
    display: block;
    opacity: 0;
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23,1,0.32,1);
    transform: translateX(-20px);
    text-align: center;
    position: absolute;
    top: 9%;
    left: 6%;
}
.icon-custom-bg img{
  width: 100px;
}
.lqd-iconbox-heading{font-size: 20px;margin-top: 17px;}
.contents p{
  
}
.iconbox{
  text-align: center;
}
/******************************************/
/****      07. About us css        ****/
/******************************************/

.about-us{
  padding: 100px 0;
}

.about-images{
  position: relative;
  padding-left: 60px;
  padding-top: 35px;
  background: url(../img/icon-about-dot.svg) no-repeat top left;
}

.about-image img{
  width: 100%;
  border-radius: 20px;
}

.about-video{
  width: 45%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.about-video figure img{
  width: 100%;
  border: 4px solid var(--white-color);
  border-radius: 20px;
}

.video-play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-button a{
  display: inline-block;
  position: relative;
  /* font-size: 50px; */
  height: 50px;
  border-radius: 50%;
  text-align: center;
}

.video-play-button a img{
  width: 50px;
}

.video-play-button a:before{
  content: '';
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 2px solid #F6F8FF;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1s infinite linear;
}

.video-play-button a:after{
  content: '';
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 2px solid #F6F8FF;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1s infinite linear;
  animation-delay: .3s;
}

@keyframes border-zooming{
  100%{
    transform: scale(1);
    opacity: 0;
  }
}
.image-anime{
  position: relative;
  overflow: hidden;
}

.image-anime:after{
  content: "";
  position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.readus{
color: #fc1c50;
}
.carousel.slide {
  height: 70vh;
}
.carousel.slide .carousel-item{
  height: 70vh;
  position: relative;
}
.navbar.navbar-scroll{
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 999;
}
.navbar.navbar-scroll #navbarmain .nav-link,
 .navbar.navbar-scroll .top-bar-info li a,
  .navbar.navbar-scroll .Language, 
  .navbar.navbar-scroll .Language li a{
color: #000;
}

/*menu navigation*/

.navigation_new {
  width: 100%;
}
.navigation_new .level-1 {
  border-top: 1px solid #ccc;
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
}
.navigation_new li {
  display: block;
  transition: background 150ms linear 150ms;
}
.navigation_new li:after {
  width: 320px;
  display: inherit;
  content      : '';
  border-bottom: solid 3px #000;
  transform    : scaleX(0);
  transition   : transform 300ms ease-in-out;
}
.navigation_new li:before{
  display: inherit;
  content      : '';
  border-bottom: solid 1px #ddd;
  width: 320px;
}

.navigation_new li:hover:after {
    transform: scaleX(1);
}
.navigation_new li.result_hover .level-2{display: block;}
.navigation_new li:hover .level-2 {
  transform: translateY(0px);
  display: block;
}
.navigation_new li a {
  font-size: 19px;
  text-decoration: none;
  display: block;
  padding: 25px 4px;
}
.navigation_new li:last-child{
  border-bottom: none;
}
.navigation_new .level-2 {
  position: absolute;
  top: 0;
  left: 380px;
  display: none;
  width: 67%;
  height: 100%;
  padding: 16px 0 0 0;
  text-align: center;
  transition: visibility 150ms linear 150ms, background 150ms linear 150ms;
  background: #fff;
  z-index: 9;
  transform: translateY(10px);
}
.navigation_new.touch-screen .level-2 {
  visibility: initial;
  display: none;
  transition: none;
}
.navigation_new.touch-screen li:hover .level-2 {
  visibility: initial;
  display: block;
}
.navigation_new.touch-screen li, .navigation_new.no-hover-intent li {
  visibility: initial;
  transition: none;
}
.navigation_new.no-hover-intent .level-2 {
  visibility: initial;
  display: none;
}
.navigation_new.no-hover-intent li:hover .level-2 {
  visibility: initial;
  display: block;
}
.images_dl img{
  width: 100%;
}
.menupro{

}
.menupro p{
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 0px;
}

.top-header-left {
   position: fixed;
   right: 0;
   bottom: 250px;
   z-index: 99;
}
.top-header-left ul{
  list-style: none;
}
.navigation_new > .level-1 > .level-2.active{
  display: block;
}
.top-header-left ul li a {
    text-decoration: none;
    color: #fff;
    transition: .3s ease-in-out;
    font-size: 16px;
    background: #fc1c50;
    padding: 4px 10px;
    display: block;
    margin-bottom: 4px;
    text-align: center;
    margin-left: 0;
    border-radius: 7px 0px 0px 7px;
    overflow: hidden;
}

.top-header-left ul li a:hover {
    background: #000;
    transition: .3s ease-in-out;
    margin-left: -3px
}
.product-block .lqd-pf-overlay-bg i img{
  width: 30px;
}
.menupro a{
  padding: 0px 0px !important;
}
section.section.about {border-top: 1px solid #eee;}

    
    .testimonial-block .client-info span{
      font-size: 12px;
      line-height: 1.2;
      display: block;
      margin-top: 4px;
    }
    .Language button:hover, .Language button:focus{
      outline: none !important;
      box-shadow: none;
      border: none;
    } 
    .Language li a:hover{
      color:#fc1c50;
      }
     .Language li a{color: #000;padding: 3px 4px 3px 3px;display: block;}
    
    .Language li{display: block;border-bottom: 1px solid #eee;}
    .Language li img{
     border-radius:100%;
     margin-right: 8px;
    }
    .language-menu{padding: 0px 3.3px;position: absolute;background: #fff;margin: 0px;border-radius: 0px 0px 3px 3px;text-align: left;z-index: 99;}
    .btnlanguage{background: #fff;border-radius: 0px;border: none;padding: 4px 5px;}
    .btnlanguage img{
      margin-right: 4px;
    }
    #navbarmain .navbar-nav > li:last-child a{
  padding-right: 0px;
}
.btnlanguage2 {
    background: #fff;
    border-radius: 0px;
    border: none;
    padding: 4px 7px;
}
.blog-item img{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.backbund{
  background: #fafafa;
  padding: 25px 10px 6px;
}
.overflow_tabs {
    height: 300px;
    overflow: hidden;
    display: block;
    margin-bottom: 0px;
    border-radius:10px;
}
.overflow_tabs:hover img{
  transform: scale(1.05);
}
.overflow_tabs img{
    height: 100%;
    width:100%;
    transition: all 0.5s ease-out 0s;
}
.detil_btop_item {
    border: 1px solid #ddd;
    margin-bottom: 23px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px #ddd;
}
.advantage .listing{
  padding: 0px;
  margin: 0px;
}
.advantage .listing li{
  color: #f8f8f8;
  list-style: none;
  padding-left: 27px;
  padding-bottom: 10px;
  position: relative;
}
.advantage .listing li:before{
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #fff;
    left: 0;
    position: absolute;
    top: 8px;
}
.about-pholosopy img{
  width: 60px;
}
.team-box {
    margin-bottom: 0px;
}
.team-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #eee;
}
.team-box:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.team-box:hover .img-box ul {
    left: 15px;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    border-radius: 3px;
}
.team-box .img-box ul li a {
    display: block;
    background-color: #fc1c50;
    font-size: 13px;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}
.team-box .text-box {
    margin-top: 25px;
    padding: 0 0px;
}
.team-box .text-box h5 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    color: #091D3E;
}
.team-box .img-box ul {
    position: absolute;
    top: 15px;
    left: -40px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
}
* {
    /*-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
    outline: none;
}
.border-bottom-none{
  border-bottom:none !important;
}
.fs-15{
  font-size:13px !important;
}

.apliction_img{
      position: relative;
      overflow: hidden;
      transition: all 0.3s linear;
}
.apliction_img a {
    display: block;
    position: relative;
}
.aplicontent a span{
  color: #898787;
}
/*.apliction_img a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgba(14, 14, 14, 0.92) 78%);
    width: 100%;
    height: 100%;
    z-index: 0;
}*/
.aplicontent{
    padding: 15px 15px;
}
.aplicontent h4 {
    font-size: 24px;
    line-height: 27px;
    color: #000000;
    padding-left: 15px;
    position: relative;
}
.aplicontent h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: linear-gradient(-160deg, #fc1c50 0%, #fab07f 100%);
    width: 3px;
    height: 25px;
    transform: translateY(-50%);
}
.aplicontent a{
  color: #fc1c50;
  text-decoration: none;
}
.aplicontent p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
    transition: all 0.3s linear;
}

.gallery-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.gallery-img img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    display: block;
    width: 100%;
    height: 205px;
    object-fit: cover;
    transform: scale(1.001);
}
.gallery-img .icon {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gallery-img .icon i {
    transform: rotate(-45deg);
}
.gallery-img .icon i {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: inline-flex;
    color: #fc1c50;
}
.gallery-img .mask {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 133 52);
    mix-blend-mode: normal;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.stories_sl h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}
.content_stry p{
  margin: 0px;
}
.stories_sl .content_stry {
    margin: 10px 0 0px 0;
    text-align: center;
    padding: 10px 9px 24px;
}
.stories_sl:hover .gallery-img img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    transform: scale(1.05);
}
.stories_sl:hover .gallery-img .icon {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.stories_sl .gallery-img .icon i {
    transform: rotate(45deg);
}
.stories_sl:hover .gallery-img .mask {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
    opacity: 0.7;
}
.stories_sl .gallery-img .icon:hover i {
    transform: rotate(-35deg);
}
.stories_sl {
  background-color:#fff;
  box-shadow: 0px 1px 22px #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
.single-pricing {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 0px 3px #e5e5e5;
    margin-bottom:25px;
}
.pricing-badge .title {
    font-size: 19px;
    font-weight: 600;
    color: #0e0e0e;
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.pricing-price .currency {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #fc1c50;
    margin-right: 10px;
}
.pricing-price .price {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    color: #fc1c50;
}
.pricing-btn .btn {
    height: 50px;
    line-height: 48px;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    padding: 0 31px;
    margin-top: 8px;
}
.single-pricing::before {
    content: "";
    position: absolute;
    right: -38%;
    top: -42%;
    border: 30px solid #f8ebeb;
    width: 445px;
    height: 445px;
    border-radius: 50%;
    z-index: -1;
}
.download_img_box{margin-bottom: 10px;display: flex;height: 194px;/* align-items: center; */}
.download_img_box img{
  width:100%;
  border-radius: 9px;
}
.video-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.video-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(45, 45, 78, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.play-btn-02 {text-align: center;}
.play-btn-02 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background: linear-gradient(240deg, #FFC107 0%, #ce7b00 100%);
    color: #ffffff;
    transition: all 0.3s linear;
}
.video-wrap .play-btn-02 a::before {
    border: 2px solid #fc1c50;
}
.play-btn-02 a::before {
    content: "";
    border: 2px solid #fc1c50;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.video-wrap .play-btn-02 a::after {
    border: 2px solid #fc1c50;
}

.play-btn-02 a::after {
    content: "";
    border: 2px solid #fc1c50;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

@keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}
.specials{

}
.specials .item{
  border: 1px solid #eee;
  padding: 15px;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 4px #ddd;
  margin-bottom: 10px;
  border-top: 2px solid #fc1c50;
}
.clsxel {
  background-color:#f1f1f1;
}
.specials .item img{
  width: 100px;
}
.contact__form {
    background: #eee;
    padding: 37px 37px;
    border-radius: 7px;
}
.right_as_contnt h5, .right_as_contnt p, .right_as_contnt a{
  color:#fff;
}
.whatsapp_icon img{float: left;margin-right: 6px;}
.whatsapp_icon a{
  font-size: 19px;
  font-weight: bold;
}
.detailtabs_sm .tab-content{
    box-shadow: 0px 1px 4px #ddd;
}


.dropdown .dropdown-stats, .dropdown .dropdown-stats .sub-menu {
    position: absolute;
    display: block;
    background-color: #f9f9f9;
    min-width: 255px;
    top: 50px;
    left: 0;
    /* right: 0px; */
    opacity: 0;
    z-index: 999;
    /* bottom: 0; */
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    /* border-top: 3px solid #ec6c1c; */
    border-radius: 0px;
    transform: scale3d(1, 0, 1);
}
.dropdown .dropdown-stats .dropdown-item {
    padding: 8px 14px;
    background: transparent;
    font-weight: 400;
    color: #000000;
    position: relative;
    font-size: 14px;
}
.dropdown:hover .dropdown-stats {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
}
.dropdown .dropdown-stats li:hover .sub-menu{
opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);	
}
.dropdown .dropdown-stats a.dropdown-item:before {
    display: inherit;
    content: '';
    border-bottom: solid 1px #ddd;
    width: 240px;
    bottom: 0;
    position: absolute;
}
.dropdown .dropdown-stats > li > a:after{content: "\f105";right: 5px;top: 13px;position: absolute;display: inline-block;font: normal normal normal 15px / 1 FontAwesome;}
.navbar-nav .dropdown .dropdown-stats .sub-menu{
	left:100%;
	top:0;
}
.dropdown .dropdown-stats li{
  list-style: none;
	position:relative;
}
.dropdown .dropdown-stats .dropdown-item:hover{
      color: #fc1c50;
}
.blog-thumb {
    display: flex;
    height: 212px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.applicationrow .row{
  background-color:#fff;
  margin:30px 0px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 3px #ddd;
}
.applicationrow .row:nth-child(even){
      flex-direction: row-reverse;
}
.rfqapp .collapsible-link:hover, .rfqapp .collapsible-link:focus{
  text-decoration:none;
}
.rfqapp .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.rfqapp .collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.rfqapp .card {
    background-color: #fbfbfb;
  }
.rfqapp .collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.rfqapp .accordion h3 {
margin-top: 20px;
}
.tablevel li{
  list-style: none;
  margin: 0px 11px;
}
.tablevel li a{
  list-style: none;
  text-transform: capitalize;
  border: 2px solid #767171;
  padding: 8px 24px;
  border-radius: 4px;
  display: block;
}
.tablevel li a:hover{
  background: #fc1c50;
    color: #fff;
    border-color:#fc1c50;
}

/*story css*/
.customerBanner {
                    padding: 0 0 6vw 0;
                    background-color: #fff;
                    margin-top: 50px;
                }

                .customerBannerFont {
                    text-align: left;
                    background-color: #000;
                    color: #fff;
                    border-radius: 0 0 0 90px;
                    height: 600px;
                    background: linear-gradient(90deg, rgb(236 178 45) 0%, rgb(255 160 97) 35%, rgb(237 112 29) 100%);
                }

                .customerBannerFontBox {
                    position: absolute;
                    left: 8%;
                    top: 10%;
                    padding: 52px;
                }

                .customerBannerFontBox h1 {
                    font-size: 80px;
                    font-weight: 600;
                    font-family: "Montserrat-Bold";
                    letter-spacing: 2px;
                }

                .customerBannerFontBox h2 {
                    font-size: 80px;
                    color: #fff;
                }

                .customerBannerFontBox h3 {
                    line-height: 1.5;
                    color: #fff;
                }

                .customerBannerimg {
                    text-align: center;
                    overflow: hidden;
                }

                .customerBannerimg img {
                    width: 100%;
                }

                .swiper-container {
                    width: 100%;
                    overflow: hidden;
                }

                .swiper-container-free-mode>.swiper-wrapper {
                    -webkit-transition-timing-function: linear;
                    -moz-transition-timing-function: linear;
                    -ms-transition-timing-function: linear;
                    -o-transition-timing-function: linear;
                    transition-timing-function: linear;
                    margin: 0 auto;
                }

                .swiper-slide img {
                    width: 32%;
                    padding: 5px;
                }

                /*.swiper-slide img:nth-of-type(2), .swiper-slide img:nth-of-type(5) {
                    margin-top: -250px;
                }*/

                .customerEncouragement,.customerEncouragementStoryBox,.customerEncouragementStory,.customerEncouragementStoryImg {
                    padding: 0 0;
                }

                .customerEncouragement {
                /*    background-color: #f3f5f9;*/
                    display: flex;
                }

                .customerEncouragementStoryBox {
                    width: 74%;
                }

                .customerEncouragementLogoBox {
                    width: 26%;
                }

                .customerEncouragementStory:not(:first-child) {
                    display: none
                }

                ; .customerEncouragementStoryImg img {
                    width: 100%;
                }

                .customerEncouragementStoryFont {
                    position: absolute;
                    top: 15%;
                }

                .customerEncouragementStoryFont h1 {
                    font-size: 42px;
                    font-weight: 600;
                    color: #fff;
                }

                .customerEncouragementStoryFont h1 span {
                    font-size: 40px;
                    font-weight: 600;
                    color: #fff;
                    letter-spacing: 1px;
                    line-height: 60px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: initial;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                }

                .customerEncouragementStoryFont h3 {
                    font-weight: 600;
                    color: #fff;
                    letter-spacing: 1px;
                }

                .customerEncouragementStoryFont button {
                    border: none;
                    background: #ff4610;
                    border-radius: 4px;
                    padding: 10px 15px;
                    color: #fff;
                    margin-top: 6%;
                    font-weight: bold;
                    transition: all 0.8s;
                    letter-spacing: 1px;
                }

                .customerEncouragementStoryFont button:hover {
                    border: none;
                    background-color: #fff;
                    color: #ff4610;
                    transform: translate(0,-15px);
                }

                .customerEncouragementLogoBox {
                    padding: 160px 0;
                }

                .customerEncouragementLogo {
                    border-bottom: 1px solid #e0e0e0;
                    cursor: pointer;
                    border-radius: 10px 0 0 10px;
                    padding: 20px 0px;
                }

                .customerEncouragementLogoActiveClass {
                    background-color: #fff;
                    border-radius: 10px 0 0 10px;
                    padding: 20px 0px;
                }

                .customerEncouragementLogo img {
                    width: 54%;
                    margin: 0 auto;
                    opacity: 0.2;
                    transition: all 0.5s;
                }

                .customerEncouragementLogo svg {
                    display: none;
                }

                .allCustomerCases {
                    padding: 5vw 0 5vw 0;
                }

                .allCustomerCasesBoxContent,.allCustomerCasesMore,.allCustomerCasesClose {
                    width: 65%;
                    margin: 0 auto;
                }

                .allCustomerCases h2 {
                    font-size: 40px;
                    font-weight: 600;
                }

                .allCustomerCases hr {
                    width: 60px;
                    background-color: #ff4610;
                    height: 3px;
                    border-top: none;
                    margin-top: 50px;
                    margin-bottom: 50px;
                    width: 60px;
                    background-color: #ff4610;
                    height: 3px;
                    border-top: none;
                    margin-top: 50px;
                    margin-bottom: 50px;
                }

                .allCustomerCasesBox {
                    width: 100%;
                    overflow: hidden;
                    margin-bottom: 50px;
                }

                .allCustomerCasesContent a {
                    border-bottom: 1px solid #333;
                    display: flex;
                    padding: 30px 0px;
                }

                .CustomerCasesImg {
                    width: 28%;
                }

                .CustomerCasesImg img {
                    width: 100%;
                }

                .CustomerCasesContent {
                    width: 70%;
                    padding: 0px 30px;
                    margin-left: 2%;
                }

                .CustomerCasesContent h2 {
                    font-size: 30px;
                }

                .CustomerCasesContent h2,.CustomerCasesContent h3 {
                    color: #333;
                    margin-top: 8px;
                    margin-bottom: 8px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                .CustomerCasesContent p {
                    color: #333;
                    font-size: 16px;
                    line-height: 26px;
                    margin-top: 15px;
                    margin-bottom: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

                .CustomerMark {
                    display: flex;
                    margin-top: 15px;
                }

                .CustomerMark div {
                    padding: 3px 15px;
                    border-radius: 20px;
                    background-color: #f3f5f9;
                    margin-right: 20px;
                    display: flex;
                }

                .CustomerMark div span {
                    margin-top: 2px;
                }

                .CustomerMark div p {
                    color: #333;
                    line-height: 16px;
                    font-size: 14px;
                    display: inline-block;
                    margin-top: 5px;
                    margin-bottom: 0px;
                }

                .CustomerCasesContent button {
                    border: none;
                    background-color: #ff4610;
                    color: #fff;
                    padding: 4px 15px;
                    font-size: 15px;
                    position: absolute;
                    right: 50px;
                    border-radius: 4px;
                    bottom: 30px;
                }

                .allCustomerCasesMore a {
                    color: #000;
                    text-decoration: underline;
                    font-weight: bold;
                    font-size: 25px;
                }

                .allCustomerCasesMore a p {
                    text-align: right;
                }

                .allCustomerCasesClose {
                    color: #000;
                    font-weight: bold;
                    font-size: 25px;
                    text-align: right;
                    cursor: pointer;
                }

                .allCustomerCasesClose span {
                    transform: rotate(-90deg);
                    display: inline-block;
                    color: #000;
                    cursor: pointer;
                }

                .customerReviews {
                    background-color: #f3f5f9;
                    padding: 5vw 0 5vw 0;
                }

                .customerReviews h2 {
                    font-size: 40px;
                    font-weight: 600;
                }

                .customerReviews hr {
                    width: 60px;
                    background-color: #ff4610;
                    height: 3px;
                    border-top: none;
                    margin-top: 50px;
                    margin-bottom: 50px;
                    width: 60px;
                    background-color: #ff4610;
                    height: 3px;
                    border-top: none;
                    margin-top: 50px;
                    margin-bottom: 50px;
                }

                .customerReviewsBox {
                    width: 65%;
                    margin: 0 auto;
                    display: flex;
                }

                .customerReviewsVideo {
                    width: 70%;
                }

                .customerReviewsOptionsGroup {
                    width: 25%;
                    overflow-y: scroll;
                    margin-left: 4%;
                }

                .customerReviewsOptions {
                    border-bottom: 1px solid #e0e0e0;
                    cursor: pointer;
                    padding: 5px 20px;
                }

                .customerReviewsOptions p {
                    line-height: 40px;
                    font-size: 18px;
                    justify-content: center;
                    font-weight: 600;
                }

                .customerReviewsOptions p span {
                    width: 15px;
                    height: 15px;
                    display: inline-block;
                    border-radius: 50%;
                    margin-right: 10px;
                }

                .customerReviewsVideo .embed-responsive:not(:first-child) {
                    display: none
                }

                ; .customerInformation,.customerInformationImg {
                    padding: 0 0;
                }

                .customerInformationImg img {
                    width: 100%;
                }

                .customerInformationFont {
                    position: absolute;
                    top: 18%;
                }

                .customerInformationFont h2,.customerInformationFont span {
                    font-size: 40px;
                    font-weight: bold;
                }

                .customerInformationFont h2 {
                    color: #fff;
                    letter-spacing: 2px;
                }

                .customerInformationFont span {
                    color: #ff4610;
                }

                .customerInformationFont button {
                    padding: 12px 16px;
                    border: none;
                    background-color: #ff4610;
                    color: #fff;
                    font-size: 21px;
                    font-weight: 600;
                    border-radius: 4px;
                    letter-spacing: 2px;
                    margin-top: 5%;
                    transition: all 0.8s;
                }

                .customerInformationFont button:hover {
                    background-color: #ea5529;
                    transform: translate(0,-15px);
                }

                .customerInformation .contact-content:nth-of-type(1) {
                    border-radius: 30px;
                    padding: 0;
                    width: 50%;
                    margin: 8rem auto;
                }

                @media screen and (max-width: 2000px) {
                    .customerBannerFont {
                        height: 600px;
                    }

                    .allCustomerCasesBoxContent, .allCustomerCasesMore, .allCustomerCasesClose {
                        width: 80%;
                    }

                    .CustomerCasesImg {
                        width: 26%;
                    }

                    .customerReviewsBox {
                        width: 78%;
                    }
                }

                @media screen and (max-width: 1700px) {
                    .customerBannerFont {
                        height: 585px;
                    }

                    .customerBannerFontBox {
                        top: 0%;
                    }

                    .customerBannerFontBox h1 {
                        font-size: 68px;
                    }

                    .customerBannerFontBox h2 {
                        font-size: 66px;
                    }

                    .customerEncouragementStoryFont {
                        top: 14%;
                    }

                    .customerEncouragementStoryFont h1 span {
                        font-size: 34px;
                        line-height: 35px;
                        letter-spacing: 1px;
                    }

                    .customerEncouragementStoryFont h3 {
                        font-size: 18px;
                    }

                    .customerEncouragementLogoBox {
                        padding: 80px 0;
                    }

                    .customerEncouragementLogo p {
                        font-size: 22px;
                    }

                    .customerEncouragementLogo img {
                        width: 70%;
                    }

                    .allCustomerCasesBoxContent, .allCustomerCasesMore, .allCustomerCasesClose {
                        width: 85%;
                    }

                    .CustomerCasesImg {
                        width: 25%;
                    }

                    .CustomerCasesContent {
                        width: 74%;
                    }

                    .CustomerCasesContent p {
                        font-size: 16px;
                        margin-top: 15px;
                        margin-bottom: 20px;
                    }

                    .customerReviewsBox {
                        width: 85%;
                    }

                    .customerReviewsOptions p {
                        line-height: 38px;
                        font-size: 16px;
                    }

                    .customerInformationFont {
                        top: 8%;
                    }

                    .customerInformationFont h2, .customerInformationFont span {
                        font-size: 33px;
                    }

                    .customerInformationFont button {
                        font-size: 20px;
                    }
                }

                @media screen and (max-width: 750px) {
                    .customerBanner {
                        margin-top: 50px;
                        overflow: hidden;
                    }

                    .customerBannerFont {
                        margin-left: 43px;
                        height: 600px;
                        border-radius: 0 0 0 50px;
                    }

                    .customerBannerFontBox {
                        left: 2%;
                        top: 15%;
                        padding: 50px 83px 50px 40px;
                    }

                    .customerBannerFontBox h1 {
                        font-size: 40px;
                        font-weight: 600;
                    }

                    .customerBannerFontBox h2 {
                        font-size: 40px;
                    }

                    .customerBannerimg {
                        margin-top: 50px;
                    }

                    .swiper-slide img {
                        width: 100%;
                        padding: 5px;
                        margin: 0 auto;
                    }

                    .customerEncouragement {
                        display: block;
                    }

                    .customerEncouragementStoryBox {
                        width: 100%;
                    }

                    .customerEncouragementStoryImg {
                        overflow: hidden;
                    }

                    .customerEncouragementStoryImg img {
                        height: 500px;
                    }

                    .customerEncouragementLogoBox {
                        width: 100%;
                    }

                    .customerEncouragementStoryFont {
                        top: 5%;
                    }

                    .customerEncouragementStoryFont h1 {
                        font-size: 25px;
                    }

                    .customerEncouragementStoryFont h1 span {
                        font-size: 26px;
                        line-height: 30px;
                        letter-spacing: 0px;
                    }

                    .customerEncouragementStoryFont h3 {
                        font-size: 16px;
                    }

                    .customerEncouragementLogoBox {
                        padding: 0 0;
                        margin-top: 50px;
                    }

                    .customerEncouragementLogo {
                        margin-top: 5px;
                        box-shadow: 0 2px 5px #999;
                    }

                    .customerEncouragementLogo img {
                        width: 100px;
                    }

                    .customerEncouragementLogo p {
                        font-size: 18px;
                        line-height: 46px;
                    }

                    .allCustomerCasesBoxContent, .allCustomerCasesMore, .allCustomerCasesClose {
                        width: 95%;
                    }

                    .allCustomerCasesContent a {
                        display: block;
                    }

                    .CustomerCasesImg,.CustomerCasesContent {
                        display: block;
                        width: 100%;
                        padding: 0 20px;
                    }

                    .CustomerCasesContent h2, .CustomerCasesContent h3 {
                        -webkit-line-clamp: 3;
                    }

                    .CustomerCasesContent h3 {
                        font-size: 18px;
                    }

                    .CustomerCasesContent h2 {
                        font-size: 24px;
                    }

                    .CustomerCasesContent p {
                        font-size: 16px;
                    }

                    .CustomerMark {
                        display: block;
                    }

                    .CustomerMark div {
                        display: inline-block;
                        margin-right: 2px;
                        margin-top: 2px;
                    }

                    .CustomerCasesContent p {
                        -webkit-line-clamp: 4;
                    }

                    .CustomerCasesContent button {
                        position: initial;
                        right: 0;
                        margin-top: 25px;
                    }

                    .customerReviewsBox {
                        display: block;
                        width: 95%;
                    }

                    .customerReviewsVideo {
                        width: 100%;
                    }

                    .customerReviewsOptionsGroup {
                        width: 80%;
                        margin-top: 50px;
                    }

                    .customerReviewsOptions p {
                        font-size: 16px;
                    }

                    .customerInformationFont {
                        top: 22%;
                    }

                    .customerInformationFont h2, .customerInformationFont span {
                        font-size: 30px;
                        line-height: 1.2;
                    }

                    .customerInformationFont button {
                        padding: 10px 20px;
                        font-size: 20px;
                    }

                    .customerInformation .contact-content:nth-of-type(1) {
                        width: 90%;
                    }
                }

   @media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}
.leftprofile{/* border-right: 1px solid #f1efef; */padding: 18px;background: #fff;box-shadow: 0px 1px 7px #e7e7e7;}
.trade_profile_div li:last-child a{
border-bottom:none;
}
.leftprofile li.active a{
 color: #fc1c50;
}
.leftprofile li.active a:after{
  content: '';
  width: 40px;
  height: 3px;
  display: block;
  background: #fc1c50;
  margin-top: 7px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}
.trade_profile_div li a{
  display: block;
  transition: all 0.3s ease-in-out;
  padding: 10px 0px;
  border-bottom: 1px solid #f4f4f4;
  font-size: 15px;
  position: relative;
  background: #fff;
  font-weight: 600;
}.trade_profile_div{
  
padding: 0px;
  
list-style: none;
}
.leftprofile li a:hover {
    color: #fc1c50;
}

.tabvalue .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
  margin-top: 0px;
  justify-content: center;
  /* background: #eee; */
}
.tabvalue .nav .nav-item{
  /* border: 1px solid #ccc; */
  margin-bottom: 2px;
}
.tabvalue .nav .nav-item a.active{
 background: #fc1c50;
 color: #fff;
 border-radius: 4px;
 text-align: center;
}
.tabvalue .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #dad8d8;
  border-radius: 4px;
  text-align: center;
  padding: 7px 21px;
  font-size: 14px;
}
.tabvalue .nav-tabs>li>a.active, .tabvalue .nav-tabs>li>a.active:focus, .tabvalue .nav-tabs>li>a.active:hover {
  color: #fff;
  cursor: default;
  background-color: #fc1c50;
  border-radius: 4px;
}
.tabvalue .nav-item:not(:last-child) {
  padding-right: 1rem;
}
.tabvalue {
    background: #fff;
    padding: 20px 0px;
    box-shadow: 0px 1px 7px #e7e7e7;
}
.learnmore{padding: 10px 14px;background: rgb(161 161 161 / 31%);position: relative;bottom: 0;left: 0;right: 0;margin-bottom: 24px;}
.learnmore .readmore{background: #fff;font-size: 15px;padding: 1px 7px;border-radius: 7px;}
.learnmore h5{
  margin: 0px;
  color: #000;
}
.pdfbtn {
    position: absolute;
    bottom: 7px;
    right: 4%;
}
.learnmore .readmore:hover{
    background: #fc1c50;
}

img.zoom {
  width: 100%;
  height: 128px;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.customerBanner .transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.1);
}
.customerBanner .modal-header {
  border-bottom: none;
}
.customerBanner .modal-title {
  color: #000;
}
.customerBanner .modal-footer {
  display: none;
}
.fancybox {
  margin:10px 0px;
}
.fancybox-overlay-fixed {
    z-index: 9999 !important;
}
.omvoice {
    height: 300px;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.omvoice img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: 100px;
    background-color: #010001;
}
.text_videos{
 position: absolute;
text-align:center;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.minus100{
margin-top: -250px;
}
.news-content table {
    overflow-x: auto;
    width: 100%;
    margin: 10px 0px;
}
.brands{padding-top: 14px;}
.brands i{
  font-size: 25px;
  color: #fc1c50;
}
.brands h4{
  padding: 10px 0px;
}
.brands p{
  font-size: 14px;
}
.contsdel {
    text-align: center;
    padding-top: 14px;
}
.contsdel p{
  margin:0px;
}
.customerBannerimg{
  height:585px;
  overflow: hidden;
}
.movingscale{
will-change: transform;
  animation: marquee 10s linear infinite;
  
}
@keyframes marquee {
  from { transform: translateY(0); }
  to { transform: translateY(-100%); }
}
  .season_content iframe{
    border:none;
  }
.service .content p{
  font-size:14px;
}

.related-news{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius: 4px;
    padding:25px;
/*     position:sticky;
    top:30px; */
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

/* Heading */

.related-news-heading{
    position:relative;
    padding-bottom:20px;
    margin-bottom: 0px;
    border-bottom:1px solid #eee;
}

.related-label{
    display:inline-block;
    font-size: 9px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    color: #046fb8;
    margin-bottom:7px;
}

.related-news-heading h3{
    margin:0;
    color:#172033;
    font-size: 20px;
    font-weight:700;
}


/* News Item */

.related-news-item{
    display:flex;
    gap:15px;
    padding:18px 0;
    border-bottom:1px solid #eee;
}


/* Image */

.related-news-image{
    width:105px;
    height:85px;
    min-width:105px;
    overflow:hidden;
    border-radius:10px;
    display:block;
}

.related-news-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s ease;
}

.related-news-item:hover .related-news-image img{
    transform:scale(1.08);
}


/* Content */

.related-news-content{
    flex:1;
}

.related-news-date{
    display:block;
    font-size:12px;
    color:#888;
    margin-bottom:6px;
}

.related-news-date i{
    color: #fc1c50;
    margin-right:4px;
}

.related-news-content h4{
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 1px;
    font-weight:600;
}

.related-news-content h4 a{
    color:#172033;
    text-decoration:none;
    transition:.3s;
}

.related-news-content h4 a:hover{
    color:#0d6efd;
}


/* Read More */

.related-read{
    font-size:12px;
    font-weight:600;
    color: #fc1c50;
    text-decoration:none;
}

.related-read i{
    margin-left:4px;
    transition:.3s;
}

.related-read:hover{
    color:#172033;
}

.related-read:hover i{
    margin-left:8px;
}


/* View All */

.related-all{
    padding-top:22px;
    text-align:center;
}
.related-all a{
    display:block;
    padding:12px 20px;
    border-radius:8px;
    background: #fc1c50;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}
.related-all a:hover{
    background:#172033;
}
.related-all i{
    margin-left:7px;
}
@media(max-width:991px){
    .related-news{
        margin-top:40px;
        position:relative;
        top:auto;
    }
}
.backbund .col-lg-4{
  padding: 0px 10px;
}
.technical-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.technical-table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    border: 1px solid #222;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #111;
}

.technical-table th, .news-content th {
    background: #ffe6ec;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #222;
}

.technical-table td, .news-content td {
    background: #ffffff;
    border: 1px solid #222;
    padding: 9px 8px;
    text-align: center;
/*     line-height: 1.15; */
	    width: auto;
    vertical-align: middle;
}

.technical-table td:first-child {
    width: 45%;
}

.technical-table td:last-child {
    width: 55%;
}
.footer p a{
    color: #b8b8b8;
}
/* Responsive */
.blog-item .blog-thumb{
	display:block;
}
@media (max-width: 767px) {
	.aplicontent h4 {
    font-size: 17px;
	}
	.omvoice {
    height: 180px;
	}
	ul.list-inline.footer-socials {
    text-align: center;
}
	.videos h3 {
    font-size: 25px;
	}
	.title-color {
    font-size: 24px;
}
	.navbar-brand {
    width: 154px;
}
	.homeslider .carousel-indicators {
    margin-bottom: 0px;
	}
	.homeslider {
    min-height: 22vh;
}
	.carousel.slide {
    height:22vh;
}
.carousel.slide .carousel-item {
    height: 22vh;
}
    .technical-table {
        min-width: 550px;
        font-size: 14px;
    }

    .technical-table th {
        font-size: 15px;
    }

}
.drawing-content img
{
width:60%;	
}
.tab-pane.active .tab-pane.fade {
    opacity: 1;
}
/* =========================
   PARTNERS SECTION
========================= */

.partners-section {
    padding: 0px 0 20px;
}

.partners-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .20);
}

/* =========================
   SLIDER
========================= */

.partners-slider {
    flex: 1;
    min-width: 0;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item img {
    object-fit: contain;
    background: #fff;
    padding: 5px 10px;
    display: block;
}


/* =========================
   OWL NAVIGATION
========================= */

.partners-slider .owl-nav {
    margin: 0;
}

.partners-slider .owl-nav button.owl-prev,
.partners-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 35px;
    height: 35px;

    margin: 0;
    padding: 0 !important;

    background: transparent !important;
    color: rgba(255,255,255,.45) !important;

    font-size: 32px !important;
    line-height: 30px !important;

    transition: all .3s ease;
}

.partners-slider .owl-nav button.owl-prev {
    left: -55px;
}

.partners-slider .owl-nav button.owl-next {
    right: -55px;
}

.partners-slider .owl-nav button:hover {
    color: #fff !important;
}


/* Remove dots */

.partners-slider .owl-dots {
    display: none;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .partners-wrapper {
        gap: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .partner-item img {
        width: 85px;
    }

    .partners-slider .owl-nav button.owl-prev {
        left: -35px;
    }

    .partners-slider .owl-nav button.owl-next {
        right: -35px;
    }

}


@media (max-width: 767px) {

    .partners-wrapper {
        display: block;
        padding-bottom: 15px;
    }
    .partners-slider .owl-nav button.owl-prev {
        left: -10px;
    }

    .partners-slider .owl-nav button.owl-next {
        right: -10px;
    }

}
.whatsapp_footer{
	
}
.whatsapp_footer img{
	
}
.whatsapp_footer {
    position: fixed;
    right: 9px;
    bottom: 175px;
}

.whatsapp_footer > img {
    width: 50px;
    height: 50px;
    display: block;
}


/* QR Image */

.whatsapp_qr {
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px);
    width: 224px;
    padding: 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7) translateY(10px);
    transform-origin: bottom right;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
    z-index: 9999;
}


/* QR Image */

.whatsapp_qr img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.overflow-table {
    display: block;
    overflow-x: auto;
}
/* Hover */

.whatsapp_footer:hover .whatsapp_qr {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}
@media (max-width: 575px) {

    .partner-item img {
        width: 80px;
        height: 42px;
    }

}