@keyframes draw {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw2 {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-2px);
  }
}
@keyframes drawAndMove {
  0% {
    stroke-dashoffset: 22;
    transform: translateY(0);
  }
  50% {
    stroke-dashoffset: 0;
    transform: translateY(0);
  }
  75% {
    stroke-dashoffset: 0;
    transform: translateY(10px);
  }
  100% {
    stroke-dashoffset: 0;
    transform: translateY(0);
  }
}
.fix-contact-us {
  border: 1px solid #fff;
  background: #5faac9;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 250px;
  height: 134px;
  z-index: 9999;
}
@media (max-width: 1299px) {
  .fix-contact-us {
    height: 117px;
  }
}
@media (max-width: 991px) {
  .fix-contact-us {
    height: 97px;
    background: #a3c72b;
    border-color: #a3c72b;
    width: 140px;
  }
}
.fix-contact-us a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding-left: 29px;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .fix-contact-us a {
    padding: 15px 15px;
  }
}
@media (max-width: 991px) {
  .fix-contact-us a {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .fix-contact-us a {
    padding: 10px 10px;
  }
}
.fix-contact-us a p {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .fix-contact-us a p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .fix-contact-us a p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fix-contact-us a p {
    font-size: 14px;
  }
}
.fix-contact-us a h5 {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .fix-contact-us a h5 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .fix-contact-us a h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fix-contact-us a h5 {
    font-size: 16px;
  }
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
ul li a {
  text-decoration: none;
}

body {
  margin: 0px auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 2550px;
  font-family: "Exo", sans-serif;
  scroll-behavior: smooth;
  position: relative;
}

.category-banner-main {
  height: 100vh;
  position: relative;
}
.category-banner-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.category-banner-main .category-banner-wrapper {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 60px;
  position: relative;
}
@media (max-width: 991px) {
  .category-banner-main .category-banner-wrapper {
    padding: 0 25px;
  }
}
.category-banner-main .category-banner-wrapper .category-content-box {
  width: 100%;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .category-banner-main .category-banner-wrapper .category-content-box {
    margin-top: 88px;
  }
}
.category-banner-main .category-banner-wrapper .category-content-box .icon-1 {
  margin-bottom: 25px;
  width: 63px;
  height: 58px;
}
.category-banner-main .category-banner-wrapper .category-content-box .icon-1 img {
  width: 100%;
  height: 100%;
}
.category-banner-main .category-banner-wrapper .category-content-box h2 {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .category-banner-main .category-banner-wrapper .category-content-box h2 {
    font-size: 25px;
  }
}
.category-banner-main .category-banner-wrapper .category-content-box p {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 275px;
  margin-bottom: 50px;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .category-banner-main .category-banner-wrapper .category-content-box p {
    max-width: 60%;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .category-banner-main .category-banner-wrapper .category-content-box p {
    font-size: 18px;
    max-width: 70%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .category-banner-main .category-banner-wrapper .category-content-box p {
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.category-banner-main .category-banner-wrapper .category-content-box .icon-2 svg {
  width: 35.67px;
}
.category-banner-main .category-banner-wrapper .category-content-box .icon-2 svg path {
  stroke: white;
  stroke-width: 2;
  fill: none;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: draw 1.5s ease-in-out infinite;
}
.category-banner-main .category-banner-wrapper .category-content-box .icon-2 svg path:nth-child(2) {
  animation-delay: 0.75s;
}
.category-banner-main .category-banner-wrapper .breadcrumb-wrapper {
  position: absolute;
  top: 125px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-banner-main .category-banner-wrapper .breadcrumb-wrapper {
    top: 98px;
  }
}
@media (max-width: 991px) {
  .category-banner-main .category-banner-wrapper .breadcrumb-wrapper {
    top: 100px;
  }
}
.category-banner-main .category-banner-wrapper .breadcrumb-wrapper * {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  list-style-type: none;
  text-decoration: none;
}
.category-banner-main .category-banner-wrapper .breadcrumb-wrapper * .current-item {
  font-weight: 700;
}
.category-banner-main .category-banner-wrapper .breadcrumb-wrapper *:before {
  color: #fff;
}
.category-banner-main .banner-mouse {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}
.category-banner-main .banner-mouse .svg-1 svg path {
  animation: bounce 1.5s infinite;
}
.category-banner-main .banner-mouse .svg-2 svg {
  width: 19px;
  height: 9px;
}
.category-banner-main .banner-mouse .svg-2 svg path {
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
  animation: drawAndMove 2s ease-in-out infinite;
}

header {
  position: relative;
}
header .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.4s ease-in-out;
  padding: 0 60px;
}
@media (max-width: 991px) {
  header .main-header {
    padding: 0 22px;
  }
}
header .main-header .header-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header .main-header .header-flex {
    align-items: center;
  }
}
header .main-header .header-flex .logo-box {
  margin: 60px 0;
  margin-bottom: 22px;
}
header .main-header .header-flex .logo-box img {
  max-width: 100%;
  height: auto;
}
header .main-header .header-flex .logo-box .dark-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  header .main-header .header-flex .logo-box {
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  header .main-header .header-flex .logo-box {
    margin: 24px 0;
  }
}
header .main-header .header-flex .main-header-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
}
header .main-header .header-flex .main-header-items .header-search-box {
  width: 170px;
  position: relative;
}
header .main-header .header-flex .main-header-items .header-search-box .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0px 6px;
  background: rgba(217, 217, 217, 0.22);
  font-family: "Exo", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  box-shadow: none;
  outline: none;
  height: 31px;
  border: none;
  color: #fff;
}
header .main-header .header-flex .main-header-items .header-search-box .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Exo", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
}
header .main-header .header-flex .main-header-items .header-search-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Exo", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
}
header .main-header .header-flex .main-header-items .header-search-box i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 1;
  font-size: 12px;
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  header .main-header .header-flex .main-header-items .header-search-box {
    display: none;
  }
}
header .main-header .header-flex .header-bar {
  position: relative;
  width: 28px;
  cursor: pointer;
}
header .main-header .header-flex .header-bar span {
  margin-bottom: 4px;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  display: block;
  background-color: #fff;
}
header .main-header .header-flex .header-bar .text {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  font-family: "Exo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  header .main-header .header-flex .header-bar {
    height: 31px;
    margin-top: 7px;
  }
}
header .sticky {
  background: #fff;
}
header .sticky .header-flex .logo-box {
  margin: 20px 0;
}
header .sticky .header-flex .logo-box .white-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
header .sticky .header-flex .logo-box .dark-logo {
  height: 41px;
  visibility: visible;
  opacity: 1;
}
header .sticky .header-flex .header-bar span {
  background-color: #000;
}
header .sticky .header-flex .header-bar .text {
  color: #000;
}
header .sticky .header-flex .main-header-items .header-search-box {
  width: 170px;
}
header .sticky .header-flex .main-header-items .header-search-box .form-control {
  color: #000;
}
header .sticky .header-flex .main-header-items .header-search-box .form-control::-moz-placeholder {
  color: #000;
}
header .sticky .header-flex .main-header-items .header-search-box .form-control::placeholder {
  color: #000;
}
header .sticky .header-flex .main-header-items .header-search-box i {
  color: #000;
}

