@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
 .row {
     --bs-gutter-x: 0 !important;
    }
 h1,h2,h3,h4,h5,h6
 {
  font-family: 'Poppins', sans-serif;
  margin:10px 0px !important;
 }
 body
 {
  font-family: 'Poppins', sans-serif;

 }
.header-bottom__action a:first-child {
  padding-left: 0;
  margin-right: 0;
}
.header-bottom__action a {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.header-bottom__action a span {
  line-height: 0;
  margin-left: 5px;
}
.header-bottom__btn {
  line-height: 0;
}
.header-bottom__btn a {
  margin-left: 25px;
}
.tp-btn-blue-sm span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: #fff;
}
.tp-btn-hover.alt-color-black b {
  background-color: var(--tp-common-black);
}
.z-9{
  z-index: 9;
}
.tp-btn-blue-sm {
  display: inline-block;
  background: #0178b8;
  /* box-shadow: inset -2px -2px 2px rgba(7, 13, 29, 0.3); */
     border-radius: 10px;
    color: #fff;
    font-family: 'Poppins';
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(to right, #231f20 50%, #0178b8 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
}
.tp-btn-blue-sm:hover {
  background-position: left bottom;
  } 

.navbar {
    /* box-shadow: 0 0 5px 0 #bbb; */
    padding: 20px 40px;
        z-index: 999;
}

  
  @media screen and (max-width: 768px) {
    .mobile-responive-header{
      margin-top: 4rem;
    }
    .logo-mobile{
      align-items: flex-start !important;
    }
    .logo-mobile img{
    
    }
  }

  .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    position: relative;
    top: -2px;
  }
  
  .wrapper {
    width: 100%;
    height: 100vh;
    min-height: 750px;
    background: url('../images/homepage-banner.png') ;
    background-size: cover;
    position: relative;
    top: -60px;
    display: flex;
    
    width: 100%;
  }
  @media screen and (max-width: 992px) {
    .wrapper {
      height: auto;
      min-height: 100vh;
    }
  }
  
  .content {
    height: 550px;
    margin: auto;
    width: 100%;
    max-width: 1050px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10rem;
  }
  @media screen and (max-width: 1200px) {
    .content {
      max-width: 920px;
    }
  }
  @media screen and (max-width: 992px) {
    .content {
      max-width: 920px;
      margin-top: 100px;
      height: auto;
      min-height: 100vh;
    }
  }
  @media screen and (max-width: 767px) {
    .content {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 576px) {
    .content {
      margin-top: 20px;
      margin-bottom: 20px;
    }
  }
  
  .bg-shape-1 {
    height: 100%;
    background-image: url('../img/img-1.png');
    border-radius: 30px;
    padding: 45px 40px;
    width: 50%;
    
  }
  @media screen and (max-width: 1200px) {
    .bg-shape {
      width: 45%;
    }
  }
  @media screen and (max-width: 992px) {
    .bg-shape {
      width: 90%;
      height: 290px;
      align-items: flex-start;
      padding: 50px;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  @media screen and (max-width: 767px) {
    .bg-shape {
      padding: 30px;
      width: 95%;
      border-radius: 20px;
    }
  }
  @media screen and (max-width: 576px) {
    .bg-shape {
      height: 200px;
      padding: 30px;
    }
  }
 
  @media screen and (max-width: 1200px) {
    .bg-shape img {
      width: 430px;
      left: 10px;
    }
  }
  @media screen and (max-width: 992px) {
    .bg-shape img {
      transform: none;
      width: 100%;
      position: relative;
      left: auto;
      margin-left: auto;
      margin-right: auto;
      object-fit: contain;
      height: 100%;
      object-position: top center;
    }
  }
  
  .next, .prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    top: 50%;
    color: #fff;
    background: #807dfb;
    outline: none;
    cursor: pointer;
  }
  .next.disabled, .prev.disabled {
    cursor: not-allowed;
  }
  .next:focus, .prev:focus {
    outline: none;
  }
  @media screen and (max-width: 992px) {
    .next, .prev {
      top: 170px;
    }
  }
  
  .prev {
    left: -30%;
    transform: translate(-100%, -50%);
  }
  @media screen and (max-width: 1200px) {
    .prev {
      left: -21%;
    }
  }
  @media screen and (max-width: 992px) {
    .prev {
      left: 0;
      transform: translate(-50%, -50%);
    }
  }
  @media screen and (max-width: 576px) {
    .prev {
      transform: translate(20%, -50%);
    }
  }
  
  .next {
    right: 0;
    transform: translate(50%, -50%);
  }
  @media screen and (max-width: 576px) {
    .next {
      transform: translate(-20%, -50%);
    }
  }
  
  .product-slider {
    width: 75%;
    height: 85%;
    border-radius: 30px;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 1200px) {
    .product-slider {
      width: 80%;
    }
  }
  @media screen and (max-width: 992px) {
    .product-slider {
      width: 80%;
      left: 50%;
      transform: translateX(-50%);
      height: auto;
      position: relative;
      top: 0;
      margin-top: 170px;
      margin-bottom: 100px;
    }
    .product-slider br {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .product-slider {
      border-radius: 20px;
    }
  }
  @media screen and (max-width: 576px) {
    .product-slider {
      width: 85%;
      margin-top: 130px;
    }
  }
  .product-slider__wrp {
    height: 100%;
  }
  .product-slider__item {
    position: relative;
    height: 100%;
    width: 100%;
  }
  @media screen and (max-width: 992px) {
    .product-slider__item {
      height: auto;
    }
  }
  .product-slider__item.swiper-slide-active .product-slider__content > * {
    opacity: 1;
    transform: none;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(1) {
    transition-delay: 0s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(2) {
    transition-delay: 0.2s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(3) {
    transition-delay: 0.4s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(5) {
    transition-delay: 0.8s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(6) {
    transition-delay: 1s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(7) {
    transition-delay: 1.2s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(8) {
    transition-delay: 1.4s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(9) {
    transition-delay: 1.6s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(10) {
    transition-delay: 1.8s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(11) {
    transition-delay: 2s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(12) {
    transition-delay: 2.2s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(13) {
    transition-delay: 2.4s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(14) {
    transition-delay: 2.6s;
  }
  .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(15) {
    transition-delay: 2.8s;
  }
  .product-slider__item.swiper-slide-active circle {
    animation: progress 1s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0.75;
  }
  .product-slider__card {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
  }
  @media screen and (max-width: 992px) {
    .product-slider__card {
      align-items: flex-start;
    }
  }
  @media screen and (max-width: 767px) {
    .product-slider__card {
      border-radius: 20px;
    }
  }
  .product-slider__cover {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.3;
  }
  @media screen and (max-width: 767px) {
    .product-slider__cover {
      border-radius: 20px;
    }
  }
  .product-slider__content {
    text-align: left;
    color: #231f20;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 250px;
    padding-right: 80px;
  }
  @media screen and (max-width: 1200px) {
    .product-slider__content {
      padding-left: 220px;
    }
  }
  @media screen and (max-width: 992px) {
    .product-slider__content {
      padding: 20px 60px 100px;
      padding-top: 280px;
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .product-slider__content {
      padding: 20px 30px 50px;
      padding-top: 300px;
    }
  }
  @media screen and (max-width: 576px) {
    .product-slider__content {
      padding-top: 220px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .product-slider__title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 27px;
    
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
  }
  @media screen and (max-width: 1200px) {
    .product-slider__title {
      font-size: 34px;
    }
  }
  @media screen and (max-width: 576px) {
    .product-slider__title {
      font-size: 24px;
    }
  }
  .product-slider__price {
    display: block;
    font-size: 42px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
  }
  @media screen and (max-width: 1200px) {
    .product-slider__price {
      font-size: 36px;
    }
  }
  @media screen and (max-width: 576px) {
    .product-slider__price {
      font-size: 30px;
    }
  }
  .product-slider__price sup {
    top: -20px;
    font-size: 65%;
  }
  .product-slider__cart {
    box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
    background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    min-height: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    margin-right: 40px;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
    .product-slider__cart {
      margin-right: 30px;
    }
  }
  @media screen and (max-width: 576px) {
    .product-slider__cart {
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px;
    }
  }
  .product-slider__fav {
    color: #888e94;
    background: none;
    border: none;
    position: relative;
    padding-left: 25px;
    outline: none;
    cursor: pointer;
  }
  .product-slider__fav:focus {
    outline: none;
  }
  .product-slider__fav .heart {
    display: block;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%) scale(0.7);
    top: 50%;
    pointer-events: none;
    width: 100px;
    height: 100px;
    background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
  }
  .product-slider__fav .heart.is-active {
    transition-duration: 1s;
    background-position: -2800px 0;
  }
  .product-slider__bottom {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
  }
  .product-ctr {
    display: flex;
    align-items: center;
    min-height: 150px;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
  }
  @media screen and (max-width: 992px) {
    .product-ctr {
      justify-content: center;
    }
  }
  .product-ctr .hr-vertical {
    width: 1px;
    background: #9fa3a7;
    align-self: stretch;
    margin: 0 35px;
    flex-shrink: 0;
    opacity: 0.5;
  }
  @media screen and (max-width: 767px) {
    .product-ctr {
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }
    .product-ctr .hr-vertical {
      width: 100%;
      margin: 35px 0;
      height: 1px;
    }
  }
  @media screen and (max-width: 767px) {
    .product-labels {
      width: 100%;
    }
  }
  .product-labels__checkbox {
    display: none;
  }
  .product-labels__checkbox:checked + .product-labels__txt {
    border-color: #cc3743;
    padding: 10px 13px;
  }
  .product-labels__title {
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product-labels__group {
    display: flex;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 992px) {
    .product-labels__group {
      justify-content: center;
    }
  }
  .product-labels__group:last-child {
    margin-bottom: 0;
  }
  .product-labels__item {
    margin: 5px;
    cursor: pointer;
  }
  .product-labels__item:first-child {
    margin-left: 0;
  }
  .product-labels__txt {
    display: block;
    border: 2px solid transparent;
    font-size: 14px;
    padding: 10px 20px;
    padding-left: 0;
    border-radius: 50px;
    transition: all 0.3s;
    letter-spacing: 2px;
  }
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  .product-inf {
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .product-inf {
      width: 100%;
    }
  }
  .product-inf__percent {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-family: "Dosis", sans-serif;
    position: relative;
  }
  .product-inf__percent circle {
    transform: rotate(180deg) scaleY(-1);
    transform-origin: 50%;
  }
  .product-inf__percent-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-inf__title {
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
  }
  .product-img {
    position: absolute;
    z-index: 2;
    width: 500px;
    left: 25%;
    transform: translateX(-45%);
    max-height: 500px;
    height: 100%;
    pointer-events: none;
  }
  @media screen and (max-width: 1200px) {
    .product-img {
      width: 430px;
      left: 20%;
    }
  }
  @media screen and (max-width: 992px) {
    .product-img {
      width: 430px;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 350px;
    }
  }
  @media screen and (max-width: 767px) {
    .product-img {
      width: 100%;
      max-width: 400px;
      top: 30px;
      height: 390px;
    }
  }
  @media screen and (max-width: 576px) {
    .product-img {
      max-width: 300px;
      height: 300px;
    }
  }
  .product-img__item {
    display: flex;
    align-items: center;
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-130px);
    opacity: 0;
    transition: all 0.3s;
  }
  .product-img__item.active {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    transition-delay: 0.3s;
  }
  .product-img__item img {
    object-fit: contain;
    object-position: center right;
    width: 100%;
  }
  
  .social {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    display: flex;
    padding: 20px 55px;
    justify-content: space-between;
  }
  @media screen and (max-width: 576px) {
    .social {
      flex-direction: column;
      bottom: 0;
    }
  }
  .social__item {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
    display: flex;
    align-items: center;
    transition: all 0.3s;
  }
  .social__item:hover {
    color: #fff;
  }
  @media screen and (max-width: 576px) {
    .social__item {
      margin-bottom: 10px;
    }
  }
  .social__img {
    width: 24px;
    margin-right: 15px;
  }

  .animated { 
    background-image: url(../img/logo.png); 
    background-repeat: no-repeat;
    background-position: left top; 
 
    -webkit-animation-duration: 4s;
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
 }
 
 @-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
 } 
 
 @keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
 }
 
 .bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
 }
 .home-sec-child-1 img
 {
  width: 100%;
 }
 .indivi-block
 {
  display: flex;
  padding: 8px 0px;
 }
 .indi-subblock img {
    width: 45px;
    margin-left: 12px;
}
.indi-subblock {
    width: 60px;
    height: 80px;
    background-color: #0175b3;
    display: flex;
    /* flex-basis: 25%; */
    justify-content: center;
    align-items: center;
    min-width: 60px;
    position: relative;
}
.indi-subblock:after {
    content: "";
    border-top: 40px solid transparent;
    border-left: 50px solid #0175b3;
    position: absolute;
    right: -50px;
    border-bottom: 40px solid transparent;
}
.indi-subblock-text
{
  padding-left: 60px;
}
.home-sec-child-2 {
    margin-top: 10px;
}
.home-sec-child-1
{
  position: relative;
}
.home-sec-child-1:after
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0175b345;
  left: 0%;

}
.padding-40
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.third-img-size
{
  width: 100%;
}
.welcome-text
{
    padding: 30px 50px 50px 50px;
}
.welcome-text h1
{
  font-size: 45px;
  color: #0169a1;
}
p
{
  font-size: 17px;
  color: #3a3a3a;
}
.welcome-points
{
  display: flex;
}
.welcome-points .points
{
  text-align: center;
}
.third-forth-section
{
  background-image: url(../images/shapea.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}







.home-fifth-section
{
  background-image: url(../images/fiveimage.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.testi-img
{
  background-color: #0081c8;
  padding: 60px 0px 30px 30px;
      width: 1100px;

}
.testimonial-slider {
  padding: 3em 2em;
}
.testimonial-title {
  color: #fff;
}
.testimonial-title h2 {
  padding-left: 0.2em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

.home-fifth-section .carousel-inner
{
    width: 100% !important;
    overflow: unset !important;
}
@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }
  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }
  .carousel-control-next {
    left: 5em;
  }
}

.home-fifth-section .img-wrapper img
{
    width: 100%!important;
    height: 125%;
    border-radius: 50%;
    padding: 40px 120px;
    object-fit: cover;
}


.home-fifth-section .item
{
  width: 230px;
  height: 300px;
  text-align: center;
  padding:21px;
  background-color: #fff;
  border-radius: 10px;
}
/* .home-fifth-section .item img
{
  width: 79px !important;
} */
.home-fifth-section .owl-carousel.owl-loaded
{
  max-width: 955px !important;
  width: 140% !important;
}
.home-fifth-section .item p
{
  font-size: 14px;
}
.home-fifth-section .owl-nav span
{
  font-size: 60px;
  color: #fff;
}
.home-fifth-section .owl-nav
{
  text-align: start !important;
}
.home-fifth-section .owl-dots
{
  display: none;
}
.home-fifth-section .owl-theme .owl-nav [class*='owl-']:hover
{
 background-color: transparent !important;
}
.home-fifth-section .owl-theme .owl-nav
{
  margin-top: -20px;
}

.contact-details
{
  display: flex;
}
.contact-details img
{
  width: 20px !important;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

a
{
  text-decoration: none;
  color: #fff;
}

/* .home-fifth-section .owl-carousel .owl-item img
{
  margin-left: 60px;
} */

 .testimonial-slider .owl-carousel .owl-item img {
  display: unset;
 width: unset; 
} 


.foot-logo
{
  width: 200px;
}
footer ul
{
  list-style: none;
  padding-left: 0px !important;
}
footer
{
  padding: 69px 0px 16px;
  background-color: #1e1e1e;
  color: #cbcbcb;
  font-size: 15px;

}
.foot-icons
{
    width: 20px !important;
    color: #0180c9;
    position: absolute;
    left: -5%;
}
footer li 
{
  padding: 5px;
  color: #cbcbcb;
  font-size: 15px;
  position: relative;
}
.foot-p
{
  padding-right: 350px !important;
}
.copy-sec
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.social-icon
{
  width: 20px;
  padding-top: 10px;
}
.rights-block p
{
  font-size: 14px;
  margin-top: 15px;
}
header li a
{
  color: #4c4c4c;
  font-weight: 400;
    font-size: 18px;
    font-family: 'Poppins';
}
li.nav-item {
    margin: 0px 15px;
}
/* .navbar-nav
{
  float: right;
} */
header li a:hover
{
  color: #0081c9 !important;
}
header li a:active
{
  color: #0081c9;
}
.text-area-child1 {
    padding: 50px 40px;
    text-align: left;
    background-color: #258ecf;
    height: 460px;
    color: #fff;
    height: 500px;
}
.text-area-child2 {
   padding: 50px 40px;
    text-align: left;
    background-color: #f4f4f4;
    height: 500px;
  }
.text-area-child3 {
    padding: 50px 40px;
    text-align: left;
    background-color: #807dfb;
    height: 460px;
    color: #fff;
    height: 500px;
}
.text-color-white
{
  color: #fff;
}
.last-section {
  padding: 40px 0px;
}
.last-sec-img {
  text-align: center;
}
.last-section h2 {
  text-align: center;
}
.last-logo-img {
  display: flex;
  justify-content: center;
}
.last-logo {
  padding: 40px;
}
.last-logo-img {
  display: flex;
  justify-content: center;
}
.about-section {
  background: #f5f5f5;
}
.section-block {
  padding-top: 96px;
  padding-bottom: 48px;
}
.section-block .row>div {
  margin-bottom: 48px;
}
.about-section .img-block {
  padding-right: 72px;
}
.section-block .row>div {
  margin-bottom: 48px;
}
.about-section h2 {
  margin-bottom: 24px;
}
.about-section h2 span {
  font-size: 18px;
  display: block;
}
p:last-of-type {
  margin-bottom: 30px;
}
.img-block img.img-responsive {
  width: 100%;
}
.damke_section-shape.shape-right {
  position: absolute;
  right: 0;
}
.damke_section-pattern .icon.icon-one {
  left: 10%;
  bottom: 10%;
}
.bg-white {
  background-color:#fff;
  padding: 60px 0;
}
.color5 {
  color: #044A67;
}


@media (min-width: 768px)
{
  .navbar-expand-md .navbar-collapse
  {
    display: flex!important;
    justify-content: end;
  }


}
@media (max-width:767px)
{
  button.navbar-toggler.collapsed {
    outline: none !important;
    border: none !important;
}
.navbar-toggler:focus
{
  box-shadow: unset !important;
}
.wrapper 
{
  height: auto;
  min-height: 125vh;
}
.content
{
  width:300px;
  margin: unset;
}
.swiper-slide
{
  width: 100%;
}
.product-slider {
  width: 90%;
  margin-top: 250px;
}
.home-forth-section img
{
  width: 100%;
}
.testi-img
{
  width: unset;
}
.home-fifth-section .owl-carousel.owl-loaded
{
  width:100% !important;
}
.last-logo
{
  padding: 35px;
}
footer
{
  padding: 80px 15px;
}
.copy-sec
{
  display: block;
}
footer {
  padding: 30px 15px;
}
footer .rights-block p
{
  color: #fff;
}
p:last-of-type {
  margin-bottom: 0px;
}
.indivi-block
{
  padding: 8px 10px 0px 0px;
}
.welcome-text {
  padding: 0px 15px 15px 15px;
}
.padding-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.welcome-text h1 {
  font-size: 28px;
}
.points img {
  width: 40%;
}
.points h6
{
  font-size: 12px;
}
.indi-subblock
{
  margin-top: 20px;
}
.navbar-nav li.nav-item {
    border-bottom: 1px solid #edebeb;
    padding: 6px 9px;
    margin: 0;
}

.last-logo-img {
  display: block;
  text-align: center;
}
.privacy-policy {
  float: left!important;
  margin-top: -12%;
}
.text-area-child2{
  height: auto!important;
}
.text-area-child1 {
  height: auto!important;
}
.text-area-child3{
  height: auto;
}
.navbar {
  box-shadow: 0 0 5px 0 #bbb;
  padding: 20px 19px;
  z-index: 999;
}
.about-section .img-block {
 padding-right: 0px;
}
.section-block {
  padding-top: 30px;
  padding-bottom: 48px;
}
.bottom-foot {
  display: block!important;
}
footer li {
  padding: 5px;
  color: #cbcbcb;
  font-size: 15px;
  position: relative;
  left: 9px;
}
.foot-icons {
  width: 20px !important;
  color: #0180c9;
  position: absolute;
  left: -8%;
}


}
.privacy-policy{
  float:right;
}
.rights-block p {
  color: #fff;
}
.bottom-foot p {
  color: #919191;
  margin-bottom: 0;
  font-size: 14px;
}
.bottom-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}