body {
  font-size: 15px;
  color: #081E2A;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
}

.h2,h2 {
  font-weight: bold;
  font-size: 40px;
}

.section-03 h2 {
  font-size: 30px;
}

.h3,h3 {
  font-size: 24px;
}

button:focus {
  box-shadow: none;
  outline: none;
}

a {
  text-decoration: none!important;
}

::marker {
    color: #fdc2b8;
    font-size: 25px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.theme-btn {
  color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
    background: #ed3237;
    border: 1px solid #ed3237;
    margin-bottom: 10px;
}

.theme-btn:hover {
  background: #152545;
  border: 1px solid #152545;
  transition: 1s;
  color: #fff;
}

.item-center {
  align-items: center;
}
.tb-space {
  padding: 85px 0px;
}
.red-bg {
  background: #fff0f6;
}
.bold-6 {
  font-weight: 600;
}


/* navbar-area */

.logo-images {
  width: 65px;
}

.header_area.sticky .logo-images {
  width: 60px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 14px;
  color: #212121;
  font-weight: 500;
  font-size: 16px;

 /* -webkit-animation: slide-down 1.5s ease-out;
  -moz-animation: slide-down 1.5s ease-out;
  -ms-animation: slide-down 1.5s ease-out;
  -o-animation: slide-down 1.5s ease-out;*/

}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ed3237;
}

.navbar-nav i {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}

.navbar-expand-lg .navbar-nav {
  visibility: visible;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #152545;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.click-nav {
    font-size: 26px;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    background: #72A20B;
    padding: 8px 12px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ed3237;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.header_area {
  /*left: 0;
  right: 0;
  position: absolute;
  z-index: 99;
  top: 0;*/
  width: 100%;
  background: #fff;
 /* -webkit-animation: slide-down 1s ease-out;
  -moz-animation: slide-down 1s ease-out;
  -ms-animation: slide-down 1s ease-out;
  -o-animation: slide-down 1s ease-out;*/
  /* padding: 0 4%; */
}

/* stcicky css */

.header_area.sticky {
  /* background-color: #884bdf; */
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 99;
}

.header_area.sticky {
  /* border-bottom: solid 1px #ddd; */
  -webkit-animation: slide-down 1.5s ease-out;
  -moz-animation: slide-down 1.5s ease-out;
  -ms-animation: slide-down 1.5s ease-out;
  -o-animation: slide-down 1.5s ease-out;
}

.header_area.sticky {
  width: 100%;
  background: #fff;
}

.header_area.sticky .navbar-expand-lg .navbar-nav {
  visibility: visible;
}




@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes one-animated {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%
        box-shadow:15px 15px 50px rgba(0, 0, 0, 0.2);
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%
        box-shadow:-10px -5px 50px rgba(0, 0, 0, 0.2);
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }

}




.header_area.sticky .menu_area .navbar-brand {
  /* font-size: 50px; */
}

.header_area.sticky .menu_area #nav .nav-link {
  /* padding: 23px 15px; */
}

.header_area.sticky .navbar {
  /* padding: 0; */
}


.banner-sec {
  padding: 10px 0px;
  background-repeat: no-repeat;
  /* background-size: 100%; */
  background-size: cover;
  position: relative;
  background-position: center top;
  /*background-image: url(../images/banner.jpg);*/
  background-color: #fff;
}
.banner-item-center {
  align-items: center;
}

.content-area {
  /* margin-top: 160px; */
}

.banner-sec h1 {
  font-weight: bold;
  font-size: 52px;
}

.mid-line {
  width: 85%;
}

.banner-sec .img-area {
  position: absolute;
  bottom: -50px;
  /* right: 50px; */
}

.banner-sec .img-area img {
  width: 90%;
  margin-left: -55px;
}

.iconbox {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  margin-top: 8px;
}

.iconbox a {
  text-decoration: none;
  color: #212121;
}

.SignupNow .p-lr {
  padding-left: 8px;
  padding-right: 8px;
}


.section-01 {
  margin-top: 60px;
  padding: 100px 0px 40px;
}

.section-01 {
  background-repeat: no-repeat;
  background-size: 110%;
  position: relative;
  background-position: center top 6px;
  background-image: url(../images/bg-01.png);
}

.ab-area {
  padding: 15px 20px;
  height: 100%;
}

.ab-bg-1 {
  background: #fff2ec;
}

.ab-bg-2 {
  background: #ecf8f2;
}

.ab-bg-3 {
  background: #f9f2fb;
}

.icon-area img {
  width: 130px;
}

.content-area ul {
  padding: 0px 0px;
}

