*{box-sizing: border-box; padding: 0px; margin: 0px; font-family: 'Poppins', sans-serif;}

h3{font-size: 32px; line-height: 48px; font-weight: 700;}
h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}
h6{font-size: 16px; font-weight: 700;}

p{font-size: 16px; font-weight: 500; line-height: 24px;}
.container{max-width: 1136px; margin: 0 auto;}

.header {
    padding: 40px 0px;
     background-color: #fff;
     position: sticky;
      top: 0; left: 0;  
      z-index: 9;
}
.header-nav ul li a.active {
    color: #907dda;
    background: rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
    box-shadow: inset 0 -3px 0 0 #907dda;
}
.header.fixed-header{padding: 20px 0px; box-shadow: 0px 3px 32px rgba(0,0,0,0.16);}
.header.fixed-header img{max-width: 150px;}


.header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-logo {}

.header-logo img {
    max-width: 246px;
    width: 100%;
}

.header-nav {
    margin-left: auto;
}

.header-nav ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 40px;
}
.header-nav ul li:last-child{padding-right: 0px;}

.header-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
}
.banner-slider{position: relative; overflow: hidden;}
.banner-slider-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        overflow: hidden;
    padding: 111px 0px 145px;
}

.banner-content {
    width: 50%;
}
.banner-content h4{padding-bottom: 20px;}
.banner-content p{font-size: 18px; font-weight: 500;}
.banner-image {
    position: absolute;
    right: -16%;
    top: 0%;
    overflow: hidden;
}

.banner-cta a {
    padding: 12px 20px;
    background-color: #6550A3;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    min-width: 184px;
    display: inline-block;
    text-align: center;
}

.banner-cta {
    margin-top: 40px;
}

