@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
/*.hom_video {*/
/*    position: relative;*/
    /*background-color: black;*/
/*    height: 75vh;*/
/*    min-height: 25rem;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*  }*/
  
/*.hom_video video {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    width: auto;*/
/*    height: auto;*/
/*    z-index: 0;*/
/*    -ms-transform: translateX(-50%) translateY(-50%);*/
/*    -moz-transform: translateX(-50%) translateY(-50%);*/
/*    -webkit-transform: translateX(-50%) translateY(-50%);*/
/*    transform: translateX(-50%) translateY(-50%);*/
/*  }*/
  
/*  .hom_video.container {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*  }*/
  
/*  .hom_video .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
    /*background-color: black;*/
/*    opacity: 0.5;*/
/*    z-index: 1;*/
/*  }*/
  
section.hom_video {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: -9px;
}
.hom_video video {
    width: 100%;
    height: auto;
} 
  
/*  @media (pointer: coarse) and (hover: none) {*/
    /*.hom_video  {*/
    /*  background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
    /*}*/
/*    .hom_video video {*/
/*       width: 100%;*/
/*    height: auto;*/
/*    }*/
/*    section.hom_video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin-top: 0;*/
/*    margin-bottom: -9px;*/
/*}*/
/*  }*/

/* 
ABOUT US  */

/* Left Standard */
img.about_us_left {
    width: 100%;
    height: -webkit-fill-available;
}
div#about_us_left {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-size: contain;
}

@media (max-width: 600px) {
div#about_us_left {
  display: flex;
    align-items: center;
    flex-direction: column;
    background-size: contain;

}
img.about_us_left {
    width: 100%;
    height: -webkit-fill-available;
}
}
.textsp {
  --font-size: 1rem;
  --line-height: calc(var(--font-size) * var(--ratio));
  --spacing: calc(var(--line-height) / 2);
  --ratio: 1.5;
  margin: 0 0 var(--spacing);
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.bodysp {
  --font-size: 25px;
  font-family: 'Poppins', sans-serif;
  color:white;
}

.h1sp {
  --font-size: 4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
p.textsp.h1sp {
  text-align: center;
  color: white;
}

.element .textsp{
  letter-spacing: 1px;
  
  cursor: pointer;
}

.effect  {
  display: inline-block;
  /* font-size: 2rem; */
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

/* .effect:hover {
  margin: 0 10px;
  transform: scale(2);
  transition: all 0.5s ease;
} */

/* Right Flip */
.flip {
  position: relative;
  text-align: center;
}

.front,
.back {
  background-color: aliceblue;
  display: block;
  width: 100%;
  height: 864px;
  border-radius: 0px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.front {
  background-image: url("../../images/home_slide/about_front.jpg");  background-position: center;
  background-size: cover;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.205);
  transform: rotateY(0);
}
@media (max-width: 600px) {
  .front {
    background-image: url("../../images/home_slide/about_front.jpg") ;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}

.back {
  background-image: url("../../images/home_slide/about_back.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(-180deg);
}
@media (max-width: 600px) {
  .back {
    background-image: url("../../images/home_slide/about_back.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
}
.flip:hover .front {
  transform: rotateY(180deg);
}

.flip:hover .back {
  opacity: 1;
  transform: rotateY(0);
}


/* ProductPage */
.wrap {
  position: relative;
  /* width: 100%; */
  height: 702px;
  z-index: 1;
  background-color:#1A99D6 ;

}

#pro_head_text {
  font-size: 120px;
  font-weight: 400;
  position: relative;
  top:120px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  
 

}
@media (max-width: 767px) {
#pro_head_text {
font-size: 86px;
font-weight: 400;
position: relative;
top: 53px;
line-height: 0.9;
text-align: center;
font-family: 'Poppins', sans-serif;
color: #fff;
}
}
div#owl_product {
  position: relative;
  top: 218px;
}
@media (max-width: 767px) {
 div#owl_product {
    position: relative;
    top: 100px;
}
}
/* img#pro_img_size {
  width: 450px;
    height: 200px;
} */

/* Testimonials */


.gtco-testimonials {
  position: relative;
  /* margin-top: 30px; */
  height:702px;
  background-color: #3FC1E9;
  
}
@media (max-width: 767px) {
  .gtco-testimonials {
     margin-top: 0px; 
  }
}
.gtco-testimonials h2 {
  position: relative;
  top: 31px;
  font-size: 48px;
  font-weight: 500;
  text-transform:uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  color:#014A97;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
/*.gtco-testimonials .owl-nav {*/
/*  display: none;*/
/*}*/
/* .gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
} */
/* .gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
} */
.gtco-testimonials .card {
  background: transparent;
  /* box-shadow: 0 8px 30px -7px #c9dff0; */
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #014A97;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #fff;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}



/* csr */
p.para_about_align {
  font-size: x-large;
}