.content-area ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
}

.icon-point {
  position: absolute;
  left: 0px;
  top: -1px;
}

.content-area ul li img {
  width: 30px;
}

.section-02 .container {
  max-width: 900px;
}

.section-02 .sec-tittle {
  position: absolute;
  overflow: visible;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: -70px;
  top: 0px;
  background: #ff8045;
  color: #fff;
}

.why-skaulr h2 {
  margin-top: 60px;
  text-align: left;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  width: 160px;
  position: absolute;
  right: 20px;
  line-height: 38px;
}

.right-image {
  position: absolute;
  right: 0px;
  top: 0px;
}

.right-image img {
  width: 170px;
}

.left-image {
  position: absolute;
  left: 0px;
  bottom: 0;
}

.left-image img {
  width: 70%;
}

/* testimonial-slider */

.heading-box {
  text-align: center;
}

.testimonial-box {
  padding-top: 0px;
  position: relative;
  top: -25px;
}
.home-slider {
  top: 0px;
}
.home-slider .testimon-caption {
    height: 600px;
    }

.home-slider .testimon-caption img {
  /* object-fit: none;
    object-position: 100%;*/
    }


.testimon-card {
  text-align: center;
}

.testimon-caption {
  /* width: 240px; */
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.testimon-caption img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0px;
  object-fit: cover;
  object-position: top center;
}

.testimonial-slider {
  /* max-width: 820px;
    margin: auto; */
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -52px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);*/
  position: absolute;
    top: initial;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 46%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ed3237!important;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    bottom: 10px;
    z-index: 99999;
    transform: translate(-50%, -130%);
}

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  font-size: 46px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
}

.owl-carousel .owl-nav .owl-next {
  /*left: auto;
  right: -52px;*/
  left: 56%;
    right: 170px;
    background: #ccc;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  background: #9e9c9c!important;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}


/* Services-Hover */

.services .service-box {
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
  height: 100%;
  padding: 0px 15px 20px;
  text-align: center;
  transition: 0.1s;
  border-radius: 10px;
  position: relative;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins";
}

.services .service-box p {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 26px;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;

}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  /* border-bottom: 3px solid #2db6fa; */
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  /* color: #2db6fa; */
}

.services .service-box.blue:hover {
  background-repeat: no-repeat;
  background-size: 118%;
  position: relative;
  background-position: top right;
  /* background-color: #2569ed; */
  background-image: linear-gradient(rgb(37 105 237 / 75%), rgb(37 105 237 / 92%)), url(../images/sr-bg.png);
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

.services .service-box:hover .icon-area img {
  filter: brightness(20);
}

.services .service-box .learn-more {}

.services .service-box:hover .read-more {
  color: #212121;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 36%);
}

.section-01 .heading-sec p {
  font-size: 22px;
  font-weight: 500;
}

.section-01 .ab-area {
  padding: 20px 20px 30px;
}

.section-01 .heading-area h3 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
}

.section-01 .icon-area img {
  width: 165px;
}

.section-04 .heading-area h3 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  margin: 20px 0px;
}

.section-04 .testimon-caption img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover;
}

.section-04 .testimon-caption {
  height: auto;
}

.section-04 {
  padding: 80px 0px 30px;
  background: #f3f3f4;
  margin-bottom: 70px;
}

.section-04 h2 {
  font-size: 36px;
}

.section-04 .owl-carousel .owl-nav .owl-next,
.section-04 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: auto;
  left: -92px;
  width: 46px;
  height: 40px;
  border-radius: 4px;
  background-color: #3a78f2;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  bottom: 26px;
}

.section-04 .owl-carousel .owl-nav .owl-next {
  left: -45px;
  right: auto;
  height: 60px;
  bottom: 8px;
  background-color: #fff;
}

.section-04 .owl-carousel .owl-nav .owl-next span,
.section-04 .owl-carousel .owl-nav .owl-prev span {
  font-size: 36px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
}

.section-04 .owl-carousel .owl-nav .owl-next span {
  color: #212121;
}

.st-slider-area h3 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
}

.side-img-left {
  position: absolute;
  left: -40px;
  top: 0;
}

.side-img-left img {
  width: 240px;
}

.side-img-right {
  position: absolute;
  right: -90px;
  top: -45px;
}

.side-img-right img {
  width: 310px;
}

.tp-space-01 {}

.tp-space-02,
.tp-space-03 {
  margin-top: 146px;
}

.st-slider-area {
  margin-left: 30px;
}

.footer-area {
  background: #0e2450;
  padding: 80px 0px 0px;
}

