/*
Theme Name: GES 1
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: ges1

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
    --primary-font: "Roboto", sans-serif;
    --secondary-font: "Roboto", sans-serif;

    --primary-color: #000000;
    --secondary-color: #000000;
    --tertiary-color: #88C5CF;
    --color4: #C8D32C;
    --color5: #E06A26;
    --color6: #A9B8D8;
    --color7: #88974A;
    --color8: #4C586F;
    --color9: #783518;
    --color10: #EC7100;
    --color11: #DDE933;
    --color12: #0A2536;
    --color13: #0E3D5B;

}

header .wg-drop.country-selector.open .wgcurrent:after {right: 25px;transform: rotate(180deg);}
header .wg-drop.country-selector.closed .wgcurrent:after {transform: rotate(360deg);right: 25px;}
/* 7-11-2024-59 */
header .wg-drop.country-selector { padding: 21px 0px; }
header .wg-drop.country-selector .wgcurrent { position: relative; }
body header .wg-drop.country-selector ul { top: 100%; padding:10px;  }
.top_btn_wrap { align-items:center;  }
/* end 7-11-2024-59  */

/*wp site*/
body { margin:0; padding:0; font-size:22px; line-height: 1.72; font-family: var(--primary-font); color:var(--primary-color); font-weight:400; background: var(--octonary-color); }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

strong { font-weight:700; }

html[lang="en-US"][class="js ges_home_html"]{margin-top:0!important;}

a { outline:none; color:var(--tertiary-color); text-decoration: none; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; } 
a:hover { text-decoration:none; color:var(--quaternary-color); outline:none; }
a:focus { text-decoration:none; color:var(--quaternary-color); outline:none; }

