/**
* Template Name: Flattern
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #111312;
  line-height: 1.6;
}

a {
  color: #f03c02;
  text-decoration: none;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1C5896;
  /* background: #f03c02; */
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #111312;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #1c5986;
  padding: 10px 0;
  font-size: 14px;
  display: none !important;
}

#topbar .contact-info i {
  font-style: normal;
  /* color: #f3ca22; */
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  /* color: #f03c02; */
  color: #ffffff;

}

#topbar .social-links a {
  /* color: #f3ca22; */
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
}

#topbar .social-links a:hover {
  color: #f03c02;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5986;
  text-decoration: none;
}

/* #header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
} */

 #header .logo {
   width: 170px;
 }

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.medidis, .smaldis {
  display: none !important;
}
.logohover {
  width: 300px;
  height: fit-content;
}
.logohover:hover {
  transform: scale(1.1);
}


/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  margin: 0 0.5rem;
}

.navbar > ul > li:after, .navbar .active:after {
display: block;
content: "";
width: 0;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
/* background: #f3ca22; */
background: #1C5896;
transition: width 0.1s;
right: 0;
margin: auto;
}


.navbar > ul > li:hover > a {
color: #0F327B;
}
.navbar > ul > li:hover:after, .navbar .active:after {
width: 80%;
}
.navbar-mobile .active:after {
  width: 10%;
}
.navbar-mobile > ul > li:hover:after{
  width: 0%;
}

.navbar a,
.navbar a:focus {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 14px;
  color: #111312;
  white-space: nowrap;
  /* text-transform: uppercase; */
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1c5986;
  font-weight: 600;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #1c5986;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #1c5986;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;

}

.navbar .dropdown ul li {
  min-width: 200px;
  margin: 0;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  /* color: #581601; */
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1c5986;
  font-weight: 600;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  /* transition-delay: 5s; */
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;

}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #2b2320;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 9999999999;
      text-align: center

}


.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 20px 0 30px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: fit-content;
}

.navbar-mobile li {
  margin: 5px;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #111312;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1c5986;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
}



.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1c5986;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  top: 100px;
  left: 50px;
  right: 50px;
  text-align: center;
}

#hero .carousel-content {
  /* background: rgba(28, 88, 150, 0.9); */
  padding: 15px;
  color: #ffffff;
  z-index: 9999999;
  animation-duration: 0.5s;
  /* border-top: 5px solid #f03c02; */
}

#hero .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111312;
    opacity: 0.35;
    z-index: 1;
}

#hero .carousel-content h2 {
  color: #111312;
  /* margin-bottom: 30px; */
  font-size: 38px;
  font-weight: 600;
}
#hero .carousel-content h2 span {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  /* font-family: "Ubuntu", sans-serif; */
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  color: #000;
  opacity: 0.8;
}

#hero .carousel-item {
  transition: transform 5s ease-in-out;
}
#hero .carousel-fade .active.carousel-item-start,
#hero .carousel-fade .active.carousel-item-end {
  transition: opacity 0s 5s;
}
#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #f03c02;
}

#hero .btn-get-started:hover {
  background: #f03c02;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 80%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

video {

display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: initial;
    top: 0;
    left: 0;
    z-index: 1;
  }

  video .carousel-container {
    position: relative !important;
  }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.border {
    border: 1px solid #e11d39 !important;
    display: inline-block;
    height: 3px;
    width: 40px;
    position: relative;
}

 .border::before {
    background: #e11d39 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -21px;
    position: absolute;
    top: 0;
    width: 20px;
}
.border::after {
    background: #e11d39 none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: -21px;
    position: absolute;
    top: 0;
    width: 20px;
}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #111312;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2320;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #fe825a;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.homemain {
  background-image: url('../img/makeindia.jpg');
  background-size: 18%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-position-x: 98%;
  /* background-position-y: 99%; */
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /* background: #f3f1f0; */
  background: #ffffff;
  padding: 60px 0;
  padding-bottom: 40px;
  color: #111312;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1c5986;
  position: relative;
  margin-bottom: 20px;
    padding-bottom: 20px;
}

.cta h3 span {
  color: #f03c02;
}
.cta h3::after, .subheading::after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    /* background: #f03c02; */
    background: #111312;
    bottom: 0;

}

.cta p {
  padding: 0;
  margin: 0;
  /* text-align: justify; */
}

.cta .cta-btn {
  /* font-family: "Poppins", sans-serif; */
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: #111312;
  /* background: #f03c02; */
  margin-top: 15px;
  margin-left: 0;
  transition: all .3s;
}

.cta .cta-btn:hover {
  background: #1c5986;
  color: #fff;
}

.grouphead::after{
  content: "";
position: absolute;
display: block;
width: 80px;
height: 3px;
/* background: #f03c02; */
background: #111312;
bottom: 0;

}
/*===================*/
/* PULSE GROW
/*===================*/

@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* 25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
75% {
  -webkit-transform: scale(.9);
    transform: scale(.9);
} */
}
@keyframes pulse-grow-on-hover {
  /* 25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
75% {
  -webkit-transform: scale(.9);
    transform: scale(.9);
} */
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.pulse-grow-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow-on-hover:hover, .pulse-grow-on-hover:focus, .pulse-grow-on-hover:active {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;

}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    /* display: flex; */
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Why us
--------------------------------------------------------------*/

.whychoose-us-section {
    position: relative;
    /* padding: 120px 0 60px; */
    padding: 60px 0 60px;
    background-size: cover;
}

.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

.sec-title .sub-title {
    /* color: #F3CA22; */
    color: #ffffff;
}

.sec-title h2 {
    position: relative;
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 30px;
}

.sec-title.light h2 {
    /* color: #ffffff; */
    color: #000000;
    font-size: 34px;
}


.sec-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 76px;
    height: 11px;
    background-image: url(../img/shape-5.png);
    background-repeat: no-repeat;
}

.whychoose-us-section .top-content .text {
    /* border-left: 3px solid #1C5896; */
    border-left: 3px solid #000000;
}
.whychoose-us-section .top-content .text {
    position: relative;
    color: #ffffff;
    padding: 28px 0;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: -30px;
}
.whychoose-us-section .wrapper-box {
    position: relative;
}
.whychoose-us-section .wrapper-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: -1px;
    right: -1px;
    /* background-image: url(http://www.acepolchemicals.com/assets/images/shape/shape-12.png);
        background-repeat: no-repeat; */

}
.why-choose-us-block .inner-box {
    position: relative;
    padding-left: 140px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    margin-right: 10px;
}

.why-choose-us-block .icon {
    color: #fb5a0f;
    border: 2px solid #fb5a0f;
}
.why-choose-us-block .icon {
    position: absolute;
    top: 0;
    left: 30px;
    width: 90px;
    height: 90px;
    font-size: 50px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    transition: 0.5s;
}

.why-choose-us-block .icon:before {
    background-color: #fb5a0f;
}
.why-choose-us-block .icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.7s;
    transform: scale(0);
    border-radius: 50%;
}

.why-choose-us-block .icon i {
    position: relative;
}
.flaticon-clock-4:before {
    content: "\f14d";
}

