.f-light {
  font-weight: 300;
}
.f-regular {
  font-weight: 400;
}
.f-semi-bold {
  font-weight: 600;
}
.f-bold {
  font-weight: 700;
}
.f-ex-bold {
  font-weight: 800;
}

body,h1,h2,h3,h4,h5,h6,p,label,a {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover{
  text-decoration: none;

}
button:focus {
outline: 0;
box-shadow: none;
}
.black {
 color: #141414; 
  font-family: 'Open Sans', sans-serif;
}
.blue {
  color: #2f2483;
   font-family: 'Open Sans', sans-serif;
}
.green {
  color: #069648;
   font-family: 'Open Sans', sans-serif;
}
.light-green{
  color: #9ab2c3;
   font-family: 'Open Sans', sans-serif;
}
.yellow {
  color: #e2e659;

   font-family: 'Open Sans', sans-serif;
}
.white {
  color: #fff;
   font-family: 'Open Sans', sans-serif;
}
.grey {
  color: #747373;
   font-family: 'Open Sans', sans-serif;
}
.dark-grey{
  color: #454545;
   font-family: 'Open Sans', sans-serif;
}
.light-blue {
  color: #a0cae6;
   font-family: 'Open Sans', sans-serif;
}
.light-grey{
  background-color: #eae8ef;
   font-family: 'Open Sans', sans-serif;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(13, 21, 17, 0.4);
  transition: all 0.3s ease-in-out;
}
.top-head {
  background:#eae8ef; 
  transition: all 0.3s ease-in-out;
}
.top-head .navbar {
      background: transparent;
      padding: 0;
     justify-content: flex-end;
}
header .navbar-brand {
        padding: 15px 0;
    margin: 0;
}

header.shrink .top-head {
    margin-top: -36px;
}
/*header.shrink .main-head{
  background: #1c1456;
}*/
header .mobile-navbar {
background: #fff;
position: relative;
}

.top-head {
  position: relative;
}
.top-head:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #dad8df;
  width: 22%;
  height: 36px;
}
.top-head .navbar-expand-md .navbar-nav .nav-link {
  padding: 5px 14px;
  color: rgba(24, 24, 25, 0.522);
   font-size: 12px;
  line-height: 2.224;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.top-head .navbar-expand-md .navbar-nav .nav-link:hover {
      color: rgb(47, 36, 131);
}

.top-head .navbar-expand-md .nav-item:nth-child(5) .nav-link {
      font-size: 16px;
    opacity: 0.7;
        padding: 0 5px;
}
.top-head .navbar-expand-md .nav-item:nth-child(6) .nav-link {
      font-size: 15px;
    opacity: 0.7;
        padding: 0 5px;
            margin: 0 10px 0;
}

.top-head .navbar-expand-md .nav-item .nav-link.location,
.top-head .navbar-expand-md .nav-item .nav-link.call-us {
     opacity: 1;
    color: #2f2483;
       border-right: 1px solid #9d9ca140;
    border-left: 1px solid #9d9ca140;
    font-weight: 600;
    font-size: 13px;
        padding: 4px 14px;
}
.top-head .navbar-expand-md .nav-item .nav-link.location:hover,
.top-head .navbar-expand-md .nav-item .nav-link.call-us:hover {
  color: #141414;
}
.top-head .navbar-expand-md .nav-item .nav-link.call-us {
   border-right: 0;
    border-left: 0;
}
.top-head .navbar-expand-md .nav-item .nav-link.location .icon-mark {
display: inline-block;
margin: 0 2px 0 0;
    position: relative;
    top: 1px;

}
.top-head .navbar-expand-md .nav-item .nav-link.call-us .icon-call {
display: inline-block;
margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}
.top-head .navbar-expand-md .nav-item .nav-link.login {
     opacity: 1;
    color: #2f2483;
    font-weight: 600;
    font-size: 13px;
        padding: 4px 0 4px 14px;
            background: #dad8df;
}
.top-head .navbar-expand-md .nav-item .nav-link.login:hover {
  color: #000;
}
.top-head .navbar-expand-md .nav-item .nav-link.login .icon-user {
display: inline-block;
margin: 0 8px 0 0;
       font-size: 20px;
           position: relative;
    top: 4px;

}
.main-head {
  background:#fff;
  position: relative;
      border-bottom: 3px solid #2f2483;
}
.main-head .navbar-expand-md {
      padding: 0;
    justify-content: space-between;
}
.main-head .logo {
  display: block;
  font-size: 45px;
}
.main-head .navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: rgb(20, 20, 20);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.57;
    padding: 10px 18px;
}
.main-head .navbar-expand-md .navbar-nav .nav-link.active,
.main-head .navbar-expand-md .navbar-nav .nav-link:hover{
 color: #2f2483;
}
.main-head .search-box  .box-style {
      background: #eae8ef;
    border-radius: 5px;
    border: 0;
    margin: 5px 0;
    padding: 5px 15px;
    height: auto;
}
.main-head .search-box input[type="search"]::-webkit-search-decoration,
.main-head .search-box input[type="search"]::-webkit-search-cancel-button,
.main-head .search-box input[type="search"]::-webkit-search-results-button,
.main-head .search-box input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.main-head .search-box input::placeholder {
   color: rgba(24, 24, 25, 0.522);
   font-size: 14px;
  line-height: 2.224;
  font-weight: 600;
      opacity: 0.7;
}
.main-head .search-box {
  position: relative;
  width: 170px;
      margin: 0 0 0 25px;
}
.main-head .search-box .icon-search {
     position: absolute;
    top: 6px;
    right: 10px;
    font-size: 20px;
    color: #2f2483;
    display: block;
}