input , form button , textarea, select { outline:none; border:1px solid #ccc; background:#fff; height:54px; padding:0 20px; font-family: var(--body-font); font-size:16px; width:100% !important; }
button { margin:0; padding:0; outline:none; border:none; }
input[type=checkbox] , input[type=radio] { width:auto !important; height:auto; } 
textarea { padding:15px 20px !important; height:100px !important; }
input[type=submit] , form button { width:auto !important; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top var(--primary-color); font-size:21px; line-height:32px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
input[type=submit]:hover , form button:hover { background-color: var(--quinary-color); border-color: var(--quinary-color); color: #FFF; }

strong { font-weight:700; }

img { border:0; max-width:100%; height:auto; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both; }

p { margin:0; padding:0 0 15px; }

h1 { margin: 0; padding: 0; font-size: 58px; line-height: 1.17; color: var(--secondary-color); font-family: var(--secondary-font); font-weight: 500; clear: both; }
h2 { margin: 0; padding: 0; font-size: 48px; line-height: 1.2; color: var(--secondary-color); font-family: var(--secondary-font); font-weight: 500; clear: both; }
h3 { margin: 0; padding: 0; font-size: 28px; line-height: 1.35; color: var(--secondary-color); font-family: var(--secondary-font); font-weight: 700; clear: both; }
h4 { margin: 0; padding: 0; font-size: 27px; line-height: 1.17; color: var(--secondary-color); font-family: var(--secondary-font); font-weight: 700; clear: both; }
h5 { margin: 0; padding: 0; font-size: 26px; line-height: 1.17; color: var(--secondary-color); font-family: var(--secondary-font); font-weight: 700; clear: both; }
h6 { margin: 0; padding: 0; font-size: 24px; line-height: 1.17; color: var(--secondary-color); font-family: var(--secondary-font); font-weight: 700; clear: both; }

strong { font-weight:700; }

.text-white , .text-white h1 , .text-white h2 , .text-white h3 , .text-white h4 , .text-white h5 , .text-white h6 { color: #FFF; }
.text-uppercase , .title-uppercase h1 , .title-uppercase h2 , .title-uppercase h3 , .title-uppercase h4 , .title-uppercase h5 , .title-uppercase h6 { text-transform:uppercase; }

.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-italic { font-style:italic; }

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

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { z-index: 1; position: absolute; top: 50%; margin-top: -50px; display: inline-block; color: #fff; background: var(--tertiary-color); width: 92px; height: 92px; font-size: 0; cursor: pointer; border-radius: 100%; }
.slick-arrow:before { position: absolute; content: ""; height: 35px; width: 41px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='35' viewBox='0 0 41 35' fill='none'%3E%3Cpath d='M39.0222 17.3096H2' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.0853 32.5714L39.0221 17.3092L23.0853 2' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.slick-arrow:hover { background: #96DFEA; }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { transform: rotate(180deg); }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-disabled { display:none !important; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%; text-align:center; padding:20px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 6px; line-height:0; }
ul.slick-dots li button { display:inline-block; background: transparent; border: 2px solid var(--tertiary-color); width:22px; height:22px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background: var(--tertiary-color); }

/* Buttons */
[class*="button-"] a { padding: 11px 25px; font-size: 16px; line-height: 22px; color: var(--primary-color); border: 2px solid; font-weight: 500; text-align: center; border-radius: 40px; display: inline-block; text-decoration: none; }
.button-1 a { background-color: var(--color4); border-color: var(--color4); }
.button-1 a:hover { background-color: var(--color11); border-color: var(--color11); }

.button-2 a { background-color: #fff; border-color: var(--color4); }
.button-2 a:hover { background-color: var(--color11); border-color: var(--color11); }

.button-3 a { background-color: var(--primary-color); border-color: var(--primary-color); color: var(--color4); }
.button-3 a:hover { color: var(--color11); }

.button-4 a { background-color: #ffffff; border-color: var(--primary-color); color: var(--primary-color); }
.button-4 a:hover { background-color: var(--color11); border-color: var(--color11); color: var(--primary-color); }

.button-5 a { background-color: transparent; border-color: var(--color4); color: #ffffff; }
.button-5 a:hover { background-color: var(--color11); border-color: var(--color11); color: var(--primary-color); }

/* link_style */
.link_style a { position: relative; font-size: 16px; font-weight: 400; color: var(--color5); }
.link_style a:hover { color: #FA7122; }  
.link_style a::after{ content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9' viewBox='0 0 8 9' fill='none'%3E%3Cpath d='M6.99998 4.5791H0.712341' stroke='%23E06A26' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.29333 8.14716L6.99994 4.57907L4.29333 1' stroke='%23E06A26' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); position: absolute; top: 0; bottom: 0; right: -15px; width: 8px; height: 9px; transition: .4s all; margin: auto; }
.link_style a:hover:after{ right: -20px; }
.tax-countries .popup .link_style a::after {opacity:0;}
.container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after { clear: both; content: ""; display: table; }

/* Homepage */
header { position: fixed; z-index: 9999; background: #fff; left: 0; top: 0; transition: all ease-in-out .4s; width: 100%; }
.top_header { background-color: var(--tertiary-color); padding: 0px 0 4px 0; }
.top_header .region_wrap .current_country { font-size: 16px; font-weight: 900; padding-right: 15px; position: relative; margin-right: 10px; }
.top_header .region_wrap .current_country:after { position: absolute; content: "|"; top: 0; right: 0; bottom: 0; margin: auto 0; display: flex; align-items: center; }
.top_header .region_wrap .select_region { font-size: 16px; position: relative; padding-right: 18px; cursor: pointer; }
.top_header .region_wrap .select_region:after { position: absolute; content: ""; height: 9px; width: 11px; top: 0; right: 0; bottom: 0; margin: auto 0; transition: all ease-in-out .4s;; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M9.65527 4.5791H1' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.92944 8.14716L9.65522 4.57907L5.92944 1' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.top_header .region_wrap .select_region:hover:after { right: -2px; }

.top_header .region_list_cover { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: #050505; display: flex; align-items: center; justify-content: center; transition: all ease-in-out .4s; opacity: 0; visibility: hidden; cursor: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/close.png), auto; z-index: 99999; }
.top_header .region_list_wrap { width: 1200px; max-width: 100%; padding: 0 15px; font-size: 110px; line-height: 1.2; font-weight: 500; }
.top_header .region_list_wrap h2 { color: #fff; font-size: 40px; line-height: 1.3; margin-bottom: 20px; }
.top_header .region_list_wrap ul { padding: 0; margin: 0; list-style-type: none; }
.top_header .region_list_wrap ul li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 5px; transition: all ease-in-out .5s; transform: translateX(-40px); opacity: 0; }
.top_header .region_list_wrap ul li.active { transform: translateX(0px); opacity: 1; }
.top_header .region_list_wrap ul li a { color: #fff; text-decoration: none; }
.top_header .region_list_wrap ul li a:hover { color: var(--tertiary-color); text-decoration: underline; }
.top_header .region_list_wrap ul li:nth-child(2) a:hover { color: var(--color4); }
.top_header .region_list_wrap ul li:nth-child(3) a:hover { color: var(--color6); }
.top_header .region_list_wrap ul li:nth-child(4) a:hover { color: var(--color5); }
.top_header .region_list_cover.open { opacity: 0.9; visibility: visible; }


/* Main Header */
.main_header { border-bottom: 1px solid var(--primary-color); }
.main_header_wrap { justify-content: space-between; }
.header_left, .header_right { display: flex; align-items: center; flex-wrap: wrap; }
.mainmenu .wp_menu_wrapper > ul { display: flex; flex-wrap: wrap; align-items: center; padding: 0; margin: 0; list-style-type: none; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children { position: relative; }
.mainmenu { padding-left: 45px; }
.mainmenu .wp_menu_wrapper > ul > li { margin: 0 5px; padding: 0 15px;; }
.mainmenu .wp_menu_wrapper > ul > li > a { display: inline-block; vertical-align: top; width: auto; padding: 25px 0; text-decoration: none; font-size: 16px; color: var(--primary-color); font-weight: 500; position: relative; cursor: default; }
.mainmenu .wp_menu_wrapper > ul > li > a:before { position: absolute; content: ""; height: 4px; width: 0; bottom: 0; left: 0; background-color: var(--tertiary-color); transition: all ease-in-out .4s; }
.mainmenu .wp_menu_wrapper > ul > li:hover > a:before { width: 100%; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > a:after { position: relative; content: "\f107"; font-family: FontAwesome; top: 0; right: 0; bottom: 0; margin: auto 0; display: inline-block; transition: all ease-in-out .4s; vertical-align: middle; margin-left: 8px; font-weight: 700; }
.top_btn_wrap .button-1 { margin-left: 20px; }

.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children:first-child > .wrap { width: 830px; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children:first-child > .wrap .left { width: 60%; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children:first-child > .wrap .left > ul { display: flex; flex-wrap: wrap; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children:first-child > .wrap .left > ul > li { width: 50%; padding-right: 15px; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children:first-child > .wrap .right { width: 40%; }

.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left { background: #fff; width: 41%; padding: 40px 30px; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .right { width: 59%; padding: 50px 30px; color: #fff; font-size: 16px; line-height: 22px; display: flex; align-items: center; justify-content: center; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left ul { padding: 0; margin: 0; list-style-type: none; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left ul li a { font-size: 16px; font-weight: 500; color: var(--primary-color); padding: 8px 10px; display: inline-block; vertical-align: top; width: 100%; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left ul li a:hover { background-color: #f2f2f2; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .right .title { font-size: 18px; font-weight: 500; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .right .text { margin: 13px 0 20px 0; }
.mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .right .btn_wrap { gap: 15px; }

.header_left .logo a { display: inline-block; width: 100%; }
.header_left .logo a img { height: 100%; width: 100%; object-fit: contain; }
.header_left .logo { max-width: 100px; line-height: 0; }

.top_btn_wrap.mbl { display: none; }

body.ges-ca .top_header { background: var(--color4); }
body.ges-eu .top_header { background-color: var(--color6); }
body.ges-me .top_header { background-color: var(--color5); }

/* Homepage */
.hero{position:relative;}
.hero_caption{ /*padding: 279px 0;*/ text-align:center;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;}
.hero .img_vid_sc{position:relative;max-height:880px;overflow:hidden; /*top: 0; left: 0; height: 100%; width: 100%;*/}
.hero .img_vid_sc .image{height:100%;width:100%;}
.img_vid_sc:before{position:absolute;content:"";height:100%;width:100%;top:0;left:0;background:#828282;mix-blend-mode:multiply;z-index:1;}
.hero_caption h1{font-size:40px;margin-bottom:20px;}
.hero_caption h2{font-size:110px;line-height:1.2;}
.hero .container{width:1200px;max-width:100%;height: 100%;}
.hero_video,
.hero_video .video_cover{height:100%;width:100%;}
.hero_video .video_cover{overflow:hidden;}
.hero .container-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;}
/*.hero-eu .banner .banner-con, .hero-me .banner .banner-con { max-width: 1000px; position: relative; z-index: 1; }*/

body.ges_home, html.ges_home_html { overflow-x: hidden; }
.info_sc { position: relative; }
.info_sc .left { padding-left: calc((100% - 1630px) / 2); width: 51%; padding-top: 80px; padding-bottom: 80px; padding-right: 50px; }
.info_sc .right { width: calc(49% + 200px); right: 0; margin-right: -200px; top: -60px; height: 100%; position: relative; z-index: 1; }
.info_sc .right img { /*animation: spin infinite 10s linear;*/ position: absolute; }
.info_sc .left h3 { font-size: 30px; font-weight: 500; margin-top: 10px; }
.info_sc .left h3 span { color: var(--color5); }

.role_sc { display: inline-block; vertical-align: top; width: 100%; padding: 100px 0; background-color: var(--color4); position: relative; z-index: 1; }
.role_sc .btn_wrap { justify-content: center; gap: 25px; }
.role_sc .btn_wrap .button-4 a { background: transparent; }
.role_sc .btn_wrap .button-4 a:hover { border-color: var(--color11); background: var(--color11); }
.role_sc h2 { margin-bottom: 40px; }

.core_val_sc { background: #fff; position: relative; padding: 100px 0 50px; z-index: 1; }
.core_val_sc .head { text-align: center; }
.core_val_sc .head h2 span { color: var(--tertiary-color); font-weight: 900; }
.core_val_sc .head h2 span:nth-child(2) { color: var(--color4); }
.core_val_sc .head h2 span:nth-child(3) { color: var(--color5); }
.core_val_sc .head h2 span:nth-child(4) { color: var(--color13); }
.core_val_sc .head h2 { margin-bottom: 60px; }
.core_val_sc .head h2 { margin-bottom: 60px; }
.core_val_sc .sub_title { text-transform: uppercase; font-weight: 500; }
.core_val_sc .col_wrap .col { width: 25%; }
.core_val_sc .wrap { display: flex; flex-wrap: wrap; }
.core_val_sc .wrap .left { width: 55%; }
.core_val_sc .wrap .right { width: 45%; padding-left: 40px; }
.core_val_sc .col_wrap .col h3 { font-size: 274px; font-weight: 900; letter-spacing: 41.146px; line-height: 0.8; color: var(--tertiary-color); margin-bottom: 15px; }
.core_val_sc .col_wrap .col:nth-child(3) h3 { color: var(--color5); }
.core_val_sc .col_wrap .col:nth-child(2) h3 { color: var(--color4); }
.core_val_sc .col_wrap .col:nth-child(4) h3 { color: var(--color13); }

.core_val_sc .col_wrap .col .text { font-size: 18px; line-height: 1.55; }
.core_val_sc .col_wrap .col h5 { font-size: 22px; line-height: 38px; font-weight: 900; color: var(--tertiary-color); text-transform: uppercase; }
.core_val_sc .col_wrap .col.col:nth-child(2) h5 { color: var(--color4); }
.core_val_sc .col_wrap .col.col:nth-child(3) h5 { color: var(--color5); }
.core_val_sc .col_wrap .col.col:nth-child(4) h5 { color: var(--color13); }
.core_val_sc .col_wrap .col .con { position: relative; left: -10px; padding: 0 10px; }

.counter_cover { margin-top: 100px; padding: 0 60px; }
.counter_col { width: 25%; padding: 0 35px; }
.counter_colin { height: 300px; width: 300px; border-radius: 100%; background: var(--tertiary-color); display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 10px 35px; font-weight: 500; line-height: 1.25; margin: 0 auto; }
.counter_colin .numbox { font-size: 68px; font-weight: 500; }
.counter_colin p { padding: 0; }
.counter_colin p + p { padding-top: 15px; }

.we_are_sc .con { width: 800px; max-width: 100%; margin: 0 auto; }
.we_are_sc { padding: 30px 0 70px; }
.we_are_sc .text { padding: 22px 0; }
.we_are_sc .text p { padding: 0; }
.we_are_sc .text p + p { padding-top: 15px; }

.photo_gal_img { height: 470px; width: 100%; }
.photo_gal_colin { padding: 0 16px; }
.photo_gal_wrap .slick-arrow { height: 100%; width: 25%; border-radius: 0; top: 0; margin: 0; right: 0; background: transparent; }
.photo_gal_wrap .slick-arrow.slick-prev { left: 0; }
.photo_gal_wrap { line-height: 0; }
.photo_gal_sc .splide__pagination { display: none; }
.photo_gal_sc .splide__arrow svg { display: none; }
.photo_gal_sc .splide__arrow { height: 100%; width: 20%; border-radius: 0; right: 0; background: transparent; cursor: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/ges-forward-circle.svg), auto; }
.photo_gal_sc .splide__arrow--prev { left: 0; cursor: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/ges-backward-circle.svg), auto; }

.testimonial_sc { padding: 140px 0 100px; }
.testimonial_slide_wrap { padding: 0 250px; }
.testimonial_slide_wrap .text { margin: 25px 0; }
.testimonial_slide_wrap .text h2 { font-size: 40px; }

.our_portfolio { display: inline-block; width: 100%; vertical-align: top; background: var(--color13); padding: 125px 0 75px; }
.our_portfolio h2 { color: #fff; text-align: center; margin-bottom: 60px; }
.our_portfolio .section_wrap { display: flex; flex-wrap: wrap; }
.our_portfolio .section_wrap .col { width: 25%; }
.our_portfolio .section_wrap .col .inner { height: 462px; display: flex; align-items: flex-end; position: relative; z-index: 1; width: 100%; padding: 25px; overflow: hidden; }
.our_portfolio .section_wrap .col .inner:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(14, 61, 91, 0.00) 0%, #062234 100%); z-index: -1; }
.our_portfolio .inner .in { width: 100%; }
.our_portfolio .inner .box_cont { overflow: hidden; color: #fff; padding-bottom: 15px; transition: all .5s ease; }
.our_portfolio .inner .box_cont .box_title { font-size: 28px; line-height: 38px; font-weight: 500; }
.our_portfolio .inner .box_cont .wrapup-content { font-weight: 400; transition: all ease-in-out .4s; opacity: 0; visibility: hidden; }
.our_portfolio .inner:hover .box_cont .wrapup-content { opacity: 1; visibility: visible; }
.our_portfolio .inner .box_cont ul { padding: 0; margin: 0; list-style-type: none; opacity: 0; }
.our_portfolio .inner .box_cont ul li { font-size: 18px; line-height: 28px; font-weight: 500; }
.our_portfolio .inner:hover .box_cont { transition: all .5s ease; transform: translateY(0); }
/*.our_portfolio .inner .btn_wrap { position: absolute; bottom: 25px; }*/
.our_portfolio .inner:hover .box_cont ul { opacity: 1; }
.our_portfolio .inner a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.our_portfolio .section_wrap .col .inner:hover .button-1 a { background-color: var(--color11); border-color: var(--color11); }

.our_resources { display: inline-block; width: 100%; vertical-align: top; padding: 50px 0 70px; background: var(--color13); }
.our_resources .title { text-align: center; margin-bottom: 60px; }
.our_resources .title h2 { color: #fff; }
.our_resources h3{ font-size: 30px; line-height: 40px; font-weight: 400; padding-top: 10px; }
.our_resources .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.our_resources .section_wrap .col { width: 25%; padding: 0 15px; }
.our_resources .inner { height: 100%; position: relative; }
.our_resources .inner a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.our_resources .inner .img { height: 241px; width: 100%; }
.our_resources .inner .bottom_part { padding: 20px 0 0; }
.our_resources .inner .bottom_part .sub_title { color: var(--color4); font-size: 18px; font-weight: 500; line-height: 28px; }
.our_resources .inner .bottom_part .box_title { color: #fff; font-size: 28px; font-weight: 500; line-height: 38px; padding: 10px 0; }
.our_resources .inner .bottom_part .arrow_btn a { position: relative; padding-right: 20px; color: var(--color5); font-size: 16px; font-weight: 400; line-height: 1; }
.our_resources .inner .bottom_part .arrow_btn a:hover { color: #FA7122; }
.our_resources .inner .bottom_part .arrow_btn a:before { width: 11px; height: 9px; content: ""; top: 6px; right: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/right-arrow.svg)no-repeat center/cover; position: absolute; transition: all .5s ease; }
.our_resources .inner:hover .bottom_part .arrow_btn a:before { right: -5px; }
.our_resources .inner:hover .bottom_part .arrow_btn a { color: #FA7122; }
/*.our_resources .inner .arrow_btn { position: absolute; bottom: 0; line-height:1; }*/


/* About Us Page */
/* banner */
.banner { background-color: var(--color12); position: relative; padding: 137px 0; overflow: hidden; }
.banner .iris_logo { position: absolute; top: 10px; right: -150px; }
.banner .banner-con h1 strong { font-weight: 900; }
.banner .banner-con { max-width: 650px; margin: 0 auto; position:relative; z-index:1; }
.banner .banner-con h3 { color: #fff; font-size: 30px; font-weight: 400; margin-top: 10px; }
.banner .button-1 { margin-top: 20px; }
.hero-me .banner .iris_logo { top: 80px; }

/* content-with-video */
.content-with-video .content-icon { padding-bottom: 15px; }
.content-with-video .content-icon .icon { width: 7%; }
.content-with-video .content-video-wrap { justify-content: space-between; padding-left: calc((100% - 1630px) / 2); }
.content-with-video .content { width: 54%; padding: 90px 35px 70px 0; }
.content-with-video .content .con-text { padding-left: 30px; width: 93%; max-width: 750px; }
.content-with-video .content .con-text h2 { padding-bottom: 10px; }
.content-with-video .content .content-icon { overflow: hidden; }
.content-with-video .video { width: 46%; position: relative; }
.content-with-video .video .play-icon { position: absolute; top: 50%; transform: translate(0, -50%); left: 0; right: 0; margin: 0 auto; text-align: center; cursor: pointer; }
.content-with-video .video iframe { width: 100%; height: 100%; min-height: 450px; }
.content-with-video .video .v-banner { height: 100%; min-height: 450px; }
.content-with-video .video .vimeo-video { position: absolute; width: 100%; height: 100%; top: 0; z-index: -1; }
.content-with-video .video.video-start .vimeo-video { z-index: 1; }

/* gec-career */
.gec-career { background-color: var(--color13); padding: 40px 0; }    
.gec-wrap .gec-img { width: 25%; }
.gec-wrap .gec-content { width: 50%; }
.gec-wrap .gec-content .gec-con h2 { padding-bottom: 20px; }
.gec-wrap .gec-content .gec-con ul { list-style-type: none; padding: 0; margin: 20px 0 0; justify-content:center; }
.gec-wrap .gec-content .gec-con ul li { margin: 0 15px; }
.gec-wrap .gec-content .gec-con ul li:first-child{ margin-left: 0; }
.gec-wrap .gec-content .gec-con ul li:last-child{ margin-right: 0; }
.gec-wrap .gec-img.gec-2{ text-align: end; }
.gec-career .gec-wrap .gec-content .gec-con { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }

/* img-text-wrap */
.img-text-wrap .img{ height: 100%; min-height: 700px; }
.img-text-wrap .img-wrap,
.img-text-wrap .con-text{ width: 50%; position:relative; }
.img-text-wrap .con-text { padding-top: 130px; padding-bottom: 130px; padding-left: 110px; padding-right: calc((100% - 1630px) / 2); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.img-text-wrap .con-text .quote-icon { line-height: 1; margin-bottom: 26px; }
.img-text-wrap .con-text .title { padding-bottom: 20px; }
.img-text-wrap .con-text .sub-title { padding: 0px 0 10px; font-weight: 500; }
.img-text-wrap .con-text .client-service { padding-top: 5px; }
.img-text-wrap .con-text .btn { margin-top: 35px; }
.img-text-wrap.reverse { display: flex;flex-wrap: wrap; flex-direction: row-reverse; }
.img-text-wrap.reverse .con-text { padding-left: calc((100% - 1630px) / 2); padding-right: 110px; }
.img-text-wrap.reverse .img img { margin-left: auto; }
.img-text-wrap .con-text p { padding: 0; }
.img-text-wrap .con-text p + p { padding-top: 15px; }
.img-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.img-text-wrap.custom-remove-top-space .con-text { padding-top: 0; align-items: center; }


/* gec-milestone */
.gec-milestone { background-color: var(--tertiary-color); padding: 70px 0 75px; position: relative; }
.gec-milestone .milestone-wrap { padding-left: calc((100% - 1630px) / 2); }
.milestone-wrap .year { font-size: 68px; font-weight: 500; margin-bottom: 20px; position: relative; }  
.milestone-wrap .year::after{ content: ''; width: 100%; position: absolute; top: 50%; transform: translate(0, -50%); right: 1px; height: 2px; max-width: 70%; background-color: #000; }
.milestone-wrap .slide-text { font-size: 18px; max-width: 340px; }
.milestone-wrap .milestone-slider .slick-list { padding-right: 220px; padding-top: 50px; }
.gec-milestone .slick-arrow { cursor: pointer; font-size: 0; position: absolute; width: 57px; height: 57px; border-radius: 100%; background-color: transparent; top: 70px; right: calc((100% - 1630px) / 2); margin-top: -10px; }
.gec-milestone .slick-arrow.slick-prev { right: calc((100% - 1470px) / 2); left: initial; }
.gec-milestone .slick-arrow.slick-disabled:hover{ background-color: transparent; }
.gec-milestone .slick-arrow.slick-disabled{ opacity: 0.5; }
.gec-milestone .slick-arrow::before { content: ''; position: absolute; top: 0; right: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/slide-right-arrow-icon.svg) no-repeat center / cover transparent; width: 23px; height: 19px; top: 50%; transform: translate(0px, -50%); left: 0; right: 0; margin: 0 auto; }
.gec-milestone .slick-prev::before { transform: translate(0px, -50%) rotate(180deg); }
.gec-milestone .slick-arrow:hover{ background-color: #fff; }
.milestone-wrap .year span { position: relative; background: #88c5cf; z-index: 1; padding-right: 10px; }
.milestone-wrap .year span:after { position: absolute; right: -6px; top: 39px; width: 6px; height: 6px; content: ''; background: #000; border-radius: 100%; }
.milestone-wrap .year:before { position: absolute; right: 1px; top: 56px; width: 6px; height: 6px; content: ''; background: #000; border-radius: 100%; }



/* industry-involvement */
.industry-involvement { padding: 100px 0; }
.industry-wrap .industry-head { max-width: 785px; margin: 0 auto; text-align: center; }
.industry-wrap .industry-head h2{padding-bottom: 20px;}
.industry-wrap .industry-list { list-style-type: none; padding-left: 0; margin: 0 -15px; }
.industry-wrap .industry-list li { width: calc(25% - 30px); margin: 40px 15px 40px 15px; position: relative; }
.industry-wrap .industry-list .industry-logo{ padding-bottom: 15px; height: 130px; display: flex; align-items: center; }
.industry-wrap .industry-list .industry-title { padding-top: 15px; }
.industry-wrap .industry-list .industry-btn { margin-top: 6px; }
.industry-wrap .industry-list li a.fullbox { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.industry-wrap .industry-list li:hover .link_style a:after { right: -20px; }
.industry-wrap .industry-list li:hover .link_style a { color: #FA7122; }

.above-below-space { padding: 100px 0; }
.above-below-space .industry-wrap .industry-head { padding-bottom: 30px; }

/* 404 Page */
.error_page { display: inline-block; width: 100%; vertical-align: top; padding: 128px 0; background: var(--color12); text-align: center; border-bottom: 1px solid #A8B8C3; }
.error_page .error_404 { display: flex; align-items: center; justify-content: center; }
.error_page .error_404 span { color: #FFF; font-size: 355.676px; font-style: normal; font-weight: 500; line-height: 417px; padding: 0 15px; }
.error_page .error_404 span.img { width: 371px; height: 371px; display: flex; align-items: center; justify-content: center; }
.error_page .error_404 span.img img { width: 100%; height: 100%; object-fit: contain; }
.error_page .error_cont { color: #fff; font-size: 48px; font-style: normal; font-weight: 500; line-height: 58px; padding-bottom: 20px; }

/* General Interior Page */
.general_content { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0 0; }
.general_content h1, .general_content h2, .general_content h3 { margin-bottom: 20px; }
.general_content h2, .general_content h3 { margin-top: 30px; }
.general_content ul { list-style-type: none; padding: 0 0 0 10px; }
.general_content ul li { padding-left: 20px; position: relative; }
.general_content ul li:before { position: absolute; content: ""; top: 12px; left: 0; background: var(--tertiary-color); width: 7px; height: 7px; border-radius: 100%; }
.general_content .content a { color: var(--color5); }
.general_content .content a:hover { color: #FA7122; }

.gen_info { display: inline-block; width: 100%; vertical-align: top; padding: 0 0 100px; }
.gen_info .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -16px; }
.gen_info .section_wrap .col { width: 25%; padding: 0 16px; }
.gen_info .section_wrap .col .inner { border: 2px solid var(--tertiary-color); border-radius: 8px; background: #fff; padding: 30px 15px 15px; height: 100%; }
.gen_info .cont_wrap .cont_inner+.cont_inner { margin-top: 17px; }
.gen_info .cont_wrap .cont_inner { border-radius: 9px; background: var(--tertiary-color); padding: 15px; }
.gen_info .cont_wrap .cont_inner .cont { font-size: 18px; font-style: normal; font-weight: 400; line-height: 28px; }
.gen_info .section_wrap .col .inner .box_title { text-align: center; min-height: 65px; font-size: 22px; font-style: normal; font-weight: 500; line-height: 32px; /* 145.455% */ text-transform: uppercase; margin-bottom: 15px; }

.resources_part { display: inline-block; width: 100%; vertical-align: top; padding-bottom: 70px; }
.resources_part .section_wrap { padding-top: 20px; }
.resources_part .section_wrap .inner+.inner { margin-top: 35px; }
.resources_part .section_wrap .res_title { font-size: 28px; font-style: normal; font-weight: 500; line-height: 38px; }
.resources_part .section_wrap .btn_wrap { padding-top: 20px; }
.resources_part .section_wrap .btn_wrap .button-1+.button-1 { margin-top: 25px; }

.claim_part { display: inline-block; width: 100%; vertical-align: top; padding: 0 0 70px; }
.claim_part .top_cont { padding: 20px 0 0; }
.claim_part ul { list-style-type: none; padding: 0; }
.claim_part ul li a { color: var(--color5); font-family: Roboto; font-size: 22px; font-style: normal; font-weight: 400; line-height: 38px; text-decoration-line: underline; }
.claim_part ul li+li { margin-top: 30px; }
.claim_part ul li a:hover { color: #FA7122; }

/* Contact Us Page */
.ges_show_sc { background: var(--tertiary-color); padding: 100px 0; }
.ges_show_sc h2 { margin-bottom: 34px; }
.ges_show_sc .button-5 a { border-color: var(--primary-color); color: var(--primary-color); }
.ges_show_sc .button-5 a:hover { border-color: var(--color11); }

.address_sc { padding: 40px 0; }
.address_col { width: 25%; padding-right: 50px; padding-top: 50px; }
.address_col .icon { line-height: 0; }
.address_col .phone ul { padding: 0; margin: 0; list-style-type: none; }
.address_col .phone ul li { margin-top: 5px; }
.address_col .phone ul li a { color: var(--primary-color); position: relative; padding-left: 30px; }
.address_col .phone ul li a:before { position: absolute; content: ""; height: 18px; width: 18px; top: 4px; left: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/phone-icon.svg) no-repeat center / cover; }
.address_col .time { margin: 5px 0 10px; }
.address_col .link_style_wrap { margin-bottom: 10px; }
.address_col .link_style_wrap:last-child { margin-bottom: 0; }
.address_col .title { margin: 10px 0; }
.address_col .phone ul li a:hover { color: var(--color5); }
.address_sc .link_style+.link_style { padding-top: 5px; }
.address_sc .link_style a { color: var(--primary-color); position: relative; padding-left: 30px; font-size: 22px; }
.address_sc .link_style a:after { right: 0; left: 0; margin: auto 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/09/placeholder.png)no-repeat center/cover; width: 16px; height: 16px; }
.address_sc .link_style a:hover { color: var(--color5); }
.address_sc .link_style.live-chat-link a:after { background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/09/chat.png); }

.contact_form_sc { padding: 100px 0; background: var(--color13); }
.contact_form_sc .container { width: 810px; max-width: 100%; }
.contact_form_sc h2 { color: #fff; margin-bottom: 25px; }
.contact_form_sc p.gform_required_legend { padding: 0; }
.contact_form_sc label.gfield_label.gform-field-label { font-size: 18px; color: #fff; font-weight: 500; margin-bottom: 13px; }
body .contact_form_sc select.select-hidden { border-radius: 30px; border: 2px solid #FFF; height: 47px; padding: 0px 25px; color: rgba(255, 255, 255, 0.50); font-size: 16px; font-weight: 500; font-family: var(--primary-font); line-height: normal; display: flex; align-items: center; cursor: pointer; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/down-arrow.svg) no-repeat center right 20px transparent; display: none !important; }
body .contact_form_sc select option { color: #000; }

.contact_form_sc .gform-theme--framework .gfield--type-section { text-align: center; color: #fff; border-color: var(--color5); border-width: 2px; }
.contact_form_sc .gform-theme--framework .gfield--type-section h3 { color: #fff; font-weight: 500; }
body .contact_form_sc .gform-theme--framework input { height: 47px; padding: 0 15px; border-radius: 30px; background: transparent; border: 2px solid #fff; color: rgba(255, 255, 255, 0.50); font-size: 16px; font-weight: 500; }
body .gform-theme--foundation .gform_fields { gap: 30px; }
.gform-theme--foundation .gform_footer { text-align: center; justify-content: center; margin-top: 30px !important; }
body .contact_form_sc .gform-theme--foundation .gform_footer input[type="submit"] { padding: 11px 25px; font-size: 16px !important; line-height: 22px !important; color: var(--primary-color) !important; border: 2px solid; font-weight: 500 !important; text-align: center !important; border-radius: 40px !important; display: inline-block !important; text-decoration: none !important; background-color: var(--color4) !important; }
body .contact_form_sc .gform-theme--foundation .gform_footer input[type="submit"]:hover { background: var(--color11) !important; }
body legend.gfield_label.gform-field-label.gfield_label_before_complex { color: #fff; font-size: 18px; font-weight: 500; text-transform: uppercase; margin-bottom: 13px; }
body .gform-theme--foundation .gform-grid-row { width: 100%; }
body .gform-theme--foundation .gform-grid-row span { width: 100%; padding: 0; }
body .contact_form_sc .gform-theme--framework .gform_validation_errors { display: none; }
body .contact_form_sc span.gfield_required.gfield_required_asterisk { color: #fff; }
body .contact_form_sc .gform_confirmation_message { text-align: center;  color: #fff; }

.contact_form_sc .select-styled { width:67%; border-radius: 30px; border: 2px solid #FFF; height: 47px; padding: 0px 25px; color: rgba(255, 255, 255, 0.50); font-size: 16px; font-weight: 500; font-family: var(--primary-font); line-height: normal; display: flex; align-items: center; cursor: pointer; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/down-arrow.svg) no-repeat center right 20px transparent; }
.contact_form_sc ul.select-options { background: #fff; font-size: 16px; font-weight: 500; margin-top: 8px; position: absolute; top: 100%; left: 0; z-index: 1; width: 100%; display: none; max-height: 185px; overflow: auto; }
.contact_form_sc ul.select-options li { display: inline-block; vertical-align: top; width: 100%; padding: 10px 15px; border-bottom: 1px solid #ccc; transition: all ease-in-out .4s; cursor: pointer; }
.contact_form_sc ul.select-options li:hover { background-color: #f2f2f2; }
.contact_form_sc ul.select-options li:last-child { border: 0; }
.contact_form_sc .select { position: relative; }

.careers_innerhero { display: inline-block; width: 100%; vertical-align: top; }
.careers_innerhero .section_wrap { display: flex; flex-wrap: wrap; }
.careers_innerhero .section_wrap .left_part { width: 50%; padding: 60px 50px 61px 0; padding-left: calc((100% - 1600px) / 2); background: var(--color12); color: #fff; display: flex; align-items: center; }
.careers_innerhero .section_wrap .left_part h1 { color: #fff; }
.careers_innerhero .section_wrap .left_part .con-text { font-size: 30px; font-style: normal; font-weight: 400; line-height: 40px; padding-top: 15px; }
.careers_innerhero .section_wrap .left_part .btn_wrap { padding-top: 25px; }
.careers_innerhero .section_wrap .left_part .btn_wrap .button-1+.button-1 { margin-top: 18px; }
.careers_innerhero .section_wrap .right_part { width: 50%; }
.careers_innerhero .right_part .img { width: 100%; min-height: 653px; height:100%; }
.careers_innerhero .right_part .img_slider { position: relative; min-height: 653px; line-height:0; }
.careers_innerhero .right_part .img_slider .slick-arrow { width: 20%; height: 100%; top: 0; bottom: 0; margin: 0; background: transparent; transition: all .5s ease-in-out; opacity: 0; }
.careers_innerhero .right_part .img_slider ul.slick-dots { position: absolute; bottom: 30px; }
.careers_innerhero .right_part .img_slider .slick-arrow::before { width: 92px; height: 92px; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/arrow-circle.svg)no-repeat center/cover; border-radius: 100%; transform: none; }
.careers_innerhero .right_part .img_slider .slick-arrow.slick-prev:before { transform: rotate(180deg); }
.careers_innerhero .right_part .img_slider button.slick-prev.slick-arrow:hover { opacity: 1; }
.careers_innerhero .right_part .img_slider button.slick-next.slick-arrow:hover { opacity: 1; }
.careers_innerhero .right_part .img_slider ul.slick-dots li button { border-color: #fff; }
.careers_innerhero .right_part .img_slider ul.slick-dots li.slick-active button { background: #fff; }
.careers_innerhero .section_wrap .left_part .btm_cont { text-transform: uppercase; }

body.page-careers .img-text-wrap .con-text .sub-title { font-size: 30px; line-height: 40px; }
.gec-career .gec-content p a { color: var(--color5); text-decoration: underline; }
.gec-career .gec-content p a:hover { color: #FA7122; }
body.page-careers .gec-career { padding: 95px 0; }

.services { display: inline-block; width: 100%; vertical-align: top; padding: 70px 0; }
.services .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -16px; }
.services .section_wrap .col { width: 50%; padding: 15px 16px; }
.services .section_wrap .col .icon { height: 56px; width: 56px; }
.services .section_wrap .col .icon img { height: 100%; width: 100%; object-fit: contain; }
.services .section_wrap .col .btm_part { padding-top: 28px; }
.services .section_wrap .col .box_cont { padding: 20px 0; }

.services .section_wrap.two-col-grid .col { width: 50%; }
.services .section_wrap.three-col-grid .col { width: 33.33%; }


.maping_section { display: inline-block; width: 100%; vertical-align: top; padding: 125px 0 90px; background: var(--color13); }
.maping_section .title_part { text-align: center; max-width: 50%; margin: 0 auto; color: #fff; }
.maping_section .title_part h2 { color: #fff; }
.maping_section .title_part p { font-size: 30px; line-height: 40px; padding-top: 10px; }
.maping_section .maping_part { text-align: center; margin-top: 50px; position: relative; }
.maping_section .maping_part .content_wrap .content_col { position: absolute; max-width: 445px; background: #fff; padding: 43px 50px; text-align: left; top: 102px; left: -80px; display: none; }
.maping_section .maping_part .content_wrap .content_col:before { position: absolute; content: ""; top: 108px; right: -100px; width: 100px; height: 1px; background: var(--color5); }
.maping_section .maping_part .content_wrap .content_col .close { position: absolute; top: 10px; right: 10px; cursor:pointer; width:34px; height:34px; transition:all.5s ease-in-out; }
.maping_section .maping_part .content_wrap .content_col .arrow_btn a { position: relative; padding-right: 20px; color: var(--color5); font-size: 16px; font-weight: 400; line-height: 1; }
.maping_section .maping_part .content_wrap .content_col .arrow_btn a:before { width: 11px; height: 9px; content: ""; top: 6px; right: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/right-arrow.svg) no-repeat center / cover; position: absolute; transition: all .5s ease; }
.maping_section .maping_part .content_wrap .content_col .arrow_btn a:hover:before { right: -5px; }
.maping_section .maping_part .content_wrap .content_col .arrow_btn { line-height: 1; }
.maping_section .maping_part .content_wrap .content_col:first-child:before { width: 50px; right: -49px; }
.maping_section .maping_part .content_wrap .content_col:nth-child(2) { top: 0px; \:57px; left: 70px; }
.maping_section .maping_part .content_wrap .content_col:nth-child(3) { left: 220px; top: -50px; top: auto; bottom: 57px; }
.maping_section .maping_part .content_wrap .content_col:nth-child(4) { left: auto; right: 44%; top: auto; bottom: 202px; }
.maping_section .maping_part .content_wrap .content_col:nth-child(5) { left: auto; right: 520px; top: -50px; }
.maping_section .maping_part .content_wrap .content_col:nth-child(3):before { top: 100px; }
.maping_section .maping_part svg { width: 100%; }
.maping_section .maping_part svg g.tab { cursor: pointer; }
.maping_section .maping_part .content_wrap .content_col .close svg circle { transition:all.5s ease-in-out; }
.maping_section .maping_part .content_wrap .content_col .close:hover svg circle { fill: #96DFEA; transition:all.5s ease-in-out; }
.maping_section .maping_part g.tab circle { r: 13; }
.maping_section .maping_part g.tab circle.filter { r: 35; }
.maping_section.top-info-and-bottom-content .title_part {max-width: 60%;}
.maping_section .maping_part .img > img { width: 100%; display: block; }

.maping_section .maping_part .iframe-container { overflow: hidden; padding-top: 56.25%; position: relative; }
.maping_section .maping_part .iframe-container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.maping_section .maping_part .video { width:100%; height:100%; }
.maping_section .maping_part .video iframe { width:75%; aspect-ratio: 16/9; }


.customer_support { display: inline-block; width: 100%; vertical-align: top; padding: 125px 0 97px; }
.customer_support .title { text-align: center; max-width: 1100px; margin: 0 auto; padding-bottom: 50px; }
.customer_support .title .top_cont { font-size: 30px; line-height: 40px; padding-top: 20px; }
.customer_support .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; justify-content: center; max-width:1100px; margin:0 auto; }
.customer_support .section_wrap .col { width: 33.33%; padding: 0 15px; }
/* .customer_support .section_wrap .col .iner { width: 360px; max-width: 100%;} */
.customer_support .section_wrap .icon { height: 95px; overflow: hidden; display: flex; align-items: center; margin-bottom: 20px; }
.customer_support .section_wrap .icon img { max-height: 90px; width: auto; object-fit: contain; }
.customer_support .section_wrap .col h3 { font-size: 40px; line-height: 50px; text-transform: capitalize; }
/* .customer_support .section_wrap.two-col .col {width: 50%;} */
.customer_support .col .box_cont p a { color: var(--color5); text-decoration: underline; }
.customer_support .col .box_cont p a:hover { color: #FA7122; }
.customer_support .col .box_cont { padding: 20px 0 0; }
.customer_support .col .arrow_btn a { position: relative; padding-right: 20px; color: var(--color5); font-size: 16px; font-weight: 400; line-height: 1; }
.customer_support .col .arrow_btn a:before { width: 11px; height: 9px; content: ""; top: 6px; right: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/right-arrow.svg) no-repeat center / cover; position: absolute; transition: all .5s ease; }
.customer_support .col .arrow_btn a:hover:before { right: -5px; }
.customer_support .col .arrow_btn a:hover { color: #FA7122; }
.customer_support .col .box_cont ul { padding: 0; margin: 0; list-style-type: none; }
.customer_support .col .box_cont ul li a { color: #000; position: relative; padding-left: 30px; }
.customer_support .col .box_cont ul li a:before { position: absolute; content: ""; top: 5px; left: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/08/phone-icon.svg)no-repeat center/cover; width: 18px; height: 18px; transition:all .5s ease-in-out; }
.customer_support .col .box_cont ul li+li { margin-top: 10px; }
.customer_support .col .box_cont ul li a:hover { color: #FA7122; }
.customer_support .col .box_cont ul li a:hover:before { filter: brightness(0) saturate(100%) invert(64%) sepia(61%) saturate(4820%) hue-rotate(346deg) brightness(100%) contrast(97%); }
.customer_support .section_wrap .col .arrow_btn { line-height: 1; }


.page-exhibitor .banner { padding: 103px 0; }
.page-exhibitor .our_resources { padding: 125px 0 90px; }


.creating_memorable { display: inline-block; width: 100%; vertical-align: top; }
.creating_memorable .section_wrap { justify-content: space-between; padding-left: calc((100% - 1630px) / 2); display: flex; flex-wrap: wrap; border-bottom:.75px solid #B2B2B2; }
.creating_memorable .section_wrap .left_part { width: 54%; padding: 90px 125px 70px 0; position:relative; }
.creating_memorable .section_wrap .right_part { width: 46%; position:relative; }
.creating_memorable .section_wrap .right_part .video_part { position: relative; min-height: 492px; display: flex; align-items: center; justify-content: center; }
.creating_memorable .section_wrap .right_part .video_cover { min-height: 492px; }

.page-trade-shows-us .fancybox-slide--video .fancybox-content { height:0 !important; width: 1230px !important; background: #fff !important; padding: 30px !important; position: relative; border: 30px solid rgb(255, 255, 255); padding-bottom: 34.25% !important; }
.page-trade-shows-us button.fancybox-button.fancybox-close-small { background: #88C5CF; top: -55px; border-radius: 100%; opacity: 1; right: -55px; }
.page-trade-shows-us button.fancybox-button.fancybox-close-small svg { color: #000; }
.page-trade-shows-us button.fancybox-button.fancybox-close-small:hover { background: #96DFEA; }


.fancybox-slide--video .fancybox-content iframe { width: 100%; height: 100%; margin: auto; right: 0; bottom: 0; }
.creating_memorable .btm_part { display: flex; align-items: center; padding-top: 50px; }
.creating_memorable .btm_part .icon_text { width: 100%; padding-right: 25px; position: relative; }
.creating_memorable .btm_part .icon_text:before { position: absolute; content: ""; top: 50px; right: -10px; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/08/small-arrow.svg)no-repeat center/cover; width: 128px; height: 6px; display: none; }
.creating_memorable .btm_part .icon_wrap { display: flex; align-items: flex-start; justify-content: space-between; max-width: 100%; flex-wrap:wrap; margin:0 -15px; }
.creating_memorable .btm_part .icon_wrap .icon_cont { text-align: center; width: 50%; display: flex; flex-wrap: wrap; padding:0 15px; justify-content: center; }
.creating_memorable .btm_part .icon_wrap.three-col .icon_cont { width: 33.33%; width:auto; }
.creating_memorable .btm_part .icon_wrap .content { color: #000; font-family: Roboto; font-size: 22px; font-weight: 500; line-height: 28px; /* 172.727% */ text-transform: uppercase; padding-top: 10px; max-width: 220px;}
.creating_memorable .btm_part .icon_wrap .icon_cont .img { min-height: 91px; display: flex; align-items: center; justify-content: center; }
.creating_memorable .btm_part .icon_wrap .icon_cont img { max-height: 91px; object-fit: contain; }
.creating_memorable .btm_part .circle_cont { font-weight:500; line-height: 28px; position: absolute; right: -98px; z-index: 1; width: 190px; height: 190px; background: var(--tertiary-color); border-radius: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: 36px; }
.creating_memorable .left_cont { padding-top: 25px; }
.creating_memorable .section_wrap .right_part .video.video_active { z-index: 1; }
.creating_memorable .section_wrap .left_part .cs-buttons { padding-top: 35px; }

.page-trade-shows-us .banner .banner-con { position: relative; z-index: 1; max-width: 1100px; }

.our_services { display: inline-block; width: 100%; vertical-align: top; padding: 120px 0; }
.our_services .section_wrap { display: flex; flex-wrap: wrap; align-items: flex-start; }
.our_services .section_wrap .left_part { width: 35%; padding-right: 30px; position: sticky; top: 192px; }
.our_services .section_wrap .right_part { width: 65%; padding-left: 30px; }
.our_services .left_part span.mobile_select { display: none; }
.our_services .left_part ul { padding: 0; margin: 0; list-style-type: none; }
.our_services .left_part ul li { padding: 30px 0; }
.our_services .left_part ul li+li { border-top: .5px solid #B2B2B2; }
.our_services .left_part ul li a { color: rgba(0, 0, 0, 0.50); font-family: Roboto; font-size: 28px; font-style: normal; font-weight: 500; line-height: 38px; display: inline-block; width: 100%; }
.our_services .left_part ul li .left_cont { color: #000; font-family: Roboto; font-size: 18px; font-style: normal; font-weight: 400; line-height: 28px; display:none; padding-top:15px; margin-top: 10px; }
.our_services .left_part ul li a:hover { color: #000; }
.our_services .left_part ul li.active a span { border-color: var(--tertiary-color); }
.our_services .left_part ul li a span { padding-bottom: 15px; border-bottom: 4px solid transparent; }
.our_services .left_part ul li.active + li { border: none; }
.our_services .right_part h2 { display: flex; align-items: center; }
.our_services .right_part h2 span { line-height: 1; display: flex; align-items: center; justify-content: center; max-height: 60px; margin-right: 25px; }
.our_services .right_part h2 span img { height: 100%; object-fit: contain; }
.our_services .right_part .right_inner+.right_inner { margin-top: 100px; }
.our_services .right_part .cont { padding-top: 25px; }
.our_services .section_wrap .right_part .nr_img { width: 100%; height: 100%; min-height: 625px; }
.our_services .slider_part .top_slider .img { width: calc(100% - 200px); height: 625px; }
.our_services .slider_part .top_slider  .inner { display: flex; flex-wrap: wrap; position: relative; }
.our_services .slider_part .top_slider .inner .right_bg { width: 200px; height: 624px; background: var(--tertiary-color); }
.our_services .slider_part .top_slider .inner .btm_cont { position: absolute; bottom: 40px; max-width: 625px; right: 100px; background: var(--tertiary-color); padding: 35px 8px 35px 50px; font-size: 28px; font-style: normal; font-weight: 500; line-height: 38px; }
.our_services .slider_part .top_slider .inner .btm_cont:before { position: absolute; content: ""; top: -44px; left: 48px; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/08/polygon-1.svg)no-repeat center/cover; width: 53px; height: 45px; }
.our_services .slider_part .top_slider button.slick-next.slick-arrow { background: #fff; right: 40px; }
.our_services .slider_part .top_slider button.slick-prev.slick-arrow { left: 40px; }
.our_services .slider_part .btm_slider .img { width: 100%; height: 140px; position: relative; }
.our_services .slider_part .btm_slider .slick-list.draggable { padding: 0 100px !important; }
.our_services .slider_part .btm_slider .img:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, .5); }
.our_services .slider_part .btm_slider .slick-slide.slick-center .img:before { opacity: 0; }
.our_services .slider_part .btm_slider .slick-arrow { width: 37px; height: 37px; padding: 0; top: 65%; background: #fff; left: 40px; transition: all .4s ease-in-out; }
.our_services .slider_part .btm_slider .slick-arrow::before { width: 41px; height: 35px; margin: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/08/smleftarrow.svg)no-repeat center; transform: none; }
.our_services .slider_part .btm_slider button.slick-next.slick-arrow:before { transform: rotate(180deg); }
.our_services .slider_part .btm_slider .slick-arrow:hover { background: var(--tertiary-color); }
.our_services .slider_part .btm_slider button.slick-next.slick-arrow { left: auto; right: 40px; }
.our_services .slider_part .top_slider button.slick-arrow:hover { background: #96DFEA; }
.our_services .slider_part .top_slider button.slick-arrow { transition: all .4s ease-in-out; }
.our_services .right_part .button-1 { margin-top: 15px; }
.our_services .slider_part .btm_slider .btm_col { padding:0 8px; }
.our_services .left_part ul li.active { background: #fff; border: none; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20); padding: 30px; }
.our_services .left_part ul li.active a, .our_services .left_part ul li.active a { color: #000; }
.our_services .right_part .cont ul { list-style-type: none; padding: 37px 0 0; margin: 0; }
.our_services .right_part .cont ul li { position: relative; padding-left: 100px;}
.our_services .right_part .cont ul li span { position: absolute; top: -5px; left: 0; max-height: 73px; display: flex; align-items: center; max-width: 68px; justify-content: center; }
.our_services .right_part .cont ul li span img { height: 100%; object-fit: contain; }
.our_services .right_part .cont ul li+li { margin-top: 37px; }
.our_services .right_part .cont ul li strong { font-size: 28px; font-style: normal; font-weight: 500; line-height: 38px; padding-bottom:15px; }
.our_services .left_part ul li span.mob { display: none; }
.our_services .right_part .right_inner.bullets ul li { padding-left: 20px; position: relative; }
.our_services .right_part .right_inner.bullets ul li+li { margin-top: 15px; }
.our_services .right_part .right_inner.bullets ul li:before { width: 7px; height: 7px; background: #000; border-radius: 100%; position: absolute; content: ""; top: 15px; left: 0; }
.our_services .right_part .right_inner.bullets ul { padding: 15px 0 15px 15px; }

/*body.custom-organise-trade-show .our_portfolio .inner .box_cont { transform: translateY(100px); }*/
body.custom-organise-trade-show .our_portfolio .inner:hover .box_cont { transform: translateY(0); }

.event_services { display: inline-block; width: 100%; vertical-align: top; }
.event_services .section_wrap { display: flex; flex-wrap: wrap; }
.event_services .section_wrap .left_part { width: 50%; padding: 110px 80px 100px 0; padding-left: calc((100% - 1600px) / 2); background: var(--color12); color: #fff; display: flex; align-items: center; }
.event_services .section_wrap .left_part h1 { color: #fff; }
.event_services .section_wrap .left_part h2 { color:#fff; padding-bottom:15px; }
.event_services .section_wrap .right_part { width: 50%; position: relative; }
.event_services .section_wrap .right_part .right_inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.event_services .section_wrap .left_part .let_cont { padding-top: 30px; }
.event_services .section_wrap .left_part .let_cont p+p { margin-top: 30px; }
.event_services .section_wrap .left_part .let_cont p a { color: var(--color5); }
.event_services .section_wrap .left_part .let_cont p a:hover { color: #FA7122; }

.popular_vanue { display: inline-block; width: 100%; vertical-align: top; padding: 105px 0 58px; }
.popular_vanue .title { max-width: 50%; margin: 0 auto 40px; text-align: center; }
.popular_vanue .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -16px; }
.popular_vanue .section_wrap .col { width: 33.33%; padding: 0 16px 50px; }
.popular_vanue .section_wrap .col .img { width: 100%; height: 340px; }
.popular_vanue .section_wrap .col .btm_part { padding-top: 27px; }
.popular_vanue .section_wrap .col .btm_part .box_cont { padding-top: 10px; font-size: 20px; }
.popular_vanue .section_wrap .col .btm_part .box_cont p { padding: 0; }
.popular_vanue.two-column .section_wrap .col { width: 50%; }
.popular_vanue.one-column .section_wrap .col { width: 100%; }
.connect_us { display: inline-block; width: 100%; vertical-align: top; padding: 90px 0; background: var(--tertiary-color); }
.connect_us .title { text-align: center; max-width: 785px; margin: 0 auto 40px; }
.connect_us .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; justify-content:center; }
.connect_us .section_wrap .col { width: 16.66%; padding: 0 15px 30px; text-align: center; }
.connect_us .section_wrap .col .img { width: 160px; height: 160px; border-radius: 100%; margin: 0 auto; }
.connect_us .section_wrap .col .btm_part { padding-top: 20px; }
.connect_us .section_wrap .col .btm_part h3 { font-size:26px; }
.connect_us .section_wrap .col .btm_part .box_cont { padding: 10px 0 15px; }
.connect_us .section_wrap .col .btm_part ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap; }
.connect_us .section_wrap .col .btm_part ul li a { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border: 1px solid #000; border-radius: 100%; color: #000; background: transparent; }
.connect_us .section_wrap .col .btm_part ul li a:hover { background: var(--color11); border-color: var(--color11); }
.connect_us .btn_wrap { padding-top: 50px; display: flex; justify-content: center; }
.connect_us .btn_wrap .button-6 a:hover { background: var(--color11); border-color: var(--color11); }

.our_location { display: inline-block; width: 100%; vertical-align: top; }
.our_location .section_wrap { display: flex; flex-wrap: wrap; }
.our_location .section_wrap .left_part { width: 50%; }
.our_location .section_wrap .left_part .left_img { width: 100%; height: 340px; }
.our_location .section_wrap .left_part .left_inner { padding: 50px 81px 50px 150px; }
.our_location .section_wrap .left_part .left_inner ul { list-style-type: none; padding: 0; margin: 0; }
.our_location .section_wrap .left_part .left_inner h2 { margin-bottom: 15px; }
.our_location .section_wrap .left_part .left_inner ul li+li { margin-top: 10px; }
.our_location .section_wrap .left_part .left_inner ul li a { color: #000; }
.our_location .section_wrap .left_part .left_inner ul li a span { margin-right: 18px; }
.our_location .section_wrap .left_part .left_inner ul li a:hover { color: #FA7122; }
.our_location .section_wrap .right_part { width: 50%; position: relative; }
.our_location .section_wrap .right_part iframe { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.our_location .section_wrap .left_part .left_inner ul li a:hover img { filter: brightness(0) saturate(100%) invert(61%) sepia(33%) saturate(7156%) hue-rotate(348deg) brightness(93%) contrast(88%); }
.our_location .section_wrap .left_part .left_inner ul li a img { transition: all .5s ease-in-out; }


section.get_quote { position: relative; }
section.get_quote .col.column_right { padding:85px 127px 85px 117px; background:var(--tertiary-color); }
section.get_quote .container { width: 100%; overflow: hidden; padding:0; }
section.get_quote .section_wrap { margin:0; }
section.get_quote .section_wrap .col.column_left { padding: 85px 70px 85px 0; padding-left: calc((100% - 1600px) / 2); }
section.get_quote .services { padding: 0; }
.services .section_wrap .col .box_cont ul { list-style-type: none; padding: 0; margin: 0; }
.services .section_wrap .col .box_cont ul li a { color: #000; position: relative; padding-left: 45px; font-size: 16px; font-style: normal; font-weight: 400; line-height: 40px; transition: .5s all; }
.services .section_wrap .col .box_cont ul li a:before { position: absolute; content: ""; top: -3px; left: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/08/phone-icon.svg)no-repeat center/cover; width: 26px; height: 26px; transition: .5s all;}
.services .section_wrap .col .box_cont ul li a:hover { color: #FA7122; }
.services .section_wrap .col .box_cont ul li a:hover:before { filter: brightness(0) saturate(100%) invert(61%) sepia(33%) saturate(7156%) hue-rotate(348deg) brightness(93%) contrast(88%); }
.mobile-or-link { display: flex; gap: 34px; flex-wrap: wrap; align-items: center; }


.benefits_logistics { display: inline-block; width: 100%; vertical-align: top; padding: 124px 0 55px; }
.benefits_logistics .title { text-align: center; max-width: 674px; margin: 0 auto 80px; }
.benefits_logistics .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.benefits_logistics .section_wrap .col { width: 33.33%; padding: 0 15px 70px; }
.benefits_logistics .section_wrap .col .inner { padding-left: 66px; position: relative; }
.benefits_logistics .section_wrap .col .inner span.icon { position: absolute; top: 0; left: 0; max-height: 48px; display: flex; align-items: center; justify-content: center; }
.benefits_logistics .section_wrap .col .inner span.icon img { object-fit: contain; height: 100%; }

.creating_memorable.exhibition_design .section_wrap .left_part { padding: 70px 125px 20px 0; }
.creating_memorable.exhibition_design .section_wrap .right_part .video_part { min-height: 385px; height:100%; }
.creating_memorable .section_wrap .left_part .left-btn-part { display: flex; flex-wrap: wrap; gap: 15px; }

.page-shipping-logistics-us .banner .banner-con { max-width: 1100px; }

.page-shipping-logistics-us .gec-career { padding: 35px 0; }
.page-shipping-logistics-us .gec-career .gec-content { width: 60%; padding-top:35px; }
.page-shipping-logistics-us .gec-career .gec-content p { font-size: 30px; line-height: 40px; }
.page-shipping-logistics-us .gec-career .gec-img { width: 20%; }

.view_our_work { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0; }
.view_our_work .title { text-align: center; margin-bottom: 50px; }
.view_our_work .topic_part ul { list-style-type: none; padding: 0; margin: 0; }
.view_our_work .topic_part ul .top_topic, .view_our_work .topic_part ul .btm_topic { display: flex; flex-wrap: wrap; max-width: 881px; margin: 0 auto; border-radius: 50px; background: #F7F7F7; padding: 10px; justify-content: center; gap: 12px; }
.view_our_work .topic_part { padding-bottom: 60px; }
.view_our_work .topic_part ul li a { padding: 14px 26px; font-size: 16px; line-height: 1; font-weight: 500; color: rgba(0, 0, 0, .5); border-radius: 50px; border: 2px solid #C8D32C; display: inline-block; }
.view_our_work .topic_part ul .top_topic, .view_our_work .topic_part ul .btm_topic { margin-bottom: 12px; }
.view_our_work .topic_part ul .btm_topic:last-child { margin-bottom: 0; }
.view_our_work .topic_part ul li a:hover { color: #000; }
.view_our_work .topic_part ul li.active a { background: var(--color4); color: #000; }
.view_our_work .tab_wrap .img_gallery_cover { width: 100%; align-items: flex-start; }
.view_our_work .tab_wrap .img_gallery_cover .left { width: 240px; padding-right: 5px; padding-top: 50px; }
.view_our_work .tab_wrap .img_gallery_cover .right { width: calc(100% - 240px); padding: 0 70px; padding-left: 120px; }
.view_our_work .tab_wrap .img_gallery_cover .right .slider_img { height: 824px; }
.view_our_work .tab_wrap .img_gallery_cover .left .img { height: 160px; }
.view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow { width: 58px; height: 58px; left: 40px; margin-top:-134px; }
.view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow.slick-next { right: -10px; left: auto; }
.view_our_work .tab_wrap .img_gallery_cover .left .slick-arrow { top: 10px; }
.view_our_work .tab_wrap .img_gallery_cover .left button.slick-next.slick-arrow { bottom: -15px; top: auto; }
.view_our_work .tab_wrap .img_gallery_cover .left .slick-list.draggable { padding-bottom: 30px; }
.view_our_work .tab_wrap .img_gallery_cover .right .box_cont { padding-top: 30px; }
.view_our_work .tab_wrap .img_gallery_cover .right .box_cont p i { font-size: 16px; line-height: 26px; }
.view_our_work .tab_col { display: none; }
.view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow::before { width: 24px; height: 20px; }
.view_our_work .tab_wrap .img_gallery_cover .left .slick-arrow:before { width:23px; height:19px; }
.view_our_work .tab_wrap .img_gallery_cover .right .box_cont p:last-child { line-height: 26px; }

.complete_package { display: inline-block; width: 100%; vertical-align: top; padding: 130px 0; }
.complete_package .section_wrap { display: flex; flex-wrap: wrap; }
.complete_package .left_part { width: 50%; padding-left: calc((100% - 1600px) / 2); padding-right: 20px; }
.complete_package .right_part { width: 50%; position: relative; padding-left: 40px; min-height: 950px; }
.complete_package .right_part .right_inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size:100% 100% !important; }
.complete_package .left_part .left_top_cont { padding: 15px 0; }
.complete_package .left_part .icon_cont { padding-top: 25px; display: flex; flex-wrap: wrap; margin: 0 -17px; }
.complete_package .left_part .icon_cont .col { width: 50%; padding: 0 17px 35px; }
.complete_package .left_part .icon_cont .inner { position: relative; padding-left: 66px; }
.complete_package .left_part .icon_cont .inner .icon { position: absolute; top: 0; left: 0; height: 58px; display: flex; align-items: center; justify-content: center; max-width:42px; }
.complete_package .left_part .icon_cont .inner .icon img { object-fit: contain; }
.complete_package .left_part .icon_cont.all-icons-empty .inner { padding-left: 0; }
.complete_package .left_part .left_cont { padding-left: 70px; }
.complete_package.remove-bottom-padding { padding-bottom: 20px; }

.cost_certainty { display: inline-block; width: 100%; vertical-align: top; padding-bottom: 90px; }
.cost_certainty .title_cont { max-width: 785px; margin: 0 auto; text-align: center; }
.cost_certainty .title_cont h2 span { color: var(--tertiary-color); }
.cost_certainty .title_cont h2 span:nth-child(2) { color: var(--color4); }
.cost_certainty .title_cont h2 span:nth-child(3) { color: var(--color5); }
.cost_certainty .title_cont h2 span:nth-child(4) { color: var(--color13); margin-right: 15px; }
.cost_certainty .title_cont .top_cont { padding-top: 20px; }
.cost_certainty .counter_cover { margin-top: 55px; }
.cost_certainty .counter_colin { width: 356px; height: 356px; }
.cost_certainty .counter_colin span.sub_title { display: block; font-size: 44px; line-height: 1; }
.cost_certainty .counter_colin .numbox { line-height: 1; }
.cost_certainty .counter_colin .numbox { font-size: 52px; padding-bottom: 10px; }
.cost_certainty .counter_col { width: 33.33%; }

.complete_package.get_inspired { padding-top: 0; }
.complete_package.get_inspired .right_part { min-height: 700px; }
.complete_package.get_inspired .section_wrap { align-items: center; }
.complete_package.get_inspired .section_wrap .left_part { padding-right: 120px; }
.complete_package.get_inspired .section_wrap .left_part h2 { padding-right: 20px; }

.booth_designs { display: inline-block; width: 100%; vertical-align: top; padding-bottom: 100px; }
.booth_designs  .title { text-align: center; padding-bottom: 28px; }
.booth_designs .tab_title { max-width: 375px; margin: 0 auto 63px; background: #F7F7F7; border-radius: 50px; padding: 10px; }
.booth_designs .tab_title ul { list-style-type: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: space-around; }
.booth_designs .tab_title ul li a { display: inline-block; width: 100%; padding: 14px 26px; font-size: 16px; border: 2px solid var(--color4); border-radius: 50px; color: rgba(0, 0, 0, .5); font-weight: 500; line-height: 1; background: transparent; }
.booth_designs .tab_title ul li a:hover { color: #000; }
.booth_designs .tab_title ul li.active a { background: var(--color4); color: #000; }
.booth_designs .content_wrap { display: flex; flex-wrap: wrap; margin: 0 -16px; }
.booth_designs .content_wrap .tab_col { width: 33.33%; padding: 0 16px 50px; }
.booth_designs .content_wrap .tab_col .tab_iner { position: relative; }
.booth_designs .content_wrap .tab_col .img { width: 100%; height: 340px; background: #0A2536; overflow: hidden; }
.booth_designs .content_wrap .tab_col .img img { height:100%; width:100%; object-fit:contain; }
.booth_designs .content_wrap .tab_col .btm_part { padding-top: 15px; }
.booth_designs .content_wrap .tab_col .btm_part span { position: relative; padding-right: 20px; color: var(--color5); font-size: 16px; font-weight: 400; line-height: 1; }
.booth_designs .content_wrap .tab_col .btm_part span:before { width: 11px; height: 9px; content: ""; top: 6px; right: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/right-arrow.svg) no-repeat center / cover; position: absolute; transition: all .5s ease; }
.booth_designs .content_wrap .tab_col .tab_iner:hover .btm_part span:before { right: -5px;  background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2025/01/arrow_hover.svg) no-repeat center / cover;}
.booth_designs .content_wrap .tab_col .tab_iner:hover .btm_part span { color: #FA7122; }
.booth_designs .content_wrap .tab_col .tab_iner a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:1; }
.booth_designs .tab { display: none; }

.popup_wrap { display: none; }
.popup_col { background: transparent !important; max-width: 1230px !important; width: 100%; }
.popup_col .popup_inner { padding: 28px 28px 50px; background: #fff; }
.popup_col .popup_inner .popimg { width: 100%; height: 580px; background: #0A2536; }
.popup_col .popup_inner .popimg img { height: 100%; width: 100%; object-fit: cover; }
/* .popup_col .popup_inner .single_booth_popup_image_gallery .popimg img {object-fit: cover;} */
.popup_col .popbtm_part { padding-top: 15px; text-align:center; }
.popup_col button.fancybox-button.fancybox-close-small { background: var(--tertiary-color); border-radius: 100%; top: 20px; right: 20px; opacity: 1; width: 34px; height: 34px; transition: all .5s ease-in-out; padding:4px !important; }
.popup_col button.fancybox-button.fancybox-close-small:hover { background: #96DFEA; }
.popup_col .button-1 { margin-top: 10px; }

.gec-career.region-page-section { margin-top: 50px; }
.gec-career.region-page-section .gec-wrap { margin-top: -120px; }
.gec-career.region-page-section .gec-wrap .gec-content { padding-top: 190px; }

.creating_memorable.exhibition_design .section_wrap { border: none; }

.single-cities .connect_us .section_wrap { justify-content: center; }

.esg_report { margin: 20px 0 0; display: flex; flex-wrap: wrap; max-width: 543px; border-radius: 18px; overflow: hidden; background: var(--color13); position:relative; }
.esg_report a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.esg_report .esg_left { width: 210px; position: relative; }
.esg_report .esg_left .img { width: 100%; height: 137px; }
.esg_report .esg_right { width: calc(100% - 210px); padding: 18px 38px; display: flex; align-items: center; }
.esg_report .esg_right h3 { color: #fff; padding-bottom: 10px; }
.esg_report:hover .button-1 a { background: var(--color11); border-color: var(--color11); }

.careers_innerhero.slider_content .section_wrap .left_part { padding-top: 90px; padding-bottom: 90px; }
.careers_innerhero.slider_content .section_wrap .right_part .img_slider,
.careers_innerhero.slider_content .section_wrap .right_part .img_slider .img { min-height: 734px; }
.careers_innerhero.slider_content .section_wrap .left_part h4 { color: var(--color4); padding-bottom: 15px; font-size: 22px; line-height: 38px; text-transform: uppercase; font-weight: 500; }
.banner.inner_hero .banner-con { max-width: 100%; }
.careers_innerhero.slider_content .section_wrap .left_part .con-text { font-size: 22px; line-height: 38px; }


.esg_function { display: inline-block; width: 100%; vertical-align: top; margin-top:400px; background:var(--color13); padding:100px 0; height:718px; }
.esg_function .main_part { padding-left: calc((100% - 1600px) / 2); margin-top:-400px;  }
.esg_function .esg_slider .inner { padding: 0 11px; }
.esg_function .esg_slider .inner .in { border-radius: 44px; border: 0.75px solid #B2B2B2; overflow: hidden; position:relative; }
.esg_function .esg_slider .inner .in .box_top { display: flex; align-items: center; justify-content: space-between; padding: 31px 50px 18px 65px; }
.esg_function .esg_slider .inner .in .icon_cont .flip_part { position: absolute; top: 0; left: 0; padding: 31px 45px 31px 62px; background: #fff; height: 100%; width: 100%; border-top: 1px solid #B2B2B2; z-index: 1; transform: rotateY(180deg); backface-visibility: hidden; transition: 0.6s; }
.esg_function .esg_slider .inner .in .box_top .box_title { font-size: 40px; font-style: normal; font-weight: 500; line-height: 58px; }
.esg_function .esg_slider .inner .in .box_top a.arrow_link { width: 46px; height: 46px; border-radius: 100%; background: var(--tertiary-color); display: flex; align-items: center; justify-content: center; }
.esg_function .esg_slider .inner .in .btm_part { display: flex; align-items: center; justify-content: center; height: 100%; min-height: 542px; transform: rotateY(0deg); backface-visibility: hidden; transition: 0.6s; }
.esg_function .esg_slider .slick-list { padding-right: 520px; }
.esg_function .esg_slider .inner .in .icon_cont { position: relative; display: inline-block; width: 100%; min-height: 542px; height: 100%; }
.esg_function .esg_slider .inner .in .icon_cont .flip_part .icon { position: absolute; bottom: 25px; left: 25px; opacity: .25; z-index: -1; }
.esg_function .esg_slider .inner .in .icon_cont .flip_part .box_logo { text-align: right; bottom: 0px; width: 144px; height: 144px; position: absolute; bottom: 10px; right: 20px; }
.esg_function .esg_slider .inner .in:hover .box_top a.arrow_link { background: #96DFEA; }
.esg_function .progress { display: block; width: 100%; max-width: 1393px; height: 14px; border-radius: 14px; overflow: hidden; background-color: var(--color8); background-image: linear-gradient(to right, #c8d32c, #c8d32c); background-repeat: no-repeat; background-size: 0 100%; transition: background-size .4s ease-in-out; margin-top:25px; position: relative; }
.esg_function .progress .bar { width: 0; height: 100%; background: var(--color4); position: absolute; left: 0; top: 1px; opacity: 1; transition: all ease-in-out .4s }
.esg_function .esg_slider button.slick-prev.slick-arrow { left: 15px; display: none !important; }
.esg_function .esg_slider button.slick-next.slick-arrow { right: 15px; }
.esg_function .esg_slider .col.current .inner .btm_part { transform: rotateY(180deg); }
.esg_function .esg_slider .col.current .inner .flip_part { transform: rotateY(0); }
.esg_function .esg_slider .inner .in a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.esg_function .esg_slider .inner .in .btm_part .icon img { filter: brightness(0) invert(1); }

.progress_reports { display: inline-block; width: 100%; vertical-align: top; position: relative; margin-top: -210px; z-index: 1; padding-bottom: 100px; }
.progress_reports .title { text-align: center; padding-bottom: 40px; }
.progress_reports h2 { color: #fff; }
.progress_reports .section_wrap { max-width: 1230px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.progress_reports .section_wrap .col { width: 33.33%; padding: 0 15px; }
.progress_reports .col .inner { position: relative; }
.progress_reports .col .inner .img { width: 100%; height: 241px; border: 0.75px solid #B2B2B2; }
.progress_reports .col .btm_part { padding-top: 15px; }
.progress_reports .col .btm_part .year { color: var(--color4); font-size: 18px; font-weight: 500; line-height: 28px; }
.progress_reports .col .btm_part .box_title { font-size: 28px; font-style: normal; font-weight: 500; line-height: 38px; }
.progress_reports .col .btm_part span.arrow_link a { position: relative; padding-right: 20px; color: var(--color5); font-size: 16px; font-weight: 400; line-height: 1; }
.progress_reports .col .btm_part span.arrow_link a:before { width: 11px; height: 9px; content: ""; top: 6px; right: 0; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/right-arrow.svg) no-repeat center / cover; position: absolute; transition: all .5s ease; }
.progress_reports .col .inner:hover span.arrow_link a { color: #FA7122; }
.progress_reports .col .inner:hover span.arrow_link a:before { right: -5px; }
.progress_reports .col .inner a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.page-exhibit-systems-us .contact_form_sc button.mktoButton { background: var(--color4) !important; border: none !important; padding: 15px 20px !important; border-radius: 50px !important; min-width: 150px; font-size: 16px !important; line-height: 22px !important; color: var(--primary-color) !important; display: inline-block; text-decoration: none; font-weight: 500 !important; font-family: 'Roboto' !important; height: auto !important; text-shadow: none !important; }
.page-exhibit-systems-us .contact_form_sc button.mktoButton:hover { background: var(--color11) !important; }

.page-exhibit-systems-us .contact_form_sc .mktoButtonRow { display: inline-block; width: 100%; text-align: center; }
.page-exhibit-systems-us .contact_form_sc .mktoButtonRow span.mktoButtonWrap.mktoCleanGray { margin: 0 !important; }

.img-text-wrap .sub-text span.color-text-desc {color: var(--tertiary-color);}
.img-text-wrap .sub-text span.color-text-desc:nth-child(2) {color: var(--color4);}
.img-text-wrap .sub-text span.color-text-desc:nth-child(3) {color: var(--color5);}
.img-text-wrap .sub-text span.color-text-desc:nth-child(4) {color: var(--color13);}

.region_map_sc.ca .map-container .pin.fairmont .location-label { right: 46px; top: 0px; min-width: 100px; }
.region_map_sc.ca .map-container .pin.victoria-bc .location-label { left: unset; right: 36px; }
.region_map_sc.ca .map-container .pin.victoria-bc .location-label:before { left: unset; right: -7px; }


/* Footer */
.footer_sc { background: var(--color12); padding-top: 50px; }
.footer_wrap { justify-content: space-between; gap: 20px; }
.footer_right .btn_wrap { gap: 20px; }
.footer_social { text-align: right; margin-top: 25px; }
.footer_social ul { padding: 0; margin: 0; list-style-type: none; display: flex; align-items: center; justify-content: flex-end; }
.footer_social ul li a { display: flex; align-items: center; justify-content: center; height: 42px; width: 42px; border-radius: 100%; background: var(--color4); color: var(--primary-color); }
.footer_social ul li { margin-left: 15px; }
.footer_social ul li a:hover { background: var(--color11); }
.footer_copyright { margin-top: 30px; font-size: 16px; line-height: 26px; color: #A8B8C3; padding-bottom: 30px; }
.footer_link ul { padding: 0; margin: 0; list-style-type: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.footer_link ul li a { color: inherit; display: inline-block; vertical-align: top; padding: 0 15px; position: relative; }
.footer_link ul li a:after { position: absolute; content: "|"; top: 0; right: 0; }
.footer_link ul li a:before { position: absolute; content: ""; height: 2px; width: 0; bottom: 0; left: 0; right: 0; margin: 0 auto; background-color: var(--tertiary-color); transition: all ease-in-out .4s; }
.footer_link ul li a:hover:before { width: 80%; }
.footer_link ul li:last-child a:after { display: none; }
.footer_link ul li a:hover:after { color: #A8B8C3; }
.footer_social .button-1.mbl { display: none; }

.contact_form_sc .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label { font-size: 18px; color: #fff; font-weight: 500; margin-bottom: 13px; font-family: var(--primary-font) !important; padding: 0; }
.contact_form_sc .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input  { /*height: 47px !important;*/ padding: 0 15px !important; border-radius: 30px !important; background: transparent !important; border: 2px solid #fff !important; color: rgba(255, 255, 255, 0.50); font-size: 16px !important; font-weight: 500; }
.contact_form_sc .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select { height: 47px !important; padding: 0 15px !important; border-radius: 30px !important; background: transparent !important; border: 2px solid #fff !important; color: rgba(255, 255, 255, 0.50); font-size: 16px !important; font-weight: 500; }
.contact_form_sc .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select { background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/07/down-arrow.svg) no-repeat center right 20px transparent !important; appearance: none; }
.contact_form_sc .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix { color: #fff; }
.contact_form_sc .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap div#spacer { display: none; }
.contact_form_sc .contact_form_sc .form_wrap form { margin: 0; max-width: 100%; }
.contact_form_sc .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .section-divider { text-align: center !important; border-color: var(--color5); }
.contact_form_sc .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .section-divider strong { font-size: 28px; text-transform: none; }
.contact_form_sc .mktoForm .mktoFormRow .mktoFormCol { margin-bottom: 20px !important;}
.contact_form_sc .mktoForm .mktoButtonWrap.mktoStriped .mktoButton { padding: 11px 25px; font-size: 16px !important; line-height: 22px !important; color: var(--primary-color) !important; border: 2px solid var(--color4) !important; font-weight: 500 !important; text-align: center !important; border-radius: 40px !important; text-decoration: none !important; background-color: var(--color4) !important; background-image: none !important; outline: none; min-width:150px; text-align:center; text-shadow:none; font-family:var(--primary-font) !important; }
.contact_form_sc .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:hover { background: var(--color11) !important; border-color: var(--color11) !important; }

.page-trade-shows-us .our_portfolio .inner .in {overflow: hidden; margin-bottom: 15px; }
.page-trade-shows-us .banner .iris_logo { opacity:.5; }

/**/
.page-gender-pay-gap-report table {width: 100%; border-collapse: collapse;margin-bottom: 30px;}
.page-gender-pay-gap-report table th, .page-gender-pay-gap-report table td { border: 1px solid #ddd; padding: 8px; text-align: left;}
.page-gender-pay-gap-report table th {background-color: #f2f2f2; font-weight: bold; }
.page-gender-pay-gap-report table tr:nth-child(even) {background-color: #f9f9f9;}
.page-gender-pay-gap-report tr:hover {background-color: #f1f1f1;}

.contact_form_sc.req_quote form { width: 100% !important; padding: 0; }
.contact_form_sc.req_quote form .mktoFormRow { display: flex; flex-wrap: wrap; width: 100% !important; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol { width: 50%; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol label { position: relative; width: auto !important; font-family: var(--primary-font) !important; font-size: 18px !important; font-weight: 500; line-height: 28px; text-transform: uppercase; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol .mktoLogicalField.mktoCheckboxList { width: 100% !important; }
.contact_form_sc.req_quote form .mktoFormRow:last-child .mktoFormCol { width: 100% !important; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol .mktoLogicalField.mktoCheckboxList input[type="checkbox"] { width: 15px !important; height: 15px !important; border: 1px solid #fff !important; opacity: 1; margin-top:9px; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol label .mktoAsterix { color: #fff; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol input,
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol select { color: rgba(255, 255, 255, 0.50) !important; box-shadow: none; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol .mktoLogicalField.mktoCheckboxList label { text-transform: none; color: rgba(255, 255, 255, .5); font-size: 16px !important; line-height: 26px; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol .mktoLogicalField.mktoCheckboxList label a { color: var(--color5); text-decoration: underline; }
.contact_form_sc.req_quote form .mktoFormRow .mktoFormCol .mktoLogicalField.mktoCheckboxList label a:hover { color: #FA7122; }

.custom-thankyou-banner { z-index: 1; }
.custom-thankyou-banner:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgb(10 37 54 / 80%); z-index: -1; }

@keyframes spin {
    from {
      rotate: 0deg;
    }
    to {
      rotate: 360deg;
    }
}

/* 07-11-2024-59 */

.industry-wrap .industry-list .industry-logo { height: auto; }
.industry-wrap .industry-list .industry-logo img { max-width: 200px;min-width:200px; height: 60px; object-fit: contain; object-position: left bottom; }
.industry-wrap .industry-list .industry-title h3 { font-size: 22px; font-style: normal; font-weight: 500; line-height: 32px; }

.industry-wrap .industry-list {justify-content: center;}
/* end 07-11-2024-59 */
.map-container .pin .location-label.label-left::before {content: '';left: unset;right: -7px;}

.country-map-cover { margin: 0 auto; padding: 0 15px; max-width: 1330px; width: 100%; }
.ges-country { margin: 15px 0 0; width: 255px; position: relative; border: 2px solid #C2C2C2; }
.ges-country label { font-size: 18px; line-height: 28px; background: #C2C2C2; padding: 9px 20px; display: inline-block; width: 100%; color: #FFF; font-weight: 500; }
.ges-country ul { margin: 0; padding: 10px 0; list-style-type: none; }
.ges-country ul li { padding: 10px 18px 10px 48px; width: 100%; font-size: 18px; line-height: 28px; color: #000; display: inline-block; position: relative; }
.ges-country ul li:before { content: ''; width: 20px; height: 30px; background: url('https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2025/03/pin-teal.png') no-repeat; position: absolute; top: 9px; left: 18px; }
.ges-country ul li:nth-child(2):before { background-image: url('https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2025/03/pin-orange.png'); }


.country-map-cover .gm-style .gm-style-iw-c { padding: 0; overflow: visible; width: 276px; }
.country-map-cover .gm-style .gm-style-iw-d { overflow: visible !important; padding: 15px; }
.country-map-cover .gm-style-iw-ch { display: none; }
.country-map-cover .gm-style-iw-chr { position: absolute; top: -30px; right: -30px; background: #88C5CF; border-radius: 100px; }
.country-map-cover .map-infobox h3 { font-size: 20px; line-height: 30px; margin: 0; }
.country-map-cover .map-infobox .location-details .popup-location p { font-size: 16px; line-height: 24px;font-weight:400; }
.country-map-cover .map-infobox .location-details .popup-contact a { font-size: 16px; line-height: 26px;font-weight:400; }
.country-map-cover .map-infobox .location-details .popup-contact a:hover{color:#e06a26;}
.country-map-cover .gm-style-iw-chr:hover { background: #96DFEA; }
.country-map-cover .gm-ui-hover-effect { opacity: 1; } 


.map-infobox img {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
	max-width: 320px;
}

.map-infobox h3 {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

.map-infobox .location-details .popup-location p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.72;
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-weight: 400;
}

.map-infobox .location-details .popup-contact a {
    color: var(--primary-color);
    position: relative;
    padding-left: 30px;
    display: block;
	font-size: 22px;
    margin-bottom: 15px;
}

.map-infobox .location-details .popup-contact a:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    top: 3px;
    left: 0;
    background: url(/wp-content/uploads/2024/07/phone-icon.svg) no-repeat center / cover;
    transition: all ease-in-out .4s;
}
.country-map-cover .map-infobox .location-details .popup-location br {
    display: none;
}

/*** Our Awards ***/
.our-awards { padding: 83px 0; }
.our-awards .main-title { margin: 0 0 50px; }
.our-awards .main { display: flex; flex-wrap: wrap; gap: 37px 70px; justify-content: center; }
.our-awards .box { width: calc(25% - 52.5px); text-align: center; font-size: 18px; line-height: 28px; position: relative; }
.our-awards .box a.award-link { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.our-awards .box h3 { margin: 0 0 8px; transition: all .4s ease-in-out; }
.our-awards .box .logo { margin: 0 auto; max-width: 300px; height: 100px; text-align: center; display: flex; align-items: center; justify-content: center; }
.our-awards .box .logo img { margin: 0 auto; width: 100%; height: 100%; max-width: 100%; object-fit: contain; text-align: center; }
.our-awards .box.link:hover h3 { color:var(--color5); }



/* Media Css */
@media (min-width:768px) {
    .container { width:750px; }
    .our_services .left_part ul li .left_cont { display: block !important; }
    .our_services .left_part ul li:not(.active) .left_cont { max-height: 0; opacity: 0; padding: 0; margin: 0; }
    span.mob_sel { display:none; }

    .desktop-hide { display:none; }
  }
@media (min-width:992px) { 
    .container { width:970px; } 
    /* Header */
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap { position: absolute; top: 101%; left: -25px; display: flex; flex-wrap: wrap; transition: all ease-in-out .4s; opacity: 0; visibility: hidden; width: 640px; background: var(--color12); z-index: 1; box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1); }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children:hover > .wrap { opacity: 1; visibility: visible; }
    .mainmenu .wp_menu_wrapper > ul:hover > li > a, .mainmenu .wp_menu_wrapper > ul:hover > li > a:after { color: rgba(0, 0, 0, 0.5); }
    .mainmenu .wp_menu_wrapper > ul:hover > li:hover > a { color: #000; }
    .mainmenu .wp_menu_wrapper > ul:hover > li:hover > a:after { transform: rotate(180deg); color: #000; }

    body.fixed .mainmenu .wp_menu_wrapper > ul > li > a { padding: 18px 0; }

    .blank-menu-header .main_header {padding: 15px 0;}
	body.term-ca.ges-us .location_list_wrapper { max-width: 1240px; margin: 0px auto; justify-content: center; }
	body.term-ca.ges-us .location_list_item { width: calc(100%/3); }

}
@media (min-width:1201px) { .container { width:1170px; }  }
@media (min-width:1651px) { .container { width: 1630px; } }

@media (min-width:1201px) {
	.custom-six-five-column-grid .industry-wrap .industry-list li { width: calc(100% / 6 - 30px); }
	.custom-six-five-column-grid .industry-wrap .industry-list .industry-title h3 {font-size:20px;}
}
@media (max-width: 1899px){
    .banner .iris_logo { width: 500px; top: 200px; }
    .page-shipping-logistics-us .banner .banner-con { width: 700px; max-width: 100%; }

    .hero-me .banner .iris_logo { top:200px; }

}

@media (max-width:1800px){
    .maping_section .maping_part .content_wrap .content_col { left: -50px; }
    .maping_section .maping_part .content_wrap .content_col:first-child:before { width: 30px; right: -30px; }
}
@media (max-width:1700px){
    .maping_section .maping_part .content_wrap .content_col { left: 471px; }
    .maping_section .maping_part .content_wrap .content_col:first-child:before { right: unset; left: -50px; width: 50px; top: 47%; transform: translateY(-50%); }
    .maping_section .maping_part .content_wrap .content_col:nth-child(4) { bottom: 209px; }
    
}
@media (max-width:1650px) {
    /* Homepage */
    .info_sc .left { padding-left: calc((100% - 1170px) / 2); }

    .core_val_sc .col_wrap .col h3 { font-size: 170px; }
    .core_val_sc .col_wrap .col h5 { font-size: 16px; }
    .core_val_sc .col_wrap .col .text { font-size: 16px; }
    .core_val_sc .wrap .right { font-size: 18px; }
    .counter_colin { height: 220px; width: 220px; font-size: 18px; padding: 10px 20px; }
    .counter_col { padding: 0 15px; }
    .counter_colin .numbox { font-size: 58px; letter-spacing: -1px; }

    .testimonial_slide_wrap { padding: 0 150px; }
    .testimonial_slide_wrap .text h2 { font-size: 30px; }
    .testimonial_sc { padding-top: 100px; }


    /* About Us Page */
    .content-with-video .content-video-wrap { padding-left: calc((100% - 1170px) / 2); }
    .content-with-video .content-icon .icon { margin-top: 5px; }
    .gec-wrap .gec-img { width: 20%; }
    .gec-wrap .gec-content { width: 60%; }
    .gec-wrap .gec-content .gec-con ul { justify-content: center; }
    .gec-wrap .gec-content .gec-con ul li { margin: 0 15px 20px; }
    .gec-milestone .milestone-wrap { padding-left: calc((100% - 1170px) / 2); }
    .gec-milestone .slick-arrow { right: calc((100% - 1190px) / 2); }
    .gec-milestone .slick-arrow.slick-prev { right: calc((100% - 1060px) / 2); }
    .milestone-wrap .element { padding: 0 15px; }
    .industry-wrap .industry-list .industry-title h3{ font-size: 22px; }
    .img-text-wrap .con-text { padding-right: calc((100% - 1210px) / 2); padding-left: 50px; }
    .img-text-wrap.reverse .con-text { padding-left: calc((100% - 1210px) / 2); padding-right: 50px;  }
    .milestone-wrap .year span:after { top: 38px; }
    .milestone-wrap .year:before { top: 55px; }

    /* Contact Us Page */
    .address_col .title h2 { font-size: 32px; }
    .address_col { padding-right: 30px; font-size: 18px; }

    .careers_innerhero .section_wrap .left_part { padding-left: calc((100% - 1210px) / 2); }


    .maping_section .maping_part .content_wrap .content_col { left: 310px; top: 186px; }
    .maping_section .maping_part .content_wrap .content_col { padding: 20px 40px; }
    .maping_section .maping_part .content_wrap .content_col .content_in p { font-size: 18px; line-height: 28px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(2) { top: 100px; left: -60px; }
    .maping_section .maping_part .content_wrap .content_col:before { width: 40px; right: -40px; top: 62px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(5) { right: 310px; top: 62px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(3) { bottom: 150px; left: 50px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(3):before { top: 47px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(4) { bottom: 280px; right: 40%; }

    .creating_memorable .section_wrap { padding-left: calc((100% - 1170px) / 2); }
    .creating_memorable .section_wrap .left_part { padding: 70px 60px 61px 0; }
    .creating_memorable .btm_part .icon_wrap .content { font-size: 18px; line-height: 28px; }
    .creating_memorable .btm_part .icon_text:before { max-width: 80px; width: 100%; height: 3px; right: 5px; }
    .creating_memorable .btm_part .circle_cont { width: 150px; height: 150px; font-size: 16px; line-height: 26px; }
    .our_services .slider_part .top_slider .inner .btm_cont { right: 0; padding: 35px 50px; }

    .event_services .section_wrap .left_part { padding: 70px 50px 70px 0; padding-left: calc((100% - 1170px) / 2); }
    .popular_vanue .section_wrap .col .img { height: 250px; }
    .connect_us .section_wrap .col { width: 25%; padding: 0 15px 50px; }

    section.get_quote .col.column_right { padding: 85px 70px; }
    section.get_quote .section_wrap .col.column_left { padding-left: calc((100% - 1140px) / 2); }

    .complete_package { padding: 100px 0; }
    .complete_package .left_part { padding-left: calc((100% - 1140px) / 2); }
    .complete_package .left_part .icon_cont .inner { padding-left: 50px; }
    .complete_package .left_part .icon_cont .inner h3 { font-size: 21px; }
    .complete_package .left_part .icon_cont .col { padding: 0 10px 35px; }
    .complete_package .left_part .icon_cont { margin: 0 -10px; }
    .complete_package .left_part .icon_cont .inner .box_cont { font-size: 18px; }
    
    .cost_certainty .counter_colin { width: 300px; height: 300px; }
    
    .complete_package.get_inspired .section_wrap .left_part { padding-right: 30px; }
    .complete_package.get_inspired .right_part { min-height: 600px; }
    
    .booth_designs .content_wrap .tab_col .img { height: 240px; }
    .booth_designs { padding-bottom: 50px; }

    .page-shipping-logistics-us .gec-career .gec-content { padding-top: 70px; }

    .gec-career.region-page-section .gec-wrap .gec-content { width: 50%; }
    .gec-career.region-page-section .gec-img { width: 25%; }
    .gec-career.region-page-section .gec-wrap { margin-top: -150px; }

    .view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow { margin-top: -170px; }

    .careers_innerhero.slider_content .section_wrap .right_part .img_slider,
    .careers_innerhero.slider_content .section_wrap .right_part .img_slider .img { background-position: 20% 100% !important;  background-size: cover !important; min-height: 775px;}
    .esg_function .main_part { padding-left: calc((100% - 1140px) / 2); }
    .esg_function .esg_slider .slick-list { padding-right: 300px; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part { padding: 15px 20px 20px 20px; }

    .progress_reports .col .inner .img { height: 200px; }

    .milestone-wrap .year::after, .milestone-wrap .year:before { right: -15px; }

    .address_sc .link_style a { font-size: 18px; }
    .address_sc .link_style a:after { margin: 0; top: 3px; }
	
	 /* 7-11-2024-59 */
    .mainmenu { padding-left: 25px; }
    /* end 7-11-2024-59 */
    .industry-wrap .industry-list .industry-logo img {min-width: auto;width: 100%;}

    .our-awards .box h3 { font-size: 24px; }
}

@media (max-width:1500px){
    /* Header */
    .mainmenu .wp_menu_wrapper > ul > li:last-child > .wrap, .mainmenu .wp_menu_wrapper > ul > li:nth-last-child(2) > .wrap { left: 50%; transform: translateX(-50%); }
    
    /* About Us Page */
    .content-with-video .content { padding: 70px 35px 50px 0; }
    
    /* 404 Page */
    .error_page .error_404 span { font-size: 300px; line-height: 350px; }
	.error_page .error_404 span.img { width: 300px; height: 300px; }

    /* General Interior Page */
    .gen_info .section_wrap .col { padding: 0 10px; }
	.gen_info .section_wrap { margin: 0 -10px; }
	.gen_info .cont_wrap .cont_inner { padding: 10px; }
	.gen_info .section_wrap .col .inner .box_title { font-size: 18px; line-height: 28px; min-height:85px; }

    .maping_section .title_part { max-width: 70%; }
    .maping_section .title_part { max-width:70%; }
    
    .customer_support .section_wrap .col h3 { font-size: 40px; line-height: 50px; }

    .banner .iris_logo { width: 400px; top: 250px; }
    
    .our_services .slider_part .top_slider .inner .right_bg { width: 150px; }
    .our_services .slider_part .top_slider .img { width: calc(100% - 150px); }
    .our_services .slider_part .top_slider button.slick-prev.slick-arrow { left: 20px; }
    .our_services .slider_part .top_slider button.slick-next.slick-arrow { right: 20px; }
    .our_services .slider_part .top_slider .inner .btm_cont { font-size: 20px; line-height: 30px; padding: 25px 40px; bottom: 20px; }
    .our_services .slider_part .btm_slider .img { height: 100px; }
    .our_services .slider_part .btm_slider .btm_col { padding: 0 5px; }
    .our_services .left_part ul li a { font-size: 22px; line-height: 32px; }
    .our_services .left_part ul li.active { padding: 20px; }
    .our_services .right_part .cont ul li span { top: 0; }

    .careers_innerhero .section_wrap .left_part { padding: 30px 20px 41px 0px; padding-left: calc((100% - 1210px) / 2); min-height: auto; }
    .careers_innerhero .section_wrap .left_part h1 { font-size: 40px; }
    .careers_innerhero .section_wrap .left_part .con-text { font-size: 20px; line-height: 30px; }
    .careers_innerhero .section_wrap .left_part .btm_cont { font-size: 20px; line-height: 30px; }
    .careers_innerhero .right_part .img_slider { min-height: 523px; }
    .careers_innerhero .right_part .img { min-height: 523px; }

    .view_our_work .tab_wrap .img_gallery_cover .right .slider_img { height: 630px; }
    .view_our_work .tab_wrap .img_gallery_cover .right { padding-left: 100px; }
    .view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow { left: 20px; }

    .region_map_sc.ca .map-container .pin.victoria-bc .location-label { right: 23px; min-width: 90px; }
    .single-city-left-content-right-image-section .inner_left_right_info .right_part .right_inner { background-size: cover !important; }
	
    
}

@media(max-width:1400px){
    .region_map_sc.ca .map-container .pin.victoria-bc .location-label { min-width: 60px; } 
	.legends { bottom: 0 !important;}
}

@media (max-width:1280px){
    /* About Us Page */
    .content-with-video .content .con-text { padding-left: 15px; }
    .img-text-wrap .con-text { padding-left: 30px; }
    .img-text-wrap.reverse .con-text { padding-right: 30px; padding-left: calc((100% - 1140px) / 2); }
    .img-text-wrap .con-text { padding-right: calc((100% - 1140px) / 2); padding-top: 50px; padding-bottom: 50px; }
    .img-text-wrap .con-text .title { font-size: 36px; }
    .img-text-wrap .con-text .sub-title { font-size: 24px; line-height: 1.3; }

    .careers_innerhero .section_wrap .left_part { padding: 40px 30px 40px 0; padding-left: calc((100% - 1140px) / 2); }
    .careers_innerhero .section_wrap .left_part h1 { font-size: 42px; }
    .careers_innerhero .right_part .img { min-height: 500px; background-size: contain !important; background-color: #0a2536 !important; }
    .careers_innerhero .right_part .img_slider { min-height: 500px; }
    .careers_innerhero .section_wrap .left_part .con-text { font-size: 22px; line-height: 30px; }

    .maping_section .maping_part .content_wrap .content_col:nth-child(2) { left: 200px; top: 0; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(2):before { left: 50%; right: auto; bottom: -35px; top: auto; width: 1px; height: 35px; margin-left: -3px; }
   
    .page-trade-shows-us .fancybox-slide--video .fancybox-content { width: 1000px !important; }

    .gec-career.region-page-section .gec-wrap .gec-content h2 { font-size: 36px; }

    .banner .iris_logo { width: 350px; top: auto; bottom:-200px; }
    .hero-me .banner .iris_logo { top: auto; bottom:-200px; }
}

@media (max-width: 1200px){
    /* Header */
    .mainmenu { padding-left: 5px; }
    .mainmenu .wp_menu_wrapper > ul > li { padding: 0 10px; }
    .header_right [class*="button-"] a { font-size: 14px; padding: 7px 15px; }
    .top_btn_wrap .button-1 { margin-left: 10px; }
    .mainmenu .wp_menu_wrapper > ul > li > a { font-size: 14px; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap { left: -30px; }
    
    /* Homepage */
    .hero .container { width: 970px; }
    .hero_caption h1 { font-size: 30px; }
    .hero_caption h2 { font-size: 80px; }
    /*.hero_caption { padding: 200px 0; }*/

    .info_sc .left { padding-left: calc((100% - 950px) / 2); font-size: 18px; }
    .info_sc .left h3 { font-size: 20px; }

    .role_sc { padding: 60px 0 70px; }

    .core_val_sc { padding: 80px 0 50px; }
    .core_val_sc .wrap .left { width: 100%; }
    .core_val_sc .wrap .right { width: 100%; padding: 40px 0 0; }
    .core_val_sc .col_wrap .col h3 { font-size: 274px; }
    .core_val_sc .col_wrap .col h5 { font-size: 22px; }
    .counter_cover { margin-top: 60px; }
    .counter_col { width: 33.33%; padding: 15px; }

    .photo_gal_colin { padding: 0 10px; }
    .photo_gal_img { height: 350px; }

    .our_portfolio { padding: 80px 0 40px; }
	.our_portfolio .section_wrap .col .inner { padding: 15px 15px; }
	.our_portfolio .inner .box_cont .box_title { font-size: 20px; line-height: 28px; }
	.our_portfolio .inner .box_cont .wrapup-content { font-size: 16px; line-height: 24px; }
	.our_portfolio .inner .box_cont ul li { font-size: 16px; line-height: 26px; }

	.our_resources .section_wrap .col { padding: 0 10px; }
	.our_resources .section_wrap { margin: 0 -10px; }
	.our_resources .inner .img { height: 200px; }
	.our_resources .inner .bottom_part .box_title { font-size: 20px; line-height: 28px; }
	.our_resources .inner .bottom_part .sub_title { font-size: 16px; line-height: 24px; }

    /* About Us Page */
    .content-with-video .content-video-wrap { padding-left: calc((100% - 970px) / 2); }
    .content-with-video .content { padding: 60px 35px 30px 0; }
    .content-with-video .content-icon .icon {margin-top: 8px;}
    .gec-wrap .gec-content .gec-con { padding: 0 15px; }
    .gec-wrap .gec-content .gec-con ul li { margin: 0 8px 20px; }
    .gec-wrap .gec-content .gec-con p { font-size: 18px; }
    .gec-wrap .gec-content .gec-con h2 { padding-bottom: 10px; }
    .gec-wrap .gec-content .gec-con ul { margin: 10px 0 0; }
    .gec-milestone .milestone-wrap { padding-left: calc((100% - 970px) / 2); } 
    .gec-milestone .slick-arrow { right: calc((100% - 990px) / 2); top: 80px; }
    .gec-milestone .slick-arrow.slick-prev { right: calc((100% - 870px) / 2); }
    .milestone-wrap .milestone-slider .slick-list {  padding-right: 60px; }
    .milestone-wrap .year { font-size: 52px; }
    .industry-wrap .industry-list { justify-content: center; }
    .industry-wrap .industry-list li { width: calc(33.33% - 30px); margin: 10px; } 
    .img-text-wrap .con-text { padding-right: calc((100% - 950px) / 2); }
    .img-text-wrap .con-text .title { padding-bottom: 10px; }
    .img-text-wrap .con-text .sub-text { font-size: 18px; line-height: 1.5; }
    .img-text-wrap .con-text .quote-icon { margin-bottom: 10px; }
    .img-text-wrap .con-text .sub-title { padding: 0 0 10px; }
    .img-text-wrap .con-text .client-service { font-size: 16px; font-weight: 500; }
    .img-text-wrap.reverse .con-text { padding-left: calc((100% - 950px) / 2);; }

    /* 404 Page */
    .error_page { padding: 80px 0; }
	.error_page .error_404 span { font-size: 250px; line-height: 300px; }
	.error_page .error_404 span.img { width: 250px; height: 250px; }
	.error_page .error_cont { font-size: 40px; line-height: 48px; }

    /* General Interior Page */
    .general_content { padding: 70px 0 0; }
	.gen_info { padding-bottom: 70px; }
	.gen_info .cont_wrap .cont_inner .cont { font-size: 16px; line-height: 26px; }
	.gen_info .section_wrap .col .inner .box_title { min-height: 85px; }

    /* Contact Us Page */
    .address_col { width: 33.33%; margin-bottom: 30px; }
    .address_wrap.d-flex.justify-center { justify-content: flex-start; }
    .address_col:last-child { margin-bottom: 0; }

    .careers_innerhero .section_wrap .left_part { padding-left: calc((100% - 950px) / 2); }

    body.page-careers .gec-career { padding: 70px 0; }

    .maping_section .maping_part .content_wrap .content_col { left: 270px; top: 77px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(2) { left: 127px; top: -93px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(3) { left: 200px; bottom: -40px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(3):before { left: 50%; right: auto; width: 1px; height: 40px; top: -40px; margin-left: 21px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(4) { bottom: 158px; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(5) { right: 260px; top: -22px; }
    .maping_section .maping_part svg { height: 100%; }
    .customer_support .section_wrap .col h3 { font-size: 28px; line-height:38px; }
    .maping_section .title_part { max-width: 100%; }

    .maping_section { padding: 100px 0 80px; }

    .page-exhibitor .our_resources { padding: 100px 0 80px; }

    .creating_memorable .section_wrap { padding-left: calc((100% - 970px) / 2); }
    .creating_memorable .section_wrap .left_part { padding: 50px 15px 50px 0; }
    .creating_memorable .btm_part { padding-top: 30px; }
    .creating_memorable .btm_part .icon_wrap .content { font-size: 15px; }
    .creating_memorable .btm_part .circle_cont { width: 120px; height: 120px; padding: 10px; right: -60px; }
    .creating_memorable .left_cont { padding-top: 15px; }
    .creating_memorable .btm_part .icon_text:before { max-width: 50px; height: 2px; right: 60px; top: 30px; }
    .creating_memorable .section_wrap .right_part .video_part { min-height: auto; height: 100%; }
    .creating_memorable .btm_part .icon_wrap { max-width: 100%; }
    .creating_memorable .btm_part .icon_text { max-width: 96%; }

    
    .our_services { padding: 80px 0; }
    .our_services .left_part ul li { padding: 20px; }
    .our_services .section_wrap .right_part { padding-left: 15px; }
    .our_services .section_wrap .left_part { padding-right: 15px; }
    .our_services .right_part .right_inner+.right_inner { margin-top: 70px; }
    .our_services .slider_part .top_slider .inner .right_bg { width: 50px; }
    .our_services .slider_part .top_slider .img { width: calc(100% - 50px); }
    .our_services .slider_part .top_slider .inner .btm_cont { max-width: 500px; }
    .our_services .right_part h2 span img { max-width: 60%; }
    .our_services .right_part h2 span { margin-right: 15px; }
    .our_services .right_part .cont ul li span img { max-width: 70%; }
    .our_services .right_part .cont ul li { padding-left: 70px; }
    .our_services .right_part .cont ul li strong { font-size: 22px; }
    .our_services .right_part .cont ul li span { top: 5px; }
    .our_services .slider_part .top_slider button.slick-arrow { width: 70px; height: 70px; }
    .our_services .slider_part .btm_slider .slick-arrow { left: 10px; }
    .our_services .slider_part .btm_slider button.slick-next.slick-arrow { right: 10px; }

    .event_services .section_wrap .left_part { padding: 50px 15px; padding-left: calc((100% - 970px) / 2); }
    .event_services .section_wrap .left_part h1 { font-size: 40px; }
    .event_services .section_wrap .left_part .let_cont p+p { margin-top: 15px; }

    .popular_vanue { padding: 75px 0 35px; }
    .popular_vanue .section_wrap .col .img { height: 200px; }

    .connect_us { padding: 70px 0; }
    .connect_us .section_wrap .col { width: 33.33%; }
    .connect_us .btn_wrap { padding-top: 15px; }

    .our_location .section_wrap .left_part .left_inner { padding: 50px; }

    .benefits_logistics .section_wrap .col .inner { padding-left: 50px; }
    .benefits_logistics .section_wrap .col .inner span.icon { max-width: 35px; }
    .benefits_logistics .section_wrap .col { padding: 0 10px 50px; }
    .benefits_logistics .section_wrap .col .inner h3 { font-size: 24px; }
    .benefits_logistics .section_wrap .col .inner .box_content { font-size: 18px; }
    .benefits_logistics .section_wrap { margin: 0 -10px; }
    .benefits_logistics { padding: 85px 0 40px; }
    
    section.get_quote .col.column_right { padding:40px 30px; }
    section.get_quote .section_wrap .col.column_left { padding: 40px 15px 40px 0; padding-left: calc((100% - 940px) / 2); }
    .services .section_wrap .col .box_cont ul li a { font-size: 16px; }
    .services .section_wrap .col .box_cont ul li a:before { top: 0; }

    .services .section_wrap.three-col-grid .col { width: 50%; }

    .view_our_work .tab_wrap .img_gallery_cover .right { padding: 0 40px; width: calc(100% - 140px); }
    .view_our_work .tab_wrap .img_gallery_cover .left { width: 140px; }
    .view_our_work .tab_wrap .img_gallery_cover .left .img { height: 100px; }
    .view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow { width: 28px; height: 28px; left: 7px; margin-top: -140px; }
    .view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow.slick-next { right: 7px; }
    .view_our_work .tab_wrap .img_gallery_cover .right .slider_img { height: 500px; }


    .complete_package .left_part { padding-left: calc((100% - 950px) / 2); }
    .complete_package .left_part .icon_cont .inner .icon { max-width: 30px; }
    .complete_package .left_part .icon_cont .inner { padding-left: 40px; }
    .complete_package .left_part .left_cont { padding-left: 40px; }
    
    .cost_certainty .counter_colin { width: 250px; height: 250px; }
    .cost_certainty .counter_colin .numbox { font-size: 40px; }
    .cost_certainty .counter_colin span.sub_title { font-size: 32px; }
    
    .complete_package.get_inspired .section_wrap .left_part h2 { padding: 0; }
    .booth_designs .content_wrap .tab_col .img { height: 200px; }


    .careers_innerhero.slider_content .section_wrap .left_part { padding-top: 30px; padding-bottom: 30px; }
    .esg_report .esg_right { padding: 12px 9px; }
    .esg_report { max-width: 100%; }
    .esg_function .main_part { padding-left: calc((100% - 950px) / 2); }
    .esg_function .esg_slider .inner .in .box_top { padding: 15px; }
    .esg_function .esg_slider .inner .in { border-radius: 30px; }
    .esg_function .esg_slider .inner .in .box_top .box_title { font-size: 30px; line-height: 40px; }
    .esg_function .esg_slider .slick-list { padding-right: 200px; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part { padding: 15px; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part .box_cont { font-size: 18px; height: 370px; overflow: hidden; overflow-y: auto; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part .icon { max-width: 50%; }
    .esg_function .esg_slider .inner .in .btm_part .icon { max-width: 50%; }

    .progress_reports .col .inner .img { height: 180px; }

    .careers_innerhero.slider_content .section_wrap .left_part h4 { font-size: 18px; line-height: 28px; }

    .milestone-wrap .year span:after { top: 29px; }
    .milestone-wrap .year:before { top: 42px; }

    .region_map_sc.ca .map-container .pin.victoria-bc .location-label { min-width: 112px; }
    .region_map_sc.ca .map-container .legends {bottom: 0;}
	
	/*  7-11-2024-59 */
   	body header #weglot-switcher-2 { margin-right: 0; }
    /* endif 7-11-2024-59 */


    .our-awards .main { gap: 20px 40px; }
    .our-awards .box { width: calc(33.33% - 27px); }


}

@media (max-width: 991px){
    /* Header */
    .top_header .region_list_wrap { font-size: 60px; }
    .top_header .region_list_wrap h2 { font-size: 28px; }
    
    header .top_header { padding: 5px 0; }
    .main_header .container { width: 100%; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap, .wp_menu_wrapper { display: none; }
    .top_btn_wrap.mbl { display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: center; background: var(--primary-color); padding: 10px 15px; }
    .top_btn_wrap { display: none; }
    header .button-2 a { background: transparent; color: #fff; }
    header .button-1 a { background: transparent; border: 0; color: #fff; border-bottom: 2px solid var(--color4); border-radius: 0; padding: 0; }
    header .button-1 { display: flex; align-items: center; margin: 0; }
    .main_header_wrap { padding: 15px 0; }
    .wp_menu_wrapper { position: absolute; top: 194px; left: 0; width: 100%; background: #fff; z-index: 9999; height: calc(100vh - 190px); overflow: auto; padding-bottom: 190px; }
    .mainmenu .wp_menu_wrapper > ul > li { padding: 0; margin: 0; }
    .mainmenu .wp_menu_wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; padding: 0; }
    .mainmenu .wp_menu_wrapper > ul { display: inline-block; vertical-align: top; width: 100%; padding: 20px 0; }
    .mainmenu .wp_menu_wrapper > ul > li > a { padding: 15px 30px; font-size: 22px; display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .wp_menu_wrapper > ul > li > a:before, .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > a:after { display: none; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left ul li a:hover { background: transparent; }

    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left, .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .right { width: 100% !important; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap { width: 100% !important; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left { padding: 0 30px !important; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left > ul { display: inline-block !important; vertical-align: top !important; width: 100% !important; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left > ul > li { width: 100% !important; padding: 0 !important; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left ul li a { padding: 15px 0; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .left ul { padding-top: 15px; margin-top: 15px; border-top: 1px solid #B2B2B2; }

    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .right { background: var(--primary-color); padding: 50px 30px; text-align: center; margin-top: 20px; margin-bottom: 20px; }
    .mainmenu .wp_menu_wrapper > ul > li.wp_menu_children > .wrap .right .button-5 a { padding: 11px 25px; font-size: 16px; line-height: 22px; border: 2px solid; font-weight: 500; text-align: center; border-radius: 40px; display: inline-block; text-decoration: none; background-color: transparent; border-color: var(--color4); color: #ffffff; width: auto; }
    .mainmenu .wp_menu_wrapper > ul > li.submenu-open > a { color: var(--tertiary-color); }
    .mainmenu .wp_menu_wrapper > ul > li.submenu-open span.child-trigger span:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11 6L6.00768 1L1 6' stroke='%2388C5CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
    .mainmenu .wp_menu_wrapper > ul > li:nth-last-child(2) > .wrap, .mainmenu .wp_menu_wrapper > ul > li:last-child > .wrap { left: 0; transform: none; }

    .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
    a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top: 137px; right: 25px; width: auto; height: auto; text-align:center; background:transparent; padding: 0; z-index:99999999999; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align:left; }
    a.mobile-trigger:hover { text-decoration:none; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; }
    .mobile-open a.mobile-trigger span:after { opacity:1; }

    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width:30px; height:3px; display:inline-block; background: #0C1A35; border-radius: 8px; }
    a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    a.mobile-trigger i:after { margin-top:8px; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    .mobile-open a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }

    span.child-trigger { cursor: pointer; display: block !important; height: 46px !important; padding: 0 !important; position: absolute; right: 0; top: 0; width: 100% !important; }
    span.child-trigger span { height: 30px; position: absolute; right: 25px; top: 8px; transition: all .2s ease; width: 30px; }
    span.child-trigger span:before { content: ""; height: 7px; left: 50%; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); width: 12px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L5.99232 6L11 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
    
    .mainmenu.js-enabled .hs-menu-flow-horizontal, .mainmenu.js-enabled .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }
    
    .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; top:60px; left:0px; width:100%; padding:0px; background-color:#094c8e; width:100%; z-index:8888; }
  
    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom:1px solid #5f8ab5; }
    .mainmenu .hs-menu-flow-horizontal > ul > li:last-child { border-bottom:0; } 
    
    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:50px; }

    /* Homepage */
    .hero .container { width: 750px; }
    .hero_caption h2 { font-size: 60px; }
    .hero_caption h1 { font-size: 24px; }
    
    .info_sc .left { padding-left: calc((100% - 750px) / 2); padding-right: calc((100% - 750px) / 2); width: 100%; padding-top: 50px; padding-bottom: 320px; }
    .info_sc .right { right: 0; left: 0; margin: 0 auto; top: -280px; }

    .core_val_sc .col_wrap .col h3 { font-size: 200px; }
    .core_val_sc .col_wrap .col h5 { font-size: 18px; }
    .counter_col { width: 50%; }


    .testimonial_slide_wrap { padding: 0; }
    .testimonial_sc .slick-arrow { display: none !important; }

    .our_portfolio { padding: 80px 0 20px; }
	.our_portfolio .section_wrap .col { width: 50%; padding-bottom: 50px; }

	.our_resources .section_wrap .col { width: 50%; padding: 0 10px 50px; }
	.our_resources { padding: 30px 0; }

    /* About Us Page */
    .banner { padding-bottom: 220px; padding-top: 100px; }
    .banner .iris_logo { left: 0; right: 0; margin: 0 auto; }
    .content-with-video .content,
    .content-with-video .video { width: 100%; max-width: 750px; margin: 20px auto 0; }
    .content-with-video .video,
    .content-with-video .video iframe { min-height: 400px;  }
    .content-with-video .content-icon .icon {margin-top: 4px;}
    .content-with-video .content { padding: 60px 35px 10px 0; }
    .gec-wrap .gec-img { width: 50%; }
    .gec-wrap .gec-img.gec-2 { order: 2; }
    .gec-wrap .gec-content { width: 100%; order: 3; padding-top: 15px; }
    .img-text-wrap .img { min-height: 420px; }
    .img-text-wrap .img-wrap, .img-text-wrap .con-text { width: 100%; }
    .img-with-text { max-width: 750px; margin: 0 auto; padding: 30px 15px; }
    .img-with-text .img-text-wrap { padding: 15px 0; }
    .img-text-wrap .con-text { padding: 50px 15px; max-width: 100%; }
    .img-text-wrap.reverse .con-text { max-width: 100%; padding: 50px 15px; }
    .gec-milestone .slick-arrow { right: calc((100% - 770px) / 2); }
    .gec-milestone .slick-arrow.slick-prev { right: calc((100% - 650px) / 2); }
    .gec-milestone .milestone-wrap { padding-left: calc((100% - 760px) / 2); }
    .industry-involvement { padding: 60px 0; }
    .industry-wrap .industry-list .industry-title h3{ font-size: 22px; }
    .industry-wrap .industry-list li { width: calc(50% - 30px); }

    /* 404 Page */
    .error_page { padding: 70px 0; }
	.error_page .error_404 span { font-size: 200px; line-height: 230px; }
	.error_page .error_404 span.img { width: 200px; height: 200px; }
	.error_page .error_cont { font-size: 30px; line-height: 38px; }

    /* General Interior Page */
    .gen_info { padding-bottom: 50px; }
	.gen_info .section_wrap .col { width: 50%; padding: 0 10px 30px; }
	.gen_info .section_wrap .col .inner .box_title { min-height: 60px; } 

    /* Contact Us Page */
/*    .ges_contact_us .banner .iris_logo { top: 250px; }*/

    .address_col { width: 50%; }

    .careers_innerhero .section_wrap .left_part { padding: 50px 15px; width: 100%; order: 2; }
    .careers_innerhero .section_wrap .right_part { width: 100%; }
    .careers_innerhero .right_part .img_slider { height: auto; min-height: auto; }
    .careers_innerhero .right_part .img { min-height: auto; height: 500px; }
    .careers_innerhero .right_part .img_slider .slick-arrow { opacity: 1; width: 60px; height: 60px; top: 50%; transform: translateY(-50%); }
    .careers_innerhero .right_part .img_slider .slick-arrow::before { width: 60px; height: 60px; }

    .maping_section { padding: 70px 0; }
    .maping_section .maping_part .content_wrap .content_col { position: relative; top: 0; left: 0; width: 100%; max-width: 100%; padding:50px; }
    .maping_section .maping_part .content_wrap .content_col:before { display: none; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(2) { top: 0; left: 0; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(3) { top: 0; left: 0; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(4) { top: 0; left: 0; bottom: auto; }
    .maping_section .maping_part .content_wrap .content_col:nth-child(5) { top: 0; left: 0; }
    .maping_section .title_part p { font-size: 20px; line-height: 30px; }

    .services { padding: 55px 0; }
    .services .section_wrap .col { padding: 15px 10px; }
    .services .section_wrap { margin: 0 -10px; }
    .services .section_wrap .col .btm_part h2 { font-size: 32px; line-height: 42px; }
    .services .section_wrap .col .box_cont { font-size: 18px; line-height: 30px; }
    
    .customer_support { padding: 70px 0; }
    .customer_support .title .top_cont { font-size: 22px; line-height: 34px; }
    .customer_support .col .box_cont p { font-size: 18px; line-height: 30px; }
    .customer_support .col .box_cont ul li a { font-size: 18px; line-height: 30px; }
    .customer_support .col .box_cont ul li a:before { top: 0; }

    .page-exhibitor .banner { padding: 100px 0 170px; }

    .page-exhibitor .our_resources { padding: 70px 0; }

    .creating_memorable .section_wrap .left_part { width: 100%; padding: 0 0 50px; }
    .creating_memorable .section_wrap .right_part { width: 100%; }
    .creating_memorable .section_wrap .right_part .video .v-banner { min-height: 450px; }
    .creating_memorable .section_wrap .right_part .video iframe { min-height: 450px; }
    .creating_memorable .section_wrap { padding: 0 15px 50px; }
    .creating_memorable .btm_part .circle_cont { right: 0; position: static; }
    .creating_memorable .btm_part .icon_wrap { max-width: 100%; }
    .creating_memorable .btm_part .icon_text { width: 80%; }
    .creating_memorable .btm_part { justify-content: center; }
    .creating_memorable { padding: 70px 0 0; }
    .creating_memorable .section_wrap .right_part .video_cover { min-height: 400px; height:100%; } 
    
    .our_services .left_part ul li { padding: 20px 10px; }
    .our_services .left_part ul li a { font-size: 18px; line-height: 28px; }
    .our_services .right_part h2 { font-size: 36px; }
    .our_services .right_part .cont { font-size: 18px; }
    .our_services .right_part .right_inner+.right_inner { margin-top: 50px; }



    .creating_memorable .btm_part .icon_text:before { right: 40px; }
    .creating_memorable .section_wrap .right_part .video_part { height: 450px; }

    .event_services .section_wrap .left_part { width: 100%; padding: 100px 15px 70px; display: inline-block; vertical-align: top; }
    .popular_vanue .title { max-width: 100%; }
    .popular_vanue .section_wrap .col { padding: 0 5px 30px; }
    .popular_vanue .section_wrap { margin: 0 -5px; }
    .popular_vanue .section_wrap .col .img { height: 150px; }
    .popular_vanue .section_wrap .col .btm_part { padding-top: 20px; }
    .popular_vanue .section_wrap .col .btm_part h3 { font-size: 20px; }
    .popular_vanue .section_wrap .col .btm_part .box_cont { font-size: 18px; }
	.connect_us .section_wrap .col .btm_part h3 { font-size: 24px; }
    .connect_us .section_wrap .col .btm_part .box_cont { font-size: 18px; }
    .event_services .section_wrap .right_part { width: 100%; }
    .event_services .section_wrap .right_part .right_inner { position: static; height: 490px; }
    .popular_vanue.two-column .section_wrap .col { padding: 0 16px 30px; }
    .popular_vanue .section_wrap { margin: 0 -16px; }

    .our_location .section_wrap .left_part { width: 100%; }
    .our_location .section_wrap .left_part .left_inner { padding: 50px 15px; }
    .our_location .section_wrap .right_part { height: 350px; width: 100%; }

    .benefits_logistics .section_wrap .col { width: 50%; }

    section.get_quote .section_wrap .col.column_left { padding: 40px 15px; }
    section.get_quote .services .section_wrap { margin: 0; }

    .page-shipping-logistics-us .gec-career .gec-img { width: 50%; }
    .page-shipping-logistics-us .gec-career .gec-content { width: 100%; }

    .view_our_work { padding: 70px 0; }
    .view_our_work .topic_part ul li a { padding: 10px; }
    .view_our_work .tab_wrap .img_gallery_cover .right .box_cont { font-size: 18px; }
    .view_our_work .tab_wrap .img_gallery_cover .right .slider_img { height: 450px; }

    .complete_package { padding: 70px 0; }
    .complete_package .section_wrap { padding: 0; }
    .complete_package .left_part { padding: 0 15px 50px; width: 100%; }
    .complete_package .right_part { width: 100%; padding: 0; height: 100%; min-height: 650px; }
    .complete_package .left_part .left_cont { padding: 0; }
    
    .cost_certainty .counter_col { width: 50%; }
    .cost_certainty { padding-bottom: 70px; }
    
    .complete_package.get_inspired .right_part { min-height: 450px; }
    .booth_designs .content_wrap .tab_col { width: 50%; }
    .booth_designs { padding-bottom: 20px; }

    .page-shipping-logistics-us .gec-career .gec-content { padding-top: 15px; }

    .gec-career.region-page-section .gec-img { width: 50%; max-width:40%; margin:0 auto; }
    .gec-career.region-page-section .gec-wrap .gec-content { width: 100%; padding: 50px 0 0; }
    .gec-career.region-page-section .gec-wrap { margin-top: -100px; }

    .view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow::before { width: 14px; height: 12px; }
    .view_our_work .tab_wrap .img_gallery_cover .left .slick-arrow:before { width: 14px; height: 12px; }

    .creating_memorable.exhibition_design .section_wrap .left_part { padding: 0 0 50px; }

    .careers_innerhero.slider_content .section_wrap .right_part .img_slider,
    .careers_innerhero.slider_content .section_wrap .right_part .img_slider .img {height: 500px; }
    
    .esg_function .esg_slider .slick-list { padding-right: 80px; }
    .esg_function .main_part { padding-left: calc((100% - 750px) / 2); margin-top: -400px; }
    .esg_function { margin-top: 300px; height: 500px; }
    .esg_function .esg_slider .inner .in .icon_cont { min-height: 450px; }
    .esg_function .esg_slider .inner .in .btm_part { min-height: 450px; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part .box_cont { font-size: 16px; line-height: 28px; height: 280px; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part .box_logo { position: static; text-align: right; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part { display: flex; flex-wrap: wrap; justify-content: flex-end; }
    .esg_function .esg_slider .inner .in .box_top .box_title { font-size: 26px; line-height: 36px; }

    
    .progress_reports { margin-top: -160px; }
    .progress_reports .section_wrap .col { padding: 0 6px; }
    .progress_reports .col .inner .img { height: 150px; }
    .progress_reports .col .btm_part .box_title { font-size: 24px; line-height: 32px; }

    .banner.inner_hero .iris_logo { top: auto; bottom: -200px; }

    .esg_report { max-width: 70%; }

    .our_services .right_part .right_inner.bullets ul li:before { top: 12px; }

    .maping_section .maping_part g.tab circle { r: 17; }
    .maping_section .maping_part g.tab circle.filter { r: 45; }

    .img-wrap .vimeo-video { height: 100%; min-height: 420px; }
    .img-text-wrap.custom-remove-top-space .con-text { padding: 50px 15px; }
	
	/*  7-11-2024-59 */
	body header .wg-drop.country-selector { width: 100%; padding: 0; vertical-align: top; }
	body header .wg-drop.country-selector .wgcurrent a { justify-content: flex-start; height: auto; padding: 15px 30px; font-size: 22px; display: inline-block; vertical-align: top; width: 100%; }
	body header .wg-drop.country-selector.closed .wgcurrent:after { top: 50%; transform: translateY(-50%); right: 32px; }
	body header .wg-drop.country-selector ul { position: static; border: 0; padding: 0 34px !important; }
	body header .wg-drop.country-selector ul li a { padding: 15px 0; height: auto; }
	body header #weglot-switcher-1 { margin-top: -20px; }
	body header .wg-drop.country-selector.open .wgcurrent:after { top: 50%; transform: translateY(-50%) rotate(180deg); right: 32px; }
	/* end 7-11-2024-59 */

    .our-awards .main { gap: 20px; }
    .our-awards .box { width: calc(33.33% - 14px); }


    .above-below-space { padding: 50px 0; }

    

}

@media (max-width: 767px){
    body { font-size: 18px; }
    h1 { font-size: 44px; }
    h2 { font-size: 36px; }
    h3 { font-size: 26px; }

    /* Header */
    .top_header .region_list_wrap { font-size: 40px; }
    .top_header .region_list_wrap h2 { font-size: 22px; }
    a.mobile-trigger { top: 130px; }
    .wp_menu_wrapper { top: 187px; }

    /* Homepage */
    .hero .container { width: 100%; }
    /*.hero_caption { padding: 120px 0; }*/
    .hero_caption h2 { font-size: 46px; }
    .hero_caption h1 { font-size: 22px; }
    .banner .container { width: 100%; }
    
    .hero .img_vid_sc{height:340px;}
    .hero .img_vid_sc .video_cover > div{padding:0!important;!i;!;height:100%;transform:scale(2.2);}

    .info_sc .left { padding-left: 15px; padding-right: 15px; }
    .info_sc .right { width: 70%; top: -240px; }

    .role_sc { padding: 50px 0; }

    .core_val_sc .col_wrap .col { width: 100%; margin-bottom: 30px; }
    .core_val_sc .sub_title { text-align: center; }
    .core_val_sc .col_wrap .col h3 { letter-spacing: 0; font-size: 187px; margin-bottom: 5px; }
    .core_val_sc .col_wrap .col .con { left: 0; }
    .core_val_sc .col_wrap .col h5 { font-size: 22px; }
    .core_val_sc .col_wrap .col .text { width: 300px; max-width: 100%; margin: 0 auto; }
    .core_val_sc .col_wrap .col:last-child { margin-bottom: 0; }
    .counter_cover { margin-top: 20px; padding: 0; }
    .counter_col { width: 100%; padding: 0; margin-bottom: 30px; }
    .counter_col:last-child { margin-bottom: 0; }
    .counter_colin { height: 300px; width: 300px; font-size: 22px; }
    .counter_colin .numbox { font-size: 68px; }
    .counter_colin p { padding: 0; }
    .counter_colin p + p { padding-top: 15px; }

    .testimonial_sc { padding: 50px 0; }

    /* About Us Page */
    .content-with-video .content,
    .content-with-video .video { max-width: 100%; }
    .content-with-video .video,
    .content-with-video .video iframe { min-height: 260px; }
    .content-with-video .content { padding: 30px 15px 0; }
    .content-with-video .content .con-text p { padding-bottom: 5px; }
    .content-with-video .video .v-banner,
    .content-with-video .video iframe { min-height: 260px; }
    .content-with-video .content-icon .icon { margin-top: 1px; max-width: 40px; }
    .content-with-video .content-icon .icon img{ width: 40px; height: 40px; object-fit: contain; }
    .gec-wrap .gec-img img{ width: 100%; }
    .img-text-wrap .con-text .title { font-size: 36px; }
    .gec-milestone .slick-arrow::before { width: 20px; height: 16px; }
    .gec-milestone .slick-arrow { width: 40px; height: 40px; left: 0; right: 0; margin: 0 auto; top: initial; bottom: 20px;}
    .gec-milestone .slick-arrow.slick-prev { right: 0; left: -30px; }
    .gec-milestone .slick-arrow.slick-next { left: 60px; }
    .gec-milestone { padding: 40px 15px 70px; }
    .milestone-wrap .milestone-slider .slick-list { padding-top: 20px; }
    .gec-milestone .slick-arrow { top: 90px; }
    .milestone-wrap .year { font-size: 44px; margin-bottom: 0; }
    .gec-milestone .milestone-wrap .title { padding-bottom: 25px; }
    .industry-involvement { padding: 40px 0; }
    .industry-wrap .industry-list .industry-logo { padding-bottom: 5px; }
    .industry-wrap .industry-list .industry-title { padding-top: 5px; }
    .our_resources h3 { font-size: 22px; line-height: 32px; }
    

    /* 404 Page */
    .error_page { padding: 50px 0; }
	.error_page .error_404 span { font-size: 120px; line-height: 150px; padding: 0 5px; }
	.error_page .error_404 span.img { width: 120px; height: 120px; }
	.error_page .error_cont { font-size: 20px; line-height: 28px; }

    /* General Interior Page */
    .general_content h2, .general_content h3 { margin-top: 20px; }
	.general_content ul li:before { top: 10px; }
    
    .gen_info .section_wrap { margin: 0; }
	.gen_info .section_wrap .col { width: 100%; padding: 0 0 50px; }
	.gen_info .section_wrap .col .inner .box_title { min-height: auto; }
	.gen_info .section_wrap .col:last-child { padding-bottom: 0; }
    .general_content .content { word-wrap: break-word; }
    
    .resources_part { padding-bottom: 50px; }
	
	.claim_part ul li+li { margin-top: 15px; }
	.claim_part ul li a { font-size: 18px; line-height: 28px; }

    /* Contact Us Page */
    .ges_show_sc { padding: 70px 0; }
    .address_sc { padding: 50px 0; }
    .address_col { width: 100%; padding: 0; }


    .maping_section .maping_part g.tab circle { r: 30; }
    .services .section_wrap .col { width: 100%; padding: 0 0 50px; }
    .services .section_wrap .col:last-child { padding: 0; }
    .services .section_wrap { margin: 0; }
    .customer_support .section_wrap .col { width: 100%; padding: 0 0 50px; }
    .customer_support .section_wrap { margin: 0; }
    .customer_support .section_wrap .col:last-child { padding: 0; }

    .services .section_wrap.two-col-grid .col,
    .services .section_wrap.three-col-grid .col { width: 100%; }


    .testimonial_slide_wrap .text h2 { font-size: 22px; }
    
    /* Footer */
    .footer_wrap { display: inline-block; vertical-align: top; width: 100%; text-align: center; }
    .footer_right .btn_wrap { justify-content: center; margin-top: 15px; }
    .footer_social ul { text-align: center; justify-content: center; padding-left: 15px; }
    .footer_social ul li:first-child { margin-left: 0; }
    .footer_right .btn_wrap .button-1 { display: none; }
    .footer_social { text-align: center; display: flex; align-items: center; gap: 10px; justify-content: center; }
    .footer_social ul li { margin-left: 10px; }
    .footer_social .button-1.mbl { display: inline-block; vertical-align: top; }


    .creating_memorable .btm_part .icon_text:before { display: none; }
    .creating_memorable .btm_part .icon_wrap { max-width: 100%; justify-content: space-between; flex-wrap:wrap; }

    .our_services .section_wrap .left_part { width: 100%; padding: 0; top:180px; z-index:1 }
    .our_services .section_wrap .right_part { width: 100%; padding: 25px 0 0; z-index:0; }
    .our_services .left_part span.mobile_select { display: inline-block; width: 100%; padding: 15px; border: 1px solid rgba(0, 0, 0, .4); cursor: pointer; background: #fff; position:relative; z-index:1; }
    .our_services .section_wrap .left_part .tabbing_part { position: relative; }
    .our_services .left_part ul { position: absolute; top: 100%; background: #fff; width: 100%; box-shadow: 0px 0px 10px rgba(0, 0, 0, .2); padding: 15px; display: none; height:400px; overflow:hidden; overflow-y:scroll; }
    .our_services .left_part ul li { padding: 10px; }
    .our_services .section_wrap .right_part .nr_img { min-height: 450px; }
    .our_services .left_part span.mobile_select:before { position:absolute; content: ""; height: 7px; right: 10px; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); width: 12px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L5.99232 6L11 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
    
    
    .our_services .left_part ul li { position: relative; padding:10px 35px 10px 10px; }
    .our_services .left_part ul li span.mob { height: 7px; right: 10px; position: absolute; top: 24px; width: 12px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L5.99232 6L11 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); display: block; cursor: pointer; }
    .our_services .left_part ul li.active-tab span.mob { transform: rotate(180deg); }
    .our_services .slider_part .top_slider .img { height: 450px; }
    .our_services .slider_part .top_slider .inner .right_bg { height: 450px; }
    .our_services .left_part ul li.active { padding: inherit; box-shadow: none; background: transparent; border-bottom: .5px solid #B2B2B2; padding:10px 35px 10px 10px; }
    .our_services .left_part ul li.active a span { border-color: transparent; }
    .our_services .left_part ul li.active-tab a span { border-color: var(--tertiary-color); }
    .our_services .left_part ul li.active-tab a { color: #000; }

    .creating_memorable .section_wrap .right_part .video iframe, .creating_memorable .section_wrap .right_part .video, .creating_memorable .section_wrap .right_part .video .v-banner { min-height: 260px; }

    .page-trade-shows-us .fancybox-slide--video .fancybox-content { border: 5px solid #fff; }
    .page-trade-shows-us button.fancybox-button.fancybox-close-small { right: 0; }

    .popular_vanue .section_wrap .col { width: 50%; }
    .connect_us .section_wrap .col { width: 50%; }

    section.get_quote .col.column_right { padding: 40px 15px !important; }
    section.get_quote .col.column_right .box_cont { padding-bottom: 0; }

    .view_our_work .topic_part span.mob_sel { display: inline-block; width: 100%; padding: 10px 15px; background: var(--color4); border-radius: 0; cursor: pointer; }
    .view_our_work .topic_part { position: relative; padding: 0; }
    .view_our_work .topic_part ul { position: absolute; top: 100%; left: 0; width: 100%; z-index: 2; background: #fff; padding: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .1); display: none; }
    .view_our_work .topic_part ul li a { width: 100%; border: none; border-bottom: 1px solid rgba(0, 0, 0, .1); border-radius: 0; }
    .view_our_work .topic_part ul li+li { margin: 0; }
    .view_our_work .tab_wrap .img_gallery_cover { margin-top: 50px; padding:0; }
    .view_our_work .topic_part span.mob_sel:before { position: absolute; content: ""; top: 20px; right: 10px; height: 12px; width: 14px; background: url(https://gesglobalstg.wpenginepowered.com/wp-content/uploads/2024/08/gallery-arrow.svg) no-repeat center / cover; transform: rotate(90deg); }
    .view_our_work .tab_wrap .img_gallery_cover .right .slider_img { height: 350px; }
    .view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow { margin-top: -200px; }
    .view_our_work .tab_wrap .img_gallery_cover .left { width: 100%; order: 2; padding-top: 15px; }
    .view_our_work .tab_wrap .img_gallery_cover .right { width: 100%; padding: 0; } 

    .page-exhibit-systems-us .banner .iris_logo { top: auto; bottom: -210px; }


    .booth_designs .content_wrap { margin: 0 -10px; }
    .booth_designs .content_wrap .tab_col { padding: 0 10px 50px; }

    .gec-career.region-page-section .gec-wrap { margin-top: 0; }
    .gec-career.region-page-section { margin: 0; }
    .gec-career.region-page-section .gec-wrap .gec-content { padding-top: 20px; }
    .gec-career.region-page-section .gec-img { max-width: 100%; }

    .esg_function { margin: 0; padding: 70px 0; height: auto; }
    .esg_function .main_part { margin: 0; padding:0 15px; }
    .esg_function .esg_slider .slick-list { padding-right: 0; }
    .esg_function .esg_slider .inner .in .box_top .box_title { font-size: 20px; color: #fff; }
    .esg_function .esg_slider .inner .in .box_top a.arrow_link { width: 30px; height: 30px; }
    .esg_function .esg_slider .inner .in .box_top a.arrow_link svg { max-width: 50%; }
    .esg_function .esg_slider .inner { padding: 0 5px; }
    .progress_reports .section_wrap .col { width: 50%; padding: 0 10px 30px; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part .box_cont { height: auto; }
    .esg_function .esg_slider .inner { padding: 0; }
    
    .progress_reports { margin: 0; padding: 70px 0; }
    .progress_reports h2 { color: var(--secondary-color); }
    .progress_reports .section_wrap { justify-content: center; }

    .contact_form_sc.req_quote form .mktoFormRow .mktoFormCol { width: 100%; padding-right: 0 !important; }
/*    .contact_form_sc.req_quote form .mktoFormRow .mktoFormCol label { width: 100% !important; }*/

    .esg_report { max-width: 100%; }

    body.custom-about .main_header { border: none; }
    .careers_innerhero.slider_content .section_wrap .right_part .img_slider .img { height: 500px; background-size: cover !important; }
    .careers_innerhero .section_wrap { background: var(--color12); }
    .careers_innerhero.slider_content .section_wrap .right_part .img_slider { height: auto; }
    .careers_innerhero .section_wrap .right_part { width: 100%; max-width: 100%; margin: 0 auto; }

    .milestone-wrap .year span:after { top: 24px; }
    .milestone-wrap .year:before { top: 35px; }

    .view_our_work .tab_wrap .img_gallery_cover .left .slick-arrow { top: auto; bottom: 0; transform: rotate(0deg); width: 100px; }
    .view_our_work .tab_wrap .img_gallery_cover .left button.slick-next.slick-arrow { bottom: 0; right: -20px; }
    .view_our_work .tab_wrap .img_gallery_cover .left .slick-prev.slick-arrow { left: -20px; }

    .view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow { display: none !important; }

    .popular_vanue .section_wrap { margin: 0 -5px; }
    .popular_vanue.two-column .section_wrap .col { padding: 0 5px 30px; }

    .maping_section .maping_part g.tab circle.filter { r: 50; }
	.maping_section .maping_part .video iframe { width:100%; }

    .region_map_sc .popup.mobile-hide { display: none !important; }
    .region_map_sc .wrapup-location .popup { position: absolute; top: 50%; left: 0; right: 0; margin: auto; transform: none; width: calc(100% - 30px); background: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, .1); }
    .popup-contact a:before { top:4px !important; }

    .creating_memorable .btm_part .icon_wrap .icon_cont { width: 100%; justify-content: center; }
    .creating_memorable .btm_part .icon_text { width: 100%; }
    .creating_memorable .btm_part { flex-wrap: wrap; }
    .creating_memorable .btm_part .icon_wrap .icon_cont .content { display: flex; justify-content: center; flex-wrap: wrap; }
    .creating_memorable .section_wrap .left_part .circle_cont { margin-top: 30px; }
    .creating_memorable .section_wrap .right_part .video_cover { min-height: 250px; }

    .creating_memorable .section_wrap .left_part .cs-buttons { padding-top:15px; }
	
	.industry-wrap .industry-list .industry-logo img {min-width: inherit;}

    .our-awards .main-title { margin: 0 0 20px; }
    .our-awards .main { gap: 30px 40px; }
    .our-awards .box { width: calc(50% - 20px); }

    .mobile-or-link { gap: 20px; }

}

@media (max-width: 639px){
    /* Contact Us Page */
    body .gform-theme--foundation .gform_fields { column-gap: 0; }
	.legends { bottom:-80px !important; }
}

@media (max-width: 600px){
    .milestone-wrap .year span:after { top: 23px; }
    .milestone-wrap .year:before { top: 34px; }
}

@media (max-width: 575px) {
    /* About Us Page */
    .milestone-wrap .year::after { display: none; }
    .milestone-wrap .milestone-slider .slick-list { padding-right: 0px; }
    .industry-wrap .industry-list li { width: 100%; }
    .industry-wrap .industry-list .industry-logo { justify-content: center; }
    .industry-wrap .industry-list li * { text-align: center; }
    .gec-milestone .slick-arrow { top: initial; bottom: 30px; }
    .milestone-wrap .slide-text { max-width: 100%; }
    .gec-milestone .milestone-wrap .title { padding-bottom: 0; }

    .info_sc .right { top: -190px; }
    .milestone-wrap .year span { padding: 0; }
    .milestone-wrap .year:before { display: none; }
    .milestone-wrap .year span:after { display: none; }


    .benefits_logistics .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .benefits_logistics .section_wrap { margin: 0; }

/*    .term-ca .region_map_sc .popup { transform: translate(-115%, -45%) !important; }*/
}

@media (max-width: 660px){
  .contact_form_sc .select-styled {
    width: 100%;;
}
}
@media (max-width: 550px){
    /* Homepage */
    .info_sc .right { width: 90%; }

    .our_portfolio { padding: 70px 0 35px; }
	.our_portfolio h2 { margin-bottom: 30px; }
	.our_portfolio .section_wrap .col .inner { min-height: 350px; padding: 15px; height: 100%; }
	.our_portfolio .section_wrap .col { width: 100%; padding-bottom: 30px; }
	.our_portfolio .inner .btn_wrap { position: static; }
	.our_portfolio .inner .box_cont, body.custom-organise-trade-show .our_portfolio .inner .box_cont { transform: none; }
	.our_portfolio .inner .box_cont ul { opacity: 1; }
	.our_portfolio .section_wrap .col:last-child { padding: 0; }

	.our_resources { padding: 50px 0 70px; }
	.our_resources .title { margin-bottom: 30px; }
	.our_resources .section_wrap { margin: 0; }
	.our_resources .section_wrap .col { width: 100%; padding: 0 0 50px; }
	.our_resources .section_wrap .col:last-child { padding: 0; }

    .careers_innerhero .right_part .img { height: 330px; }
    .careers_innerhero .right_part .img_slider .slick-arrow { display: none !important; }
    .careers_innerhero .right_part .img_slider ul.slick-dots { bottom: 10px; }
    .careers_innerhero .section_wrap .left_part h1 { font-size: 38px; }
    .careers_innerhero .section_wrap .left_part .con-text { font-size: 18px; line-height: 26px; }
    
    .our_resources .inner { padding: 0; }
    .our_resources .inner .arrow_btn { position: static; }

    .page-exhibitor .banner { padding: 100px 0 220px; }

    .creating_memorable .btm_part { flex-wrap: wrap; }
    .creating_memorable .btm_part .icon_text { width: 100%; padding: 0 0 20px; }
    .creating_memorable .btm_part .icon_wrap { flex-wrap: wrap; margin:0; }
    .creating_memorable .btm_part { justify-content:center; text-align: center; }
    .creating_memorable .btm_part .icon_wrap .icon_cont { width: 100%; }
    .creating_memorable .section_wrap { padding: 0 15px 50px; }
    .creating_memorable .section_wrap .right_part .video_cover { min-height: 200px; }
    .creating_memorable .section_wrap .right_part .video_part { height: 250px; }
    .creating_memorable .btm_part .icon_wrap .icon_cont { padding: 0 0 30px; }
    .creating_memorable .btm_part .icon_wrap.three-col .icon_cont { width: 100%;  }
    .creating_memorable .btm_part .icon_wrap .icon_cont:last-child { padding: 0; }
    
    .our_services { padding: 70px 0; }
    .our_services .right_part h2 { font-size: 28px; }
    .our_services .section_wrap .right_part .nr_img { height: 300px; min-height: auto; }
    .our_services .slider_part .top_slider .img { width: 100%; height: 300px; }
    .our_services .slider_part .top_slider .inner .right_bg { display: none; }
    .our_services .slider_part .top_slider .inner .btm_cont { max-width: 100%; font-size: 16px; padding: 15px; line-height: 26px; bottom: 0; position: static; }
    .our_services .slider_part .top_slider button.slick-arrow { display: none !important; }
    .our_services .slider_part .top_slider .inner .btm_cont:before { display: none; }
    .our_services .slider_part .btm_slider .slick-list.draggable { padding: 0 15px !important; }
    .our_services .slider_part .btm_slider .img { height: 70px; }
    .our_services .slider_part .btm_slider .slick-arrow { top: 90%; }
    .our_services .right_part .right_inner+.right_inner { margin-top: 30px; }
    .our_services .right_part .cont ul li { padding-left: 50px; }
    .our_services .right_part .cont ul li span { max-width: 40px; }
    .our_services .right_part .cont ul li+li { margin-top: 15px; }

    .event_services .section_wrap .left_part h1 { font-size: 38px; }
    
    .popular_vanue .section_wrap .col { width: 100%; padding: 0 0 50px; }
    .popular_vanue .section_wrap { margin: 0; }
    .popular_vanue .section_wrap .col .img { height: 200px; }
    .popular_vanue .section_wrap .col:last-child { padding: 0; }
    .popular_vanue { padding: 70px 0; }
    .popular_vanue.two-column .section_wrap .col { width: 100%; padding: 0 0 50px; }
    .popular_vanue.two-column .section_wrap .col:last-child { padding:0; } 
    .connect_us .section_wrap { margin: 0; }
    .connect_us .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .connect_us .section_wrap .col:last-child { padding: 0; }
    .connect_us .btn_wrap { padding-top: 50px; }

    .services .section_wrap .col .box_cont ul li a { font-size: 16px; padding-left: 25px; }
    .services .section_wrap .col .box_cont ul li a:before { width: 18px; height: 18px; }

    .view_our_work .tab_wrap .img_gallery_cover .left .img { height: 76px; }
    .view_our_work .tab_wrap .img_gallery_cover .right .slider_img { height: 250px; }
/*    .view_our_work .tab_wrap .img_gallery_cover .right { padding: 0 0 0 15px; width: calc(100% - 80px); }*/
    .view_our_work .tab_wrap .img_gallery_cover .right .slick-arrow { display: none !important; }
/*    .view_our_work .tab_wrap .img_gallery_cover .left { width: 80px; }*/
    
    .complete_package .left_part .icon_cont .col { width: 100%; padding: 0 0 30px; }
    .complete_package .left_part .icon_cont { margin: 0; }
    .complete_package .left_part .icon_cont .col:last-child { padding: 0; }
    .complete_package .left_part .left_cont { padding: 15px 0 0; }
    .complete_package .right_part { min-height: 450px; }
    
    .cost_certainty .counter_col { width: 100%; }
    
    .complete_package.get_inspired .right_part { min-height: 350px; }
    
    .booth_designs { padding-bottom: 70px; }
    .booth_designs .tab_title { margin-bottom: 40px; }
    .booth_designs .content_wrap { margin: 0; }
    .booth_designs .content_wrap .tab_col { width: 100%; padding: 0 0 30px; }
    .booth_designs .content_wrap .tab_col:last-child { padding: 0; }


    .esg_function .esg_slider button.slick-arrow { width: 30px; height: 30px; }
    .esg_function .esg_slider button.slick-arrow::before { width: 20px; height: 17px; background-size: 20px; }
    .esg_function .esg_slider .inner .in .icon_cont .flip_part { padding-right: 40px; }
    .progress_reports .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .progress_reports .section_wrap .col:last-child { padding: 0; }

    .careers_innerhero.slider_content .section_wrap .right_part .img_slider,
    .careers_innerhero.slider_content .section_wrap .right_part .img_slider .img { height: 460px; }

    .esg_report .esg_left { width: 214px; border-radius: 15px; overflow: hidden; margin: 15px auto 0; }
    .esg_report .esg_right { width: 100%; text-align: center; justify-content: center; }
    
    .popup_col { padding: 20px !important; }
    .popup_col button.fancybox-button.fancybox-close-small { top: 0; right: 0; }
    .popup_col .popup_inner { padding: 15px; }
    .popup_col .popup_inner .popimg img { max-width: 100%; margin: 0 auto; object-fit: cover; }
    .popup_col .popup_inner .popimg { height: 300px; }

    .img-wrap .vimeo-video { min-height: 250px; }

    .our-awards .box { width: 100%; }
    
}

@media (max-width:480px){
    .careers_innerhero .right_part .img { height: 320px; }

    .our_location .section_wrap .left_part .left_img { height: 240px; }

/*    .page-shipping-logistics-us .banner { padding-bottom: 280px; }*/
/*    .page-shipping-logistics-us .banner .iris_logo { top:auto; bottom:-160px; }*/

    .banner.inner_hero .iris_logo { top: auto; bottom: -200px; }
	
	.careers_innerhero.slider_content .section_wrap .right_part .img_slider, .careers_innerhero.slider_content .section_wrap .right_part .img_slider .img{min-height: 550px;}

}

@media (max-width:400px){
    .careers_innerhero .right_part .img { height: 250px; }

    .booth_designs .tab_title ul { flex-wrap: wrap; }
    .booth_designs .tab_title ul li { width: 100%; }
    .booth_designs .tab_title ul li+li { margin-top: 15px; }
    .booth_designs .tab_title { border-radius: 15px; }
    .booth_designs .tab_title ul li a { text-align: center; }

    .careers_innerhero.slider_content .section_wrap .right_part .img_slider,
    .careers_innerhero.slider_content .section_wrap .right_part .img_slider .img { height: 420px; }

    .country-map-cover .map-infobox h3 { font-size: 16px; line-height: 26px; margin: 0; }
    .country-map-cover .map-infobox .location-details .popup-location p { font-size: 14px; line-height: 22px; }
    .country-map-cover .map-infobox .location-details .popup-contact a { font-size: 14px; line-height: 22px; }
}

@media (max-width: 370px){
    h1 { font-size: 38px; }
    h2 { font-size: 30px; }

    ul.slick-dots li button { height: 15px; width: 15px; }
    ul.slick-dots li { padding: 0 4px; }
    
    /* Header */    
    header .button-2 a { font-size: 14px; padding: 11px 15px; }

    /* Homepage */
    .hero_caption h2 { font-size: 30px; }
    .hero_caption h1 { font-size: 20px; line-height: 1.5; }

    .info_sc .right { top: -140px; }
    .info_sc .left { padding-bottom: 180px; }

    .counter_colin { height: 280px; width: 280px; padding: 10px 30px; }

    .photo_gal_img { height: 252px; }

    /* About Us Page */
    .banner .iris_logo { right: auto; left: -15px; }


}

@media (max-width:350px){
    .careers_innerhero .right_part .img { height: 230px; }

    .careers_innerhero.slider_content .section_wrap .right_part .img_slider,
    .careers_innerhero.slider_content .section_wrap .right_part .img_slider .img { height: 370px; }
}