/*!
Theme Name: glassreactor
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: glassreactor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
  font-family: 'Montserrat-Black';
  src: url("./fonts/Montserrat-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("./fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("./fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("./fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("./fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url("./fonts/Oswald-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Oswald-Medium';
  src: url("./fonts/Oswald-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url("./fonts/Oswald-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url("./fonts/Oswald-SemiBold.ttf") format("truetype");
}

body{
	margin:0px;
	padding:0px;
	color:#000;
	font-family: 'Montserrat-Medium';
}

img{
	max-width:100%;
}

p,p,li{
	font-size:16px;
	line-height:30px;
	font-family: 'Montserrat-Medium';
}

/* header css */

section.announcement_bar {
    padding: 7px 0px;
    background: #f45905;
}

.announcement_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.annoucement a {
    text-decoration: none;
    color: #fff;
}

.annoucement a:hover {
    color: #000;
}

header.header_section {
    background: #fff;
    padding: 10px 0px;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: 0px 3px 6px #dddddd;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    width: 150px;
}

.menubar_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Oswald-Medium';
    font-size: 15px;
    font-weight: normal !IMPORTANT;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    height: auto;
    color: #000;
    padding: 3px 14px;
}

div#mega-menu-wrap-menu-1 {
    background: transparent !IMPORTANT;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #f45905;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    color: #f45905;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #f45905;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #005bab;
    color: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #f45905;
    color: #fff;
}

.header-logo a {
    display: block;
}

.button_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.button_group a {
    border: 2px solid #000;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0px 20px;
    min-width: 175px;
    border-radius: 7px;
    font-family: 'Montserrat-SemiBold';
}

a.blue_button {
    background: #005bab;
    color: #fff;
}

a.blue_button:hover {
    background: #020101cc;
    border-color: #f45905;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link {
    background: #f45905 !IMPORTANT;
    color: #fff !IMPORTANT;
}

/* header css */

/* hero css */

section.hero_section {
    position: relative;
    padding: 50px 0px;
    min-height: calc(100vh - 148px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_content_main {
    position: relative;
    z-index: 3;
    width: 100%;
}

div#main-banner-slider {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

div#main-banner-slider:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: 2;
}

.hero_content h5 {
    display: inline-block;
    background: #fff;
    font-family: 'Montserrat-Medium';
    font-weight: normal !IMPORTANT;
    font-size: 15px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
}

.hero_content h1 {
    color: #fff;
    font-family: 'Oswald-Bold';
    font-size: 53px;
}

.hero_content p {
    color: #fff;
}

.hero_content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-bottom: 25px;
}

.hero_content ul li a {
    text-decoration: none;
    color: #fff;
}

.hero_content ul li a {
    padding: 8px;
    padding-left: 35px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: 25px !IMPORTANT;
    background-position: 3px 5px !important;
}

.hero_content ul li a:hover {
	color: #bc4404;
}

a.orange_button {
    background: #f45905;
    border-color: #fff;
    color: #fff;
}

a.orange_button:hover {
    background:#020101cc;
}

.swiper-pagination span {
    opacity: 1;
    border: 1px solid #fff;
    height: 16px;
    width: 16px;
    position: relative;
    background: transparent;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 65%;
    width: 65%;
    border-radius: 50%;
    background: #f45905;
}

.hero_video_button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff6e;
    height: 100px;
    width: 100px;
    text-decoration: none;
    border-radius: 50%;
    font-size: 37px;
    color: #fff;
}

.hero_video_button a i {
    border: 3px solid #ffffff;
    height: 80%;
    width: 80%;
    border-radius: 50%;
    background: #bc4404;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.hero_video_button a:hover i {
    background: #005bab;
}

div#herovideo .btn-close, .video_page_section .btn-close{
    position: absolute;
    background-color: red !important;
    opacity: 1;
    height: 30px;
    width: 30px;
    right: -30px;
    top: -35px;
    border-radius: 50%;
    color: #fff !IMPORTANT;
    background-size: 18px !IMPORTANT;
}

div#herovideo .modal-body p {
    margin: 0px;
}

div#herovideo .modal-body iframe, .video_page_section .modal-body iframe{
    width: 100%;
    height: 420px;
    display: block;
    border-radius: 10px !IMPORTANT;
}

div#herovideo .btn-close:hover, .video_page_section .btn-close:hover {
    background-color: #005bab !IMPORTANT;
}

/* hero css */

/* video page css */

section.video_page_section {
    margin: 50px 0px;
}

.video_page_block {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.video_page_block iframe {
    width: 100% !IMPORTANT;
    height: 250px !IMPORTANT;
    display: block;
}

.video_page_block_overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #005bab8f;
    color: #fff;
    padding: 20px;
    transition: 0.5s;
    transform: scale(0);
}

