
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
      overflow-x: hidden;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBold.eot');
  src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NexaBold.woff2') format('woff2'), url('../fonts/NexaBold.woff') format('woff'), url('../fonts/NexaBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaLight.eot');
  src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'), url('../fonts/NexaLight.woff2') format('woff2'), url('../fonts/NexaLight.woff') format('woff'), url('../fonts/NexaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

.btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.container-main {
  width: 100%;
  max-width: 85%;
  margin: 0px auto;
  padding: 0px 15px;
}

.navbar {
  padding: 10px 2% 10px 2%;
  background: #fff;
  z-index: 10;
}

.fixed-top.whiteHeader {
  background: rgba(255, 255, 255, .8);
}

.navbar-collapse {
  margin-top: 5px;
}

.navbar-container {
  padding: 0px 15px 0px 15px;
  background: rgba(255, 255, 255, .5);
}


}
.inner.navbar {
  background: rgba(255, 255, 255, 1);
}
.navbar .navbar-brand {
  position: relative;
  margin-right: 50px !important;
}
.inner.navbar .navbar-brand {
  position: inherit;
  top: inherit;
}
.navbar .navbar-brand img {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  float: left;
}
.logo-cntr {
  background: #fff;
  padding: 10px 40px;
}
.nan-bg {
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
.nan-bg.top-nav-collapse {
  padding: 0 30px;
  background-color: #fff;
}
.menu-right {
  font-family: 'Nexa';
}
.menu-right li {
  font-size: 18px;
  text-transform: uppercase;
}
.menu-right li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 30px !important;
}
.menu-right li.active a {
  color: #ea0a2a;
}
.menu-right li:hover a {
  color: #ea0a2a;
}
.user-icon {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding: 10px 30px;
}
.user-icon a {
  padding: 0px 15px;
  text-decoration: none;
}
.user-icon svg {
  width: 25px;
  height: 25px;
}
.user-icon a:hover svg {
  fill: #ea0a2a;
}
.social-icon {
  padding: 10px 0px 10px 30px;
}
.social-icon .fab {
  font-size: 18px;
  margin: 0px 0px 0px 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 35px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.social-icon .fab:hover {
  transform: rotateY(180deg);
}
.social-icon .fab.fa-facebook-f {
  background: #315ca2;
}
.social-icon .fab.fa-instagram {
  background: #d2368c;
}
.social-icon .fab.fa-twitter {
  background: #17a7e0;
}
.social-icon .fab.fa-youtube {
  background: #ec1c24;
}
.login-popup {
  max-width: 1000px;
}
.login-left {
  background: url('../images/yellow-bg.jpg') no-repeat;
  padding: 70px;
  background-size: auto 100%;
  background-position: center;
  text-align: center;
}
.login-left img {
  margin-top: 95px;
}
.login-right {
  background: #fff;
  padding: 70px;
}
.login-right a {
  font-size: 14px;
}

/* login form */
.login-popup h3 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  line-height: 24px;
}
.login-popup p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
.login-popup .form-control {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.login-popup .form-control,
.login-popup textarea:focus,
.login-popup input[type="text"]:focus,
.login-popup input[type="password"]:focus,
.login-popup input[type="datetime"]:focus,
.login-popup input[type="datetime-local"]:focus,
.login-popup input[type="date"]:focus,
.login-popup input[type="month"]:focus,
.login-popup input[type="time"]:focus,
.login-popup input[type="week"]:focus,
.login-popup input[type="number"]:focus,
.login-popup input[type="email"]:focus,
.login-popup input[type="url"]:focus,
.login-popup input[type="search"]:focus,
.login-popup input[type="tel"]:focus,
.login-popup input[type="color"]:focus,
.uneditable-input:focus {
  border: 1px solid #ccc !important;
  box-shadow: none;
  outline: 0 none;
}
.login-popup .btn.btn-secondary {
  color: #fff;
  background: #000;
  padding: 10px;
  width: 150px;
  border: 0px;
}
.login-popup .btn {
  color: #fff;
  background: #ea0a2a;
  padding: 10px;
  width: 150px;
  border: 0px;
}
.login-popup .btn:hover {
  color: #fff;
  background: #ea0a2a;
}
.login-popup .modal-content {
  border: 0px;
}
.login-popup .modal-body {
  padding: 0;
}
.login-popup .modal-footer {
  padding: 15px 0 0;
}
.login-popup .modal-body a {
  font-size: 14px;
  color: #ea0a2a;
  cursor: pointer;
}
.login-popup .modal-body a:hover {
  text-decoration: underline;
  color: #ea0a2a;
}

/* fixed image */
.enquiry-mod .modal-dialog {
  width: 100%;
  max-width: 1200px;
}

/* fixed image */
.fixed-logo .banner-form {
  margin: 0px;
}
.banner-form a {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.banner-form a i {
  color: #ea2127;
  font-size: 24px;
}
.fixed-logo {
  position: absolute;
  right: -400px;
  top: 22%;
  width: 400px;
  z-index: 5;
  transition: 1s;
}
.fixed-logo.active {
  right: 0px;
  transition: 1s;
      width: 347px;
}
.fixed-logo h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.fixed-logo p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.fixed-logo-close {
  position: absolute;
  left: -100px;
  top: 45%;
  z-index: 99;
  width: 150px;
  height: 50px;
  padding: 10px;
  background: #404041;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.fixed-logo-close:hover {
  background: #ea0a2a;
  color: #fff !important;
}

/* banner */
.container-main-banner {
  width: 100%;
  margin: 0 0;
  height: calc(100vh - 95px);
  overflow: hidden;
  position: relative;
  margin-top: 95px;
}
.banner .carousel-item.active {
  background-position: bottom center;
  background-size: cover;
  /*height: 100vh;*/
  
  background-position: 0 -78px;
}
.banner .carousel-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.banner .carousel-caption {
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: inherit;
  text-align: center;
}
.banner-form.active {
  width: 380px;
  height: 470px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  -ms-transform: scale(1);
  /* IE 9 */
  
  -webkit-transform: scale(1);
  /* Safari 3-8 */
  
  transform: scale(1);
}
.banner-form {
  background: #fff;
  padding: 50px;
  margin: 50px auto 0px;
  border-radius: 25px;
  max-width: 380px;
  position: relative;
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: transform .5s;
  -ms-transform: scale(0);
  /* IE 9 */
  
  -webkit-transform: scale(0);
  /* Safari 3-8 */
  
  transform: scale(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  text-align: left;
}
.banner-form h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  line-height: 24px;
}
.banner-form .form-control {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.banner-form .form-control,
.banner-form textarea:focus,
.banner-form input[type="text"]:focus,
.banner-form input[type="password"]:focus,
.banner-form input[type="datetime"]:focus,
.banner-form input[type="datetime-local"]:focus,
.banner-form input[type="date"]:focus,
.banner-form input[type="month"]:focus,
.banner-form input[type="time"]:focus,
.banner-form input[type="week"]:focus,
.banner-form input[type="number"]:focus,
.banner-form input[type="email"]:focus,
.banner-form input[type="url"]:focus,
.banner-form input[type="search"]:focus,
.banner-form input[type="tel"]:focus,
.banner-form input[type="color"]:focus,
.uneditable-input:focus {
  border: 1px solid #ccc !important;
  box-shadow: none;
  outline: 0 none;
}
.banner-form .btn {
  color: #fff;
  background: #000;
  padding: 10px;
  width: 150px;
  margin-top: 30px;
}
.banner-form .btn:hover {
  color: #fff;
  background: #ea0a2a;
}
.banner .carousel-indicators li {
  border-radius: 0px;
  width: 10px;
  height: 5px;
  background: #fff;
}
.banner .carousel-indicators li.active {
  background: #05b0fe;
}
.banner .slider-1 {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  margin-left: 45%;
  margin-top: 16%;
}
.banner .slider-1 h2 {
  font-size: 48px;
  font-weight: 600;
  padding: 20px;
  margin: 20px 0 0;
  background: rgba(83, 27, 114, 1);
  background: -moz-linear-gradient(left, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(83, 27, 114, 1)), color-stop(100%, rgba(0, 26, 173, 1)));
  background: -webkit-linear-gradient(left, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  background: -o-linear-gradient(left, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  background: -ms-linear-gradient(left, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  background: linear-gradient(to right, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#531b72', endColorstr='#001aad', GradientType=1);
  box-shadow: 1px 1px 2px #333;
  position: relative;
  z-index: 1;
}
.banner .slider-1 p {
  font-size: 30px;
  font-weight: 400;
  padding: 20px;
  margin: 0 0 0 50px;
  text-align: center;
  background: rgba(0, 26, 173, 1);
  background: -moz-linear-gradient(left, rgba(0, 26, 173, 1) 0%, rgba(83, 27, 114, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 26, 173, 1)), color-stop(100%, rgba(83, 27, 114, 1)));
  background: -webkit-linear-gradient(left, rgba(0, 26, 173, 1) 0%, rgba(83, 27, 114, 1) 100%);
  background: -o-linear-gradient(left, rgba(0, 26, 173, 1) 0%, rgba(83, 27, 114, 1) 100%);
  background: -ms-linear-gradient(left, rgba(0, 26, 173, 1) 0%, rgba(83, 27, 114, 1) 100%);
  background: linear-gradient(to right, rgba(0, 26, 173, 1) 0%, rgba(83, 27, 114, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001aad', endColorstr='#531b72', GradientType=1);
}
.celebrating-img {
  margin-bottom: -50px;
}
.banner .slider-2 {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  margin-left: 9%;
  margin-right: 45%;
  margin-top: 5%;
}
.banner .slider-2 h2 {
  font-size: 100px;
  font-weight: 600;
  padding: 20px;
  margin: 50px 0 0;
}
.banner .slider-2 p {
  font-size: 36px;
  font-weight: 400;
  padding: 20px;
  margin: 0;
  text-align: left;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: 'Raleway', sans-serif;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 2px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 24px;
  margin: 0px 15px;
}
ul.tabs li.current {
  background: #f6921e;
  color: #000;
  border-radius: 10px;
  font-weight: 600;
}
ul.tabs li:hover {
  background: #f6921e;
  color: #000;
  border-radius: 10px;
  font-weight: 600;
}
ul.tabs li.tab-board {
  position: relative;
}
ul.tabs li.tab-board::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20%;
  height: 60%;
  width: 2px;
  background: #000;
}
.tab-content {
  display: none;
  padding: 15px 0;
  position: relative;
}
.tab-content.current {
  display: inherit;
}
hr.banner-divider {
  background: rgba(83, 27, 114, 1);
  background: -moz-linear-gradient(left, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(83, 27, 114, 1)), color-stop(100%, rgba(0, 26, 173, 1)));
  background: -webkit-linear-gradient(left, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  background: -o-linear-gradient(left, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  background: -ms-linear-gradient(left, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  background: linear-gradient(to right, rgba(83, 27, 114, 1) 0%, rgba(0, 26, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#531b72', endColorstr='#001aad', GradientType=1);
  height: 10px;
  margin: 0px;
  border: 0px;
}
.type-opt-1 {
  position: absolute;
  cursor: pointer;
  right: 19%;
  bottom: 27%;
  width: 20%;
  height: 18%;
  z-index: 10;
}
.type-opt-2 {
  position: absolute;
  cursor: pointer;
  right: 19%;
  top: 25%;
  width: 20%;
  height: 22%;
  z-index: 10;
}
.type-opt-3 {
  position: absolute;
  cursor: pointer;
  left: 39%;
  top: 14%;
  width: 19%;
  height: 7%;
  z-index: 10;
}
.type-opt-4 {
  position: absolute;
  cursor: pointer;
  right: 8%;
  bottom: 10%;
  width: 85%;
  height: 10%;
  z-index: 10;
}
.type-opt-5 {
  position: absolute;
  cursor: pointer;
  width: 21%;
  height: 31%;
  top: 22%;
  left: 37%;
  z-index: 10;
}
.type-opt-6 {
  position: absolute;
  cursor: pointer;
  top: 11%;
  right: 14%;
  width: 27%;
  height: 12%;
  z-index: 10;
}
.type-opt-7 {
  position: absolute;
  cursor: pointer;
  left: 22%;
  top: 14%;
  width: 16%;
  height: 20%;
  z-index: 10;
}
.type-opt-8 {
  position: absolute;
  cursor: pointer;
  left: 20%;
  bottom: 47%;
  width: 17%;
  height: 9%;
  z-index: 10;
}
.type-opt-9 {
  position: absolute;
  cursor: pointer;
  left: 22%;
  bottom: 36%;
  width: 16%;
  height: 7%;
  z-index: 10;
}
.type-opt-10 {
  position: absolute;
  cursor: pointer;
  left: 50.5%;
  bottom: 23%;
  width: 8.5%;
  height: 20%;
  z-index: 10;
}
.type-opt-img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.type-opt-img1 {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  transition: opacity .9s;
}
.type-opt-img2 {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  transition: opacity .9s;
}
.type-opt-img3 {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  transition: opacity .9s;
}
.type-opt-img4 {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  transition: opacity .9s;
}
.type-opt-img5 {
  position: absolute;
  z-index: 6;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  transition: opacity .9s;
}
.type-opt-img6 {
  position: absolute;
  z-index: 7;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  transition: opacity .9s;
}
.type-opt-img7 {
  position: absolute;
  z-index: 8;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  transition: opacity .9s;
}
.type-opt-img8 {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  transition: opacity .9s;
}
.request-loader {
  position: absolute;
  height: 35px;
  width: 35px;
  right: 25.1%;
  bottom: 27.2%;
  border-radius: 100%;
  z-index: 10;
  display: none;
}
.request-loader::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -18px;
  left: -18px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 8px solid rgba(237, 28, 36, 0.5);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.request-loader::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -18px;
  left: -18px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 8px solid rgba(237, 28, 36, 0.5);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

/* part 2 */
.part-2 {
  background: #fff;
  margin: 0px;
  margin-top: 0px;
  padding: 0;
  text-align: center;
  height: calc(100vh - 0px);
  background-position: center;
}
.part-2 hr {
  position: relative;
}
.part-2 hr:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #31bf34;
  width: 40%;
  left: 30%;
}
.part-2 h2 {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin: 0px 0 0;
  font-weight: 600;
  position: relative;
  line-height: 35px;
}
.part-2 p {
  text-align: center;
  font-size: 20px;
  color: #5b5b5b;
  margin: 30px 0 0;
}
.part-2 h4 {
  text-align: center;
  font-size: 30px;
  color: #151515;
  margin: 0px 0 0;
  font-weight: 400;
  text-transform: uppercase;
}
.cound-cntr {
  max-width: 600px;
  margin: 0px auto;
}

/* part 3 */
.part-3 {
  padding: 50px 0;
  text-align: center;
  background: #fff;
}
.brush-1 {
  background: url('../images/brush-1.png') no-repeat;
  background-position: right top;
  background-size: 85% auto;
}
ul.tabs2 {
  margin: 0;
  padding: 0px;
  list-style: none;
  font-family: 'Nexa';
  text-align: center;
  font-weight: 300;
}
ul.tabs2 li {
  background: none;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  cursor: pointer;
  font-size: 16px;
  margin: 0px 5px;
  background: #d3dadf;
  border-radius: 20px 20px 0 0;
}
ul.tabs2 li:hover {
  background: #000;
  color: #fff;
}
ul.tabs2 li.current {
  background: #000;
  color: #fff;
}
ul.tabs2 li.tab-board {
  position: relative;
}
ul.tabs2 li.tab-board::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20%;
  height: 60%;
  width: 2px;
  background: #000;
}
.tab-content2 {
  display: none;
  padding: 15px 0;
  margin: 15px 0 0 0;
}
.tab-content2.current {
  display: inherit;
}
.tab-content2 h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: left;
  margin: 30px 0;
}
.tab-content2 p {
  font-size: 20px;
  text-align: left;
}
.tab-content2 a {
  font-size: 16px;
  text-align: right;
  color: #8dc100 !important;
  float: right;
  text-decoration: none;
}
.tab-content2 a i {
  font-size: 16px;
  color: #fff;
  padding: 2px;
  background: #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.paint-big {
  margin-top: 0px;
}
.options-cntr {
  text-align: center;
  margin-top: 25px;
}
.options-cntr img {
  margin: 0px auto;
  width: 70px;
}
.options-cntr span {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
}
.options-cntr .prim {
  background: #02497c;
  color: #fff !important;
  margin: 0 10px 15px 0;
  float: left;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.options-cntr .prim:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.options-cntr .sec {
  background: #8dc100;
  color: #fff !important;
  float: left;
  padding: 10px 42px 10px 15px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}
.options-cntr .sec:hover,
.options-cntr .sec:hover i {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.options-cntr .sec i {
  position: absolute;
  top: -5px;
  right: -22px;
  float: right;
  background: #02497c;
  color: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
}
ul.tabs3 {
  margin: 25px 0;
  padding: 0px;
  list-style: none;
  font-family: 'Nexa';
  text-align: left;
  font-weight: 300;
}
ul.tabs3 li {
  background: none;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin: 0px 5px;
}
ul.tabs3 li img {
  opacity: .4;
  transition: opacity .6s;
}
ul.tabs3 li img:hover {
  opacity: 1;
}
ul.tabs3 li.current img {
  opacity: 1;
}
ul.tabs3 li.tab-board {
  position: relative;
}
ul.tabs3 li.tab-board::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20%;
  height: 60%;
  width: 2px;
  background: #000;
}
.tab-content3 {
  display: none;
  padding: 15px 0;
  margin: 15px 0 0 0;
}
.tab-content3.current {
  display: inherit;
}
.tab-content2 .paint-calc {
  float: left;
  border-radius: 15px;
  border: 1px solid #666;
  margin-right: 25px;
  padding: 5px 30px 5px 10px;
  position: relative;
  color: #666 !important;
}
.tab-content2 .paint-calc i {
  position: absolute;
  right: -10px;
  top: 0px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #8dc100;
  color: #fff !important;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
}
.tab-content2 .paint-calc:hover {
  border: 1px solid #8dc100;
}
.tab-content2 .compare {
  position: relative;
  float: left;
  border-radius: 15px;
  border: 1px solid #666;
  padding: 5px 30px 5px 10px;
  color: #666 !important;
}
.tab-content2 .compare i {
  position: absolute;
  right: -10px;
  top: 0px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #8dc100;
  color: #fff !important;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.tab-content2 .compare:hover {
  border: 1px solid #8dc100;
}

/* part 4*/
.part-4 {
  background: #fff;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.part-4 .trangle-img {
  position: absolute;
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
  right: 0px;
  top: 0px;
  height: 500px;
  width: auto;
}
.part-4 h2 {
  text-align: left;
  font-size: 36px;
  color: #333;
  margin: 50px 0 30px;
  font-weight: 600;
  position: relative;
  line-height: 35px;
}
.ideas-list {
  border-radius: 35px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 15px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.ideas-list-txt {
  background: #fff;
  padding: 20px 25px;
}
.ideas-list-txt i {
  font-size: 16px;
  margin-right: 5px;
}
.ideas-list-txt p {
  color: #666;
  font-size: 16px;
  text-align: left;
  margin: 0px;
}
.ideas-list h3 {
  font-size: 28px;
  padding: 30px 25px 0;
  text-align: left;
  margin: 0px;
  color: #fff;
  height: 115px;
}
.ideas-list h3 span {
  font-weight: 300;
}
.gradient-1 {
  background: rgba(251, 192, 147, 1);
  background: -moz-linear-gradient(45deg, rgba(251, 192, 147, 1) 0%, rgba(236, 26, 99, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(251, 192, 147, 1)), color-stop(100%, rgba(236, 26, 99, 1)));
  background: -webkit-linear-gradient(45deg, rgba(251, 192, 147, 1) 0%, rgba(236, 26, 99, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(251, 192, 147, 1) 0%, rgba(236, 26, 99, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(251, 192, 147, 1) 0%, rgba(236, 26, 99, 1) 100%);
  background: linear-gradient(45deg, rgba(251, 192, 147, 1) 0%, rgba(236, 26, 99, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc093', endColorstr='#ec1a63', GradientType=1);
}
.gradient-1 .cl-1 {
  color: rgba(251, 192, 147, 1);
}
.gradient-1 .cl-2 {
  color: rgba(236, 26, 99, 1);
}
.gradient-2 {
  background: rgba(112, 195, 145, 1);
  background: -moz-linear-gradient(45deg, rgba(112, 195, 145, 1) 0%, rgba(64, 94, 170, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(112, 195, 145, 1)), color-stop(100%, rgba(64, 94, 170, 1)));
  background: -webkit-linear-gradient(45deg, rgba(112, 195, 145, 1) 0%, rgba(64, 94, 170, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(112, 195, 145, 1) 0%, rgba(64, 94, 170, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(112, 195, 145, 1) 0%, rgba(64, 94, 170, 1) 100%);
  background: linear-gradient(45deg, rgba(112, 195, 145, 1) 0%, rgba(64, 94, 170, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c391', endColorstr='#405eaa', GradientType=1);
}
.gradient-2 .cl-1 {
  color: rgba(112, 195, 145, 1);
}
.gradient-2 .cl-2 {
  color: rgba(64, 94, 170, 1);
}
.gradient-3 {
  background: rgba(54, 197, 243, 1);
  background: -moz-linear-gradient(45deg, rgba(54, 197, 243, 1) 0%, rgba(236, 23, 99, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(54, 197, 243, 1)), color-stop(100%, rgba(236, 23, 99, 1)));
  background: -webkit-linear-gradient(45deg, rgba(54, 197, 243, 1) 0%, rgba(236, 23, 99, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(54, 197, 243, 1) 0%, rgba(236, 23, 99, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(54, 197, 243, 1) 0%, rgba(236, 23, 99, 1) 100%);
  background: linear-gradient(45deg, rgba(54, 197, 243, 1) 0%, rgba(236, 23, 99, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c391', endColorstr='#405eaa', GradientType=1);
}
.gradient-3 .cl-1 {
  color: rgba(54, 197, 243, 1);
}
.gradient-3 .cl-2 {
  color: rgba(236, 23, 99, 1);
}
.gradient-4 {
  background: rgba(134, 79, 159, 1);
  background: -moz-linear-gradient(45deg, rgba(134, 79, 159, 1) 0%, rgba(51, 106, 179, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134, 79, 159, 1)), color-stop(100%, rgba(51, 106, 179, 1)));
  background: -webkit-linear-gradient(45deg, rgba(134, 79, 159, 1) 0%, rgba(51, 106, 179, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(134, 79, 159, 1) 0%, rgba(51, 106, 179, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(134, 79, 159, 1) 0%, rgba(51, 106, 179, 1) 100%);
  background: linear-gradient(45deg, rgba(134, 79, 159, 1) 0%, rgba(51, 106, 179, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c391', endColorstr='#405eaa', GradientType=1);
}
.gradient-4 .cl-1 {
  color: rgba(134, 79, 159, 1);
}
.gradient-4 .cl-2 {
  color: rgba(51, 106, 179, 1);
}
.blacl-trans {
  background: rgb(0, 0, 0, .1);
}
.slick-prev,
.slick-next {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
}
.slick-prev:hover i,
.slick-next:hover i {
  color: #8dc100;
}
.ideas-prev {
  position: absolute;
  left: 0px;
  top: 43%;
}
.ideas-next {
  position: absolute;
  right: 0px;
  top: 43%;
}
.part-4 .slick-carousel {
  padding: 0px 50px;
}
.gall {}
.gall p {
  text-align: left;
  font-size: 20px;
  color: #000;
}
.slider-nav {
  margin: 0;
  left: 27%;
  width: 69%;
  /*top: -25%;*/
  
  margin-top: -9%;
}

/* part 5 */
.part-5 {
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 400px auto;
  padding: 70px 0;
  margin-top: 100px;
  text-align: center;
}
.about-sec {
  margin-left: 340px;
}
.about-sec h2 {
  text-align: left;
  font-size: 36px;
  color: #333;
  margin: 0px 0 0;
  font-weight: 600;
  position: relative;
  line-height: 35px;
}
.about-sec p {
  font-size: 20px;
  text-align: left;
  color: #333;
}
.about-sec img {
  margin-top: 25px;
}
.about-sec span {
  font-size: 14px;
  text-align: center;
  color: #333;
}
.about-sec .btn {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #fff !important;
  background: #8dc100;
  float: left;
  margin-top: 25px;
}

/* part 6 */
.part-6 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.part-6 img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  opacity: 0.4;
  filter: Alpha(opacity=40);
  /* IE8 and earlier */
}
.part-6 p {
  font-size: 20px;
  text-align: left;
  color: #333;
  margin-bottom: 30px;
}
.part-6 .call-cntr i {
  font-size: 20px;
  text-align: left;
  color: #fff;
  background-color: #8dc100;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
.part-6 iframe {
  padding: 10px;
  background: #fff;
}
.locator-form h3 {
  padding: 15px;
  border-radius: 10px;
  background: #8dc100;
  background: #8dc100;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.locator-form h3 i {
  float: right;
  color: #333;
}
.locator-form .form-control {
  border: none !important;
  padding: 15px;
  border-radius: 10px;
}
.locator-form .btn {
  background: #8dc100;
  color: #fff;
  width: 200px;
  padding: 10px;
  float: right;
}
.locator-form .form-control,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: none;
  border: none !important;
  box-shadow: none;
  outline: 0 none;
}
.part-6 .slick-carousel {
  padding: 0 50px;
}

/* footer */
.footer-ico-cntr {
  background: #00203e;
  padding: 100px 0;
  margin-top:0px!important;
}
.site-map a {
  color: #2073a5 !important;
  font-size: 18px;
  margin-right: 15px;
}
.site-map h3 {
  color: #8dc100;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
}
.site-map p {
  color: #2073a5;
  font-size: 18px;
}
.site-map i {
  color: #2073a5;
  font-size: 30px;
}
.contact-form .form-control {
  border: none !important;
  padding: 15px;
  border-radius: 0px;
  background: #102c4a;
  color: #2073a5;
}
.contact-form .btn {
  background: #8dc100;
  color: #fff;
  width: 200px;
  padding: 10px;
  float: right;
}
.contact-form .form-control,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: none;
  border: none !important;
  box-shadow: none;
  outline: 0 none;
}
.contact-form ::-webkit-input-placeholder {
  /* Edge */
  
  color: #2073a5;
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  
  color: #2073a5;
}
.contact-form ::placeholder {
  color: #2073a5;
}
.footer-ico-cntr2 {
  background: #02497c;
  padding: 20px 0;
}
.footer-ico-cntr2 p {
  color: #000;
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
}
.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"]:focus,
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0px;
  padding: 5px 0px;
}
.form-control,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: none;
  border-bottom: 1px solid #999;
  box-shadow: none;
  outline: 0 none;
}

/* product */
.product {
  padding: 70px 0px;
  background: #f1f1f2;
  margin-top: 105px;
}
.product h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: left;
  margin: 0 0 30px;
}
.product h2 i {
  float: right;
  font-size: 16px;
  margin-top: 5px;
  color: #ea0a2a;
  display: none;
}
.product h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 0;
  padding: 0 0 10px;
  color: #ff0000;
  border-bottom: 1px solid #ccc;
}
.filter-cntr {
  position: relative;
}
.product .accordion {
  margin: 0 0 15px;
}
.product .card {
  background: none;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}
.product .card-header {
  background: none;
  padding: 0;
  border: none;
}
.product .card-header i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}
.product .card-header h4 {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #e6e7e8;
  padding: 15px;
  margin: 0 -15px;
  border-radius: 25px 25px 0 0;
  -webkit-transition: left 1s ease-in-out, background-color 1s ease-out 1s;
  transition: left 1s ease-in-out, background-color 1s ease-out 1s;
}
.product .card-header h4.collapsed {
  background: none;
  -webkit-transition: left 1s ease-in-out, background-color 1s ease-out 1s;
  transition: left 1s ease-in-out, background-color 1s ease-out 1s;
}
.product .card-header h4 .fa-plus {
  display: none;
}
.product .card-header h4 .fa-minus {
  display: block;
}
.product .card-header h4.collapsed .fa-plus {
  display: block;
}
.product .card-header h4.collapsed .fa-minus {
  display: none;
}
.product .card-body {
  background: none;
  padding: 0;
  border: none;
  -webkit-transition: left 1s ease-in-out, background-color 1s ease-out 1s;
  transition: left 1s ease-in-out, background-color 1s ease-out 1s;
}
.product .collapse.show .card-body {
  background: #e6e7e8;
  padding: 15px;
  margin: 0 -15px;
  border-radius: 0 0 25px 25px;
  -webkit-transition: left 1s ease-in-out, background-color 1s ease-out 1s;
  transition: left 1s ease-in-out, background-color 1s ease-out 1s;
}
.rest-btn {
  color: #fff;
  background: #ea0a2a;
  padding: 10px;
  width: 100px;
  border: 0px;
}
.cancel-btn{
    display:none;
}
.product-search form {
  float: right;
}
.product-search p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0px 10px 0 0px;
}
.product-search .form-group {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.product-search .btn {
  background: none;
  border: none;
  color: #000;
  box-shadow: none;
}
.product-search .form-control {
  background: none;
  border: none;
  color: #000;
}
.product-list {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 25px;
  margin: 20px;
  text-align: center;
}
.product-list h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ea0a2a;
}
.product-list p {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.product .list-group-item {
  background: none;
  border: 0px;
  padding: 0px 15px 10px;
}

/* Product Inner */
.product-inner {
  padding: 0px;
  background: #fff;
  margin-top: 105px;
}
.product-inner h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: left;
  margin: 0 0 30px;
}
.product-inner h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 0;
  padding: 0 0 10px;
  color: #ff0000;
  border-bottom: 1px solid #ccc;
}
.product-inner-2 {
  padding: 70px 0px 0;
  background: #fff;
}
.product-inner-2 h2 {
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  margin: 0 0;
}
.product-inner-2 p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 50px 0 0;
}
.product-inner-3 {
  padding: 70px 0px;
  background: #fff;
}
.product-inner-3 h3 {
  font-size: 36px;
  font-weight: 900;
  text-align: left;
  color: #333;
  margin: 0 0 40px 0;
}
.product-inner-3 img {
  float: left;
  margin-right: 15px;
}
.product-inner-3 h4 {
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  color: #333;
  margin: 0 0 10px 0;
}
.product-inner-3 p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0;
}
.product-inner-4 {
  background: #fff;
}
.product-spec {
  padding: 10px 30px;
  background: #d0d2d3;
  border-radius: 0 50px 50px 0;
  text-align: right;
}
.product-spec .btn {
  background: #02497c;
  color: #fff !important;
  margin: 10px 10px 10px 0;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.product-spec .btn.compare {
  margin: 10px 0 10px 10px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #666;
  padding: 5px 30px 5px 10px;
  color: #666 !important;
  background: none;
}
.product-spec .btn.compare i {
  position: absolute;
  right: -10px;
  top: 0px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #8dc100;
  color: #fff !important;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.product-inner-5 {
  padding: 70px 0px;
  background: #fff;
}
.product-inner-5 h3 {
  font-size: 36px;
  font-weight: 900;
  text-align: left;
  color: #333;
  margin: 0 0 40px 0;
}
.Washability img {
  float: left;
  margin-right: 15px;
}
.check-cntr {
  margin-top: 60px;
}
.available img {
  height: 180px;
}
.available,
.available p {
  text-align: center;
}
.available p {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
}
.Coverage img {
  float: left;
  margin-right: 15px;
  width: 280px;
}
.shades .btn {
  color: #fff !important;
  background: #02497c;
}

/* cart */
.cart_summary {
  padding: 20px;
  background: #fff;
}
.product-name a {
  color: #ea0a2a;
}
.action a i {
  color: #ea0a2a;
}
.qty {
  text-align: center;
}
.cart_summary .qty input {
  text-align: center;
  max-width: 64px;
  margin: 0 auto;
  border-radius: 0;
  border: 1px solid #eaeaea !important;
}
.cart_summary .qty span {
  padding: 8px 10px 5px;
  border: 1px solid #eaeaea;
  display: inline-block;
  width: auto;
  margin-top: 5px;
  cursor: pointer;
}
.cart-cont {
  position: absolute;
  right: 10px;
  top: -20px;
  border-radius: 50%;
  padding: 4px;
  background: #ea0a2a;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 22px;
  width: 22px;
  line-height: 16px;
}

/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container-checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #666; 
}
.container-checkbox:hover input ~ .checkmark {
  background-color: #666;
}
.container-checkbox input:checked ~ .checkmark {
  background-color: #666;
}
 
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* landing Page */

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/land-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* change if the mask should have another color then white */
  
  z-index: 99;
  /* makes sure it stays on top */
  
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#status {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  /* centers the loading animation horizontally one the screen */
  
  top: 0%;
}
.logo-cntr-all {
  position: fixed;
  width: calc(100% - 100px);
  left: 50px;
  top: 20px;
}
.logo-1 {
  margin-top: 40px;
}
.test {
  position: absolute;
  width: 593px;
  height: 116px;
  left: calc(50% - 296.5px);
  top: calc(50% - 58px);
  z-index: -1;
}
.bucket {
  position: absolute;
  width: 150px;
  height: 190px;
  left: calc(50% + 100px);
  bottom: calc(0% - 130px);
  z-index: 5;
}
.splash {
  position: absolute;
  width: 2px;
  left: calc(50% + 170px);
  bottom: 45px;
  z-index: 4;
  -webkit-transition: all 3s;
  /* Safari prior 6.1 */
  
  transition: all 3s;
  opacity: 1;
}
.splash.fadeInUp {
  opacity: 0;
  width: 200px;
  left: calc(50% + 75px);
}
.parot {
  position: absolute;
  width: 50px;
  height: 90px;
  bottom: 270px;
  -webkit-transition: all 2s;
  /* Safari prior 6.1 */
  
  transition: all 2s;
  transform: translatex(300px) translatey(300px);
  left: calc(50% - 145.5px);
  opacity: 0;
}
.parot.fadeInUp {
  width: 413px;
  height: 606px;
  bottom: 150px;
  left: calc(50% - 130px);
  transform: translatex(0px) translatey(0px);
  opacity: 1;
}
.data-all {
  height: 100vh;
  position: relative;
}
.parot img {
  width: 100%;
  -webkit-animation: tags 14s infinite ease-in-out;
  -moz-animation: tags 14s infinite ease-in-out;
  animation: tags 14s infinite ease-in-out
}
.test img {
  -webkit-animation: tags 7s infinite ease-in-out;
  -moz-animation: tags 7s infinite ease-in-out;
  animation: tags 7s infinite ease-in-out
}
@-webkit-keyframes tags {
  from {
    -webkit-transform: translate(0, 0px)
  }
  
  65% {
    -webkit-transform: translate(-2px, -10px)
  }
  
  to {
    -webkit-transform: translate(0, 0px)
  }
}
@-moz-keyframes tags {
  from {
    -moz-transform: translate(0, 0px)
  }
  
  65% {
    -moz-transform: translate(-2px, -10px)
  }
  
  to {
    -moz-transform: translate(0, 0px)
  }
}
@keyframes tags {
  from {
    transform: translate(0, 0px)
  }
  
  65% {
    transform: translate(-2px, -10px)
  }
  
  to {
    transform: translate(0, 0px)
  }
}
.paint-img{
        position: absolute;
    left: 22%;
    top: -7%;
    width: 200px;
    z-index: 2;
}

@media screen and (max-width: 1450px) {
  .container-main {
    max-width: 95%;
  }
  
  .paint-img{ 
    left: 35%;
    top: -3%;
    width:125px;
}
  .navbar .navbar-brand img {
    width: 220px;
  }
  
  .menu-right li a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px !important;
  }
  
  .user-icon img {
    width: 25px;
  }
  
  .social-icon .fab {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .site__body{
      margin-bottom:0px !important;
  }
  .part-2 {
    margin-top: 0;
    height: calc(100vh - 0px);
    background-size: 100% auto;
    background-position: center;
  }
  
  .banner-form {
    padding: 30px;
    margin: 10px auto 0px;
    max-width: 320px;
  }
  
  .banner-form.active {
    width: 320px;
    height: 370px;
  }
  
  .banner-form h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  
  .banner-form .form-control {
    padding: 5px 10px;
  }
  
  .banner-form .btn {
    padding: 5px;
    width: 125px;
    margin-top: 20px;
    font-size: 14px;
  }
  
  ul.tabs li {
    padding: 2px 10px;
    font-size: 16px;
    margin: 0px 10px;
  }
  
  .container-main-banner {
    height: auto;
    margin-top: 60px;
    overflow: visible;
  }
  
  .fixed-logo-close {
    left: -97px;
    height: 45px;
    font-size: 16px;
  }
  
  .carousel-caption img.celebrating-img {
    width: 120px;
  }
  
  .carousel-caption img {
    width: 350px;
  }
  .banner .slider-1 {
    margin-top: 8%;
}
  .banner .slider-1 h2 {
    font-size: 36px;
  }
  
  .banner .slider-1 p {
    font-size: 24px;
  }
  .banner .slider-2 {
    margin-top: 9%;
}
  
  .banner .slider-2 h2 {
    font-size: 60px;
    font-weight: 600;
    padding: 0;
    margin: 50px 0 0;
  }
  
  .banner .slider-2 p {
    font-size: 24px;
    padding: 0;
    margin: 0 0 15px 0;
  }
  
  
  
  .tab-content2 h2 {
    font-size: 28px;
    margin: 20px 0;
  }
  
  .tab-content2 p {
    font-size: 16px;
  }
  
  .tab-content2 a {
    font-size: 14px;
  }
  
  .tab-content2 a i {
    font-size: 13px;
    padding: 2px;
    width: 16px;
    height: 16px;
  }
  
  .options-cntr img {
    width: 50px;
  }
  
  .options-cntr span {
    font-size: 12px;
  }
  
  .options-cntr .prim {
    font-size: 14px;
    padding: 10px 12px;
  }
  
  .options-cntr .sec {
    font-size: 14px;
    padding: 10px 42px 10px 12px;
  }
  
  .options-cntr .sec i {
    top: -2px;
    right: -15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  
  ul.tabs2 li {
    font-size: 14px;
    padding: 5px 20px;
  }
  
  ul.tabs3 li img {
    width: 70px;
  }
  
  .tab-content2 .paint-calc i {
    top: -2px;
  }
  
  .part-4 .trangle-img {
    height: 250px;
  }
  
  .part-4 h2 {
    font-size: 30px;
  }
  
  .ideas-list {
    border-radius: 25px;
    width: 150px;
    height: 150px;
  }
  
  .ideas-list h3 {
    font-size: 20px;
    padding: 15px 20px 0;
    height: 95px;
  }
  
  .ideas-list-txt p {
    font-size: 12px;
  }
  
  .ideas-list-txt i {
    font-size: 12px;
  }
  
  .ideas-list-txt {
    background: #fff;
    padding: 10px 20px;
  }
  
  .gall p {
    font-size: 14px;
  }
  
  .slider-nav {
    margin-top: -10%;
  }
  
  .slider-nav img {
    height: 80px;
  }
  
  .part-5 {
    padding: 50px 0;
    background-size: auto 100%;
  }
  
  .about-sec p {
    font-size: 16px;
  }
  
  .about-sec .btn {
    font-size: 14px;
    margin-top: 15px;
  }
  
  .part-6 iframe {
    height: 250px;
  }
  
  .part-6 p {
    font-size: 16px;
  }
  
  .part-6 .call-cntr i {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  
  .locator-form h3 {
    padding: 10px;
    font-size: 14px;
  }
  
  .locator-form .form-control {
    padding: 10px;
  }
  
  .locator-form .btn {
    width: 150px;
  }
  
  .site-map h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .site-map p {
    font-size: 14px;
  }
  
  .site-map a {
    font-size: 14px;
    margin-right: 10px;
  }
  
  .site-map i {
    font-size: 20px;
  }
  
  .contact-form .form-control {
    padding: 10px;
    font-size: 14px;
  }
  
  .contact-form .btn {
    width: 150px;
    font-size: 14px;
  }
  
  .footer-ico-cntr2 p {
    font-size: 14px;
  }
  
  .product h2 {
    font-size: 24px;
  }
  
  .product h3 {
    font-size: 16px;
  }
  

  
  .product .list-group-item {
    font-size: 14px;
  }
  
  .product .card-header i {
    font-size: 12px;
  }
  
  .product-list {
    margin: 20px 0;
  }
  
  .product-list h4 {
    font-size: 16px;
  }
  
  .product-list p {
    font-size: 14px;
  }
  
  .product-search p {
    font-size: 14px;
  }
  
  .rest-btn {
    padding: 6px 10px;
  }
  /* Product Inner */
  
  .product-inner {
    margin-top: 85px;
  }
  
  .product-inner h2 {
    font-size: 24px;
  }
  
  .product-inner h3 {
    font-size: 16px;
  }
  
  .product-inner-2 {
    padding: 70px 0px 0;
    background: #fff;
  }
  
  .product-inner-2 h2 {
    font-size: 24px;
  }
  
  .product-inner-2 p {
    font-size: 14px;
    margin: 30px 0 0;
  }
  
  .product-inner-3 h3 {
    font-size: 24px;
  }
  
  .product-inner-3 h4 {
    font-size: 16px;
  }
  
  .product-inner-3 p {
    font-size: 14px;
  }
  
  .product-spec {
    padding: 5px 30px;
  }
  
  .product-spec .btn {
    font-size: 14px;
  }
  
  .product-spec .btn.compare i {
    top: -3px;
    font-size: 14px;
    line-height: 35px;
  }
  
  .product-inner-5 h3 {
    font-size: 24px;
  }
  
  .check-cntr {
    margin-top: 70px;
  }
  
  .available img {
    height: 130px;
  }
  
  .available p {
    font-size: 14px;
  }
  
  .Coverage img {
    width: 230px;
  }
  
  .Coverage img {
    font-size: 14px;
  }
  
  .shades .btn {
    font-size: 14px;
  }
  
  .login-popup {
    max-width: 855px;
  }
  
  .login-left {
    padding: 50px;
  }
  
  .login-right {
    padding: 50px;
  }
  /* landing */
  
  .parot.fadeInUp {
    width: 313px;
    height: 459px;
    bottom: 70px;
    left: calc(50% - 90px);
    transform: translatex(0px) translatey(0px);
    opacity: 1;
  }
  
  .parot {
    width: 50px;
    height: 90px;
    bottom: 236px;
    -webkit-transition: all 2s;
    /* Safari prior 6.1 */
    transition: all 2s;
    transform: translatex(300px) translatey(300px);
    left: calc(50% - 200.5px);
    opacity: 0;
  }
  
  .parot img {
    width: 100%;
  }
  
  .test {
    width: 493px;
    height: 96px;
    left: calc(50% - 246.5px);
    top: calc(50% - 48px);
  }
  
  .test img {
    width: 100%;
  }
  
  .bucket {
    width: 100px;
    height: 125px;
    left: calc(50% + 75px);
    bottom: calc(0% - 90px);
  }
  
  .splash {
    position: absolute;
    width: 2px;
    left: calc(50% + 100px);
    bottom: 35px;
    z-index: 4;
    -webkit-transition: all 3s;
    /* Safari prior 6.1 */
    transition: all 3s;
    opacity: 1;
  }
  
  .splash.fadeInUp {
    opacity: 0;
    width: 180px;
    left: calc(50% + 25px);
  }
  /* banner tab 

.type-opt-1{

    right: 19%;
    bottom: 27%;
    width: 215px;
    height: 113px; 
    z-index: 10;
    background: red;
    
}
.type-opt-2{

    right: 19%;
    top: 25%;
    width: 215px;
    height: 108px;
    z-index: 10; 
     background: red;
   
}
.type-opt-3{

    left: 39%;
    top: 14%;
    width: 207px;
    height: 49px; 
    z-index: 10;
     background: red;
   
}
.type-opt-4{

    right: 8%;
    bottom: 10%;
    width: 85%;
    height: 55px;
    z-index: 10;
     background: red;
   
}
.type-opt-5{

    left: 38%;
    top: 22%;
    width: 211px;
    height: 192px;
    z-index: 10; 
     background: red;
    
}
.type-opt-6{

    top: 11%;
    right: 15%;
    width: 280px;
    height: 74px; 
    z-index: 10;
     background: red;
   
}
.type-opt-7{

    left: 23%;
    top: 14%;
    width: 155px;
    height: 120px;
    z-index: 10;
     background: red;
    
}
.type-opt-8{

    left: 21%;
    bottom: 46%;
    width: 178px;
    height: 63px; 
    z-index: 10;
    background: red;
    
}

.type-opt-9{

    left: 22%;
    bottom: 36%;
    width: 160px;
    height: 40px;
    z-index: 10;
    background: red; 
    
}

.type-opt-10{

    left: 51%;
    bottom: 23%;
    width: 73px;
    height: 119px; 
    z-index: 10;
    background: red;

}

*/
  
  .request-loader {
    height: 30px;
    width: 30px;
    right: 24.5%;
    bottom: 26.5%;
  }
}
@media screen and (max-width: 992px) {
    .container-main-banner { 
    margin-top: 48px; 
}
  .navbar {
    padding: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  }
  .navbar-toggler { 
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
}
  .paint-img {
    left: 50%;
    top: -10%;
    width: 75px;
}
  .navbar .navbar-brand {
    margin-right: 30px !important;
  }
  
  .user-icon {
    border-left: none;
    border-right: none;
    padding: 10px;
  }
  
  .social-icon {
    padding: 10px;
  }
  
  .social-icon .fab {
    margin: 0px 10px 0;
  }
  
  .container-main {
    max-width: 100%;
  }
  
  .tab-content {
    padding: 15px 0;
  }
  
  .part-2 {
    height: auto;
    padding: 50px 0;
    margin-top: 0px;
    background-size: cover;
  }
  
  .banner-form.active {
    width: 290px;
    height: 370px;
  }
  
  .banner-form {
    margin: 40px auto 0px;
  }
  
  .banner .slider-1 {
    margin-left: 5%;
    margin-right: 5%;
  }
  
  .carousel-caption img.celebrating-img {
    width: 80px;
    margin-bottom: 10px;
  }
  
  .banner .slider-1 h2 {
    font-size: 24px;
  }
  
  .banner .slider-1 p {
    font-size: 14px;
  }
  
  .banner .slider-2 {
    margin-left: 5%;
    margin-right: 5%;
  }
  
  .banner .slider-2 h2 {
    font-size: 36px;
  }
  
  .banner .slider-2 p {
    font-size: 18px;
  }
  
  .fixed-logo {
   /** right: -300px;
    top: 10%;
    width: 300px;**/
    
        right: 0px;
    top: 10%;
    width: 37px;
    overflow: hidden;
    padding-left: 47px;
  }
  
  .about-sec {
    margin-left: 0;
  }
  
  ul.tabs2 li {
    padding: 5px 5px;
    margin: 5px 2px;
    border-radius: 10px 10px 0 0;
    font-size: 9px; 
  }
  
  .options-cntr span {
    margin-bottom: 18px;
  }
  
  ul.tabs3 li {
    text-align: center;
    margin: 1%;
    width: 30%;
  }
  
  .tab-content2 .paint-calc {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .tab-content2 h2 {
    font-size: 20px;
    margin: 0px 0 20px;
}
.tab-content2 p {
    font-size: 14px !important;
}
  
  .brush-1{
      background:none !important;
  }
  
  .paint-big {
    width: auto;
    padding: 0 20%;
    height: 200px;
  }
  .part-3 {
    padding: 50px 0 0; 
}
  .part-4 .trangle-img {
    height: 150px;
  }
  
  .part-4 .slick-carousel {
    padding: 0px 35px;
  }
  
  .part-5 {
    padding: 0 0 50px; 
}
  
  .ideas-list {
    width: 180px;
  }
  
  .slider-nav {
    margin-top: 0;
    margin: 0;
    left: 0;
    width: 100%;
  }
  
  .part-5 {
    padding: 0 0 50px;
    background: none;
    margin: 0px;
  }
  
  .about-sec p {
    font-size: 14px !important;
    margin: 15px 0;
  }
  .about-sec span { 
    display: block;
    margin-bottom: 20px;
}
  .part-6 {
    padding:   0;
  }
  
  .footer-ico-cntr {
    padding: 50px 0 !important;
  }
  
  .site-map h3 {
    margin: 15px 0;
  }
  
  .part-6 img {
    right: 0px;
    left: inherit;
    width: auto;
    height: 100%;
  }
  
  .locator-form {
    margin-bottom: 35px;
  }
  
  .product {
    padding: 30px 0px;
    margin-top: 75px;
  }
  
  .product h2 i {
    display: block;
  }
  
  .product-search p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .product-search .form-group {
    width: 100%;
  }
  
  .product-search .form-control {
    float: right;
    width: calc(100% - 40px);
  }
  
  .product-list {
    margin: 10px auto;
    max-width: 280px;
  }
  
  .product-inner-2 {
    padding: 30px 0px 0;
  }
  
  .product-inner-2 h2 {
    font-size: 18px;
  }
  
  .product-inner-2 p {
    margin: 15px 0 0;
  }
  
  .product-inner-3 {
    padding: 30px 0px;
  }
  
  .product-inner-3 img {
    width: 55px;
  }
  
  .product-inner-3 h3 {
    font-size: 18px;
  }
  
  .product-inner-3 h4 {
    font-size: 14px;
    margin: 0px;
  }
  
  .product-inner-3 p {
    margin-left: 70px;
  }
  
  .product-inner-5 {
    padding: 30px 0px;
  }
  
  .product-inner-5 h3 {
    font-size: 18px;
  }
  
  .Washability img {
    width: 140px;
  }
  
  .available img {
    height: 180px;
  }
  
  .Coverage img {
    width: 70%;
    margin: 0 15%
  }
  
  .Coverage p {
    font-size: 14px;
  }
  
  .filter-cntr {
    left: 0;
    height: calc(100% - 72px);
    width: 300px;
    padding: 0 5%;
    z-index: 14;
    margin-bottom: 15px;
    display: none;
    position: fixed;
    top: 72px;
  }
  
    .filter-cntr{ 
        overflow: hidden;
        background: #fff;
        box-shadow: 10px 10px 10px 0 rgba(130, 130, 130, .5);
    } 
    .box-inner{
        width: 260px;
        padding: 0 10px; 
    }
  
  .filter-cntr.open {
    left: 0px;
    width: 100%;
    height: auto;
    display: block;
  }
  
  .login-popup {
    max-width: 855px;
  }
  
  .login-left {
    padding: 20px 50px;
    background-size: cover;
  }
  
  .login-right {
    padding: 50px;
  }
  
  .login-left img {
    margin-top: 0;
  }
  /* landing */
  
  .test {
    width: 90%;
    height: 70px;
    left: 5%;
    top: calc(50% - 48px);
  }
  
  .parot.fadeInUp {
    width: 230px;
    height: 350px;
    bottom: 20%;
    left: calc(50% - 70px);
  }
  
  .logo-1 {
    margin: 20px 0 0;
    width: 100%;
  }
  
  .logo-2 {
    margin-top: 15px;
    float: none !important;
    margin: 0px auto;
    width: 100%;
    height: 55px;
    object-fit: contain;
  }
  
  .request-loader {
    height: 10px;
    width: 10px;
    right: 22%;
    bottom: 24%;
  }
  
  .request-loader::after {
    border: 3px solid rgba(237, 28, 36, 0.5);
  }
  
  .request-loader::before {
    border: 3px solid rgba(237, 28, 36, 0.5);
  } 
.fixed-logo-close {
    left: -30px;
    height: 35px;
    font-size: 13px;
    width: 120px;
    background: rgba(64, 64, 65, 0.9);
}
.cancel-btn{
    display:inline;
}
  .product .card-header h4 {
    font-size: 14px;
        margin: 0px;
    background: none;
  }
  .product .collapse.show .card-body {
    background: none;
    padding: 10px;
    margin: 0; 
}
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 576px) {}