.service-wrapper .service-caption .logistics_svg_icon {
      width: 100px;
}

/*.top-head .navbar-expand-md .navbar-nav .nav-link.active,
.top-head .navbar-expand-md .navbar-nav .nav-link:hover {
  color: #111c16;
}*/
.carousel-fade .carousel-item-next.carousel-item-left, 
.carousel-fade .carousel-item-prev.carousel-item-right, 
.carousel-fade .carousel-item.active {
  z-index: 0;
}

.home-slider {
  overflow: hidden;
  margin-top: 110px;
}
.home-slider.breadcum {
  margin-top: 40px;
  overflow: hidden;
}

.home-slider .indicators {
  padding: 0;
  position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 1;
    display: block;
    list-style: unset;
    justify-content: unset;
}

.home-slider .indicators .indct-box:last-of-type {
  margin-right: 0;
}

.home-slider .indicators .indct-box {
  opacity: 1;
      box-sizing: unset;
      border: 0;
         display: block;
    width: 24.10%;
    height: auto;
    flex: none;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    padding: 20px 0;
        text-indent: unset;
    text-align: center;
       background-color: rgba(0, 0, 0, 0.43);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

  .home-slider .indicators .indct-box:hover,
  .home-slider .indicators .indct-box.active {
    background-color: rgba(6, 150, 72, 0.64);
  }

  .home-slider .indicators .indct-box p {
    font-size: 18px;
    margin: 0;
  }

.home-slider .indicators .indct-box>span {
  display: block;
  font-size: 70px;
}

.home-slider .arrows-box {
  position: absolute;
  top:63%;
  margin: 0 auto;
  left: 0;
  right: 0;
      text-align: right;
}

.home-slider .arrows-box .arrow {
  opacity: 1;
  display: inline-block;
      margin-right: 10px;
  color: #fff;
      width: 40px;
    height: 40px;
    font-size: 40px;
}

.home-slider .arrow.prev span {
  display: inline-block;
      transform: rotate(90deg);

}
.home-slider .arrow.next span {
   display: inline-block;
       transform: rotate(-90deg);
}

.home-slider .caption-box {
      position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}
.home-slider .wrapp-caption {
      display: inline-block;
   background-color: rgba(5, 129, 62, 0.68);
    padding: 30px;
    overflow: hidden;
}
.home-slider .caption-box .sub-cpt {
  display: block;
  font-size: 20px;
}
.home-slider .caption-box h2 span {
  font-size: 55px;
  margin: 0;
}
.home-slider .caption-box h2 {
  font-size: 40px;
  margin: 0;
}

.parallax-container {
    position: relative;
    overflow: hidden;
}
.parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-slider .indicate-box {
  background:#2f2483;
}
.home-slider .carousel-indicators {
      position: static;
    display: block;
    margin: 0 auto;
}
.home-slider .carousel-indicators .indicate-link {
  position: relative;
  text-align: center;
    display: block;
    width: 24%;
    float: left;
    flex: none;
    height: auto;
    z-index: 1;
    margin: 0;
    border: 0;
    cursor: pointer;
    border-right: 2px solid #281f71;
}
.home-slider .carousel-indicators .indicate-link span {
  background: #2f2483;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 1;
}
.home-slider .carousel-indicators .indicate-link:last-child {
    border-right: 0;
}
.indicate-box .hide-box {
 background: rgba(0,0,0,0.78);
    padding: 30px 20px;
    position: absolute;
    bottom: -152px;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}
.home-slider .carousel-indicators .indicate-link.active .hide-box,
.home-slider .carousel-indicators .indicate-link:hover .hide-box {
  bottom: 100%;
  height: auto;
}

.breadcum {
    position: relative;
    margin-top: 100px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .breadcum-container {
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
    right: 0;
}
.breadcum .breadcum-container h1{
  font-size: 50px;
}
.breadcum .bredcum-link{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: right;
}
.breadcum .bredcum-link .home-link{
color: rgb(255,255,255);
}
.breadcum .bredcum-link .home-link:hover{
color:#9ab2c3 ;
}
.breadcum .bredcum-link a,
.breadcum .bredcum-link span{
  font-size: 14px;
}
.indicate-box h3 {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.085;
}
.indicate-box p {
  font-size: 15px;
  margin: 0px;
  line-height: 1.379;
}

.home-slider .arrow-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}
.carousel-control-next, 
.carousel-control-prev {
      position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    align-items: center;
    justify-content: center;
   width: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.carousel-control-next span, 
.carousel-control-prev span {
      display: block;
    color: #fff;
    background: #000;
    font-size: 25px;
    padding: 15px 5px;
}
.icon-right-arrow.left-arrow {
  transform: rotate(180deg);
}

.products {
  padding: 70px 0;
  background:#eae8ef;
}
.products .title {
  margin: 0 0 50px;
}

.products .left-div {
  float: left;
    width: 280px;
    position: relative;
}
.products .left-div .img-box {
  display: block;
}
.products .right-div {
        width: 840px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.products .left-div h2 {
      left: 0;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 40px;
}
.products .link {
     font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.194;
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.products .link:hover {
      color: rgb(63, 182, 252);
}
.products .link span {
  position: relative;
    display: inline-block;
    margin: 0px 0 0 10px;
    top: 3px;
    font-size: 18px;
}
.products .column {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 8px;
    padding-left: 8px;
}
.products .column:nth-child(1),
.products .column:nth-child(2),
.products .column:nth-child(3) {
  margin: 0 0 15px;
}
.products .white-box {
  display: block;
   background: #fff;
   text-align: center;
   padding: 20px;
   height: 280px;
   position: relative;
   transition: all 0.3s ease-in-out;
}
.products .white-box:hover {
   box-shadow: 3px 6px 6px 0px rgba(40, 38, 46, 0.2);
}
.products .white-box .img-box {
  height: 210px;
}
.products .white-box img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.white-box p {
   font-size: 16px;
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}
.white-box .price {
  display: block;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
}
.title {
  font-size: 45px;
}
.industries .container-fluid {
  padding: 0;
}

.industries .wrapp {
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
  border-right: 3px solid #fff;
}
.industries .wrapp img{
  transition: all 0.3s ease-in-out;
}
.industries .wrapp:nth-child(1):hover img{
transform: unset;
}
.industries .wrapp:hover img{
  transform: scale(1.1);
} 
.industries .style-icon {
      position: absolute;
    display: block;
    padding: 15px;
    font-size: 170px;
    top: 45%;
    width: 190px;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background:transparent;
    transition: all 0.3s ease-in-out;
}
.industries .style-icon.glob-icon{
  font-size: 140px;
}
.industries .wrapp:hover:before {
  background:transparent;
}
.industries .wrapp:hover .style-icon {
    background: rgba(47, 36, 131, 0.7686274509803922);
}

.industries .wrapp:first-child:before {
   background:#2f2483;
   mix-blend-mode: normal;
}
.industries .wrapp:nth-child(1),
.industries .wrapp:nth-child(2),
.industries .wrapp:nth-child(3),
.industries .wrapp:nth-child(4) {
  border-bottom: 3px solid #fff;
}


.industries .wrapp:first-child h1 {
     position: absolute;
    left: 20px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}

.industries .wrapp:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background:rgba(47, 36, 131, 0.5803921568627);
  transition: all 0.3s ease-in-out;
}
.industries p {
  position: absolute;
  bottom: -15%;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 3.05;
  margin: 0;
  text-align: center;
  background:#352a81;
  transition: all 0.3s ease-in-out;
}
.industries .wrapp:hover p {
  bottom: 0%;
}

.solution {
  background:url('../images/solution-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.solution .title {
  line-height: 1.125;
  margin: 0 0 50px;
}
.solution p {
  font-size: 16px;
  margin: 0;
  line-height: 1.579;
}
.solution p span {
  font-size: 19px;
  margin: 0;
}

.btns {
  background:url('../images/btn-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 170px;
  height: 55px;
  box-shadow: -11.98px 9.027px 10px 0px rgba(0, 0, 0, 0.14);
  color: #2f2483;
  border-radius: 10px;
      transform: skew(-10deg);
          text-decoration: none;
    padding: 12px;
    font-size: 20px;
    text-decoration: none !important;
        margin: 40px 0 0 0;
}
.btns span {
    display: block;
    transform: skew(10deg);
        text-align: center;
}

.hydraulics {
  background:url('../images/hydraulics-bg.jpg');
  padding: 80px 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-position: center;
}
.hydraulics:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blue-patch.png);
    background-repeat: no-repeat;
}
.hydraulics .title {
  line-height: 1.167;
  margin: 0 0 50px;
}
.hydraulics .div-icon {
  width: 50%;
  float: left;
  text-align: center;
}
.hydraulics .outer {
  padding: 40px;
  margin: 25px 0 0 100px;
}
.hydraulics .style-icon {
  font-size: 80px;
}
.hydraulics .div-icon p {
  font-size: 15px;
}
.hydraulics .div-icon:nth-child(1) {
  border-right: 1px solid #ffffff6b;
  border-bottom: 1px solid #ffffff6b;
}
.hydraulics .div-icon:nth-child(2) {
  border-bottom: 1px solid #ffffff6b;
}
.hydraulics .div-icon:nth-child(3) {
   border-right: 1px solid #ffffff6b;
}
.hydraulics .div-icon:nth-child(3),
.hydraulics .div-icon:nth-child(4) {
  padding: 20px 0 0;
}
.hydraulics .text-box {
  position: relative;
      top: 40%;
    transform: translateY(-40%);
}
.clients {
  padding:  0;
}
.clients .img-wrapp {
    height: 100px;
    padding: 0 10px;
    filter: opacity(0.5) grayscale(1);
    transition: all 0.5s ease-in-out;
}
.clients .img-wrapp:hover {
  filter: grayscale(0);
    opacity: 1;
}
.clients .img-wrapp img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
footer {
  background:#1c1456;
}
.foot-top {
  
}
.foot-top .container,
.main-footer .container {
      border-bottom: 1px solid #ffffff1c;
      padding: 40px 15px 20px 15px;;
}
footer .btm-strip {
  padding: 15px;
}
.foot-top .scl-icon {
 background: #161043;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 7px 0;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.foot-top .scl-icon:hover {
  color:#161043;
  background:#fff; 
}
footer .column {
  float: left;
  width: 20%;
}
footer h5 {
  font-size: 16px;
  margin: 0 0 25px;
  font-weight: 600;
}
footer .column:nth-child(1) {
  width: 27%;
    padding: 0 35px 0 0;
}
footer .column:nth-child(2) {
      width: 13%;
}

footer .column:nth-child(1) p {
  font-size: 15px;
  margin: 0 0 10px;
}
footer .column a {
  color: #79a7b0;
  font-size: 14px;
      padding: 0 0 10px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer .column a.btm-0 {
  padding: 0;
}
footer .column a:hover {
  color: #fff;
}
footer .column:nth-child(5) p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
footer .column:nth-child(5) .address {
  color: #79a7b0;
  display: block;
  font-size: 14px;
}
footer .column .phone-icon {
      font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0 5px 0 0;
}
footer .column .call-us {
  font-size: 14px;
}
.btm-strip p {
  font-size: 13px;
  margin: 0;
}

.btm-strip a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.btm-strip .slash {
  color: #fff;
  line-height: 1;
  font-size: 12px;
  display: inline-block;
      padding: 0 2px 0 5px;
}
.btm-strip .left-div {
      float: left;
    width: 40%;
}
.btm-strip .right-div {
      float: left;
    width: 60%;
    text-align: right;
}
.btm-strip p {
      color: #79a7b0;
  display: inline-block;
  margin: 0;
  font-size: 13px;
}
.btm-strip .right-div p {
  margin-left: 15px;
} 
.btm-strip .g-link {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.btm-strip .g-link:hover,
.btm-strip a:hover {
   color: #79a7b0;
}

/*.years  .parallax-container {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.years .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 450px;
}*/
/*.years .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}*/
/*.years .container {
  margin-top: 130px;
}*/
.years {
  background:#ebe9f0;
 padding: 50px 0; 
}
/*.years .container {
  background:url('../images/map.png');
  background-repeat: no-repeat;
  background-size: cover;
}*/

/*.years h2 {
  font-size: 65px;
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
}
.years h3 {
  text-align: left;
  font-size: 40px;
  margin: 0;
  display: inline-block;
}*/
/*.years .wrapp {
  text-align: center;
      padding: 175px 0;
}*/
/*.years .wrapp img {
  width: auto !important;
  margin: 0 auto 30px;
}*/
/*.left-tnfm {
     display: inline-flex;
    transform: rotate(180deg);
}
.years .owl-theme .owl-nav [class*=owl-],
.years .owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    font-size: 25px;
    margin: 0;
        padding: 5px 3px;
    background: #423193;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.years .owl-theme .owl-nav {
      position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.years .owl-theme .owl-prev {
  position: absolute;
    left: 0;
}
.years .owl-theme .owl-next {
  position: absolute;
    right: 0;
}
.years .owl-theme .owl-dots {
      position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 10%;
}
.years .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
}
.years .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #423193;
}*/
.years h1{
  margin-bottom: 50px;
}
.years .certificate-wrapper{
display: flex;
justify-content: center;
align-items: center;
}
.years .certificate-wrapper img{
  width: 100px;
}
.years .certificate-wrapper .img-wrapper{
  margin: 0 20px;
 border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 18px 0px rgba(69, 82, 116, 0.11);
    width: 246px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.years .certificate-wrapper .img-wrapper:hover{
   transform: translateY(-10px);
}
/*gallery page*/
.gallery-section .gallery-single{
  margin-bottom: 35px;
}
.gallery-section .image-outer{
  position: relative;
  transition: all 0.3s ease-in-out;
}
.gallery-section .img-wrapper{
  overflow: hidden;
  position: relative;
  bottom: 2px;
  right: 13px;
}
.gallery-section .img-wrapper img{

transition: all 0.3s ease-in-out;
}
.gallery-section .img-wrapper:hover img{
transform: scale(1.1);
}
.gallery-section .image-outer:before{
  position: absolute;
  content: "";
  bottom: -6px;
    right: 5px;
  background-color: #eae8ef;
  height: 100%;
    width: 100%;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-section .image-outer:after{
 position: absolute;
    content: "";
    bottom: -30px;
    right: -18px;
    height: 50px;
    width: 50px;
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid #eae8ef;
    border-bottom: 30px solid transparent;
    transform: rotate(225deg);
    transition: all 0.3s ease-in-out;
}
  

  .gallery-section p{
    padding:20px 40px;
    font-size: 17px;
  }      
  .radial-background{
    background-image: url(../images/gallery-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
  } 
   .gallery-section .radial-background .image-outer:before
   {
     background-color: rgb(255,255,255);
  }
  .gallery-section .radial-background .image-outer:after{

   border-right: 30px solid rgb(255,255,255);
  }
  .gallery-section .gallery-wrapper{
    padding: 100px 0 40px 0; 
  }

  /*gallery page end*/

/*career page start*/

.career-section{
  padding: 30px 0 50px 0;
}
.career-section h1{
  font-size: 48px;
}
.career-section p{
  font-size: 19px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 50px;
}
.career-section img{
  display: block;
  margin: 0 auto;
}
/*career page ends*/
.career-form .form-control,
.contact-form .form-control{
  border-radius: 0;
  height: 55px;
  border:1px solid rgb(194, 191, 201);
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
/*upload button*/
.career-form .file-upload{
  display:block;
  text-align:center;
  font-size: 12px;
}
.career-form .file-upload .file-select{
  display:block;
  border: none;
  color: #34495e;
  cursor:pointer;
 height: 45px;
  line-height:40px;
  text-align:left;
  background:#fafbfc;
  overflow:hidden;
  position:relative;
  border-radius: 30px;
  font-family: 'Open Sans', sans-serif;
}
.career-form .file-upload .file-select .file-select-button{
  background:#e3e2e7;
  padding:2px 20px;
  display:inline-block;
  height: 45px;
  line-height:40px;
  color: #454545;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;

}
.career-form .file-upload .file-select .file-select-name{
  line-height:40px;
  display:inline-block;
  padding:0 10px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.career-form .file-upload .file-select input[type=file]{
  z-index:100;
  cursor:pointer;
  position:absolute;
  height:100%;
  width:100%;
  top:0;left:0;
  opacity:0;
  filter:alpha(opacity=0);
font-family: 'Open Sans', sans-serif;
}
/*upload button css end*/
.lg-backdrop{
  background-color: rgba(0, 0, 0, 0.62) !important;
}
.career-form .form-group{
  margin-bottom: 30px;
}
.form-control:focus {
    color: unset;
    background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.contact-form .contact-heading{
  font-size: 37px;
  margin-bottom: 30px;
}
.career-form  .contact-btn,
.contact-form .contact-btn,
.modal-form .modal-btn{
  border:1px solid  rgb(211, 209, 222);
  background-color: rgb(47, 36, 131);
  box-shadow: -9.584px 7.222px 13px 0px rgba(0, 0, 0, 0.14);
   width: 171px;
  height: 54px;
   border-radius: 11px;
   color: rgb(255,255,255);
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   background-image: unset;
  margin-top: 30px;
   transform: skew(-10deg);
}


.career-form  .contact-btn span,
.contact-form .contact-btn span{
  transform: skew(10deg);
}
.career-form .career-label,
.contact-form .career-label,
.modal-form .career-label{
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  font-family: 'Open Sans', sans-serif;
}
.form-error{
  font-size: 13px;
  color: #ff000070;
      position: absolute;
}
.career-section .image-wrapper{
  overflow: hidden;
}
.career-section .image-wrapper img{
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.career-section .image-wrapper:hover img{
  transform: scale(1.1);
}
.career-section ::-webkit-input-placeholder,
.contact-form ::-webkit-input-placeholder,
.modal-form ::-webkit-input-placeholder{
  font-size: 16px;
  color: #c9c9c9;
  font-family: 'Open Sans', sans-serif;
}
  input[type=number]::-webkit-inner-spin-button, 
 input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*contact page*/
.contact-form{
  padding: 80px 0;
}
.contact-form .form-control1{
  height: unset;
} 
.contact-form .form-group {
    margin-bottom: 30px;
}

.form-wrapper{
 margin-bottom: 40px;
    background-color: rgb(255,255,255);
}
.contact-right  h1,
 .follow h1{
  font-size: 18px;
}
.contact-right .adress-wrapper h2,
.contact-right .adress-wrapper p{
  font-size: 15px;
  margin-bottom: 0;
}
.contact-right .adress-wrapper p a{
  font-size: 16px;
}
.contact-right .adress-wrapper p a:hover{
  color: #241882;
}
.contact-right .adress-wrapper hr{
  margin: 22px 0;
}
.contact-right {
  background-color: rgb(234, 232, 239);
  border:1px solid rgb(217, 215, 223);
  padding: 40px 30px;
  min-height: 430px;
}
.follow .contact-icon{
  background: #eae8ef;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 7px 0;
    color: #2f2483;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.follow .contact-icon:hover{
      background: rgb(22, 16, 67);
      color: rgb(255,255,255);
}
.follow{
  margin: 40px 0 0 40px;
}

/*contact page css ends*/

/*service page css*/
.services{
padding: 80px 0;
}
.service-wrapper{
  position: relative;
  overflow: hidden;
} 
.service-wrapper img{
  transition: all 0.3s ease-in-out;
}
.service-outer{
  position: relative;
  padding: 0 10px;
  margin: 0 25px;
}
.service-outer:before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(47, 36, 131,0.922);
  height: 30px;
  width: 100%;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.service-outer:hover:before{
 opacity: 0;
}
.service-wrapper .service-caption h1{
  font-size: 28px;
  text-transform: uppercase;
  margin: 10px 0;
}
.service-wrapper .service-caption p {
  font-size: 16px;
  opacity: 0;
  min-height: 144px;
}
.service-wrapper .service-caption .services-icon{
  font-size: 80px;
}
.service-wrapper .service-caption{
position: absolute;
bottom: 0;
right: 0;
left: 0;
transform: translateY(110px);
transition: all 0.3s ease-in-out;
padding: 20px 30px 20px 30px;
}

/*seevice page css ends*/
/*error page*/
.error-div {
  padding: 80px 0;
}
.error-div h1 {
  font-size: 40px;
  margin: 0 0 20px;
}
.error-div h2 {
  font-size: 30px;
}
.error-div p {
  font-size: 16px;
  margin: 0 0 20px;
}
.error-div .error-btn{
  border: 1px solid rgb(211, 209, 222);
    background-color: rgb(47, 36, 131);
    box-shadow: -9.584px 7.222px 13px 0px rgba(0, 0, 0, 0.14);
    width: 171px;
    height: 54px;
    border-radius: 11px;
    color: rgb(255,255,255);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-image: unset;
    margin: 0;
    transform: skew(-10deg);
    display: inline-block;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
}
.error-div .error-btn:hover span{
  color:rgb(47, 36, 131);
}
.error-div .error-btn span{
  transform: skew(10deg);
}

/*error page*/

/*about page css*/
.about-section{
  padding: 60px 0 150px 0;
}
.about-section .img-wrapper{
      margin: -120px 0px 0 30px;
      overflow: hidden;
} 
.about-section .img-wrapper img{
  transition: all 0.5s ease-in-out;
}
.about-section .img-wrapper:hover img{
transform: scale(1.1);
}
.about-section .about-right{
  margin: 0 10px 0 40px;
}
.about-section .about-right h1{
  font-size: 37px;
  margin-bottom: 0;
}
.about-section .about-right h2{
  font-size: 22px;
  margin-bottom: 20px;
}
.about-section .about-right h3{
  font-size: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.about-section .about-right h3 .arrow-company{
  font-size: 15px;
  margin-right: 5px;
}
.about-section .about-right h3:hover{
  margin-left: 7px;
}
.about-section .about-right p{
  font-size: 15px;
  line-height: 1.563;
}
.about-section .about-right .about-btn{
  border: 1px solid rgb(211, 209, 222);
    background-color: rgb(47, 36, 131);
    box-shadow: -9.584px 7.222px 13px 0px rgba(0, 0, 0, 0.14);
    width: 171px;
    height: 54px;
    border-radius: 11px;
    color: rgb(255,255,255);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-image: unset;
    margin: 0;
    transform: skew(-10deg);
    display: inline-block;
    padding: 10px 0;
    margin: 25px 35px 0 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.hover-effect-grey,
.hover-effect-blue
{
  overflow: hidden;
  transition: color 0.3s;
}
.hover-effect-grey:before{
  content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.3, 0, 0.125, 1);
    background:#c1c0c4c7;
}

.hover-effect-grey:after{
  content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.5, 0, 0.125, 1);
     background:#c1c0c4;
     border:none;
}

.hover-effect-blue:before{
  content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    background:rgba(47, 36, 131, 0.71);
    border:none;
}
.hover-effect-blue:hover:before,
.hover-effect-blue:hover:after,
.hover-effect-gray:hover:after,
.hover-effect-gray:hover:before
{
  -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.hover-effect-blue:after{
  content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
     background:rgb(47, 36, 131);
}
.about-section .about-right .about-btn span {
    transform: skew(10deg);
    display: inline-block;
}
.about-section .about-right .about-btn2{
  background-color: rgb(255,255,255);
  text-align: left;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1.118;
  border:1px solid rgb(47, 36, 131);
  position: relative;
  bottom: 0;
}
.about-section .about-right .about-btn2:hover {
      position: relative;
    bottom: 5px;
}
.about-section .about-right .about-arrow{
  font-size: 16px;
  margin-left: 5px;
}
.about-section .about-right .brochure-image{
  position: absolute;
    top: -17px;
    right: -11px;
    width: 83px;
    height: 76px;
    transform: skewX(20deg);
}
.vision .mission-wrapper .vision-icon{
  font-size: 80px;
  float: left;
  margin-left: 15px;
}
.vision .mission-wrapper .mission-icon{
  font-size: 100px;
  float: left;
}
.vision .mission-wrapper h1,
.vision .mission-wrapper p{
  margin-left: 120px;
}
.vision .mission-wrapper h1{
  font-size: 37px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.vision .mission-wrapper p{
  font-size: 16px;
}
.vision .mission-wrapper{
  margin-bottom: 50px;
}
.vision .mission-wrapper img{
  width: auto;
}
.vision{
  background-image: url(../images/vision-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 70px 0 0 0;
}
.vision .image-wrapper{
  margin-top: -160px;
}
.certificate{
  padding: 60px 0 90px 0;
}
.certificate h1{
  font-size: 48px;
  margin-bottom: 40px;
}
.certificate-carousel .owl-item .item{
 /* opacity: 0.7;*/
 /* transform: scale(0.8);*/
 /* z-index: 1;*/
}
/*.certificate-carousel .owl-item.active.center .item{
transform: scale(1.1);
z-index: 2;
}*/
/*.certificate-carousel .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
    top: 44%;
}
 .certificate-carousel .owl-nav .owl-next {
position: absolute;
right: 0;
 }
 .certificate-carousel .owl-nav .owl-prev{
position: absolute;
left: 0;
transform: rotate(180deg);
 }
.certificate-carousel.owl-theme .owl-nav [class*=owl-]{
    font-size: 40px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius:0;
}
.certificate-carousel.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
    color: #FFF;
    text-decoration: none;
}*/

.counter .couter-icon.icon-earth{
  font-size: 100px;
}
.counter .couter-icon{
  display: inline-block;
}
.counter .couter-icon.icon-mision{
   transform: rotate(-55deg);
}
/*.counter .couter-icon.icon-flower,
.counter .couter-icon.icon-mision{
  font-size: 260px;
}*/
.counter .img-wrapper{
position: relative;
}
.counter .caption{
  position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.counter .caption p.year{
  font-size: 60px;
  margin: 0;
  line-height: 0.9;
}
.counter .caption .plus{
  margin-left: -10px;
}
  
.counter h5{
  font-size: 35px;
  position: relative;
  margin-bottom: 50px;
}
.counter h1{
  font-size: 21px;
}
.counter p{
  font-size: 16px;
}
.values-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 30%;
    transform: translateY(-50%);
}
.values-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 35px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.values-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
 .values-carousel .owl-nav .owl-next{
position: absolute;
right: -5px;
 }
  .values-carousel .owl-nav .owl-prev{
position: absolute;
left: -5px;
transform: rotateY(-180deg);
  }
.counter  .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.counter .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 570px;

}
.counter .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.counter .container {
  margin-top: 70px;
}
#year:before{
  position: absolute;
    content: "";
    height: 10px;
    width: 59px;
    background-color: #eae8ef;
    top: 12px;
    right: 0;
    z-index: 1;
}
#year .item{
    margin: 5px;
    color:#9e9da1;
    text-align: center;
  }
  #year .item p{
  font-size: 23px;
  font-weight: 400;
  color: #9e9da1;
transition: all 0.3s ease-in-out;
}
#year .owl-item.current .item p,
#year .owl-item .item:hover p {
    color: #2f2483;
    font-weight: 600;
}
#year  .item-wrapper{
  position: relative;
  padding: 30px 0;
}
#year  .item-wrapper:before{
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border:2px solid #afaeb2;
  border-radius: 50%;
  background-color: rgb(255,255,255);
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
#year  .item-wrapper:hover:before,
#year .owl-item.current .item-wrapper:before{
  border:2px solid #2f2483;
}
#year .owl-item.active .top-line:after{
  position: absolute;
  content: "";
  top: 11px;
  left: 55px;
  background-color: #afaeb2;
  height: 2px;
  width: 140px;
  z-index: -1;
}
#year .item{
position: relative;
}
#year .item:before{
position: absolute;
    content: "";
    top: 10px;
    background-color: #afaeb2;
    height: 20px;
    width: 2px;
    left: 63px;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
#year .owl-item.current .item:before,
#year .item:hover:before{
  background-color: #2f2483;
}
#year .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 0; 
    z-index: 2;
}
#year .owl-nav [class*=owl-] {
    color: #afaeb2;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
 #year .owl-nav .owl-next{
position: absolute;
right: 0;
 }
 #year .owl-nav .owl-prev{
  position: absolute;
  left: 0;
  transform: rotateY(-180deg);
 }
.timeline{
  background-color: #eae8ef;
  padding: 70px 0;
}
.timeline h5{
  font-size: 48px;
  margin-bottom: 40px;
}
#content .content-wrapper{
  background-color: rgb(255,255,255);
}
#content  .item{
    padding: 0;
  }
 #content .timeline-right {
    margin: 60px 70px 0 10px;
}
 #content .timeline-right h1{
  font-weight: 400;
  color: #2f2483;
  font-size: 35px;
  margin-bottom: 0;
 }
 #content .timeline-right h2{
  font-weight: 400;
  color: #2f2483;
  font-size: 25px;
  margin-bottom: 20px;
 }
 #content .timeline-right p{
  font-weight: 400;
  color: #454545;
  font-size: 16px;
  line-height: 1.563;
 }
 #content .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: 0; 
}
#content .owl-nav [class*=owl-] {
    color: #ffff;
    font-size: 25px;
    margin: 0;
    padding: 15px 0;
    background: #00000042;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
 #content .owl-nav .owl-next{