section.video_page_section .row {
    gap: 25px 0px;
}

.video_page_block_overlay h2 {
    font-family: 'Oswald-SemiBold';
    font-size: 24px;
}

.video_page_block_overlay a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    text-decoration: none;
    background: #f45905;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s;
}

.video_page_block_overlay a:hover {
    background: #000;
}

.video_page_block:hover .video_page_block_overlay {
    transform: scale(1);
}

/* video page css */

/* about css */

section.about_section {
    margin: 70px 0px;
}

.about_image {
    position: relative;
}

.image_overlay:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    height: 70px;
    width: 112px;
    background-repeat: no-repeat !IMPORTANT;
    background-position: center center !IMPORTANT;
    background-size: 92px !important;
    border-radius: 8px;
}

.about_image img {
    border-radius: 20px;
    width: 100%;
    border: 3px solid #f45905;
}

.title_text h2 {
    font-family: 'Oswald-Bold';
    font-size: 40px;
    margin-bottom: 15px;
	text-transform:uppercase;
}

section.about_section .row {
    align-items: center;
    gap: 25px 0px;
}

section.counter_section {
    margin: 70px 0px;
    padding: 50px 0px;
    background: #F3F3F3;
}

.counter_block {
    width: 18%;
    border: 2px solid #005bab;
    text-align: center;
    padding: 25px 10px;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    transition: 0.5s;
}

.row.counter_row {
    justify-content: center;
    gap: 25px;
}

.counter_block h2 {
    font-family: 'Oswald-Bold';
    font-size: 41px;
}

.counter_block p {
    margin: 0px;
}

.counter_block:hover {
    background: #005bab;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

/* about css */

/* product css */

section.product_section {
    margin: 70px 0px;
}

.product_block {
    border: 3px solid #f45905;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.product_block a {
    text-decoration: none;
    color: inherit;
}

.product_image {
    overflow: hidden;
}

.border_block {
    border-top: 9px solid #005bab;
    border-bottom: 5px solid #f45905;
}

.product_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

.product_content {
    padding: 17px;
    min-height: 183px;
}

.product_content p {
    margin: 0px;
}

.product_content h3 {
    font-family: 'Oswald-SemiBold';
    font-size: 23px;
}

.product_slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 30px;
}

.product_slider .swiper-pagination span {
    border-color: #005bab;
}

.product_block:hover .product_image img {
    transform: scale(1.2);
}

.product_block:hover .product_content h3 {
    color: #f45905;
}

.product_block:hover {
    border-color: #005bab;
}

/* product css */

/* video css */

section.video_section {
    background: #151515;
    margin: 70px 0px;
    padding: 60px 0px;
}

.video_block {
    position: relative;
}

.video_block img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.video_main_block {
    border-radius: 20px;
    overflow: hidden;
}

.video_iframe p {
    margin: 0px;
}

.video_iframe iframe {
    width: 100%;
    display: block;
    height: 500px;
}

.video_block:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0 91 171/70%);
}

.video_block .hero_video_button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_iframe {
    display: none;
}

/* video css */

/* supply css */

section.supply_section {
    margin: 70px 0px;
}

.supply_block {
    border: 2px solid #005bab;
    border-radius: 20px;
    padding: 20px;
    background: #f3f3f3;
    height: 100%;
    transition: 0.5s;
}

.supply_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
}

.supply_title h3 {
    margin: 0px;
    font-family: 'Oswald-SemiBold';
    font-size: 23px;
}

.supply_icon {
    width: 78px;
}

.supply_title {
    width: calc(100% - 78px);
    padding-left: 15px;
}

.supply_block p {
    margin: 0px;
}

.supply_block:hover {
    box-shadow: 0px 0px 10px #005babad;
}

section.supply_section .row {
    gap: 25px 0px;
}

/* supply css */

/* client css */

section.client_section {
    margin: 70px 0px;
    padding: 60px 0px;
    position: relative;
}

section.client_section .container {
    position: relative;
    z-index: 2;
}

section.client_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(5 72 131/70%);
}

section.client_section .title_text h2 {
    color: #fff;
}

.client_logo {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.client_logo img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.client_logo_slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 30px;
}

/* client css */

/* gallery css */

section.gallery_section {
    margin: 70px 0px;
}

.gallery_image a {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: block;
    border: 2px solid #bc4404;
}

.gallery_image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

section.gallery_section .row {
    gap: 25px 0px;
}

.gallery_image a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(188 68 4/50%);
    opacity:0;
}

