* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
.top-bar{
  height: 40px;
  background-color: #2f3338;
  color: #e5e5e5;
  font-size:12px;
}
.lang a{
    margin-right:13px;
}
.top-bar a:not(:first-child){
  color: #e5e5e5;
}
.top-bar img{
  width: 20px;
  height: 15px;
  object-fit: cover;
}
a {
  text-decoration: none !important;
}
/*.logo img{*/
/*    height:50px;*/
/*}*/
.sub-menu {
  width: 100%;
  padding: 7px 0;
  background-color: #166797;
  display: flex;
  align-items: center;
}
.sub-menu .sub {
  display: flex;
  align-items: center;
}
.sub-menu .sub-image {
  width: 25px;
  height: 25px;
  display: flex;
  margin-right: 45px;
}
.sub-menu .sub-image img {
  width: 100%;
  height: 100%;
  margin-right: 10px;
}
.sub-menu a {
  color: #e5e5e5;
  font-size: 14px;
}

.middle-menu {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

nav {
  width: 100%;
  padding: 15px 0;
  /*background-color: #fff;*/
  /*border-top: 1px solid #e8e8e8;*/
  /*border-bottom: 1px solid #e8e8e8;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo{
    display:inline-block;
}
.logo img{
    width:100%;
}
.navlist2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.mobile-nav{
    background: #fff;
    position: fixed;
    right: 0;
    bottom:0;
    width: 55%;
    height: 100%;
    display:none;
    z-index:9999;
}

.navbar-toggler1, .close-nav{
    outline:none;
    border:none;
    background-color:transparent;
    font-size:25px;
}
.navbar-toggler1:focus, .close-nav:focus{
    outline:none;
    border:none;
}

.navlist3{
    padding: 60px 40px;
}
.navlist3 a{
    color:#000;
    padding: 15px 0px;
    display:inline-block;
}
.navlist3 li:first-child{
    text-align:right;
}
.navlist3 li{
    border-bottom: 1px solid #bbbbbb75;
}
nav .navlist2 li:hover a{
  color: #00007a;
}
nav .navlist2 li a {
  padding: 10px ;
  font-weight: 600;
  position: relative;
  display:inline-block
  ;
}

nav .navlist1 .open {
  position: relative;
  display:flex;
  line-height:18px;
}
nav .navlist1 .open > a {
  background-color: #00007a;
  padding: 16px 14px 15px 16px;
  color: #fff;
}
nav .navlist1 .open > a i {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
nav .navlist1 .open:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
        top: 100%;
  transform: scale(1, 1);
}
nav .navlist1 .open .dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 36px;
  opacity: 0;
  visibility: hidden;
  background-color: #fdfbfb;
  padding-left: 0;
  transform: scale(1, 0);
  transform-origin: top;
  transition: all 300ms ease-in-out 0s;
  z-index: 3;
  width: 100%;
}
nav .navlist1 .open .dropdown li {
  transition: 0.3s;
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #404040;
  width: 100%;
}
.dropdown {
    text-transform: uppercase;
}
nav .navlist1 .open .dropdown li:hover {
  background-color: #00007a;
}
nav .navlist1 .open .dropdown li:hover a {
  color: #fff;
}
nav .navlist1 .open .dropdown li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #030000;
  padding: 16px 0;
}
nav .navlist2 a {
  color: #3f3f3f;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  position:relative;
}
nav .navlist2 a:hover{
  color: #363636;
}
.navlist2 a::after{
    position:absolute;
    content:"";
    width:1px;
    height:20px;
    right:0;
    top:25%;
    background-color:#3f3f3f;
}
.main-slider{
    height:100vh;
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
  /*background-color: #a6a6a6;*/
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  /*background-color: #737373;*/
}
/*.fnc-slider .m--navbg-dark {*/
/*  background-color: #737373;*/
/*}*/
/*.fnc-slider .m--blend-green .fnc-slide__inner {*/
/*  background-color: white;*/
/*}*/
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  /*background-color: #ccf2f2;*/
}
.fnc-slider .m--navbg-green {
  /*background-color: #ccf2f2;*/
}
.fnc-slider .m--blend-red .fnc-slide__inner {
  /*background-color: #ff99b8;*/
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #ff3371;
}
.fnc-slider .m--navbg-red {
  /*background-color: #ff3371;*/
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
  /*background-color: #0000e0;*/
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  /*background-color: #00007a;*/
}
.fnc-slider .m--navbg-blue {
  /*background-color: #00007a;*/
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: 100%;
  background-repeat:no-repeat;
  background-position: center;
  transform: translate3d(0, 0, 0);
  display:flex;
  justify-content:space-around;
  align-items:center;
}
.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  left: 10%;
  top: 5%;
  width: 40vh;
  height: 37vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    6vh 0,
    6vh 61vh,
    44vh 61vh,
    44vh 6vh,
    6vh 6vh
  );