position: absolute;
right: 0;
 }
 #content .owl-nav .owl-prev{
  position: absolute;
  left: 0;
  transform: rotateY(-180deg);
 }
 .partner-section{
  padding: 70px 0;
  background-color: #eae8ef;
 }
 .partner-section .partner-inner .img-wrapp{
  float: left;
  clear: left;
  width: 30%;
 }
 .partner-section h2{
  font-size: 35px;
  margin-bottom: 40px;
 }
 .partner-section .partner-inner h1,
 .partner-section .partner-inner p{
  margin-left: 200px;
 }
 .partner-section .partner-inner h1{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 8px;
 }
.partner-section .partner-inner p{
  font-size: 14px;
  font-weight: 400;
 }
 .partner-section .partner-inner {
  padding: 30px 10px 0 10px;
    background: #fff;
    margin-bottom: 10px;
    min-height: 120px;
    position: relative;
 }
  .partner-section .partner-inner:before {
    position: absolute;
    content: "";
    top: 25px;
    left: 35%;
    right: 0;
    height: 60%;
    width: 2px;
    background-color: #eae8ef;
 }
 .quality{
  padding: 70px 0;
 }
 .quality h1{
 font-size: 35px;
 margin-bottom: 40px;
 }
 .quality h2{
 font-size: 22px;
 margin: 20px 0;
 }
 .quality p{
 font-size: 16px;
 }
  /*#content{
    height: 100px;
  }*/
