    @charset "UTF-8";
/*
Theme Name: Glass Specialty WLC
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/

@font-face { font-family: 'Avenir_Book'; src: url('fonts/AvenirLTPro-Book.eot'); src: url('fonts/AvenirLTPro-Book.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTPro-Book.woff2') format('woff2'), url('fonts/AvenirLTPro-Book.woff') format('woff'), url('fonts/AvenirLTPro-Book.ttf') format('truetype'), url('fonts/AvenirLTPro-Book.svg#AvenirLTPro-Book') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Avenir-Medium'; src: url('fonts/AvenirLTPro-Medium.eot'); src: url('fonts/AvenirLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTPro-Medium.woff2') format('woff2'), url('fonts/AvenirLTPro-Medium.woff') format('woff'), url('fonts/AvenirLTPro-Medium.ttf') format('truetype'), url('fonts/AvenirLTPro-Medium.svg#AvenirLTPro-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Avenir-Black'; src: url('fonts/AvenirLTPro-Black.eot'); src: url('fonts/AvenirLTPro-Black.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTPro-Black.woff2') format('woff2'), url('fonts/AvenirLTPro-Black.woff') format('woff'), url('fonts/AvenirLTPro-Black.ttf') format('truetype'), url('fonts/AvenirLTPro-Black.svg#AvenirLTPro-Black') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }

:root{
--heading_font:'Avenir-Black';
--heading_font-1:'FONTSPRING DEMO - Fields Display';
--body_font:'Avenir_Book';
--btn_font:'Avenir-Black';
--sm_font:'Avenir-Medium';

--btn_color: #417E3C;
--btn_bg: #D1A32A;
--white_color:#FFFFFF;
--black_color: #000000;
--body_color:#000;
--primary_color:#417E3C ;
}
/* 1. Define Base Typography
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0; list-style-type: none;}
ul, ol {margin:0 0 0 0px;}
html, body{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body { padding: 0; margin: 0; font-family: var(--body_font); font-size: 20px; color: var(--body_color); line-height:24px; box-sizing: border-box; overflow-x: hidden; }
*, *:after, *:before {box-sizing: border-box;} 


/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal;color:var(--primary_color); line-height:1.2; font-family:var(--heading_font); text-transform: capitalize;}

/* Specific Header Settings */
h1,.h1 {font-size:70px; font-family: "fields", sans-serif; font-weight: 400; font-style: normal;}
h2,.h2 {font-size:60px;}
h3,.h3 {font-size:40px;}
h4,.h4 {font-size:30px;}
h5,.h5 {font-size:25px;}
h6,.h6 {font-size:20px;}

/* Create the Default Paragraphs */
p {margin-bottom: 25px;  font-size: 20px; }/*line-height: 27px;*/


/* container */
/* .container_sep{ max-width: 1740px; width: 100%; padding: 0 50px; margin: 0 auto;} */
.container{ max-width: 1740px; width: 100%; padding: 0 50px; margin: 0 auto;}
/* container */
/* .inner_page_container{ max-width: 1740px; width: 100%; padding: 0 50px; margin: 0 auto;} */


/* Other Typo */
strong {font-weight: bold;} /* color: var(--body_color);*/
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a { text-decoration: none; transition: 0.5s; display: inline-block; color: var(--btn_color); }
a:hover {color: var(--black_color) }


/* 5. Forms
------------------------------------------------------------------------------*/