.gallery_image a:after {
    content:'\f0c1';
    font-family:fontAwesome;
    color:#fff;
    font-size:25px;
    height:50px;
    width:50px;
    background:#005bab;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    border:1px solid #fff;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    opacity:0;
}

.gallery_image a:hover:before, .gallery_image a:hover:after{
    opacity:1;
}

h5.sub_title {
    display: inline-block;
    background: #005bab;
    color: #fff;
    border-radius: 30px;
    padding: 5px 18px;
    font-size: 14px;
    text-transform: uppercase;
}

.gallery_image.gallery_text_block h5 {
    text-align: center;
    color: #fafafa;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    font-family: 'Oswald-SemiBold';
    width: 100%;
    padding: 15px;
    font-size: 21px;
    opacity: 0;
}

.gallery_image.gallery_text_block a:hover h5 {
    opacity: 1;
}

/* gallery css */

/* faq css */

section.faq_section {
    margin: 70px 0px;
}

.accordion-item {
    margin-bottom: 15px;
    background: #bc4404;
    border-radius: 15px !IMPORTANT;
    overflow: hidden;
    border: 2px solid #005bab ! IMPORTANT;
}

.accordion-item:last-child {
    margin: 0px;
}

button.accordion-button {
    background: transparent !IMPORTANT;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    color: #fff !IMPORTANT;
    font-family: 'Oswald-SemiBold';
    font-size: 18px;
    letter-spacing: 0.4px;
    padding: 20px 25px !IMPORTANT;
}

.accordion-body {
    color: #fff;
}

.accordion-body p, .accordion-body li {
    font-family: 'Montserrat-Regular';
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

button.accordion-button[aria-expanded="true"] {
    border-bottom: 1px solid #fff !important;
}

/* faq css */

/* footer css */

.border_bottom {
    display: block;
    border-top: 9px solid #005bab;
    border-bottom: 5px solid #f45905;
}

footer.site_footer {
    background: #151515;
    padding: 50px 0px;
}

.footer_row {
    justify-content: space-between;
}

.widget1 {
    width: 350px;
}

.widget2 {
    width: 165px;
}

.widget3 {
    width: 200px;
}

.widget4 {
    width: 430px;
}

.logo_footer img {
    height: 95px;
}

.footer_content {
    color: #fff;
    margin-top: 17px;
}

.logo_footer a {
    display: block;
}

.footer_row p, .footer_row a {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.footer_widget h4 {
    color: #fff;
    font-family: 'Oswald-SemiBold';
    font-size: 22px;
    margin-bottom: 20px;
    border-left: 5px solid #005bab;
    padding-left: 8px;
    margin-left: -12px;
}

.footer_widget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contact_info_block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 13px;
}

.contact_info_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact_info_icon {
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
    background: #005bab;
}

.contact_info_data {
    width: calc(100% - 40px);
    padding-left: 12px;
}

.contact_info_data p {
    font-family: 'Oswald-SemiBold';
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
}

.contact_info_data a p {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    margin:0px;
    text-transform: capitalize;
}

.contact_info_row:nth-child(n+3) {
    align-items: start;
}

.copyright_section {
    background: #005bab;
    padding: 7px 0px;
}

.copyright_section p, .copyright_section p a {
    margin: 0px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.footer_row a:hover, .contact_info_data a:hover p {
    color: #f45905;
}

/* footer css */

section.map_section iframe {
    display: block;
    width: 100% !IMPORTANT;
    height: 350px;
}

.common-hero-banner {
    padding: 70px 0px;
}

.common-hero-banner h1 {
    margin: 0px;
    font-family: 'Montserrat-Bold';
    font-size: 40px;
}

/* product detail page css */

.product_first_image {
    position: relative;
    height: 100%;
}

.product_first_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 3px solid #f45905;
}

section.product_first_section {
    margin: 50px 0px;
}

section.product_first_section .row {
    gap: 25px 0px;
}

section.product_content_section {
    position: relative;
    padding: 50px 0px;
    margin: 50px 0px;
}

section.product_content_section .container {
    position: relative;
    z-index: 2;
}

section.product_content_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00417bab;
}

.title_text h3 {
    font-family: 'Oswald-Bold';
    font-size: 34px;
    margin-bottom: 15px;
}

section.why_section {
    margin: 50px 0px;
}

.why_block {
    height: 100%;
    border: 3px solid #005bab;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    background: #fbfbfb;
    transition: 0.5s;
}

section.why_section .row {
    gap: 25px 0px;
}

.why_block li {
    text-align: left;
}

.why_block h4 {
    background: #005bab;
    padding: 20px 15px;
    color: #fff;
    margin: 0px;
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
}

.why_block_inner {
    padding: 25px;
}

