@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Poppins";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"),
    url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

a:hover,
a:active,
a:focus {
  outline: none;
}
body {
  font-family: "Poppins", sans-serif !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.title {
  width: 100%;
  height: auto;
  font: 24px "Poppins";
  font-weight: 600;
  color: #00b0f0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin: 3% 0 4%;
}
.title-white {
  width: 100%;
  height: auto;
  font: 40px "Poppins";
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin: 3% 0 4%;
}
/* .title:after {
  content: "";
  background: url(../images/leaf.png) no-repeat; 
  height: 45px;
  width: 42px;
  position: absolute;
  top: -30px;
} */

.owl-carousel .owl-item {
  border-right: 1px solid #b9b9b9;
}
.owl-nav {
  display: none;
}

section {
  padding: 20px 0;
}

.no-pad {
  padding-right: 0;
  padding-left: 0;
}

.services img {
  width: 100%;
}

.services:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}

.services-link {
  width: 250px;
  height: 90px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  right: 0;
}

.srvc-title {
  width: 100%;
  height: auto;
  padding: 0 10px;
  font: 18px "Poppins";
  color: #626262;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.srvc-disc {
  width: 100%;
  height: auto;
  padding: 0 10px;
  font: 14px "Poppins";
  color: #626262;
  line-height: 1.5;
  text-decoration: none;
}

.services-link:hover {
  text-decoration: none;
}

#about {
  padding: 2% 0 7% !important;
  background: #f5f5f7;
}

.pad-btm-0 {
  padding-bottom: 0;
} /* 
.abt:before{
	content:'';
background:url(../images/about-bg.png) no-repeat;
height: 365px;
    width: 291px;
    position: absolute;
    top: 0px;
	right:0;
} */
.abt {
  position: relative;
}
.mrg-40 {
  margin: 5% 0 5% !important;
}

.abt-bg img {
  width: 100%;
}

.txt-jus {
  line-height: 1.5;
  text-align: justify;
  margin: 15px 0;
}

.read-more {
  width: auto;
  height: auto;
  padding: 15px 20px;
  border: 5px solid #00b0f0;
  font: 11px "Poppins";
  color: #00b0f0;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px 10px;
  float: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  display: inline-block;
}
.read-more:hover {
  color: #fff;
  text-decoration: none;
  z-index: 99;
}
.read-more:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #00b0f0;
  z-index: -1;
}
.read-more:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.read-more:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.why-bg {
  width: 100%;
  height: auto;
  background-image: url(../images/why-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 6%;
  padding-bottom: 4%;
}
.why-desc-bg {
  width: 80%;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 40px;
}

.why-desc {
  padding: 50px 30px 50px 60px;
}
.why-desc h1 {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 10px;
  font: 22px "Poppins";
  text-align: left;
  color: #00b0f0;
  font-weight: 600;
  text-transform: uppercase;
}

.why-desc:before {
  content: "";
  background: url(../images/why-desc-bg.png) no-repeat;
  height: 47px;
  width: 43px;
  position: absolute;
  top: 50px;
  left: 0;
}
.blk-bg {
  background: rgba(0, 0, 0, 0.8) !important;
}
.why-desc p {
  width: 100%;
  height: auto;
  padding: 0 10px;
  font: 14px "Poppins";
  color: #626262;
  text-decoration: none;
  text-align: justify;
}

/* input[type="text"]{
	width: 100%;
	height: auto;
	border: 1px solid #dadada;
	font: 12px 'Poppins';
	color: #ababab;
	padding: 15px 20px;
	background: #fff;
} */

.fl-wd {
  width: 100%;
}

.txt-al-cen {
  text-align: center;
}

.txt-al-lt {
  text-align: left;
}
.test-bg {
  width: 100%;
  height: auto;
  background: rgba(0, 176, 240, 1);
  /* background-image: url(../images/test-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; */
  padding-top: 6%;
  padding-bottom: 4%;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
}
#quote-carousel img {
  width: 250px;
  height: 100px;
}
/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.cd-half-width {
  background-color: rgba(0, 176, 240, 0.7);
  padding: 10px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

.test {
  text-align: center;
}
.test p {
  width: 100%;
  height: auto;
  /* line-height: 2.5 !important; */
  /* color: #ababab; */
  color: #fff;
  padding: 20px 0;
  font: 14px "Poppins";
}
.test p sub {
  font-size: 36px;
  margin: 0 5px;
}

.test span {
  color: #fff !important;
  font: 18px "Poppins" !important;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.img-box {
  margin: auto;
  width: 125px;
  height: 125px;
  background: #fff;
  border-radius: 10rem;
}
.img-box img {
  border: 2px solid #fff;
  width: 125px !important;
  height: 125px !important;
  border-radius: 10rem;
}

.carousel-control i {
  color: #fff;
}

#num {
  padding: 5% 0;
}
.num-scroll span {
  width: 100%;
  height: auto;
  font: 60px "Poppins";
  font-weight: 600;
  color: #626262;
  text-align: center;
  float: left;
}
.num-scroll label {
  width: 100%;
  height: auto;
  font: 14px "Poppins";
  font-weight: 600;
  color: #626262;
  text-transform: uppercase;
  text-align: center;
}

#footer {
  background: #f5f5f7;
  padding: 30px 0;
}