.why-choose-us-block h4 {
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.why-choose-us-block .text {
    position: relative;
    color: #fff;
    margin-bottom: 15px;
}
.why-choose-us-block .link-btn {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    transition: 0.5s;
}

.why-choose-us-block .link-btn i {
    color: #fb5a0f;
}

.why-choose-us-block .link-btn i {
    font-size: 11px;
    margin-left: 5px;
    vertical-align: middle;
}
.flaticon-right-arrow-3:before {
    content: "\f137";
}

.whychoose-us-section.services .icon-box {
  transition: all ease 0.2s;
}

.whychoose-us-section.services .icon-box:hover {
  transform: translateY(-10px) !important;
    box-shadow: 1px 6px 9px 0px rgb(28 88 150 / 71%);

}

.sdeskview {
  display: block;
}
.smobileview {
  display: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #ebe6e4;
  height: 220px;
  position: relative;
  /* background: #faf9f8; */
  background: #ffffff;
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  /* background: #f03c02; */
  background: #1C5896;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  /* border: 2px solid #f03c02; */
  border: 2px solid #1C5896;
}

.services .icon-box:hover .icon i {
  /* color: #f03c02; */
  color: #1C5896;
}

.services .icon-box:hover .title a {
  /* color: #f03c02; */
  color: #1C5896;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.project-section {
    position: relative;
    padding: 60px 0 70px;
    /* background: url(http://www.nbpolyfilms.com/images/background/pattern-2.png); */
    background: url('../img/bg-03.png');
background-size: contain;
/* background: url(https://www.canplastics.com/wp-content/uploads/2021/05/AdobeStock_343549869.jpeg); */
/* background-attachment: fixed; */
/* background-size: cover; */
/* background: url(https://media.istockphoto.com/id/1347146540/photo/white-transparent-plastic-film-wrap-texture-background.jpg?s=170667a&w=0&k=20&c=WtdbQgK1_29KzWgCSy9kNi7-c5u21vVOXj4tHMgOSBA=); */
/* background-size: cover; */
/* background-attachment: fixed; */

}

.benbg {
  background-color: #f3f3f3cc;
      padding: 20px 0 20px;
}

.project-section .sec-title {
    position: relative;
    margin-bottom: 80px;
}

.sec-title .title-inner {
    position: relative;
    /* padding-left: 25px; */
}

/* .sec-title .title-inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    bottom: 7px;
    width: 2px;
    background-color: #01534d;
} */
.sec-title .title {
    position: relative;
    color: #fa0;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    -webkit-mask-image: linear-gradient(-75deg,rgba(255,255,255,.6) 50%,#fa0 50%,rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    /* animation: shine 2s infinite; */
}
.subtitle2 {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;

}
.sec-title h2 {
    position: relative;
    font-size: 30px;
    color: #1c5986;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 5px;
    -webkit-mask-image: linear-gradient(-75deg,rgba(255,255,255,.6) 50%,#fa0 50%,rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    /* animation: shine 2s infinite; */
}
.project-section .sec-title h2 {
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.project-section .sec-title h2::before, .services-section .sec-title h2::before, .clients .sec-title h2::before, .benefits .sec-title h2::before {
  display: none;
}
.project-section .sec-title h2::after, .services-section .sec-title h2::after, .clients .sec-title h2::after, .benefits .sec-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  /* background: #f03c02; */
  background: #111312;
  bottom: 0;
}
.services-section .light h2 {
  padding-bottom: 25px;
}
.services-section .light h2::after {
  background: #1C5896 !important;
}

.project-section .owl-carousel .owl-stage-outer {
    padding: 15px 0 0;
}

.project-block {
    position: relative;
    margin-bottom: 40px;
}

.project-block .inner-box {
    position: relative;
    box-shadow: 0 3px 10px rgb(0 0 0 / 47%);
}

.project-block .inner-box .image {
    position: relative;
    height: 300px;
}
.project-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    border: 1px solid #ddd;
    /* object-fit: contain; */
}
.project-block .inner-box .image .overlay-box {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    z-index: 2;
    opacity: 0;
    display: block;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
.project-section-four .owl-prev:hover,.project-section-four .owl-next:hover {
    color: #fff;
    border-color: #222;
    background-color: #222
}


.project-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(34,34,34,.9);
}

.project-block .inner-box:hover .image .overlay-box:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
/*
.project-block .inner-box .image .overlay-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(34,34,34,.9);
}
.project-block .inner-box:hover .image .overlay-box:after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg)
} */
.project-block .inner-box:hover .image .overlay-box {
    opacity: 1
}
.project-block .inner-box .image .overlay-box .icons {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 15px;
    top: 15px;
    z-index: 1;
}
.project-block .inner-box .image .overlay-box .icons .plus {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    /* color: #000; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    background-color: #1C5896;
    /* background-color: #fa0; */
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.project-block .inner-box .image .overlay-box .icons .link {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    /* color: #000; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    background-color: #1C5896;
    /* background-color: #fa0; */
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.project-block .inner-box .image .overlay-box .icons .plus:hover,.project-block .inner-box .image .overlay-box .icons .link:hover {
    background-color: #fff;
    color: #000 !important;
}


.project-block .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
}
.project-block .inner-box .image .overlay-box .overlay-inner .overlay-content {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.project-block .inner-box .image h3 {
    position: relative;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    line-height: 1.3em;
}
.project-block .inner-box .image h3 a {
    font-weight: 300;
    position: relative;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.project-block .inner-box .image h3 a:hover {
    /* color: #ffb200 */
    color: #ffffff;
}
.project-block .inner-box .image .category {
    position: relative;
    color: #ffb200;
    font-size: 14px;
    margin-top: 4px;
    z-index: 1
}

.project-section .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 99;
}
.project-section .owl-dots {
    display: none;
}
.project-section .owl-prev, .project-section .owl-next {
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    margin-left: 10px;
    /* background: #fa0; */
    background: #111312;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.project-section .owl-prev:hover, .project-section .owl-next:hover {
    color: #fff !important;
    /* border-color: #f03c02 !important;
    background: #f03c02 !important; */
    border-color: #1C5896 !important;
   background: #1C5896 !important;
}
.project-section .owl-prev:hover {
  margin-right: 5px;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%
    }

    to {
        -webkit-mask-position: -50%
    }
}


.project-block .inner-box .lower-content {
    background: #1C5986;
    position: relative;
    padding: 10px 15px;
    border: 1px solid #ddd;
border-top: none;
}

.project-block .inner-box .lower-content h3 {
    position: relative;
    color: #01534d;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}


.project-block .inner-box .lower-content h3 a {
    position: relative;
    color: #01534d;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.project-block .inner-box .lower-content h3 a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.project-block .inner-box:hover .lower-content {
    /* background: #f03c02; */
    background: #111312;
  }



  .services-section {
      position: relative;
      padding: 60px 0 70px;
      background-color: #f5f5f5;
      background-image: url('../img/solutions.jpg');
      background-size: contain;
      background-attachment: fixed;
  }


  .services-block {
    position: relative;
    margin-bottom: 30px
}

.services-block .inner-box {
    position: relative;
    overflow: hidden
}

.services-block .inner-box .image {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 250px;
}

.services-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.services-block .inner-box:hover .image img {
    transform: scale(1.2,1.2)
}

.services-block .inner-box .lower-content {
    position: relative;
    padding: 22px 25px;
    border: 1px solid #ddd;
    border-top: none
}

.services-block .inner-box .lower-content h3 {
    position: relative;
    color: #01534d;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.services-block .inner-box .lower-content h3 a {
    position: relative;
    color: #01534d;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.home-machine .inner-box .lower-content h3 a {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.home-machine .inner-box .lower-content {
    /* background: #208e1be0; */
    background: #1C5896;
    opacity: 0.8;
    position: relative;
    padding: 10px 15px;
    text-align: center;
}

.home-machine .inner-box .image img {
    /* height: 300px;
    object-fit: contain */
    height: 100%;
}

.services-block .inner-box:hover .lower-content .text,.services-block .inner-box:hover .lower-content h3 a {
    color: #fff
}

.services-block .inner-box .lower-content .text {
    position: relative;
    color: #777;
    z-index: 1;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 10px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.services-block .inner-box .lower-content .upper-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%
}

.services-block .inner-box .lower-content .upper-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 50%;
    background-color: #222;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.services-block .inner-box .lower-content .upper-layer:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 50%;
    background-color: #222;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.services-block .inner-box:hover .lower-content {
  /* background-color: #e44411d1; */
  background-color: #111312;
  opacity: 0.8;
}
.services-block .inner-box:hover .lower-content .upper-layer:before,.services-block .inner-box:hover .lower-content .upper-layer:after {
    width: 100%
}

.services-block .inner-box .lower-content .lower-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%
}

.services-block .inner-box .lower-content .lower-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 50%;
    background-color: #222;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.services-block .inner-box .lower-content .lower-layer:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 50%;
    background-color: #222;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.services-block .inner-box:hover .lower-content .lower-layer:before,.services-block .inner-box:hover .lower-content .lower-layer:after {
    width: 100%
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-style-four {
    position: relative;
    padding: 14px 40px 10px;
    line-height: 25px;
    background: #1C5896;
    /* background: #fa0; */
    /* color: #222; */
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    letter-spacing: 1px;
    border: 2px solid #1C5896;
    /* border: 2px solid #fa0; */
    text-transform: uppercase;
}

.btn-style-four:hover {
    background: #01534d;
    color: #fff;
    border-color: #01534d;
}




/* Testimonials section two */

.testimonials-section-two {
    position: relative;
    padding: 60px 0 30px;
    background-color: #fff;
}

.testimonials-section-two .sec-title h2::before, .clients .sec-title h2::after, .benefits .sec-title h2::after {
  right: 0;
  left: 0;
  margin: auto;
}

.testimonials-section-two .owl-stage-outer {
    overflow: visible;
}

.testimonials-section-two .owl-item {
    opacity: 0;
}

.testimonials-section-two .owl-item.active {
    opacity: 1;
}

.testimonials-section-two .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 12px;
}