/*about page css ends*/

/*modal css*/
#enquiry-modal .modal-content {
    background-color: #fff;
    border-radius: 0;
    outline: 0;
    border: none;
}
#enquiry-modal .modal-inner {
    padding: 0 30px 40px 30px;
}
#enquiry-modal  h1{
  font-size: 30px;
  padding: 15px 0;
  background: #2f2483;
  color: rgb(255, 255, 255);
    
}

#enquiry-modal .modal-dialog {
    max-width: 600px;
    top: 30%;
}
#enquiry-modal .close {
    font-size: 46px;
    color: rgb(255,255,255);
    text-shadow: unset;
     opacity: 1; 
    position: absolute;
    right: 0;
    top: -38px;
}
.sitemap{
  padding: 70px 0;
}
.sitemap h1{
  font-size: 37px;
  margin-bottom: 40px;
}
.sitemap .m-menu{
    color: #1a243f;
    font-size: 18px;
    display: block;
    margin: 0 0 10px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}
.sitemap .s-menu{
    color: #1a243f;
    font-size: 16px;
    display: block;
    margin: 0 0 10px;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}
.sitemap .s-menu:hover,
.sitemap .m-menu:hover{
  color: #2612c2;
}
.product-detail{
  padding: 50px 0;
}
.product-detail .sticky.fixed {
    position: sticky;
    top: 45px;
}