.foot-link h4 {
  /*font-family: Proxima Nova;*/
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 35px;
}

.foot-link ul li {
  margin-bottom: 8px;
}

.foot-link ul li a {
  /*font-family: Proxima Nova;*/
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.foot-link ul li a:hover {
  color: #ed3237;
}

.foot-social-link img,
.email-link img {
  width: 35px;
  margin-right: 7px;
}

.copyright-area {
  border-top: 1px solid #5b5a5a;
}

.copyright-area p {
  color: #a6a6a6;
}

.foot-logo img {
  width: 85px;
}

button.navbar-toggler {
  border: 0px;
  padding: 0;
}



/*-------extraa-css--------*/

.hilight-color {color: #ed3237;}
.fw-400 {font-weight: 400;}

.top-header {
    background: #152545;
    /*background-image: url(../images/top-header-bg.png);*/
    background-size: 100%;
    background-position: top 0px center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 12px 0px 12px;
    /*height: 90px;*/
}

.top-header .social-link {
  padding: 0px 0px;
}
.social-link a {
  text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}
.social-link a:hover {color: #ed3237;}
.contact-dtl a {
  font-size: 14px;
  margin-right: 15px;
}
.contact-dtl a:hover {color: #fff;}


.counter-box {
    display: block;
    background: #fff;
    padding: 40px 20px 37px;
    text-align: center;
    border: 2px solid #c9ffe5;
    border-radius: 5px;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px;
  background: -webkit-linear-gradient(#01e97a, #649104);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-box.colored {
    background: #ddf3ff;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #000;
}

.special-area .services {
    border-radius: 40px 40px 40px 0px;
    -webkit-border-radius: 40px 40px 40px 0px;
    -o-border-radius: 40px 40px 40px 0px;
    -moz-border-radius: 40px 40px 40px 0px;
     height: 100%;
}
.services {
    background: #ffffff;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(238, 238, 238, 1.0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}
.services .services-info {
    text-align: center;
}
.services-info {
    padding: 30px 30px;
}
.service-shap.purple, .iq-project-info .media i {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.86);
    /*background-image: linear-gradient(259deg, rgb(124 179 5) 20%, rgb(19 168 3) 80%);*/
    background-image: linear-gradient(259deg, rgb(92 17 162) 20%, rgb(19 88 147) 80%);
    /* background-image: linear-gradient(-45deg, #3104c1 0%, #331592 100%); */
}
.services .service-shap {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: one-animated 10s infinite;
    overflow: hidden;
    margin: 0px auto 0px;
}
.services .service-shap i {
    font-size: 40px;
}
.app-dwnld img {
  width: 160px;
}
.footer-area a, .footer-area p, .footer-area li {
  color: #fff;
}
.foot-gallery img {
  width: 70px;
    margin: 0px 5px 8px;
}

.newsletter-box .input-group-btn {
  margin-left: 0;
    position: absolute;
    right: 6px;
}
.newsletter-box .form-control {
  border-radius: 30px!important;
    padding: 0px 18px;
    height: 52px;
    font-size: 13px;
    width: 100%;
}

.newsletter-box .btn {
    position: relative;
    z-index: 999;
    padding: 4px 20px;
    font-size: 26px;
    border-radius: 45px!important;
    margin-top: 2px;
}
.foot-link ul li {
    margin-bottom: 20px;
}
.copyright-area p {
  font-size: 14px;
  font-weight: 300;
}
.foot-top-action {
  position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}
.foot-top-action a {
  display: block;
    width: 100%;
    text-align: center;
}
.foot-top-action img {
  width: 85%;
}

.service-menu-area ul li {
  width: 100%;
  display: block;
}
.service-menu-area .nav-pills .nav-link {
    background: #f1f1f1;
    border: 1px solid transparent;
    color: #000;
    padding: 15px 20px;
    margin: 0px 0px 16px;
}
.service-menu-area .nav-pills .nav-link.active {
    background: #72A20B;
    color: #fff;
   }
.service-menu-area .nav-pills .nav-link:hover {
     background: #72A20B;
    color: #fff;
    padding: 15px 20px;
  }

.point-menu-item ul li a {
  /*text-decoration: none;*/
  padding: 10px 10px;
  margin-bottom: 5px;
  color:#152545;
  font-size: 16px;
  display: block;
   border-left: 8px solid transparent;
}

.point-menu-item {
  padding-left: 20px;
}

.point-menu-item ul li a.active {
  background: #e5f6fe;
    border-left: 8px solid #72a20b;
}
.point-menu-item ul li a:hover {
  background: #e5f6fe;
    border-left: 8px solid #72a20b;
}
.ct-form {
    padding: 30px;
    background: #f7f7f7;
    border: 2px solid #ddd;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}

.ct-form .form-group {
  position: relative;
}
.ct-form .form-group span {
  position: absolute;
    left: 0;
    top: 16px;
    font-size: 22px;
    color: #ed3237;
}
.ct-form .form-control {
  border: 0px;
    background: transparent;
    padding: 20px 5px;
    border-radius: 0px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
}
.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

span.title-bg {
   /* background-image: url(../images/title-bg.png);
    background-size: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;*/
    position: relative;
    /*padding: 12px 20px;*/
}

span.title-bg.h2 {
   /*background-size: 225px;*/
   padding: 0px 0px 10px;
}

.gray-bg {
  background-color: #F4F6F8;
}

.row.service-bg {
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    background: #fffcfc;
}

.line-shape {
    margin-left: calc(50% - 50px);
}
.line-shape-white, .line-shape {
    width: 120px;
    height: 2px;
    background-color: #87c700;
    margin-top: 15px;
}

.sr-points li {
  display: inline-block;
    padding: 12px 20px;
    text-align: center;
    border: 2px solid #02487f;
    border-radius: 5px;
    margin: 4px;
    background: #013a67;
    color: #fff;
    max-width: 330px;
}

.sr-image {
  width: 100%;
  height: 400px;
  overflow:hidden;
}

.sr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px 20px 0px 0px;
  }
.clint-logo .testimon-caption {
    width: auto;
    height: auto;
    overflow: hidden;
}
.clint-logo .owl-carousel .owl-nav button.owl-next, 
.clint-logo .owl-carousel .owl-nav button.owl-prev, 
.clint-logo .owl-carousel button.owl-dot {
  display: none;
}


.sr-bg {
  width: 100%;
    height: 100%;
    padding: 50px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}

.sr-bg-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), 
  rgba(0, 0, 0, 0.8)), url(../images/image-7.png);
}
.sr-bg-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), 
  rgba(0, 0, 0, 0.8)), url(../images/security-1.jpg);
}
.sr-bg-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), 
  rgba(0, 0, 0, 0.8)), url(../images/image.png);
}
.sr-bg-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), 
  rgba(0, 0, 0, 0.8)), url(../images/DigitalMarketting.jpg);
}
.sr-bg-5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), 
  rgba(0, 0, 0, 0.8)), url(../images/Hiring.jpg);
}
.sr-bg-6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), 
  rgba(0, 0, 0, 0.8)), url(../images/delivery.jpg);
}