.why_block_inner p:last-child{
	margin-bottom:0px;
}

.why_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
    background: #fff;
}

.title_text p a {
    text-decoration: none;
    color: #005bab;
}

.product_inner_block {
    border: 3px solid #f45905;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    transition: 0.5s;
}

section.products_blocks_section {
/*     margin: 50px 0px; */
    padding: 50px 0px;
    background: #F3F3F3;
}

section.products_blocks_section .row {
    gap: 25px 0px;
}

.product_inner_block a {
    display: block;
    text-decoration: none;
    height: 100%;
}

.product_inner_block_img {
    overflow: hidden;
}

.product_inner_block_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

section.products_blocks_section.products_blocks_new_section .product_inner_block_img img{
	object-fit: contain !Important;
    padding: 15px;
}

.product_inner_block_title {
    padding: 15px;
    text-align: center;
}

.product_inner_block_title h3 {
    font-family: 'Oswald-SemiBold';
    font-size: 23px;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
}

.product_inner_block:hover {
    border-color: #005bab;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

/* product detail page css */

/* team css */

section.team_section {
    margin: 50px 0px;
    margin-bottom: 0px;
}

.team_block {
    height: 100%;
    border: 3px solid #f45905;
    border-radius: 15px;
    overflow: hidden;
    background: #fbf6f6;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}

section.team_section .row {
    gap: 25px 0px;
}

.team_image img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #005bab;
}

.team_image {
    margin-bottom: 12px;
}

.team_block h4 {
    font-family: 'Montserrat-SemiBold';
    font-size: 23px;
    color: #005bab;
}

.team_block p {
    margin-bottom: 10px;
}

.team_block a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 8px;
    color: #000;
}

.team_block a i {
    margin-right: 6px;
    color: #f45905;
}

.team_block a:hover {
    color: #005bab;
}

.team_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

/* team css */

/* contact us css start */
section.contact_page_section {
    padding: 60px 0px;
}

.contact_page_block {
    text-align: center;
    border: 3px solid #005bab;
    height: 100%;
    padding: 20px;
    background: #D9E8FF;
    transition: 0.5s;
    border-radius: 20px;
}
.contact_page_block_image {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #005bab;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: 0.5s;
}
.contact_page_block_image img {
    \: invert(1);
    height: 52px;
}
.contact_page_block h4 {
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #000;
    text-transform: uppercase;
}
.contact_page_block a {
    color: #000000;
    text-decoration: none;
}
.contact_page_block:hover .contact_page_block_image {
    transform: rotateY(360deg);
}
.contact_page_block:hover a {
    color: #005bab;
}

.contact_main_title h2 {
    color: #000000;
}

.contact_iframe p {
    margin: 0;
}

section.contact_page_location {
    padding: 0 0 60px 0px;
}

.contact_page_iframe {
    border: 4px solid #3F66DA;
    border-radius: 20px;
    overflow: hidden;
}

.contact_page_iframe iframe {
    width: 100%;
    display: block;
    height: 575px;
}


section.contact_page_section .row {
    gap: 25px 0px;
}

.contact_page_block_image i {
    font-size: 45px;
    color: #005bab;
}

.contact_page_block:hover .contact_page_block_image i {
    color: #f45905;
}

.why-us-estimate-form {
    border: 3px solid #005bab;
    height: 100%;
    padding: 35px;
    background: #D9E8FF;
    transition: 0.5s;
    border-radius: 20px;
}

.why-us-estimate-form h3 {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 32px;
}

.form_field input {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: none !IMPORTANT;
    background: #fff !IMPORTANT;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !IMPORTANT;
}

.form_field label {
    font-family: 'Montserrat-SemiBold';
}

.form_field textarea {
    width: 100%;
    height: 110px;
    padding: 10px 15px;
    border: none !IMPORTANT;
    background: #fff !IMPORTANT;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !IMPORTANT;
}

span.wpcf7-spinner {
    display: none !IMPORTANT;
}

.form_field input[type="submit"] {
    background: #005bab ! IMPORTANT;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
}

.form_field input[type="submit"]:hover {
    background: #f45905 !IMPORTANT;
}

.contact_iframe iframe {
    width: 100%;
    border: 3px solid #005bab !IMPORTANT;
    border-radius: 20px !IMPORTANT;
    display: block;
    height: 633px;
}

section.contact_page_location .row {
    gap: 25px 0px;
}

/* contact us css end */


/* catelogue css */

section.catalogue_section {
    margin: 50px 0px;
}