.product-main{
background-color: #ecebf0;
padding: 80px 0;
}
.product-main h1{
  font-size: 48px;
  margin-bottom: 30px;

}
.product-wrapper .product-single{
float: left;
width: 22%;
margin: 0 0 50px 25px;
 /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);*/
  border: 1px solid rgb(213, 228, 231);
   background-color: rgb(227, 229, 236);
   transition: all 0.5s ease-in-out;
   overflow: hidden;
  /*  transition: all 0.3s ease-in-out;*/
}
.product-single .img-wrapper{
  overflow: hidden;
}
.product-single .img-wrapper img{
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.product-wrapper .product-single .caption-div{
 padding:10px 18px 15px 18px;
  text-align: center;
  background-color: #f8f7fa;
  position: relative;
 transition: all 0.3s ease-in-out;
 border:1px solid rgb(213, 228, 231);
 display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}
/*.product-wrapper .product-single .caption-div:before{
    position: absolute;
    content: "";
    top: -7px;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #f8f7fa;
    transform: skew(0, -3deg);
    z-index: 0;
     transition: all 0.3s ease-in-out;
     border-top: 1px solid rgb(213, 228, 231);
    /*border-right: 1px solid rgb(213, 228, 231);*/
   
/*}*/


.product-single .caption-div p{
  font-weight: 600;
  color: #2f2483;
  font-size: 17px;
   transition: all 0.3s ease-in-out;
   margin-bottom: 0;
   line-height: 1;
}

/*product detail*/
.nav-tabs {
     border-bottom: none; 
}
/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
     border: none;
}*/
/*.collapse:not(.show) {
     display: block; 
}*/
.nav-tabs .nav-link {
    border: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #2f2483;
    background-color: #fff
}
.nav-tabs .nav-link.active {
  color:#2f2483;
      border-bottom: 3px solid rgba(0, 0, 0, 0.12);
}
.product-left .nav-wrapp{
  padding: 40px 30px;
    background: rgb(255,255,255);
    margin-top: -100px;
}
.product-left{
  width: 90%;
    margin: 0 auto;
}