.sr-title {
  text-align: center;
  color: #fff;
}
.sr-title h5 {
    font-size: 28px;
    color: #fff;
}
.sr-area .services .service-shap {
    border-radius: 4px;
    animation: none;
    background: #005599;
   }
.sr-area .services {
    background: #02457a9c;
    border: 0;
  }
.sr-area .services h5 {
  color: #fff;
}
.sr-area .services-info {
    padding: 30px 15px;
}

.dosages-img {
  width: 50%;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translatey(-20px); }
}

.home-banner:after, .footer-area:after, .page-banner-section:after {
    content: "";
    top: 0px;
    right: 0;
    width: 189px;
    height: 218px;
    z-index: 9;
    position: absolute;
    background: url(../images/footer-right-bubble.png) no-repeat center;
    animation: mover 1s infinite alternate;
}

.home-banner:before, .footer-area:before, .page-banner-section:before {
    content: "";
    top: 104px;
    left: 0;
    width: 210px;
    height: 255px;
    z-index: 0;
    position: absolute;
    background: url(../images/footer-left-bubble.png) no-repeat center;
    animation: mover 1s infinite alternate;
}

.bubles-side {
  position: relative;
}


.click-nav {
  display: none;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ee3f43;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: box-shadow .15s ease-in-out;
    color: #ffff;
}
.navbar-toggler-icon {color: #fff;}
.page-banner-section {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
     background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner.jpg);
}
.banner-heading-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: center;
}
.banner-heading {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
}

.use-points .services {
    border-radius:10px;
    -webkit-border-radius: 10px;
  }

.home-slider .owl-dots {
    display: none;
}
.whatsapp-btn {
    position: fixed;
    width: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}


.generic-list ul {
  padding: 0px;
}
.generic-list ul li {
    list-style: none;
    padding-left: 28px;
    margin: 8px 0px;
    position: relative;
}
.generic-list ul li::before {
    content: "";
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 9;
    position: absolute;
    background: url(../images/drop.png) no-repeat;
    background-size: 16px;
   
}




