@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');

* {
  outline: 0 !important;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  background-color: #fff;
  color: #000;
}

.container {
  max-width: 1270px;
  width: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #d4e8fc;
  color: #0e4376;
}

::selection {
  background-color: #d4e8fc;
  color: #0e4376;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

a,h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  cursor: pointer;
}

a:active,a:focus,a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul,ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  word-break: break-word;
}

textarea {
  resize: none;
}

strong, label, th {
  font-weight: 600;
}

.bold, b {
  font-weight: 600;
}

a, h1, h2, h3, h4, h5, h6,
.transition, .form-control, .badge, .btn {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.btn,.progress,.progress-bar,.form-control,.breadcrumb {
  /* border-radius: 0; */
  ;
}

._m-0 {
  margin: 0!important;
}

._mt-0 {
  margin-top: 0!important;
}

._mb-0 {
  margin-bottom: 0!important;
}

._mr-0 {
  margin-right: 0!important;
}

._ml-0 {
  margin-left: 0!important;
}

._p-0 {
  padding: 0!important;
}

._pt-0 {
  padding-top: 0!important;
}

._pb-0 {
  padding-bottom: 0!important;
}

._pr-0 {
  padding-right: 0!important;
}

._pl-0 {
  padding-left: 0!important;
}

.text-uppercase {
  text-transform: uppercase;
}

.img-para {
  overflow: hidden;
  border: 5px solid #fff;
  margin-bottom: 2em;
  width: 320px;
  height: 320px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.img-left {
  margin: 0 1.5em 1em 0;
  float: left;
}

.img-right {
  margin: 0 0 1em 1.5em;
  float: right;
}

.para-body {
    margin-top: 5em;
    display: flow-root;
}

.btn-cart {
  text-align: center;
  margin: 2em auto;
}

.btn {
  border-radius: 50px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
  white-space: normal;
  font-size: 42px;
  font-size: 30px;
  padding: 17px 30px 12px;
  font-weight: 700;
}

.citations {
	margin-bottom: 2em;
}

.citations li,.citations p {
  font-size: 16px;
  word-break: break-word;
  list-style-type: decimal;
}

.citations ol,
.citations ul {
  margin-left: 0px;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .citations li {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .citations li {
    font-size: 14px;
  }
}

/*MAIN BG*/
.home-banner {
  /* border-bottom: 5px solid #ffb901; */
  padding: 5em 0 14em;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.home-banner .container {
  position: relative;
}

.home-banner .logo {
  width: 400px;
  margin-bottom: 4em;
}

.home-banner .caption h1 {
  font-size: 70px;
  margin: 0 0 .3em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

.home-banner .caption {
  max-width: 650px;
  text-align: left;
  text-shadow: none;
  position: relative;
  top: 60px;
}

.home-banner .caption h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 20px;
}

.home-banner .caption p {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 1em;
  line-height: 1.3;
}

.home-banner .caption h1,
.home-banner .caption h2,
.home-banner .caption p {
  color: #fff;
}

.home-banner ._image {
  position: absolute;
  right: 0;
  max-width: 600px;
}

.home-banner ._bannerText {
  padding: 15px 2em;
  position: absolute;
  width: 670px;
  bottom: 45px;
  right: 160px;
  border-radius: 25px;
  line-height: normal;
}

/*SECTIONS*/
section {
  padding: 5em;
  position: relative;
}

.sec-over {
  overflow: hidden;
}

section ._title-header {
  margin: 1em auto;
}

section .title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
}

section .sub-title {
  font-size: 26px;
  margin: 10px 0 0;
  font-weight: 500;
}

section .title-lg {
  font-size: 40px;
}

section p {
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 400;
}

section .media {
  margin: 2em 0;
  position: relative;
  z-index: 9;
}

section .media-left {
  padding-right: 5em;
}

section .media-right {
  padding-left: 3em;
}

.section-2 figure {
  width: 500px;
  position: relative;
  z-index: 99;
}

.section-2 figure img {
  width: 100%;
}

.section-2 .media-left {
  position: relative;
}

.section-2 ._bannerText {
  position: absolute;
  bottom: 75px;
  right: -290px;
  padding: 15px 25px 15px 110px;
}

._bannerText {
  padding: 15px;
  border-radius: 25px;
  text-align: center;
}

._bannerText .text-1 {
  font-size: 20px;
  position: relative;
}

._bannerText .text-2 {
  font-size: 40px;
  font-weight: 700;
}

._bannerText .text-3 {
  font-size: 22px;
  position: relative;
}

.circle-md, .circle-lg {
  position: absolute;
}

.circle-md.circle-left {
  left: -90px;
  top: -90px;
}

.circle-lg.circle-right {
  right: -400px;
  top: 0;
  width: 100%;
  max-width: 800px;
}

.circle-lg.circle-left {
  left: -400px;
  top: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.dropdown-menu>li>a {
  padding: 10px 20px;
}

/*IMAGES*/
._img {
  overflow: hidden;
  width: 490px;
  height: 500px;
  display: block;
  position: relative;
  z-index: 99;
}

._img .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

._img-bg-left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 21% 0, 49% 100%, 0% 100%);
  clip-path: polygon(0 0, 21% 0, 49% 100%, 0% 100%);
}

._img-bg-right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(79% 0, 100% 0, 100% 100%, 51% 100%);
  clip-path: polygon(79% 0, 100% 0, 100% 100%, 51% 100%);
}

.prd-img img {
	width: 100%;
	max-width: 400px;
	margin: 2em auto;
}

/*FOOTER*/
footer {
  padding: 5em 0;
  margin-top: 2em;
}

footer ul {
  position: relative;
  top: 1.3em;
}

footer ul li {
  display: inline-block;
  padding: 0 12px;
  font-size: 18px;
  position: relative;
}

footer ul li:not(:first-child)::before {
  content: '|';
  position: relative;
  left: -13px;
}

footer ul li a {
  color: #fff;
}

footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

footer .socialIcons {
  position: relative;
  text-align: right;
}

footer .socialIcons a {
  text-align: center;
  width: 48px;
  height: 48px;
  margin: 5px 5px 0 0;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #FFF;
  font-size: 18px;
  line-height: 48px;
  display: inline-block;
}

footer .socialIcons a:hover {
  color: #0e4376;
  background-color: #fff;
}

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  
  /
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  font-size: 24px;
}