.testimonials-section-two .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border: 2px solid #e3e3e3;
    background-color: #e3e3e3;
    vertical-align: middle;
}

.testimonials-section-two .owl-dots .owl-dot:hover,
.testimonials-section-two .owl-dots .owl-dot.active {
    background-color: transparent;
}
.testimonials-section-two .owl-dots .owl-dot:hover, .testimonials-section-two .owl-dots .owl-dot.active {
    /* border-color: #fb5a0f; */
    border-color: #1C5896;
}
.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 45px 30px;
    padding-left: 230px;
    height: 250px;
}

.testimonials-section-two.style-two .testimonial-block-two .inner-box {
    transition: 0.5s;
}

.testimonial-block-two .image {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.testimonials-section-two.style-two .testimonial-block-two .image {
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.testimonial-block-two .image .image-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.testimonial-block-two .image .image-wrapper:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 50%;
}

.testimonial-block-two .image img {
    border-radius: 50%;
    height: 50px;
}

.testimonial-block-two h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
}

.testimonial-block-two .designation {
    position: relative;
}

.testimonial-block-two .border-shape {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.testimonial-block-two .border-shape:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 1px;
    height: 200px;
    transform: translateY(-50%) translateX(-50%);
}

.testimonial-block-two .border-shape:before {
    /* background: #fb5a0f; */
    background: #1C5896;
}

.testimonial-block-two .border-shape:after {
    position: absolute;
    content: "";
    left: 50%;
    top: -10px;
    width: 3px;
    height: 80px;
    background: #f8f8f8;
    transform: translateX(-50%);
}

.testimonial-block-two .quote-icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 22px;
    color: #ffffff;
    z-index: 2;
    text-align: center;
    transition: 0.5s;
}
.testimonial-block-two .quote-icon {
    /* background-color: #fb5a0f; */
    background-color: #1C5896;
}

.testimonial-block-two .inner-box:hover .quote-icon {
    /* color: #212121; */
    color: #fff;
}

.theme-color-two .testimonial-block-two .inner-box:hover .quote-icon {
    color: #fff;
}

.testimonial-block-two .quote-icon:before {
    position: absolute;
    content: "";
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 50%;
    border: 4px solid #f8f8f8;
    transition: 0.5s;
}

.testimonial-block-two .inner-box:hover .quote-icon:before {
    opacity: 0;
}

.testimonial-block-two .quote-icon:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transition: 0.5s;
    transform: scale(0.8);
    opacity: 0;
}

.testimonial-block-two .inner-box:hover .quote-icon:after {
    transform: scale(1);
    opacity: 1;
}
.testimonial-block-two .text {
    position: relative;
    margin-bottom: 22px;
}

.testimonial-block-two .rating {
    position: relative;
    font-size: 13px;
    margin-bottom: 20px;
}

.testimonial-block-two .rating span {
    margin: 0 2px;
}

.testimonials-section-two  .sec-title.text-center h2:before {
    background-image: url(../img/shape-10.png);
}
.testimonials-section-two.style-two .testimonial-block-two .inner-box:hover {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #f03c02;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #2b2320;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #65534c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #483b36;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f03c02;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #fe825a;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f03c02;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f03c02;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(43, 35, 32, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
  padding: 30px 0;
  background-color :
    #b2b8bc24;

}
.awards {
  background-color: #fff;
}
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

.customer-logos {
  padding: 0px 0 40px;
}

.clients .sec-title {
  margin-bottom: 0;
}

.slick-slide {
      margin: 0px 20px;
  }
  .slick-slide img {
      width: 100%;
  }

  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      user-select: none;
      -webkit-touch-callout: none;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list
  {

   transform: translate3d(0, 0, 0);
  }

  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      align-items: center;
    display: flex;

  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }

  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.pagebox {
    padding: 50px 0;
}
.pagebox .heading-v1-title {
    font-size: 28px;
    color: #1F5DAA;
}
.subheading {
  color: #1c5986;
  position: relative;
  margin-bottom: 20px;
    padding-bottom: 20px;
}

.pagebox .heading-v1-subtitle {
    /* color: #F58634; */
color: #394149;
    max-width: 100%;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 16px;
    /* font-style: italic; */
    font-family: Muli;
    margin-bottom: 30px;
}
.about-us .content {
  padding: 30px 0;
}

.aboutsideimg {
    /* width: fit-content; */
    height: 520px;
}

.about-section-two {
    position: relative;
    /* padding: 95px 0px 60px; */
    padding: 5px 0px 0px 0px !important;
}

.about-section-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #1C5986;
}

.right-panel {
    margin-top: 20px;
    padding-bottom: 15px;
}
.serv-bx {
    margin: 0 0.5% 28px;
    float: left;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    padding: 3% 3% 1.5%;
    color: #fff;
    text-align: center;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    margin-right: 15px;
    width: 45%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #cccccc;
}



.serv-bx::before {
    background: #353434 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: -5%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    width: 5%;
    z-index: -1;
}
.serv-bx::before {
    right: 0;
    opacity: 1;
    z-index: 1;
}


.serv-bx::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -95%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    width: 95%;
    z-index: -1;
}

.serv-bx::after {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.serv-bx .ser-img, .ser-cnt {
    z-index: 2;
    position: relative;
    padding: 5px;
}

.serv-bx img {
    -webkit-filter: inherit;
    -moz-filter: inherit;
    filter: inherit;
    transition: 0.5s;
}
.ser-img img {
    width: 90px;
    height: 90px;
}

.serv-bx h3 {
    font-size: 22px;
    font-weight: 800;
    color: 	hsl(205, 65%, 32%);
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 15px;
}
.serv-bx h3:after {
    background: hsl(0, 0%, 20%) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}
.serv-bx p {
    text-align: left;
    color: hsl(0, 0%, 20%);
    font-weight: 400;

}

.serv-bx:hover::before {
    right: 0;
    width: 100%;
}
.serv-bx:hover h3:after {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
}
.serv-bx:hover h3, .serv-bx:hover p {
    color: hsl(0, 0%, 100%);
}
.serv-bx:hover:after {
    left: -100%;
}
.serv-bx:hover img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transform: rotate(360deg);
    transition: 0.5s;
}

