/*============================================================================================*/
/* HOME */
/*============================================================================================*/
ul#banners_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul#banners_grid li {
  position: relative;
  width: 33.33%;
  float: left;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

ul#banners_grid li:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  ul#banners_grid li {
    width: 100%;
    float: none;
    border-right: none;
  }
}
ul#banners_grid li a.img_container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  width: 100%;
  height: 250px;
}

@media (max-width: 767px) {
  ul#banners_grid li a.img_container {
    width: 100%;
    float: none;
    height: 210px;
  }
}
ul#banners_grid li a.img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1199px) {
  ul#banners_grid li a.img_container img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  ul#banners_grid li a.img_container img {
    width: 100%;
    height: auto;
  }
}
ul#banners_grid li a.img_container:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.02);
  -moz-transform: translate(-50%, -50%) scale(1.02);
  -ms-transform: translate(-50%, -50%) scale(1.02);
  -o-transform: translate(-50%, -50%) scale(1.02);
  transform: translate(-50%, -50%) scale(1.02);
}

ul#banners_grid li a.img_container .short_info {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

ul#banners_grid li a.img_container .short_info h3 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 900;
}

@media (max-width: 767px) {
  ul#banners_grid li a.img_container .short_info h3 {
    margin-top: -20px;
  }
}
ul#banners_grid li a.img_container .short_info div {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  text-align: center;
  width: 100%;
  visibility: hidden;
  display: table;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

ul#banners_grid li a.img_container .short_info div .btn_1 {
  padding: 10px 22px;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  ul#banners_grid li a.img_container .short_info div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
ul#banners_grid li a.img_container .short_info:hover div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.categories_grid a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .categories_grid a {
    height: 180px;
    margin-bottom: 10px;
  }
}
.categories_grid a .wrapper {
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 100px 20px 20px 20px;
}

.categories_grid a .wrapper h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0;
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.categories_grid a .wrapper p {
  color: #fff;
  opacity: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.categories_grid a img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.categories_grid a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.categories_grid a:hover h2 {
  -webkit-transform: translateY(-5px) translateZ(0);
  -moz-transform: translateY(-5px) translateZ(0);
  -ms-transform: translateY(-5px) translateZ(0);
  -o-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}

.categories_grid a:hover p {
  opacity: 0.8;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

/* Home video background*/
.header-video {
  position: relative;
  overflow: hidden;
  background-color: lightgray;
  height: 600px !important;
}

@media (max-width: 991px) {
  .header-video {
    height: 480px !important;
  }
}
#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99;
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#hero_video iframe {
  height: 100%;
  width: 100%;
}

video {
  width: 100%;
}

.teaser-video {
  width: 100%;
  height: auto;
}

.header-video--media {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  #hero_video {
    background: lightgray url(../img/slides/slide_home_1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .header-video {
    background: none;
  }
}
#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none;
}

@media (max-width: 767px) {
  #icon_drag_mobile {
    display: block;
  }
}
.isotope_filter ul {
  list-style: none;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0;
}

.isotope_filter ul li {
  text-align: center;
  display: inline-block;
  border-right: 1px solid #dddddd;
  line-height: 1;
  padding-right: 13px;
  padding-left: 10px;
}

.isotope_filter ul li:last-child {
  border-right: none;
}

.isotope_filter ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.isotope_filter ul li a.selected {
  color: #444;
}

.featured {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  height: 560px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .featured {
    height: 640px;
  }
}

@media only screen and (max-width: 1024px) {
  .featured {
    background-attachment: initial !important;
  }
}
.featured h3, .featured p, .featured .feat_text_block {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -webkit-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}

