.vankos-home-slider-master header .item {
  height: 891px;
  position: relative;
}
.vankos-home-slider-master header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vankos-home-slider-master header .item .cover {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
.vankos-home-slider-master header .item .cover .header-content {
  position: relative;
  padding: 16px;
  overflow: hidden;
}
.vankos-home-slider-master header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.vankos-home-slider-master header .item .cover .header-content h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #000;
    font-family: Roboto-Bold;
    text-transform: uppercase;
}
.vankos-home-slider-master header .item .cover .header-content .btn-primary {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-size: 16px;
    font-family: Roboto-Medium;
    text-transform: capitalize;
    border-radius: 0px;
    border: none;
    padding: 4px 10px 4px 10px;
}

.vankos-home-slider-master header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.vankos-home-slider-master header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.vankos-home-slider-master header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.vankos-home-slider-master header .owl-item.active .btn-primary {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.vankos-home-slider-master header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.vankos-home-slider-master header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #21ace3 !important;
  color: #fff;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.vankos-home-slider-master header .owl-nav .owl-prev .bx {
  font-size: 36px;
  color: #000;
}
.vankos-home-slider-master header .owl-nav .owl-prev:focus {
  outline: 0;
}
.vankos-home-slider-master header .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.vankos-home-slider-master header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #21ace3 !important;
  color: #fff;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.vankos-home-slider-master header .owl-nav .owl-next .bx {
  font-size: 36px;
  color: #000;
}
.vankos-home-slider-master header .owl-nav .owl-next:focus {
  outline: 0;
}
.vankos-home-slider-master header .owl-nav .owl-next:hover {
  opacity: 0.5;
}
.vankos-home-slider-master header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.vankos-home-slider-master header:hover .owl-next {
  right: 0px;
  opacity: 1;
}










.vankos-home-section01 .card-header {
    box-shadow: -12px 12px 7px #0000004a;
    padding: 0px;
}
.vankos-home-section01 .card {
  background-color: transparent;
}




.vankos-home-section01 .card-block {
    padding: 0.6em 1.6em;
}
.vankos-home-section01 .card-title {
    margin-bottom: 1rem;
    font-family: acumin-variable-concept;
    color: #000;
    font-weight: 600;
    font-size: 29px;
    border-bottom: 1px solid #107aa3;
    width: max-content;
}
.vankos-home-section01 .card-text {
    font-family: acumin-variable-concept;
    color: #727070;
    font-size: 17px;
    text-align: justify;
}
.vankos-home-section01 .card-text img {
    width: 16px;
    margin-bottom: 0.6em;
}
.vankos-home-section01 .card h5 {
    color: #107aa3;
    font-family: acumin-variable-concept;
    font-weight: 600;
    font-size: 19px;
    border-bottom: 1px solid #107aa3;
    width: max-content;
}
.vankos-home-section01 .card h5 img {
    width: 16px;
    margin-bottom: 0.6em;
}
.vankos-home-section01 .card .btn-primary {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-family: acumin-variable-concept;
    text-transform: capitalize;
    padding: 4px 10px 1px 10px;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: -5px 5px 7px #0000004a;
}
.vankos-home-section01 .card .btn-primary:hover {
    background-color: #000;
}






.counts .row {
    background-color: #b8e4f5;
    padding: 2.6em 0em;
    border-radius: 5px;
}





.vankos-home-section02 .owl-carousel .owl-item:hover {
    cursor: pointer;
}