.headline {
  position: relative;
  max-width: 500px;
  text-align: center;
  margin: auto;
  color: #1C5986;
}

.headline:before{
  content:" ";
  height: 2px;
  width: 130px;
  background: #111312;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.headline:after{
  content:" ";
  height: 2px;
  width: 130px;
  background: #111312;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

#chartdiv {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #ffffff;
padding: 15px 10px;
}

.bauer-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}
.clearfix:before, .clearfix:after, .bauer-container:before, .bauer-container:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}
.bauer-text > p:last-child {
    margin-bottom: 0;
}
#cd-timeline::before {
    background: #d7e4ed;
}
.announcement-10524 .cd-timeline-content {
    background: #1C5896 !important;
}
#cd-timeline .cd-timeline-content {
    background: #f7f9fa;
    -webkit-box-shadow: 0 3px 0 #B9C5CD;
    -moz-box-shadow: 0 3px 0 #B9C5CD;
    box-shadow: 0 3px 0 #B9C5CD;
}

.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    border-left-color: #f7f9fa;
}
.announcement-10524 .cd-timeline-item-title {
    color: #fff;
}
.announcement-10524 p {
    color: #eee;
}
span.highlight-point {
    color: #1C5896;
}

.cd-timeline-content:hover {
  background: #1C5896 !important;
  color: #fff !important;
}
.cd-timeline-block {
  margin-bottom: 40px !important;
}

#cd-timeline {
  margin : 0 !important;
}
.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about-us .content p {
  margin-bottom: 0;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #f03c02;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

/* .about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
} */

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }

  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.section-bg {
  background-color: #f3f5fa;
}

.team .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.team .section-title h2 {
  font-size: 32px;
  /* font-weight: bold; */
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #1C5986;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1C5986;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;

}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: #111312;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #111312;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #1C5986;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #f03c02;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2b2320;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
} */

.gallerybg {
  background: url("../img/gallery.png") no-repeat !important;
  background-size: cover !important;
      height: 400px;
      background-attachment: unset !important;
      background-position: center right !important;
}
.rndbg {
  background: url("../img/rndbanner.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
/* .rndbg::before {
  background-color: rgba(0,0,0,0.25) !important;
} */
.rndbg .current {
  font-size: 20px !important;
    font-weight: 700;
}
/* .gallerybg::before {
  background-color: rgba(0,0,0,0.3);
} */

.gallery_sec{
  width:100%;
  padding:60px 0;
}
.heading{
  width:100%;
  text-align:center;
}
.heading h2{
  font-size:30px;
  font-weight:bold;
  /* border-bottom:2px solid #000; */
  padding-bottom:25px;
  color: #1c5986;
}
.gallery_sec img{
  width:100%;
  margin-bottom:30px;
  height:250px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}
.video_sec a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/phGdFwT/download-1-removebg-preview.png);
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
}
.video_sec a:hover::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: url(https://i.ibb.co/phGdFwT/download-1-removebg-preview.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}
.video-youtube {
  width: 100%;
  margin-top: 5px;
}



.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default;
}
.mfp-close {
    cursor: pointer !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 16px !important;
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #f03c02;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.features .nav-link:hover {
  color: #f03c02;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #f03c02;
}

.features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2320;
}

.pricing h4 {
  font-size: 42px;
  color: #f03c02;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #2b2320;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: #f03c02;
  border-color: #f03c02;
}

.pricing .featured {
  background: #fd5c28;
  box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
  color: #f03c02;
  background: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #f03c02;
  color: #f03c02;
  background: #fff;
}

.cta-pricing .cta-btn:hover {
  background: #f03c02;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contactbg {
background-image: url(../img/contact.jpg) !important;
background-attachment:inherit !important;
background-position: center !important;
display: flex;
flex-direction: column-reverse;
position: relative;
align-items: center;
height: 350px;
}
.contactbg::before {
  background-color: rgba(0,0,0,0.1) !important;
}
.contactbg .bread-crumb {
  list-style: none;
}
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1C5986;
  float: left;
  width: 44px;
  height: 44px;
  background: #deeaf2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2b2320;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65534c;
}

.contact .info:hover i {
  background: #1C5986;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1C5986;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1C5986;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.careersbg {
  background-image: url(../img/careers.jpg) !important;
background-repeat: no-repeat;
background-size: cover !important;
background-position: bottom !important;
background-attachment:  inherit !important;
display: flex;
flex-direction: column-reverse;
align-items: center;
height: 400px;
}
.careersbg::before {
  background-color: rgba(0,0,0,0.3) !important;
}

.careersbg .container, .contactbg .container {

    position: absolute !important;
      /* bottom: 0; */
      display: flex;
      flex-direction: column-reverse;
      bottom: 10%;
      align-items: center;
      z-index: 99;

}

.gray-box {
    background: #f8f8f8;
    margin: 0;
    padding: 40px 0 1px 0;
    width: 100%;
}
.highcolor1 {
    color: #1C5896;
}
.square {
  /* width: 400px; */
  height: 300px;
}

.square img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  /* object-fit: scale-down; */
}
.respobj {
  object-fit: scale-down;
}

.square .silage {
  height: 100%;
  object-fit: cover;
}

.footdivi {
  font-weight: 900;
  position: relative;
}

.footdivi::after {
  content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    /* background: #f03c02; */
    background: #111312;
    top: 25px;
}

.careertext {
    color: #000000;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 2;
}
.Positions {
    margin: 0;
    padding: 0;
}
.headding11 {
    font-weight: 700;
    /* text-transform: uppercase; */
    /* color: #333; */
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 35px;
    margin-top: -10px;
}
#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
    margin-top: 40px;
}
#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .panel-title a {
    display: block;
    padding: 20px 70px 20px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #1d2e3b;
    border-bottom: 1px solid #1F5DAA;
    position: relative;
}
h4.panel-title a {
    text-transform: capitalize;
    text-decoration: none;
}
#accordion .panel-title a.collapsed:before {
    transform: rotate(45deg);
    background: #1d2e3b;
}
#accordion .panel-title a:after, #accordion .panel-title a:before {
    content: "";
    width: 3px;
    height: 10px;
    background: #1C5986;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out 0s;
}

#accordion .panel-title a.collapsed:after {
    transform: rotate(-45deg);
    background: #1d2e3b;
}
#accordion .panel-title a:after {
    right: 29px;
    transform: rotate(45deg);
}

#accordion .panel-collapse {
    background: #fff;
}

#accordion .panel-body {
    padding: 10px 20px;
    background: 0 0;
    border-top: none;
    font-size: 15px;
    /* color: #fff; */
    line-height: 25px;
    height: 160px;
}
.Manager {
    /* width: 80%; */
    margin: 0;
    padding: 0;
    float: left;
}