.about-us {background-color: #6260AE;padding: 89px 0px; margin-top: 40px}

.about-left {
    width: 41.9%;
}
.about-left img {
    box-shadow: 0px 4px 36px rgba(0,0,0,0.16);
}
.about-right {
    width: calc(100% - 41.9%);
}

.about-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-right h3 {
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}

.about-right p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.about-right {
    padding-left: 30px;
}


.our-team {
    padding: 108px 0px;
}

.our-team-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.our-team-content {
    width: 33%;
    margin-right: 2%;
}
.our-team-content h3{padding-bottom: 25px;}

.our-team-profile-group {
    width: calc(100% - 35%);
    display: flex;
    align-items: center;
    text-align: center;
}

.our-team-profile {
    width: 25%;
    /* padding: 0px 40px; */
}

.our-team-profile-pic {
    width: 140px;
    margin: 0 auto;
}

.our-team-profile-pic img {
    width: 100%;
    border-radius: 50%;
        box-shadow: 0px 4px 32px rgba(0,0,0,.16);
        margin-bottom: 8px;
}

.our-team-profile h6{font-size: 18px;
    font-weight: 700;
    color: #000;}
.our-team-profile p{ color: rgba(0,0,0,0.6); }
.our-promise {background-color: #6260AE;padding: 60px 0px 230px;text-align: center;/* max-width: 900px; */}

.our-promise-inner {
    max-width: 900px;
    margin: 0 auto;
}

.our-promise-inner h3 {
    color: #fff;
    padding-bottom: 26px;
}

.our-promise-inner p {
    color: #fff;
    padding-bottom: 20px;
}
.we-will-never-inner {
    padding: 50px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.we-will-never {
    margin-top: -191px;
}

.we-will-never-block {
    width: 26.66%;
}

.we-will-never-block:first-child {
    width: 20%;
}
.we-will-never-block h6 {
    color: #6550A3;
}
.we-will-never-no {
    width: 60px;
    height: 60px;
    text-align: center;
    /* line-height: 60px; */
    background-color: #6550A3;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 17px;
}

.we-will-never-no h3 {
    line-height: 60px;
    font-weight: 500;
}
.we-will-never-block p{padding-right: 35px;}

.our-products {
    padding: 50px 0px;
    text-align: center;
}

.our-products-block {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
    padding-top: 32px;
}

.our-product a {
    text-decoration: none;
    color: #111111;
}

.our-product {
    width: 33.33%;
    text-align: center;
}
.our-product h4 {
    font-weight: 500;
}

.our-product p {
    color: rgba(0,0,0,0.4);
    font-size: 16px;
    font-weight: 500;
}
.our-product h4 {
    font-weight: 500;
    transition: all ease 0.3s;
    margin-left: 15px;
}

.our-product p {
    color: rgba(0,0,0,0.4);
    font-size: 16px;
    font-weight: 500;
}

.our-product {
    border-right: 1px solid #707070;
    padding: 20px 0px;
    transition: all ease 0.5s;
}

.our-product:last-child {
    border-right: 0;
}
.our-product span{opacity: 0; visibility: hidden; transition: all ease 0.3s;}
.our-product:hover h4 {
    color: #6550A3;
    margin-left: 0px;
    padding-right: 0px;
}
.our-product:hover span{opacity: 1; visibility: visible;}
.contact-us {
    background-color: #111111;
    padding: 70px 0px 35px;
    text-align: center;
}

.contact-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0px;
    border-bottom: 1px solid #707070;
}

.contacts {
    width: 33.33%;
}

.contact-us-inner h3 {
    color: #fff;
}

.contacts p a, .contacts p {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: all ease 0.3s;
}
.contacts p a:hover, .contacts p:hover{color: rgba(255,255,255,1);}

.contacts p {
    padding-bottom: 10px;
}


.contact-image {
    padding-bottom: 20px;
}
.copyright {
    font-size: 14px;
    font-weight: 500;
    padding-top: 33px;
    color: rgba(255,255,255,0.4);
}


@media(max-width: 1500px){
.banner-image{right: -24%;}
}

@media(max-width: 1340px){
 .banner-image{right: -29%;}   
}

@media(max-width: 1230px){
 .container{padding: 0px 30px;}
 .banner-image{right: 0; text-align: center; width: 100%; order: 1; position: relative; }
 .banner-content{width: 100%; order: 2; text-align: center; }
 .banner-slider-inner{padding: 40px 0px 60px; }
}

@media(max-width: 1024px){
.banner-image img{width: 100%;}
.about-left {width: 100%; text-align: center; }
.about-right {padding-left: 0px; width: 100%; text-align: center; padding-top: 26px; }
.our-team {padding: 70px 0px; }
.our-team-content {width: 100%; margin-right: 0;  text-align: center; padding-bottom: 50px; }
.our-team-profile-group {width: 100%;}
.we-will-never-inner{flex-wrap: wrap; justify-content: center;}
.we-will-never-block:first-child{width: 100%; text-align: center; padding-bottom: 30px}
.we-will-never-block {width: 33.33%; text-align: center;}
.we-will-never-no{margin: 0 auto 17px;}
.we-will-never-block p{padding: 0px 15px;}
.contacts{width: 100%; padding-bottom: 20px;}
}

@media(max-width: 840px){
.our-team-profile-group{flex-wrap: wrap;}
.our-team-profile{width: 50%; margin-bottom: 30px;}
.our-team-profile:nth-last-child(-n + 2){margin-bottom: 0px;}
.we-will-never-block{width: 50%;}
.we-will-never-block:last-child{padding-top: 30px;}
}

@media(max-width: 768px){
.our-products-block{flex-wrap: wrap;}
.our-product{width: 100%; padding-bottom: 20px; margin-bottom: 20px; border-right: 0; border-bottom: 1px solid #707070; }
.our-product:last-child{border-bottom: 0;}
}

@media(max-width: 640px){
.we-will-never-block{width: 100%; padding-bottom: 30px}
.we-will-never-block:last-child{padding: 0;}
.our-team-profile{width: 100%;}
.our-team-profile-pic{width: 200px}
.our-team-profile:nth-last-child(-n + 2){margin-bottom: 30px;}
.our-team-profile:nth-last-child(-n + 1){margin-bottom: 0px;}
}

@media(max-width: 576px){
h3{font-size: 30px;}
h4{font-size: 22px}
.about-left img{width: 100%;}
}


/* Header Navigation */
.nav {
  height: 50px;
  width: 100%;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width:992px) {
.header-nav ul{padding: 20px;}
    .header-nav ul li{display: block; padding: 0px; padding-bottom: 20px;}
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #111111   ;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.16);
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 88px;
    left: 0px;
    transition: all ease 0.3s;
    z-index: 9
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    min-height:300px;
    overflow-y: auto;
  }
}