.catelog_block a {
    text-decoration: none;
    text-align: center;
    display: flex;
    background: #F3F3F3;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}

.catelog_block {
    height: 100%;
}

section.catalogue_section .row {
    gap: 25px 0px;
}

.catelog_block a h4 {
    margin: 0px;
    margin-top: auto;
    color: #000;
    font-family: 'Oswald-Medium';
    font-size: 21px;
}

.catelog_block a img {
    margin-bottom: 15px;
    width: 100px;
}

.catelog_block a:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

.catelog_block a:hover h4 {
    color: #f45905;
}

/* catelogue css */


section.inquiry_page_location {
    margin: 50px 0px;
}

section.inquiry_page_location .row {
    gap: 25px 0px;
}

.contact_image {
    border: 3px solid #005bab;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.contact_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.company_block_section {
    background: #F3F3F3;
    padding: 50px 0px;
    margin: 50px 0px;
}

section.company_block_section .row {
    gap: 25px 0px;
}

.company_block {
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #005bab;
    transition: 0.5s;
}

.company_block_image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background: #f3f3f3;
    border: 2px solid #005bab;
    margin-bottom: 15px;
}

.company_block_image img {
    height: 65px;
}

.company_block h4 {
    font-family: 'Oswald-Medium';
    font-size: 22px;
    text-transform: uppercase;
}

.company_block:hover {
    border-color: #f45905;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

.content_slider_main .swiper-slide {
  height: auto !important;
}
 
.content_slider_main .swiper-slide .contents_block {
  height: 100%;
}

.content_slider_main {
    position: relative;
    padding: 0px 37px;
}

.content_slider_main:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    height: 7px;
    width: 100%;
    background: #ebebeb;
    border-radius: 30px;
}

.contents_block {
    position: relative;
    background: #F3F3F3;
    padding: 20px;
    margin-top: 35px;
}

.contents_block:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #005bab;
    top: -33px;
    left: 20px;
}

.contents_block h4 {
    font-family: 'Oswald-Medium';
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}

.contents_block p a {
    text-decoration: none;
    color: #005bab;
}

.content_slider_main .swiper-button-next {
    right:0px;
}

.content_slider_main .swiper-button-prev {
    left:0px;
}

.content_slider_main .swiper-button-next, .content_slider_main .swiper-button-prev{
    width: 35px;
    height: 35px;
}

.content_slider_main .swiper-button-next:after, .content_slider_main .swiper-button-prev:after{
    display:none;
}

section.chairman-message_section {
    margin: 50px 0px;
}

section.chairman-message_section .row{
	gap:25px 0px;
}

section.chairman-message_section .about_image.image_overlay {
    position: sticky !IMPORTANT;
    top: 135px;
}

.title_text li {
    text-align: left;
}

section.choose_sections {
    background: #F3F3F3;
    padding: 50px 0px;
    margin: 50px 0px;
}

section.choose_sections .row {
    gap: 25px 0px;
}

.blocks_inners {
    background: #fff;
    padding: 25px;
    height: 100%;
    border: 2px solid #f45905;
    border-radius: 15px;
    transition: 0.5s;
}

.blocks_inners h4 {
    font-family: 'Oswald-Medium';
    font-size: 23px;
}

.blocks_inners:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

section.exhibitions_section {
    margin: 50px 0px;
}

section.exhibitions_section .row {
	gap:25px 0px;
}

.exhibitions_image {
    border: 3px solid #f45905;
    border-radius: 20px;
    overflow: hidden;
}

.exhibitions_image img {
    width: 100%;
}

section.exhibitions_description {
    margin: 50px 0px;
}

section.content_block_section {margin-top: 50px;margin-bottom: 40px;}

.data_inner_details {
    /* display: flex; */
    flex-wrap: wrap;
	overflow-x:auto;
}

.data_inner_details table {
    flex: 1;
    border: 1px solid #ddd !IMPORTANT;
    margin-bottom: 15px;
    margin-top: 15px;
}

.data_inner_details table th {
    font-family: 'Oswald-Medium' !IMPORTANT;
}

section.product_sub_detail {
    margin-bottom: 20px;
}

.data_inner_details table td {
    border: 1px solid #ddd !IMPORTANT;
    padding: 7px !IMPORTANT;
    background: transparent !IMPORTANT;
}

.data_inner_details table tr {
    background: transparent !IMPORTANT;
}

body.page.page-id-538 .product_first_image img {
    margin: 0 auto;
    height: 318px;
}

body.page.page-id-538 .product_first_image {
    text-align: center;
}

.title_text.about_content table, .title_text.about_content table td, .title_text.about_content table tr {
    background: transparent !IMPORTANT;
}

.title_text.about_content table td {  
    border: 1px solid #ddd;
}

body.page-id-547 .product_first_image img {
    height: auto;
}

section.video_product_details {
    margin: 50px 0px;
}