.careersectionbg {
    background-color: #eee;
    /* color: #  fff; */
    background-image: url(../img/bg-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.careersectionbg label {
  font-size: 12px;
  color: #1C5986;
}
/* .contcontainer {
    max-width: 75%;
} */

.careerinput {
    border-radius: 5px !important;
    background-color: #fff !important;
}
.form-control:focus {
    border-color: #d9dfee;
    box-shadow: none;
}

div.upload {
    position: relative;
    padding-top: 10px !important;
    height: 43px;
}
div.upload input[type=file] {
    display: input-block;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
}
.fileName {
    opacity: .5;
    font-weight: 100;
}
.uploadButton {
    background-color: #F58634;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    box-sizing: content-box;
    float: right;
    top: 4px;
    position: absolute;
    right: 5px;
}

.notetext {
    font-size: 10px;
}

.careersendbtn {
    background-color: #1C5986;
    border-color: #1C5986;
}

.proimg {
  width: 280px;
  height: 300px;
}
.proimg img {
  width: 100%;
  height: 100%;
}
.prodiv:hover {
  transform: scale(1.1);
}
.innerdropdown:hover>ul {
  opacity: 1;
    top: 0%;
    left: 100%;
    visibility: visible;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f03c02;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f03c02;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #fd490f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #3a2f2b;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f03c02;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #2b2320;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(43, 35, 32, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f03c02;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #483b36;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #2b2320;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #3a2f2b;
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #2b2320;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #f03c02;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #2b2320;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fd4509;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #f03c02;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b4aca8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f03c02;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b4aca8;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f03c02;
  background: #f03c02;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #14100f;
}

.foot-logo {
  width: 170px;
}

#footer .footer-top {
  padding: 50px 0 30px 0;
  background: #1c5986;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  /* color: #F3CA22; */
  color: #000;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul i::before{
  font-weight: 800;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fd6f41;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #fd5c28;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b4aca8;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f03c02;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fd5c28;
  color: #fff;
  text-decoration: none;
}

.deskview {
  display: block;
}
.mobileview {
  display: none;
}


.page-title {
    position: relative;
    text-align: center;
    padding: 160px 0 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -170px;
    background-attachment: fixed;
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,.5);
}


.page-title h2 {
    position: relative;
    color: #fff;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: capitalize;
}
.page-title h2 {
    text-transform: uppercase;
    font-weight: 300;
}
#crumbs {
    /* color: #F3CA22 !important; */
    color: #1C5896 !important;
}
#crumbs a {
    color: #fff !important;
    font-weight: 400;
}
.benefits__header {
    width: 25%;
    flex: 0 0 auto;
    padding: 1rem;
    position: relative;
    background: #1c5986;
}
.benefits__header {
    width: 100%;
}
.benefits__header h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 26px;
}

.benefits__entry:hover {
  color: #1C5896;

}

.benefits__entry:hover p {
    font-weight: 600 !important;
}
.benefits__entry:hover img {
  transform: scale(1.2);
}
section.benefits .benefits__wrapper .benefits__header h2 b {
    /* color: #F3CA22; */
    color: #ffffff;
    font-size: 30px;
}


section.benefits .benefits__wrapper .benefits__header > img, section.benefits .benefits__wrapper .benefits__header > svg {
    display: block;
    width: 4rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    right: -3.2rem;
    transform: translateY(-50%);
}
section.benefits .benefits__wrapper .benefits__header > svg {
    right: 0;
    left: 0;
    top: auto;
    bottom: -1.8rem;
    transform: none;
    margin: auto;
}

section.benefits .benefits__wrapper .benefits__list {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap;
    align-items: stretch; */
    width: 75%;
}
section.benefits.silowrapplus .benefits__wrapper .benefits__list {
  justify-content: center;
}

section.benefits .benefits__wrapper .benefits__list {
    width: 100%;
}

section.benefits .benefits__wrapper .benefits__list .benefits__entry {
    /* width: 33.33%; */
    width: 20%;
    text-align: center;
    padding: 4.25rem 0.6rem;
    border-right: 1px solid #EAEAEA;
}

section.benefits.silowrapplus .benefits__wrapper .benefits__list .benefits__entry {
    /* width: 33.33%; */
    width: 25%;
    text-align: center;
    padding: 4.25rem 1rem;
    border-right: 1px solid #EAEAEA;
}

/*
section.benefits .benefits__wrapper .benefits__list .benefits__entry:nth-child(1), section.benefits .benefits__wrapper .benefits__list .benefits__entry:nth-child(2), section.benefits .benefits__wrapper .benefits__list .benefits__entry:nth-child(3) {
    padding-top: 4rem;
} */

section.benefits .benefits__wrapper .benefits__list .benefits__entry {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
    border-right: 0;
    /* border-bottom: 1px solid #EAEAEA; */
}

section.benefits .benefits__wrapper .benefits__list .benefits__entry .benefits__entry_media {
    width: 8rem;
    height: 5.5rem;
    margin: 0 auto 2rem;
}

section.benefits .benefits__wrapper .benefits__list .benefits__entry .benefits__entry_media svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

section.benefits .benefits__wrapper .benefits__list .benefits__entry p {
    font-size: 16px;
    font-weight: 500;
    /* color: #333333; */
    line-height: 1.5;
}

.wrap_outer {
   width: 100%;
   text-align: center;
   margin: 0 auto;
   padding: 0.5rem 0;
}

section.benefits .benefits__wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    /* background: #FFFFFF; */
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08); */
}

section.benefits .benefits__wrapper {
    flex-direction: column;
    align-items: flex-start;
}
section.tiles .tiles__wrapper:not(.show_more_as_slider), section.tiles .tiles__more:not(.show_more_as_slider), section.tiles .tiles__mobile:not(.show_more_as_slider) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: left;
    margin-top: 40px;
}
section.tiles .tiles__wrapper .tiles__tile, section.tiles .tiles__more .tiles__tile, section.tiles .tiles__mobile .tiles__tile {
    width: calc(33.33% - 3.5rem);
    margin: 0 3.5rem 3.5rem 0;
}
section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner, section.tiles .tiles__more .tiles__tile .tiles__tile_inner, section.tiles .tiles__mobile .tiles__tile .tiles__tile_inner {
    height: 100%;
    padding: 0 0 1rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
}
section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner .tiles__tile_image, section.tiles .tiles__more .tiles__tile .tiles__tile_inner .tiles__tile_image, section.tiles .tiles__mobile .tiles__tile .tiles__tile_inner .tiles__tile_image {
    /* height: 0; */
    padding-bottom: 56.09%;
    position: relative;
    background: #F0F0F0;
    height: 250px;
}
section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner:hover  {
  transform: scale(1.1,1.1);
}
section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner .tiles__tile_image img, section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner .tiles__tile_image svg, section.tiles .tiles__more .tiles__tile .tiles__tile_inner .tiles__tile_image img, section.tiles .tiles__more .tiles__tile .tiles__tile_inner .tiles__tile_image svg, section.tiles .tiles__mobile .tiles__tile .tiles__tile_inner .tiles__tile_image img, section.tiles .tiles__mobile .tiles__tile .tiles__tile_inner .tiles__tile_image svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* object-fit: cover; */
}
section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner .tiles__tile_content, section.tiles .tiles__more .tiles__tile .tiles__tile_inner .tiles__tile_content, section.tiles .tiles__mobile .tiles__tile .tiles__tile_inner .tiles__tile_content {
    padding: 2rem 2rem 0;
}
section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner .tiles__tile_content h4, section.tiles .tiles__more .tiles__tile .tiles__tile_inner .tiles__tile_content h4, section.tiles .tiles__mobile .tiles__tile .tiles__tile_inner .tiles__tile_content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    margin: 0;
}
section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner .tiles__tile_content p, section.tiles .tiles__more .tiles__tile .tiles__tile_inner .tiles__tile_content p, section.tiles .tiles__mobile .tiles__tile .tiles__tile_inner .tiles__tile_content p {
    font-size: 1rem;
    font-weight: 400;
    color: #888888;
    line-height: 1.2;
    margin: 0.5rem 0 0;
}
section.tiles .tiles__wrapper.layout_products .tiles__tile_content ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

section.tiles .tiles__wrapper.layout_products .tiles__tile_content ul > li {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0 1.6rem;
    margin: 0 0 1rem;
}