clip-path: polygon( 12% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 6vh 0, 6vh 30vh, 33vh 30vh, 33vh 6vh, 6vh 6vh );
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
  filter:opacity(.4);
}
.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 80vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  /*background-blend-mode: luminosity;*/
  transform-origin: 50% 6.5vh;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
  display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    /*height: 100%;*/
}
.fnc-slide__content h3{
text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}
.fnc_img{
    width:30%;
}

/*.fnc_img::before{*/
/*       content: "";*/
/*    position: absolute;*/
/*    background-color: #303030;*/
/*    width: 600px;*/
/*    height: 600px;*/
/*    border-radius: 50%;*/
/*    top: -68px;*/
/*    right: -80px;*/
/*    z-index: -1;*/
/*}*/
.fnc-slide__heading {
  margin-bottom: 10px;
  /*text-transform: uppercase;*/
}
.fnc-slide__heading p{
    font-size: 18px;
    font-style:italic;
    font-weight:400;
    color:#fff;

}
.fnc-slide__heading span{
    font-size: 26px; 
     font-weight:200;
     color:#fff;
     margin:10px 0;
     display:inline-block;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  /*padding: 0 10px;*/
  font-size: 20px;
  color: #fff;
  word-spacing: 5px;
}
.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px;
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}
.fnc-slide__heading-line span {
  display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}
.fnc-slide__action-btn {
  position: relative;
  /* margin-left: 100px; */
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}
.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1f2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}
.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 10px;
  text-transform: uppercase;
  background: #fff;
  /*border: 1px solid #0000e0;*/
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
/* .fnc-nav__control.m--active-control {
  background: #1F2833;
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
} */
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
body {
  margin: 0;
}

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100%;
  perspective: 1500px;
  background: #000;
}
.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  transition: transform 0.7s;
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}
.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.2333333333s;
  transform: translate3d(0, 0, 0);
}
.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
  box-sizing: border-box;
}
.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.demo-cont__credits-close:before {
  transform: rotate(45deg);
}
.demo-cont__credits-close:after {
  transform: rotate(-45deg);
}
.demo-cont__credits-heading {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}
.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}
.demo-cont__credits-name {
  margin-bottom: 20px;
  font-size: 30px;
}
.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}

.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider  .fnc-slide__inner,
.example-slider  .fnc-slide__mask-inner {
   background-image: linear-gradient(120deg , #00007a 50%, #fff 50%)
}
/*.example-slider .fnc-slide-2 .fnc-slide__inner,*/
/*.example-slider .fnc-slide-2 .fnc-slide__mask-inner {*/
/*  background-image: url("https://pumpsuae.com/wp-content/uploads/2015/06/Slide-05.jpg");*/
/*}*/
/*.example-slider .fnc-slide-3 .fnc-slide__inner,*/
/*.example-slider .fnc-slide-3 .fnc-slide__mask-inner {*/
/*  background-image: url("https://pumpsuae.com/wp-content/uploads/2014/12/Slide-01b-1.jpg");*/
/*}*/

/*.example-slider .fnc-slide-4 .fnc-slide__inner,*/
/*.example-slider .fnc-slide-4 .fnc-slide__mask-inner {*/
/*  background-image: url("https://pumpsuae.com/wp-content/uploads/2015/06/Slide-05.jpg");*/
/*}*/
/*.example-slider .fnc-slide-4 .fnc-slide__inner:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.2);*/
/*}*/
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.fnc-slide .fnc-slide__inner{
    position:relative;
}
.fnc-slide .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index:-1;
  width: 100%;
  height: 100%;
background-color: rgba(0,0,0,.3);
}