/*BANNER*/
.white-clip {
  background-color: #fff;
  -webkit-clip-path: polygon(34% 0, 100% 0, 100% 61%, 16% 100%, 0 64%, 0 18%);
  clip-path: polygon(34% 0, 100% 0, 100% 61%, 16% 100%, 0 64%, 0 18%);
  padding: 5em;
  position: relative;
}

.white-clip ._b-img {
  position: absolute;
  top: 100px;
  right: 0;
}

._banner .caption {
  max-width: 730px;
  text-align: left;
  position: relative;
  padding: 5em 0;
  z-index: 999;
}

._banner .caption .logo {
  margin: 0 0 5em;
  width: 400px;
}

._banner .caption h1 {
  font-size: 6.5em;
  margin: 0 0 20px;
  line-height: 1;
}

._banner .caption p {
  font-size: 3em;
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: 300;
}

/*CATEGORIES*/
._cat-box {
  text-align: center;
  margin-bottom: 3em;
}

._cat-box figure {
  border: 10px solid #900061;
  width: 197px;
  height: 197px;
  border-radius: 50%;
  background: #f5f5f5;
  text-align: center;
  margin: auto;
  position: relative;
}

._cat-box figure img {
  position: relative;
  top: 47px;
}

._cat-box h1 {
  font-size: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 18px 0 0;
}

/*LIST*/
._list {
  position: relative;
  margin: 3em 0;
  display: block;
}

._list li {
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-bottom: 1.2em;
  position: relative;
}

._list-img li {
  font-size: 26px;
}

._list-img li span {
  margin-left: 65px;
  display: block;
}

._list-img li figure {
  text-align: center;
  position: absolute;
  left: 0;
  width: 40px;
}

._list-icon li {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}