section.tiles .tiles__wrapper.layout_products .tiles__tile_content ul > li:before {
    display: block;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><path d='M0,0H18V18H0Z' fill='none'/><path d='M9,2a7,7,0,1,0,7,7A7,7,0,0,0,9,2Zm3.5,7.7H9.7v2.8H8.3V9.7H5.5V8.3H8.3V5.5H9.7V8.3h2.8Z' fill='%2300245e'/></svg>");
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner .tiles__tile_content > a.button {
    width: 100%;
    /* position: absolute;
    bottom: 3.5rem;
    left: 3.5rem;
    right: 3.5rem; */
    display: inline-block;
cursor: pointer;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: normal;

font-size: 14px;
font-weight: 500;
color: #FFFFFF;
line-height: 1.2;
position: relative;
padding: 1rem 2.7rem 1rem;
background-color: #1c5986;
border-radius: 2px;
-webkit-appearance: none;
transition: all 0.2s;
}

section.tiles .tiles__wrapper .tiles__tile .tiles__tile_inner .tiles__tile_content > a.button:hover {
    background-color: #09204e;
}

.s_linked_content {
  padding: 2rem;
  background: #1c5986;
  width: 80%;
  margin: auto;
  float: right;
}

section.s_linked_content .s_linked_content__header {
    text-align: left;
}
section.s_linked_content .s_linked_content__header h4 {
  font-size: 1.2rem;
font-weight: 700;
color: #f3ca22;
line-height: 1.2;
margin: 0;
}
section.s_linked_content .s_linked_content__header h4 a {
    /* color:  #f3ca22; */
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s;
}

section.s_linked_content .s_linked_content__header p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin: 0.5rem 0 0;
}

section.s_linked_content .s_linked_content__entries {
    text-align: left;
}
section.s_linked_content .s_linked_content__entries ul, .benbg .entries ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}
.benbg .entries ul {
  margin: 2rem 5rem 0;
}
section.s_linked_content .s_linked_content__entries ul > li, .benbg .entries ul > li {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 1.6rem;
    margin: 0 0 1rem;
}
.benbg .entries ul > li {
  color: inherit;
  margin: 0 0 1.5rem;
}
.benbg .entries ul > li span {
  font-size: 16px;
}
/* .benbg .entries ul > li:hover */
section.s_linked_content .s_linked_content__entries ul > li:hover {
  font-size: 16px;
}
section.s_linked_content .s_linked_content__entries ul > li:before, .benbg .entries ul > li:before {
    display: block;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='7' cy='7' r='7' style='fill:%23000000'/><path d='M5,3.93l2.77,3L5,10l.85.93L9.48,6.94,5.85,3Z' transform='translate(0 0)' style='fill:%23ffffff'/></svg>");
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
section.s_linked_content .s_linked_content__entries ul > li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s;
}

.aside {
    margin: 0 0 3.5rem;
}

.tiles .sec-title h2 {
  padding-bottom: 20px;
}





.subscribe-area {
/* background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%); */
background-color: #242020;
}

.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    /* color: #f3ca22; */
    color: #1c8cff;
    letter-spacing: 5px;
}
.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}
.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    /* color: #fff; */
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 65%;
    cursor: pointer;
    background-color: #ffffff
}

.subscribe2-wrapper .subscribe-form button {
    /* background: #f03c02; */
    background: #1c5896;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button:hover {
  background: #fff;
  /* color: #f03c02; */
  color: #1C5896;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

section.data_table .wrap_inner table {
    width: 100%;
    /* min-width: 75rem; */
    text-align: left;
    border: 1px solid #d8dde3;

  }
  section.data_table .wrap_inner table tbody tr:nth-child(odd) td {
    background: #FFFFFF;
}
section.data_table .wrap_inner table tbody tr:nth-child(even) td {
  background: #ececed;
}
section.data_table .wrap_inner table tbody tr td:first-child {
    width: 20rem;
    /* color: #1c5986;
    font-weight: 600; */
}
section.data_table .wrap_inner table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    padding: 1rem 1.5rem;
    border-right: 1px solid #d8dde3;
}
section.data_table .wrap_inner table tbody tr td:last-child {
    border-right: 0;
}


.downloadbtn {
  background-color: #f03c02;
  color: #fff;
}



.container .box{
    position: relative;
    width: 280px;
    height: 300px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
}

.container .box .body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
}



.container .box .body .imgContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.container .box .body .imgContainer img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.container .box .body .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.container .box:hover .body{
    transform: rotateY(180deg);
}