/* COLORFUL SWITCH STYLES 
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf;
}
.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color 0.3s;
}
.colorful-switch:hover:before {
  background: #4c735f;
}
.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer;
}
.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(
    90deg,
    #14dcd6 0,
    #10e7bd 180px,
    #ef9c29 360px,
    #e76339 100%
  );
  transition: transform 0.5s;
  transform: translate3d(-360px, 0, 0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__bg {
  transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__dot {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__on {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transform-origin: 100% 50%;
  transform: rotate(45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__on__inner {
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before,
.colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff;
}
.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%;
}
.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__off:before,
.colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:before,
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:after {
  transition-delay: 0s;
}
.colorful-switch__off:before {
  transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:before {
  transform: rotate(45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:after {
  transition-timing-function: ease;
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}

#second-carousel {
  background-color: #fbfbfb;
  padding: 25px;
  margin-top: 80px;
  z-index: 999;
  position: relative;
  margin-bottom: 20px;
}
#second-carousel .sec-img img {
  width: 100%;
  padding: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
#second-carousel .sec-about h1 {
  font-size: 30px;
  color: #ff004d;
  margin-bottom: 35px;
}
#second-carousel .sec-about p {
  font-size: 14px;
  color: #2d2d2d;
}
#second-carousel .owl-nav{
    top: -50px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sec-heading {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 18px;
  color: #ff004d;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 44px;
  /*margin-right: 31px;*/
  width: 100%;
}
.second-img {
  width: 100%;
  height: 250px;
  position: relative;
  padding:1px;
}
.second-img img {
  width: 100%;
  height: 100%;
  /* border: 1px dotted black; */
  padding: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;

  border-radius: 5px;
  border: 1px solid rgb(186, 186, 186);
}

.second-text a {
  display: inline-block;
  color: #fff !important;
  font-size: 15px;
  background-color: #00007a;
  padding: 6px 20px;
  border-radius: 55px;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 500;
  z-index: 2;
  cursor: pointer;
}
.overlay {
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, rgba(0, 118, 129, 0) 30%, #00007a);
  left: 0;
  top: 0;
  z-index: 0;
  transition: background-color 0.8s ease;
}
/* .owl-carousel{
  margin: 10px 0;
} */
.item:hover .overlay {
  background-color: #00007a9a;
}
.sec-car{
    padding: 0 10px;
}
.sec-car .owl-prev {
  left: -7px;
}
.sec-car .owl-next {
  right: -5px;
}

.sec-car.col-lg-6 {
  margin-top: 40px;
  padding: 0 !important;
}

.sec-car .owl-nav button {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ff004d !important;
  top: -17%;
  border-radius: 0;
}

.sec-car .owl-nav button span {
  font-size: 30px !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
  padding: 10px 15px 15px 15px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

#project {
  margin: 80px 0;
}

#product {
  margin-bottom: 80px;
}
#product .container .row {
  padding-left: 0 !important;
  --bs-gutter-x: 0 !important;
}
#product .container .product-wrapper {
  border-top: 3px solid #ff004d;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  border-left: 1px dotted #404040;
  border-bottom: 1px dotted #404040;
  border-right: 1px dotted #404040;
  /*height: 390px;*/
}
.owl-stage-outer{padding-bottom:10px;}
#product .container .product-wrapper .product {
  width: 20%;
  box-shadow:0 0 10px rgba(0,0,0,.2);
}
#product .container .product-wrapper .product .product-wrap a {
  /*width: 200px;*/
  height: 240px;
  margin-bottom: 14px;
}
#product .container .product-wrapper .product .product-wrap a img {
  width: 100%;
  height: 100%;
}
#product .container .product-wrapper .product .product-wrap .product-item {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#f9f9f9;
  color:#black;
  height:40%;
}
#product
  .container
  .product-wrapper
  .product
  .product-wrap
  .product-item
  p:first-child {
  margin: 10px 0;
}
#product
  .container
  .product-wrapper
  .product
  .product-wrap
  .product-item
  p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}