.video_repeater_block p {
    margin: 0px;
}

.video_repeater_block iframe {
    width: 100%;
}

.sub_detail_product {
    margin-bottom: 50px;
	margin-top: 50px;
}

section.types_section {
    margin-top: -50px;
    padding: 50px 0px;
    background: #f8f6f6;
}

section.types_section .row {
    gap: 25px 0px;
    justify-content: center;
}

.types_block {
    text-align: center;
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
    border: 2px solid #000000;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

.types_block h4 {
    margin: 0px;
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid #005bab;
    padding-bottom: 10px;
}

section.product_description_block_section {
    margin: 50px 0px;
}


/* new css product detail page 7-7-2025 */

section.content_block_section.content_block_section h4, section.content_block_section.content_block_section h3, section.content_block_section.content_block_section h2 {
    color: #005bab;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: 26px;
}

.data_inner_details h4, .data_inner_details h3 {
    color: #005bab;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: 26px;
}

.data_inner_details table tr:nth-child(odd) {
    background: #f5f5f5 ! IMPORTANT;
}

.data_inner_details table tr:nth-child(even) {
    background: #def0ff ! IMPORTANT;
}

.data_inner_details table tr:hover {
    background: transparent !IMPORTANT;
}

.data_inner_details table tr:first-child {
    background: #005bab ! IMPORTANT;
    color: #fff !IMPORTANT;
}

.data_inner_details table tr:first-child td {
    color: #fff !IMPORTANT;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
}

.data_inner_details h6, .data_inner_details h5 {
    color: #005bab;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: 21px;
}

.title_text.product_sub_detail_image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.title_text.product_sub_detail_image .data_inner_details {
    flex: 1;
    padding-right: 20px;
}

.title_text.product_sub_detail_image .data_inner_details img {
    margin: 0 auto;
}

.text-center.image_center_block {
    width: 30%;
}

.sub_detail_product .button_group {
    width: 100%;
}

.data_inner_details table td {
    font-family: 'Montserrat-Regular';
    font-size: 15px;
}


/* +++++++++++++++++++++++++++++ */

.title_text.product_sub_detail_image {
    border: 1px solid #E5E5E5;
    padding: 18px;
    border-radius: 19px;
	background: #FBFBFB;
}

.title_text.product_sub_detail_image .elementor-widget-container {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 18px;
}

.title_text.product_sub_detail_image .elementor-widget-container table {
    margin: 0px !IMPORTANT;
}

.data_inner_details h6, .data_inner_details h5 {
    margin-bottom: 14px;
}

.text-center.image_center_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: 1px solid #E5E5E5;
	padding-left: 17px;
}

.image_product_sub {flex: 1;}

.image_product_sub_new img {
    width: 100%;
}

.image_product_sub_new {
    flex: 1;
    padding-left: 12px;
}

/* +++++++++++++++++++++++++++++ */


/* new css product detail page 7-7-2025 */

@media(max-width:1400px){
	p, p, li {
		font-size: 14px;
		line-height: 25px;
	}

	.annoucement a {
		font-size: 14px;
	}

	.header-logo {
		width: 120px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
		padding: 3px 11px;
	}

	.button_group a {
		font-size: 14px;
		height: 45px;
		min-width: 150px;
	}

	.menubar_block {
		gap: 15px;
	}

	.hero_content h5 {
		font-size: 13px;
	}

	.hero_content h1 {
		font-size: 43px;
	}

	.hero_content ul li a {
		background-size: 20px !IMPORTANT;
		background-position: 3px 7px !important;
		padding-left: 28px;
	}

	section.hero_section {
		min-height: calc(100vh - 133px);
	}

	.hero_video_button a {
		height: 80px;
		width: 80px;
	}

	.hero_video_button a i {
		height: 65px;
		width: 65px;
		font-size: 21px;
	}

	.swiper-pagination span {
		height: 14px;
		width: 14px;
	}

	section.about_section, section.counter_section, section.product_section, section.video_section, section.supply_section, section.client_section, section.gallery_section, section.faq_section {
		margin: 50px 0px;
	}

	section.video_section {
		padding: 50px 0px;
	}

	.footer_row p, .footer_row a {
		font-size: 13px;
	}

	.copyright_section p, .copyright_section p a {
		font-size: 13px;
	}
	
	.title_text h2 {
		font-size: 32px;
	}
	
	.title_text h2 {
		font-size: 32px;
	}

	.product_content h3 {
		font-size: 20px;
	}

	.product_content {
		min-height: 160px;
	}

	.product_image img {
		height: 190px;
	}

	.video_block img {
		height: 400px;
	}

	.video_iframe iframe {
		height: 400px;
	}

	.supply_title h3 {
		font-size: 20px;
	}

	.supply_icon {
		width: 60px;
	}

	.supply_title {
		width: calc(100% - 70px);
	}

	.gallery_image img {
		height: 250px;
	}

	button.accordion-button {
		font-size: 16px;
	}

	.widget4 {
		width: 400px;
	}
	
	section.map_section iframe{
		height:300px;
	}
	
	.common-hero-banner h1 {
		font-size: 32px;
	}

	.title_text h3 {
		font-size: 28px;
	}

	.why_block h4 {
		font-size: 18px;
	}

	.product_inner_block_title h3 {
		font-size: 17px;
	}

	.product_inner_block_img img {
		height: 200px;
	}
	
	section.contact_page_section {
		padding: 50px 0px;
	}

	.contact_page_block_image {
		height: 75px;
		width: 75px;
	}

	.contact_page_block_image i {
		font-size: 33px;
	}

	.contact_page_block h4 {
		font-size: 18px;
	}

	.why-us-estimate-form h3 {
		font-size: 25px;
	}

	.form_field input {
		height: 40px;
	}

	.contact_iframe iframe {
		height: 581px;
	}
}