.container .box .body .content div{
    transform-style: preserve-3d;
    padding: 20px;
    /* background: linear-gradient(45deg, #FE0061,#FFEB3B); */
    background: linear-gradient(45deg, #1C5896,#96a6d7);
    transform: translateZ(100px);
}

.container .box .body .content div h3{
    letter-spacing: 1px;
}
.productssection {
  background-color: #b2b8bc24;
  max-width: 100%;
}

.availpro {
  text-align: left;
  padding: 2rem;
  list-style: none ;
}
.availpro li {
  margin-bottom: 10px;
}
.availpro li::before {
  content: "\F271"; /* FontAwesome Unicode */
  font-family: 'bootstrap-icons';
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  color: #1C5896;
  margin-right: 10px;

}

.availpro li:hover {
font-weight: 700;
  }
.availprohead {
  background-color: #1C5896;
  color: #fff;

}

.availprohead h2 {
  color: #fff !important;
    padding-top: 15px;
}

.availprohead h2::after {
  background: #111312 !important;
}

/* .video { position: relative; }

.video a {
  position: absolute;
  display: block;
  background: url(http://www.slatecube.com/images/play-btn.png);
  height: 100%;
  width: 100%;
  top: 75px;
  left: 150px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
} */

.high {
    padding: 80px 0;
    background-color: #1C5896;
    color: #fff;
    text-align: center;
}
.iconbox {
    /* width: 60px; */
    width: 50px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: end;
}

.numbox {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 40px;
}
.hightext {
    font-size: 14px;
}
.iconbox2 {
  margin-bottom: 0px;
  justify-content: center;
}
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.main .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.main .card-image:hover {
  opacity: 0.5;

}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.aboutbanner {
  background-image: url('../img/machines/aboutusbanner3.jpg');
  background-position: center;
background-size: 100%;
background-repeat: no-repeat;

display: flex;
flex-direction: column-reverse;
align-items: center;
height: 400px;

}
.aboutwithout {
  background-image: none;
  height: 100px;
  /* padding: 65px 0 65px; */
  padding: 85px 0 65px;
}

.aboutbanner::after {
  content: "";
position: absolute;
  bottom: 0;
width: 100%;
height: 50%;
display: block;

background: transparent linear-gradient(180deg, rgba(0, 64, 122, 0), #00407a91) 0 0 no-repeat padding-box;
/* #00407a52 */
}


.aboutwithout::after {
  height: 100%;
  background: transparent linear-gradient(180deg, #00407a91, #00407a91) 0 0 no-repeat padding-box;
}
.aboutbanner::before {
  content: "";
position: absolute;top: 0;width: 100%; height: 50%; display: block;
background: transparent;
}
.aboutwithout::before {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}


.aboutbanner .container {
  position: absolute !important;
    /* bottom: 0; */
    display: flex;
    flex-direction: column-reverse;
    bottom: 10%;
    align-items: center;
    /* z-index: 99999999; */
    z-index: 9;
}
.aboutwithout .container {
  bottom: 15%;
}

 .page-title h2 {
   font-weight: 700 !important;
 }
.aboutwithout h2 {
  font-size: 36px;
}
.aboutwithout .bread-crumb {
  margin-bottom: 0.8rem !important;
}
.aboutbanner .current, .productsbanner .current, .industrybanner .current, .miniwrapbanner .current, .agriculturalbanner .current, .silowrapbanner .current, .netwrapbanner .current, .printedbanner .current, .teambanner .current, .careersbg .current, .contactbg .current {
    font-weight: bolder;
    font-size: 20px;
    color: #111312 !important;
}

 /* .productsbanner:before, */

  /* .miniwrapbanner:before {
  background-color: rgba(0,0,0,0.45);
} */

.aboutbanner .bread-crumb,.productsbanner .bread-crumb, .miniwrapbanner .bread-crumb, .agriculturalbanner .bread-crumb, .silowrapbanner .bread-crumb, .netwrapbanner .bread-crumb, .printedbanner .bread-crumb, .gallerybg .bread-crumb, .teambanner .bread-crumb, .careersbg .bread-crumb {
  list-style: none;
  padding: 0 !important;
}

.aboutbanner .current, .productsbanner .current, .industrybanner .current, .miniwrapbanner .current, .agriculturalbanner .current, .silowrapbanner .current, .netwrapbanner .current, .printedbanner .current, .teambanner .current, .careersbg .current, .contactbg .current{
  font-weight: bolder;
    font-size: 20px;
color: #111312 !important;
}

.aboutbanner .current {
  font-size: 18px;
  color: #ffffff !important;
}

.aboutbanner #crumbs,.productsbanner #crumbs {
  color: #ffffff !important;
}
.productsbanner{
  background-image: url('../img/proposedimages/productsbanner.jpg') !important;
  background-position: center;
background-size: cover;
height: 400px;
background-attachment: scroll;
background-position-y: 85%;
}
.resproductbanner::after{
  height: 25%;
}
.resproductbanner .container {
  bottom: 40%;
}

.machinebanner {
  background-image: url('../img/proposedimages/machinebanner.jpg') !important;
  background-position: center;
background-size: cover;
height: 400px;
background-attachment: scroll;
background-position-y: 60%;
}
.mannualbanner {
  background-image: url(../img/latest/manualbanner.jpg) !important;
      background-position: center;
      background-size: cover;
      height: 400px;
      background-attachment: scroll;
      background-position-y: 50%;
      background-position-x: 75%;

}

.ldpebanner {
  background-image: url('../img/proposedimages/pelinear.jpg') !important;
  background-position: center;
background-size: cover;
height: 400px;
background-attachment: scroll;
}
.clingbanner {
  background-image: url('../img/proposedimages/clingfilm.jpg') !important;
  background-position: center;
background-size: cover;
height: 400px;
background-attachment: scroll;
}
.shrinkbanner {
  background-image: url('../img/proposedimages/shrinkcover1.jpg') !important;
  background-position: top center;
background-size: cover;
height: 400px;
background-attachment: scroll;
}
.pcrbanner {
  background-image: url('../img/proposedimages/pcrldpebanner.jpg') !important;
  background-position: center bottom;
}
.machinebanner::after {
  background: transparent linear-gradient(180deg, rgba(0, 64, 122, 0), #00407a91) 0 0 no-repeat padding-box;
  height: 60%;
}

.machinebanner h2 {
  text-transform: capitalize;
}
/* .productsbanner:before, */
 .agriculturalbanner:before {
  /* background-color: rgba(0,0,0,0.25); */
}
 /* .industrybanner #crumbs, .miniwrapbanner #crumbs, .agriculturalbanner #crumbs, .silowrapbanner #crumbs, .careersbg #crumbs{
  color: #111312 !important;
} */

.industrybanner{
  background-image: url('../img/industrialbanner.jpg') !important;
  background-position: center !important;
  background-size: cover;
  height: 400px;
  background-attachment: local !important;
}
.industrybanner:before {
  background: rgba(0,0,0,0.4) !important;
}

.machinebanner .current, .machinebanner #crumbs, .netwrapbanner #crumbs, .teambanner .current, .teambanner #crumbs {
  /* color: #1C5896 !important; */
  color: #ffffff !important;
}
.gallery_sec .heading h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.gallery_sec h2::after {
  content: "";
position: absolute;
display: block;
width: 80px;
height: 3px;
/* background: #f03c02; */
background: #111312;
bottom: 0;
right: 0;
    left: 0;
    margin: auto;
}

.miniwrapbanner {
  background-image: url('../img/miniwrapbanner.jpg') !important;
  background-position: bottom center !important;
  background-size: 100%;
  height: 400px;
  background-attachment: scroll !important;
}


.agriculturalbanner {
  background-image: url('../img/proposedimages/silagefilm2.jpg') !important;
  background-position: bottom center;
background-attachment: local;
}
.silagebanner{
    background-image: url('../img/proposedimages/silagefilm.jpg') !important;
}

.silowrapbanner {
  background-image: url('../img/products-bg4.png') !important;
  background-position: center;
}

.silo_sec img {
  height: 320px;
}

.netwrapbanner {
  background-image: url('../img/netwrapbanner.jpg') !important;
  background-position: center;
  background-attachment: local;
}
.netwrapbanner .current {
  color: #ffffff !important;
  /* color: #1C5896 !important; */
}
.printedbanner {
  background-image: url('../img/latest/printed1603.png') !important;
  background-position: center;
  background-size: 25%;
  height: 400px;
  background-attachment: scroll;
  background-position-y: 50%;
  background-position-x: 75%;

}

/* .printedbanner:before {
  background: rgba(0,0,0,0.65) !important;
} */

.printedbanner .current, .printedbanner #crumbs, .gallerybg .current, .gallerybg #crumbs,.careersbg .current, .careersbg #crumbs, .contactbg .current, .contactbg #crumbs {
  color: #fff !important;
}

.teambanner {
  background-image: url('../img/teambanner.jpg') !important;
  background-position: center;
    background-attachment: local;
}




#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-nav{
    text-align:center;
    margin-top:20px;
}
/* .owl-nav .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-nav .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after{
    content:"\F284";
    font-family: bootstrap-icons;
    color: #333;
    font-size:30px;
}
.owl-nav .owl-next:after{
    content:"\F285";
} */
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.car {
  height: 75vh;
}

.car .container {
  position: relative;
  /* bottom: 50%;
  right: 2em; */
  width: 80%;
}

