@import url("reset.css");
@import url("fonts.css");

/*= General Style =*/

/*
Colors:
Orange: EE7203
Dark Blue: 1E274A
Black / Text: 000000

*/

body {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: fixed;
  font-family: "WorkSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.main {}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.inner-container {
  padding: 0 2%;
}

.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999999;
}

.loader-overlay .image-block {
  width: 100px;
  margin: 45vh auto 24px;
}

.loader-overlay .image-block img {
  width: 100%;
}

.loader-overlay .text-block {}

.loader-overlay .text-block p {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #1e274a;
}

.welcome-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  display: none;
  z-index: 9999;
}

.welcome-overlay .video-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}

.welcome-overlay .video-block video {
  width: 100%;
}

.welcome-overlay .overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.welcome-overlay .animate-logo-block.block-1 {
  position: absolute;
  width: 0;
  top: 45vh;
  right: 50%;
  max-width: 270px;
  margin-right: 0;
  z-index: 9999;
}

.welcome-overlay .animate-logo-block.block-2 {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 110%;
  max-width: 240px;
}

.welcome-overlay .animate-logo-block img {
  width: 100%;
}

.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: rgba(244, 143, 146, 0.6);
  z-index: 999;
  display: none;
}

a.mobile_only,
a.mobile_only {
  cursor: not-allowed;
}

a.mobile_only.mob_active,
a.mobile_only.mob_active {
  cursor: pointer;
}

/* Header Style */

.header-block {}

.header-block .header-block-0 {}

.header-block .header-block-0 .text-block-1 {
  float: left;
}

.header-block .header-block-0 .text-block-1 p {
  color: #000000;
  text-align: left;
}

.header-block .header-block-0 .text-block-2 {
  float: right;
}