@media(max-width:1200px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 3px 5px;
	}

	.menubar_block {
		gap: 10px;
	}

	.header-logo {
		width: 100px;
	}

	.hero_content h1 {
		font-size: 37px;
	}

	section.hero_section {
		min-height: calc(100vh - 119px);
	}

	.hero_video_button a {
		height: 60px;
		width: 60px;
	}

	.hero_video_button a i {
		width: 80%;
		height: 80%;
		font-size: 17px;
	}

	.title_text h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.title_text p {
		margin-bottom: 10px;
	}

	.counter_block h2 {
		font-size: 36px;
	}

	.row.counter_row {
		gap: 14px;
	}

	.video_block img, .video_iframe iframe {
		height: 350px;
	}

	.supply_icon {
		width: 45px;
	}

	.supply_title h3 {
		font-size: 18px;
	}

	.supply_row {
		margin-bottom: 10px;
	}

	.client_logo img {
		height: 70px;
	}

	.gallery_image img {
		height: 200px;
	}

	.gallery_image a:after {
		font-size: 18px;
		height: 40px;
		width: 40px;
	}

	button.accordion-button {
		font-size: 15px;
	}

	.widget1 {
		width: 270px;
	}

	.widget2 {
		width: 140px;
	}

	.widget3 {
		width: 170px;
	}

	.footer_widget h4 {
		font-size: 17px;
	}

	.widget4 {
		width: 350px;
	}
	
	section.map_section iframe{
		height:250px;
	}
	
	.title_text h3 {
        font-size: 22px;
    }
	
	.gallery_image.gallery_text_block h5 {
		font-size: 15px;
	}
	
	h5.sub_title {
		font-size: 12px;
	}
	
	.catelog_block a h4 {
		font-size: 17px;
	}
	
	.data_inner_details table td {
		font-size: 13px;
	}
}


@media(max-width:993px){
	.menubar_block {
		flex-direction: row-reverse;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: transparent !IMPORTANT;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background: #f45905;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		background: #fff !IMPORTANT;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 15px;
		font-size: 16px;
	}
}


@media(max-width:992px){
	section.hero_section .col-md-7 {
		width: 72%;
	}

	section.hero_section .col-md-5 {
		width: 28%;
	}

	.hero_content h1 {
		font-size: 32px;
	}

	section.hero_section {
		min-height: auto;
	}

	.swiper-pagination span {
		width: 12px;
		height: 12px;
	}

	.counter_block {
		height: 100%;
		width: 30%;
	}

	.product_image img {
		height: 170px;
	}

	.product_content {
		min-height: 180px;
	}

	.video_block img, .video_iframe iframe {
		height: 300px;
	}

	.supply_block {
		padding: 14px;
		border-radius: 14px;
	}

	section.supply_section .col-md-4 {
		width: 50%;
	}

	section.supply_section .row {
		justify-content: center;
	}

	.title_text h2 {
		font-size: 26px;
	}

	.gallery_image a {
		border-radius: 10px;
	}

	.row.footer_row {
		gap: 25px;
	}
	
	div#herovideo .modal-body iframe, .video_page_section .modal-body iframe {
		height: 300px !IMPORTANT;
		display: block !IMPORTANT;
	}

	.modal-body {
		padding: 4px !IMPORTANT;
		background: transparent !IMPORTANT;
	}

	div#herovideo .btn-close, .video_page_section .btn-close {
		height: 20px;
		width: 20px;
		background-size: 11px !IMPORTANT;
		right: 0px;
	}
	
	.why-us-estimate-form {
		padding: 18px;
		border-radius: 15px;
	}

	.why-us-estimate-form h3 {
		font-size: 23px;
	}

	.contact_iframe iframe {
		height: 546px;
	}
	
	.contact_image {
		border-radius: 15px;
	}
	
	.data_inner_details h6, .data_inner_details h5 {
		font-size: 18px;
	}
}