@media (min-width: 1600px) {
  footer .container {
    max-width: 1440px;
  }
}
footer .footer-main {
  background: #002855;
  padding-top: 55px;
  padding-bottom: 71px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  footer .footer-main {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  footer .footer-main {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
footer .footer-main .footer-logo-box {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  footer .footer-main .footer-logo-box {
    margin-bottom: 30px;
  }
}
footer .footer-main .footer-logo-box img {
  width: 154px;
}
footer .footer-main .footer-description {
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  footer .footer-main .footer-description {
    margin-bottom: 30px;
  }
}
footer .footer-main .footer-description article p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  footer .footer-main .footer-description article p {
    font-size: 14px;
  }
}
footer .footer-main .footer-common-links {
  margin-top: 20px;
}
footer .footer-main .footer-common-links ul li a {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  footer .footer-main .footer-common-links ul li a {
    font-size: 14px;
  }
}
footer .footer-main .footer-common-title {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 11px;
  text-transform: capitalize;
}
footer .footer-main .footer-contact-box {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  footer .footer-main .footer-contact-box {
    margin-bottom: 30px;
  }
}
footer .footer-main .footer-contact-box ul li a {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  line-height: 125%;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .footer-main .footer-contact-box ul li a {
    font-size: 14px;
  }
}
footer .footer-main .footer-contact-box ul li:last-child a {
  margin-bottom: 0;
}
footer .footer-main .footer-social-links {
  margin-top: 39px;
}
@media (max-width: 991px) {
  footer .footer-main .footer-social-links {
    margin-top: 30px;
  }
}
footer .footer-main .footer-social-links ul li a {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  line-height: 125%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer-main .footer-social-links ul li a {
    font-size: 14px;
  }
}
footer .footer-main .footer-social-links ul li:last-child a {
  margin-bottom: 0;
}
footer .footer-main .privacy-policy ul li a {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  footer .footer-main .privacy-policy ul li a {
    font-size: 14px;
  }
}
footer .footer-main .footer-copyright p {
  margin-bottom: 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  footer .footer-main .footer-copyright p {
    font-size: 14px;
  }
}

.performance-main {
  padding-top: 97px;
  padding-bottom: 78px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .performance-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .performance-main {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.performance-main .perfromance-description {
  max-width: 940px;
  margin: 0px auto;
}
.performance-main .perfromance-description h1 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .performance-main .perfromance-description h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .performance-main .perfromance-description h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .performance-main .perfromance-description h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .performance-main .perfromance-description h1 {
    font-size: 20.031px;
  }
}
.performance-main .perfromance-description article {
  margin-bottom: 50px;
}
.performance-main .perfromance-description p {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.performance-main .perfromance-description p strong {
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .performance-main .perfromance-description p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .performance-main .perfromance-description p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .performance-main .perfromance-description p {
    font-size: 14px;
  }
}
.performance-main .perfromance-description h3 {
  color: #002e5a;
  font-family: Exo;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .performance-main .perfromance-description h3 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .performance-main .perfromance-description h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .performance-main .perfromance-description h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .performance-main .perfromance-description h3 {
    font-size: 20px;
  }
}
.performance-main .perfromance-description table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.performance-main .perfromance-description table thead th {
  padding: 16px 20px 16px 12px;
  background: #002e5a;
  color: #fff;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  .performance-main .perfromance-description table thead th {
    font-size: 14px;
    padding: 12px;
  }
}
.performance-main .perfromance-description table tbody tr {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  vertical-align: middle;
}
.performance-main .perfromance-description table tbody tr td {
  color: #323232;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 20px 16px 12px;
  vertical-align: middle;
}
.performance-main .perfromance-description table tbody tr td:first-child {
  font-weight: 800;
}
@media (max-width: 991px) {
  .performance-main .perfromance-description table tbody tr td {
    font-size: 13px;
    padding: 12px;
  }
}
.performance-main .perfromance-description table tbody tr:nth-child(even) td {
  background: #ececec;
}

.applications-main {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #ececec;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .applications-main {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .applications-main {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.applications-main .application-inner-box {
  max-width: 940px;
  margin: 0px auto;
}
.applications-main h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .applications-main h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .applications-main h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .applications-main h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .applications-main h2 {
    font-size: 20px;
  }
}
.applications-main .applications-grid-parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 40px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .applications-main .applications-grid-parent {
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 30px;
  }
}
@media (max-width: 991px) {
  .applications-main .applications-grid-parent {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .applications-main .applications-grid-parent {
    grid-template-columns: 1fr;
  }
}
.applications-main .applications-grid-parent .single-grid .icon-box {
  margin-bottom: 20px;
  width: 79.421px;
  height: 77px;
}
.applications-main .applications-grid-parent .single-grid .icon-box img {
  width: 100%;
  height: 100%;
}
.applications-main .applications-grid-parent .single-grid .title {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .applications-main .applications-grid-parent .single-grid .title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .applications-main .applications-grid-parent .single-grid .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .applications-main .applications-grid-parent .single-grid .title {
    font-size: 14px;
  }
}
.applications-main .applications-grid-parent .single-grid .description article p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .applications-main .applications-grid-parent .single-grid .description article p {
    font-size: 14px;
  }
}

.category-gallary-main {
  background: #fff;
  padding: 52px 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .category-gallary-main {
    padding: 45px 0;
  }
}
.category-gallary-main .gallary-slider-wrapper {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main .gallary-slider-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-slider-wrapper {
    margin-bottom: 45px;
  }
}
.category-gallary-main .gallary-slider-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.category-gallary-main .gallary-slider-wrapper .swiper .swiper-slide .image-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.category-gallary-main .gallary-slider-wrapper .swiper .swiper-slide .image-box img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.category-gallary-main .gallary-slider-wrapper .swiper .swiper-slide .image-box:hover img {
  transform: scale(1.1);
}
.category-gallary-main .gallary-slider-wrapper .custom-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-next {
  right: -50px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #5faac9;
}
.category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
}
@media (min-width: 991px) and (max-width: 1299px) {
  .category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-next {
    right: 0;
    width: 30px;
    height: 30px;
  }
  .category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-next::after {
    font-size: 14px;
  }
}
.category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-prev {
  left: -50px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #5faac9;
}
.category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
}
@media (min-width: 991px) and (max-width: 1299px) {
  .category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 0;
  }
  .category-gallary-main .gallary-slider-wrapper .custom-swiper-btn .swiper-button-prev::after {
    font-size: 14px;
  }
}
.category-gallary-main .gallary-inner-box {
  max-width: 940px;
  margin: 0px auto;
}
.category-gallary-main .gallary-inner-box h3 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main .gallary-inner-box h3 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-inner-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .category-gallary-main .gallary-inner-box h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .category-gallary-main .gallary-inner-box h3 {
    font-size: 20px;
  }
}
.category-gallary-main .gallary-inner-box p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 767px) {
  .category-gallary-main .gallary-inner-box p {
    font-size: 14px;
  }
}
.category-gallary-main .gallary-inner-box .content-header {
  margin-bottom: 85px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main .gallary-inner-box .content-header {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-inner-box .content-header {
    margin-bottom: 45px;
  }
}
.category-gallary-main .gallary-inner-box .content-header p {
  margin-bottom: 0;
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item {
  border: none;
  margin-bottom: 50px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item {
    margin-bottom: 30px;
  }
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #002e5a;
  transition: background-color 0.3s;
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header {
    font-size: 16px;
  }
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header .accordion-icon {
  font-size: 30px;
  transition: transform 0.3s;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header .accordion-icon {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header .accordion-icon {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header .accordion-icon {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header .accordion-icon {
    font-size: 16px;
  }
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-header .accordion-icon::before {
  content: "+";
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content {
  display: none;
  padding: 15px 0;
  background-color: #fff;
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content p {
  margin-bottom: 20px;
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content p {
    font-size: 14px;
  }
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content ul {
  padding-left: 20px;
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content ul li {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item .accordion-content ul li {
    font-size: 14px;
  }
}
.category-gallary-main .gallary-inner-box .gallary-accordion-parent .accordion .accordion-item.active .accordion-icon::before {
  content: "-";
}

.technical-data-main {
  background: #ececec;
  padding-top: 57px;
  padding-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .technical-data-main {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .technical-data-main {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.technical-data-main .technical-data-box {
  max-width: 940px;
  margin: 0px auto;
}
.technical-data-main .technical-data-box h3 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .technical-data-main .technical-data-box h3 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .technical-data-main .technical-data-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .technical-data-main .technical-data-box h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .technical-data-main .technical-data-box h3 {
    font-size: 20px;
  }
}
.technical-data-main .technical-data-box .technical-grid-parent ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .technical-data-main .technical-data-box .technical-grid-parent ul {
    grid-template-columns: 1fr;
  }
}
.technical-data-main .technical-data-box .technical-grid-parent ul li {
  list-style-type: none;
}
.technical-data-main .technical-data-box .technical-grid-parent ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  border-bottom: 1px solid #002e5a;
}
.technical-data-main .technical-data-box .technical-grid-parent ul li a span.text {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .technical-data-main .technical-data-box .technical-grid-parent ul li a span.text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .technical-data-main .technical-data-box .technical-grid-parent ul li a span.text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .technical-data-main .technical-data-box .technical-grid-parent ul li a span.text {
    font-size: 14px;
  }
}
.technical-data-main .technical-data-box .technical-grid-parent ul li a span.icon {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .technical-data-main .technical-data-box .technical-grid-parent ul li a span.icon {
    font-size: 14px;
  }
}
.technical-data-main .technical-data-box .technical-grid-parent ul li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_7249)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.7 0C6.463 0 3.81489 2.60828 3.61244 5.90406C1.59679 6.03098 0 7.76224 0 9.87936C0 12.079 1.7237 13.8621 3.85001 13.8621H5.59998C5.82088 13.8621 5.99998 13.6769 5.99998 13.4484C5.99998 13.2198 5.82088 13.0346 5.59998 13.0346H3.85001C2.16554 13.0346 0.799994 11.622 0.799994 9.87936C0.799994 8.13677 2.16554 6.72416 3.85001 6.72416H4.39998V6.31037C4.39998 3.28232 6.77288 0.827584 9.7 0.827584C12.2439 0.827584 14.37 2.68202 14.8824 5.1557L14.9501 5.48279H15.55C17.5658 5.48279 19.2 7.17331 19.2 9.25869C19.2 11.3441 17.5658 13.0346 15.55 13.0346H14.3999C14.1791 13.0346 13.9999 13.2198 13.9999 13.4484C13.9999 13.6769 14.1791 13.8621 14.3999 13.8621H15.55C18.0077 13.8621 20 11.8011 20 9.25869C20 6.72934 18.0281 4.67647 15.5879 4.65537C14.885 1.97311 12.5157 0 9.7 0ZM10.2828 15.8788L12.8284 13.2454C12.9846 13.0838 12.9846 12.8218 12.8284 12.6602C12.6722 12.4986 12.4189 12.4986 12.2627 12.6602L10.3999 14.5873V7.72416C10.3999 7.49562 10.2209 7.31034 9.99994 7.31034C9.779 7.31034 9.59994 7.49562 9.59994 7.72416V14.5873L7.73725 12.6602C7.581 12.4986 7.32775 12.4986 7.17156 12.6602C7.01531 12.8218 7.01531 13.0838 7.17156 13.2454L9.71712 15.8788C9.87331 16.0404 10.1266 16.0404 10.2828 15.8788Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_7249'%3E%3Crect width='20' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.technical-data-main .technical-data-box .technical-grid-parent ul li a:hover {
  padding-left: 10px;
}
.technical-data-main .technical-data-box .technical-grid-parent ul:nth-child(2) {
  margin-top: 60px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .technical-data-main .technical-data-box .technical-grid-parent ul:nth-child(2) {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .technical-data-main .technical-data-box .technical-grid-parent ul:nth-child(2) {
    margin-top: 30px;
  }
}

.category-details-banner {
  position: relative;
  height: 57vh;
}
.category-details-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.cd-tabs-main {
  background: #d9d9d9;
  padding: 15px 0;
}
.cd-tabs-main ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.cd-tabs-main ul li {
  list-style-type: none;
}
.cd-tabs-main ul li a {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 253px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .cd-tabs-main ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cd-tabs-main ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cd-tabs-main ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .cd-tabs-main ul li a {
    max-width: 100%;
  }
}

.cementazione-main {
  padding-bottom: 10px;
}
.cementazione-main .perfromance-description h1 {
  color: #5faac9;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cementazione-main .perfromance-description h1 {
    margin-bottom: 25px;
  }
}
.cementazione-main .perfromance-description p strong {
  color: #5faac9;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .cementazione-main .perfromance-description article {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .cementazione-main .perfromance-description article {
    margin-bottom: 30px;
  }
}

.cementazione-banner-main {
  height: 650px;
}
@media (max-width: 1299px) {
  .cementazione-banner-main {
    height: 50vh;
  }
}

.cementazione-non-legati {
  padding-top: 73px;
  padding-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .cementazione-non-legati {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .cementazione-non-legati {
    padding-top: 45px;
  }
}
.cementazione-non-legati .perfromance-description h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  font-size: 45px;
  color: #5faac9;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .cementazione-non-legati .perfromance-description h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .cementazione-non-legati .perfromance-description h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cementazione-non-legati .perfromance-description h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .cementazione-non-legati .perfromance-description h2 {
    font-size: 20px;
  }
}
.cementazione-non-legati .perfromance-description article {
  margin-bottom: 74px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .cementazione-non-legati .perfromance-description article {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .cementazione-non-legati .perfromance-description article {
    margin-bottom: 30px;
  }
}
.cementazione-non-legati table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.cementazione-non-legati table thead tr th {
  padding: 16px 20px 16px 12px;
  background: #5faac9;
  color: #fff;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .cementazione-non-legati table thead tr th {
    font-size: 14px;
    padding: 12px;
  }
}
.cementazione-non-legati table thead tr th:nth-child(2) {
  min-width: 175px;
}
.cementazione-non-legati table tbody tr {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  vertical-align: middle;
}
.cementazione-non-legati table tbody tr td {
  color: #323232;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 20px 16px 12px;
  vertical-align: middle;
}
.cementazione-non-legati table tbody tr td:first-child {
  font-weight: 800;
}
.cementazione-non-legati table tbody tr td:nth-child(2) {
  min-width: 175px;
}
@media (max-width: 991px) {
  .cementazione-non-legati table tbody tr td {
    font-size: 13px;
    padding: 12px;
  }
}
.cementazione-non-legati table tbody tr:nth-child(even) td {
  background: #ececec;
}

.megamenu-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  height: 100vh;
  display: none;
}
.megamenu-main .megamenu-grid-parent {
  display: grid;
  grid-template-columns: 30% 70%;
  height: 100%;
}
.megamenu-main .megamenu-grid-parent .left-box {
  background: rgba(0, 0, 0, 0.62);
  background-blend-mode: multiply;
  height: 100%;
  padding: 60px 55px 60px 72px;
  color: #fff;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .left-box {
    padding: 40px 30px;
  }
}
.megamenu-main .megamenu-grid-parent .left-box .logo-box {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .left-box .logo-box {
    margin-bottom: 50px;
  }
}
.megamenu-main .megamenu-grid-parent .left-box .megamenu-main-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.megamenu-main .megamenu-grid-parent .left-box .megamenu-main-items ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  gap: 30px;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .left-box .megamenu-main-items ul {
    gap: 20px;
  }
}
.megamenu-main .megamenu-grid-parent .left-box .megamenu-main-items ul li {
  list-style-type: none;
  text-align: right;
}
.megamenu-main .megamenu-grid-parent .left-box .megamenu-main-items ul li a {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.megamenu-main .megamenu-grid-parent .left-box .megamenu-main-items ul li a:hover {
  padding-right: 10px;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .left-box .megamenu-main-items ul li a {
    font-size: 20px;
  }
}
.megamenu-main .megamenu-grid-parent .right-box {
  height: 100%;
  background: rgba(95, 170, 201, 0.7);
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #fff;
  padding: 60px 81px 60px 35px;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .right-box {
    padding: 40px 30px;
  }
}
.megamenu-main .megamenu-grid-parent .right-box .megamenu-close {
  text-align: right;
  margin-bottom: 50px;
}
.megamenu-main .megamenu-grid-parent .right-box .megamenu-close button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.megamenu-main .megamenu-grid-parent .right-box .megamenu-close button svg {
  width: 24px;
  height: 24px;
}
.megamenu-main .megamenu-grid-parent .right-box .megamenu-close button:focus {
  box-shadow: none;
  outline: none;
}
.megamenu-main .megamenu-grid-parent .right-box .megamenu-close button:hover {
  border-color: #fff;
}
.megamenu-main .megamenu-grid-parent .right-box h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .right-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.megamenu-main .megamenu-grid-parent .right-box .right-box-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  margin-bottom: 75px;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .right-box .right-box-grid {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.megamenu-main .megamenu-grid-parent .right-box .right-box-grid .single-grid .category-title a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.megamenu-main .megamenu-grid-parent .right-box .right-box-grid .single-grid .category-title a:hover {
  padding-left: 10px;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .right-box .right-box-grid .single-grid .category-title a {
    font-size: 16px;
  }
}
.megamenu-main .megamenu-grid-parent .right-box .right-box-grid .single-grid .category-title:nth-child(3) {
  margin-top: 50px;
}
.megamenu-main .megamenu-grid-parent .right-box .right-box-grid .single-grid .category-child-single a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.176px;
  text-transform: lowercase;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.megamenu-main .megamenu-grid-parent .right-box .right-box-grid .single-grid .category-child-single a:hover {
  padding-left: 10px;
}
@media (max-width: 1440px) {
  .megamenu-main .megamenu-grid-parent .right-box .right-box-grid .single-grid .category-child-single a {
    font-size: 14px;
  }
}

.banner-has-breadcrumb {
  position: relative;
}
.banner-has-breadcrumb .common-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 60px;
  position: relative;
}
@media (max-width: 991px) {
  .banner-has-breadcrumb .common-content-wrapper {
    padding: 0 25px;
  }
}
.banner-has-breadcrumb .common-content-wrapper .breadcrumb-wrapper {
  position: absolute;
  top: 125px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .banner-has-breadcrumb .common-content-wrapper .breadcrumb-wrapper {
    top: 98px;
  }
}
@media (max-width: 991px) {
  .banner-has-breadcrumb .common-content-wrapper .breadcrumb-wrapper {
    top: 100px;
  }
}
.banner-has-breadcrumb .common-content-wrapper .breadcrumb-wrapper * {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  list-style-type: none;
  text-decoration: none;
}
.banner-has-breadcrumb .common-content-wrapper .breadcrumb-wrapper * .current-item {
  font-weight: 700;
}
.banner-has-breadcrumb .common-content-wrapper .breadcrumb-wrapper *:before {
  color: #fff;
}
.banner-has-breadcrumb .breadcrumb-wrapper {
  position: absolute;
  top: 125px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .banner-has-breadcrumb .breadcrumb-wrapper {
    top: 98px;
  }
}
@media (max-width: 991px) {
  .banner-has-breadcrumb .breadcrumb-wrapper {
    top: 100px;
  }
}
.banner-has-breadcrumb .breadcrumb-wrapper * {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  list-style-type: none;
  text-decoration: none;
}
.banner-has-breadcrumb .breadcrumb-wrapper * .current-item {
  font-weight: 700;
}
.banner-has-breadcrumb .breadcrumb-wrapper *:before {
  color: #fff;
}

.sidebar-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  height: 100%;
  display: none;
}
.sidebar-area .sidebar-inner-bg {
  background: rgba(0, 0, 0, 0.62);
  background-blend-mode: multiply;
  height: 100%;
}
.sidebar-area .sidebar-header {
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 24px;
}
.sidebar-area .sidebar-header .sidebar-header-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.sidebar-area .sidebar-header .sidebar-header-flex .header-bar {
  position: relative;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.sidebar-area .sidebar-header .sidebar-header-flex .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  left: 0;
  background-color: #fff;
}
.sidebar-area .sidebar-header .sidebar-header-flex .header-bar span:first-child {
  top: 0;
  transform: rotate(45deg) translate(3px, 9px);
}
.sidebar-area .sidebar-header .sidebar-header-flex .header-bar span:nth-child(2) {
  top: 44%;
  opacity: 0;
}
.sidebar-area .sidebar-header .sidebar-header-flex .header-bar span:last-child {
  bottom: 0;
  transform: rotate(-45deg) translate(3px, -9px);
}
.sidebar-area .sidebar-contents {
  padding: 29px 24px;
}
.sidebar-area .sidebar-contents .mobile-menu-items > ul > li > a {
  text-transform: uppercase;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul {
  margin: 0;
  padding: 0;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li {
  display: block;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 12px;
  padding-left: 0;
  color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Exo", sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li a span {
  text-transform: capitalize;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li a i {
  font-size: 15px;
  position: absolute;
  right: 10px;
  padding: 5px;
  transition: all 0.4s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li ul {
  display: none;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li ul li a {
  color: #fff;
  font-size: 14px;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li ul li:hover > a:before {
  margin-right: 10px;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li ul li.selected > a {
  background: #002855;
  border-color: rgba(255, 255, 255, 0.5);
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li ul li.selected > a:before {
  margin-right: 10px;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li ul.open {
  display: block;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li.selected > a {
  font-family: "Exo", sans-serif;
  background: #002855;
}
.sidebar-area .sidebar-contents .mobile-menu-items ul li.selected--last a {
  font-size: 14px;
  line-height: normal;
}
.sidebar-area .sidebar-contents .fa-chevron-right.mdi-flip-v::before {
  content: "\f078";
}

.sidebar-area.sidebar-hide {
  visibility: hidden;
  opacity: 0;
  top: -100%;
}

@media (min-width: 1550px) {
  .home-slider-main .container {
    max-width: 1440px;
  }
}
.home-slider-main .swiper {
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  .home-slider-main .swiper {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper {
    height: 60vh;
  }
}
.home-slider-main .swiper-slide {
  position: relative;
  height: 100vh;
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide {
    height: 60vh;
  }
}
.home-slider-main .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
}
.home-slider-main .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider-main .swiper-slide .slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider-main .swiper-slide .slider-content-box .contant-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100vh;
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper {
    height: 70vh;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper {
    padding: 0 22px;
    height: 60vh;
  }
}
.home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box {
  margin-top: 100px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box {
    width: 90%;
    padding: 0 60px;
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box {
    width: 90%;
    margin-top: 90px;
  }
}
.home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h2 {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 71px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 3.55px;
  margin-bottom: 0px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 30px;
  }
}
.home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h3 {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 112%;
  letter-spacing: 1.75px;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box h3 {
    font-size: 20px;
  }
}
.home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box p {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 14px;
  }
}
.home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box .slider-icon {
  width: 75px;
  height: 84.197px;
}
.home-slider-main .swiper-slide .slider-content-box .contant-wrapper .content-inner-box .slider-icon img {
  max-width: 100%;
  max-height: 100%;
}

.m_roda_product_category {
  background: #d9d9d9;
}
.m_roda_product_category h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_product_category h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_product_category h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_product_category h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_product_category h2 {
    font-size: 20px;
  }
}
.m_roda_product_category .m_roda_grid_wrapper h3 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  text-align: center;
  line-height: 110%;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_product_category .m_roda_grid_wrapper h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .m_roda_product_category .m_roda_grid_wrapper h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .m_roda_product_category .m_roda_grid_wrapper h3 {
    font-size: 14px;
  }
}

.m_rodacciai_sec {
  padding-top: 86px;
  padding-bottom: 65px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_rodacciai_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .m_rodacciai_sec {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.m_rodacciai_sec h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_rodacciai_sec h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_rodacciai_sec h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_rodacciai_sec h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_rodacciai_sec h2 {
    font-size: 20px;
  }
}
.m_rodacciai_sec h3 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_rodacciai_sec h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .m_rodacciai_sec h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .m_rodacciai_sec h3 {
    font-size: 14px;
  }
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_rodacciai_sec h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_rodacciai_sec h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .m_rodacciai_sec h3 {
    margin-bottom: 20px;
  }
}
.m_rodacciai_sec article p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .m_rodacciai_sec article p {
    font-size: 14px;
  }
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_rodacciai_sec .m_rodacciai_logo {
    padding: 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_rodacciai_sec .m_rodacciai_logo {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .m_rodacciai_sec .m_rodacciai_logo {
    padding: 20px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_rodacciai_sec .m_rodacciai_logo .inner_image {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .m_rodacciai_sec .m_rodacciai_logo .inner_image {
    width: 100%;
  }
}

.m_roda_quality {
  padding-top: 121px;
  padding-bottom: 80px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_quality {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_quality {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .m_roda_quality {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.m_roda_quality h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_quality h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .m_roda_quality h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .m_roda_quality h2 {
    font-size: 14px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_quality h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_quality h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_quality h2 {
    margin-bottom: 25px;
  }
}
.m_roda_quality article p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .m_roda_quality article p {
    font-size: 14px;
  }
}

.m_roda_insta_feed h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_insta_feed h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .m_roda_insta_feed h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .m_roda_insta_feed h2 {
    font-size: 14px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_insta_feed h2 {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_insta_feed h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .m_roda_insta_feed h2 {
    margin-bottom: 30px;
  }
}

.white-navbar-visible header .main-header .header-flex .logo-box .white-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.white-navbar-visible header .main-header .header-flex .logo-box .dark-logo {
  height: 41px;
  visibility: visible;
  opacity: 1;
}
.white-navbar-visible header .main-header .header-flex .main-header-items .header-bar span {
  background: #fff;
}
.white-navbar-visible header .main-header .header-flex .main-header-items .header-bar .text {
  color: #fff;
}
.white-navbar-visible header .sticky .header-flex .main-header-items .header-bar span {
  background: #000;
}
.white-navbar-visible header .sticky .header-flex .main-header-items .header-bar .text {
  color: #000;
}
.white-navbar-visible .banner-has-breadcrumb .common-breadcrumb-wrapper {
  padding: 0 70px;
}
@media (max-width: 991px) {
  .white-navbar-visible .banner-has-breadcrumb .common-breadcrumb-wrapper {
    padding: 0 25px;
  }
}
.white-navbar-visible .banner-has-breadcrumb .breadcrumb-wrapper * {
  color: #002e5a;
}
.white-navbar-visible .banner-has-breadcrumb .breadcrumb-wrapper *::before {
  color: #002e5a;
}

.blue-navbar-visible header .main-header .header-flex .logo-box .white-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.blue-navbar-visible header .main-header .header-flex .logo-box .dark-logo {
  height: 41px;
  visibility: visible;
  opacity: 1;
}
.blue-navbar-visible header .main-header .header-flex .main-header-items .header-bar span {
  background: #002855;
}
.blue-navbar-visible header .main-header .header-flex .main-header-items .header-bar .text {
  color: #002855;
}
.blue-navbar-visible header .main-header .header-flex .main-header-items .header-search-box .form-control {
  background: rgba(0, 40, 85, 0.2);
}
.blue-navbar-visible header .sticky .header-flex .main-header-items .header-bar span {
  background: #002855;
}
.blue-navbar-visible header .sticky .header-flex .main-header-items .header-bar .text {
  color: #002855;
}
.blue-navbar-visible header .sticky .header-flex .main-header-items .header-search-box ::-moz-placeholder {
  color: #fff;
}
.blue-navbar-visible header .sticky .header-flex .main-header-items .header-search-box ::placeholder {
  color: #fff;
}
.blue-navbar-visible header .sticky .header-flex .main-header-items .header-search-box i {
  color: #fff;
}
.blue-navbar-visible .banner-has-breadcrumb .common-breadcrumb-wrapper {
  padding: 0 70px;
}
@media (max-width: 991px) {
  .blue-navbar-visible .banner-has-breadcrumb .common-breadcrumb-wrapper {
    padding: 0 25px;
  }
}
.blue-navbar-visible .banner-has-breadcrumb .breadcrumb-wrapper * {
  color: #002e5a;
}
.blue-navbar-visible .banner-has-breadcrumb .breadcrumb-wrapper *::before {
  color: #002e5a;
}

@media (max-width: 767px) {
  .m_sosten_banner {
    padding-top: 115px;
  }
}
.m_sosten_banner .m_sosten_banner_left h1 {
  color: #002855;
  font-family: "Exo", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
.m_sosten_banner .m_sosten_banner_left h1 span {
  font-weight: 700;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_sosten_banner .m_sosten_banner_left h1 {
    font-size: 45px;
  }
  .m_sosten_banner .m_sosten_banner_left h1 span img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_sosten_banner .m_sosten_banner_left h1 {
    font-size: 35px;
  }
  .m_sosten_banner .m_sosten_banner_left h1 span img {
    margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .m_sosten_banner .m_sosten_banner_left h1 {
    font-size: 30px;
  }
  .m_sosten_banner .m_sosten_banner_left h1 span img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .m_sosten_banner .m_sosten_banner_left h1 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_sosten_banner .m_sosten_banner_left h1 {
    font-size: 20px;
  }
}
.m_sosten_banner .m_sosten_banner_left p {
  color: #002855;
  font-family: "Exo", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
.m_sosten_banner .m_sosten_banner_left p span {
  font-weight: 700;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_sosten_banner .m_sosten_banner_left p {
    font-size: 45px;
  }
  .m_sosten_banner .m_sosten_banner_left p span img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_sosten_banner .m_sosten_banner_left p {
    font-size: 35px;
  }
  .m_sosten_banner .m_sosten_banner_left p span img {
    margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .m_sosten_banner .m_sosten_banner_left p {
    font-size: 30px;
  }
  .m_sosten_banner .m_sosten_banner_left p span img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .m_sosten_banner .m_sosten_banner_left p {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_sosten_banner .m_sosten_banner_left p {
    font-size: 20px;
  }
}
.m_sosten_banner .m_sosten_banner_left span {
  color: #002855;
  font-family: "Exo", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 700;
}
.m_sosten_banner .m_sosten_banner_left span span {
  font-weight: 700;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_sosten_banner .m_sosten_banner_left span {
    font-size: 45px;
  }
  .m_sosten_banner .m_sosten_banner_left span span img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_sosten_banner .m_sosten_banner_left span {
    font-size: 35px;
  }
  .m_sosten_banner .m_sosten_banner_left span span img {
    margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .m_sosten_banner .m_sosten_banner_left span {
    font-size: 30px;
  }
  .m_sosten_banner .m_sosten_banner_left span span img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .m_sosten_banner .m_sosten_banner_left span {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_sosten_banner .m_sosten_banner_left span {
    font-size: 20px;
  }
}
.m_sosten_banner .m_sosten_banner_left span img {
  margin-right: 18px;
}
.m_sosten_banner .m_sosten_banner_right {
  height: 100vh;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_sosten_banner .m_sosten_banner_right {
    height: 80vh;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_sosten_banner .m_sosten_banner_right {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .m_sosten_banner .m_sosten_banner_right {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .m_sosten_banner .m_sosten_banner_right {
    height: 50vh;
  }
}
.m_sosten_banner .m_sosten_banner_right .icon {
  margin-bottom: 15px;
  width: 55px;
  height: 57.186px;
}
.m_sosten_banner .m_sosten_banner_right .icon img {
  max-width: 100%;
  max-height: 100%;
}
.m_sosten_banner .m_sosten_banner_right p {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_sosten_banner .m_sosten_banner_right p {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_sosten_banner .m_sosten_banner_right p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_sosten_banner .m_sosten_banner_right p {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_sosten_banner .m_sosten_banner_right p {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .m_sosten_banner .m_sosten_banner_right p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .m_sosten_banner .m_sosten_banner_right p {
    font-size: 16px;
  }
}

.sosten-performance {
  padding-top: 122px;
  padding-bottom: 107px;
  background: #a3c72b;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .sosten-performance {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .sosten-performance {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.sosten-performance .perfromance-description h1 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.sosten-performance .perfromance-description h2 {
  color: #fff;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 62px;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .sosten-performance .perfromance-description h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .sosten-performance .perfromance-description h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sosten-performance .perfromance-description h2 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sosten-performance .perfromance-description h2 {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .sosten-performance .perfromance-description h2 {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .sosten-performance .perfromance-description h2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sosten-performance .perfromance-description h2 {
    margin-bottom: 25px;
  }
}
.sosten-performance .perfromance-description article {
  margin-bottom: 30px;
}
.sosten-performance .perfromance-description article:last-child {
  margin-bottom: 0;
}
.sosten-performance .perfromance-description article p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .sosten-performance .perfromance-description article p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .sosten-performance .perfromance-description article p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sosten-performance .perfromance-description article p {
    font-size: 16px;
  }
}
.sosten-performance .perfromance-description h3 {
  color: #fff;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .rodaRecyclingSwiper .swiper-slide {
    height: 80vh;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .rodaRecyclingSwiper .swiper-slide {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .rodaRecyclingSwiper .swiper-slide {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .rodaRecyclingSwiper .swiper-slide {
    height: 50vh;
  }
}
.rodaRecyclingSwiper .swiper-slide h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .rodaRecyclingSwiper .swiper-slide h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .rodaRecyclingSwiper .swiper-slide h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .rodaRecyclingSwiper .swiper-slide h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .rodaRecyclingSwiper .swiper-slide h2 {
    font-size: 20px;
  }
}
.rodaRecyclingSwiper .swiper-slide p {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .rodaRecyclingSwiper .swiper-slide p {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .rodaRecyclingSwiper .swiper-slide p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rodaRecyclingSwiper .swiper-slide p {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rodaRecyclingSwiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .rodaRecyclingSwiper .swiper-slide p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .rodaRecyclingSwiper .swiper-slide p {
    font-size: 16px;
  }
}

.m_roda_virtuous {
  padding-top: 111px;
  padding-bottom: 186px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_virtuous {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .m_roda_virtuous {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.m_roda_virtuous .m_roda_virtuous_inr p {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_virtuous .m_roda_virtuous_inr p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .m_roda_virtuous .m_roda_virtuous_inr p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .m_roda_virtuous .m_roda_virtuous_inr p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .m_roda_virtuous .m_roda_virtuous_inr p {
    font-size: 16px;
  }
}
.m_roda_virtuous .m_roda_virtuous_inr h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 35px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_virtuous .m_roda_virtuous_inr h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_virtuous .m_roda_virtuous_inr h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_virtuous .m_roda_virtuous_inr h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_virtuous .m_roda_virtuous_inr h2 {
    font-size: 20px;
  }
}
@media (max-width: 1299px) {
  .m_roda_virtuous .m_roda_virtuous_inr h2 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.m_roda_inc_performance {
  height: 700px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_inc_performance {
    height: 80vh;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_inc_performance {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .m_roda_inc_performance {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .m_roda_inc_performance {
    height: 50vh;
  }
}
.m_roda_inc_performance .m_roda_inc_performance_content h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_inc_performance .m_roda_inc_performance_content h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_inc_performance .m_roda_inc_performance_content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_inc_performance .m_roda_inc_performance_content h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_inc_performance .m_roda_inc_performance_content h2 {
    font-size: 20px;
  }
}
.m_roda_inc_performance .m_roda_inc_performance_content p {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: normal;
  text-transform: lowercase;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_roda_inc_performance .m_roda_inc_performance_content p {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_inc_performance .m_roda_inc_performance_content p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_roda_inc_performance .m_roda_inc_performance_content p {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_roda_inc_performance .m_roda_inc_performance_content p {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .m_roda_inc_performance .m_roda_inc_performance_content p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .m_roda_inc_performance .m_roda_inc_performance_content p {
    font-size: 16px;
  }
}

.m_roda_circular {
  padding-top: 217px;
  padding-bottom: 186px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_circular {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .m_roda_circular {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.m_roda_circular .m_roda_virtuous_inr h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_circular .m_roda_virtuous_inr h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_circular .m_roda_virtuous_inr h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_circular .m_roda_virtuous_inr h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_circular .m_roda_virtuous_inr h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_circular .m_roda_virtuous_inr h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .m_roda_circular .m_roda_virtuous_inr h2 {
    margin-bottom: 20px;
  }
}
.m_roda_circular .m_roda_virtuous_inr p {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #002e5a;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_roda_circular .m_roda_virtuous_inr p {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_circular .m_roda_virtuous_inr p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_roda_circular .m_roda_virtuous_inr p {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_roda_circular .m_roda_virtuous_inr p {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .m_roda_circular .m_roda_virtuous_inr p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .m_roda_circular .m_roda_virtuous_inr p {
    font-size: 16px;
  }
}

.m_roda_training {
  height: 700px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_training {
    height: 80vh;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_training {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .m_roda_training {
    height: 60vh;
  }
}
.m_roda_training .m_roda_training_inr h2 {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_roda_training .m_roda_training_inr h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_training .m_roda_training_inr h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_roda_training .m_roda_training_inr h2 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_roda_training .m_roda_training_inr h2 {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .m_roda_training .m_roda_training_inr h2 {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .m_roda_training .m_roda_training_inr h2 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .m_roda_training .m_roda_training_inr h2 {
    font-size: 20px;
  }
}
.m_roda_training .m_roda_training_inr p {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: lowercase;
  text-align: center;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_roda_training .m_roda_training_inr p {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_training .m_roda_training_inr p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_roda_training .m_roda_training_inr p {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_roda_training .m_roda_training_inr p {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .m_roda_training .m_roda_training_inr p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .m_roda_training .m_roda_training_inr p {
    font-size: 16px;
  }
}

.m_roda_corporate_pro .m_roda_corporate_pro_inr h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr h2 {
    font-size: 20px;
  }
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr h2 {
    margin-bottom: 30px;
  }
}
.m_roda_corporate_pro .m_roda_corporate_pro_inr p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr p {
    font-size: 14px;
  }
}
.m_roda_corporate_pro .m_roda_corporate_pro_inr_two h2 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr_two h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr_two h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr_two h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr_two h2 {
    font-size: 20px;
  }
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr_two h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr_two h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr_two h2 {
    margin-bottom: 30px;
  }
}
.m_roda_corporate_pro .m_roda_corporate_pro_inr_two p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  .m_roda_corporate_pro .m_roda_corporate_pro_inr_two p {
    font-size: 14px;
  }
}
.m_roda_corporate_pro .m_roda_corporate_pro_inr_two .inner-box-width {
  max-width: 550px;
}

.m_roda_corporate_banner {
  height: 100vh;
}
@media (max-width: 991px) {
  .m_roda_corporate_banner {
    height: 70vh;
  }
}
@media (max-width: 575px) {
  .m_roda_corporate_banner {
    height: 60vh;
  }
}

.m_roda_il_grupo {
  padding-top: 80px;
}
.m_roda_il_grupo .m_roda_il_grupo_inr h2 {
  color: #002855;
  font-family: "Exo", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 0;
}
.m_roda_il_grupo .m_roda_il_grupo_inr h2 span {
  font-weight: 700;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr h2 {
    font-size: 45px;
  }
  .m_roda_il_grupo .m_roda_il_grupo_inr h2 span img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr h2 {
    font-size: 35px;
  }
  .m_roda_il_grupo .m_roda_il_grupo_inr h2 span img {
    margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr h2 {
    font-size: 30px;
  }
  .m_roda_il_grupo .m_roda_il_grupo_inr h2 span img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr h2 {
    font-size: 20px;
  }
}
.m_roda_il_grupo .m_roda_il_grupo_inr .inr-logo-box {
  margin: 34px 0px 55px 0px;
  text-align: center;
}
.m_roda_il_grupo .m_roda_il_grupo_inr .inr-logo-box img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .inr-logo-box {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.m_roda_il_grupo .m_roda_il_grupo_inr article {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr article {
    font-size: 14px;
  }
}
.m_roda_il_grupo .m_roda_il_grupo_inr article p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr article p {
    font-size: 14px;
  }
}
.m_roda_il_grupo .m_roda_il_grupo_inr article p:last-child {
  margin-bottom: 0;
}
.m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion {
  margin-top: 67px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion {
    margin-top: 30px;
  }
}
.m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion .accordion .accordion-item .accordion-button {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion .accordion .accordion-item .accordion-button {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion .accordion .accordion-item .accordion-button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion .accordion .accordion-item .accordion-button {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion .accordion .accordion-item .accordion-button {
    font-size: 20px;
  }
}
.m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion .accordion .accordion-item .accordion-body p {
  color: #000;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767px) {
  .m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion .accordion .accordion-item .accordion-body p {
    font-size: 14px;
  }
}
.m_roda_il_grupo .m_roda_il_grupo_inr .m_roda_il_grupo_inr_accordion .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.m_roda_tyt {
  background: #5faac9;
  padding-top: 97px;
  padding-bottom: 55px;
}
.m_roda_tyt h2 {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 71px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 3.55px;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_tyt h2 {
    font-size: 55px;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_tyt h2 {
    font-size: 45px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 991px) {
  .m_roda_tyt h2 {
    font-size: 40px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .m_roda_tyt h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .m_roda_tyt h2 {
    font-size: 30px;
  }
}
.m_roda_tyt p {
  color: #fff;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.75px;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_tyt p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .m_roda_tyt p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_tyt p {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_tyt p {
    font-size: 20px;
  }
}

.m_roda_corporate_yesterday {
  height: 700px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_corporate_yesterday {
    height: 80vh;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_corporate_yesterday {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_yesterday {
    height: 60vh;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_yesterday {
    background-position: center left !important;
  }
}
.m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr h2 {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 71px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 3.55px;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 55px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr h2 {
    font-size: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr h2 {
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr h2 {
    font-size: 45px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr h2 {
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr h2 {
    font-size: 30px;
  }
}
.m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr p {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .m_roda_corporate_yesterday .m_roda_corporate_yesterday_inr p {
    font-size: 16px;
  }
}

.m_roda_scrolling_timeline {
  padding: 100px 0;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_scrolling_timeline {
    padding: 80px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_scrolling_timeline {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .m_roda_scrolling_timeline {
    padding: 45px 0;
  }
}
.m_roda_scrolling_timeline h2 {
  color: #002855;
  font-family: "Exo", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.m_roda_scrolling_timeline h2 span {
  font-weight: 700;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_scrolling_timeline h2 {
    font-size: 45px;
  }
  .m_roda_scrolling_timeline h2 span img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_scrolling_timeline h2 {
    font-size: 35px;
  }
  .m_roda_scrolling_timeline h2 span img {
    margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .m_roda_scrolling_timeline h2 {
    font-size: 30px;
  }
  .m_roda_scrolling_timeline h2 span img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .m_roda_scrolling_timeline h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_scrolling_timeline h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_scrolling_timeline h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .m_roda_scrolling_timeline h2 {
    margin-bottom: 30px;
  }
}
.m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
  color: #002855;
  font-family: "Exo", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #5faac9;
  font-weight: 600;
  line-height: 112%;
  letter-spacing: 3px;
  border-bottom: 2px solid #5faac9;
  text-align: center;
  margin-bottom: 29px;
  padding-bottom: 15px;
}
.m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 span {
  font-weight: 700;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
    font-size: 45px;
  }
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 span img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
    font-size: 35px;
  }
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 span img {
    margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
    font-size: 30px;
  }
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 span img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr h3 {
    letter-spacing: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr p {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  font-weight: 500;
  color: #002855;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .m_roda_scrolling_timeline .m_roda_scrolling_timeline_inr p {
    font-size: 14px;
  }
}
.m_roda_scrolling_timeline .year-slider-wrapper {
  position: relative;
}
.m_roda_scrolling_timeline .year-slider-wrapper .m_rodaTimelineSwiper {
  width: calc(100% - 100px);
  margin: 0px auto;
}
.m_roda_scrolling_timeline .year-slider-wrapper .swiper-button-next {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}
.m_roda_scrolling_timeline .year-slider-wrapper .swiper-button-prev {
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}

.m_roda_today_animate {
  background: rgba(95, 170, 201, 0.3);
  padding: 100px 0;
}
.m_roda_today_animate h2 {
  text-align: center;
  color: #002855;
  font-family: "Exo", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 85px;
}
.m_roda_today_animate h2 span {
  font-weight: 700;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_today_animate h2 {
    font-size: 45px;
  }
  .m_roda_today_animate h2 span img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_today_animate h2 {
    font-size: 35px;
  }
  .m_roda_today_animate h2 span img {
    margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .m_roda_today_animate h2 {
    font-size: 30px;
  }
  .m_roda_today_animate h2 span img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .m_roda_today_animate h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_today_animate h2 {
    font-size: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_today_animate h2 {
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_today_animate h2 {
    letter-spacing: 1.5px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .m_roda_today_animate h2 {
    letter-spacing: normal;
    margin-bottom: 45px;
  }
}
.m_roda_today_animate .today-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 75px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_today_animate .today-counter-grid {
    row-gap: 60px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_today_animate .today-counter-grid {
    row-gap: 50px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .m_roda_today_animate .today-counter-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 575px) {
  .m_roda_today_animate .today-counter-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.m_roda_today_animate .m_roda_today_animate_inr h3 {
  color: #002855;
  font-family: "Exo", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 112%;
  border-bottom: 2px solid #002855;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 17px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 {
    font-size: 20px;
  }
}
.m_roda_today_animate .m_roda_today_animate_inr h3 span {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #002855;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 span {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 span {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 span {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 span {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 span {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .m_roda_today_animate .m_roda_today_animate_inr h3 span {
    font-size: 16px;
  }
}
.m_roda_today_animate .m_roda_today_animate_inr p {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 700;
  line-height: 112%;
  color: #002855;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .m_roda_today_animate .m_roda_today_animate_inr p {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .m_roda_today_animate .m_roda_today_animate_inr p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_roda_today_animate .m_roda_today_animate_inr p {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_roda_today_animate .m_roda_today_animate_inr p {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .m_roda_today_animate .m_roda_today_animate_inr p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .m_roda_today_animate .m_roda_today_animate_inr p {
    font-size: 16px;
  }
}

.m_roda_corporate_card {
  padding: 125px 0;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .m_roda_corporate_card {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m_roda_corporate_card {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_card {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.m_roda_corporate_card .m_roda_corporate_card_inr h3 {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_corporate_card .m_roda_corporate_card_inr h3 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_card .m_roda_corporate_card_inr h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m_roda_corporate_card .m_roda_corporate_card_inr h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .m_roda_corporate_card .m_roda_corporate_card_inr h3 {
    font-size: 20px;
  }
}
.m_roda_corporate_card .m_roda_corporate_card_inr p {
  color: #002e5a;
  font-family: "Exo", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  max-width: 80%;
  margin: 0px auto;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .m_roda_corporate_card .m_roda_corporate_card_inr p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .m_roda_corporate_card .m_roda_corporate_card_inr p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .m_roda_corporate_card .m_roda_corporate_card_inr p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .m_roda_corporate_card .m_roda_corporate_card_inr p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */
/* ===================== */
/* Search Page           */
/* ===================== */

.search-banner-main {
  background: #002855;
  padding: 160px 0 80px;
  position: relative;
}
.search-banner-main .search-banner-wrapper .breadcrumb-wrapper {
  margin-bottom: 20px;
}
.search-banner-main .search-banner-wrapper .breadcrumb-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.search-banner-main .search-banner-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.search-banner-main .search-banner-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.search-banner-main .search-banner-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}
.search-banner-main .search-banner-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item.current-item {
  color: #fff;
}
.search-banner-main .search-banner-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}
.search-banner-main .search-banner-wrapper .search-banner-content h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.search-banner-main .search-banner-wrapper .search-banner-content h1 span {
  color: #a3c72b;
}
.search-banner-main .search-banner-wrapper .search-banner-content .search-result-count {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0;
}

.search-results-main {
  padding: 80px 0;
  background: #fff;
}
.search-results-main .search-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .search-results-main .search-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .search-results-main .search-results-grid {
    grid-template-columns: 1fr;
  }
}
.search-results-main .search-result-item {
  border: 1px solid rgba(0, 46, 90, 0.12);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.search-results-main .search-result-item:hover {
  border-color: #002855;
  box-shadow: 0 8px 32px rgba(0, 40, 85, 0.12);
  transform: translateY(-4px);
}
.search-results-main .search-result-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
}
.search-results-main .search-result-body {
  flex: 1;
}
.search-results-main .search-result-title {
  font-size: 18px;
  font-weight: 700;
  color: #002e5a;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.search-results-main .search-result-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.search-results-main .search-result-title a:hover {
  color: #a3c72b;
}
.search-results-main .search-result-categories {
  font-size: 13px;
  color: rgba(0, 46, 90, 0.5);
  margin-bottom: 14px;
}
.search-results-main .search-result-categories a {
  color: inherit;
  text-decoration: none;
}
.search-results-main .search-result-categories a:hover {
  color: #002855;
}
.search-results-main .search-result-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 14px;
  color: #444;
}
.search-results-main .search-result-meta li {
  padding: 4px 0;
  border-bottom: 1px solid #ececec;
}
.search-results-main .search-result-meta li:last-child {
  border-bottom: none;
}
.search-results-main .search-result-meta li span {
  font-weight: 600;
  color: #002e5a;
  margin-right: 6px;
}
.search-results-main .search-result-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ececec;
}
.search-results-main .search-result-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #002855;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
}
.search-results-main .search-result-link:hover {
  color: #a3c72b;
  gap: 12px;
}
.search-results-main .search-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.search-results-main .search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 40, 85, 0.2);
  color: #002e5a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.search-results-main .search-pagination .page-numbers:hover,
.search-results-main .search-pagination .page-numbers.current {
  background: #002855;
  border-color: #002855;
  color: #fff;
}
.search-results-main .search-no-results {
  text-align: center;
  padding: 80px 0;
}
.search-results-main .search-no-results p {
  font-size: 18px;
  color: rgba(0, 46, 90, 0.6);
  margin-bottom: 28px;
}
.search-results-main .search-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #002855;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #002855;
  padding: 12px 28px;
  transition: all 0.4s ease-in-out;
}
.search-results-main .search-back-link:hover {
  background: #002855;
  color: #fff;
}