.product-left .nav-item img {
  transition: all 0.3s ease-in-out;
    width: 70px;
    border: 5px solid #e6e5eb;
    padding: 5px;
    display: inline-block;
    margin: 5px 5px 5px 0;

}
.product-left .nav-link[aria-expanded="true"] img
{
 border: 6px solid #2f2483;
}
.product-left .nav-link[aria-expanded="true"]{
  background-color: rgb(255,255,255);
}
.product-left .nav-tabs .nav-item {
  width: 100%;
}
.product-left .nav-tabs .nav-item.active .nav-link {
  background: #fff;
}
.product-left .nav-link {
  cursor: pointer;
  font-size: 16px;
  color: #515151;
      background: #f1f0f5;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid rgba(0, 0, 0, 0.078)
}

.product-left .nav-item .list_item {
  background: #fff;
  width: 100%;display: none;
}
.product-left .nav-item.active .list_item {
  display: block;
}
.product-left .list_item .dropdown-item {
  background-color: #fff;
        display: block;
    width: 100%;
    position: relative;
        position: relative;
    font-size: 16px;
    padding: 10px 50px;
}
.product-left .dropdown-menu{
  position: static !important;
  transform: unset !important;
  width: 100%;
  border:none;
 padding: 0;
}
.product-left .dropdown.show .dropdown-toggle{
border-bottom: 3px solid rgba(0, 0, 0, 0.078);
}
.product-left .nav-item.active .nav-link img {
  border: 6px solid #2f2483;
}