.featured .animated h3, .featured .animated p, .featured .animated .feat_text_block {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured .animated h3 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.featured .animated p {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
}

.featured .animated .feat_text_block {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}

.featured h3 {
  color: #fff;
  font-weight: 500;
  /*text-transform: uppercase;*/
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .featured h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .featured h3 {
    font-size: 24px;
  }
}

.featured h3.animated {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.single-image-subtitle {
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .single-image-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-image-subtitle {
    font-size: 16px;
  }
}

.featured .price_box {
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.featured .price_box .new_price {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
}

.featured .price_box .old_price {
  font-size: 18px;
  font-size: 1.125rem;
}

a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #444;
  margin-bottom: 30px;
  min-height: 150px;
}

@media (max-width: 575px) {
  a.box_news {
    min-height: inherit;
    padding-left: 0;
  }
}
a.box_news figure {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 575px) {
  a.box_news figure {
    position: relative;
    width: auto;
    height: 200px;
  }
}
a.box_news figure img {
  width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 575px) {
  a.box_news figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
a.box_news figure figcaption {
  background-color: #FFC107;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 15px;
  line-height: 1;
}

a.box_news figure figcaption strong {
  font-weight: 900;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}

a.box_news h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  a.box_news h4 {
    margin-bottom: 5px;
  }
}
a.box_news:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

a.box_news:hover h4 {
  /* color: #004dda; */
  color: #000000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.box_news ul {
  margin: 0;
  padding: 10px 0 0 0;
}

@media (max-width: 575px) {
  a.box_news ul {
    padding: 0;
  }
}
a.box_news ul li {
  display: inline-block;
  font-weight: 500;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
}

a.box_news ul li:last-child {
  margin-right: 0;
}

a.box_news ul li:last-child:after {
  content: "";
  margin: 0;
}

a.box_news ul li:after {
  content: "-";
  margin: 0 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .oxford-motor-block {
    margin-top: 40px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .oxford-motor-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.oxford-hd {
  font-family: Roboto;
  color: #353535;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .oxford-hd {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .oxford-hd {
    font-size: 24px;
    margin-top: 10px;
  }
}

.oxford-desc {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .oxford-desc {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .oxford-desc {
    margin-top: 8px;
  }
}

.oxford-desc-para-3 {
  margin-bottom: 20px;
}

.read-more {
  width: auto;
  padding: 0 20px;
  float: left;
  height: 42px;
  background-color: #3fa894;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.read-more:hover {
  background-color: #45b5d6;
  color: #ffffff;
}

#applicationSlider:not(.owl-loaded) {
  display: flex;
  flex-flow: row;
  overflow: hidden;
}
#applicationSlider .owl-item .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #applicationSlider .owl-item .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
#applicationSlider .owl-prev, #applicationSlider .owl-next {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}
#applicationSlider .owl-prev:hover, #applicationSlider .owl-next:hover {
  background-color: #000 !important;
  color: #fff;
}
#applicationSlider .owl-prev:hover i, #applicationSlider .owl-next:hover i {
  color: #ffffff;
}
#applicationSlider .owl-prev {
  left: 0;
}
@media only screen and (max-width: 767px) {
  #applicationSlider .owl-prev {
    left: 7px;
  }
}
#applicationSlider .owl-next {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #applicationSlider .owl-next {
    right: 7px;
  }
}
#applicationSlider .owl-dots {
  display: none;
}

@media only screen and (max-width: 767px) {
  .applications-container {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.number-divider {
  width: 100%;
  height: 1px;
  background-color: #45b5d6;
}
.number-divider .dotWrp {
  top: -20px;
}

#blogList {
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #carousel-home {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #carousel-home {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .number-divider-container {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .number-divider-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  #featuredCateCont {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #featuredCateCont {
    margin-top: 13px;
  }
}

