/*Font*/

/*Regular*/

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

/*SemiBold*/

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

/*Bold*/

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

/*Font*/

/*Common Code*/

.common_width 
{
	max-width: 85vw;
	margin: 0vw auto;
	padding-left: 0vw;
    padding-right: 0vw;
}

/*.cf_common_width
{
    max-width: 90%;
    margin: 0vw auto;
}*/

/*Common Code*/

/*Header*/

.desktop_header
{
    display: block;
}

.mobile_header
{
    display: none;
}

.header_cf 
{
    background: linear-gradient(to bottom, #000 8%, #0000001a 100%);
    padding-left: 0vw;
    padding-right: 0vw;
    position: absolute;
    top: 0;
    z-index: 1;
}

.header_con 
{
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}

.header_col1 
{
    display: grid;
    align-items: center;
}

.header_logo 
{
    width: 14vw;
}

.header_menu li 
{
    padding: 0.7vw 1.2vw 0.5vw;
    position: relative;
}

.header_menu
{
    position: relative;
    left: 3vw;
}

.header_menu li a 
{
    padding: 0vw !important;
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
}

.header_menu li a:hover
{
	color: #429b42;
}

.header_icons 
{
    padding-left: 1vw;
}

.header_icons i 
{
    font-size: 1.2vw;
    color: #fff;
}

.header_icons i:hover
{
	color: #429b42;
}

.header_line::after 
{
    content: "";
    border-left: 0.2vw solid #fff;
    height: 1.1vw;
    position: absolute;
    top: 0.9vw;
    left: 98%;
}

.menu_contact
{
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    text-decoration: none;
    border: 0.1vw solid #fff;
    background-color: transparent;
    padding: 1vw 2vw;
    border-radius: 0.4vw;
    text-align: center;
}

.menu_contact:hover
{
    color: #fff;
    border: 0.1vw solid #429b42;
    background-color: #429b42;
}

.header_menu_col3
{
    text-align: right;
    margin-top: 1vw;
}

/*Dropdown*/

.dropdown_menu_ul
{
    background: linear-gradient(to top, #000 70%, #ffffff38 100%) !important;
    position: absolute !important;
    z-index: 1000 !important;
    display: none !important;
    min-width: 10vw !important;
    padding: 1vw 0vw !important;
    text-align: left !important;
    list-style: none !important;
    background-clip: padding-box !important;
}

.dropdown_menu_ul li a
{
    color: #fff !important;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    display: block !important;
    width: 100% !important;
    padding: 0vw 0vw !important; 
    clear: both !important;
    text-align: inherit !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 0 !important;
}

.dropdown_menu_ul li a:focus, .dropdown_menu_ul li a:hover 
{
    color: #429b42 !important;
    background-color: unset !important;
}

.dropdown-content:hover .dropdown_menu_ul
{
    display: block !important;
}

/*Dropdown*/

/*Header*/

/*Index*/

.index_body
{
	background-color: #f3f3f3;
}

/*Video Section*/

.video_sec 
{
    position: relative;
    margin-bottom: -0.4vw;
}

.video_sec video 
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.video_overlay 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video_img
{
	width: 100%;
}

.video_text 
{
    color: #fff;
    text-align: center;
    font-family: 'Outfit_SemiBold';
    font-size: 8vw;
    margin-top: 2vw;
    letter-spacing: 0.1vw;
    margin-bottom: 2vw !important;
}

/*Video Section*/

/*About*/

.coc_txt
{
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    text-decoration: none;
    border: 0.1vw solid #429b42;
    background-color: #429b42;
    padding: 1vw 2vw;
    border-radius: 0.4vw;
    text-align: center;
}

.coc_txt:hover 
{
    color: #000;
    border: 0.1vw solid #000;
    background-color: transparent;
}

.abt_con
{
	margin-top: 5vw;
	margin-bottom: 0vw;
}

.abt_txt
{
	color: #000;
    font-family: 'Outfit_Regular';
    font-size: 1.5vw;
/*    line-height: 4vw;*/
/*    padding-left: 1.5vw;*/
    letter-spacing: 0.1vw;
    text-align: center;
    width: 60vw;
    margin: 0vw auto 3vw;
}

/*.abt_line
{
	position: relative;
}*/

/*.abt_line::before 
{
    content: "";
    border-left: 0.3vw solid #000;
    height: 8vw;
    display: block;
    position: absolute;
}*/

.abt_head 
{
    color: #000;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    text-align: center;
}

.abt_subhead 
{
    color: #000;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    margin-top: 1vw;
    text-align: center;
}

.abt_subhead span 
{
    color: #429b42;
}

.abt_btn 
{
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    border: 0.1vw solid #429b42;
    background-color: #429b42;
    padding: 0.7vw 2vw;
    border-radius: 0.4vw;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.abt_btn:hover 
{
    border: 0.1vw solid #506450;
    background-color: transparent;
    color: #506450;
}

/*About*/

/*Tabs*/

.tabs_cf
{
	background-image: url(../images/new/group-81.webp);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    padding-top: 20vw;
    padding-bottom: 1vw;
}

.index_tab_nav 
{
    justify-content: center;
    padding-top: 3vw;
}

.index_nav_li
{
	padding: 0vw 1vw;
}

.index_tab_nav .index_nav_link 
{
    padding: 0.7vw 2vw;
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    border: 0.2vw solid #506450;
    background-color: transparent;
}

.index_tab_nav .index_nav_link:hover
{
	background-color: #fff;
	border: 0.2vw solid #fff;
	color: #000;
}

.index_tab_nav .index_nav_link.active, 
.index_tab_nav .show>.index_nav_link 
{
    color: #fff;
    border: 0.2vw solid #429b42;
    background-color: #429b42;
}

.index_tab_txt
{
	color: #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    width: 50vw;
    margin: 0vw auto;
    min-height: 12vw;
}

/*Tabs*/

/*Mission & Vision*/

.index_miss_p
{
    color: #000;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    margin-top: 1vw;
}

.index_miss_p span 
{
    color: #429b42;
}

.index_miss_txt
{
    color: #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
}

.index_vision_col2
{
    margin-top: 5vw;
}

/*Mission & Vision*/

/*Products*/

#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}

.products_btn
{
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    border: 0.1vw solid #429b42;
    background-color: #429b42;
    padding: 0.7vw 2vw;
    border-radius: 0.4vw;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 3vw auto 0vw;
    display: block;
}

.products_btn:hover 
{
    border: 0.1vw solid #000;
    background-color: transparent;
    color: #000;
}

.products_cf
{
    margin-bottom: 37vw;
    background-image: url(../images/index/img2565.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vw;
}

.index_pg_icons
{
    width: 5vw;
}

.products_head
{
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    margin-top: 1.5vw;
}

.products_subhead
{
    color: #fff;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

/*.products_subhead span 
{
    color: #429b42;
}*/

.products_headtxt
{
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
}

.products_head_col
{
    margin-top: 23vw;
}

.products_div
{
    transition: all 0.5s ease-out;
    cursor: pointer;
    padding: 1vw;
}

.products_div:hover
{
    box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 58%);
    transition: all 0.5s ease-in-out;
    transform: translateY(-10px);
}

.products_div:hover .products_txt, 
.products_div:hover .products_arrow
{
    color: #fff;
}

.products_div2
{
    background-color: #429b42;
    padding: 1vw;
    width: 22vw;
    display: flex;
    position: relative;
}

.products_div:hover .products_div2
{
    background-color: #506450;
}

.products_row2
{
    margin-top: 4vw;
}

.products_txt
{
    color: #fff;
    font-size: 1.7vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    margin-bottom: 0vw;
}

.products_arrow
{
    position: absolute;
    right: 1vw;
    top: 1.2vw;
    font-size: 2vw;
    transform: rotate(322deg);
    color: #fff;
}

.products_col
{
    margin-top: 5vw;
}

.products_img
{
    width: 100%;
}

/*Products*/

/*Banner*/

.banner_col
{
    display: contents;
}

.banner_img
{
    width: 100%;
}

.banner_div
{
    width: 33.33%;
    text-align: center;
    position: relative;
}

.banner_div2:after 
{
    content: "";
    border-left: 0.3vw solid #000;
    height: 9vw;
    position: absolute;
    top: 0vw;
    left: 98%;
}

.banner_p
{
    color: #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
    margin-top: 2vw;
}

.banner_img
{
    width: 15%;
}

/*Banner*/

/*Application*/

.app_cf
{
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.app_col1
{
    background-image: url(../images/index/img044.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 0vw;
    padding-right: 0vw;
    display: grid;
    align-content: center;
}

.app_col2
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.app_img
{
    width: 100%;
    display: block;
}

.mob_app_img
{
    display: none;
}

.app_head
{
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    margin-top: 2vw;
}

.app_subhead
{
    color: #fff;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.app_txt
{
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
/*    margin-bottom: 3vw;*/
    width: 55vw;
    /* text-align: center; */
    margin: 0vw auto 3vw;
}

.app_button
{
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    border: 0.1vw solid #fff;
    background-color: transparent;
    padding: 0.7vw 2vw;
    border-radius: 0.4vw;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.app_button:hover
{
    border: 0.1vw solid #fff;
    background-color: #fff;
    color: #000;
}

.app_div
{
    padding: 4vw 3vw 6vw;
    text-align: center;
}

/*Application*/

/*Marquee*/


/*Scrolling Text*/

.scroll_txt
{
    color: #000;
    font-size: 10vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Bold';
    text-transform: uppercase;
}

.marquee-wrapper 
{
  overflow: hidden;
}

.marquee 
{
  display: flex;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  transform: translateX(0);
}

.marquee span
{
  padding-left: 1em;
}

@keyframes marquee 
{
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*Scrolling Text*/

/*Certificates*/

.certificates_cf
{
    background-image: url(../images/index/certificates.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 6vw;
    margin-top: 5vw;
}

.cer_head 
{
    color: #fff;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    background-color: rgba(61,77,67,0.8);
    padding: 1vw;
}

.cer_col1
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.cer_col2
{
    margin-top: 5vw;
    background-color: rgba(254,251,238,0.6);
    padding: 4vw;
}

/*Certificates*/

/*Map*/

.map_cf
{
    margin-top: 3vw;
}

.map_col
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.map_cf iframe
{
    width: 100%;
    height: 30vw;
}

/*Map*/

/*Index*/

/*Footer*/

.footer_link2
{
    padding-left: 2.5vw;
}

.footer_mail_icon
{
    position: relative;
    right: 1.3vw;
}

.footer_link3
{
    position: relative;
    right: 1.3vw;
}

.footer_cf
{
    /*background-image: url(../images/new/img663.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    margin-top: 7vw;
    padding-top: 17vw;
    padding-bottom: 2vw;*/
    background-color: #647266;
    padding-top: 5vw;
    padding-bottom: 2vw;
    margin-top: 5vw;
}

.footer_col2
{
/*    text-align: center;*/
    text-align: end;
}

.footer_col3
{
    text-align: right;
}

.footer_soc_link
{
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    text-decoration: none;
}

.footer_soc_link:hover
{
    color: #000;
}

.footer_icons
{
    color: #fff;
    font-size: 1.3vw;
}

.phn_footer_icons
{
    transform: rotate(85deg);
}

.footer_sub_btn 
{
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    text-decoration: none;
    border: 0.1vw solid #fff;
    background-color: transparent;
    padding: 0.7vw 1vw;
    border-radius: 0.4vw;
    text-align: center;
}

.footer_sub_btn:hover
{
    color: #000;
    background-color: #fff;
}

.footer_hr 
{
    margin: 3vw 0;
    color: inherit;
    background-color: #fff;
    border: 0;
    opacity: .25;
}

.footer_img
{
    width: 14vw;
}

.footer_col5
{
    width: 38%;
}

.footer_col6
{
    display: grid;
    width: 29%;
}

.footer_col7
{
    width: 33%;
}

.footer_p
{
    color: #fff;
    font-size: 1.4vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
}

.footer_a
{
    color: #fff;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    text-decoration: none;
    width: fit-content;
}

.footer_a:hover
{
    color: #000;
}

.footer_add
{
    color: #fff;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    line-height: 1.9vw;
    margin-bottom: 0.9vw;
}

.footer_icons1
{
    color: #fff;
    font-size: 1.2vw;
}

.footer_icons1:hover
{
    color: #000;
}

.footer_icons_pad
{
    padding-left: 1.5vw;
}

.footer_col10
{
    text-align: right;
}

.footer_copy
{
    color: #fff;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0vw;
}

.footer_links_span a
{
    color: #fff;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    text-decoration: none;
    width: fit-content;
    position: relative;
    top: -0.7vw;
}

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

.footer_links_a
{
    padding-left: 1vw;
}

/*Footer*/

/*Mobile Menu*/

.mob_overlay 
{
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #000000 8%, #3b3b3b 100%);
    background: linear-gradient(to bottom, #000000 8%, #3b3b3b 100%);
    overflow-y: hidden;
    transition: all 1s ease-out;
}

.mob_overlay_content 
{
    width: 100%;
    text-align: center;
    margin-top: 10vw;
}

.mob_menu 
{
    padding: 3vw;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    position: relative;
    width: max-content;
    margin: 0vw auto;
    color: #fff;
    font-size: 5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
}

.mob_menu:hover
{
    color: #429b42;
}

.mob_overlay .mob_closebtn 
{
    position: relative;
    bottom: 5vw;
    font-size: 11vw;
    color: #fff;
    text-decoration: none;
}

.mob_overlay .mob_closebtn:hover
{
    color: #429b42;
} 

/*Mobile Menu*/

/*Inner*/

.inner_banner_cf
{
    background-image: url(../images/about/img1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 6vw;
}

.inner_banner_col
{
    padding-top: 5vw;
}

.inner_banner_p1
{
    color: #429b42;
    margin-bottom: 0vw;
    text-align: center;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
}

.inner_banner_p
{
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    font-size: 4vw;
    color: #fff;
    margin-bottom: 0vw;
    text-align: center;
    letter-spacing: 0.1vw;
}

.inner_body 
{
    background-color: #f3f3f3;
}

/*Inner*/

/*About Us Page*/

.abt_1st_con
{
    margin-top: 5vw;
    margin-bottom: 3vw;
}

.abt_1st_col1
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.abt_1st_col2
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.abt_1st_div
{
    padding: 0vw 3vw 3vw;
}

/*.abt_1st_img
{
    min-height: 41.9vw;
}*/

.abt_miss_cf
{
    background-color: #364142;
}

.abt_miss_con
{
/*    margin-bottom: 5vw;*/
    padding-top: 5vw;
    padding-bottom: 3vw;
}

.abt_miss_row2
{
    margin-top: 5vw;
}

.abt_miss_head
{
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_miss_subhead 
{
    color: #fff;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_miss_txt 
{
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
}

.abt_miss_img
{
    width: 100%;
    mix-blend-mode: overlay;
}

.abt_miss_img_div
{
    position: relative;
}

.abt_miss_img_div::before 
{
    position: absolute;
    content: '';
    border-radius: 20vw;
    opacity: 0.4;
    background: #429b42;
    filter: blur(4vw);
    width: 10vw;
    height: 10vw;
    top: 5vw;
}

.abt_miss_col2
{
    text-align: right;
}

.abt_who_con
{
    margin-bottom: 5vw;
}

.abt_who_head
{
    color: #000;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_who_subhead
{
    color: #000;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_who_subhead span 
{
    color: #429b42;
}

.abt_who_txt 
{
    color: #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
}

.abt_acc_cf
{
    margin-bottom: 5vw;
}

.abt_acc_img
{
    width: 100%;
    min-height: 100%;
    display: block;
}

.mob_abt_acc_img
{
    display: none;
}

.abt_acc_div
{
    padding: 20vw 3vw 3vw;
}

.abt_acc_col1
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.abt_acc_col2
{
    background-image: url(../images/new/img283.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 0vw;
    padding-right: 0vw;
    display: grid;
    align-content: center;
}

.abt_acc_head 
{
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    text-align: center;
}

.abt_acc_subhead 
{
    color: #fff;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    text-align: center;
}

.abt_acc_btn
{
    color: #fff !important;
    background-color: transparent !important;
    box-shadow: unset !important;
    border: 0.1vw solid #fff;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
}

.abt_acc_btn:focus 
{
    z-index: unset !important;
    border-color: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}

.abt_acc_item
{
    background-color: transparent !important; 
    border: 0.1vw solid #fff !important;
}

.abt_acc_btn:not(.collapsed)::after 
{
    background-image: unset !important;
    transform: unset !important;
    content: "-";
}

.abt_acc_btn::after 
{
    flex-shrink: unset !important;
    width: unset !important;
    height: unset !important;
    margin-left: auto;
    content: "+";
    background-image:  unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    transition: transform .2s ease-in-out;
}

.abt_acc_body
{
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0vw;
}

.abt_acc_ul
{
    margin-bottom: 0vw;
}

.abt_map_cf
{
    margin-bottom: 5vw;
}

.abt_map_cf iframe 
{
    width: 100%;
    height: 30vw;
}

.abt_map_head 
{
    color: #000;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_map_subhead 
{
    color: #000;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_map_col
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.abt_team_head
{
    color: #000;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_team_subhead 
{
    color: #000;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_abt_cf
{
    margin-bottom: 5vw;
}

.abt_team_txt 
{
    color: #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
}

.abt_yt_link_cf
{
    margin-bottom: 5vw;
}

.abt_yt_link_cf iframe
{
    width: 100%;
    height: 35vw;
}

.abt_team_div
{
    background-color: #fff;
    padding: 1vw;
    margin: 0vw 1.5vw;
    position: relative;
    top: -4vw;
}

.abt_team_namehead
{
    color: #000;
    font-size: 1.8vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
}

.abt_team_namesubhead
{
    color: #429b42;
    margin-bottom: 0.9vw;
    text-align: center;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
}

.abt_team_nametxt 
{
    color: #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
}

.abt_team_owl_div
{
    margin-top: 3vw;
}

.abt_team_owl .owl-prev 
{
    float: left;
    position: absolute;
    bottom: 50%;
    right: 102%;
}

.abt_team_owl .owl-next 
{
    float: left;
    position: absolute;
    bottom: 50%;
    left: 102%;
}

.abt_team_arrow
{
    font-size: 3vw;
    color: #000;
}

.abt_team_arrow:hover
{
    color: #429b42;
}

.abt_team_owl .owl-nav [class*=owl-]:hover 
{
    background: unset !important;
    color: #FFF;
    text-decoration: none;
}

/*About Us Page*/

/*Contact Page*/

.form_cf
{
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.form_col1
{
    border: 0.1vw solid #000;
    padding: 3vw;
    border-radius: 0.4vw;
}

.form_col2 
{
    padding: 0vw 0vw 0vw 1vw;
}

.con_head
{
    color: #000;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    margin-bottom: 0.9vw;
}

.con_head span
{
    color: #429b42;
}

.forminput 
{
    margin-top: 2vw;
    /* border: 0.1vw solid #000; */
    border-bottom: 0.1vw solid #000;
    border-top: 0.1vw solid transparent;
    border-left: 0.1vw solid transparent;
    border-right: 0.1vw solid transparent;
    width: 100%;
    background-color: transparent;
    font-family: 'Outfit_Regular';
    font-size: 1.3vw;
    line-height: 2vw;
    padding: 0.1vw 0vw 0.1vw 1vw;
}

.forminput::placeholder
{
    color: #000;
}

.forminput:focus-visible 
{
    outline: unset !important;
}

.form_textarea
{
    padding: 0vw 0vw 0vw 1vw;
}

.submitbtn 
{
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    text-decoration: none;
    border: 0.1vw solid #429b42;
    background-color: #429b42;
    padding: 0.5vw 2vw;
    border-radius: 0.4vw;
    text-align: center;
    margin: 1vw auto 0vw;
}

.submitbtn:hover 
{
    color: #000;
    border: 0.1vw solid #000;
    background-color: transparent;
}

.contactdiv 
{
    background-color: #647266;
    width: 100%;
    padding: 3vw;
    border-radius: 0.4vw;
}

.contxtinfo 
{
    display: inline-flex;
    margin-top: 1vw;
    position: relative;
}

.contxtinfo2 
{
    display: inline-flex;
    margin-top: 2vw;
    position: relative;
}

.con_icon
{
    font-size: 1.5vw;
    color: #fff;
}

.con_logo
{
    width: 70%;
    margin: 0vw auto;
    display: block;
}

.con_p
{
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin-bottom: 0vw;
    font-family: 'Outfit_Regular';
    letter-spacing: 0.1vw;
    padding-left: 1vw;
}

.con_p a
{
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin-bottom: 0vw;
    font-family: 'Outfit_Regular';
    letter-spacing: 0.1vw;
    padding-left: 1vw;
    text-decoration: none;
}

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

.con_p2 
{
    margin-bottom: 0vw;
}

.con_p2 a
{
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin-bottom: 0vw;
    font-family: 'Outfit_Regular';
    letter-spacing: 0.1vw;
    padding-left: 1vw;
    text-decoration: none;
}

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

.con_icon2 
{
    font-size: 1.5vw;
    color: #fff;
    transform: rotate(90deg);
    position: absolute;
    top: 0vw;
}

.con_hr
{
    width: 100%;
    margin: 3vw auto;
    border: 0vw solid #fff;
    opacity: 1;
    color: #fff;
    height: 0.1vw !important;
}

.con_icons 
{
    letter-spacing: 1vw;
    text-align: center;
}

.con_social_icon 
{
    font-size: 0.9vw;
    color: #fff;
    background: transparent;
    border: 0.1vw solid #fff;
    padding: 0.8vw 0.8vw;
    border-radius: 2vw;
    width: 2.5vw;
    height: 2.5vw;
    cursor: pointer;
}

.con_social_icon:hover
{
    color: #000;
    background: transparent;
    border: 0.1vw solid #000;
}

.con_social_icon2
{
    padding: 0.8vw 0.9vw;
}

.con_social_icon2:hover
{
    color: #000;
    background: transparent;
    border: 0.1vw solid #000;
}

.contact_map_col
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.contact_map_cf iframe 
{
    width: 100%;
    height: 40vw;
}

.con_sec_div1
{
/*    padding: 2vw;*/
    min-height: 14vw;
    /*background-color: #429b42;
    padding: 2vw;
    border: 0.1vw solid #429b42;
    text-align: center;
    transition: all 0.6s ease-in-out;
    min-height: 19vw;*/
}

/*.con_sec_div:hover
{
    background-color: #E7E7E7;
    transition: all 0.6s ease-in-out;
    transform: translateY(-2px);
    border: 0.1vw solid #000;
}

.con_sec_div:hover .con_icon
{
    color: #000;
}

.con_sec_div:hover .conpage_p
{
    color: #000;
}

.con_sec_div:hover .conpage_p a
{
    color: #000;
}*/

.con_icon
{
    color: #429b42;
    font-size: 1.5vw;
}

.conpage_p
{
    color: #000;
    font-size: 1.2vw;
    line-height: 1.8vw;
    margin-bottom: 0vw;
    font-family: 'Outfit_Regular';
    letter-spacing: 0.1vw;
    margin-top: 1vw;
}

.con_phn_icon
{
    transform: rotate(90deg);
}

.conpage_p a
{
    color: #000;
    font-size: 1.2vw;
    line-height: 1.8vw;
    margin-bottom: 0vw;
    font-family: 'Outfit_Regular';
    letter-spacing: 0.1vw;
    margin-top: 1vw;
    text-decoration: none;
}

.contact_map_col iframe
{
    width: 100%;
    height: 52vw;
}

.contact_map_con
{
    margin-top: 5vw;
    margin-bottom: 5vw;
    background-color: #e7e7e7;
}

.con_form_div
{
    padding: 3vw;
}

.con_sec_txt
{
    color: #000;
    font-size: 2vw;
    line-height: 1.8vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
    font-family: 'Outfit_SemiBold';
    letter-spacing: 0.1vw;
}

/*.contact_con
{
    background-color: #e7e7e7;
}*/

.contact_col1
{
    padding: 2vw;
    text-align: center;
}

.contact_col2
{
    padding: 2vw;
    text-align: center;
}

.conpage_p a:hover
{
    color: #429b42;
}

.con_pg_icon 
{
    color: #000;
    font-size: 1.2vw;
}

.con_pg_icon:hover
{
    color: #429b42;
}

.con_pg_icons_pad 
{
    padding-left: 1.5vw;
}

.con_div
{
    background-color: #ccdbcc;
    padding: 3vw;
    transition: all 0.6s ease-in-out;
}

.con_div:hover
{
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);
    transition: all 0.6s ease-in-out;
    transform: translateY(-2px);
    background-color: #506450;
}

.con_div:hover .con_icon
{
    color: #fff;
}

.con_div:hover .con_sec_txt
{
    color: #fff;
}

.con_div:hover .conpage_p
{
    color: #fff;
}

.con_div:hover .con_pg_icon
{
    color: #fff;
}


.con_div:hover .conpage_p a
{
    color: #fff;
}

.con_title
{
    color: #000;
    font-size: 2vw;
    line-height: 1.8vw;
    margin-bottom: 2vw;
    margin-top: 1vw;
    font-family: 'Outfit_SemiBold';
    letter-spacing: 0.1vw;
}

.con_div:hover .con_title 
{
    color: #fff;
}

.sec_con_div
{
    padding: 1vw;
}

/*.con_div3
{
    display: flex;
}*/

.con_sec_div2
{
    min-height: 11vw;
/*    width: 50%;*/
}

.sec_con_div1
{
    margin-bottom: 2vw;
}

/*.con_sec_div3
{
    min-height: 13vw;
}*/

/*Contact Page*/

/*Product*/

.product_pg_arrowimg
{
    position: relative;
    top: -2vw;
    width: 4vw;
}

.products_pg_arrow
{
    position: relative;
    top: -3vw;
    font-size: 2vw;
    color: #506450;
}

.product_head_con
{
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.product_content_con
{
/*    margin-top: 5vw;*/
    margin-bottom: 5vw;
}

.product_content_txt 
{
    color: #000;
    font-size: 1.5vw;
    margin-bottom: 0.9vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
/*    text-align: center;*/
}

.product_content_txt span
{
    color: #429b42;
    font-weight: 700;
}

.product_txt_div
{
    padding: 3vw;
    transition: all 0.6s ease-in-out;
}

.product_txt_div:hover
{
    transition: all 0.6s ease-in-out;
    transform: translateY(-2px);
}

.product_types_head
{
    color: #000;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    text-align: center;
}

.product_types_subhead 
{
    color: #000;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    text-align: center;
}

.product_types_subhead span 
{
    color: #429b42;
}

.product_ul li
{
    color: #000;
    font-size: 1.5vw;
    margin-bottom: 0.9vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 3vw;
}

.product_ul li span
{
    color: #000;
    font-size: 1.5vw;
    margin-bottom: 0.9vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Bold';
}

.product_content_div
{
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.product_img_con
{
    margin-bottom: 5vw;
}

.product_page_img
{
    width: 100%;
}

.product_imgcon_head
{
    color: #000;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    text-align: center;
}

.product_imgcon_subhead 
{
    color: #000;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    text-align: center;
}

.product_page_img2
{
    width: 100%;
    object-fit: cover;
    height: 25vw;
    object-position: center;
    cursor: pointer;
}

.product_page_img_col
{
    margin-top: 4vw;
}

.product_page_img_con
{
    margin-bottom: 5vw;
}

.products_types_div1 
{
    padding: 0vw;
    background-color: #fff;
    min-height: 45vw;
    transition: all 0.6s ease-in-out;
}

.products_types_div1:hover
{
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);
    transition: all 0.6s ease-in-out;
    transform: translateY(-2px);
}

.products_types_div2 
{
    padding: 2vw;
}

.products_types_div3 
{
    min-height: 20vw;
}

.product_types_name 
{
    color: #429b42;
    font-size: 1.6vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    margin-bottom: 0.9vw;
    text-align: center;
    min-height: 5vw;
}

.product_types_des 
{
    color: #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0.9vw;
    text-align: center;
}

.product_col1
{
    padding-right: 0vw;
    padding-left: 0vw;
}

.product_col2
{
    padding-left: 0vw;
    padding-right: 0vw;
    display: grid;
    align-content: center;
    /*background-image: url(../images/products/bg.webp);
    background-position: center center;
    background-repeat: no-repeat;*/
    background-color: #e3e3e3;
}

.product_col3 
{
    /* padding-top: 15vw; */
    padding-right: 0vw;
    padding-left: 0vw;
    display: grid;
    align-content: center;
    /*background-image: url(../images/products/bg.webp);
    background-position: center center;
    background-repeat: no-repeat;*/
    background-color: #e3e3e3;
}

.product_col4 
{
    padding-left: 0vw;
    padding-right: 0vw;
}

.product_head 
{
    font-family: 'Outfit_SemiBold';
    text-transform: uppercase;
    font-size: 2.5vw;
    color: #000;
    margin-bottom: 0vw;
    text-align: center;
    letter-spacing: 0.1vw;
}

.product_head span 
{
    color: #429b42;
}

.product_head:after 
{
    content: "";
    display: block;
    width: 7vw;
    max-width: 70%;
    border-bottom: 0.2vw solid #000;
    margin: 1vw auto 0vw;
}

/*Product*/

/*FAQ_&_Tools*/

.faq_con
{
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.faq_acc_item
{
    background-color: transparent;
}

.faq_acc_btn
{
    background-color: #ccdbcc !important;
    color: #000 !important;
    box-shadow: unset !important;
    border: 0.1vw solid #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
}

.faq_acc_btn:focus:not(:focus-visible)
{
    background-color: #ccdbcc !important;
}

.faq_acc_btn:focus 
{
    z-index: unset !important;
    border-color: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}

.faq_acc_body
{
    color: #000;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    margin-bottom: 0vw;
    padding: 2vw 2vw;
    border: 0.1vw solid #000;
}

.faq_acc_btn:not(.collapsed)::after 
{
    background-image: unset !important;
    transform: unset !important;
    content: "-";
}

.faq_acc_btn::after 
{
    flex-shrink: unset !important;
    width: unset !important;
    height: unset !important;
    margin-left: auto;
    content: "+";
    background-image:  unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    transition: transform .2s ease-in-out;
}

/*FAQ_&_Tools*/

/*QC Standards*/

.qc_con 
{
    margin-top: 5vw;
    margin-bottom: 3vw;
}

.qc_img 
{
    width: 100%;
}

.qc_txt_div 
{
    padding: 0vw 1vw;
}

.qc_content_txt 
{
    color: #000;
    font-size: 1.5vw;
    margin-bottom: 0.9vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_Regular';
    /* text-align: center; */
}

.qc_icons_con
{
    margin-top: 5vw;
    margin-bottom: 5vw;
    text-align: center;
    background: #ccdbcc;
    padding: 3vw;
}

.qc_txt
{
    color: #000;
    font-size: 1.5vw;
    margin-bottom: 0.9vw;
    letter-spacing: 0.1vw;
    font-family: 'Outfit_SemiBold';
    margin-top: 2vw;
}

.qc_icons_img
{
    width: 7vw;
}

.qc_cer
{
    width: 100%;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

.qc_cer:hover
{
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);
    transition: all 0.6s ease-in-out;
    transform: translateY(-2px);
}

.qc_cer_col
{
    padding: 1vw;
}

/*QC Standards*/

.yt_link_col
{
    padding-left: 0vw;
    padding-right: 0vw;
}

















/*Media Queries*/

@media only screen
and (min-width: 0px)
and (max-width: 576px)
{

    .footer_link4
    {
        position: relative;
        left: 5vw;
    }

    .footer_link3, .footer_mail_icon
    {
        right: unset;
    }

    .footer_link2
    {
        padding-left: 6.5vw;
    }

    .con_div3
    {
        display: block;
    }

    .con_sec_div2
    {
        width: 100%;
    }

    .con_title
    {
        font-size: 5.5vw;
    }

    .coc_txt
    {
        font-size: 3vw;
        padding: 2vw 6vw 2.5vw;
    }

    .mob_qc_col2
    {
        margin-top: 7vw;
    }

    .product_txt_div
    {
        padding: 5vw;
    }

    .product_pg_arrowimg 
    {
        top: 2vw;
        width: 11vw;
    }

    .index_pg_icons
    {
        width: 12vw;
    }

    .abt_team_owl .owl-next
    {
        left: 50% !important;
        bottom: unset !important;
    }

    .abt_team_arrow
    {
        font-size: 7vw;
    }

    .abt_team_owl .owl-prev 
    {
        bottom: unset !important;
        right: 50%;
    }

    .abt_abt_cf
    {
        margin-bottom: 15vw;
    }

    .abt_1st_col2
    {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    .abt_head
    {
        font-size: 2.5vw;
    }

    .abt_subhead 
    {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .desktop_header
    {
        display: none;
    }

    .mobile_header
    {
        display: block;
    }

    .mob_header_logo
    {
        width: 35vw;
    }

    .mob_header_wid1
    {
        width: 50%;
    }

    .mob_header_wid2
    {
        width: 50%;
        text-align: right;
    }

    .mob_header_cf
    {
        padding-top: 4vw;
        padding-bottom: 4vw;
        background: linear-gradient(to bottom, #000 8%, #0000001a 100%);
    }

    .header_togglebtn
    {
        font-size:6vw;
        cursor:pointer;
        color: #fff;
    }

    .header_togglebtn:hover
    {
        color: #000;
    }

    .mob_contact_btn_div
    {
        margin-top: 3vw;
    }

    .menu_contact 
    {
        font-size: 5vw;
        padding: 2vw 6vw 2.5vw;
    }

    .video_sec video
    {
        height: 25vh;
    }

    .abt_txt
    {
        font-size: 4.5vw;
        line-height: 6vw;
        width: unset;
        margin: 0vw auto 5vw;
    }

    .abt_btn
    {
        font-size: 4.5vw;
        padding: 0.9vw 5vw;
    }

    .abt_line::before
    {
        height: 18vw;
        border-left: 0.6vw solid #000;
    }

    .index_tab_txt
    {
        font-size: 4.5vw;
        width: 100%;
        min-height: 55vw;
    }

    .index_tab_nav .index_nav_link
    {
        font-size: 5vw;
        margin: 2vw auto;
    }

    .tabs_cf
    {
        height: unset;
        padding-top: unset;
    }

    .index_vision_col2
    {
        margin-top: 15vw;
    }

    .index_miss_p
    {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .index_miss_txt
    {
        font-size: 4.5vw;
    }

    .products_subhead
    {
        font-size: 5vw;
        color: #fff;
    }

    .products_head
    {
        font-size: 2.5vw;
        color: #fff;
        margin-top: 4.5vw;
    }

    .products_headtxt
    {
        font-size: 4.5vw;
        color: #fff;
    }

    .products_cf
    {
        height: auto;
        background-image: unset;
        background-color: #60735F;
        margin-top: 10vw;
        margin-bottom: 0vw;
    }

    .lumber_col
    {
        margin-bottom: 5vw;
    }

    .products_head_col
    {
        margin-top: 10vw;
    }

    .products_div2
    {
        width: 70vw;
    }

    .products_txt
    {
        font-size: 5vw;
    }

    .products_arrow
    {
        top: 2.5vw;
        font-size: 5vw;
        right: 3vw;
    }

    .mob_products_col
    {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    .app_head 
    {
        font-size: 2.5vw;
        margin-top: 4vw;
    }

    .app_subhead 
    {
        font-size: 5vw;
    }

    .app_txt 
    {
        font-size: 4.5vw;
        width: unset;
    }

    .app_button
    {
        font-size: 4.5vw;
    }

    .app_col1
    {
        height: auto;
        display: unset;
        padding-top: 6vw;
    }

    .app_img
    {
        display: none;
    }

    .mob_app_img
    {
        display: block;
        width: 100%;
        padding-top: 10vw;
    }

    .app_div
    {
        padding: 4vw 3vw 9vw;
    }

    .scroll_txt
    {
        font-size: 20vw;
    }

    .map_cf iframe
    {
        height: 100vw;
    }

    .footer_cf
    {
        height: auto;
    }

    .footer_icons
    {
        font-size: 3.5vw;
    }

    .footer_soc_link
    {
        font-size: 3.5vw;
    }

    .footer_sub_btn
    {
        font-size: 3.5vw;
        padding: 1.7vw 2vw;
    }

    .footer_col1
    {
        text-align: center;
    }

    .footer_col2
    {
        text-align: center;
        margin-top: 5vw;
    }

    .footer_col3
    {
        text-align: center;
        margin-top: 5vw;
    }

    .footer_col5
    {
        width: 100%;
        text-align: center;
    }

    .footer_img
    {
        width: 35vw;
    }

    .footer_col6
    {
        width: 100%;
        margin-top: 5vw;
    }

    .footer_p
    {
        font-size: 4vw;
        text-align: center;
    }

    .footer_a
    {
        font-size: 3.5vw;
        margin: 0vw auto;
        display: block;
    }

    .footer_col7
    {
        width: 100%;
        margin-top: 5vw;
        text-align: center;
    }

    .footer_col7 span a i
    {
        margin-top: 5vw;
    }

    .footer_add
    {
        font-size: 3.5vw;
        line-height: 4.9vw;
        text-align: center;
    }

    .footer_hr
    {
        margin: 10vw auto;
    }

    .footer_icons1
    {
        font-size: 3.5vw;
    }

    .footer_copy
    {
        font-size: 3.5vw;
    }

    .footer_links_span a
    {
        font-size: 3.5vw;
    }

    .footer_col10
    {
        text-align: center;
        padding-bottom: 10vw;
    }

    .inner_banner_p1
    {
        font-size: 2.5vw;
    }

    .inner_banner_p
    {
        font-size: 5vw;
    }

    .inner_banner_col
    {
        padding-bottom: 5vw;
    }

    .abt_who_head
    {
        font-size: 2.5vw;
        text-align: center;
    }

    .abt_who_subhead
    {
        font-size: 5vw;
        text-align: center;
    }

    .abt_who_txt
    {
        font-size: 4.5vw;
        text-align: center;
    }

    .abt_yt_link_cf iframe
    {
        height: 50vw;
    }

    .mob_abt_acc_img
    {
        display: block;
        width: 100%;
        padding-top: 10vw;
    }

    .abt_acc_img
    {
        display: none;
    }

    .abt_acc_col2 
    {
        height: auto;
        display: unset;
        padding-top: 25vw;
    }

    .abt_acc_div 
    {
        padding: 6vw;
    }

    .abt_acc_head 
    {
        font-size: 2.5vw;
        color: #000;
    }

    .abt_acc_subhead
    {
        font-size: 5vw;
        color: #429b42;
    }

    .abt_acc_btn
    {
        font-size: 4.5vw;
    }

    .abt_acc_body
    {
        font-size: 4.5vw;
    }

    .abt_team_head
    {
        font-size: 2.5vw;
    }

    .abt_team_subhead
    {
        font-size: 5vw;
    }

    .abt_team_txt
    {
        font-size: 4.5vw;
    }

    .abt_team_namehead
    {
        font-size: 5.5vw;
    }

    .abt_team_namesubhead
    {
        font-size: 3.5vw;
    }

    .abt_team_div 
    {
        padding: 4vw;
        margin: 0vw 2.5vw;
    }

    .abt_team_nametxt
    {
        font-size: 4.5vw;
    }

    .abt_map_head
    {
        font-size: 2.5vw;
    }

    .abt_map_subhead
    {
        font-size: 5vw;
    }

    .abt_map_cf iframe 
    {
        height: 100vw;
    }

    .con_head
    {
        font-size: 5vw;
    }

    .forminput
    {
        font-size: 4.5vw;
        padding: 2vw 0vw 2vw 2vw;
    }

    .form_textarea
    {
        padding: 2vw 0vw 2vw 2vw;
    }

    .submitbtn 
    {
        font-size: 4.5vw;
        padding: 2.5vw 5vw 2vw;
        margin: 4vw auto 3vw;
    }

    .con_p
    {
        font-size: 4.5vw;
        line-height: 6.5vw;
        padding-left: 4vw;
    }

    .con_icon
    {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .con_icon2
    {
        font-size: 4.5vw;
    }

    .con_p a
    {
        font-size: 4.5vw;
        padding-left: 3vw;
    }

    .con_p2 a
    {
        font-size: 4.5vw;
        padding-left: 3vw;
    }

    .contxtinfo2
    {
        margin-top: 5vw;
    }

    .contactdiv 
    {
        padding: 6vw;
    }

    .con_social_icon
    {
        font-size: 3.5vw;
        border-radius: 4vw;
        width: 7.5vw;
        height: 7.5vw;
        padding: 1.9vw 1.9vw;
    }

    .con_social_icon2 
    {
        padding: 2vw 2.5vw;
    }

    .flex_row
    {
        display: flex;
        flex-direction: column-reverse;
    }

    .form_col2
    {
        padding: 0vw;
        margin-bottom: 7vw;
    }

    .dropdown_menu_ul li a
    {
        font-size: 5vw;
        padding: 2vw !important
    }

    .dropdown_menu_ul 
    {
        min-width: 1vw !important; 
        margin: 0px auto;
        padding: 2vw 4vw !important;
        width: fit-content;
        text-align: center!important;
        list-style: none !important;
        position: static !important;
        background-clip: padding-box !important;
    }

    .product_content_txt
    {
        font-size: 4.5vw;
        margin-top: 5vw;
        text-align: center;
    }

    .product_types_name
    {
        font-size: 5vw;
    }

    .product_types_des
    {
        font-size: 4.5vw;
        text-align: center;
    }

    .product_types_head
    {
        font-size: 2.5vw;
    }

    .product_types_subhead
    {
        font-size: 5vw;
    }

    .product_ul li span
    {
        font-size: 4.5vw;
    }

    .product_ul li
    {
        font-size: 4.5vw;
    }

    .product_imgcon_head
    {
        font-size: 2.5vw;
    }

    .product_imgcon_subhead
    {
        font-size: 5vw;
    }

    .product_page_img2
    {
        height: 60vw;
    }

    .products_btn
    {
        font-size: 3.5vw;
        margin: 5vw auto 0vw;
    }

    .products_types_div2 
    {
        padding: 6vw;
    }

    .mob_products_types_col
    {
        margin-top: 10vw;
    }

    .contact_col1, .contact_col2, .contact_col3
    {
        width: 100%;
        text-align: center;
    }

    .con_sec_txt 
    {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    .conpage_p
    {
        font-size: 4.5vw;
        line-height: 6vw;
        margin-top: 3vw;
    }

    .contact_con
    {
        padding: 6vw;
    }

    .conpage_p a
    {
        font-size: 4.5vw;
    }

    .contact_map_col iframe
    {
        height: 65vw;
    }

    .faq_acc_btn 
    {
        font-size: 4.5vw;
    }

    .faq_acc_body 
    {
        font-size: 4.5vw;
        padding: 4vw 4vw;
    }

    .qc_content_txt 
    {
        font-size: 4.5vw;
        margin-top: 5vw;
        text-align: center;
    }

    .row_flex
    {
        display: flex;
        flex-direction: column-reverse;
    }

    .product_head
    {
        font-size: 5vw;
    }

    .product_head:after
    {
        width: 12vw;
    }

    .con_div
    {
        padding: 7vw;
    }

    .con_sec_div
    {
        margin-top: 8vw;
    }

    .con_pg_icon
    {
        font-size: 3.5vw;
    }

    .con_pg_icons_pad
    {
        padding-left: 2vw;
    }

    .qc_txt
    {
        font-size: 4.5vw;
    }

    .qc_icons_img 
    {
        width: 11vw;
    }

    .abt_con
    {
        margin-bottom: 10vw;
    }

}


@media only screen
and (min-width: 577px)
and (max-width: 767px)
{

    .footer_link4
    {
        position: relative;
        left: 5vw;
    }

    .footer_link3, .footer_mail_icon
    {
        right: unset;
    }

    .footer_link2
    {
        padding-left: 6.5vw;
    }

    .con_div3
    {
        display: block;
    }

    .con_sec_div2
    {
        width: 100%;
    }

    .con_title
    {
        font-size: 5.5vw;
    }

    .coc_txt
    {
        font-size: 3vw;
        padding: 2vw 6vw 2.5vw;
    }

    .mob_qc_col2
    {
        margin-top: 7vw;
    }

    .product_txt_div
    {
        padding: 5vw;
    }

    .product_pg_arrowimg 
    {
        top: 2vw;
        width: 11vw;
    }

    .index_pg_icons
    {
        width: 12vw;
    }

    .abt_team_owl .owl-next
    {
        left: 50% !important;
        bottom: unset !important;
    }

    .abt_team_arrow
    {
        font-size: 7vw;
    }

    .abt_team_owl .owl-prev 
    {
        bottom: unset !important;
        right: 50%;
    }

    .abt_abt_cf
    {
        margin-bottom: 15vw;
    }

    .abt_1st_col2
    {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    .abt_head
    {
        font-size: 2.5vw;
    }

    .abt_subhead 
    {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .desktop_header
    {
        display: none;
    }

    .mobile_header
    {
        display: block;
    }

    .mob_header_logo
    {
        width: 35vw;
    }

    .mob_header_wid1
    {
        width: 50%;
    }

    .mob_header_wid2
    {
        width: 50%;
        text-align: right;
    }

    .mob_header_cf
    {
        padding-top: 4vw;
        padding-bottom: 4vw;
        background: linear-gradient(to bottom, #000 8%, #0000001a 100%);
    }

    .header_togglebtn
    {
        font-size:6vw;
        cursor:pointer;
        color: #fff;
    }

    .header_togglebtn:hover
    {
        color: #000;
    }

    .mob_contact_btn_div
    {
        margin-top: 3vw;
    }

    .menu_contact 
    {
        font-size: 5vw;
        padding: 2vw 6vw 2.5vw;
    }

    .video_sec video
    {
        height: 25vh;
    }

    .abt_txt
    {
        font-size: 4.5vw;
        line-height: 6vw;
        width: unset;
        margin: 0vw auto 5vw;
    }

    .abt_btn
    {
        font-size: 4.5vw;
        padding: 0.9vw 5vw;
    }

    .abt_line::before
    {
        height: 18vw;
        border-left: 0.6vw solid #000;
    }

    .index_tab_txt
    {
        font-size: 4.5vw;
        width: 100%;
        min-height: 55vw;
    }

    .index_tab_nav .index_nav_link
    {
        font-size: 5vw;
        margin: 2vw auto;
    }

    .tabs_cf
    {
        height: unset;
        padding-top: unset;
    }

    .index_vision_col2
    {
        margin-top: 15vw;
    }

    .index_miss_p
    {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .index_miss_txt
    {
        font-size: 4.5vw;
    }

    .products_subhead
    {
        font-size: 5vw;
        color: #fff;
    }

    .products_head
    {
        font-size: 2.5vw;
        color: #fff;
        margin-top: 4.5vw;
    }

    .products_headtxt
    {
        font-size: 4.5vw;
        color: #fff;
    }

    .products_cf
    {
        height: auto;
        background-image: unset;
        background-color: #60735F;
        margin-top: 10vw;
        margin-bottom: 0vw;
    }

    .lumber_col
    {
        margin-bottom: 5vw;
    }

    .products_head_col
    {
        margin-top: 10vw;
    }

    .products_div2
    {
        width: 70vw;
    }

    .products_txt
    {
        font-size: 5vw;
    }

    .products_arrow
    {
        top: 2.5vw;
        font-size: 5vw;
        right: 3vw;
    }

    .mob_products_col
    {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    .app_head 
    {
        font-size: 2.5vw;
        margin-top: 4vw;
    }

    .app_subhead 
    {
        font-size: 5vw;
    }

    .app_txt 
    {
        font-size: 4.5vw;
        width: unset;
    }

    .app_button
    {
        font-size: 4.5vw;
    }

    .app_col1
    {
        height: auto;
        display: unset;
        padding-top: 6vw;
    }

    .app_img
    {
        display: none;
    }

    .mob_app_img
    {
        display: block;
        width: 100%;
        padding-top: 10vw;
    }

    .app_div
    {
        padding: 4vw 3vw 9vw;
    }

    .scroll_txt
    {
        font-size: 20vw;
    }

    .map_cf iframe
    {
        height: 100vw;
    }

    .footer_cf
    {
        height: auto;
    }

    .footer_icons
    {
        font-size: 3.5vw;
    }

    .footer_soc_link
    {
        font-size: 3.5vw;
    }

    .footer_sub_btn
    {
        font-size: 3.5vw;
        padding: 1.7vw 2vw;
    }

    .footer_col1
    {
        text-align: center;
    }

    .footer_col2
    {
        text-align: center;
        margin-top: 5vw;
    }

    .footer_col3
    {
        text-align: center;
        margin-top: 5vw;
    }

    .footer_col5
    {
        width: 100%;
        text-align: center;
    }

    .footer_img
    {
        width: 35vw;
    }

    .footer_col6
    {
        width: 100%;
        margin-top: 5vw;
    }

    .footer_p
    {
        font-size: 4vw;
        text-align: center;
    }

    .footer_a
    {
        font-size: 3.5vw;
        margin: 0vw auto;
        display: block;
    }

    .footer_col7
    {
        width: 100%;
        margin-top: 5vw;
        text-align: center;
    }

    .footer_col7 span a i
    {
        margin-top: 5vw;
    }

    .footer_add
    {
        font-size: 3.5vw;
        line-height: 4.9vw;
        text-align: center;
    }

    .footer_hr
    {
        margin: 10vw auto;
    }

    .footer_icons1
    {
        font-size: 3.5vw;
    }

    .footer_copy
    {
        font-size: 3.5vw;
    }

    .footer_links_span a
    {
        font-size: 3.5vw;
    }

    .footer_col10
    {
        text-align: center;
        padding-bottom: 10vw;
    }

    .inner_banner_p1
    {
        font-size: 2.5vw;
    }

    .inner_banner_p
    {
        font-size: 5vw;
    }

    .inner_banner_col
    {
        padding-bottom: 5vw;
    }

    .abt_who_head
    {
        font-size: 2.5vw;
        text-align: center;
    }

    .abt_who_subhead
    {
        font-size: 5vw;
        text-align: center;
    }

    .abt_who_txt
    {
        font-size: 4.5vw;
        text-align: center;
    }

    .abt_yt_link_cf iframe
    {
        height: 50vw;
    }

    .mob_abt_acc_img
    {
        display: block;
        width: 100%;
        padding-top: 10vw;
    }

    .abt_acc_img
    {
        display: none;
    }

    .abt_acc_col2 
    {
        height: auto;
        display: unset;
        padding-top: 25vw;
    }

    .abt_acc_div 
    {
        padding: 6vw;
    }

    .abt_acc_head 
    {
        font-size: 2.5vw;
        color: #000;
    }

    .abt_acc_subhead
    {
        font-size: 5vw;
        color: #429b42;
    }

    .abt_acc_btn
    {
        font-size: 4.5vw;
    }

    .abt_acc_body
    {
        font-size: 4.5vw;
    }

    .abt_team_head
    {
        font-size: 2.5vw;
    }

    .abt_team_subhead
    {
        font-size: 5vw;
    }

    .abt_team_txt
    {
        font-size: 4.5vw;
    }

    .abt_team_namehead
    {
        font-size: 5.5vw;
    }

    .abt_team_namesubhead
    {
        font-size: 3.5vw;
    }

    .abt_team_div 
    {
        padding: 4vw;
        margin: 0vw 2.5vw;
    }

    .abt_team_nametxt
    {
        font-size: 4.5vw;
    }

    .abt_map_head
    {
        font-size: 2.5vw;
    }

    .abt_map_subhead
    {
        font-size: 5vw;
    }

    .abt_map_cf iframe 
    {
        height: 100vw;
    }

    .con_head
    {
        font-size: 5vw;
    }

    .forminput
    {
        font-size: 4.5vw;
        padding: 2vw 0vw 2vw 2vw;
    }

    .form_textarea
    {
        padding: 2vw 0vw 2vw 2vw;
    }

    .submitbtn 
    {
        font-size: 4.5vw;
        padding: 2.5vw 5vw 2vw;
        margin: 4vw auto 3vw;
    }

    .con_p
    {
        font-size: 4.5vw;
        line-height: 6.5vw;
        padding-left: 4vw;
    }

    .con_icon
    {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .con_icon2
    {
        font-size: 4.5vw;
    }

    .con_p a
    {
        font-size: 4.5vw;
        padding-left: 3vw;
    }

    .con_p2 a
    {
        font-size: 4.5vw;
        padding-left: 3vw;
    }

    .contxtinfo2
    {
        margin-top: 5vw;
    }

    .contactdiv 
    {
        padding: 6vw;
    }

    .con_social_icon
    {
        font-size: 3.5vw;
        border-radius: 4vw;
        width: 7.5vw;
        height: 7.5vw;
        padding: 1.9vw 1.9vw;
    }

    .con_social_icon2 
    {
        padding: 2vw 2.5vw;
    }

    .flex_row
    {
        display: flex;
        flex-direction: column-reverse;
    }

    .form_col2
    {
        padding: 0vw;
        margin-bottom: 7vw;
    }

    .dropdown_menu_ul li a
    {
        font-size: 5vw;
        padding: 2vw !important
    }

    .dropdown_menu_ul 
    {
        min-width: 1vw !important; 
        margin: 0px auto;
        padding: 2vw 4vw !important;
        width: fit-content;
        text-align: center!important;
        list-style: none !important;
        position: static !important;
        background-clip: padding-box !important;
    }

    .product_content_txt
    {
        font-size: 4.5vw;
        margin-top: 5vw;
        text-align: center;
    }

    .product_types_name
    {
        font-size: 5vw;
    }

    .product_types_des
    {
        font-size: 4.5vw;
        text-align: center;
    }

    .product_types_head
    {
        font-size: 2.5vw;
    }

    .product_types_subhead
    {
        font-size: 5vw;
    }

    .product_ul li span
    {
        font-size: 4.5vw;
    }

    .product_ul li
    {
        font-size: 4.5vw;
    }

    .product_imgcon_head
    {
        font-size: 2.5vw;
    }

    .product_imgcon_subhead
    {
        font-size: 5vw;
    }

    .product_page_img2
    {
        height: 60vw;
    }

    .products_btn
    {
        font-size: 3.5vw;
        margin: 5vw auto 0vw;
    }

    .products_types_div2 
    {
        padding: 6vw;
    }

    .mob_products_types_col
    {
        margin-top: 10vw;
    }

    .contact_col1, .contact_col2, .contact_col3
    {
        width: 100%;
        text-align: center;
    }

    .con_sec_txt 
    {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    .conpage_p
    {
        font-size: 4.5vw;
        line-height: 6vw;
        margin-top: 3vw;
    }

    .contact_con
    {
        padding: 6vw;
    }

    .conpage_p a
    {
        font-size: 4.5vw;
    }

    .contact_map_col iframe
    {
        height: 65vw;
    }

    .faq_acc_btn 
    {
        font-size: 4.5vw;
    }

    .faq_acc_body 
    {
        font-size: 4.5vw;
        padding: 4vw 4vw;
    }

    .qc_content_txt 
    {
        font-size: 4.5vw;
        margin-top: 5vw;
        text-align: center;
    }

    .row_flex
    {
        display: flex;
        flex-direction: column-reverse;
    }

    .product_head
    {
        font-size: 5vw;
    }

    .product_head:after
    {
        width: 12vw;
    }

    .con_div
    {
        padding: 7vw;
    }

    .con_sec_div
    {
        margin-top: 8vw;
    }

    .con_pg_icon
    {
        font-size: 3.5vw;
    }

    .con_pg_icons_pad
    {
        padding-left: 2vw;
    }

    .qc_txt
    {
        font-size: 4.5vw;
    }

    .qc_icons_img 
    {
        width: 11vw;
    }

    .abt_con
    {
        margin-bottom: 10vw;
    }

}

@media only screen
and (min-width: 768px)
and (max-width: 992px)
{

    .coc_txt
    {
        font-size: 1.5vw;
    }

    .product_pg_arrowimg
    {
        width: 5vw;
    }

    .header_menu 
    {
        left: 5vw;
    }

    .header_menu li a
    {
        font-size: 1.2vw;
    }

    .menu_contact
    {
        font-size: 1.2vw;
    }

    .header_menu_col3 
    {
        margin-top: 0.7vw;
    }

    .video_sec video
    {
        height: auto;
    }

    .tabs_cf
    {
        height: auto;
        padding-bottom: 7vw;
    }

    .products_cf
    {
        height: auto;
        margin-top: 4vw;
        margin-bottom: 8vw;
    }

    .products_head
    {
        font-size: 1.3vw;
    }

    .products_subhead
    {
        font-size: 3.5vw
    }

    .app_head
    {
        font-size: 1.3vw;
    }

    .app_subhead
    {
        font-size: 3.5vw
    }

    .app_button
    {
        font-size: 1.5vw;
    }

    .footer_soc_link
    {
        font-size: 1.4vw;
    }

    .footer_icons
    {
        font-size: 1.4vw;
    }

    .footer_sub_btn
    {
        font-size: 1.4vw;
    }

    .footer_p
    {
        font-size: 1.5vw;
    }

    .footer_a
    {
        font-size: 1.3vw;
    }

    .footer_add
    {
        font-size: 1.3vw;
    }

    .footer_icons1
    {
        font-size: 1.3vw;
    }

    .footer_copy
    {
        font-size: 1.3vw;
    }

    .footer_links_span a
    {
        font-size: 1.3vw;
    }

    .inner_banner_p1
    {
        font-size: 1.3vw;
    }

    .abt_who_head
    {
        font-size: 1.3vw;
    }

    .abt_who_subhead
    {
        font-size: 3.5vw
        line-height: 4.5vw;
    }

    .abt_acc_head
    {
        font-size: 1.3vw;
        color: #000;
    }
    
    .abt_acc_subhead
    {
        font-size: 3.5vw
    }

    .abt_map_head
    {
        font-size: 1.3vw;
    }

    .abt_map_subhead
    {
        font-size: 3.5vw
    }

    .con_head
    {
        font-size: 3.5vw
    }

    .forminput
    {
        margin-top: 2.6vw;
    }

    .con_p
    {
        line-height: 2vw;
    }

    .ipad_icon
    {
        position: relative;
        top: 1vw;
    }

    .product_types_head
    {
        font-size: 1.3vw;
    }

    .product_types_subhead
    {
        font-size: 3.5vw
    }

    .product_imgcon_head
    {
        font-size: 1.3vw;
    }

    .product_imgcon_subhead
    {
        font-size: 3.5vw
    }

    .abt_head
    {
        font-size: 1.3vw;
    }

    .abt_subhead
    {
        font-size: 3.5vw
    }

    .abt_btn
    {
        font-size: 1.5vw;
    }

    /*.abt_1st_img 
    {
        min-height: 49.9vw;
    }*/

    .abt_team_head 
    {
        font-size: 1.3vw;
    }

    .abt_team_subhead
    {
        font-size: 3.5vw
    }

    .abt_team_namesubhead
    {
        font-size: 1.3vw;
    }

    .conpage_p
    {
        font-size: 1.3vw;
    }

    .conpage_p a
    {
        font-size: 1.3vw;
    }

    .product_head
    {
        font-size: 3.5vw;
    }

    .con_sec_div1
    {
        min-height: 17vw;
    }

    .con_sec_div2
    {
        min-height: 10vw;
    }

    /*.con_sec_div3
    {
        min-height: 12vw;
    }*/

}

@media only screen
and (min-width: 993px)
and (max-width: 1200px)
{

}

/*Media Queries*/