.vegas-overlay {
  opacity: .5;
  background: url(https://jaysalvat.github.io/vegas/releases/latest/overlays/06.png) center center rgba(0,0,0,0.35);
}

.vegas-animation-kenburns {
    animation: kenburns ease-out
}

.car h2 {
  margin: 5px 0;
  padding: 0;
  /* margin-right: 130px; */
  line-height: 1.5em;
  /* text-align: right; */
  /* text-transform: uppercase; */
  text-shadow:
    -1px -1px 1px rgba(#000, .3),
     1px 1px 1px rgba(#000, .3),
     0 0 10px #000;
     color: #ffffff;
     font-size: 38px;
     font-weight: 600;
}

.car h2 span {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
}
.vegas-slide-inner {
  background-size: contain !important;
}


.vegas-content-scrollable {
  position: absolute;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.vegas-content {
  width: 80%;
}


@keyframes kenburns {
  0% {
    transform: scale(2)
  }

  100% {
      transform: scale(1.5)
  }

}
@keyframes kenburns1 {
  0% {
    transform: scale(1.5)
  }

  100% {
      transform: scale(1)
  }

}

.vegas-timer {
  height: 4px;
}
.vegas-timer-progress {
  background: #1F5896;
}


section.section__related {

    overflow: hidden;
    padding: 5rem 0;
    position: relative;

/* background: url(http://www.nbpolyfilms.com/images/background/pattern-2.png); */
background: url(../img/bg-03.png);
background-size: contain;
}
/* background: url(
}

/* section.section__related:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent linear-gradient(180deg, rgba(0, 64, 122, 0), #00407a52) 0 0 no-repeat padding-box;

    opacity: .9;
} */


.slick.slick--related.slick--related-style-2 .slick-list {
    overflow: unset;
}

.slick.slick--related .slick__item {
    min-height: 80px;
    display: flex;
    align-items: center;
    margin: 0 1rem 2rem;
    background-color: #000000;
    box-shadow: 0 10px 20px rgba(0,0,0,.12);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.slick .slick-list .slick-track .slick-slide {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick.slick--related .slick__item .slick__title-wrapper {
    min-height: 80px;
    padding: 1rem 2.5rem;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1.3px solid rgba(239, 242, 246, .8);
}

.slick.slick--related.slick--related-style-2 .slick-list .slick__item .slick__title-wrapper {
    position: relative;
}

.slick.slick--related.slick--related-style-2 .slick-list .slick__item .slick__title-wrapper {
    padding: 1rem 1.5rem 1rem 4rem;
}
.slick.slick--related .slick__item .slick__title-wrapper h4 {
    position: relative;
    left: 0.5rem;
    margin: 0;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.slick.slick--related .slick__item .slick__title-wrapper.slick__title-wrapper--text-lowercase h4 {
    left: 1rem;
    text-transform: capitalize;
}
.slick.slick--related .slick__item .slick__title-wrapper h4 {
    font-weight: 500;
}
.slick.slick--related.slick--related-style-2 .slick-list .slick__item .slick__title-wrapper .slick__icon .slick__image-iso {
    position: absolute;
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    left: -1rem;
    top: -0.8rem;
}
.slick.slick--related .slick__item .slick__button-wrapper {
    min-height: 80px;
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.slick.slick--related .slick__item .slick__button-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    border-color: transparent transparent #ffffff #ffffff;
    border-style: solid;
    border-width: 1.9px;
    border-radius: 50%;
    transform: rotate(15deg);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.slick.slick--related .slick__item .slick__button-wrapper .slick__button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -0.2rem;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.slick.slick--related .slick__item .slick__button-wrapper .slick__button:before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #ffffff;
    position: absolute;
    bottom: 5px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.slick.slick--related .slick__item .slick__button-wrapper .slick__button i {
    font-size: .8rem;
    color: #ffffff;
}

.slick.slick--related .slick__item .slick__button-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    border-color: #ffffff #ffffff transparent transparent;
    border-style: solid;
    border-width: 1.9px;
    border-radius: 50%;
    transform: rotate(75deg);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.slick.slick--related .slick__item:hover {
    background-color: #1C5896;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.slick.slick--related .slick__item:hover .slick__button-wrapper:before {
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 1.9px;
    transform: rotate(10deg);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.slick.slick--related .slick__item:hover .slick__button-wrapper .slick__button {
    bottom: -0.3rem;
}

.slick.slick--related .slick__item:hover .slick__button-wrapper .slick__button:before {
    background-color: #fff;
    height: 15px;
    transition: all .55s ease;
}
.slick.slick--related .slick__item:hover .slick__button-wrapper .slick__button i {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #fff;
}

.slick.slick--related .slick__item:hover .slick__button-wrapper:after {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 1.9px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    transform: rotate(15deg);
}

.sublist {
  list-style: none;
padding: 0;
margin: 1.3rem 0 0;
}

.sublist > li {
font-weight: 500;
color: #333333;
border-bottom: 1px solid #EBEBEB;
position: relative;
}

.sublist li:before {
  display: block;
content: "";
width: 18px;
height: 18px;
position: absolute;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><g transform='translate(0 18) rotate(-90)'><path d='M17.544,17.544H0V0H17.544Z' transform='translate(0.228 0.456)' fill='none'/><circle cx='9' cy='9' r='9' transform='translate(0 0)' fill='%23c7c7c7'/><path d='M8.164,0,4.625,3.531,1.087,0,0,1.087,4.625,5.712,9.251,1.087Z' transform='translate(4.386 6.735)' fill='%23fff'/></g></svg>");
top: 50%;
right: 0;
transform: translateY(-50%);
}

.sublist > li a {
  display: block;
    color: #333333;
    line-height: 1;
    text-decoration: none;
    padding: 1.0rem 1.2rem 1.0rem 0;
    position: relative;
}

.sublist > li a:hover {
  color: #1C5896;
}

.sublist li:hover::before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><g transform='translate(0 18) rotate(-90)'><path d='M17.544,17.544H0V0H17.544Z' transform='translate(0.228 0.456)' fill='none'/><circle cx='9' cy='9' r='9' transform='translate(0 0)' fill='%2300245E'/><path d='M8.164,0,4.625,3.531,1.087,0,0,1.087,4.625,5.712,9.251,1.087Z' transform='translate(4.386 6.735)' fill='%23fff'/></g></svg>");

}
.plist .card {
  border-radius: 0;
  border: none;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
}

.plist .card-body {
  padding: 30px;
}

.plist .card-title {
  font-weight: 700;
}

.procards a.button {
  display: block;
width: 90%;

cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: normal;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2;
    position: static;
    padding: 16px;
    background-color: #0F327B;
    border-radius: 2px;
    -webkit-appearance: none;
    transition: all 0.2s;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;

}


.procards img:hover {
  transform: scale(1.02);
}

.rel .plist .card {
  width: 85%;
margin: auto;
height: 490px;
}

.rel .card-img-top {
height: 350px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.rel .card-body {
  padding: 20px;
}

.rel .card-title {
  color: #1C5896;
font-weight: 700;
    line-height: 1.6
}

.minirel .plist .card{
  width: 90%;
  height: 510px;

}
.plist .card:focus {
   border: none !important;
}

.minirel .procards a.button {
  padding: 12px;
}


.feat {
  list-style: none;
  margin-top: 10px;
}
.feat li {
  position: relative;
  margin-bottom: 10px;
}
.feat li::before {
  display: block;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    transform: translateY(-50%);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><path d='M0,0H18V18H0Z' fill='none'/><path d='M9,2a7,7,0,1,0,7,7A7,7,0,0,0,9,2Zm3.5,7.7H9.7v2.8H8.3V9.7H5.5V8.3H8.3V5.5H9.7V8.3h2.8Z' fill='%2300245e'/></svg>");
    right: 100%;
    margin-right: 5px;
    top: 50%;
}

.graybg {
  background-color: var(--bs-gray-300);
}

.videodiv { position: relative; }

.videodiv .play {
  position: absolute;
  display: block;
  background: url(https://iili.io/JVVlJR9.png);
  height: 100%;
  width: 100%;
  top: 45%;
  left: 45%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.graybg a:hover::before {
  background: none;
}



/* Timeline */
.w-12 {
  width: 12.5%;
}

.timecontent {
  font-size: 13px;

}
.customer-logos {
  width: 85%;
  margin: auto;
}

.customer-logos .slick-slide img {
  width: 85%;
  margin: auto;
}
.customer-logos .slide:hover {
  filter: invert(26%) sepia(18%) saturate(4843%) hue-rotate(187deg) brightness(95%) contrast(96%);
}

.wevouch li {
  margin-bottom: 0.5rem;
}

.chartable {
  font-size: 13px !important;
}
.chartable td:first-child  {
  width: 30%;
}

.chartable tr {
  line-height: 2;
}

.chartable tr:nth-child(even){
  background-color: #f3f3f3cc !important;
  --bs-table-bg : #f3f3f3cc !important;
}

.charhead {
  font-weight: 600;
}

.warning-content {
	/* position:absolute; */
  top:25%;
  width:100%;
  height:200px;
  text-align:center;
  margin:0;


}
.contact .nav-pills .nav-link.active {
  background-color: #1C5896;
}

.contact .nav-link {
  color: #000000;
}

.vouchsection {
  /* background: url(../img/polymer-01.png); */
    background-size: contain;
    background-color: #b2b8bc24;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;
}

.whatsection {
  background: url(../img/bg-03.png);
  background-size: contain;
}