._list-icon li:before {
  content: "";
  background: url(../images/check.png);
  background-size: 100%;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

@media (max-width: 1099px) {
  ._list-img li {
    font-size: 22px;
  }

  ._list-img li span {
    margin-left: 55px;
  }

  ._list-img li figure img {
    width: 35px;
  }
}

.media-image {
  text-align: center;
}

.media-image img {
  width: 400px;
  margin: auto;
}

/*RESPONSIVENESS*/
@media (max-width: 1299px) {
  .section-2 figure {
    width: 500px;
  }

  .section-2 ._bannerText {
    position: relative;
    bottom: 0;
    margin-top: 25px;
    right: auto;
    padding: 15px;
  }

  ._bannerText .text-2 {
    font-size: 32px;
  }

  .section-2 .media-body,
	.section-2 .media-left {
    vertical-align: middle;
  }

  .media-image img {
    width: 400px;
  }

  .home-banner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .home-banner ._image {
    max-width: 560px;
  }

  .home-banner .caption {
    max-width: 500px;
  }

  .home-banner .caption h1 {
    font-size: 54px;
  }

  .home-banner .caption h2 {
    font-size: 26px;
  }

  .home-banner .caption p {
    font-size: 22px;
  }
}

@media (max-width: 1099px) {
  .section-2 figure {
    width: 400px;
  }

  ._bannerText .text-1 {
    font-size: 16px;
  }

  ._bannerText .text-2 {
    font-size: 30px;
  }

  ._bannerText .text-3 {
    font-size: 18px;
  }

  .home-banner .logo {
    width: 300px;
  }

  .home-banner ._image {
    max-width: 500px;
  }

  .home-banner .caption {
    max-width: 480px;
  }

  .home-banner .caption h1 {
    font-size: 45px;
  }

  .home-banner .caption h2 {
    font-size: 24px;
  }

  .home-banner .caption p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .section-2 figure {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  .home-banner .logo {
    width: 300px;
  }

  .home-banner ._image {
    max-width: 600px;
    position: relative;
    left: 0;
    margin: auto;
    top: 0;
  }

.home-banner {
  padding-bottom: 0;
  }

  .home-banner .caption {
    max-width: 100%;
    top: 0;
  }

  .home-banner .caption h1 {
    font-size: 45px;
  }

  .home-banner .caption h2 {
    font-size: 24px;
  }

  .home-banner .caption p {
    font-size: 18px;
  }

  .btn {
    font-size: 1.5em;
  }

  section .title {
    font-size: 36px;
  }

  footer,
	  footer .socialIcons {
    text-align: center;
  }

  footer .socialIcons,
	  footer ul {
    top: 0;
    margin-bottom: 2em;
  }

  section ._img {
    margin: 0 auto 2em !important;
    float: none;
    width: 300px;
    height: 305px;
  }

  section ._img .fill {
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  section .media-left,
	  section .media-right {
    padding: 0;
  }

  section .media-body {
    text-align: left;
  }

  section .media-left,
	  section .media-right,
	  section .media-body {
    display: block;
    width: 100%;
  }

  section .media-image {
    margin-bottom: 1em;
    display: block;
  }

  .section-2 p {
    padding: 0;
  }

  .section-2 ._bannerText {
    margin-bottom: 2em;
  }
  
  .img-para,
  .img-para.img-right,
  .img-para.img-left  {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 2em;
    float: none;
  }
  
  .prd-img img {
	max-width: 300px;
  }

  .col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .media-image img {
    width: 100%;
    max-width: 300px;
  }

  .home-banner .logo {
    width: 300px;
  }

  .home-banner .caption h1 {
    font-size: 38px;
  }

  .home-banner .caption h2 {
    font-size: 22px;
  }

  .home-banner .caption p {
    font-size: 16px;
  }

  .citations li {
    font-size: 16px;
  }

  section {
    padding: 2em;
  }

  section .title {
    font-size: 24px;
  }

  section .sub-title,
		._list-img li {
    font-size: 18px;
  }

  section .title-lg {
    font-size: 28px;
  }

  section p,
		._list-icon li {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .media-image img {
    max-width: 250px;
  }

  ._bannerText .text-1 {
    font-size: 12px;
  }

  ._bannerText .text-2 {
    font-size: 24px;
  }

  ._bannerText .text-3 {
    font-size: 14px;
  }

  .citations li {
    font-size: 14px;
  }

  section {
    padding: 1.5em;
  }

  section .title {
    font-size: 22px;
  }

  section .sub-title,
    ._list-img li {
    font-size: 18px;
  }

  section .title-lg {
    font-size: 26px;
  }

  section p,
    ._list-icon li {
    font-size: 15px;
  }
  
  .img-para,
  .img-para.img-right,
  .img-para.img-left  {
	max-width: 200px;
	margin: 0 auto 1em;
  }
  
  .prd-img img {
	max-width: 200px;
  }
}