.product-left .nav-drop li {
list-style-type: none;
padding: 10px 20px;

}
.product-left .item_list .dropdown-item {
position: relative;
color: #515151;
font-size: 16px;
padding: 10px 50px;
display: block;
}
 .dropdown-menu  .dropdown-item.active:before,
 .dropdown-menu  .dropdown-item:hover:before {
   color: #2f2483;
 }

.product-left .dropdown-item:before {
  content: ">";
   position: absolute;
   font-size: 16px;
   color: red;
   left:25px;
   top: 10px;
   color: #515151;
}
.product-left .dropdown-item.active,
.product-left .dropdown-item:hover {
    color: #2f2483;
    text-decoration: none;
    background-color: #f1f0f570;
}
.product-left .dropdown-toggle::after{
display: none;
}
.product-right .content-wrapp {
  display: none;
  padding: 0;
}
.product-right .content-wrapp.active{
  display: block;
}
.product-right .card-body img{
  margin: 15px 0;
}
.card-body.content-wrapp > * {
  animation: 0.9s 0.5s fadeIn both;
}
.product-right .card-body h1{
  font-size: 40px;
  margin-bottom: 0;
}
.product-right .card-body h2{
  font-size: 25px;
  margin-bottom: 10px;
}
.product-right .card-body p {
  font-size: 16px;
  /*margin-top: 20px;*/
}
.product-right .card-body h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.product-right .card-body p.f-semi-bold {
  margin: 0 0 0px;
}
.product-right .card-body tr td:nth-child(2) {
  padding-left: 10px;
}
.product-right .card-body .specification{
  border-bottom:1px solid rgba(47, 36, 131,0.149);
  padding: 20px 0;
}
.product-right .card-body .specification h5{
 font-size: 18px;
 float: left;
}
.product-right .card-body .specification p{
 font-size: 16px;
 color: #848383;
 margin:0 0 0 270px;  
}
.product-right .card-body .brand .brand-wrapp{
   float: left;
    width: 23%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: 0 15px;
    border: 1px solid #00000014;
    margin: 10px 10px 0 0;
}
.product-right .card-body .brand .brand-wrapp img{
  margin: 0;
}
.product-right .card-body hr{
  margin-top: 5px;
  margin-bottom: 0;
  background-color: #2f2483;
  height: 2px;
}
.product-right .card-body .specification-wrapper{
  margin:50px 0 70px 0 ;
}
.card-body  .list-items li{
  list-style-type: none;
  margin-bottom: 10px;
  color: #848383;
  font-size: 16px;
}

.card-body  .list-items{
  padding-left: 0;
}
.card-body  .list-items li i{
  font-size: 12px;
  color:#2f2483;
  margin-right: 15px;  
}

.benefits {
  padding: 80px 0;
  background-color: #eae8ef;
}
.benefits h1 {
  margin: 0 0 20px;
  font-size: 35px;
}
.benefits h5 {
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 1.5;
}
.benefits .bullets {
  display: block;
  padding: 0 0 0px 20px;
  margin: 0 0 10px;
  font-size: 16px;
  position: relative;
  line-height: 1.563;
}
.benefits .bullets:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
      height: 6px;
    width: 6px;
    border-radius: 50px;
    background: #231b64;
}
.padding-left p {
  padding-left:20px; 
}
.dealership {
  padding: 80px 0;
}
.dealership .img-box {
  display: block;
  margin: 0 20px;
  box-shadow: 0px 0px 15px #00000052;
}

/*internet explorer css */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .clients .img-wrapp {
    filter:none;
  }
}

/*mozila firfox css */
@-moz-document url-prefix() { 
  .product-detail .sticky.fixed {
    top: unset;
  }
} 