#product .container .product-wrapper .product .product-wrap .product-item p a {
  color: #ff004d;
  text-transform: capitalize;
}
#product .container .product-wrapper .product .hand-wrap {
  /*width: 237px;*/
  
  /*height: 381px;*/
}
#product .tab-content{
    width:80%;
}
#product .container .product-wrapper .product .hand-wrap .hand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
}
#product .container .product-wrapper .product .hand-wrap .hand i {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  padding: 5px 0;
  width: 44px;
  text-align: center;
  background-color: #ff004d;
  margin-right: 10px;
}
#product .container .product-wrapper .product .hand-wrap .hand p {
  color: #00007a;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
#product .container .product-wrapper .product .hand-wrap .list-hand {
  padding-left: 0;
  flex-direction:column;
}
#product .container .product-wrapper .product .hand-wrap .list-hand li {
  /*border-bottom: 1px solid #404040;*/
  transition: 0.3s;
}
#product .container .product-wrapper .product .hand-wrap .list-hand li:hover {
  background-color: #ff004d;
}
#product .container .product-wrapper .product .hand-wrap .list-hand li:hover a {
  color: #fff;
}
/*#product*/
/*  .container*/
/*  .product-wrapper*/
/*  .product*/
/*  .hand-wrap*/
/*  .list-hand*/
/*  li:first-child {*/
/*      border-top: 1px solid #404040;*/
/*}*/
/*#product .container  .product-wrapper .product .hand-wrap .list-hand li:first-child a {*/
/*  color: #fff;*/
/*}*/
#product .nav-tabs {
     border-bottom: none; 
}
#product .container .product-wrapper .product .hand-wrap .list-hand li a {
  /*display: inline-block;*/
  font-size: 14px;
  padding: 10px 30px;
  color: #404040;
  background-color:transparent;
  border-bottom :1px solid #404040;
   border-top :1px solid #404040;
}
#product .container .product-wrapper .product .hand-wrap .list-hand li a:last-child{
       border-bottom :none;
}

#product .container .product-wrapper .product .hand-wrap .list-hand li a.active{
   background-color:#ff004d;
       color: #fff;
       border:none;
   
}
#product .nav-tabs .nav-link{
     border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#product .container .product-wrapper .two-carousel .owl-item .item {
 height: 342px !important;
    margin: 20px 10px 0px 10px;
    position:relative;
}
#product .container .product-wrapper .two-carousel .owl-item .item .product {
  width: 100%;
  height: 100%;
}
#product .owl-theme .owl-nav.disabled+.owl-dots{
    margin:0;
}

#call-to-action {
  padding: 24px 0;
  background-color: #f2f3f5;
}

#call-to-action .call-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 30px;
}

#call-to-action .call-wrapper .row {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /*width: 100%;*/
}

/*#call-to-action .call-wrapper .wp-info {*/
/*  margin-right: 30px;*/
/*}*/

#call-to-action .call-wrapper .wp-info h3 {
  font-size: 26px;
  margin-bottom: 5px;
}

#call-to-action .call-wrapper p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.custom-btn2 {
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.225s ease 0s;
  padding: 15px 0;
  text-align: center;
  display: block;
}

#call-to-action .call-wrapper .wp-btn {
  width: 70%;
  background-color: #7fd958;
  -o-box-shadow: 0 20px 30px -18px #7fd958;
  box-shadow: 0 20px 30px -18px #7fd958;
  transition: all 0.225s ease 0s;
}

#call-to-action .call-wrapper .wp-btn:hover {
  background-color: #53a72f;
  color:#fff;
}

.footer {
  position: relative;
  margin: -1px 0 0;
  background: #2f3338;
}

.footer .container {
  padding: 55px 0px 40px 0px;
}

.fotertop {
  position: relative;
  margin: -1px 0 0;
  padding: 34px 0 56px;
  background: #2f3338;
  position: relative;
}

.footer .footerHed {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: white;
  margin: 0px 0 20px;
}

.footer .foterwrap .footerlink a {
  color: #fff;
  /* display: block; */
  width: 100%;
  margin: 0 20px;
  padding:7px 0;

}
.foterwrap{
    width:100%;
}
.footer .foterwrap .footerlink a:hover {
  color: rgba(255, 255, 255, 0.774);


}
.footer .foterwrap .footerlink {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
      display:flex;
}