/*-------------------------------------------------------------------------------------*/


.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 28px;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 40px;
  /*  font-weight: 400;
    color: #444444; */
}

.section-products .single-product {
    margin-bottom: 26px;
    overflow: hidden;
}

.section-products .single-product .part-1 {
    position: relative;
    /*height: 350px;
    max-height: 350px;*/
    margin-bottom: 0px;
   /* overflow: hidden;*/
}
.single-product .part-1 .ab-image-area {
  width: 100%;
  height: 330px;
  padding: 10px;
  overflow: hidden;
}
.single-product .part-1 .ab-image-area img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.section-products .single-product .part-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
    transform: scale(1.2,1.2) rotate(5deg);
}

.section-products #product-1 .part-1::before {
    background: url("https://i.ibb.co/L8Nrb7p/1.jpg") no-repeat center;
    background-size: cover;
    transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("https://i.ibb.co/cLnZjnS/2.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-3 .part-1::before {
    background: url("https://i.ibb.co/L8Nrb7p/1.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-4 .part-1::before {
    background: url("https://i.ibb.co/cLnZjnS/2.jpg") no-repeat center;
    background-size: cover;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0;
    padding: 4px 8px;
    list-style: none;
    opacity: 1;
    background: #000;
    transition: bottom 0.5s, opacity 0.5s;
    display: none;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 0px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
    color: #fff;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .prd-dtl h3 {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}

.part-2.prd-dtl {
  background: #f1f1f1;
  padding: 20px;
}

.single-categories .ab-image-area {
  padding: 0px!important;

}

.single-categories .part-1 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.single-categories:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-categories:hover .part-2.prd-dtl {
  background: #333;
  color: #fff;
  transition: 1s;
 }

























/*---- Responsive-View ----*/


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}


@media (max-width: 1199.98px) {

  .logo-images {
    width: 120px;
  }

  .header_area.sticky .navbar {
    padding: 0;
  }

  .banner-sec h1 {
    font-size: 28px;
  }

  .h2, h2 {
    font-size: 24px;
  }

  .content-area ul li {
    font-weight: 500;
    font-size: 14px;
  }

  .foot-link h4 {
    font-weight: 500;
    font-size: 18px;
  }

  .foot-link ul li a {
    font-size: 14px;
  }

  .foot-social-link img,
  .email-link img {
    width: 30px;
    margin-right: 5px;
  }

}


@media (max-width: 991.98px) {


.click-nav {
  display: block;
}

  .logo-images {
    width: 50px;
  }
  .header_area.sticky .logo-images {
    width: 50px;
  }
  .header_area.sticky .navbar {
    padding: 0;
  }
  .banner-sec h1 {
    font-size: 28px;
  }
  .h2, h2 {
    font-size: 24px;
  }
  .foot-link h4 {
    font-weight: 500;
    font-size: 18px;
  }
  .foot-link ul li a {
    font-size: 14px;
  }
  .foot-social-link img,
  .email-link img {
    width: 30px;
    margin-right: 5px;
  }

  .top-header {
    background: #152545;
    background-image: none;
  }
  .mob-hide {
    display: none;
  }
  .home-slider {
      top: -5px;
  }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {
    font-size: 28px;
    line-height: 30px;
    }
span.title-bg {
    background-size: 90px;
  }
.mid-line {
    width: 100%;
}
.ab-content-area {
    margin-top: 40px;
}
span.title-bg.h2 {
    background-size: 135px;
    padding: 20px 30px;
}
.counter-box {
    margin-bottom: 20px;
}
.app-dwnld {
    margin-bottom: 30px;
}
.special-area .services {
    height: auto;
}
.line-shape {
    margin-left: calc(47% - 50px);
}
.row.service-bg {
    padding: 20px 10px;
  }

.home-banner:after {
  display: none;
}
.footer-area:before {
  top: initial;
  bottom: 0px;
}
.home-banner:before {
  z-index: 9
}
.mob-top-space {
  padding-top: 0px;
}



}

@media (max-width: 767.98px) {

  .mob-none {
    display: none;
  }

  .banner-sec .content-area {
    text-align: center;
  }

  .icon-area img {
    width: 100px;
  }

  .services .service-box p {
    font-size: 14px;
    line-height: 22px;
  }

  .services .service-box .read-more {
    background: #3a78f2;
  }

  .content-area ul li {
    font-weight: 500;
    font-size: 14px;
  }

  .heading-sec {
    text-align: center;
  }

  .footer-area {
    padding: 38px 15px 0px;
  }

  .foot-logo {
    margin-bottom: 25px;
  }

  
}