.vankos-home-section02 {
    padding: 6rem 0rem 8rem 0rem;
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), url(../img/home/best-selling.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    z-index: 9999;
}
.vankos-product-testimonials {
  position: relative; 
}
@media (max-width: 767px) {
  .vankos-product-testimonials {
    margin-top: 20px;
  }
}
.vankos-home-section02 h2 {
    margin-bottom: 1rem;
    font-family: acumin-variable-concept;
    color: #107aa3;
    font-weight: 600;
    font-size: 29px;
    border-bottom: 1px solid #107aa3;
    width: max-content;
    margin: 0 auto;
    text-transform: capitalize;
}
.vankos-home-section02 h2 span {
    color: #000;
}
.vankos-product-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.vankos-product-testimonials .owl-dots {
  text-align: center;
}
.vankos-product-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.vankos-product-testimonials .owl-dots .active {
  box-shadow: none;
}
.vankos-product-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.vankos-product-testimonials .card {
  background: #107aa3;
  box-shadow: none;
  margin: 0 20px;
  padding: 0 0px;
  border-radius: 0px;
  border: 0;
}
.vankos-product-testimonials .card .card-img-top {
  max-width: 100%;
  border-radius: 0px;
  margin: 0px auto 0;
  box-shadow: none;
}
.vankos-product-testimonials .card h5 {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    font-family: acumin-variable-concept;
}
.vankos-product-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}
.vankos-product-testimonials .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.vankos-product-testimonials .owl-nav button {
  position: absolute;
  top: 43%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.vankos-product-testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.vankos-product-testimonials .owl-nav button.owl-prev {
  left: -40px;
}
.vankos-product-testimonials .owl-nav button.owl-prev img {
    max-height: 53px;
}
.vankos-product-testimonials .owl-nav button.owl-next {
  right: -40px;
}
.vankos-product-testimonials .owl-nav button.owl-next img {
    max-height: 53px;
}
.vankos-product-testimonials .card-body {
    padding: 0rem 1rem;
}


.button01 {
  text-align: center;
  padding-top: 1em;
}

.button01 .btn-primary {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-family: acumin-variable-concept;
    text-transform: capitalize;
    padding: 4px 10px 1px 10px;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: -5px 5px 7px #0000004a;
}





.vankos-home-section03 {
    padding: 10px 0px;
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), url(../img/home/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -77px;
}
.vankos-home-section03 h2 {
    font-family: acumin-variable-concept;
    color: #107aa3;
    font-weight: 600;
    font-size: 29px;
    border-bottom: 1px solid #107aa3;
    width: max-content;
    margin: 1em auto 1em auto;
    text-transform: capitalize;
    text-align: center;
}
.vankos-home-section03 h2 span {
    display: block;
    color: #000;
}
.vankos-home-section03 .card {
  background-color: transparent;
}
.vankos-home-section03 .card-header {
  background-color: transparent;
  padding: 0.5em 1.6em;
  margin-top: 1.6em;
}
.vankos-home-section03 .card-header .card-title {
    margin-bottom: 0.3rem;
    font-family: acumin-variable-concept;
    color: #107aa3;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 0.3em;
}
.vankos-home-section03 .card-header .card-text {
    font-family: acumin-variable-concept;
    color: #727070;
    font-size: 16px;
    text-align: justify;
}
.vankos-home-section03 .card-header .btn-primary {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-family: acumin-variable-concept;
    text-transform: capitalize;
    padding: 4px 10px 1px 10px;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: -5px 5px 7px #0000004a;
    margin-bottom: 0.5em;
}




.vankos-home-section04 {
    background-color: #21ace3;
    padding: 3em 0em;
}
.clients-title {
    font-family: acumin-variable-concept;
    color: #107aa3;
    font-weight: 600;
    font-size: 29px;
    border-bottom: 1px solid #107aa3;
    width: max-content;
    margin: 2em auto 1em auto;
    text-transform: capitalize;
    text-align: center;
}
.clients-testimonials {
  position: relative; 
}
.clients-testimonials .owl-stage-outer {
  padding: 0px 0;
}
.clients-testimonials .owl-dots {
  text-align: center;
  display: none;
}
.clients-testimonials .owl-nav {
  display: none;
}
.clients-testimonials .card {
  background: transparent;
  box-shadow: none;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.clients-testimonials .card .card-img-top {
  max-width: 100%;
  border-radius: 0;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
}
.clients-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}





.vankos-home-section05 .card-title {
    font-family: acumin-variable-concept;
    color: #107aa3;
    font-weight: 600;
    font-size: 29px;
    border-bottom: 1px solid #107aa3;
    width: max-content;
    margin: 0 auto;
    text-transform: capitalize;
    text-align: center;
}
.vankos-home-section05 .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #c3c3c385;
    background-clip: padding-box;
    border: 3px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1em;
}

