@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
webkit-viewport {
    width: device-width
}
@-moz-viewport {
    width: device-wi.signup-areadth
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

body,
html {
    box-sizing: border-box;
}

body,
body * {
    font-family: "DM Sans", sans-serif;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #ffffff;
    font-family: "DM Sans", sans-serif; 
    color: #5D5D5D;
	font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
}

a{
	text-decoration:none;
}
a:hover{
	color:#fff;
}
a,.btn{
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
h1 {
    position: relative;
    font-size: 88px;
    font-weight: 900;
    color: #1E3A8A;
    margin-bottom: 40px;
}
h1 span {
    color: #2563EB;
}
h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 20px;
}
h2 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #3B82F6;
    text-transform: uppercase;
    letter-spacing: 8%;
    margin-bottom: 5px;
}
h3 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -2%;
    color: #2B2B2B;
    margin-bottom: 20px;
}
/*** container ***/
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
    padding: 0 84px;
}
/*** Global ***/
.btn-default {
    background: linear-gradient(105.5deg, #0043E8 3.75%, #002081 116.8%);
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 6px;
    text-align: center;
    padding: 10px 56px 10px 24px;
}
.btn-default:hover, .btn-default:focus {
    background: linear-gradient(105.5deg, #002081 3.75%, #0043E8 116.8%);
    color: #fff;
}
.btn-default::before {
    background: url(../images/arrow-right-white.svg) no-repeat center;
    position: absolute;
    width: 18px;
    height: 15px;
    content: "";
    top: 18px;
    right: 27px;
}
.btn-secondary {
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    color: #002E9E;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 6px;
    text-align: center;
    padding: 10px 56px 10px 24px;
}
.btn-secondary:hover, .btn-secondary:focus {
    background: linear-gradient(105.5deg, #002081 3.75%, #0043E8 116.8%);
    color: #fff;
}
.btn-secondary::before {
    background: url(../images/arrow-right-blue.svg) no-repeat center;
    position: absolute;
    width: 18px;
    height: 15px;
    content: "";
    top: 18px;
    right: 27px;
}
.btn-secondary:hover:before {
    background: url(../images/arrow-right-white.svg) no-repeat center;
}

/*** Header ***/
.logo {
    position: relative;
}
.logo img {
    max-width: 289px;
}
.main-header {
    position: absolute;
    padding: 15px 0;
    padding: 24px 0;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: "DM Sans", sans-serif;
    height: inherit;
    line-height: inherit;
}
/*** Banner ***/
.banner-area {
    position: relative;
    min-height: 626px;
}
.banner-image img {
    width: 100%;
    height: 100vh;
}
.banner-logo {
    display: block;
    margin-bottom: 25px;
}
.banner-content {
    position: absolute;
    display: block;
    font-size: 24px;
    color: #4F4F4F;
    font-weight: 500;
    text-align: center;
    transform: translateY(-40%);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.banner-content h1 {
    text-transform: uppercase;
}
.banner-content h1 span {
    display: block;
}
.banner-content p {
    line-height: 150%;
    margin-bottom: 40px;
}
.banner-btns {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 100px;
}
.button-arrow {
    display: inline-block;
    vertical-align: top;
    margin-top: -40px;
    margin-left: 30px;
}
.inner-banner-area {
    position: relative;
    min-height: 420px;
}
.inner-banner-area .banner-content {
    padding: 0 10%;
}
.inner-banner-area .banner-content h1 span {
    display: inline;
}
.inner-banner-area .banner-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.inner-banner-area h1 {
    font-size: 64px;
}
/*** Heading ***/
.heading-div {
    display: block;
    margin-bottom: 40px;
}
/*** Content Area ***/
.content-area {
    display: block;
}
.content-area .responsive-tabs-wrapper {
    padding: 45px 0;
    margin-bottom: 0;
}
.content-area .responsive-tabs ul.responsive-tabs__list {
    border-radius: 0;
    margin-bottom: 20px;
    z-index: 99;
    left: 0;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
}

.content-area .responsive-tabs .responsive-tabs__list__item {
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6D6D6D;
    border: 1px solid #6D6D6D;
    border-radius: 8px;
    padding: 10px 24px !important;
}

.content-area .responsive-tabs .responsive-tabs__list__item:hover,
.content-area .responsive-tabs .responsive-tabs__list__item:focus {
    background: linear-gradient(105.5deg, #0043E8 3.75%, #002081 116.8%);
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.content-area .responsive-tabs .responsive-tabs__list__item--active,
.content-area .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: linear-gradient(105.5deg, #0043E8 3.75%, #002081 116.8%);
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.content-area .responsive-tabs .responsive-tabs__panel {
    border: 0;
    padding: 0;
    padding-top: 65px;
}
.shadow-tab {
    font-size: 18px;
    font-weight: 400;
    color: #6D6D6D;
    border-radius: 16px;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 2px 8px 0px #0000001A;
    padding: 16px 24px 24px;
    margin-bottom: 24px;
}
.shadow-tab h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 30px;
}
.shadow-tab .excerpt {
    min-height: 100px;
    margin-bottom: 32px;
}
.shadow-tab .btn-default::before {
    right: 34%;
}
.search-area {
    position: relative;
}
.search-div {
    position: absolute;
    width: 550px;
    right: 0;
    top: 60px;
}
.search-div #ajaxsearchlite1 .probox, div.asl_w .probox {
    border-color: #E7E7E7;
    box-shadow: none;
    border-radius: 6px;
}
.search-div #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #888888 !important;
    text-shadow: none;
}
/*** Heading ***/
.benefits-area {
    display: block;
    padding: 84px 0;
}
.listing-tab {
    position: relative;
    cursor: pointer;
}
.listing-tab h3 {
    max-width: 300px;
    color: #fff;
    line-height: 135%;
}
.listing-tab a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}
.listing-tab .des {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    letter-spacing: 0%;
    display: none;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.listing-tab:hover .des {
    display: block;
}
.listing-tab::before {
  background: linear-gradient(180deg, rgba(0, 15, 49, 0) -25.74%, rgba(0, 46, 158, 0.42) 100%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
}
.listing-tab:hover:before {
  background: linear-gradient(179.27deg, rgba(0, 15, 49, 0) -152.7%, rgba(0, 46, 158, 0.8) 99.37%);
}
.listing-tab .image img {
  width: 100%;
  height: 575px;
  object-fit: cover;
  border-radius: 16px;
}
.listing-tab .content {
  position: absolute;
  font-family: "Acumin Pro";
  font-weight: 300;
  font-size: 16px;
  color: var(--white-color);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.5s ease;
}
.view-benefits {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
    letter-spacing: 8%;
    text-transform: uppercase;
}
/*** Redefining ***/
.redefining-area {
    background: #F6F6F6;
    display: block;
    padding: 80px 0;
}
.redefining-image img {
    width: 100%;
    height: 673px;
    border-radius: 16px;
    object-fit: cover;
}
.redefining-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #5D5D5D;
    padding-left: 12%;
}
.redefining-text em {
    color: #2B2B2B;
}
.redefining-text p {
    margin-bottom: 30px;
}
.crystalline-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #5D5D5D;
    padding-right: 12%;
}
/*** Applications ***/
.applications-area {
    background: #F6F6F6;
    display: block;
    padding: 100px 0;
}
.applications-div {
    display: block;
    padding: 0 96px;
}
.applications-div .listing-tab h3 {
    max-width: inherit;
}
.applications-div .heading-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view-link {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 8%;
    text-transform: uppercase;
}
.view-link a {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #6D6D6D;
}
.view-link a:hover, .view-link a:focus {
    color: #3B82F6;
}
/*** Gallery Area ***/
.main-gallery-area {
    display: block;
    padding: 100px 0;
}
.main-gallery-area .heading-div {
    text-align: center;
    margin-bottom: 50px;
}
.main-gallery {
    display: block;
    margin-bottom: 50px;
}
.view-gallery-button {
    text-align: center;
}
.main-gallery .modula .modula-items .modula-item {
    border-radius: 16px;
}
/*** About Page ***/
.company-area {
    background: #F6F6F6;
    display: block;
    padding: 80px 0;
}
.company-text {
    display: block;
    padding-right: 30%;
}
.company-image img {
    border-radius: 16px;
}
.innovation-area {
    display: block;
    padding: 100px 0;
}
.innovation-tab {
    background: #EFF6FF;
    font-size: 20px;
    font-weight: 400;
    color: #5D5D5D;
    border-radius: 16px;
    border-left: 6px solid #3B82F6;
    padding: 48px;
}
.innovation-area .col-md-6:last-child .innovation-tab {
    border-color: #2B2B2B;
}
.innovation-tab h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 20px;
}
.about-tabs-area {
    background: #F6F6F6;
    display: block;
    padding: 100px 0;
}
.about-tab {
    background: #FFFFFF;
    display: block;
    border-radius: 16px;
    border: 1px solid #E7E7E7;
    padding: 32px;
}
.about-tab h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 15px;
}
.about-tab .icon {
    background: #002E9E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    margin-bottom: 24px;
}
/*** Applications & Benefits Area ***/
.main-tabs-div {
    position: relative;
}
.main-tab-area {
    background: #FFFFFF;
    position: relative;
    padding: 80px 0;
}
.main-tab-area:nth-child(even) {
    background: #F6F6F6;
}
.main-tabs-div .main-tab-area:nth-child(even) .row {
    flex-direction: row-reverse;
}
.main-tab-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}
.main-tab-text {
    font-size: 20px;
    font-weight: 400;
    color: #5D5D5D;
    padding-left: 50px;
}
.main-tab-text p {
    margin-bottom: 0;
}
.main-tab-text ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.main-tabs-div .main-tab-area:nth-child(even) .main-tab-text {
    padding-right: 80px;
    padding-left: 0;
}
.designed-tabs-area {
    position: relative;
    padding: 120px 0 100px;
}
.designed-tabs-area::before {
    background: url(../images/designed-tabs-area-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top -680px right;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 120px 0;
    opacity: 0.10;
}
.designed-div {
    position: relative;
}
.designed-div .nav-tabs {
    display: flex;
    gap: 16px;
    justify-content: center;
    border: 0;
    margin-bottom: 60px;
}
.designed-div .nav-tabs .nav-link {
    background: #FFFFFF !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #6D6D6D !important;
    border: 1px solid #6D6D6D !important;
    border-radius: 8px;
    padding: 5px 24px;
}
.designed-div .nav-tabs .nav-item.show .nav-link,
.designed-div .nav-tabs .nav-link.active,
.designed-div .nav-tabs .nav-link:hover {
    background: linear-gradient(105.5deg, #0043E8 3.75%, #002081 116.8%) !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}
.white-tab {
    background: #FFFFFF;
    display: block;
    font-size: 16px;
    color: #6D6D6D;
    line-height: 150%;
    border-radius: 16px;
    border: 1px solid #E7E7E7;
    padding: 116px 24px 32px;
    margin-bottom: 24px;
}
.white-tab:hover {
    background: #002E9E;
    color: #F6F6F6;
    border: 1px solid #1E3A8A;
}
.white-tab h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 15px;
}
.white-tab:hover h3 {
    color: #FFFFFF;
}
.white-tab .icon {
    background: #002E9E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-bottom: 48px;
}
.white-tab .icon img {
    filter: brightness(0) invert(1);
}
.white-tab:hover .icon {
    background: #EFF6FF;
}
.white-tab:hover .icon img {
    filter: inherit;
}
.sustainability-tabs-area {
    background: linear-gradient(105.5deg, #0043E8 3.75%, #002081 116.8%);
    position: relative;
    padding: 120px 0;
}
.sustainability-tabs-area .heading-div {
    max-width: 1342px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto 60px;
}
.sustainability-tabs-area .heading-div h2 {
    color: #FFFFFF;
}
.sustainability-tabs-area .heading-div h2 span {
    color: #BFDBFE;
}
.sustainability-tabs-area::before {
    background: url(../images/sustainability-bg.jpg) no-repeat right;
    background-size: cover;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.10;
}
.blue-tab {
    background: #1E3A8A;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #2563EB;
    padding: 88px 32px;
}
.blue-tab h3 {
    color: #FFFFFF;
}
.blue-tab .icon {
    background: #1E40AF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 17.14px;
    margin: 0 auto 24px;
}
.visionary-tabs-area {
    position: relative;
    padding: 120px 0;
}
.visionary-tabs-area::before {
    background: url(../images/visionary-bg.jpg) no-repeat right;
    background-size: cover;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.10;
}
.visionary-tabs-area .heading-div {
    max-width: 1036px;
    font-size: 20px;
    font-weight: 400;
    color: #5D5D5D;
    margin: 0 auto 60px;
}
.visionary-tabs-area .white-tab {
    padding: 68px 24px 32px;
    margin-bottom: 24px;
}
.white-tab:hover .icon img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(2300%) hue-rotate(205deg) brightness(96%) contrast(101%);
}
.white-tab:hover .white-tab {
    color: #fff;
}
.choice-area {
    display: block;
    padding: 100px 0;
}
.choice-div {
    max-width: 1164px;
    font-size: 32px;
    font-weight: 700;
    color: #2B2B2B;
    text-align: center;
    margin: 0 auto;
}
.choice-div p {
    line-height: normal;
    margin-bottom: 40px;
}
.choice-div h2 {
    color: #3B82F6;
    text-align: center;
}
/*** Contact ***/
.contact-area {
    position: relative;
    padding: 40px 0px;
}
.contact-div {
    position: relative;
    border-radius: 16px;
    border: 1px solid #E7E7E7;
    padding: 48px;
    margin: 0 200px;
}
.contact-image img {
    width: 100%;
    height: 655px;
    border-radius: 16px;
    object-fit: cover;
}
.contact-form .form-label {
    font-size: 14px;
    font-weight: 700;
    color: #2B2B2B;
    text-transform: uppercase;
}
.contact-form .form-control {
    background: #fff;
    font-size: 14px;
    color: #888888;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    padding: 10px 16px;
}
.contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.contact-form .form-control::placeholder {
    color: #888888;
    opacity: 1; /* Firefox */
}
.contact-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #888888;
}
.contact-form p {
    margin-bottom: 0;
}
.contact-form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
}
.contact-form input[type=submit] {
    background: linear-gradient(105.5deg, #0043E8 3.75%, #002081 116.8%);
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 6px;
    text-align: center;
    padding: 10px 56px 10px 24px;
}
.contact-form input[type=submit]:hover, input[type=submit]:focus {
    background: linear-gradient(105.5deg, #002081 3.75%, #0043E8 116.8%);
    color: #fff;
}
.contact-info {
    display: block;
    border-radius: 12px;
    border: 1px solid #DCDCDC;
    padding: 24px;
    margin-top: 40px;
}
.contact-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    width: 50%;
    border-right: 1px solid #DCDCDC;
    padding: 0 0 0 56px;
    margin-left: 60px;
}
.contact-info ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #6D6D6D;
}
.contact-info ul li a:hover, .contact-info ul li a:focus {
    color: #2563EB;
}
.contact-info ul li span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #292929;
    text-transform: uppercase;
}
.contact-info ul li.email {
    background: url(../images/email-icon-contact.svg) no-repeat 0 5px;
}
.contact-info ul li.website {
    background: url(../images/website-icon-contact.svg) no-repeat 0 5px;
}
.contact-info ul li:first-child {
    margin: 0;
}
.contact-info ul li:last-child {
    border-right: 0;
}
/*** Footer ***/
.footer {
	background: #022B8E;
    color: #F6F6F6;
    padding: 80px 0 40px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1E40AF;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.footer-left {
    display: block;
    font-size: 16px;
    font-weight: 400; 
    color: #F6F6F6;
    line-height: 24px;
    padding-right: 45%;
}
.footer-left #media_image-3 {
    background-color: #FFFFFF;
    display: inline-block;
    padding: 5px 5px 20px;
    margin-bottom: 14px;
}
.footer-left #media_image-3 img {
    height: 182px !important;
}
.footer-links {
    display: block;
}
.footer-links h4 {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 16px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-links ul li a {
    display: flex;
    gap: 11px;
    align-items: center;
    color: #F6F6F6;
}
.footer-links ul li a:hover, .footer-links ul li a:focus {
    color: #2563EB;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright {
    font-size: 14px;
    font-weight: 400;
    color: #F6F6F6;
}
.copyright em {
    font-weight: 300;
}
.copyright p {
    margin-bottom: 10px;
}
.socials-links ul {
    display: flex;
    gap: 40px;
    align-items: center;
}

@media (max-width: 1499.98px) {
h1 {
    font-size: 80px;
}
h3 {
    font-size: 26px;
}
.inner-banner-area {
    min-height: inherit;
}
.contact-div {
    margin: 0 80px;
}
.applications-div {
    padding: 0 20px;
}
.footer-left {
    padding-right: 20%;
}
.inner-banner-area h1 {
    font-size: 50px;
    margin-bottom: 20px;
}
.banner-content {
    font-size: 22px;
    transform: translateY(-20%);
}
}
@media (max-width: 1399.98px) {
h1 {
    font-size: 74px;
}
h2 {
    font-size: 40px;
}
.inner-banner-area h1 {
    font-size: 44px;
}
.banner-content {
    font-size: 20px;
}
.redefining-image img {
    height: auto;
}
.redefining-text {
    padding-left: 8%;
}
.crystalline-text {
    padding-right: 8%;
}
.footer-left {
    padding-right: 10%;
}
.footer-left #media_image-3 img {
    height: 152px !important;
}
.main-tab-text {
    font-size: 18px;
}
.choice-div {
    font-size: 28px;
}
.search-div {
    width: 400px;
}
}
@media (max-width: 1199.98px) {
h1 {
    font-size: 70px;
    margin-bottom: 20px;
}
h2 {
    font-size: 37px;
}
h2 span {
    font-size: 16px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 34px;
}
.banner-image img {
    height: auto;
}
.inner-banner-area h1 {
    font-size: 40px;
}
.banner-content {
    transform: translateY(-10%);
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 18px 0 0;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
}
.applications-div {
    padding: 0 0;
}
.benefits-area {
    padding: 54px 0;
}
.redefining-area {
    padding: 50px 0;
}
.applications-area {
    padding: 50px 0;
}
.main-gallery-area {
    padding: 50px 0;
}
.btn-default {
    font-size: 16px;
}
.btn-secondary {
    font-size: 16px;
}
.company-text {
    padding-right: 5%;
}
.innovation-tab {
    font-size: 18px;
    padding: 30px;
}
.about-tabs-area {
    padding: 50px 0;
}
.about-tab {
    padding: 20px;
}
.main-tab-area {
    padding: 50px 0;
}
.footer {
    padding: 50px 0 40px;
}
.banner-btns {
    margin-bottom: 0;
}
}
@media (max-width: 1099.98px) {
h1 {
    font-size: 60px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 24px;
}
.banner-area {
    min-height: inherit;
}
.banner-content {
    font-size: 18px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
}
.btn-default {
    font-size: 14px;
}
.btn-secondary {
    font-size: 14px;
}
.listing-tab .image img {
    height: 505px;
}
.listing-tab .des {
    font-size: 14px;
}
.redefining-text {
    font-size: 18px;
    padding-left: 2%;
}
.crystalline-text {
    font-size: 18px;
    padding-right: 2%;
}
.listing-tab .des {
    font-size: 13px;
}
.listing-tab .content {
    padding: 22px;
}
.footer-left {
    font-size: 14px;
    padding-right: 0;
}
.footer-links h4 {
    font-size: 16px;
}
.footer-left #media_image-3 img {
    height: 132px !important;
}
.footer-links ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
.copyright {
    font-size: 13px;
}
.company-area {
    padding: 50px 0;
}
}
@media (max-width: 991.98px) {
h1 {
    font-size: 50px;
    margin-bottom: 10px;
}
h2 {
    font-size: 27px;
}
h2 span {
    font-size: 14px;
}
h3 {
    font-size: 22px;
}
.header-btn {
    margin-right: 45px;
}
.header-btn .btn-default {
    padding: 6px 56px 6px 24px;
}
.btn-default::before {
    top: 15px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0 2px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 5px 15px;
}
.main-menu .menu-button-container #primary-mobile-menu {
    display: none;
}
.main-menu {
    position: absolute;
    right: 15px;
}
.banner-content {
    font-size: 16px;
    transform: inherit;
    top: inherit;
    bottom: 70px;
}
.banner-content p {
    margin-bottom: 25px;
}
.inner-banner-area .banner-content {
    bottom: 10px;
}
.inner-banner-area h1 {
    font-size: 34px;
    margin-bottom: 10px;
}
.heading-div {
    margin-bottom: 20px;
}
.benefits-area {
    padding: 30px 0;
}
.redefining-area {
    padding: 30px 0;
}
.applications-area {
    padding: 30px 0;
}
.main-gallery-area {
    padding: 30px 0;
}
.listing-tab .image img {
    height: 435px;
}
.redefining-text p {
    margin-bottom: 20px;
}
.innovation-area {
    padding: 40px 0 50px;
}
.innovation-tab {
    font-size: 15px;
    padding: 20px;
}
.innovation-tab h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.about-tab {
    font-size: 13px;
    line-height: 24px;
    padding: 15px;
}
.about-tab h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.about-tab .icon {
    width: 50px;
    height: 50px;
}
.main-tab-text {
    font-size: 16px;
    padding-left: 0px;
}
.main-tabs-div .main-tab-area:nth-child(even) .main-tab-text {
    padding-right: 0px;
}
.designed-tabs-area {
    padding: 50px 0 50px;
}
.designed-tabs-area::before {
    background-position: top right;
}
.white-tab {
    font-size: 14px;
    padding: 32px 24px 32px;
}
.white-tab .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.white-tab .icon img {
    max-width: 30px;
}
.white-tab h3 {
    font-size: 22px;
}
.blue-tab {
    font-size: 20px;
    padding: 40px 20px;
}
.blue-tab .icon {
    width: 60px;
    height: 60px;
}
.blue-tab .icon img {
    max-width: 30px;
}
.sustainability-tabs-area {
    padding: 50px 0;
}
.sustainability-tabs-area .heading-div {
    font-size: 18px;
    margin: 0 auto 40px;
}
.visionary-tabs-area {
    padding: 50px 0;
}
.choice-area {
    padding: 50px 0;
}
.choice-div {
    font-size: 19px;
}
.search-div {
    width: auto;
}
.content-area .responsive-tabs .responsive-tabs__list__item {
    padding: 10px 20px !important;
}
.shadow-tab {
    font-size: 16px;
}
.shadow-tab h3 {
    font-size: 19px;
    margin-bottom: 15px;
}
.shadow-tab .excerpt {
    min-height: 80px;
    margin-bottom: 20px;
}
.contact-div {
    margin: 0 0;
}
}
@media (max-width: 767.98px) {
.logo img {
    max-width: 80px !important;
}
h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
h2 {
    font-size: 24px;
}
body {
    font-size: 14px;
}
.main-header {
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 15px;
}
.listing-tab {
    margin-bottom: 15px;
}
.redefining-image img {
    height: auto;
    object-fit: cover;
}
.listing-tab .image img {
    height: 500px;
}
.redefining-image {
    margin-bottom: 20px;
}
.footer-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.footer-left {
    text-align: center;
    border-bottom: 1px solid #1E40AF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-links {
    margin-bottom: 20px;
}
.footer-links ul li {
    margin-bottom: 5px;
}
.copyright {
    margin-bottom: 15px;
}
.copyright p {
    margin-bottom: 0;
}
.footer-bottom {
    display: block;
    text-align: center;
}
.socials-links ul {
    gap: 20px;
    justify-content: center;
}
.company-text {
    padding-right: 0;
    margin-bottom: 20px;
}
.heading-div {
    margin-bottom: 10px;
}
.company-area {
    padding: 30px 0;
}
.company-image img {
    width: 100%;
    height: auto;
}
.innovation-tab {
    margin-bottom: 15px;
}
.about-tabs-area {
    padding: 30px 0;
}
.about-tab {
    margin-bottom: 15px;
}
.header-btn {
    margin-right: 62px;
}
.contact-div {
    padding: 25px;
}
.contact-form {
    margin-bottom: 20px;
}
.main-tab-area {
    padding: 30px 0;
}
.main-tab-image {
    margin-bottom: 15px;
}
.main-tab-text h2 {
    margin-bottom: 10px;
}
.designed-tabs-area {
    padding: 30px 0;
}
.designed-div .nav-tabs {
    gap: 10px;
    margin-bottom: 30px;
}
.designed-div .nav-tabs .nav-link {    
    font-size: 13px;
    padding: 4px 14px;
}
.main-tab-text {
    margin-bottom: 15px;
}
.inner-banner-area h1 {
    font-size: 30px;
}
.banner-content {
    font-size: 14px;
}
 .content-area .responsive-tabs .responsive-tabs__heading {
    display: none;
}
.content-area .responsive-tabs .responsive-tabs__list {
    display: block;
}
.content-area .responsive-tabs-wrapper {
    border-top: 0;
    padding: 20px 0;
    margin-bottom: 0;
}
.content-area .responsive-tabs ul.responsive-tabs__list {
    margin-bottom: 0px;
}
.content-area .responsive-tabs .responsive-tabs__panel {
    padding-top: 20px;
}
.search-area {
    padding-top: 30px;
}
.search-div {
    position: relative;
    width: auto;
    top: inherit;
}
.redefining-area {
    border-bottom: 1px solid #d2d2d2;
}
.redefining-area {
    padding: 30px 0;
    border-bottom: 1px solid #d2d2d2;
}
.redefining-area.two .row {
    flex-direction: column-reverse;
}
}
@media (max-width: 667.98px) {
.inner-banner-area h1 {
    font-size: 24px;
}
.banner-content p {
    margin-bottom: 20px;
}
.inner-banner-area .banner-content p {
    margin-bottom: 0;
}
.banner-content {
    font-size: 13px;
}
}
@media (max-width: 575.98px) {
h1 {
    font-size: 30px;
}
.main-header {
    position: relative;
}
.banner-content {
    bottom: 50px;
}
.contact-image img {
    height: auto;
}
.contact-info ul {
    display: block;
}
.contact-info ul li {
    width: auto;
    border-right: 0;
    border-bottom: 1px solid #DCDCDC;
    margin-left: 0;
    padding-bottom: 10px;
}
.contact-info ul li:first-child {
    margin-bottom: 10px;
}
.contact-info ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.visionary-tabs-area .heading-div {
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto 20px;
}
.visionary-tabs-area .white-tab {
    padding: 32px 24px 32px;
}
.choice-div {
    font-size: 16px;
}
.sustainability-tabs-area .heading-div {
    font-size: 15px;
    margin: 0 auto 30px;
}
.blue-tab {
    font-size: 16px;
    padding: 30px 15px;
    margin-bottom: 15px;
}
}
@media (max-width: 475.98px) {
h1 {
    font-size: 25px;
}
h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.main-menu {
    position: absolute;
    top: 28px;
}
.header-btn .btn-default {
    padding: 6px 36px 6px 20px;
}
.btn-default {
    font-size: 13px;
    padding: 6px 36px 6px 20px;
}
.btn-secondary {
    font-size: 13px;
    padding: 6px 36px 6px 20px;
}
.btn-default::before {
    top: 14px;
    right: 10px;
}
.btn-secondary::before {
    top: 14px;
    right: 10px;
}
.inner-banner-area h1 {
    font-size: 20px;
}
.inner-banner-area h1 br {
    display: none;
}
.inner-banner-area .banner-content {
    padding: 0 0;
}
.banner-content {
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
}
.banner-content p {
    margin-bottom: 10px;
}
.banner-content p br {
    display: none;
}
.content-area .responsive-tabs .responsive-tabs__list__item {
    margin-bottom: 15px;
}
.applications-div .heading-div {
    display: block;
    text-align: center;
}
.view-link a {
    font-size: 14px;
    justify-content: center;
}
.listing-tab .image img {
    height: 370px;
}
.inner-banner-area .banner-image img {
    height: 150px;
}
}