.footer h1 {
  width: 100%;
  height: auto;
  position: relative;
  font: 14px "Poppins";
  font-weight: 600;
  color: #00b0f0;
  text-transform: uppercase;
  padding: 10px 20px;
}

.footer p {
  width: 100%;
  height: auto;
  position: relative;
  font: 12px "Poppins";
  color: #565656;
  line-height: 2;
  padding: 0px 20px;
}

.footer-btm {
  background: #fff;
  padding: 30px 0;
}

.sns a {
  font-size: 18px;
  color: #575757;
  padding: 0 10px;
}

.copyrights {
  font: 12px "Poppins";
  font-weight: 600;
  color: #575757;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: right;
  padding: 7px 0;
}
#subscribe {
  padding: 40px 0 70px;
}
.cd-hero-slider-inner {
  height: 440px;
  width: 100%;
  position: relative;
}

.cd-hero-slider-inner img {
  width: 100%;
  height: 100%;
}
.cd-hero-slider-inner h2 {
  font-size: 4.4rem;
  font-family: Poppins;
  color: #fefefe;
  position: absolute;
  left: 9%;
  top: 47%;
  background: #00b0f0;
  padding: 10px;
}
.sm-title {
  width: 100%;
  height: auto;
  position: relative;
  font: 14px/23px "Poppins";
  font-weight: 600;
  color: #00b0f0;
  margin: 0;
  text-transform: uppercase;
  padding: 10px 20px 10px 10px;
}
.sec-2 {
  width: 100%;
  height: auto;
  background-image: url(../images/bg-2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 6%;
  padding-bottom: 4%;
}

.ar-bh p {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 20px;
  color: #ababab;
  margin: 10px;
  padding: 15% 0;
}

.founder img {
  width: 100%;
  padding: 20px;
}

.srv-list ul {
  width: 100%;
  padding: 10px;
  list-style-type: none;
  margin: 4px 0px 0px;
  background: #fff;
  box-shadow: 0px 0px 10px #a9a9a9;
  -moz-box-shadow: 0px 0px 10px #a9a9a9;
  -webkit-box-shadow: 0px 0px 10px #a9a9a9;
}
.srv-list ul li {
  width: 82%;
  padding: 10px 0;
  margin: 0 25px;
  font: 12px "Poppins";
  color: #626262;
  list-style-type: none;
  line-height: 2;
}
.mrg-btm-20 {
  margin-bottom: 20px;
}
.dr-con img {
  width: 100%;
  padding: 10px;
}
.cont h1 {
  width: 100%;
  height: auto;
  position: relative;
  font: 18px "Poppins";
  font-weight: 600;
  color: #00b0f0;
  text-transform: uppercase;
  padding: 10px 20px;
}

.cont p {
  width: 100%;
  height: auto;
  position: relative;
  font: 14px "Poppins";
  color: #ababab;
  line-height: 2;
  padding: 0px 20px;
  text-transform: uppercase;
}
.test label {
  color: #fff !important;
  font: 18px "Poppins" !important;
  font-weight: 600;
  text-align: center;
  line-height: 2 !important;
  text-transform: uppercase;
}
.prod {
  width: 100%;
  height: auto;
  font: 18px "Poppins";
  font-weight: 600;
  color: #ababab;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin: 3% 0 2%;
}
.event-dt {
  width: 100%;
  float: left;
  font: 10px "Poppins";
  color: #a7a7a7;
  padding: 0 10px;
  margin: 0;
}
.margin-btm-0 {
  margin-bottom: 0;
}
.mrg-auto {
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.smartphoto-nav {
  display: none;
}
.list_content {
  margin: 0 0 0 20px;
  list-style-type: none;
}
.list_content li {
  margin: 10px 0;
  font-size: 13px;
}
.list_wrp {
  margin-left: 20px;
  position: relative;
}

.list_wrp li {
  position: relative;
  font: 13px "Poppins";
  color: #626262;
  padding: 5px 15px;
}

.list_wrp li:before {
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
}

@media screen and (max-width: 768px) {
  .read-more {
    margin: 10px 0 0;
  }
  /* input[type="text"]{
		margin: 5px 0;
	} */
  .num-scroll {
    margin: 20px 0;
  }
  .copyrights {
    text-align: left;
    margin: 20px 0;
  }
  #cd-logo img {
    width: 70% !important;
  }
  .cd-full-width {
    padding-top: 150px !important;
  }
  #cd-logo {
    margin: 0px 0 0 5% !important;
  }
  .cd-primary-nav {
    margin: 7% 5% !important;
  }
  .title {
    font-size: 22px;
  }
  .abt::before {
    background: none;
  }
  .cd-primary-nav a::after {
    background: none;
  }
  .cd-primary-nav a:hover {
    background: #18181a;
  }
  .srv-list ul {
    margin: 20px 0 0;
  }
  .sns,
  .copyrights {
    text-align: center;
    padding: 5px 0;
  }
  .why-desc-bg {
    width: 90%;
  }
  .cd-hero-slider-inner {
    height: 310px;
  }
  .cd-hero-slider-inner h2 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cd-primary-nav a {
    padding: 0.5em;
    font-size: 11px;
  }
  .cd-primary-nav li {
    margin-left: 0.2em;
  }
  .read-more {
    margin: 10px 0 0;
  }
  /* input[type="text"]{
		margin: 5px 0;
	} */
  .sns,
  .copyrights {
    text-align: center;
    padding: 5px 0;
  }
  .cd-full-width {
    padding-top: 250px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .srv-list ul {
    margin: 20px 0 0;
  }
}

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
.scrollup {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 20px;
  right: 50px;
  display: none;
  z-index: 9999;
  background: url("../images/icon_top.png") no-repeat;
}

.social_float {
  position: fixed;
  bottom: calc(50% - 40px);
  right: 20px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  z-index: 100;
}

.social_float ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social_float ul li {
  border-radius: 50px;
  margin-bottom: 15px;
}

.social_float ul li.whatsapp {
  background-color: #25d366;
}
.social_float ul li.whatsapp i.fa-whatsapp {
  margin-top: 8px;
}

.social_float ul li a {
  color: #ffffff;
  display: block;
  width: 50px;
  height: 50px;
}

/********************
submenu on hover
*********************/

.sub-menu-parent {
  position: relative;
}
.sub-menu {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  text-align: left;
  left: 0;
  width: 250px;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}
.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.top_nav {
  width: auto;
  margin-top: 35px;
  float: right;
}
.top_nav li a {
  display: block;
  padding: 0.5em 1em;
  color: #000;
}
.top_nav ul,
.top_nav ul li {
  list-style-type: none;
}
.top_nav > ul {
  text-align: center;
}
.top_nav > ul > li {
  width: auto;
  display: inline-block;
  position: relative;
}
.top_nav > ul > li:first-child {
}
.top_nav > ul > li:hover {
  background-color: #00b0f0;
}
.top_nav > ul > li a:hover {
  color: #fff;
  text-decoration: none;
}
.sub-menu {
  background: #00b0f0;
}
.sub-menu li:hover {
  color: #fff;
  background-color: #1e84a9;
}
iframe {
  height: 385px;
  border: 0;
  padding: 0;
  margin: 0;
}