.form-btn {
  text-align: right;
}
.form-btn .btn-primary {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-family: acumin-variable-concept;
    text-transform: capitalize;
    padding: 4px 10px 1px 10px;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: -5px 5px 7px #0000004a;
    margin-bottom: 0.5em;
}

.vankos-home-section05 .card-header {
    background-color: transparent;
}
.vankos-home-section05 form label {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-family: Roboto-Medium;
    margin-bottom: 0.5em;
}





.vankos-home-section06 {
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), url(../img/home/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}



.vankos-home-section06 .card {
  background-color: transparent;
}
.vankos-home-section06 .card-header {
  background-color: transparent;
}


.vankos-home-section06 h2 {
    font-family: acumin-variable-concept;
    color: #107aa3;
    font-weight: 600;
    font-size: 29px;
    border-bottom: 1px solid #107aa3;
    width: max-content;
    margin: 2em auto 1em auto;
    text-transform: capitalize;
    text-align: center;
}
.vankos-home-section06 .card-title {
    margin-bottom: 1rem;
    font-family: acumin-variable-concept;
    text-align: center;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-top: 1rem;
}


.card {
   position: relative;
}
.app-hr img {
    position: absolute;
    bottom: 124px;
}



.master-float-icons {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}
.master-float-icons a {
    display: block;
    opacity: 1;
    color: #fff;
    padding: 4px 6px;
    font-size: 22px;
}
.master-float-icons a:hover {
    opacity: 1;
}
.master-float-icons a.facebook {
    background-color: #20ace3;
}
.master-float-icons a.instagram {
    background-color: #000;
}
.master-float-icons a.twitter {
    background-color: #20ace3;
}
.master-float-icons a.youtube {
    background-color: #000;
}
.master-float-icons a.whatsapp {
    background-color: #20ace3;
}



.sub-banner img {
  width: 100%;
  height: auto;
}




.vankos-about-us01 .card-header {
    text-align: center;
    background-color: transparent;
}
.vankos-about-us01 .card-header h2 {
    font-family: Roboto-Bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.5em;
}
.vankos-about-us01 .card-header h2 span {
    color: #20ace3;
}
.vankos-about-us01 .card-header .card-title {
    margin-bottom: 1rem;
    font-family: Roboto-Medium;
    font-size: 20px;
    color: #000;
}
.vankos-about-us01 .card-header .card-text {
    font-family: acumin-variable-concept;
    font-size: 18px;
    color: #000;
    margin-top: 1.6em;
}



.vankos-about-us02 {
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), url(../img/about/bg3.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: top center;
}
.vankos-about-us02 .card-header {
    background-color: transparent;
}
.vankos-about-us02 .card-header .card-title {
    /*margin-bottom: 0.5rem;*/
    color: #107aa3;
    font-size: 28px;
    margin-top: 0.5em;
    font-family: Roboto-Medium;
    }
.vankos-about-us02 .card-header .card-text {
    font-family: acumin-variable-concept;
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: 32px;
    margin-top: 25px;
}
.vankos-about-us02 .card-header .btn-primary {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-family: acumin-variable-concept;
    text-transform: capitalize;
    padding: 5px 12px 2px 12px;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: -5px 5px 7px #0000004a;
}
.vankos-about-us02 .card-header .btn-primary:hover {
    background-color: #000;
}





.vankos-about-us03 .card-header {
    text-align: center;
    background-color: #21ace3;
}
.vankos-about-us03 .card-header .bi {
    font-size: 30px;
    color: #fff;
}
.vankos-about-us03 .card-header .card-title {
    margin-bottom: 0.5rem;
    font-family: 'Roboto-Bold';
    font-size: 17px;
    color: #fff;
    margin-top: 0.4em;
    letter-spacing: 1px;
}
.vankos-about-us03 .card-header .card-text {
    font-size: 16px;
    color: #000;
    font-family: Roboto-Medium;
}