/* .button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border { background-color: transparent; color: var(--white-color); border: 1px solid var(--white-color); } */

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { padding: 9px 24px; font-family: var(--sm_font); font-size: 20px; background: #ffffff; letter-spacing: 0; width: 100%; color: #000;  filter: alpha(opacity=100); border: 1px solid #dedede; -webkit-border-radius: 4px; -moz-border-radius: 8px; line-height: 27px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; outline: none !important; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; resize: none; }

.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { text-transform: capitalize; font-family: var(--btn_font); font-weight: normal; margin: 0 0 0 0; padding: 16px 34px; border: 1px solid #3B733A; background-color: var(--btn_bg); display: inline-block; vertical-align: middle; letter-spacing: normal; font-size: 20px; color: var(--btn_color); line-height: 27px; position: relative; outline: none; box-shadow: none; text-align: center; text-decoration: none; -webkit-transition: 0.3s ease-in; transition: 0.3s ease-in; overflow: hidden; z-index: 1; cursor: pointer; border-radius: 8px; text-transform: capitalize; }

input[type="submit"], input[type="reset"], .btn-success {
    padding: 7px 22px;
}
/* input[type="submit"]:hover, input[type="reset"]:hover,.btn-success:hover, a.button:hover{
    color: var(--white_color);
    background-color: t;
    border: 2px solid #00749b;
}  */


.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,button.btn-success:hover  { color:var(--btn_color); background-color: transparent; border: 1px solid var(--btn_color); }
a.button:hover, button.btn-success:hover { background-color: transparent; border-color: var(--btn_color); color: var(--black_color); }


input::-webkit-input-placeholder {color: rgba(51, 51, 51, 37%);  text-transform: capitalize; }
input:-moz-placeholder {color: rgba(51, 51, 51, 37%);  text-transform: capitalize;}
input::-moz-placeholder {color: rgba(51, 51, 51, 37%);  text-transform: capitalize;}
input:-ms-input-placeholder {color: rgba(51, 51, 51, 37%);  text-transform: capitalize;}
textarea::-webkit-input-placeholder {color: rgba(51, 51, 51, 37%);  text-transform: capitalize;}
textarea:-moz-placeholder {color: rgba(51, 51, 51, 37%);  text-transform: capitalize;}
textarea::-moz-placeholder {color: rgba(51, 51, 51, 37%);  text-transform: capitalize;}
textarea:-ms-input-placeholder {color: rgba(51, 51, 51, 37%);  text-transform: capitalize;}

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: right; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col12,.col11,.col10,.col9,.col8,.col7,.col6,.col5,.col4,.col-3,.col2,.col1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
/* .col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 50%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
.col-3 {max-width: 25%;}*/
.col2 {max-width: 50%;}
.col1 {max-width: 100%;} 

.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.font-light {font-weight: 300;}
.table {width: 100%;}


/* ------------------------------------------------- */

/* sub - menu css */
ul li ul.sub-menu { padding-left: 0 !important; gap: 0 ; white-space: nowrap; background-color: var(--primary_color); display: block; border-radius: 3px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); /* Hidden initially */ transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(255, 255, 255, 0.3) 0px 3px 7px -3px; }
ul li:hover > ul.sub-menu { transform: scaleY(1); }
ul li ul.sub-menu li a { padding: 7px 15px !important; display: block; min-width: 200px; line-height: normal; border-bottom: solid 1px #ffffff !important; transition: all 0.4s ease-in-out; font-size: 20px; text-align: left; line-height: 26px; color: #fff; }
ul li ul.sub-menu li a:hover{ color: var(--black_color) !important;}
ul li ul.sub-menu li:last-child a { border-bottom: 0 !important; }
ul li ul.sub-menu li { margin: 0; display: block; }
ul li ul.sub-menu li a:hover { color: var(--red-color); }
ul.sub-menu li > ul.sub-menu { position: absolute; left: 100%;  top: 12px;  margin: 0; transform: scaleY(0);  transform-origin: top; transition: transform 0.3s ease-in-out; z-index: 9999;  }
ul.sub-menu li > ul.sub-menu li a::before{ width: 100%; }
ul.sub-menu li > ul.sub-menu li.current-menu-item > a{ color:var(--black_color); }
ul.sub-menu li:hover > ul.sub-menu { transform: scaleY(1); }
ul.sub-menu li > ul.sub-menu { visibility: hidden; /* Hide by default */ opacity: 0; }
ul.sub-menu li:hover > ul.sub-menu { visibility: visible; opacity: 1; transform: scaleY(1); transition: transform 0.3s ease, visibility 0s 0s, opacity 0.3s ease-in-out; }
ul li ul.sub-menu li a::after{ right: 10px !important; }
ul li ul.sub-menu li a::before{ display: none; }
ul li ul.sub-menu li{ padding: 0; }
ul li ul.sub-menu li::before{ display: none; }
.header_bottom_logo .header_menu ul li.current-menu-ancestor > a{ color:var(--black_color) }
.header_bottom_logo .header_menu ul li ul.sub-menu li > a{color: var(--white_color); }
.header_bottom_logo .header_menu ul li ul.sub-menu li.current-menu-item a { color: var(--black_color);}

.header_bottom_logo .header_menu > nav > ul > li.current-menu-item > a,
.header_bottom_logo .header_menu > nav > ul > li.current-menu-parent > a,
.header_bottom_logo .header_menu > nav > ul > li.current-menu-ancestor > a {
    color: var(--black_color) !important;
}

.header_bottom_logo .header_menu ul.sub-menu > li.current-menu-item > a,
.header_bottom_logo .header_menu ul.sub-menu > li.current-menu-parent > a,
.header_bottom_logo .header_menu ul.sub-menu > li.current-menu-ancestor > a {
    color: var(--black_color) !important;
}

.header_bottom_logo .header_menu ul.sub-menu li ul.sub-menu li.current-menu-item > a {
    color: var(--black_color) !important;
}

.header_bottom_logo .header_menu ul.sub-menu li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor) > a{
    color: var(--white_color) ;
}

/* slider css */
/* .slider_inr .slider_box { margin: 0 0 0 270px; padding: 40px 0 65px; }
.slider_inr .slider_box .star_img { padding: 0 0 0 10px; }
.slider_inr .slider_box p{ margin: 0; }
.slider_inr .slider_box p strong{ font-family: var(--black_font); } */
/* slider css */

/* ----------------------------------------------------- def-page --------------------------------------------------------------- */
/* def-page */ 
.def-page{padding: 50px 0;}
.def-page p { font-family: var(--body_font); color: var(--body_color); font-style: normal; font-weight: 400; margin: 0 0 15px; }
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; line-height: 0;}
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative; line-height: 0;}
.def-page .right-img img{border-radius: 10px; position: relative; width: 100% ; height: auto;}
.def-page .left-img img{border-radius: 10px; position: relative; width: 100% ; height: auto;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6 { margin: 0 0 15px 0; line-height: 25px; font-family: var(--heading_font); padding: 0px; color: var(--btn_color); }
/* .def-page h1{ font-size: 72px; line-height: 86px;}  */
.def-page h2{font-size:50PX; line-height:60px;}
.def-page h3{font-size:40px; line-height:50px;}
.def-page h4{font-size:30px; line-height:40px;}
.def-page h5{font-size:25px; line-height:35px;}
.def-page h6{font-size:22px; line-height:32px;}
.privacy-page > div > p{ padding-bottom: 0; }


.def-page ul { margin: 0; padding-bottom: 15px; width: auto; padding-left: 0; overflow: hidden; }
.def-page ul li { list-style: none; font-size: 20px; color: var(--body_color); position: relative; padding: 8px 22px 8px 35px; text-align: left; }
.def-page ul li:before { content: ''; position: absolute; top: 9px; left: 0; background: url(images/tick.webp) no-repeat center; background-size: 100%; width: 20px; height: 20px; }
.def-page ol{padding-left: 0; padding-bottom: 15px;}
.def-page ol li {list-style-type:none;counter-increment:item;font-size: 20px; color: var(--body_color); padding: 5px 0; }
.def-page ol li:before {display:inline-block; content: counter(item) ".";  color: var(--body_color);  padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%; float: left; text-align: left;}
.def-page ul.col-3 li {width: 33.33%;float: left;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 30px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:20px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block; padding: 70px 0px 80px; text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 16px;}
.thankyou {text-align: center;}
.thankyou h3 strong {font-size: 46px;}
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.fl{float:left}.fr{float:right}.cl,.clear,.clr,.social_share{clear:both}.clearfix:after{clear:both;display:block;visibility:hidden;content:""}
.def-page a { color: var(--btn_color); } /* display: inline;*/
.def-page a:hover { color:var(--body_color); }
.def-page strong { font-size: 20px; }
/* validation */

.wpcf7-not-valid-tip{ display: none !important; }
.wpcf7-not-valid{ border: 1px solid #dc3232 !important; }
form .cf7sr-recaptcha .wpcf7-not-valid-tip{ display: block !important; font-size: 15px; }
.submit-captcha { margin-top: -5px; display: flex; /* width: 100%; */ align-items: flex-start; justify-content: flex-start; }
.submit-captcha .input-fild:last-child{ margin-top: 17px; }
 .wpcf7 form .wpcf7-response-output { margin: 0.5em auto; padding: 0.2em 1em; border: 2px solid #00a0d2; width: 100%; text-align: center; }
/* validation */
/* ul.col-2{ overflow: hidden; } */
/* ul.col-2 li { width: 50%; position: relative; vertical-align: top; margin-right: -3px; display: inline-block; } */
/* ul li:before { content: ""; width: 16px; height: 16px; left: 0; top: 4px; position: absolute; background: url(images/tick.webp) 2px center no-repeat; background-size: 100%; } */
/*------------------- header css -------------------*/
header { z-index: 2; top: 0; position: sticky; background: #FFFFFF 0% 0% no-repeat padding-box; box-shadow: 0px 3px 6px #0000004A; border: 1px solid #707070; opacity: 1; backdrop-filter: blur(50px); }
 a.header_logo { line-height: 0; }
.header-bottom { padding: 11px 0; }
.header-bottom a > img{width: 180px; }
.header_bottom_logo { align-items: center; gap: 155px; }
.header_bottom_logo .header_menu{gap:50px;}
.header_bottom_logo .header_menu ul { gap: 92px; }
.header_bottom_logo .header_menu ul li a{ font-family:var(--heading_font); color: var(--primary_color); }
.header_bottom_logo .header_menu ul li {position: relative;}
.header_bottom_logo .header_menu ul li a:hover{color: var(--black_color); }
ul li.menu-item-has-children > a::after { content: ''; position: absolute; right: -15px; top: 4px; transition: 0.3s all ease-in-out; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-right: 10px solid #417E3C; }
.header_bottom_logo .header_btn a.button { padding: 12px 36px 8px 36px; font-size: 22px; line-height: 30px; }
/*------------------- header css -------------------*/
/*------------------- banner css -------------------*/
section.banner{ position: relative; padding: 44px 0 55px; }
.banner .banner_img { line-height: 0; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; }
.banner .banner_img::before { content: ''; position: absolute; top: 0; left: 0; z-index: 1; background-color: #ffffffb8; width: 100%; height: 100%; }
.banner .banner_img img{width: 100%; height: 100%;  }
.banner .heading_title { background: #417E3C2B; border: 3px solid #417E3C; border-radius: 43px; width: fit-content; padding: 12px 32px 11px 32px; }
.banner span { color: #417E3C; font-family: var(--btn_font); }
.banner h1 { font-size: 80px; line-height: 90px; padding: 5px 0 0; }
.banner .banner_inr p { font-size: 30px; line-height: 41px; }
.banner_btn { gap: 16px; }
.banner_btn a.button{ color: var(--black_color);}
.banner_btn a.left_btn{background-color: var(--btn_bg);}
.banner_btn a.left_btn:hover{background-color: transparent;}
/*------------------- banner css -------------------*/
/*------------------- dtl_box css -------------------*/
.dtl_box {background: #FBFBFA; border: 1px solid #F4F4F4; padding: 38px 0 29px;}
.dtl_box_inr { justify-content: space-around; }
.dtl_box_inr strong { font-family: var(--heading_font); display: block; }
.dtl_box_inr p:last-of-type{margin: 0; }
/*------------------- dtl_box css -------------------*/
/*------------------- glass css -------------------*/
section.glass { padding: 55px 0 96px; background: url(images/glass_bg.webp) no-repeat center; background-size: cover; width: 100%; height: 100%; }
.glass_box { max-width: 416px; width: 100%; background: white; background-size: 100%; padding: 81px 20px 48px 20px; position: relative; border-radius: 10px; border: 1px solid #999999; display: flex; flex-direction: column; }
.glass_box p { margin: 0; padding: 0; }
.glass_box strong { margin-top: auto; display: block; padding-top: 40px; /* gap control */ font-family: var(--heading_font); }
.glass_box::before { content: ''; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 120px; height: 61px; border-radius: 120px 120px 0 0; background-color: var(--white_color); border: 1px solid #999999; border-bottom: none; }
.glass h2 { line-height: 82px; padding: 0 0 22px; } 
.glass_box h3 { line-height: 55px; } 
.glass_inr { gap: 85px; padding: 50px 0 0; }
.glass_img { line-height: 0; position: absolute; top: -32px; left: 50%; transform: translateX(-50%); }
/*------------------- glass css -------------------*/
/*------------------- work css -------------------*/
.works{background-color: #F4F4F4; padding: 78px 0 81px;}
.works h2{line-height: 82px; padding: 0 0 27px;}
.work_inr{gap: 227px;}
.work_left{ max-width: 32%; width: 100%;}
.work_left p:last-of-type{ margin-bottom: 0;}
.work_left h3{ line-height: 45px; }
.work_right{ max-width: 34%; width: 100%;}
.work_right strong{font-family: var(--heading_font);}
.work_right ul li { position: relative; padding: 0 0 30px 50px; }
.work_right ul li:last-child { padding: 0 0 0px 50px; }
.work_right ul li::before {content: ''; position: absolute; top: 0; left: 0; background: url(images/tick.webp) no-repeat center; background-size: 100%; width:27px; height: 27px;}
/*------------------- work css -------------------*/
/*------------------- serving css -------------------*/
.serving { padding: 78px 0 80px;}
.serving h2 {line-height: 82px; padding: 0 0 53px; color: var(--black_color);}
.serving_inr ul { padding: 0 0 90px;  margin: 0 auto; justify-content: center; gap: 100px; }
.serving_inr ul li {text-align: left; font-family: var(--heading_font); font-size: 30px; line-height: 41px;  position: relative; }
.serving_inr ul li::before { content: ''; position: absolute; top: 50%; right: -50px; background-color: var(--black_color); border-radius: 50%; width: 12px; height: 12px; transform: translateY(-50%); }
.serving_inr ul li:last-of-type::before {display: none; }
/* .serving_inr ul li:nth-child(3)::before {display: none; } */
.serving_img { line-height: 0; }
/*------------------- serving css -------------------*/
/*------------------- testimonial css -------------------*/
section.testimonial { padding: 59px 0 90px; background-color: #417E3C; }
.testimonial h2{ padding: 0 0 27px; color: var(--white_color); line-height: 82px; }
.testimonial .testimonial_box { max-width:calc(33.33% - 27px); width: 100%; background-color: white; padding: 31px 38px 15px; box-shadow: 0px 3px 6px #00000029; border: 1px solid #999999; border-radius: 8px;  margin: 0 0px; display: flex; flex-direction: column;}
.testimonial .testimonial_box p{padding: 8px 0 14px; }
.testimonial .testimonial_box p:last-of-type {margin-bottom: 0; }
.testimonial .testimonial_inr { gap: 40px; justify-content: center; }
.testi_img_box { gap: 4px; padding: 0 0 10px; }
/*------------------- testimonial css -------------------*/
/*------------------- trust css -------------------*/
.trust { padding: 68px 0 40px; background-color: var(--white_color); box-shadow: 0px -3px 10px #00000095; }
.trust h2 {padding: 0 0 14px; line-height: 82px;}
.trust_inr ul li { font-family: var(--heading_font); position: relative; padding: 0 12px; }
.trust_inr ul li::before { content: ''; position: absolute; top: 50%; right: -5px; background-color: var(--black_color); border-radius: 50%; width: 8px; height: 8px; transform: translateY(-50%); }
.trust_inr ul li:last-of-type::before { display: none; }
/*------------------- trust css -------------------*/
/*---------- faq section css ----------*/
.faq { /* position: relative; */ padding: 48px 0 59px; overflow: hidden; }
.faq h2 { text-align: center; padding: 0 0 21px; line-height: 82px; }
.faq > * { position: relative; z-index: 1; }
.faq-container { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 49px 30px; }
.accordion-item { position: relative; max-width: 49%; width: 100%; overflow: hidden; transition: 0.7s ease-in-out; height: min-content; background: #FFFFFF; border: 3px solid #182A3D; border-radius: 8px; cursor: pointer; }
.accordion-header { position: relative; font-family: var(--primary-font); transition: 0.3s all; opacity: 1; padding: 9px 20px 7px; font-size: 20px; line-height: 27px; text-align: center; font-family: var(--heading_font); color: #182A3D; }
.accordion-content { padding: 0px 20px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-content .content-section p  { margin-bottom: 15px; font-size: 18px; }
/* .accordion-item::after { content: ""; position: absolute; right: 18px; top: 15px; background-image: url(images/arrow.png); background-repeat: no-repeat; background-position: center; transition: transform 0.3s ease, color 0.3s ease; width: 10px; height: 10px; } */
.accordion-item::after { content: ''; width: 12px; height: 12px; border-left: 3px solid var(--btn_color); border-top: 3px solid var(--btn_color); border-radius: 1px; top: 33%; position: absolute; transition: transform 0.3s ease, color 0.3s ease; right: 17px; transform: rotate(221deg); }
.accordion-item.active::after { transform: rotate(46deg); top: 17%; }
/*---------- faq section css ----------*/
/*---------- footer section css ----------*/
footer { background: var(--btn_color); padding: 50px 0 35px;}
footer {color: var(--white_color);}
footer .footer_title h2{color: var(--white_color);}
footer .footer_title p { padding: 20px 0 25px; margin: 0; font-family: var(--sm_font); }
footer h3{color: var(--white_color);} 
footer ul li a,footer ul li{ color: var(--white_color); font-family: var(--sm_font);}
footer ul li a{font-family: var(--heading_font);}
footer ul li a:hover{color: var(--black_color);}
footer ul li{padding: 0 0 20px;}
footer ul li:last-of-type{padding: 0;}
footer .footer_logo ul li a{font-family: var(--sm_font);}
footer .footer_logo p{margin: 0; padding: 0 0 20px;}
footer .footer_logo ul li { padding: 0 0 20px 40px; position: relative; }
footer .footer_logo ul li::before { content: ''; position: absolute; top: 0; left: 0; background-color: var(--white_color); width: 25px; height: 25px; border-radius: 50%; }
/* footer .footer_logo ul li:last-of-type{padding: 0 0 0 20px ;} */
.footer_inr { border-top: 3px solid #FFFFFF; border-bottom: 3px solid #FFFFFF; padding: 20px 0 20px; }
.footer_links ul { column-count: 2; }
/* .footer_links ul li:nth-child(3) { padding: 0; } */
.footer_links h3,.footer_company h3 { padding: 0 0 5px; }
.footer_copy { padding: 35px 0 0; font-family: var(--sm_font);}
.footer_copy p{margin: 0;}
.footer_copy a{color: var(--white_color);}
.footer_copy a:hover{color: var(--black_color)}
.footer_copy ul li { padding: 2px 7px 30px; position: relative; }
.footer_copy ul li a { font-family: var(--sm_font);}
.footer_copy ul li:last-of-type { padding: 2px 7px 30px; }
.footer_copy ul li::before { content: ''; position: absolute; top: 10px; right: -5px; background-color: var(--white_color); border-radius: 50%; width: 7px; height: 7px; }
.footer_copy ul li:last-of-type:before{display: none;}
/*---------- footer section css ----------*/
/*---------- contact page css ----------*/
.contact-section { padding: 60px 20px; }
.section-title { text-align: center; color: #2f6b3f; margin-bottom: 40px; font-size: 32px; }
.contact-wrapper { display: flex; gap: 30px; flex-wrap: wrap; }
.contact-map { flex: 1; min-height: 400px; border-radius: 10px; overflow: hidden; }
.contact-map iframe { width: 100%; height: 100%; }
.contact-form { flex: 1; background: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.form-row { display: flex; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
input, select, textarea { flex: 1; padding: 12px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px; }
textarea { width: 100%; resize: none; font-size: 20px; }
select { font-size: 20px; color: #ccc; line-height: 27px; font-family: var(--sm_font); }
/*---------- contact page css ----------*/
/*---------- about page css ----------*/
section.banner.cmn_banner { padding: 35px 0; }
.cmn_banner .banner_inr { max-width: 100%; width: 100%; }
.cmn_banner .banner_img img{object-fit: cover;}
.cmn_banner .banner_inr p { font-size: 20px; line-height: 26px; }
/* .cmn_banner .banner_inr p:last-of-type {margin-bottom: 0; } */
.cmn_banner h1 { font-size: 70px; line-height: 80px; }
/* .cmn_banner strong{ display: block; padding: 5px 0 10px; } */

/* .Local h2{ padding: 0 0 30px;} */
.Local ul li { overflow: auto;}
/*---------- about page css ----------*/

section.auto { padding: 50px 0; background: #f4f4f4; }
/* .auto h2{ padding: 0 0 30px;} */
.auto_inr { padding: 30px 0 0; gap: 50px; }
.auto_right,.auto_left { max-width: 50%; width: 100%; }
.auto_left_img { line-height: 0; padding: 0 0 20px; }
.auto_left_img img{border-radius: 10px; }
/* .auto h3{ padding: 0 0 20px; } */
.auto p > a{font-family: var(--heading_font); text-decoration: underline; color: var(--btn_color);}
.auto p > a:hover{color: var(--body_color);}

.techno_inr { background-color: #467f3d; padding: 50px; border-radius: 20px; box-shadow: 0 1px 6px #8b7978; }
.techno_inr p, .techno_inr h2, .techno_inr ul li,.techno_inr a{color: var(--white_color);}
/* .techno_inr strong { display: block; color: var(--white_color); padding: 10px 0 15px; } */
.techno.def-page ul li:before { content: ''; position: absolute; top: 7px; left: 0; background: url(images/tick.webp) no-repeat center #fff; background-size: 20px; width: 26px; height: 26px; border-radius: 50%; }

section.region { background-color: #f4f4f4; }
/* .region strong {display: block; padding: 10px 0 15px; color: var(--white_color); } */
.region_box { background-color: var(--btn_color); padding: 25px; border-radius: 20px; max-width: max-content; width: 100%; margin: 20px auto 20PX; }
.region_box ul{ width: 100%; max-width: 100%; gap: 50px; padding: 0; }
.region_box ul LI{color: var(--white_color);}
.region_box ul li:before { content: ''; position: absolute; top: 7px; left: 0; background: url(images/tick.webp) no-repeat center #fff; background-size: 20px; width: 26px; height: 26px; border-radius: 50%; }
.region_box p{color: var(--white_color);}
.region_box a{ color: var(--black_color); text-decoration: underline;}
.region_box a:hover{color: var(--white_color);}
.region_bor { border: 1px solid #467f3d; max-width: max-content; width: 100%; margin: 10px auto; padding: 30px; border-radius: 20px; }
.region_bor p:last-of-type {margin-bottom: 0;}

section.cta { padding: 50px 0; }
.cta h2 { padding:0 0 15px; }
.support_region .region_bor p:last-of-type { margin: 0;}

.support:nth-child(odd){ background-color: #f4f4f4;}
section.support_region{ background-color:transparent;}


section.box_btn { padding: 30px 0; box-shadow: 0 1px 6px #b5b5b5; margin: 20px 0 0; }
section.box_btn-text { margin: 20px 0; }


/* Gallery Page Css */
.bg_gray {background-color: #F4F4F4;}
.word_gallery_inr { gap: 20px; }
.word_gallery_col { line-height: 0; height: 100%; width: 100%; position: relative; }
.word_gallery_inr .word_gallery_col { width: calc(25% - 20px); }
.word_gallery_inr .word_gallery_col a { position: relative; display: block; }
.word_gallery_img { line-height: 0; }
.word_gallery_inr .word_gallery_col a::after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transform: scale(0); transform-origin: center; background: url(images/zoom.svg) center no-repeat rgb(70 127 61 / 66%); background-size: 36px; border-radius: 10px; transition: 0.5s; }
.word_gallery_inr .word_gallery_col a:hover::after { transform: scale(1); }
.pagination.port_pagein { width: 100%; text-align: center; display: flex; justify-content: center; align-items: center; gap: 10px; }
.pagination.port_pagein a:hover, .pagination.port_pagein span.current { border-color: var(--primary_color); color: var(--white_color); background: var(--primary_color);}
.pagination.port_pagein a, .pagination.port_pagein span { text-decoration: none; border: 2px solid var(--primary_color); padding: 3px 5px; margin: 2px; }
.pagination.port_pagein a, .pagination.port_pagein span { text-decoration: none; border: 2px solid var(--primary_color); padding: 0; font-size: 18px; color: var(--primary_color); display: flex; align-items: center; margin: 0; border-radius: 4px; height: 38px; width: 38px; vertical-align: top; transition: all .4s ease-in-out; justify-content: center;font-family: var(--heading_font); }

#loading { display: none; margin: 200px 0px; text-align: center; }
#loading img { width: 100px; }

.inner_banner{ padding: 50px 0; }
.ptb50{padding: 50px 0;}

.cgi-rt { margin: auto; }
.slick-list { padding:0 !important; }

.slick-track > div{height: 100%;}
span.wpcf7-form-control-wrap, .full_width_input { max-width: 49%; }
.form-row.full_width_input {display: block; max-width: 100%;}
.form-row.full_width_input span,.form-row.full_width_input select { width: 100%; }

/* .side_by_side_section h2{ padding: 0 0 30px;} */
.side_by_side_otr { gap: 50px; }
.word_gallery_img img{ border-radius: 10px;}
a.button.yellow_btn { background-color: var(--btn_bg); color:var(--black_color); display: inline-block;}
a.button.yellow_btn:hover { background-color: transparent; color: var(--btn_color);}


.slick-track{ display: flex !important; gap: 30px; }
.slick-slide{ height: inherit !important; }
.slick-track .testimonial_box{ height: 100%; }
.slick-initialized .slick-slide { display: flex !important;  }
.testimonial_box h3.h4{margin-top: auto;}
ul.slick-dots { position: absolute; bottom: -40px; left: 0; width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; }
ul.slick-dots li button { padding: 0; font-size: 0; border-radius: 50%; width: 15px; height: 15px; background-color: var(--white_color); border-color: var(--btn_color); }
ul.slick-dots li.slick-active button {background-color: var(--btn_bg); border-color:var(--white_color); }



/* css FM */

.header_top{background-color: var(--btn_color);}

.header_top li{padding: 8px 0 8px 30px; position: relative;}

.header_top li,.header_top a{color: var(--white_color);}

.header_top a:hover{color: var(--black_color);}

.header_top ul{display: flex; gap: 30px; justify-content: flex-end; align-items: center;}

.header_top ul li a::before{ content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background: url(images/call.png) center no-repeat; background-size: contain; }

.page-template-home .banner .banner_img::before { content: none;}



.footer_address_section {max-width: 45%; width: 100%;}

.adress_sec p{margin-bottom: 12px;}

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

.adress_sec p a{color: var(--white_color);}

.adress_sec p a:hover{color: var(--black_color);}

.adress_sec h3{padding-bottom: 5px;}

.footer_links h3{text-align: left;}

.footer_bbb_logo{ background-color: #fff; padding: 10px; border-radius: 8px; width: 250px; line-height: 0;}

.social_links a img { width: 40px; height: 40px; object-fit: cover; }

.social_links a{line-height: 0;}

.social_links a:hover{
    box-shadow: 0 0 15px rgba(255,255,255,0.5);
}

.social_links{margin-top: 15px;}

.footer_bbb_logo a{line-height: 0;}

.contact-map .ser-area-map { width: 100%; height: 450px; display: block; }

.menu-toggle { display: none;}

/* =============== RESPONSIVE =============== */

@media screen and (max-width: 1700px) {
    .header_bottom_logo .header_menu ul { gap: 75px; }
}
@media screen and (max-width: 1600px) {
    .header_bottom_logo .header_menu ul { gap: 55px; }
}
@media screen and (max-width: 1440px) {
    h1, .h1 { font-size: 65px; }
    h2, .h2 { font-size: 55px; }
    h3, .h3 { font-size: 38px; }
    
    .header_bottom_logo { gap: 100px; }
   .header_bottom_logo .header_menu ul { gap: 34px; justify-content: space-between; }
    .work_inr { gap: 120px; }
    .serving_inr ul { gap: 60px; }

    /* default page css  */
    .def-page h2{ font-size: 38px; line-height: 45px;} 
    .def-page h3{font-size: 35px; line-height: 45px;}
    .def-page h4{font-size:32px; line-height:42px; }
    .def-page h5{font-size:23px; line-height:32px; }
    .privacy-page .privacy-inner {padding-left: 20px;margin-bottom: 0px;}
    /* .def-page ul li {font-size: 18px;line-height: 34px;} */
    .def-page ol li{font-size: 18px;}
    .pagenotfound {padding: 50px 0px;}
    .pagenotfound h2 {font-size: 36px;}
    .pagenotfound p {font-size: 20px;}
    .def_page_otr { padding: 60px 0; }



    .header_bottom_logo .header_menu { width: 100%; }
    .header_bottom_logo .header_menu nav{ width: 100%; }
}


@media screen and (max-width: 1300px) {
    h1, .h1 { font-size: 60px; }
    h2, .h2 { font-size: 50px; }
    
    .header_bottom_logo { gap: 30px; justify-content: space-between; }
    .header_bottom_logo .header_menu ul { gap: 29px; }
    .work_inr { gap: 80px; }
    .glass_inr { gap: 40px; }

    .banner h1 { font-size: 75px; line-height: 85px; }
    section.glass { padding: 55px 0 86px; }
    .works { background-color: #F4F4F4; padding: 68px 0 71px; }
    .works h2 { line-height: 62px; }
    .work_left,.work_right { max-width: 50%; width: 100%; }
    
}


@media screen and (max-width: 1200px) {
    h1, .h1 { font-size: 55px; }
    h2, .h2 { font-size: 46px; }
    h3, .h3 { font-size: 34px; }
    h4, .h4 { font-size: 28px; }

    .header-bottom a > img { width: 150px; }
    .header_bottom_logo .header_menu ul { gap: 20px; }
    .header_bottom_logo .header_menu ul li a { font-size: 16px; }
    .header_bottom_logo .header_btn a.button { padding: 10px 25px; font-size: 18px; }
    
    .work_inr { gap: 40px; }
    .work_left { max-width: 45%; }
    .work_right { max-width: 45%; }
    
    .testimonial .testimonial_box { max-width: calc(50% - 15px); margin-bottom: 20px; }
    .testimonial .testimonial_inr { flex-wrap: wrap; }


     /* default page css */
     .def-page { padding: 40px 0; }
     .def-page p{ margin-bottom: 20px; }
     .def_page_otr, .detail_page.def-page { padding: 40px 0; }
     .def-page h2{ font-size: 33px; line-height: 40px;} 
     .def-page h3{font-size: 30px; line-height: 38px;}
     .def-page h4{font-size: 28px; line-height: 27px;}
     .def-page h5{font-size: 26px; line-height: 36px;}
     .def-page .left-img{width: 50%;}
     .privacy-page .privacy-inner ul {margin-top: 0;}
     .privacy-page ul, .privacy-page ol {margin-left: 15px;}
     .def-page ul {padding-bottom: 10px;}
     .privacy-page ol {padding-left: 0px;}
     .def-page .right-img{width: 50%;}
     .pagenotfound {padding: 40px 0px;}
     .pagenotfound h2 {font-size: 32px;}
     .def_page_otr { padding: 40px 0; }
     /* default page css */

     
     .menu-toggle{ display: block; width: 28px; height: auto; cursor: pointer;}
     .menu-toggle.active { position: fixed; top: 25px; z-index: 999; right: 30px; }
     .menu-toggle.active span:first-child { transform: rotate(45deg); width: 100%; background-color:var(--btn_color); top: 1px; }
     .menu-toggle.active span:nth-child(2) { opacity: 0; visibility: hidden; }
     .menu-toggle.active span:nth-child(3) { transform: rotate(-45deg); top: -15px; width: 100%; background-color:var(--btn_color); }
    .menu-toggle span { background-color: var(--btn_color); height: 3px; transition: .5s; display: block; margin: 5px 0; padding: 0; width: 100%; } /* header .header_in { justify-content: space-between; align-items: center;} */
.header_bottom_logo .header_menu nav ul.open { transform: translateX(0); }
.header_bottom_logo .header_menu nav ul li, .menu-toggle span { position: relative; width: 100%; }
.header_bottom_logo .header_menu nav ul li a { width: 100%; padding: 8px 0; display: block; line-height: 30px; border-bottom: 2px solid; font-size: 16px; color:var(--btn_color); }
.header_bottom_logo .header_menu nav ul { display: block; position: fixed; top: 0; right: 0; transform: translateX(100%); width: 70%; transform-origin: right center; transition: .3s; height: 100vh; padding: 50px 25px; background: #f4f4f4; z-index: 9; }
.header_bottom_logo .header_menu nav ul li.menu-item-has-children > a::after { display: none; }
.header_bottom_logo .header_menu nav ul > li.menu-item-has-children a { position: relative; padding-right: 20px; }
.header_bottom_logo .header_menu nav  ul li ul.sub-menu { transform: scale(1); border-radius: 0; transition: none; position: relative; top: auto; left: auto; display: none; padding: 0px; height: max-content; margin-top: 10px; width: 100%; visibility: visible; background-color: var(--btn_color); }
.header_bottom_logo .header_menu nav ul li ul.sub-menu li a, .header_bottom_logo .header_menu nav ul li ul.sub-menu li > ul.sub-menu li a { font-size: 16px; }
.menu-expand { display: block; cursor: pointer; width: 25px; height: 25px; background: var(--btn_color); position: absolute; right: 2px; top: 8px; border-radius: 4px; }
.menu-expand::before { content: ''; border-top: 2px solid var(--white_color); border-left: 2px solid var(--white_color); content: ''; transition: .2s; position: absolute; width: 8px; height: 8px; transform: rotate(224deg); top: 7px; left: 9px; }
.menu-expand.menu-clicked::before { transform: rotate(45deg) translateY(-50%); top: 50%; left: 7px; }
header .header_bottom .header_menu nav ul li a:hover, header .header_bottom .header_menu nav ul li.current-page-parent >a,
 header .header_bottom .header_menu nav ul li.current-menu-item >a{ color: #F7CE51; } 
header .header_bottom .header_menu nav ul li a{color: #ffffff;      /* clean white */ border-bottom: 1px solid rgba(255,255,255,0.2); font-weight: 600;}
header .header_bottom .header_menu nav ul li  ul.sub-menu li a { color: var(--white_color); }
header .header_bottom .header_menu nav ul li ul.sub-menu li:hover a {color: var(--primary_color);} 
header .header_bottom .header_menu nav ul li ul.sub-menu li{background-color: var(--white_color);}
 header .header_bottom .header_menu nav ul li ul.sub-menu li a{color: var(--body-color );}
header .header_bottom .header_menu nav ul li ul.sub-menu li { font-size: 15px; padding: 9px 15px; }
header .header_bottom .header_menu nav ul li ul.sub-menu li a{padding: 0px;}
 header .header_bottom .header_menu nav ul li ul.sub-menu li.current-menu-item a,header .header_in .header_menu nav ul li ul.sub-menu li a:hover{color: var(--heading_color);}



}


@media screen and (max-width: 1023px) {
    h1, .h1 { font-size: 48px; }
    h2, .h2 { font-size: 40px; }
    h3, .h3 { font-size: 30px; }
    h4, .h4 { font-size: 26px; }
    h5, .h5 { font-size: 22px; }

    /* .header_bottom_logo { display: flex; flex-direction: column; gap: 20px; } */
    .header_bottom_logo .header_menu ul { flex-wrap: wrap; justify-content: center; }
    
    .work_inr { display: flex; flex-direction: column; gap: 40px; align-items: center; }
    .work_left, .work_right { max-width: 100%; text-align: center; }
    .work_right ul li { text-align: left; }
    
    .dtl_box_inr { display: flex; flex-wrap: wrap; gap: 20px; text-align: center; }
    .glass_inr { display: flex; flex-direction: column; align-items: center; gap: 60px; }
    .glass_box, .accordion-item { max-width: 100%; }
    
    .auto_inr, .side_by_side_otr { display: flex; flex-direction: column; gap: 30px; }
    .auto_right, .auto_left { max-width: 100%; }
    
    .footer_inr { display: flex; flex-direction: column; gap: 30px; }
    .footer_address_section { max-width: 100%; }
    
    .word_gallery_inr { display: flex; flex-wrap: wrap; justify-content: center; }
    .word_gallery_inr .word_gallery_col { width: calc(33.33% - 20px); }

    
.def_page_otr, .detail_page.def-page { padding: 35px 0; }  
.def-page { padding: 35px 0; }
.def-page h2,.cluster-contend h2{ font-size: 30px; line-height: 40px;} 
.def-page h3{font-size: 28px; line-height: 38px;}
.def-page h4{font-size:25px; line-height:35px; }
.def-page h5{font-size:23px; line-height:30px; }
/* .def-page ul li, .def-page ol li{font-size: 16px;line-height: 22px;} */
.def-page ul {padding-bottom: 15px;}
.def-page ol{padding-left: 0;}
.def-page .left-img{margin: 0px 20px 10px 0;}
.privacy-page .privacy-inner ul {margin-top: 0px;}
.privacy-page ol {margin: 0px 0 10px;}
.privacy-page ul, .privacy-page ol {margin-left: 10px;}
.def-page ul {padding-bottom: 10px;}
.privacy-page .privacy-inner {padding-left: 15px;margin-bottom: 0;}
.def-page ul li {padding: 5px 0 5px 20px;}
.def-page .right-img{margin: 0 0 10px 20px;}
.pagenotfound {padding: 30px 0px;}
.pagenotfound h2 {font-size: 26px;}
.pagenotfound p {font-size: 17px;}
.def_page_otr { padding: 30px 0; }
.def-page ul li::before { top: 12px; }
.def-page ul li { font-size: 19px; }
.def-page strong { font-size: 19px; }
.def-page ul.col-3 li { width: 50%; }

}


@media screen and (max-width: 767px) {
    h1, .h1 { font-size: 40px; }
    h2, .h2 { font-size: 34px; }
    h3, .h3 { font-size: 26px; }
    h4, .h4 { font-size: 24px; }
    h5, .h5 { font-size: 20px; }
    h6, .h6 { font-size: 18px; }

    .header_top ul { justify-content: center; flex-wrap: wrap; gap: 15px; }
    
    .serving_inr ul { display: flex; flex-direction: column; gap: 20px; text-align: center; padding-bottom: 40px; }
    .serving_inr ul li::before { display: none; } 
    
    .testimonial .testimonial_box { max-width: 100%; }
    
    .contact-wrapper { flex-direction: column; }
    .contact-form, .contact-map { flex: unset; width: 100%; }
    .contact-map .ser-area-map { height: 300px; }
    
    span.wpcf7-form-control-wrap, .full_width_input { max-width: 100%; }
    .form-row { flex-direction: column; }
    
    .footer_links ul { column-count: 1; }
    .footer_copy ul { display: flex; flex-wrap: wrap; justify-content: center; }
    
    .word_gallery_inr .word_gallery_col { width: calc(50% - 20px); }
     
    .def-page .right-img img {width: 100%;margin-left: 0;} .def-page h2 { font-size: 35px; line-height: 40px;} .def-page { padding: 30px 0 30px; } .def-page p{ margin-bottom: 16px; } .def-page h2,.cluster-contend h2{ font-size: 28px; line-height: 38px;} .def-page h3{font-size: 23px; line-height: 33px;} .def-page h4{font-size: 22px; line-height: 32px;} .def-page h5{font-size: 21px; line-height: 20px;} .def-page ul.col-3 li,.def-page ul.col-2 li  {width: 100%;} .def-page ul li, .def-page ol li {font-size: 18px;} .def-page .left-img{margin: 0px 0px 18px 0;float: none;width: 100%;text-align: center;} .privacy-page ul, .privacy-page ol {margin-left: 10px;} .def-page ul li{padding: 4px 0 4px 16px;} .def-page ul {padding-bottom: 10px;} .def-page strong { font-size: 18px; } .privacy-page .privacy-inner {padding-left: 10px;margin-bottom: 0;} .privacy-page .privacy-inner ul {margin-top: 0;} .def-page .right-img{margin: 0 0 15px 0px;width: 100%;float: none;text-align: center;} .pagenotfound { padding: 25px 0px 10px; } .pagenotfound h2 {font-size: 22px;} .pagenotfound p {font-size: 16px;} .def-page ul li::before { top: 11px; width: 7px; height: 7px; }
    
    p, li{ font-size: 18px !important; line-height: 28px !important; }
}


@media screen and (max-width: 478px) {
    h1, .h1 { font-size: 34px; line-height: 1.2; }
    h2, .h2 { font-size: 30px; line-height: 1.25; }
    h3, .h3 { font-size: 24px; }
    h4, .h4 { font-size: 22px; }
    
    .banner .banner_inr p { font-size: 16px; line-height: 24px; }
    
    .banner_btn { display: flex; flex-direction: column; width: 100%; gap: 15px; }
    .banner_btn a.button { text-align: center; width: 100%; padding: 12px 20px; font-size: 18px; display: block; box-sizing: border-box; }
    
    .header-bottom a > img { width: 130px; }
    .header_bottom_logo .header_menu ul { gap: 12px; flex-direction: column; text-align: center; padding: 0; }
    
    .word_gallery_inr .word_gallery_col { width: 100%; }
    
    .region_box ul { display: flex; flex-direction: column; gap: 15px; }
    .techno_inr { padding: 30px 20px; }
    .region_bor { padding: 20px; }
    
    .trust_inr ul { display: flex; flex-direction: column; gap: 15px; text-align: center; }
    .trust_inr ul li::before { display: none; }


    .def-page strong { font-size: 16px; } .def-page { padding: 25px 0px; } .def_page_otr, .detail_page.def-page { padding: 20px 0; } .def-page h2{ font-size: 23px; line-height: 1.2;} .def-page h3{font-size: 18px; line-height: 28px;} .def-page h4{font-size:21px; line-height:31px; } .def-page h5{font-size:20px; line-height:30px; } .def-page ul li, .def-page ol li { font-size: 16px; line-height: 24px; } .privacy-page ol {margin: 5px 0 10px;} .privacy-page ul, .privacy-page ol {margin-left: 8px;} .pagenotfound { padding: 20px 0px 5px; } .pagenotfound h2 {font-size: 20px;} .pagenotfound p {font-size: 15px;} .def-page ul li { padding: 3px 0 3px 16px; } .def_page_otr { padding: 20px 0; } .def-page ul li::before { top: 11px; width: 6px; height: 6px; }

    p, li{ font-size: 16px !important; line-height: 26px !important; }



}