.info {
  line-height: 29px;
}

.info .phone i,
.info .phone a,
.info .email i,
.info .email a,
.info .location i {
  padding: 0 5px 5px 0;
  color: #999;
  
}
.info .phone i,
.info .email i,
.info .location i {
  width:15px;
  
}

.info .phone a,
.info .email a,
.info .location a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  margin-left:5px;
  
}

.info .location a {
  padding-left: 5px;
}

.info span {
  color: #999;
  display: inline-block;
  padding: 0px 0 5px 25px;
  font-size: 14px;
}

.info {
  padding: 0 0 0 23px;
}

.info .col-md-3 {
  padding: 0 !important;
}

.footer .footer_middle {
  margin: 30px 0;
}

.maxwidth-theme {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  max-width: 1344px;
  position: relative;
  width: 100%;
}

.footer .social-icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .social-icons:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.footer .social-icons ul {
  position: relative;
  display: inline-block;
  padding: 0 32px;
  background: #2f3338;
  z-index: 1;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 0;
}

.social-icons ul li {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  padding: 0;
  transition:0.3s;
}

.footer .social-icons ul li.facebook a {
  background-position: -95px -377px;
}

.footer .social-icons ul li a {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: url(../img/sosial.svg) 0 0 no-repeat;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.footer .social-icons ul li.twitter a {
  background-position: -1px -424px;
}
.social-icons ul  li.facebook:hover{
          background-color:#4267B2;
  }
.social-icons ul  li.twitter:hover{
          background-color:#1DA1F2;
  }
  .social-icons ul  li.instagram:hover{
          background-color:#5851DB;
  }

.footer .social-icons ul li.instagram a {
  background-position: -142px -518px;
}

.footer_middle .col-md-12 {
  padding: 0 !important;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.footer_bottom .okmedia {
  color: #999;
  font-size: 13px;
  padding: 0;
  text-align: left;
  margin: 0;
  width: 17%;
}

.foterBootom1 {
  margin-bottom: 0px !important;
  width: 13%;
}

.foterBootom1 a {
  color: #999;
  font-size: 13px;
  padding: 0;
  text-align: right;
  margin: 0 !important;
}

.foterBootom1 a:hover {
  text-decoration: none;
}

.product-cat{
    padding:80px 0;
}
 .object{
display: inline-block;
width: 100%;
height: 285px;
border-radius: 8px;
position: relative;
transition: all .1s linear;
border: 1px dotted #6d6d6d;
}
.object:hover{
box-shadow: 0px 20px 30px rgb(0 0 0 / 35%);
}
.object::before{
transition: all .2s linear;
position: absolute;
z-index: 1;
content: '';
top: 0;
bottom: 0;
left: 0;
right: 0;
background-image: linear-gradient(
0deg
, #000000d1 3%, transparent);
border-radius: 8px;
}
.object:hover::before{
background: rgba(0, 0, 0, 0.7);
}
.object img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 100%;
width: 100%;
object-fit: contain;
border-radius: 8px;
}
.object .object-title{
position: absolute;
bottom: 0;
left: 0;
right: 0;
font-weight: 400;
font-size: 16px;
color: white;
z-index: 99;
padding: 25px 30px;

}
#brands{
  background-color: #fbfbfb;
}
.brands img{
  width: 100%;
}

.brand-carousel .brand-img{
  width: 200px;
}
.brand-carousel .brand-img img{
  width: 100%;
}
.brand-carousel .owl-stage{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-carousel .item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote{
        display:flex;
        flex-wrap:wrap;
        
    }

.product-box{
    display: block;
    /*width: 23%;*/
    height: 364px;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin:12px;
    }
    .product-box a{
        color:#000;
    }
.product-box img{
         height:300px;
         object-fit:cover;
         width:100%;
    }
.full-page {
        padding:50px 0;
    }
    
    .news-cat .item{
        width:33%;
    }
    
    .brand-box{
        padding:80px 0;
    }
    
    
       .brand-box{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
    }
    .brand-box img{
        width:300px;
        height:300px;
        object-fit:contain;
        transition:.3s;
     
    }
    .brand-box img:hover{
 
        cursor:pointer;

    }
    .highslide-image{
           background-color:#fff;
    }
    
       .bread-crumb{
        display:flex;
        padding-left:0 !important;
    }
    .bread-crumb li{
        margin-right:5px;
        
    } .bread-crumb li a{
        color:#000;
        font-size:12px;
        
    }
  
    
@media (max-width:1200px){
 nav .navlist1 .open > a{   
        font-size: 15px;
padding: 16px;
}
}
@media (max-width: 1024px) {
/*    .main-slider{*/
/*    height:400px;*/
/*}*/
    .open{
    background-color: #00007a;
    color: #fff;
    font-size: 14px;
    }
  .footer_bottom .okmedia {
    width: 27%;
  }

  .foterBootom1 {
    width: 20%;
  }
}
@media (max-width: 991px) {
    /*.navlist{*/
    /*    display:none;*/
    /*}*/
      .mobile-nav{
        display:block;
       transform: translateX(100%);
       transition:.4s;
    }
    .mobile-nav.open-nav{
         transform: translateX(0%)
    }
  .info {
    padding: 0;
  }

  .info .phone a,
  .info .email a,
  .info .location a {
    font-size: 14px;
  }

  .item-views.news_block.portfolio.type_2 .item .info {
    padding: 0 30px;
  }
  #product .container .product-wrapper .product {
 
  width: 30%;
}
#product .tab-content{
    width:70%;
}
}
@media (max-width: 768px) {
     nav .navlist1 .open > a{   

 padding: 16px 26px;
}

.main-slider{
        height: 100vh;
       }
       
.fnc-slide__content {
   
    width: 80%;
 
}
.fnc_img{
    width:60%;
}

.fnc_img img{
    width:100%;
}
.fnc-slide__inner {
    flex-direction:column;
    justify-content:center;
}
.example-slider .fnc-slide__inner, .example-slider .fnc-slide__mask-inner {
    background-image: linear-gradient(
164deg , #00007a 54%, #fff 10%);
}
    .fnc-slide__content span{
        font-size:18px;
    }
    .fnc-slide__mask{
        display:none;
    }
  .footer_bottom .okmedia,
  .foterBootom1 {
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0;
  }

  .footer_top .row {
    width: 100% !important;
  }

  .footer_bottom {
    flex-direction: column;
  }

  .footer_bottom .okmedia,
  .foterBootom1 {
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0;
  }

  .item-views.news_block.portfolio.type_2 .item .info {
    padding: 15px;
  }

  .footer_bottom .okmedia,
  .foterBootom1 {
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0;
  }
  .footerlink{
      flex-direction:column;
  }
  #product .container .product-wrapper{
      flex-direction:column;
  }
  #product .tab-content{
    width:100%;
}
#product .container .product-wrapper .product {

  width: 100%;
}
.news-cat .item{
        width:50%;
    }
    .brand-box{
        justify-content:center;
    }
    
.footer .foterwrap .footerlink{
        text-align: center;
  }
}
@media (max-width: 767.98px){
#call-to-action .call-wrapper .row {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /*width: 100%;*/
  text-align:center;
}
  
    
}
@media (max-width: 576px) {
    nav .navlist1 .open > a {
    padding: 16px 10px;
    font-size:13px;
}
  .footer .footer_top {
    text-align: center;
  }

  .contact-block {
    width: 70%;
    margin: 20px auto;
  }
  .owl-theme .owl-dots .owl-dot span{
      width:5px !important;
      height:5px !important;
      margin:5px !important;
  }
  .wp-info{
      text-align:center;
  }
}
@media (max-width: 425px) {
  .footer_top {
    text-align: left;
  }

  .phone a {
    font-size: 12px;
  }
  .news-cat .item{
        width:100%;
    }
}
@media (max-width: 320px) {
  .footer_bottom .okmedia {
    width: 100%;
  }

  .foterBootom1 {
    padding: 15px 0 0 0;
  }

  .foterBootom1 {
    padding: 15px 0 0 0;
  }
} /*# sourceMappingURL=style.css.map */

/*Highslide-Controls*/

.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}
img[src*="1745585632_1745585532776"] {
  transform: scale(0.5);
}