.about-testimonials {
  position: relative; 
}
@media (max-width: 767px) {
  .about-testimonials {
    margin-top: 20px;
  }
}
.vankos-about-us04 h2 {
    font-family: Roboto-Bold;
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.5em;
    text-align: center;
    letter-spacing: 0.5px;
}
.about-testimonials .owl-stage-outer {
  padding: 10px 0;
}
.about-testimonials .owl-nav {
  display: none;
}
.about-testimonials .owl-dots {
  text-align: center;
}
.about-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.about-testimonials .owl-dots .active {
  box-shadow: none;
}
.about-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.about-testimonials .card {
  background: #20ace314;
  border: none;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
}
.about-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: none;
  width: 100px;
  height: 100px;
}
.about-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.about-testimonials .card h5 span {
  font-size: 18px;
  color: #333;
}
.about-testimonials .card p {
  font-family: acumin-variable-concept;
  font-size: 16px;
  color: #666666;
  padding-bottom: 15px;
}
.about-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.about-testimonials .center {
  opacity: 1;
}
.about-testimonials .center h5 {
    font-size: 21px;
    font-family: Roboto-Medium;
}
.about-testimonials .center h5 span {
  font-size: 15px;
}
.about-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.about-testimonials .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}



.vankos-contact-us01 .card-header {
    background-color: transparent;
}
.vankos-contact-us01 .card-header .card-title {
    margin-bottom: 0.5rem;
    color: #20ace3;
    font-size: 24px;
    margin-top: 0.5em;
    font-family: Roboto-Medium;
    text-transform: capitalize;
}
.vankos-contact-us01 .card-header .card-text {
    font-family: acumin-variable-concept;
    font-size: 17px;
    color: #000;
    text-align: justify;
}
.vankos-contact-us01 .card-header .card-text a {
    color: #000;
    font-size: 17px;
}
.vankos-contact-us01 .card-header .card-text .bi {
    color: #20ace3;
    font-size: 18px;
    margin-right: 5px;
}

.vankos-about-us02 .card-bold {
    font-size: 23px;
    color: #000;
        font-family: Roboto-Medium;
        margin-bottom: 30px;

}


.vankos-contact-us02 .card-header {
    background-color: transparent;
}
.vankos-contact-us02 .card-header .card-title {
    margin-bottom: 0.5rem;
    color: #20ace3;
    font-size: 24px;
    margin-top: 0.5em;
    font-family: Roboto-Medium;
    text-transform: capitalize;
}
.vankos-contact-us02 .card-header form label {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-family: Roboto-Medium;
    margin-bottom: 0.5em;
}
.vankos-contact-us02 .card-header form .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Roboto-Regular;
    margin-bottom: 1em;
}
.vankos-contact-us02 .card-header form .btn-success {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-family: acumin-variable-concept;
    text-transform: capitalize;
    padding: 4px 10px 1px 10px;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: -5px 5px 7px #0000004a;
}




.vankos-products01 h1 {
    font-family: Roboto-Bold;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 1.5em;
    text-align: center;
}
.vankos-products01 .card-header {
    padding: 0.5rem 0.5rem;
    margin-bottom: 0;
    background-color: rgb(32 172 227 / 5%);
    text-align: center;
    border: 3px solid #fff;
}
.vankos-products01 .card-header .card-title {
    font-family: Roboto-Bold;
    font-size: 21px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0.8em;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 0.7em;
}
.vankos-products01 .card-header .btn-primary {
    color: #fff;
    background-color: #20ace3;
    border-color: #20ace3;
    font-family: acumin-variable-concept;
    text-transform: capitalize;
    padding: 4px 16px 2px 16px;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: -5px 5px 7px #0000004a;
    margin-bottom: 1em;
    transition: 0.3s;
}

.vankos-products01 .card-header .btn-primary:hover {
     transform: scale(1.1);
    color: #fff;
    background-color: #20ace3;
    border-color: #20ace3;
}



.vankos-products01 .card {
    margin-bottom: 1em;
}

.vankos-about-us02 img {
    padding: 10px;
    border-radius: 18px;
}

.vankos-about-us02 {
    padding: 25px 0!important;
}



.vankos-products01 .card-header img {
    max-width: 100%;
    padding: 10px;
        transition: 0.3s;
}

.vankos-products01 .card-header img:hover {
        transform: scale(1.1);
}