.header-block .header-block-0 .text-block-2 p,
.header-block .header-block-0 .text-block-2 p a {
  color: #000000;
  text-align: right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-block .header-block-0 .text-block-2 p a:hover,
.header-block .header-block-0 .text-block-2 p a:focus {
  color: #cc5c20;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-block .header-block-0 .text-block-3 {
  display: none;
  float: right;
}

.header-block .header-block-0 .text-block-3 p {
  color: #000000;
  text-align: right;
}

.header-block .header-block-1 {
  box-shadow: 0px 0px 7px -3px #000000;
}

.header-block .header-block-1 .inner-container {
  position: relative;
}

.header-block .header-block-1 .logo-block {
  float: left;
}

.header-block .header-block-1 .logo-block a {
  display: inline-block;
  max-width: 210px;
  font-size: 0;
  padding: 23px 0 22px;
}

.header-block .header-block-1 .logo-block .image-block {}

.header-block .header-block-1 .logo-block .image-block img {
  width: 100%;
}

.header-block .header-block-1 .certificate-block {
  position: absolute;
  right: 2%;
  bottom: 0;
}

.header-block .header-block-1 .certificate-block ul {
  text-align: right;
  font-size: 0;
}

.header-block .header-block-1 .certificate-block ul li {
  display: inline-block;
  vertical-align: middle;
}

.header-block .header-block-1 .certificate-block .icon-block {
  margin-right: 21px;
  margin-left: 42px;
}

.header-block .header-block-1 .certificate-block .icon-block i {
  color: #808080;
  font-size: 32px;
  line-height: 1em;
}

.header-block .header-block-1 .certificate-block .text-block {}

.header-block .header-block-1 .certificate-block .text-block p {
  color: #808080;
  text-align: left;
  font-weight: bold;
}

.header-block .header-block-1 .certificate-block .text-block p span {
  color: #cc5c20;
  font-weight: bold;
}

.header-block .header-block-1 .nav-button-block {
  display: none;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translate(0,-50%);
}

.header-block .header-block-1 .nav-button-block .icon-block {}

.header-block .header-block-1 .nav-button-block .icon-block i {
  font-size: 32px;
  line-height: 1em;
  color: #000000;
  cursor: pointer;
}

.header-block .header-block-1 .navigation-block {
  float: right;
}

.header-block .header-block-1 .navigation-block .inner {}

.header-block .header-block-1 .navigation-block .close-button {
  display: none;
}

.header-block .header-block-1 .navigation-block .close-button .icon-block {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 2%;
  top: 5px;
  z-index: 111;
}

.header-block .header-block-1 .navigation-block .close-button .icon-block i {
  color: #ffffff;
  font-size: 27px;
  line-height: 1em;
}

.header-block .header-block-1 .navigation-block .close-button:hover .icon-block i,
.header-block .header-block-1 .navigation-block .close-button:focus .icon-block i {
  color: #ee7203;
}

.header-block .header-block-1 .navigation-block ul.navigation {
  text-align: left;
  font-size: 0;
  color: #ee7203;
}

.header-block .header-block-1 .navigation-block ul.navigation li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-block .header-block-1 .navigation-block ul.navigation li.nav-header {
  display: none;
  background: #000000;
}

.header-block .header-block-1 .navigation-block ul.navigation li.nav-header p {
  color: #ee7203;
  font-weight: bold;
  text-align: center;
}

.header-block .header-block-1 .navigation-block ul.navigation li a {
  display: block;
  padding: 50px 24px;
  text-transform: uppercase;
}

.header-block .header-block-1 .navigation-block ul.navigation li.first a {
  margin-left: 0;
}

.header-block .header-block-1 .navigation-block ul.navigation li.last a {
  margin-right: 0;
}

.header-block .header-block-1 .navigation-block ul.navigation li a p {
  color: #1e274a;
  text-align: center;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}


.header-block .header-block-1 .navigation-block ul.navigation li.active a {
  background: #ee7203;
  padding: 50px 24px;
}

.header-block .header-block-1 .navigation-block ul.navigation li.active a p {
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-block .header-block-1 .navigation-block ul.navigation li a:hover p,
.header-block .header-block-1 .navigation-block ul.navigation li a:focus p {
  color: #ee7203;
}

.header-block .header-block-1 .navigation-block ul.navigation li.active a:hover p,
.header-block .header-block-1 .navigation-block ul.navigation li.active a:focus p {
  color: #ffffff;
}

.header-block .header-block-1 .navigation-block ul.navigation li .list-block {
  display: none;
  position: absolute;
  width: max-content;
  top: 80%;
  left: 50%;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 3px rgba(99, 99, 99, 0.2);
  background: #ffffff;
  transform: translate(-50%, 0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 99;
}

.header-block .header-block-1 .navigation-block ul.navigation li .list-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-140%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #1e274a;
}

.header-block .header-block-1.header-block-2 .navigation-block ul.navigation li a {
  padding: 35px 24px;
}

.header-block .header-block-1 .navigation-block ul.navigation li .nav-dd a,
.header-block .header-block-1.head-block-2 .navigation-block ul.navigation li .nav-dd a {
  display: block;
  padding: 11px 24px;
  margin: 7px;
  background-color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-block .header-block-1 .navigation-block ul.navigation li .nav-dd a:hover,
.header-block .header-block-1.head-block-2 .navigation-block ul.navigation li .nav-dd a:hover{
  background-color: #eeeeee;
  border-radius: 4px;
}

/* .header-block .header-block-1.header-block-2 .navigation-block ul.navigation li.active .nav-dd a {
  display: inline-block;
  background: #ffffff;
  padding: 14px 11px;
} */

.header-block .header-block-1 .navigation-block ul.navigation li.active a .p4,
.header-block .header-block-1 .navigation-block ul.navigation li.active a i,
.header-block .header-block-1 .navigation-block ul.navigation .nav-dd-li .list-block a.active p,
.header-block .header-block-1 .navigation-block ul.navigation li a:hover p,
.header-block .header-block-1 .navigation-block ul.navigation li a:focus p,
.header-block .header-block-1 .navigation-block ul.navigation li a:hover i {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-block .header-block-1 .navigation-block ul.navigation li.active a p {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #ffffff;
}

.header-block .header-block-1 .navigation-block ul.navigation .nav-dd-li .list-block a.active p{
  text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #ee7203;
}

.header-block .header-block-1 .navigation-block ul.navigation .nav-dd-li:hover .nav-dd {
  display: block;
  border-top: 4px solid #1e274a;
}

.header-block .header-block-1 .navigation-block ul.navigation .nav-dd-li .nav-dd a {
  background: #ffffff;
}

.header-block .header-block-1 .navigation-block ul.navigation .nav-dd-li .nav-dd a p {
  color: #1e274a;
  
}

.header-block .header-block-1 .navigation-block ul.navigation .nav-dd-li .nav-dd a:hover p {
  color: #ee7203;
}

.header-block .header-block-1.header-block-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0px 0px 7px -3px #000000;
}

.header-block .header-block-1.header-block-2 .logo-block a {
  width: 145px;
  padding: 17px 0;
}

/* Footer Style */

.footer-block {}

.footer-block .footer-main {}

.footer-block .footer-main .footer-0 {
  background: #f1f1f1;
}

.footer-block .footer-main .footer-0 .inner-container {
  padding: 0;
  font-size: 0;
}

.footer-block .footer-main .footer-0 .block-1 {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 50%;
}

.footer-block .footer-main .footer-0 .block-2 {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 24%;
}

.footer-block .footer-main .footer-0 .block-3 {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 14%;
}

.footer-block .footer-main .footer-0 .block.block-1 .block-11,
.footer-block .footer-main .footer-0 .block.block-1 .block-12 {
  float: left;
  width: 50%;
}

.footer-block .footer-main .footer-0 .block .inner {}

.footer-block .footer-main .footer-0 .block .image-block {
  max-width: 180px;
}

.footer-block .footer-main .footer-0 .block .image-block img{
  width: 100%;
}

.footer-block .footer-main .footer-0 .text-block-1 {}

.footer-block .footer-main .footer-0 .text-block-1 p,
.footer-block .footer-main .footer-0 .text-block-1 p span {
  color: #1e274a;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-block .footer-main .footer-0 .text-block-1 p span {
  white-space: nowrap;
}

.footer-block .footer-main .footer-0 .text-block-2 {}

.footer-block .footer-main .footer-0 .text-block-2 p {
  color: #1e274a;
  text-align: left;
}

.footer-block .footer-main .footer-0 .text-block-2 a {
  display: inline-block;
  color: #1e274a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.footer-block .footer-main .footer-0 .text-block-2.active a,
.footer-block .footer-main .footer-0 .text-block-2 a:hover,
.footer-block .footer-main .footer-0 .text-block-2 a:focus {
  color: #cc5c20;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.footer-block .footer-main .footer-0 .text-block-2.active a {
  font-weight: bold;
}

.footer-block .footer-main .footer-0 .text-block-2 a:hover,
.footer-block .footer-main .footer-0 .text-block-2 a:focus {
  text-decoration: none;
}

.footer-block .footer-main .footer-0 .list-block {}

.footer-block .footer-main .footer-0 .list-block li {
  display: inline-block;
  color: #000000;
  margin: 0 14px 4px 0;
}

.footer-block .footer-main .footer-0 .list-block li a {
  display: block;
  color: #000000;
  text-align: left;
}

.footer-block .footer-main .footer-0 .list-block li a:hover,
.footer-block .footer-main .footer-0 .list-block li a:focus {
  color: #ee7203;
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block {}

.footer-block .footer-main .footer-0 .list-block li a .icon-block i {
  font-size: 32px;
  line-height: 1em;
  color: #1e274a !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-whatsapp-square,
.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-whatsapp-square {
  color: #00e676;
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-twitter-square,
.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-twitter-square {
  color: #1da1f2;
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-linkedin,
.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-linkedin {
  color: #0073b1;
}

.footer-block .footer-main .footer-0 .list-block li a:hover .icon-block i,
.footer-block .footer-main .footer-0 .list-block li a:focus .icon-block i {
  color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.footer-block .footer-main .footer-1 {
  background: #1e274a;
  padding: 10px 0;
}

.footer-block .footer-main .footer-1 .left-block {
  position: relative;
  float: left;
}

.footer-block .footer-main .footer-1 .left-block .copyright {
  position: absolute;
  top: 5px;
  left: 0;
  width: 11px;
}

.footer-block .footer-main .footer-1 .left-block .copyright img {
  width: 100%;
}

.footer-block .footer-main .footer-1 .left-block p {
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 20px;
}

.footer-block .footer-main .footer-1 .right-block {
  float: right;
}

.footer-block .footer-main .footer-1 .right-block p,
.footer-block .footer-main .footer-1 .right-block p a {
  color: #ffffff;
  text-align: right;
}

.footer-block .footer-main .footer-1 .right-block p a {
  font-weight: bold;
}

.footer-block .footer-main .footer-1 .right-block p a:hover {
  text-decoration: underline;
}

/* Main Content */

.main-content {}

.main-content .horizontal-line{
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #ee7203;
  margin: 0 14px;
}

.main-content .bg {
  background: #1e274a;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 98%;
  height: 98%;
  z-index: -1;
  border-radius: 12px;
}

.main-content .btn-block {}

.main-content .btn-block a {
	position: relative;
  max-width: 120px;
  display: inline-block;
  margin: 0 auto;
  padding: 17px 24px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 8px;
  background: #ee7203;
  font-weight: bold;
  z-index: 99;
  overflow: hidden;
}

.main-content .btn-block a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 8px;
  background-color: #1e274a;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.main-content .btn-block a:hover::before {
  height: 100%;
}

.main-content .btn-block a:hover {
  color: #ffffff;
  background: #1e274a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-content .btn-block a:active {
  background: #ee7203;
  color: #ffffff;
}

/* Home */

.home {}

.home .block-1{
  position: relative;
}

.home .block-1 .image-block-1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1660px;

}

.home .block-1 .image-block-1 img{
  width: 100%;

}

.home .block-1 .slider-block {
  position: relative;
}

.home .block-1 .slider-block {
  position: relative;
}

.home .block-1 .overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.home .block-1 .slider-block .content-block {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .block-1 .slider-block .content-block .inner-container {
  font-size: 0;
}

.home .block-1 .slider-block .content-block .content-block-1 .image-block{
  padding: 24px;
  background: #ffffff;
  border-radius: 50%;
  max-width: 250px;
}

.home .block-1 .slider-block .content-block .content-block-1 .image-block img{
  width: 100%;
}

.home .block-1 .slider-block .content-block .content-block-1 {
  display: inline-block;
  vertical-align: middle;
}

.home .block-1 .slider-block .content-block .content-block-2{
  display: inline-block;
  vertical-align: middle;
  padding-left: 45px;
}

.home .block-1 .slider-block .content-block .content-block-2 .head-block{}

.home .block-1 .slider-block .content-block .content-block-2 .head-block h2 {
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}

.home .block-1 .slider-block .content-block .content-block-2 .text-block-1 {}

.home .block-1 .slider-block .content-block .content-block-2 .text-block-1{
  max-width: 560px;
}

.home .block-1 .slider-block .content-block .content-block-2 .text-block-1 p {
  color: #ffffff;
  font-weight: 500;
  /* width: 80%;
  max-width: 600px; */
  text-align: left;
}

.home .block-1 .slider-block .content-block .content-block-2 .btn-block {
  text-align: left;
}

.home .block-1 .slider-block .bjqs-prev a {
  left: 1% !important;
}

.home .block-1 .slider-block .bjqs-next a {
  right: 1% !important;
}

.home .block-2 {}

.home .block-2 .inner-container {
  padding: 0;
  font-size: 0;
}

.home .block-2 .block-21 {
  width: 57%;
  padding-right: 2%;
  padding-left: 2%;
  display: inline-block;
  vertical-align: middle;
}

.home .block-2 .text-block {}

.home .block-2 .text-block p {
  color: #ee7203;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;

}

.home .block-2 .head-block {}

.home .block-2 .head-block h2 {
  color: #000000;
}

.home .block-2 .head-block h2 .orange {
  color: #ee7203;
  font-weight: bold;
}

.home .block-2 .block-211{
  display: none;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home .block-2 .block-221 .image-block {
  width: 94%;
}

.home .block-2 .block-221 .image-block img {
  width: 100%;
}

.home .block-2 .text-block-1 {}

.home .block-2 .text-block-1 p {
  color: #181818;
  text-align: justify;
}

.home .block-2 .btn-block {}

.home .block-2 .block-22 {
  width: 35%;
  margin-right: 2%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.home .block-2 .image-block {
  max-width: 768px;
}

.home .block-2 .image-block img {
  width: 98%;
  border-radius: 8px;
}

.home .block-3 {}

.home .block-3 .inner-container {
  padding: 0;
  font-size: 0;
  text-align: center;
}

.home .block-3 .block {
  display: inline-block;
  width: 29.33%;
  padding-left: 2%;
  padding-right: 2%;
  vertical-align: top;
}

.home .block-3 .block .inner {
  max-width: 320px;
  margin: 0 auto;
}

.home .block-3 .block .icon-block {
  max-width: 100px;
  margin: 0 auto;
}

.home .block-3 .block .icon-block img {
  width: 100%;
}

.home .block-3 .block .icon-block.red i {
  color: #ee7203;
}

.home .block-3 .block .head-block {}

.home .block-3 .block .head-block h2 {
  color: #1e274a;
  font-weight: bold;
  text-align: center;
}

.home .block-3 .block .text-block {}

.home .block-3 .block .text-block p {
  color: #000000;
  text-align: justify;
}

.home .block-4 {}

.home .block-4 .inner-container {
  padding: 0 1%;
}

.home .block-4 .head-block-1 {
  
  color: #ee7203;
  text-align: center;
  vertical-align: middle;
}

.home .block-4 .head-block-1 h2 {
  
  color: #ee7203;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.home .block-4 .block-41 {
  font-size: 0;
  text-align: center;
}

.home .block-4 .block {
  display: inline-block;
  max-width: 320px;
  /* width: 23%;
  padding-left: 1%;
  padding-right: 1%; */
  vertical-align: top;
}

.home .block-4 .block a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
}

.home .block-4 .block a .image-block {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #dadada;
  border-bottom: 4px solid #1e274a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.home .block-4 .block a .image-block img {
  width: 100%;
}

.home .block-4 .block a:hover .image-block {
  border-bottom: 4px solid #ee7203;
}

.home .block-4 .text-block {}

.home .block-4 .text-block p {
  color: #1e274a;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.home .block-4 .btn-block {
  text-align: center;
}

.home .block-4 .btn-block a {
  max-width: 150px;
}

.home .block-5 {}

.home .block-5 .inner-container {
  padding: 0;
  font-size: 0;
}

.home .block-5 .head-block {
  
  color: #ee7203;
  text-align: center;
  vertical-align: middle;
}

.home .block-5 .head-block h2 {
  color: #ee7203;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.home .block-5 .block-51 {
  text-align: center;
}

.home .block-5 .block-51 .list-block {
  font-size: 0;
}

.home .block-5 .block-51 .list-block .block {
  display: inline-block;
  width: 21%;
  padding-right: 2%;
  padding-left: 2%;
}

.home .block-5 .block-51 a .image-block {
  border-radius: 8px;
  overflow: hidden;
  border-bottom: 4px solid #1e274a;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}

.home .block-5 .block-51 a:hover .image-block {
  border-bottom: 4px solid #ee7203;
}

.home .block-5 .block-51 .image-block img {
  width: 100%;
}

.home .block-5 .head-block-2 {}

.home .block-5 .head-block-2 h3 {
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.home .block-5 .btn-block {
  text-align: center;
}

.home .block-6 {
  position: relative;
  background: url("../images/why-vipsa.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home .block-6 .inner-container {
  max-width: 1080px;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
}

.home .block-6 .head-block-1 {
  
  color: #ee7203;
  text-align: center;
  vertical-align: middle;
}

.home .block-6 .head-block-1 h2 {
  
  color: #ee7203;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.home .block-6 .block-61 {
  padding-left: 2%;
  padding-right: 2%;
}

.home .block-6 .block-61 .text-block {}

.home .block-6 .block-61 .text-block p {
  color: #ffffff;
  text-align: center;
}

.home .block-6 .block-61 .text-block p .bold {
  font-weight: bold;
}

.home .block-6 .block-61 .list-block {
  font-size: 0;
}

.home .block-6 .block-61 .list-block .block {
  display: inline-block;
  font-size: 0;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: top;
  text-align: left;
  text-align: center;
  box-sizing: border-box;
  
}

/* .home .block-6 .block-61 .list-block .block:hover .icon-block i,
.home .block-6 .block-61 .list-block .block:hover .text-block-2 p {
  color: #ee7203;
} */


.home .block-6 .block-61 .list-block .block .icon-block {}

.home .block-6 .block-61 .list-block .block .icon-block i {
  font-size: 68px;
  line-height: 1em;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home .block-6 .block-61 .text-block-2 {}

.home .block-6 .block-61 .text-block-2 p {
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home .block-7 {}

.home .block-7 .inner-container {
  padding: 0;
}

.home .block-7 .block-61 .content-block {
  padding-left: 2%;
  padding-right: 2%;
}

.home .block-7 .head-block-1 {
  color: #ee7203;
  text-align: center;
  vertical-align: middle;
}

.home .block-7 .head-block-1 h2 {
  color: #ee7203;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.home .block-7 .text-block {}

.home .block-7 .text-block p {
  color: #000000;
  text-align: center;
}

.home .block-7 .text-block p .bold {
  font-weight: bold;
}

.home .block-7 .text-block-2 {}

.home .block-7 .text-block-2 p {
  color: #000000;
  text-align: center;
  font-weight: bold;
}

.home .block-7 .icon-block {
  text-align: center;
}

.home .block-7 .icon-block i {
  font-size: 70px;
  line-height: 1em;
}

.home .block-7 .list-block {
  font-size: 0;
  text-align: left;
}

.home .block-7 .list-block .block {
  display: inline-block;
  width: 46%;
  padding-left: 2%;
  padding-right: 2%;
}

.home .block-8 {}

.home .block-8 .inner-container {
  padding: 0 1%;
}

.home .block-8 .block-61 .content-block {
  padding-left: 1%;
  padding-right: 1%;
}

.home .block-8 .head-block-1 {
  
  color: #ee7203;
  text-align: center;
  vertical-align: middle;
}

.home .block-8 .head-block-1 h2 {
  
  color: #ee7203;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.home .block-8 .head-block-2 {}

.home .block-8 .head-block-2 p {
  color: #1e274a;
  font-weight: 700;
  text-align: center;
}

.home .block-8 .block-81 {
  font-size: 0;
  text-align: center;
}

.home .block-8 .block {
  width: 21%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}

.home .block-8 .block .image-block {
  max-width: 140px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.home .block-8 .block .image-block img {
  width: 100%;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  /* filter: grayscale(1) invert(1);
  -webkit-filter: grayscale(1) invert(1); */
}

.home .block-8 .block .image-block .bw-logo {
  visibility: block;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home .block-8 .block .image-block .partner-logo {
  display: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.home .block-8 .block .image-block:hover .bw-logo {
  display: none;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home .block-8 .block .image-block:hover .partner-logo {
  display: block;
  transform: scale(1.1);
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/* About Us Page */

.aboutus {}

.aboutus .block-4 .block-42 .horizontal-line-2,
.aboutus .block-1 .block-11 .horizontal-line-2,
.aboutus .block-2 .block-21 .horizontal-line-2 {
  display: none;
}

.aboutus .block-0 {}

.aboutus .block-0 .image-block {
  position: relative;
}

.aboutus .block-0 .image-block img {
  width: 100%;
}

.aboutus .block-0 .image-block .overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(30, 39, 74,0.8);
}

.aboutus .block-0 .image-block .inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.aboutus .block-0 .image-block .head-block-1 {}

.aboutus .block-0 .image-block .head-block-1 h1 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.aboutus .block-1 {}

.aboutus .block-1 .inner-container {
  padding: 0;
  font-size: 0;
}

.aboutus .block-1 .block-11 {
  width: 96%;
  padding-right: 2%;
  padding-left: 2%;
  display: inline-block;
  vertical-align: middle;
}

.aboutus .block-1 .head-block {}

.aboutus .block-1 .head-block h2 {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

.aboutus .block-1 .head-block h2 .orange {
  color: #ee7203;
  font-weight: bold;
}

.aboutus .block-1 .block-11 .block-112.block-12 {
  display: none;
}

.aboutus .block-1 .text-block-1 {}

.aboutus .block-1 .text-block-1 p {
  color: #181818;
  text-align: justify;
}

.aboutus .block-1 .block-12 {
  width: 35%;
  float: right;
  margin-right: 2%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.aboutus .block-1 .image-block {
  max-width: 540px;
  position: relative;
  margin: 0 auto;
}

.aboutus .block-1 .image-block img {
  width: 98%;
  border-radius: 8px;
}

.aboutus .block-4 .inner-container {
  padding: 0;
  font-size: 0;
}

.aboutus .block-4 .block-41 {
  width: 35%;
  margin-right: 2%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.aboutus .block-4 .image-block {
  max-width: 540px;
  position: relative;
  margin: 0 auto;
}

.aboutus .block-4 .image-block img {
  width: 98%;
  border-radius: 8px;
}

.aboutus .block-4 .block-42 {
  width: 57%;
  padding-right: 2%;
  padding-left: 2%;
  display: inline-block;
  vertical-align: middle;
}

.aboutus .block-4 .head-block {}

.aboutus .block-4 .head-block h2 {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

.aboutus .block-4 .head-block h2 .orange {
  color: #ee7203;
  font-weight: bold;
}

.aboutus .block-4 .block-42 .block-421.block-41 {
  display: none;
}

.aboutus .block-4 .text-block-1 {}

.aboutus .block-4 .text-block-1 p {
  color: #181818;
  text-align: justify;
}

.aboutus .block-2 {}

.aboutus .block-2 .inner-container {
  padding: 0;
  font-size: 0;
}

.aboutus .block-2 .block-21 {
  width: 57%;
  padding-right: 2%;
  padding-left: 2%;
  display: inline-block;
  vertical-align: middle;
}

.aboutus .block-2 .head-block {}

.aboutus .block-2 .head-block h2 {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

.aboutus .block-2 .head-block h2 .orange {
  color: #ee7203;
  font-weight: bold;
}

.aboutus .block-2 .block-21 .block-211.block-22 {
  display: none;
}

.aboutus .block-2 .text-block-2 {}

.aboutus .block-2 .text-block-2 p {
  color: #181818;
  text-align: justify;
}

.aboutus .block-2 .block-21 .text-block-1 p{
  text-align: justify;
}

.aboutus .block-2 .block-22 {
  width: 35%;
  margin-right: 2%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.aboutus .block-2 .image-block {
  max-width: 540px;
  position: relative;
  margin: 0 auto;
}

.aboutus .block-2 .image-block img {
  width: 98%;
  border-radius: 8px;
}

.aboutus .block-3 {}

.aboutus .block-3 .inner-container {
  padding: 0;
}

.aboutus .block-3 .head-block-1 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}

.aboutus .block-3 .head-block-1 h2 {
  color: #1e274a;
  text-align: center;
  font-weight: bold;
}

.aboutus .block-3 .text-block-1 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}

.aboutus .block-3 .text-block-1 p {
  color: #000000;
  text-align: justify;
}

.aboutus .block-3 .block-31 {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.aboutus .block-3 .block-31 .block {
  display: inline-block;
  vertical-align: top;
  width: 29.33%;
  padding-left: 2%;
  padding-right: 2%;
}

.aboutus .block-3 .block-31 .block .image-block {
  max-width: 340px;
  margin: 0 auto;
}

.aboutus .block-3 .block-31 .block .image-block img {
  width: 100%;
}

.aboutus .block-3 .block-31 .block .text-block-2 {
  display: inline;
}

.aboutus .block-3 .block-31 .block .text-block-2 p {
  display: inline;
  color: #000000;
  text-align: left;
  font-weight: bold;
}

.aboutus .block-3 .block-31 .block .text-block-3 {
  display: inline;
}

.aboutus .block-3 .block-31 .block .text-block-3 p {
  display: inline;
  text-align: left;
  color: #000000;
}

/* Contactus */

.contactus {}

.contactus .block-0 {}

.contactus .block-0 .image-block {
  position: relative;
}

.contactus .block-0 .image-block img {
  width: 100%;
}

.contactus .block-0 .image-block .overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(30, 39, 74, 0.8);
}

.contactus .block-0 .image-block .inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.contactus .block-0 .image-block .head-block-1 {}

.contactus .block-0 .image-block .head-block-1 h1 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.contactus .block-1 {}

.contactus .block-1 .inner-container {}

.contactus .block-1 .head-block-1 {}

.contactus .block-1 .head-block-1 h1 {
  color: #1e274a;
  text-align: center;
}

.contactus .block-1 .text-block {
  max-width: 960px;
  margin: 0 auto;
}

.contactus .block-1 .text-block p {
  color: #000000;
  text-align: center;
}

.contactus .block-2 {}

.contactus .block-2 .inner-container {
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.contactus .block-2 .block {
  display: inline-block;
  vertical-align: top;
  width: 29.33%;
  padding-left: 2%;
  padding-right: 2%;
}

.contactus .block-2 .block.whatsapp.wp-mob {
  display: none;
}

.contactus .block-2 .block a {
  display: block;
}

.contactus .block-2 .block a .icon-block {}

.contactus .block-2 .block a .icon-block {
  font-size: 48px;
  line-height: 1em;
  color: #1e274a;
  text-align: center;
}

.contactus .block-2 .block.whatsapp a .icon-block {
  color: #00e676;
}

.contactus .block-2 .block a .text-block {}

.contactus .block-2 .block a .text-block p {
  color: #000000;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contactus .block-2 .block.whatsapp a .text-block p {
  color: #000000;
}

.contactus .block-2 .block a:hover .text-block p,
.contactus .block-2 .block a:focus .text-block p {
  color: #1e274a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contactus .block-4 {}

.contactus .block-4 .inner-container {
  max-width: 1080px;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
}

.contactus .block-4 .block-41 {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  padding-left: 2%;
  padding-right: 2%;
}

.contactus .block-4 .block-41 .head-block-1 {
  vertical-align: middle;
  display: inline-block;
}

.contactus .block-4 .block-41 .head-block-1 h3 {
  font-weight: bold;
}

.contactus .block-4 .block-41 .head-block-1 h2 {
  color: #ee7203;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.contactus .block-4 .block-41 .block {}

.contactus .block-4 .block-41 .block .icon-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
  line-height: 1em;
  /* border: 2px solid #1e274a; */
  /* padding: 3px; */
}

.contactus .block-4 .block-41 .block .icon-block i {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #1e274a;
  /* text-align: center;
    margin: 0 auto; */
  /* width: 24px; */
  /* background: #1e274a; */
  /* padding: 14px;*/
}

.contactus .block-4 .block-41 .block .detail-block {
  display: inline-block;
  vertical-align: top;
}

.contactus .block-4 .block-41 .block .detail-block .head-block {
  display: inline-block;
}

.contactus .block-4 .block-41 .block .detail-block .head-block p {
  font-weight: bold;
}

.contactus .block-4 .block-41 .block .detail-block .text-block-2 {
  display: inline-block;
  vertical-align: top;
}

.contactus .block-4 .block-41 .block .link-block-1 {
  display: inline-block;
}

.contactus .block-4 .block-41 .block .link-block-1 a {
  display: block;
  color: #ee7203;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contactus .block-4 .block-42 {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 12px;
  background: #f9f9f9;
  /* box-sizing: border-box; */
  /* border: 1px solid #1e274a; */
}

.contactus .block-4 .block-42 .inner {
  padding: 14px 17px;
}

.contactus .block-4 .block-42 .head-block-1 {
  color: #ee7203;
  vertical-align: middle;
}

.contactus .block-4 .block-42 .head-block-1 h2 {
  color: #ee7203;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}


.contactus .block-4 .block-42 .form-block {}

.contactus .block-4 .block-42 .form-block .block {}

.contactus .block-4 .block-42 .form-block .block {
  padding-bottom: 14px;
}

.contactus .block-4 .block-42 .form-block .block .text-block-1 {}

.contactus .block-4 .block-42 .form-block .block .text-block-1 p {
  color: #454545;
}

.contactus .block-4 .block-42 .form-block .btn-block {
  text-align: center;
}

.contactus .block-4 .block-42 .form-block input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  outline: none;
  color: #3A4A53;
  text-align: left;
  border-radius: 8px;
  padding: 10px 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contactus .block-4 .block-42 .form-block textarea {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  outline: none;
  border-radius: 8px;
  color: #494949;
  text-align: left;
  padding: 7px;
  height: 112px;
  resize: vertical;
}

.contactus .block-4 .block-42 .form-block textarea:hover,
.contactus .block-4 .block-42 .form-block textarea:focus {
  border: 1px solid #1e274a;
  box-shadow: 1px 1px 2px 0 #dddddd;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contactus .block-4 .block-42 .form-block input[type="submit"] {
  width: 120px;
  display: inline-block;
  margin: 0 auto;
  padding: 11px 17px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ee7203;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 12px;
  background: #ee7203;
}

.contactus .block-4 .block-42 .form-block input[type="submit"]:hover,
.contactus .block-4 .block-42 .form-block input[type="submit"]:focus {
  color: #ffffff;
  background: #1e274a;
  border: 1px solid #1e274a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* .contactus .block-4 .block-42 .form-block input[type="submit"] {
  display: block;
  max-width: 140px;
  padding: 10px 24px;
  margin: 0 auto;
  font-weight: bold;
  background: transparent;
  border-radius: 35px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #1e274a;
  background: #1e274a;
  transition: 0.3s;
  cursor: pointer;
}

.contactus .block-4 .block-42 .form-block input[type="submit"]:hover,
.contactus .block-4 .block-42 .form-block input[type="submit"]:focus {
  color: #1e274a;
  background: #ffffff;
  outline: none;
} */

/* brands */

.brands {}

.brands .block-0 {}

.brands .block-0 .image-block {
  position: relative;
}

.brands .block-0 .image-block img {
  width: 100%;
}

.brands .block-0 .image-block .overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(30, 39, 74, 0.8);
}

.brands .block-0 .image-block .inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.brands .block-0 .image-block .head-block-1 {}

.brands .block-0 .image-block .head-block-1 h1 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.brands .block-1 {}

.brands .block-1 .inner-container {
  
}

.brands .block-1 .text-block {
  max-width: 1080px;
    margin: 0 auto;
}

.brands .block-1 .text-block p {
  color: #000000;
  text-align: justify;
}

.brands .block-2 {}

.brands .block-2 .inner-container {
  padding: 0;
}

.brands .block-2 .list-block {
  font-size: 0;
  text-align: center;
}

.brands .block-2 .block {
  width: 21%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  vertical-align: top;
}

.brands .block-2 .block a {
  display: block;
  overflow: hidden;
  font-size: 0;
  
}

.brands .block-2 .block a .image-block {
  padding: 14px;
  border: 1px solid #eeeeee;
  border-bottom: 4px solid #1e274a;
  border-radius: 12px;
  max-width: 540px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.brands .block-2 .block a .image-block img {
  width: 100%;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}

.brands .block-2 .block a:hover .image-block {
  border-bottom: 4px solid #ee7203;
}

.brands .block-2 .block a:hover .image-block img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.brands .block-2 .block a .content-block{
  display: inline-block;
  width: 56%;
  padding-left: 2%;
  padding-right: 2%;
  vertical-align: top;
}

.brands .block-2 .block a .content-block .text-block-1 p{
  text-align: justify;
}

.brands .block-2 .block a .content-block ul li .head-block{
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 7px;
  width: max-content;
}

.brands .block-2 .block a .content-block ul li .head-block p {
  text-align: left;
}

.brands .block-2 .block a .content-block ul li .text-block-2 p{
  text-align: left;
}

.brands .block-2 .block a .text-block {}

.brands .block-2 .block a .text-block p{
  font-weight: bold;
  text-align: center;
}

/* Products */

.products {}

.products .block-0 {}

.products .block-0 .image-block {
  position: relative;
}

.products .block-0 .image-block img {
  width: 100%;
}

.products .block-0 .image-block .overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(30, 39, 74, 0.8);
}

.products .block-0 .image-block .inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.products .block-0 .image-block .head-block-1 {}

.products .block-0 .image-block .head-block-1 h1 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.products .block-1 {}

.products .block-1 .inner-container {
  max-width: 1080px;
  margin: 0 auto;
}

.products .block-1 .text-block {}

.products .block-1 .text-block p {
  color: #000000;
  text-align: justify;
}

.products .block-2 {}

.products .block-2 .inner-container {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}

.products .block-2 .btn-block {
  display: none;
}

.products .block-2 .btn-block a {
  max-width: 90px;
  display: inline-block; 
  padding: 7px;
  color: #ffffff;
  border: 1px solid #ee7203;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #ee7203;
}

.products .block-2 .btn-block a i {
  font-size: 15px;
  margin: 0 0 0 3px;
}

.products .block-2 .block-21 {
  display: block;
}

.products .block-2 .block-21 .block-211 {
  border: 2px solid #eeeeee;
  border-radius: 16px;
}

.products .block-2 .block-21 .block-211 .list-block {
  padding: 14px;
  background: #fafafa;
  border-radius: 16px;
  border-bottom: 1px solid #dddddd
}

.products .block-2 .block-21 .block-211 .list-block .block {
  display: inline-block;
  margin-right: 4px;
}

.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 {}

.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 a,
.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 p {
  display: inline-block;
  margin: 0 auto;
  padding: 7px 14px;
  color: #1e274a;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  border: 2px solid #5a658f;
  background: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 a:hover {
  background: #ee7203;
    color: #ffffff;
}

.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 a.active {
  background: #ee7203;
  color: #ffffff;
}

.products .block-2 .block-21 .block-211 .list-block .clear-filters-block{
  float: right;
}

.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 p{
  display: inline-block;
    margin: 0 auto;
    padding: 7px 14px;
    color: #1e274a;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid #5a658f;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 p:hover {
  background: #1e274a;
  color: #ffffff;
}

.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 p:active {
  background: #ee7203;
  color: #ffffff;
}

.products .block-2 .block-21 .block-211 .list-block .block .btn-block-1 a i {
  font-size: 14px;
  margin: 0 0 0 3px;
}

.products .block-2 .block-21 .block-211 .content-block {}

.products .block-2 .block-21 .block-211 .content-block.dnone {
  display: none;
}

.products .block-2 .block-21 .block-211 .content-block .tab-box {
  display: none;
  padding: 0 7px;
}

.products .block-2 .block-21 .block-211 .content-block .block {}

.products .block-2 .block-21 .block-211 .content-block .block {}

.products .block-2 .block-21 .block-211 .content-block .block .form-block {
}

.products .block-2 .block-21 .block-211 .content-block .block .form-block .block {
  display: inline-block;
  cursor: pointer;
  padding: 11px 14px;
}

.products .block-2 .block-21 .block-211 .content-block .block .form-block .block .input-block p{
  cursor: pointer;
}


.products .block-2 .block-21 .block-211 .content-block .block .form-block .block .input-block input {
  margin-right: 4px;
}

.products .block-2 .block-21 .block-211 .content-block .block .form-block .block .input-block lable {
  padding: 4px;
  color: #858282;
}

.products .block-2 .block-21 .block-211 .list-block-1 {
  display: inline;
  margin: 0;
  list-style: none;
}

.products .block-2 .block-21 .block-211 .list-block-1 li {
  display: inline-block;
  padding: 5px 9px 5px 18px;
}

.products .block-2 .block-21 .block-211 .list-block-1 li input {}

.products .block-2 .block-21 .block-211 .list-block-1 li label {
  padding: 4px;
  color: #858282;
}

.products .block-2 .block-21 .list-block-2 {}

.products .block-2 .block-21 .list-block-2 .block {
  display: inline-block;
}

.products .block-2 .block-21 .list-block-2 .block .btn-block-2 {}

.products .block-2 .block-21 .list-block-2 .block .btn-block-2 p {
  display: inline-block;
  margin: 0 auto;
  padding: 7px 14px;
  margin: 0px -11px 0px 18px;
  color: #858282;
  border: 2px solid #eeeeee;
  text-align: center;
  border-radius: 20px;
  background: #ffffff;
  cursor: pointer;
}

.products .block-2 .block-21 .list-block-2 .block .btn-block-2 p i{
  margin-left: 7px;
}

.products .block-2 .block-21 .list-block-2 .block .btn-block-2 a i {
  font-size: 14px;
  margin: 0 0 0 3px;
  cursor: pointer;
}

.products .block-3 {}

.products .block-3 .inner-container {
  padding: 0;
  padding-left: 2%;
  padding-right: 2%;
}

.products .block-3 .list-block {
  font-size: 0;
  text-align: left;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 16px;
}

.products .block-3 .list-block.remove-bg-border {
  
  padding: 0 20px;
  background: transparent;
  border: none;
}

.products .block-3 .list-block .head-block-1{
  font-size: 0;
  border-bottom: 2px solid #eeeeee;
}

.products .block-3 .list-block .head-block-1.dnone{
  display: none;
}

.products .block-3 .list-block .head-block-1 .image-block{
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.products .block-3 .list-block .head-block-1 .image-block img{
  width: 100%;
}

.products .block-3 .list-block .head-block-1 .text-block{
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}

.products .block-3 .list-block .head-block-1 .text-block p{
  font-weight: bold;
  color: #1e274a;
}

.products .block-3 .list-block .block {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.products .block-3 .list-block .block a {
  display: block;
  overflow: hidden;
  font-size: 0;
  padding: 24px 17px;
  border: 1px solid #1e274a;
  border-radius: 12px;
  border-bottom: 4px solid #1e274a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.products .block-3 .list-block .block a:hover {
  border: 1px solid #ee7203 ;
  border-bottom: 4px solid #ee7203;
}

.products .block-3 .list-block .block a:hover .image-block img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.products .block-3 .list-block .block a .image-block {
  display: inline-block;
  width: 28%;
  padding-left: 2%;
  max-width: 350px;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.products .block-3 .list-block .block a .image-block img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.products .block-3 .list-block .block a .content-block {
  display: inline-block;
  width: 70%;
  padding-right: 2%;
  vertical-align: top;
}

.products .block-3 .list-block .block a .content-block .text-block-1{
  padding-left: 1%;
  padding-right: 1%;
}

.products .block-3 .list-block .block a .content-block .text-block-1 p {
  text-align: justify;
}

.products .block-3 .list-block .block a .image-block-1 {
  display: none;
  width: 90%;
  margin: 0 auto;
  max-width: 620px;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.products .block-3 .list-block .block a .image-block-1 img{
  width: 100%;
}

.products .block-3 .list-block .block a ul{
  text-align: left;
  font-size: 0;
}

.products .block-3 .list-block .block a ul li{
  display: inline-block;
  padding: 7px 14px;
  background: #fafafa;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 14px;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.products .block-3 .list-block .block a .content-block .head-block {
  display: none;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 7px;
  width: max-content;
}

.products .block-3 .list-block .block a .content-block .head-block p {
  text-align: left;
}

.products .block-3 .list-block .block a .content-block ul li .text-block-2{
  
}

/* .products .block-3 .list-block .block a:hover .content-block ul li{
  border: 1px solid #ee7203;
} */

.products .block-3 .list-block .block a .content-block ul li .text-block-2 p {
  text-align: center;
}

.products .block-3 .list-block .block a .text-block {
  padding-left: 1%;
  padding-right: 1%;
}

.products .block-3 .list-block .block a .text-block p {
  font-weight: bold;
  text-align: left;
  color: #1e274a;
}

.products .block-3 .list-block .block a .btn-block{
  margin-left: 1%;
}

.products .block-3 .list-block .block a .btn-block p {
  position: relative;
  max-width: 120px;
  display: inline-block;
  margin: 0 auto;
  padding: 14px 17px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 8px;
  background: #1e274a;
  font-weight: bold;
  z-index: 99;
  overflow: hidden;
}

.products .block-3 .list-block .block a .btn-block p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 8px;
  background-color: #ee7203;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.products .block-3 .list-block .block a:hover .btn-block p::before {
  height: 100%;
}

.products .block-3 .list-block .block a:hover .btn-block p {
  color: #ffffff;
  background: #1e274a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.products .block-3 .list-block .block a .btn-block p:active {
  background: #ee7203;
  color: #ffffff;
}

.product-details {}

.product-details .block-1 .inner-container {
  padding-left: 0px;
  padding-right: 0px;
}

.product-details .block-1 {
  font-size: 0;
}

.product-details .block-1 .head-block-1{
  display: none;
  padding-left: 2%;
  padding-right: 2%;
}

.product-details .block-1 .head-block-1 h1{
  font-family: "Rubik";
  font-weight: bold;
}

.product-details .block-1 .content-block-1{
  display: inline-block;
  width: 36%;
  margin-left: 2%;
  padding: 7px;
  box-sizing: border-box;
  margin-right: 2%;
  border: 1px solid #dddddd;
  vertical-align: top;
  border-radius: 8px;
  text-align: center;
}

.product-details .block-1 .content-block-1 .image-block{
  position: relative;
  display: block;
  max-width: 640px;
  padding: 7px;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  
}

.product-details .block-1 .content-block-1 .image-block-1 {
  position: relative;
  display: inline-block;
  width: 23%;
  max-width: 180px;
  padding: 4px;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  
}

.product-details .block-1 .content-block-1 .image-block-1 img{
  width: 100%;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-details .block-1 .content-block-1 .image-block img{
  width: 100%;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-details .block-1 .content-block-1 .image-block:hover img,
.product-details .block-1 .content-block-1 .image-block-1:hover img{
  transform: scale(1.05);
}

.product-details .block-1 .content-block-1 .image-block:hover .overlay-block,
.product-details .block-1 .content-block-1 .image-block-1:hover .overlay-block{
  display: block;
}

.product-details .block-1 .content-block-1 .image-block .overlay-block,
.product-details .block-1 .content-block-1 .image-block-1 .overlay-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-details .block-1 .content-block-1 .image-block .overlay-block .icon-block{
  max-width: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-details .block-1 .content-block-1 .image-block-1 .overlay-block .icon-block {
  max-width: 24px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-details .block-1 .content-block-1 .list-block{
  font-size: 0;
}

.product-details .block-1 .content-block-1 .list-block .image-block {
  display: inline-block;
  width: 23%;
  max-width: 160px;
  margin-left: 1%;
  margin-right: 1%;
}

.product-details .block-1 .content-block-1 .list-block .image-block img{
  width: 100%;
}

.product-details .block-1 .content-block-2 {
  display: inline-block;
  width: 56%;
  padding-left: 2%;
  padding-right: 2%;
  vertical-align: top;
}

.product-details .block-1 .content-block-2 .head-block{
}

.product-details .block-1 .content-block-2 .head-block h1{
  font-family: "Rubik";
  font-weight: bold;
}

.product-details .block-1 .content-block-2 .text-block p{
  text-align: justify;
}

.product-details .block-1 .content-block-2 .text-block-1 p span{
  font-weight: bold;
  color: #292929;
}

.product-details .block-1 .content-block-2 .table-block{}

.product-details .block-1 .content-block-2 .table-block table{
  width: 50%;
  border: 1px solid #dddddd;
  border-radius: 6px;
  overflow: hidden;
  
}

.product-details .block-1 .content-block-2 .table-block table tr:nth-child(1) th{
  background: #1e274a;
  color: #ffffff;
  border-radius: 4px;
  padding: 11px 17px;
}

.product-details .block-1 .content-block-2 .table-block table tr th,td{
  text-align: center;
  padding: 7px 17px;
  border-collapse: collapse;
}

.product-details .block-1 .content-block-2 .table-block table tr:nth-child(odd){
  background-color: #f3f3f3;
}
.product-details .block-1 .content-block-2 .table-block table tr:nth-child(even) {
  background-color: #ffffff;
}

/* .product-details .block-1 .content-block-2 .table-block table tr td:nth-child(1){
  border-right: 1px solid #eeeeee;
} */

.product-details .block-1 .head-block p {
  font-weight: bold;
  color: #292929;
}

.product-details .block-1 .list-block li {
  display: inline-block;
  padding: 7px 11px;
  background: #f9f9f9;
  margin-bottom: 7px;
  margin-left: 7px;
}

.product-details .block-1 .list-block li .text-block p {
}

.product-details .block-2{}

.product-details .block-2 .container{}

.product-details .block-2 .inner-container{
  padding-left: 1%;
  padding-right: 1%;
}

.product-details .block-2 .head-block p{
  font-weight: bold;
  color: #292929;
}

/* .product-details .block-2 .list-block li {
  display: inline-block;
  padding: 7px 11px;
  background: #f9f9f9;
  margin-bottom: 7px;
}

.product-details .block-2 .list-block li .text-block p {
  font-weight: bold;
} */

.product-details .block-1 .head-block-1 h1{
  text-align: center;
}

.product-details .block-2 .table-block{
  overflow-y: auto;
}

.product-details .block-2 .table-block .bg-white{
  background: #ffffff;
}


.product-details .block-2 .table-block table{
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  border: 1px solid #c1c1c1;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.product-details .block-2 .table-block table tr:nth-child(odd){
  background-color: #f3f3f3;
}

.product-details .block-2 .table-block table tr:nth-child(even) {
  background-color: #ffffff;
}

.product-details .block-2 .table-block table tr:nth-child(1) {
  background-color: #1e274a;
  border-bottom: 1px solid #c1c1c1;
  color: #ffffff;
}

.product-details .block-2 .table-block table tr:nth-child(1) th {
  border: none;
}

.product-details .block-2 .table-block table tr:nth-child(1) th {
  border: none;
}

.product-details .block-2 .table-block table tr td{
}

.product-details .block-2 .table-block table tr th{
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
}

.product-details .block-2 .table-block table tr th,
.product-details .block-2 .table-block table tr td{
  padding: 11px 14px;
}

.product-details .block-2 .table-block table tr th span{
  display: block;
}

/* .product-details .block-2 .table-block table tr th:nth-child(1), */
.product-details .block-2 .table-block table tr td:nth-child(1) {
  /* background-color: #f9f9f9;
  color: #1e274a; */
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #eeeeee;
  font-weight: bold;
}

.product-details .block-2 .table-block table tr th:nth-child(1) span,
.product-details .block-2 .table-block table tr td:nth-child(1) span {
  
  font-weight: bold;
}

/*  */

.product-details .block-3{}

.product-details .block-3 .container{}

.product-details .block-3 .inner-container{
  padding-left: 1%;
  padding-right: 1%;
  font-size: 0;
}

.product-details .block-3 .table-block{
  display: inline-block;
  width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
}

.product-details .block-3 .table-block table{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c1c1c1;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.product-details .block-3 .table-block table tr:nth-child(odd){
  background-color: #f3f3f3;
}

.product-details .block-3 .table-block table tr:nth-child(even) {
  background-color: #ffffff;
}

.product-details .block-3 .table-block table tr:nth-child(1) {
  background-color: #1e274a;
  border-bottom: 1px solid #c1c1c1;
  color: #ffffff;
}

.product-details .block-3 .table-block table tr td{
}

.product-details .block-3 .table-block table tr th,
.product-details .block-3 .table-block table tr td{
  padding: 11px 17px;
}

.product-details .block-3 .table-block table tr th span{
  display: block;
}

/* .product-details .block-3 .table-block table tr th:nth-child(1), */
.product-details .block-3 .table-block table tr td:nth-child(1) {
  background-color: #f9f9f9;
    color: #1e274a;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
}