@media(max-width:768px){
	.row.counter_row {
		display: grid !IMPORTANT;
		grid-template-columns: repeat(2, 1fr);
	}

	.counter_block {
		width: auto;
	}

	.counter_block h2 {
		font-size: 26px;
	}

	.video_block img, .video_iframe iframe {
		height: 250px !IMPORTANT;
	}

	section.gallery_section .row .col-md-4 {
		width: 50%;
	}

	.footer_widget {
		width: 100% !IMPORTANT;
	}

	.copyright_section p, .copyright_section p a {
		text-align: center;
	}

	.contact_info_icon {
		width: 32px;
		height: 32px;
		font-size: 16px;
	}

	.contact_info_block {
		gap: 8px;
	}

	.footer_row p, .footer_row a, .contact_info_data a p {
		font-size: 13px;
	}

	.contact_info_data {width: calc(100% - 32px);}
	
	section.map_section iframe{
		height:200px;
	}
	
	.common-hero-banner {
		padding: 45px 0px;
	}

	.common-hero-banner h1 {
		font-size: 26px;
	}
	
	.contact_iframe iframe {
		height: 200px;
	}

	section.contact_page_location {
		padding: 0 0 50px 0px;
	}
	
	.gallery_image.gallery_text_block h5 {
    	font-size: 12px;
	}
	
	section.content_block_section {
		text-align: center;
	}
	
	section.content_block_section.content_block_section h4, section.content_block_section.content_block_section h3, section.content_block_section.content_block_section h2 {
		font-size: 20px;
	}
	
	.data_inner_details h4, .data_inner_details h3{
		font-size:20px;
	}
	
	.text-center.image_center_block {
		width: 100%;
	}

	.title_text.product_sub_detail_image .data_inner_details {
		width: 100%;
		padding-right: 0px;
		flex: auto;
	}
	
	.title_text.product_sub_detail_image .text-center.image_center_block {
		margin-bottom: 15px;
	}
	
	.title_text.product_sub_detail_image .text-center.image_center_block {
		border: none;
		padding: 0px;
	}

}


@media(max-width:576px){
	section.hero_section .col-md-7, section.hero_section .col-md-5 {
		width: 100%;
	}

	.hero_content {
		text-align: center;
	}

	.hero_content h1 {
		font-size: 26px;
	}

	.hero_content ul {
		justify-content: center;
	}

	.hero_content .button_group {
		justify-content: center;
		margin-bottom: 15px;
	}

	.title_text {
		text-align: center;
	}

	.title_text li {
		text-align: left;
	}

	.button_group {
		justify-content: center;
	}

	section.supply_section .col-md-4 {
		width: 100%;
	}
	
	.row.counter_row {
		margin: 0px !IMPORTANT;
	}
	
	div#herovideo .modal-body iframe, .video_page_section .modal-body iframe {
		height: 250px !IMPORTANT;
	}
	
	.common-hero-banner h1 {
		font-size: 22px;
	}

	.common-hero-banner {
		padding: 40px 0px;
	}
	
	.why_block_inner {
		padding: 15px;
	}
	
	.video_page_block_overlay{
		transform:scale(1);
	}
	
	.video_repeater_block iframe {
		height: 240px !IMPORTANT;
	}
}


@media(max-width:421px){
	.row.counter_row {
		grid-template-columns: repeat(1, 1fr);
	}

	.counter_block h2 {
		font-size: 32px;
	}

	.video_block img, .video_iframe iframe {
		height: 200px !IMPORTANT;
	}

	.video_main_block .hero_video_button a {
		height: 50px;
		width: 50px;
	}

	.title_text h2 {
		font-size: 24px;
	}

	.gallery_image img {
		height: 150px;
	}

	section.gallery_section .col-md-4 {
		padding: 0px 5px;
	}

	section.gallery_section .row {
		gap: 10px 0px;
	}

	button.accordion-button {
		padding: 15px !IMPORTANT;
	}

	.accordion-body {
		padding: 15px;
	}

	.header_row .button_group {
		display: none !IMPORTANT;
	}

	.announcement_row {
		justify-content: center;
		gap:3px 11px;
	}
	
	section.chairman-message_section .about_image.image_overlay:before {
		height: 36px;
		width: 57px;
		background-size: contain !IMPORTANT;
	}
	
	
}