@media only screen and (min-width: 768px) {
  #featuredProductsCont {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #parallaxCont {
    margin-top: 40px;
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 767px) {
  #parallaxCont {
    margin-top: 10px;
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .our-promise-cont {
    margin-top: 39px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .our-promise-cont {
    margin-top: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .clients-cont {
    margin-top: 36px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #testimonialCont {
    margin-top: 36.5px;
    margin-bottom: 37.5px;
  }
}
@media only screen and (max-width: 767px) {
  #testimonialCont {
    margin-top: 13px;
    margin-bottom: 13.5px;
  }
}

@media only screen and (min-width: 768px) {
  .our-certificate-cont {
    margin-top: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .our-certificate-cont {
    margin-top: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .applications-container {
    margin-top: 40px;
    margin-bottom: 36.5px;
  }
}
@media only screen and (max-width: 767px) {
  .applications-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .img-txt-cont {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .img-txt-cont {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #banners_grid {
    margin-top: 37.5px !important;
    margin-bottom: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  #banners_grid {
    margin-top: 15px !important;
    margin-bottom: 12px !important;
  }
}

@media only screen and (min-width: 768px) {
  #blogListCont {
    margin-top: 36px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #blogListCont {
    margin-top: 12px;
    margin-bottom: 0;
  }
}

.img-txt-cont {
  position: relative;
}
.img-txt-cont img {
  width: 100%;
  height: auto;
}

.img-txt-hd {
  font-weight: 500;
  color: #3d3d3d;
  margin-bottom: 22px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  .img-txt-hd {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .img-txt-hd {
    font-size: 28px;
    margin-top: 30px;
  }
}

.img-txt-para {
  font-size: 16px;
  font-weight: normal;
  color: #3d3d3d;
  margin-bottom: 18px;
  line-height: 24px;
}

.img-txt-button {
  width: auto;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #3fa894;
  color: #ffffff;
  margin-top: 18px;
}

.txt_1 {
  font-size: 14px;
}

.txt_2 {
  font-size: 16px;
}

.txt_3 {
  font-size: 18px;
}

.txt_4 {
  font-size: 20px !important;
}

.txt_5 {
  font-size: 22px;
}

.hd1 {
  font-size: 22px;
}

.hd2 {
  font-size: 24px;
}

.hd3 {
  font-size: 28px;
}

.hd4 {
  font-size: 33px;
}

.hd5 {
  font-size: 36px;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb20-minus {
  margin-bottom: -20px !important;
}

.mb30-minus {
  margin-bottom: -30px !important;
}

.line-height-24 {
  line-height: 24px;
}

.img-fluid-cust {
  width: 100%;
  height: auto;
}

.clr-black {
  color: #000000;
}

.clr-dark-grey {
  color: #353535;
}

@media only screen and (min-width: 768px) {
  .margin_30_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin_30_30 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  .margin_40_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin_40_40 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt0-b-767 {
    margin-top: 0 !important;
  }
  .mt10-b-767 {
    margin-top: 10px !important;
  }
  .mt12-b-767 {
    margin-top: 12px !important;
  }
  .mt14-b-767 {
    margin-top: 14px !important;
  }
  .mt16-b-767 {
    margin-top: 16px !important;
  }
  .mt20-b-767 {
    margin-top: 20px !important;
  }
  .mt25-b-767 {
    margin-top: 25px !important;
  }
  .mt30-b-767 {
    margin-top: 30px !important;
  }
  .mt35-b-767 {
    margin-top: 35px !important;
  }
  .mt40-b-767 {
    margin-top: 40px !important;
  }
  .mt45-b-767 {
    margin-top: 45px !important;
  }
  .mt50-b-767 {
    margin-top: 50px !important;
  }
  .mt55-b-767 {
    margin-top: 55px !important;
  }
  .mt60-b-767 {
    margin-top: 60px !important;
  }
  .mt65-b-767 {
    margin-top: 65px !important;
  }
  .mt70-b-767 {
    margin-top: 70px !important;
  }
  .mt75-b-767 {
    margin-top: 75px !important;
  }
  .mb0-b-767 {
    margin-bottom: 0 !important;
  }
  .mb10-b-767 {
    margin-bottom: 10px !important;
  }
  .mb12-b-767 {
    margin-bottom: 12px !important;
  }
  .mb14-b-767 {
    margin-bottom: 14px !important;
  }
  .mb16-b-767 {
    margin-bottom: 16px !important;
  }
  .mb20-b-767 {
    margin-bottom: 20px !important;
  }
  .mb25-b-767 {
    margin-bottom: 25px !important;
  }
  .mb30-b-767 {
    margin-bottom: 30px !important;
  }
  .mb35-b-767 {
    margin-bottom: 35px !important;
  }
  .mb40-b-767 {
    margin-bottom: 40px !important;
  }
  .mb45-b-767 {
    margin-bottom: 45px !important;
  }
  .mb50-b-767 {
    margin-bottom: 50px !important;
  }
  .mb55-b-767 {
    margin-bottom: 55px !important;
  }
  .mb60-b-767 {
    margin-bottom: 60px !important;
  }
  .mb65-b-767 {
    margin-bottom: 65px !important;
  }
  .mb70-b-767 {
    margin-bottom: 70px !important;
  }
  .mb75-b-767 {
    margin-bottom: 75px !important;
  }
  .txt-1-b-767 {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 992px) {
  .hide-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .show-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .show-mobile {
    display: block !important;
  }
}

.col-cust-5 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .col-cust-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .column-reverse-b-767 {
    display: flex;
    flex-flow: column-reverse;
  }
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* jc antiques places start */
.component-hd {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #353535;
}
@media only screen and (max-width: 767px) {
  .component-hd {
    font-size: 28px;
  }
}

.welcome-block {
  display: flex;
  flex-flow: column;
  align-items: center; /* margin-top: 53px; */
}
@media only screen and (min-width: 768px) {
  .welcome-block {
    margin-top: 33px;
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

.welcome-hd {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #353535;
  line-height: normal;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .welcome-hd {
    font-size: 28px;
  }
}

.welcome-txt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #353535;
  padding-bottom: 0;
  margin-bottom: 0;
}

.company-data-cont {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-evenly;
}

.single-data-cont {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.single-data-hd {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #45b5d6;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-data-hd {
    font-size: 28px;
  }
}

.single-data-txt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #353535;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-data-txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 639px) {
  .single-data-cont {
    width: 50%;
  }
}
.our-promise-cont {
  width: 100%;
}
.our-promise-cont .component-hd {
  margin-bottom: 26px;
}
.our-promise-list-cont {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.our-promise-single-list {
  background-color: #ffffff;
  padding: 13px;
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.our-promise-img { /* width: 40px; height: 40px; */
  object-fit: contain;
}

.our-promise-hd {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #45b5d6;
  margin-top: 12px;
}

.our-promise-txt {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #353535;
}

.our-promise-video-cont {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.our-promise-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.our-promise-list li {
  width: 100%;
  font-family: Roboto;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}
.our-promise-list li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
}

@media only screen and (min-width: 1025px) {
  .our-promise-list-cont {
    margin-left: -14px;
    margin-right: -14px;
  }
  .our-promise-single-list {
    width: calc(25% - 28px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .our-promise-single-list {
    width: calc(25% - 28px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .our-promise-single-list {
    width: calc(50% - 28px);
  }
}
@media only screen and (max-width: 479px) {
  .our-promise-single-list {
    width: 100%;
  }
}
.featured-cate-list {
  width: 100%;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  padding-left: 0;
}
.featured-cate-list li {
  width: 221px;
  margin: 0 11px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.featured-cate-list li .img-cont {
  width: 100%;
  background-color: #ecf7fa;
  padding: 12px;
}
.featured-cate-list li .img-cont img {
  width: 100%;
  height: auto;
}
.featured-cate-list li .category-name {
  margin-top: 10px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f1f1f;
}
.featured-cate-list li:hover .img-cont {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.featured-cate-list li:hover .category-name {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .featured-cate-list li {
    width: calc(33.33% - 12px);
    margin: 0 6px 20px;
  }
}

@media only screen and (min-width: 545px) {
  .featured-cate-list li .category-name {
    min-height: 38px;
  }
}
@media only screen and (max-width: 544px) {
  .featured-cate-list li .category-name {
    min-height: 57px;
  }
}
.clients-list {
  width: 100%;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  justify-content: center;
  margin-bottom: 0;
}
.clients-list li {
  margin: 0 22px 30px;
  position: relative;
}
.clients-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.clients-list li img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
  .clients-list li {
    width: calc(33.33% - 40px);
    margin: 0 20px 20px;
  }
}
@media only screen and (max-width: 559px) {
  .clients-list li {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
  }
}

.what-we-do-block {
  margin-top: 20px;
  padding-top: 30px;
  position: relative;
}
.what-we-do-block .welcome-txt {
  border: none;
  width: 70%;
  margin: 0 auto;
}
.what-we-do-block .what-we-do-txt {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.what-we-do-block .highlight-txt {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #45b5d6;
  margin-top: 30px;
}

.our-certificate-cont .col-cust-5 {
  margin-bottom: 20px;
}

.our-certificate-inn-cont {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
}

.cert-img-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .cert-img-cont {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .cert-img-cont {
    width: 70px;
    height: 70px;
  }
}

.modal#sendEnquiryModal {
  padding: 0 5px !important;
  z-index: 9999;
}
.modal#sendEnquiryModal .modal-dialog {
  max-width: 620px;
  top: 0;
  transform: inherit;
}
.modal#sendEnquiryModal .modal-dialog .modal-content {
  padding: 0;
}
.modal#sendEnquiryModal .modal-dialog .modal-content .modal-header {
  padding: 20px 30px;
  border-color: #e6e6e6;
}
.modal#sendEnquiryModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  line-height: normal;
}
.modal#sendEnquiryModal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 32px;
  opacity: 1;
  font-weight: normal;
  outline: none;
}
.modal#sendEnquiryModal .modal-dialog .modal-content .modal-body {
  padding: 24px 30px;
}

.send_form_wrp p {
  line-height: normal;
  margin: 0;
}
.send_form_wrp .form_hd {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
.send_form_wrp .form_hd2 {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-top: 24px;
}
.send_form_wrp .file_wrp {
  display: flex;
  flex-flow: column;
  margin-top: 15px;
}
.send_form_wrp .upload_file_link {
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
  position: relative;
  display: flex;
  cursor: pointer;
}
.send_form_wrp .upload_file_link:hover {
  color: #45b5d6;
}
.send_form_wrp .upload_file_link .upload_inp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  cursor: pointer;
  opacity: 0;
}
.send_form_wrp .file_txt {
  font-size: 12px;
  color: #8c8c8c;
}
.send_form_wrp .form-group {
  margin: 24px 0 0;
}
.send_form_wrp .form-group label {
  font-size: 16px;
  color: #000000;
  margin: 0 0 10px 0;
  line-height: normal;
}
.send_form_wrp .form-group .form-control {
  border-color: #cccccc;
  border-radius: 0;
  font-size: 16px;
  color: #212121;
}
.send_form_wrp .form-group .form-control.remark_wrp {
  min-height: 96px;
}
.send_form_wrp .form-group .form-check .form-check-input {
  width: 16px;
  height: 16px;
}
.send_form_wrp .form-group .form-check .form-check-label {
  margin: 0 0 0 5px;
}
.send_form_wrp .form-group .form-check.v2 {
  margin-bottom: 10px;
}
.send_form_wrp .form-group .send_btn {
  height: 40px;
  background: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  padding: 0 15px;
}
.send_form_wrp .form-group .send_btn:hover {
  background-color: #000000;
}
.send_form_wrp .form-group.has-error .help-block {
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .modal#sendEnquiryModal .modal-dialog .modal-content .modal-header, .modal#sendEnquiryModal .modal-dialog .modal-content .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.send_form_wrp p.upload_file_names {
  margin: 5px -7px 0;
}
.send_form_wrp p.upload_file_names .file-name {
  font-size: 16px;
  color: #0028ff;
  margin: 5px 7px 0;
  line-height: 24px;
}
.send_form_wrp p.upload_file_names .file-close-ic {
  margin-left: 4px;
  cursor: pointer;
}

/*gl-5808 start*/
.testimonials-slider {
  padding: 0 0;
}
@media only screen and (max-width: 560px) {
  .testimonials-slider {
    padding: 0 20px;
  }
}

#testimonials-section .testimonial-header {
  color: #353535;
  margin-bottom: 0;
}
#testimonials-section .fa-quote-left {
  font-size: 34px;
  color: #353535;
  padding-top: 20px;
}
#testimonials-section .testimonials_bg_wrp {
  background-color: #ffffff; /*margin-top:80px;*/
}
@media only screen and (min-width: 768px) {
  #testimonials-section .cat-comp-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #testimonials-section .cat-comp-title {
    margin-bottom: 10px;
  }
}
#testimonials-section p {
  font-family: inherit;
  margin-bottom: 0;
  color: #000000;
}
#testimonials-section .testimonials_comp {
  text-align: center;
}
#testimonials-section .testimonial {
  margin: 0 15px;
}
#testimonials-section .testimonial-cont-wrp {
  display: flex; /*align-items: center;*/
  padding-top: 0;
  flex-flow: row wrap;
  justify-content: center;
}
#testimonials-section .testimonial-cont-wrp .testmon-img-wrp {
  width: 128px;
  height: 128px;
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testimonials-section .testimonial-cont-wrp .testmon-img-wrp img {
  width: 100%;
}
#testimonials-section .testimonial-cont-wrp .rhs-wrp {
  width: calc(100% - 128px);
  padding-left: 15px;
  text-align: left;
}
#testimonials-section .testimonial-cont-wrp .testimonial-title {
  font-size: 16px;
  font-weight: bold;
  color: #353535;
}
#testimonials-section .testimonial-cont-wrp .testimonial-desc {
  padding-bottom: 15px;
  color: #000000;
}
#testimonials-section .testimonial-cont-wrp .testimonial-desc p, #testimonials-section .testimonial-cont-wrp .testimonial-desc a, #testimonials-section .testimonial-cont-wrp .testimonial-desc span {
  font-size: 16px;
  color: inherit;
  line-height: 24px;
}
#testimonials-section .testimonial-cont-wrp .testimonial-owner {
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  line-height: initial;
}
@media only screen and (max-width: 767px) {
  #testimonials-section .testimonial-cont-wrp .rhs-wrp {
    width: 100%;
    padding: 25px 15px 0 15px;
  }
  #testimonials-section .testimonial-cont-wrp .testimonial-desc p, #testimonials-section .testimonial-cont-wrp .testimonial-desc a, #testimonials-section .testimonial-cont-wrp .testimonial-desc span {
    font-size: 14px;
  }
  #testimonials-section .testimonial-cont-wrp .testimonial-title {
    font-size: 18px;
  }
}
#testimonials-section .owl-next, #testimonials-section .owl-prev {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}
#testimonials-section .owl-next:hover, #testimonials-section .owl-prev:hover {
  background-color: #000 !important;
  color: #fff;
}
#testimonials-section .owl-next:hover i, #testimonials-section .owl-prev:hover i {
  color: #ffffff;
}
#testimonials-section .owl-prev {
  left: 0 !important;
}
#testimonials-section .owl-next {
  right: 0 !important;
}
@media only screen and (max-width: 767px) {
  #testimonials-section .testimonial-header {
    font-size: 26px;
  }
  #testimonials-section .fa-quote-left {
    font-size: 30px;
  }
}