@charset "utf-8";
 html {
     overflow-x: hidden;
     padding: 0px;
     margin: 0px 
}
 body{
     font-family: "Open Sans";
     font-size: 14px;
     line-height: 1.5;
     font-weight: 400;
     word-wrap: break-word;
     letter-spacing: 0.5px;
}
 svg{
     fill: currentcolor;
     width: 15px;
     height: 15px;
}
 img.svg{
     width: 15px;
     height: 15px;
}
 .glax_tm_sticky_section{
     position: -webkit-sticky;
     position: -moz-sticky;
     position: -ms-sticky;
     position: -o-sticky;
     position: sticky;
     overflow: visible;
     top: 50px;
}
 .glax_tm_sticky_section:after{
     clear: both;
     display: table;
     content: '';
}
 .glax_tm_wrapper_all{
     width: 100%;
     min-height: 100vh;
     height: auto;
     float: left;
     clear: both;
     position: relative;
     z-index: 20;
     padding: 90px 80px 0px 80px;
}
 .glax_tm_wrapper_all .wrapper_all_inner_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     z-index: 40;
}
 .glax_tm_section{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_wrapper_all, .glax_tm_wrapper_all *{
     -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
     box-sizing: border-box;
    /* Opera/IE 8+ */
}
 .glax_tm_border_wrap .border{
    position: absolute;
}
 .glax_tm_border_wrap .border.top{
     top: 0px;
     left: 0px;
     right: 0px;
     height: 90px;
}
 .glax_tm_border_wrap .border.left{
     top: 90px;
     left: 0px;
     bottom: 0px;
     width: 80px;
}
 .glax_tm_border_wrap .border.right{
     top: 90px;
     right: 0px;
     bottom: 0px;
     width: 80px;
}
 .glax_tm_border_wrap .border:before{
     position: absolute;
     content: "";
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-image: url(../img/patterns/green-dust-and-scratches.png);
     background-repeat: repeat;
     z-index: 2;
}
 .glax_tm_border_wrap .border:after{
     position: absolute;
     content: "";
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-color: #e2ddd6;
     z-index: 1;
}
 .glax_tm_holder_wrap .holder{
     position: absolute;
     top: 150px;
     bottom: 0px;
     width: 30px;
     background-color: #081225;
     z-index: 25;
}
 .glax_tm_holder_wrap .holder.left{
    left: 50px;
}
 .glax_tm_holder_wrap .holder.right{
    right: 50px;
}
 .glax_tm_holder_wrap .holder.left:before{
     position: absolute;
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0px 0px 20px 30px;
     border-color: transparent transparent #081225 transparent;
     top: -20px;
}
 .glax_tm_holder_wrap .holder.right:before{
     position: absolute;
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 20px 0px 0px 30px;
     border-color: transparent transparent transparent #081225;
     top: -20px;
}
 .glax_tm_topbar_wrap{
     left: 80px;
     right: 80px;
     height: 90px;
     position: absolute;
     top: 0px;
     z-index: 30;
}
 .glax_tm_topbar_wrap .inner_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     padding-left: 260px;
     position: relative;
     z-index: 5;
}
 .glax_tm_topbar_wrap .left_part_wrap{
     width: auto;
     height: 90px;
     float: left;
     display: flex;
     align-items: center;
}
 .glax_tm_topbar_wrap .share_wrap ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_topbar_wrap .share_wrap ul li{
     margin: 0px;
     display: inline-block;
}
 .glax_tm_topbar_wrap .share_wrap ul li a{
     text-decoration: none;
     display: inline-block;
     width: 30px;
     height: 30px;
     border-radius: 100%;
     border: 1px solid #666;
     text-align: center;
     line-height: 30px;
     color: #666;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_topbar_wrap .share_wrap ul li a:hover{
     color: #081225;
     border-color: #081225;
}
 .glax_tm_topbar_wrap .share_wrap ul li a i{
     -webkit-transition: all 0s ease;
     -moz-transition: all 0s ease;
     -ms-transition: all 0s ease;
     -o-transition: all 0s ease;
     transition: all 0s ease;
}
 .glax_tm_topbar_wrap .language{
     padding-left: 60px;
     position: relative;
}
 .glax_tm_topbar_wrap .language .selected{
     text-decoration: none;
     color: #666;
     font-size: 14px;
     font-family: "Rubik";
     text-transform: uppercase;
     font-weight: 500;
     position: relative;
     display: inline-block;
}
 .glax_tm_topbar_wrap .language .selected:before{
     position: absolute;
     content: "";
     border: 5px solid transparent;
     border-top-color: #666;
     left: 100%;
     margin-left: 3px;
     top: 7px;
}
 .glax_tm_topbar_wrap .language .selected:after{
     position: absolute;
     content: "";
     width: 20px;
     height: 1px;
     background-color: #666;
     right: 100%;
     top: 10px;
     margin-right: 20px;
}
 .glax_tm_wrapper_all .lang_box{
     position: absolute;
     min-width: 90px;
     height: auto;
     background-color: #111;
     border-radius: 5px;
     padding: 10px 12px 10px 12px;
     top: 60px;
     margin-top: 8px;
     opacity: 0;
     visibility: hidden;
     z-index: 50;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_wrapper_all .lang_box.opened{
     opacity: 1;
     visibility: visible;
}
 .glax_tm_wrapper_all .lang_box ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_wrapper_all .lang_box ul li{
     margin: 0px 0px 5px 0px;
}
 .glax_tm_wrapper_all .lang_box ul li:last-child{
    margin-bottom: 0px;
}
 .glax_tm_wrapper_all .lang_box ul li a{
     text-decoration: none;
     color: #e1e1e1;
}
 .glax_tm_wrapper_all .lang_box ul li span{
    color: #767676;
}
 .glax_tm_topbar_wrap .right_part_wrap{
    float: right;
     margin-top: 20px;
}
 .glax_tm_hero_header_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
}
 .glax_tm_hero_header_wrap .slider_total_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_hero_header_wrap .image_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
}
 .glax_tm_hero_header_wrap .image_wrap .bg_img{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     z-index: 1;
}
 .glax_tm_hero_header_wrap .swiper_content{
     position: relative;
     max-width: 550px;
     height: auto;
     z-index: 2;
     float: left;
}
 .glax_tm_hero_header_wrap .swiper_content .texts_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     margin-bottom: 40px;
}
 .glax_tm_hero_header_wrap .swiper_content .texts_wrap h3{
     font-family: "Rubik";
     font-size: 60px;
     text-transform: capitalize;
     line-height: 1;
     color: #fff;
     letter-spacing: 0px;
     font-weight: 400;
     margin-bottom: 30px;
}
 .glax_tm_hero_header_wrap .swiper_content .texts_wrap p{
     color: #ccc;
     line-height: 1.7;
     letter-spacing: 0px;
}
 .glax_tm_hero_header_wrap .swiper-slide .swiper_content{
     opacity: 0;
     padding: 250px 0px;
}
 .glax_tm_hero_header_wrap .switches{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_hero_header_wrap .swiper_overlay{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-color: rgba(0,0,0,.6);
     z-index: 4;
}
 .my_swiper_pagination{
     width: auto;
     margin-left: 163px;
}
 .my_swiper_pagination .current{
     color: #fff;
     font-size: 24px;
     font-weight: 400;
     font-family: "Rubik";
}
 .my_swiper_pagination .total{
     font-size: 14px;
     color: #fff;
     font-weight: 400;
     font-family: "Montserrat";
}
 .my_swiper_pagination .divider{
     font-size: 14px;
     color: #fff;
     font-weight: 400;
     font-family: "Montserrat";
}
 .prev_next{
     display: inline-block;
     transform: rotate(180deg);
}
 .prev_next > div{
     background-color: #081225;
     padding: 30px;
     cursor: pointer;
     display: inline-block;
     border-radius: 2px;
     position: relative;
}
 .prev_next > div:after{
     width: 0px;
     height: 0px;
     position: absolute;
     content: '';
     border: 5px solid transparent;
     border-left-color: #ccc;
     top: 25px;
     left: 27px;
}
 .prev_next .tm_next_button:after{
     transform: rotate(180deg);
     left: 22px;
}
 .glax_tm_swiper_content{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     z-index: 5;
     width: 100%;
}
/*------------------------------------------------------------------*/
/* 23) GLAX HEADER 
/*------------------------------------------------------------------*/
 .glax_tm_header_wrap{
     position: absolute;
     z-index: 20;
     border-bottom: 0px solid rgba(255,255,255,.1);
     top: 0px;
     width: 100%;
}
 .glax_tm_header_wrap .header_inner_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-left: 260px;
     position: relative;
     background: #081225;
}
 .glax_tm_header_wrap .header_inner_wrap .menu_wrap > ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_header_wrap .header_inner_wrap .menu_wrap > ul > li{
     margin: 0px 33px 0px 0px;
     float: left;
     position: relative;
}
 .glax_tm_header_wrap .header_inner_wrap .menu_wrap > ul > li:last-child{
    margin-right: 0px;
}
 .glax_tm_header_wrap .header_inner_wrap .menu_wrap > ul > li > a{
     text-decoration: none;
     color: #fff;
     text-transform: uppercase;
     font-weight: 500;
     font-family: "Rubik";
     padding: 35px 5px 35px 0px;
     display: inline-block;
     position: relative;
}
 .glax_tm_header_wrap .header_inner_wrap .menu_wrap > ul > li.shape > a:before{
     position: absolute;
     content: "";
     border: 5px solid transparent;
     border-top-color: #fff;
     left: 100%;
     top: 50%;
     transform: translateY(-50%);
}
 .glax_tm_header_wrap .purchase_button a{
     text-decoration: none;
     text-transform: uppercase;
     font-weight: 500;
     color: #fff;
     font-family: "Rubik";
     border: 1px solid #a3a8ad;
     border-radius: 2px;
     padding: 16px 30px 14px 30px;
     display: inline-block;
     margin-right: 10px;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_header_wrap .purchase_button a:hover{
    border-color: #fff;
}
 .glax_tm_header_wrap[data-style="light"]{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
 .glax_tm_header_wrap[data-style="light"] .header_inner_wrap .menu_wrap > ul > li > a{
    color: #000;
}
 .glax_tm_header_wrap[data-style="light"] .header_inner_wrap .menu_wrap > ul > li > a:before{
    border-top-color: #000000;
}
 .glax_tm_header_wrap[data-style="light"] .purchase_button a{
    color: #000000;
}
 .glax_tm_header_wrap[data-style="light"] .purchase_button a:hover{
    border-color: #000000;
}
 .glax_tm_header_wrap[data-position="relative"]{
    position: relative;
}
 .glax_tm_header_wrap .logo_wrap{
     position: absolute;
     left: 0px;
     width: 220px;
     top: -90px;
     bottom: 0px;
     background-color: #ffffff;
     justify-content: center;
     display: flex;
     align-items: center;
     z-index: 2;
     padding: 15px;
}
 .glax_tm_header_wrap .logo_wrap:before{
     position: absolute;
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 40px 220px 0px 0px;
     border-color: #ffffff transparent transparent transparent;
     left: 0px;
     top: 100%;
}
 .glax_tm_header_wrap .logo_wrap:after{
     position: absolute;
     content: "";
     width: 200px;
     height: 15px;
     background-color: #ffffff;
     bottom: -33px;
     transform: rotate(-10deg);
}
 .glax_tm_header_wrap .logo_wrap .left{
     position: absolute;
     z-index: 11;
     width: 20px;
     height: 20px;
     background-color: #ffffff;
     left: 0px;
     bottom: -51px;
     border-radius: 100%;
}
 .glax_tm_header_wrap .logo_wrap .right{
     position: absolute;
     z-index: 11;
     width: 22px;
     height: 20px;
     background-color: #ffffff;
     right: 0px;
     bottom: -15px;
     border-radius: 100%;
}
 .glax_tm_header_wrap .logo_wrap .extra_first{
     position: absolute;
     z-index: 11;
     width: 22px;
     height: 20px;
     background-color: #ffffff;
     right: 0px;
     bottom: -12px;
     border-radius: 100%;
}
 .glax_tm_header_wrap .logo_wrap .extra_second{
     position: absolute;
     z-index: 11;
     width: 22px;
     height: 20px;
     background-color: #ffffff;
     right: 3px;
     bottom: -16px;
     border-radius: 100%;
}
 .glax_tm_header_wrap .logo_wrap .full_link{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 40;
}
 .glax_tm_header_wrap .submenu_wrap{
     position: absolute;
     min-width: 220px;
     height: auto;
     background-color: #081225;
     top: 100%;
     left: -20px;
     padding: 30px 20px 25px 20px;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_header_wrap .header_inner_wrap .menu_wrap > ul > li:hover .submenu_wrap{
     opacity: 1;
     visibility: visible;
}
 .glax_tm_header_wrap .submenu_wrap:before{
     position: absolute;
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 20px 220px 0px 0px;
     border-color: #081225 transparent transparent transparent;
     left: 0px;
     top: 100%;
}
 .glax_tm_header_wrap .submenu_wrap ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_header_wrap .submenu_wrap ul li{
    margin: 0px 0px 8px 0px;
}
 .glax_tm_header_wrap .submenu_wrap ul li:last-child{
    margin-bottom: 0px;
}
 .glax_tm_header_wrap .submenu_wrap ul li a{
     text-decoration: none;
     color: #ccc;
     text-transform: capitalize;
     display: block;
     font-family: "Rubik";
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_header_wrap .submenu_wrap ul li a:hover{
    color: #fff;
}
/*------------------------------------------------------------------*/
/* 23) GLAX MOBILE TOPBAR 
/*------------------------------------------------------------------*/
 .glax_tm_mobile_bar_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     display: none;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap:before{
     position: absolute;
     content: "";
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-image: url(../img/patterns/noisy.png);
     background-repeat: repeat;
     opacity: .1;
     z-index: 4;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap:after{
     position: absolute;
     content: "";
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 3;
     background-color: #081414;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .inner_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     z-index: 5;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 20px 0px;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul li{
     margin: 0px 20px 0px 0px;
     float: left;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul li:last-child{
    margin-right: 0px;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul li a{
     text-decoration: none;
     color: #666;
     display: inline-block;
     position: relative;
     top: 2px;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul li a .svg{
     width: 20px;
     height: 20px;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul li{
     margin: 0px 10px 0px 0px;
     float: left;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul li:last-child{
    margin-right: 0px;
}
 .glax_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul li a{
     text-decoration: none;
     color: #5d5e5e;
     width: 25px;
     height: 25px;
     line-height: 25px;
     border-radius: 100%;
     border: 1px solid #5d5e5e;
     display: inline-block;
     text-align: center;
}
/*------------------------------------------------------------------*/
/* 23) GLAX MOBILE HEADER 
/*------------------------------------------------------------------*/
 .glax_tm_mobile_bar_wrap .mobile_header_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     background-color: #0f0f16;
     padding: 20px 0px;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .inner_wrap{
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .hamburger_wrap .trigger_wrap{
    float: right;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger {
     padding: 15px 15px;
     display: inline-block;
     cursor: pointer;
     transition-property: opacity, filter;
     transition-duration: 0.15s;
     transition-timing-function: linear;
     font: inherit;
     color: inherit;
     text-transform: none;
     background-color: transparent;
     border: 0;
     margin: 0;
     overflow: visible;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-box {
     width: 30px;
     height: 18px;
     display: inline-block;
     position: relative;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner {
     display: block;
     top: 50%;
     margin-top: -2px;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
     width: 30px;
     height: 2px;
     background-color: #333333;
     position: absolute;
     transition-property: transform;
     transition-duration: 0.15s;
     transition-timing-function: ease;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner::before, .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner::after {
     content: "";
     display: block;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner::before{
    top: -8px;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner::after{
     bottom: -10px;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner {
     top: auto;
     bottom: 0;
     transition-duration: 0.13s;
     transition-delay: 0.13s;
     transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner::after{
     top: -16px;
     transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner::before{
     transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner{
     transform: translate3d(0, -10px, 0) rotate(45deg);
     transition-delay: 0.22s;
     transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner::after{
     top: 0;
     opacity: 0;
     transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner::before{
     top: 0;
     transform: rotate(90deg);
     transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger{
     padding: 0px;
     height: 100%;
     display: table-cell;
     vertical-align: middle;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-box{
    display: block;
}
 .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger .hamburger-inner::before, .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger .hamburger-inner::after, .glax_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger .hamburger-inner{
     background-color: #cccccc;
     width: 30px;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     background-color: #14141c;
     display: none;
     padding: 43px 20px 42px 20px;
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap > ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap > ul > li{
    margin: 0px 0px 10px 0px;
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap > ul > li:last-child{
    margin-bottom: 0px;
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap > ul > li > a{
     text-decoration: none;
     color: #ccc;
     font-size: 18px;
     line-height: 27px;
     text-transform: uppercase;
     display: block;
     position: relative;
     font-family: "Montserrat";
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap > ul > li .sub_menu{
     display: none;
     margin: 0px;
     list-style-type: none;
     padding: 19px 20px 9px 20px;
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap > ul > li .sub_menu li{
    margin: 0px 0px 10px 0px;
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap > ul > li .sub_menu li:last-child{
    margin-bottom: 0px;
}
 .glax_tm_mobile_bar_wrap .menu_list_wrap > ul > li .sub_menu li a{
     text-decoration: none;
     color: #ccc;
     font-size: 18px;
     line-height: 27px;
     text-transform: capitalize;
     display: block;
     position: relative;
     font-family: "Montserrat";
}
 .glax_tm_dropdown_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     background-color: #14141c;
}
 .glax_tm_dropdown_wrap .drop_list{
    display: none;
}
 .glax_tm_dropdown_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     background-color: #14141c;
}
 .glax_tm_dropdown_wrap .adress_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     display: flex;
     align-items: center;
     flex-direction: row;
     padding: 40px 0px;
}
 .glax_tm_dropdown_wrap .adress_wrap .office_image{
     max-width: 320px;
     margin-right: 30px;
}
 .glax_tm_dropdown_wrap .definitions_wrap{
    width: auto;
}
 .glax_tm_dropdown_wrap .definitions_wrap h3{
     margin: 0px;
     padding: 0px;
     font-size: 20px;
     letter-spacing: 0px;
     color: #eee;
     font-weight: 300;
     margin-bottom: 17px;
}
 .glax_tm_dropdown_wrap .definitions_wrap p{
     color: #999;
     margin-bottom: 10px;
}
 .glax_tm_dropdown_wrap .definitions_wrap p a{
     text-decoration: none;
     color: #ff8f03;
     padding-left: 3px;
}
 .glax_tm_dropdown_wrap .definitions_wrap p:last-child{
    margin-bottom: 0px;
}
 .glax_tm_dropdown_wrap .short_contact{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     padding: 35px 0px 40px 0px;
}
 .glax_tm_dropdown_wrap .short_contact .title{
     margin: 0px;
     padding: 0px;
     font-size: 20px;
     letter-spacing: 0px;
     color: #eee;
     line-height: 1.3;
     margin-bottom: 18px;
     font-weight: 300;
}
 .glax_tm_dropdown_wrap .short_contact .subtitle{
     margin: 0px;
     padding: 0px;
     margin-bottom: 24px;
     color: #999;
}
 .glax_tm_dropdown_wrap .inputs_wrap, .glax_tm_dropdown_wrap .input_list_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_dropdown_wrap .input_list_wrap ul{
     margin: 0px 0px 0px -20px;
     list-style-type: none;
}
 .glax_tm_dropdown_wrap .input_list_wrap ul li{
     margin: 0px 0px 20px 0px;
     float: left;
     width: 33.3333%;
     padding-left: 20px;
}
 .glax_tm_dropdown_wrap .input_list_wrap ul li input{
     width: 100%;
     height: 50px;
     border: 1px solid rgba(229,229,229,.04);
     background-color: rgba(255,255,255,.02);
     padding: 0px 20px !important;
     margin-bottom: 10px;
     color: #999;
}
 .glax_tm_dropdown_wrap .input_list_wrap ul li input:focus{
    outline: none;
}
 .glax_tm_dropdown_wrap textarea{
     width: 100%;
     min-height: 150px;
     border: 1px solid rgba(229,229,229,.04);
     background-color: rgba(255,255,255,.02);
     padding: 10px 20px !important;
     margin-bottom: 20px;
     color: #999;
     font-family: "Rubik";
}
 .glax_tm_dropdown_wrap textarea:focus{
    outline: none;
}
 .glax_tm_dropdown_wrap .button{
     width: 100%;
     height: auto;
     float: left;
     clear: both;
}
 .glax_tm_dropdown_wrap .button a{
     height: 50px;
     padding: 0px 26px;
     background-color: #ff8f03;
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 0.5px;
     color: #14141c;
     font-weight: 600;
     line-height: 50px;
     border: none;
     border-radius: 2px;
     text-decoration: none;
     display: inline-block;
     font-family: "Rubik";
}
 .glax_tm_dropdown_wrap .call_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     text-align: center;
     padding: 40px 0px 35px 0px;
}
 .glax_tm_dropdown_wrap .call_wrap .image{
    display: inline-block;
}
 .glax_tm_dropdown_wrap .call_wrap .image img{
     border-radius: 100%;
     max-width: 120px;
     background-color: #fff;
     margin-bottom: 26px;
}
 .glax_tm_dropdown_wrap .call_wrap h3{
     margin: 0px;
     padding: 0px;
     color: #ff8f03;
     font-size: 20px;
     letter-spacing: 0.5px;
     font-weight: 300;
     margin-bottom: 10px;
}
 .glax_tm_dropdown_wrap .call_wrap p{
     margin: 0px;
     padding: 0px;
     font-size: 18px;
     letter-spacing: 0.5px;
     font-weight: 300;
     color: #eee;
     font-family: "Rubik";
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     padding: 40px 0px 40px 0px;
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short h3{
     font-family: "Rubik";
     font-size: 20px;
     color: #eee;
     line-height: 1;
     font-weight: 300;
     letter-spacing: 0px;
     margin-bottom: 20px;
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short .subtitle{
     font-size: 14px;
     color: #999;
     line-height: 1.7;
     margin-bottom: 20px;
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short .hour_list{
     width: 100%;
     float: left;
     clear: both;
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li{
     width: 100%;
     float: left;
     margin: 0px;
     border-bottom: 1px dashed #2b2b31;
     margin-bottom: 4px;
     padding-bottom: 5px;
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li:last-child{
     border: none;
     margin-bottom: 0px;
     padding-bottom: 0px;
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li .left{
     color: #ccc;
     float: left;
}
 .glax_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li .right{
     color: #ff8f03;
     float: right;
}
/*------------------------------------------------------------------*/
/* 23) GLAX WIDGET 
/*------------------------------------------------------------------*/
 .glax_tm_widget_wrap{
     width: 400px;
     top: 0px;
     bottom: 0px;
     right: -400px;
     position: fixed;
     background-color: #000000;
     z-index: 100;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
     transition-delay: .5s;
}
 .glax_tm_widget_wrap.opened{
    right: 0px;
}
 .glax_tm_widget_wrap .widget_inner_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     padding: 130px 40px 0px 40px;
}
 .glax_tm_widget_wrap .widget_icons_wrap{
     position: absolute;
     top: 0px;
}
 .glax_tm_widget_wrap .widget_icons_wrap ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_widget_wrap .widget_icons_wrap ul li{
     margin: 0px 5px 0px 0px;
     float: left;
     width: 60px;
     height: 90px;
     text-align: center;
     position: relative;
}
 .glax_tm_widget_wrap .widget_icons_wrap ul li.opened a{
     height: 80px;
     color: #fff;
}
 .glax_tm_widget_wrap .widget_icons_wrap ul li:last-child{
    margin-right: 0px;
}
 .glax_tm_widget_wrap .widget_icons_wrap ul li a{
     position: absolute;
     top: 0px;
     left: 0px;
     right: 0px;
     height: 70px;
     text-decoration: none;
     color: #edc0c6;
     background-color: #ffffff;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_widget_wrap .widget_icons_wrap ul li a:before{
     position: absolute;
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 60px 0px 0px;
     border-color: #ffffff transparent transparent transparent;
     left: 0px;
     top: 100%;
}
 .glax_tm_widget_wrap .widget_icons_wrap ul li .svg{
     width: 26px;
     height: 26px;
     position: relative;
     top: 30px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .drop_list{
    display: none;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
     box-sizing: border-box;
    /* Opera/IE 8+ */
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .adress_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .adress_wrap .office_image{
    margin-bottom: 27px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap{
    width: auto;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap h3{
     margin: 0px;
     padding: 0px;
     font-size: 20px;
     letter-spacing: 0px;
     color: #eee;
     font-weight: 300;
     margin-bottom: 17px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap p{
     color: #999;
     margin-bottom: 10px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap p a{
     text-decoration: none;
     color: #ff8f03;
     padding-left: 3px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap p:last-child{
    margin-bottom: 0px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .short_contact{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     padding: 35px 0px 40px 0px;
     -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
     box-sizing: border-box;
    /* Opera/IE 8+ */
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .short_contact .title{
     margin: 0px;
     padding: 0px;
     font-size: 20px;
     letter-spacing: 0px;
     color: #eee;
     line-height: 1.3;
     margin-bottom: 18px;
     font-weight: 300;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .short_contact .subtitle{
     margin: 0px;
     padding: 0px;
     margin-bottom: 24px;
     color: #999;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .inputs_wrap, .glax_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap ul li{
     margin: 0px 0px 3px 0px;
     float: left;
     width: 100%;
     -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
     box-sizing: border-box;
    /* Opera/IE 8+ */
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap ul li input{
     width: 100%;
     height: 50px;
     border: 1px solid rgba(229,229,229,.04);
     background-color: rgba(255,255,255,.02);
     padding: 0px 20px !important;
     margin-bottom: 10px;
     color: #999;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap ul li input:focus{
    outline: none;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap textarea{
     width: 100%;
     min-height: 150px;
     border: 1px solid rgba(229,229,229,.04);
     background-color: rgba(255,255,255,.02);
     padding: 10px 20px !important;
     margin-bottom: 20px;
     color: #999;
     font-family: "Rubik";
}
 .glax_tm_widget_wrap .widget_dropdown_wrap textarea:focus{
    outline: none;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .button{
     width: 100%;
     height: auto;
     float: left;
     clear: both;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .button a{
     height: 50px;
     padding: 0px 26px;
     background-color: #ffffff;
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 0.5px;
     color: #fff;
     font-weight: 600;
     line-height: 50px;
     border: none;
     border-radius: 2px;
     text-decoration: none;
     display: inline-block;
     font-family: "Rubik";
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .call_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     text-align: center;
     padding: 40px 0px 35px 0px;
     -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
     box-sizing: border-box;
    /* Opera/IE 8+ */
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .call_wrap .image{
    display: inline-block;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .call_wrap .image img{
     border-radius: 100%;
     max-width: 120px;
     background-color: #fff;
     margin-bottom: 26px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .call_wrap h3{
     margin: 0px;
     padding: 0px;
     color: #ff8f03;
     font-size: 20px;
     letter-spacing: 0.5px;
     font-weight: 300;
     margin-bottom: 10px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .call_wrap p{
     margin: 0px;
     padding: 0px;
     font-size: 18px;
     letter-spacing: 0.5px;
     font-weight: 300;
     color: #eee;
     font-family: "Rubik";
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short h3{
     font-family: "Rubik";
     font-size: 20px;
     color: #eee;
     line-height: 1;
     font-weight: 300;
     letter-spacing: 0px;
     margin-bottom: 20px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .subtitle{
     font-size: 14px;
     color: #999;
     line-height: 1.7;
     margin-bottom: 20px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list{
     width: 100%;
     float: left;
     clear: both;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul li{
     width: 100%;
     float: left;
     margin: 0px;
     border-bottom: 1px dashed #2b2b31;
     margin-bottom: 4px;
     padding-bottom: 5px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul li:last-child{
     border: none;
     margin-bottom: 0px;
     padding-bottom: 0px;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul li .left{
     color: #ccc;
     float: left;
}
 .glax_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul li .right{
     color: #45a2df;
     float: right;
}
 .glax_tm_widget_window_overlay{
     position: fixed;
     top: 0px;
     left: 0px;
     width: 0%;
     bottom: 0px;
     z-index: 99;
     background-color: rgba(0,0,0,.9);
     -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
     -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
     transition: all .2s ease;
     transition-delay: .5s;
}
 .glax_tm_widget_window_overlay.opened{
    width: 100%;
}
/*------------------------------------------------------------------*/
/* 23) GLAX HOME INTRODUCE 
/*------------------------------------------------------------------*/
 .glax_tm_introduce_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     background-color: #081225;
     padding: 50px 70px 50px 80px;
}
 .glax_tm_introduce_wrap .inner_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
     z-index: 2;
}
 .glax_tm_introduce_wrap .inner_wrap .main_info_wrap{
     width: 100%;
     max-width: calc(100% - 240px);
     height: auto;
     float: left;
     padding-right: 15%;
}
 .glax_tm_introduce_wrap .inner_wrap .main_info_wrap .top_title{
     color: #fff;
     font-size: 20px;
     letter-spacing: 0px;
     font-weight: 300;
     text-transform: capitalize;
     font-family: "Rubik";
}
 .glax_tm_introduce_wrap .inner_wrap .main_info_wrap .title{
     margin: 0px 0px 37px 0px;
     font-size: 36px;
     letter-spacing: 0px;
     font-weight: 500;
     color: #fff;
     position: relative;
     line-height: 1;
}
 .glax_tm_introduce_wrap .inner_wrap .main_info_wrap .title:before{
     position: absolute;
     content: "";
     width: 100px;
     height: 2px;
     background-color: #45a2df;
     left: 0px;
     bottom: -16px;
}
 .glax_tm_introduce_wrap .inner_wrap .main_info_wrap .text{
     line-height: 1.7;
     color: #ccc;
     margin-bottom: 50px;
}
 .glax_tm_introduce_wrap .experience_box{
     width: 240px;
     height: 240px;
     border: 10px solid #ffffff;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
     padding: 13px 20px 10px 18px;
}
 .glax_tm_introduce_wrap .experience_box .top p{
     margin: 0px;
     padding: 0px;
     font-size: 20px;
     letter-spacing: 0px;
     font-weight: 300;
     margin-bottom: 10px;
     color: #fff;
     line-height: 1.2;
     font-family: "Rubik";
}
 .glax_tm_introduce_wrap .experience_box .bottom{
     display: flex;
     align-items: center;
}
 .glax_tm_introduce_wrap .experience_box .bottom .number span{
     font-family: "Rubik";
     font-size: 72px;
     color: #fff;
     letter-spacing: -0.25px;
     line-height: 1;
     font-weight: 400;
}
 .glax_tm_introduce_wrap .experience_box .bottom .definition{
     font-family: "Montserrat";
     font-size: 10px;
     color: #ffffff;
     text-transform: uppercase;
     padding-left: 4px;
     font-weight: 500;
}
 .glax_tm_introduce_wrap .play_video{
     position: absolute;
     width: 70px;
     height: 70px;
     border-radius: 100%;
     background-color: #ad3110;
     bottom: -20px;
     left: 80px;
     z-index: 3;
}
 .glax_tm_introduce_wrap .play_video:before{
     position: absolute;
     content: "";
     border: 10px solid transparent;
     border-left-color: #fff;
     border-left-width: 20px;
     border-right-width: 20px;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     margin-left: 13px;
}
 .glax_tm_introduce_wrap .play_video a{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
}
 .qqq{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     overflow: hidden;
     padding-top: 40px;
     padding-bottom: 40px;
}
 .qqq .shape_top .first{
     position: absolute;
     border-bottom: 36px solid rgba(255,255,255,.2);
     border-left: 500px solid transparent;
     top: 4px;
     right: 75px;
}
 .qqq .shape_top .second{
     position: absolute;
     border-bottom: 36px solid rgba(255,255,255,.2);
     border-right: 15px solid transparent;
     top: 4px;
     right: 60px;
}
 .qqq .shape_bottom .first{
     position: absolute;
     border-top: 36px solid rgba(8,18,37,0.2);
     border-right: 500px solid transparent;
     bottom: 4px;
     left: 75px;
}
 .qqq .shape_bottom .second{
     position: absolute;
     border-top: 36px solid rgba(8,18,37,0.2);
     border-left: 15px solid transparent;
     bottom: 4px;
     left: 60px;
}
 .glax_tm_section.introduce{
     position: relative;
     margin-top: -180px;
     z-index: 11;
     margin-bottom: 120px;
}
/*------------------------------------------------------------------*/
/* 23) GLAX HOME SERVICE 
/*------------------------------------------------------------------*/
 .glax_tm_home_service_list{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     margin-bottom: 88px;
}
 .glax_tm_home_service_list ul{
     margin: 0px 0px 0px -55px;
     list-style-type: none;
}
 .glax_tm_home_service_list ul li{
     margin: 0px 0px 40px 0px;
     float: left;
     width: 25%;
     padding-left: 55px;
}
 .glax_tm_home_service_list ul li .inner_list{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     padding: 24px 0px 9px 0px;
}
 .glax_tm_home_service_list ul li .inner_list:before{
     position: absolute;
     content: "";
     width: 1px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     background-color: #e5e5e5;
     margin-right: -20px;
}
 .glax_tm_home_service_list ul li:last-child .inner_list:before{
    display: none;
}
 .glax_tm_home_service_list ul li:last-child .inner_list:after{
    display: none;
}
 .glax_tm_home_service_list ul li .inner_list:after{
     position: absolute;
     content: "";
     width: 1px;
     top: 0px;
     height: 0px;
     right: 0px;
     background-color: #aaa;
     margin-right: -20px;
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -ms-transition: all .4s ease;
     -o-transition: all .4s ease;
     transition: all .4s ease;
}
 .glax_tm_home_service_list ul li .inner_list:hover:after{
    height: 100%;
}
 .glax_tm_home_service_list ul li .inner_list .icon_wrap{
    margin-bottom: 28px;
}
 .glax_tm_home_service_list ul li .inner_list .icon_wrap .svg{
     width: 60px;
     height: 60px;
     color: #45a2df;
}
 .glax_tm_home_service_list ul li .inner_list .title_holder h3{
     color: #041230;
     font-size: 20px;
     line-height: 1.2;
     letter-spacing: 0px;
     margin-bottom: 20px;
}
 .glax_tm_home_service_list ul li .inner_list .description p{
     color: #666;
     margin-bottom: 20px;
}
 .glax_tm_button_more_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_button_more_wrap a{
     text-decoration: none;
     font-size: 18px;
     line-height: 24px;
     font-family: 'Rubik';
     color: #041230;
     display: inline-block;
     position: relative;
}
 .glax_tm_button_more_wrap a .arrow_wrap .first{
     position: absolute;
     right: -8px;
     top: 3px;
     opacity: 0;
     visibility: hidden;
     transition-duration: 0s;
     -webkit-transition: all 0s ease;
     -moz-transition: all 0s ease;
     -ms-transition: all 0s ease;
     -o-transition: all 0s ease;
     transition: all 0s ease;
}
 .glax_tm_button_more_wrap a .arrow_wrap .second{
     position: absolute;
     right: -27px;
     top: 3px;
}
 .glax_tm_home_service_list ul li .inner_list:hover .arrow_wrap .second{
    display: none;
}
 .glax_tm_home_service_list ul li .inner_list:hover .arrow_wrap .first{
     opacity: 1;
     visibility: visible;
     right: -27px;
     transition-duration: .3s;
}
 .glax_tm_home_service_list ul li .inner_list .service_link{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 11;
}
 .glax_tm_button_more_wrap a:hover .arrow_wrap .second{
    display: none;
}
 .glax_tm_button_more_wrap a:hover .arrow_wrap .first{
     opacity: 1;
     visibility: visible;
     right: -27px;
     transition-duration: .3s;
}
/*------------------------------------------------------------------*/
/* 07) GLAX WHY CHOOSE US 
/*------------------------------------------------------------------*/
 .glax_tm_rating_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     margin-bottom: 120px;
     background-color: #081225;
}
 .glax_tm_rating_wrap .container{
    position: static;
}
 .glax_tm_rating_wrap .inner{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     display: flex;
     flex-direction: row;
}
 .glax_tm_rating_wrap .inner .leftbox{
     width: 50%;
     height: auto;
     position: relative;
     padding: 144px 20px 150px 0px;
}
 .glax_tm_rating_wrap .inner .leftbox .title{
    margin-bottom: 25px;
}
 .glax_tm_rating_wrap .inner .leftbox .title h3{
     font-family: "Rubik";
     font-size: 24px;
     color: #eee;
     line-height: 1.3;
     font-weight: 400;
}
 .glax_tm_rating_wrap .inner .leftbox .text{
    margin-bottom: 35px;
}
 .glax_tm_rating_wrap .inner .leftbox .text p{
     color: #ccc;
     line-height: 1.7;
}
 .glax_tm_project_video{
     float: left;
     width: auto;
     position: relative;
}
 .glax_tm_project_video .project_video_button{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 111;
}
 .glax_tm_project_video span{
     display: inline-block;
     width: 30px;
     height: 30px;
     border-radius: 100%;
     border: 2px solid #777;
     text-align: center;
     position: relative;
}
 .glax_tm_project_video span .svg{
     position: relative;
     top: 1px;
     left: 1px;
     width: 8px;
     height: 8px;
     color: #777;
}
 .glax_tm_project_video .project_time{
     text-decoration: none;
     font-size: 18px;
     font-family: "Rubik";
     color: #45a2df;
     position: relative;
     top: 2px;
     border-bottom: 1px solid transparent;
     border-bottom-color: rgba(255, 255, 255, 0.3);
     margin-left: 6px;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_project_video:hover .project_time{
    border-bottom-color: transparent;
}
 .glax_tm_rating_wrap .inner .ratingbox{
     width: 80px;
     min-width: 80px;
     background-color: #041230;
     position: relative;
}
 .glax_tm_rating_wrap .inner .ratingbox .rating_wrap{
     position: relative;
     top: -10px;
}
 .glax_tm_rating_wrap .inner .ratingbox .rating_wrap:before{
     border-top: 10px solid transparent;
     border-right: 5px solid #682a32;
     content: '';
     position: absolute;
     right: 100%;
     top: 0px;
}
 .glax_tm_rating_wrap .inner .ratingbox .rating_wrap:after{
     border-top: 10px solid transparent;
     border-left: 5px solid #682a32;
     content: '';
     position: absolute;
     left: 100%;
     top: 0px;
}
 .glax_tm_rating_wrap .inner .ratingbox .inner_wrap{
     width: 80px;
     height: auto;
     position: relative;
     top: 0px;
     left: 0px;
     background-color: #d1122d;
     text-align: center;
     padding: 9px 0px 12px 0px;
     cursor: pointer;
}
 .glax_tm_rating_wrap .inner .ratingbox .inner_wrap:before{
     content: '';
     position: absolute;
     top: 100%;
     right: 0px;
     border-top: 15px solid #d1122d;
     border-left: 40px solid transparent;
     cursor: pointer;
}
 .glax_tm_rating_wrap .inner .ratingbox .inner_wrap:after{
     content: '';
     position: absolute;
     top: 100%;
     left: 0px;
     border-top: 15px solid #d1122d;
     border-right: 40px solid transparent;
     cursor: pointer;
}
 .glax_tm_rating_wrap .inner .star{
    margin-bottom: 15px;
}
 .glax_tm_rating_wrap .inner .number{
    margin-bottom: 6px;
}
 .glax_tm_rating_wrap .inner .number span{
     font-family: "Rubik";
     font-size: 24px;
     color: #fff;
     font-weight: 500;
     line-height: 0.5;
     letter-spacing: -0.25px;
}
 .glax_tm_rating_wrap .inner .title p{
     font-size: 10px;
     color: #fff;
     line-height: 1.4;
     text-transform: uppercase;
     letter-spacing: 0px;
}
 .glax_tm_rating_wrap .rating_text{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
}
 .glax_tm_rating_wrap .rating_text span:before{
     position: absolute;
     content: "";
     width: 20px;
     height: 1px;
     background-color: #8d8d91;
     left: 12px;
     top: 7px;
}
 .glax_tm_rating_wrap .rating_text .inner{
     position: absolute;
     transform: rotate(90deg);
     transform-origin: left top 0px;
     top: 0px;
     left: 80px;
     height: 80px;
     min-width: -webkit-max-content;
     display: flex;
     align-items: center;
}
 .glax_tm_rating_wrap .rating_text span{
     display: block;
     min-width: max-content;
     min-width: intrinsic;
     min-width: -moz-max-content;
     min-width: -webkit-max-content;
     text-transform: uppercase;
     font-size: 16px;
     letter-spacing: 1px;
     color: #eee;
     padding-left: 45px;
     position: relative;
     top: 1px;
     line-height: 1;
}
 .glax_tm_rating_wrap .inner .rightbox{
     width: 50%;
     width: calc(50%-40px);
     height: auto;
}
 .glax_tm_rating_wrap .inner .rightbox .bg_image{
     left: 50%;
     margin-left: 40px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     z-index: 5;
     position: absolute;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-image: url(../img/portfolio/10.jpg);
}
/*------------------------------------------------------------------*/
/* 23) GLAX PRINCIPLES 
/*------------------------------------------------------------------*/
 .glax_tm_principles_wrapper_all{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     margin-bottom: 110px;
}
 .glax_tm_twice_box_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_twice_box_wrap .inner_box{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     display: flex;
     flex-direction: row;
}
 .glax_tm_twice_box_wrap .inner_box .leftbox{
     width: 320px;
     min-width: 320px;
     margin-right: 10%;
}
 .glax_tm_twice_box_wrap .inner_box .leftbox .title_holder h3{
     font-size: 36px;
     letter-spacing: 0px;
     line-height: 1.2;
     position: relative;
     left: -2px;
     margin-bottom: 35px;
     font-weight: 500;
     color: #041230;
}
 .glax_tm_twice_box_wrap .inner_box .leftbox .title_holder h3:before{
     position: absolute;
     content: "";
     width: 100px;
     height: 2px;
     background-color: #45a2df;
     left: 0px;
     bottom: -13px;
}
 .glax_tm_twice_box_wrap .inner_box .leftbox .description p{
     color: #666;
     margin-bottom: 30px;
}
 .glax_tm_twice_box_wrap .inner_box .rightbox{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_principles_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_principles_wrap .title_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     margin-bottom: 30px;
}
 .glax_tm_principles_wrap .title_wrap span{
     font-family: "Raleway";
     font-size: 18px;
     text-transform: uppercase;
     color: #181a2f;
     position: relative;
}
 .glax_tm_principles_wrap .title_wrap span:before{
     position: absolute;
     content: "";
     width: 100%;
     height: 2px;
     background-color: #181a2f;
     bottom: -2px;
     left: 0px;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_principles_wrap .list_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_principles_wrap .list_wrap ul{
     margin: 0px 0px 0px -40px;
     list-style-type: none;
}
 .glax_tm_principles_wrap .list_wrap ul li{
     margin: 0px 0px 40px 0px;
     float: left;
     width: 50%;
     padding-left: 40px;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     z-index: 10;
     padding: 20px 0px 0px 20px;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .in{
     padding: 45px 70px 82px 40px;
     box-shadow: 0px 0px 10px rgba(0,0,0,.08);
     min-height: 300px;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .title{
    margin-bottom: 19px;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .title h3{
     font-family: "Rubik";
     font-size: 20px;
     color: #041230;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .definition p{
    color: #666;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .number{
     position: absolute;
     bottom: -10px;
     right: -10px;
     width: 70px;
     height: 80px;
     line-height: 80px;
     background-color: #ffffff;
     border-radius: 1px;
     text-align: center;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .number span{
     font-family: "Rubik";
     font-size: 36px;
     color: #fff;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .leftshape{
     position: absolute;
     top: 0px;
     left: 0px;
     height: 240px;
     width: 20px;
     background-color: #e9eff4;
     z-index: 5;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .leftshape:before{
     position: absolute;
     content: "";
     width: 100%;
     height: 60px;
     background-color: #e9eff4;
     bottom: -20px;
     transform: skewY(45deg);
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .topshape{
     position: absolute;
     top: 0px;
     left: 0px;
     height: 20px;
     width: 190px;
     background-color: #e9eff4;
     z-index: 5;
}
 .glax_tm_principles_wrap .list_wrap ul li .inner .topshape:before{
     position: absolute;
     content: "";
     width: 60px;
     height: 20px;
     background-color: #e9eff4;
     right: -20px;
     transform: skewX(45deg);
}
/*------------------------------------------------------------------*/
/* 23) GLAX RESPONSIBILITY 
/*------------------------------------------------------------------*/
 .glax_tm_universal_parallax_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     overflow: hidden;
}
 .glax_tm_universal_parallax_wrap .main_bg{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 1;
}
 .glax_tm_universal_parallax_wrap .main_bg .overlay_image{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 2;
}
 .glax_tm_universal_parallax_wrap .main_bg .overlay_video{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 2;
}
 .glax_tm_universal_parallax_wrap .main_bg .overlay_video video{
     width: 100%;
     height: 100%;
     background-position: center;
     object-fit: cover;
}
 .glax_tm_universal_parallax_wrap .main_bg .overlay_color{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 3;
}
 .glax_tm_universal_parallax_wrap .main_content{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
     z-index: 4;
}
 .glax_tm_main_responsibility_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     margin-bottom: 150px;
}
 .glax_tm_universal_parallax_wrap .main_bg .overlay_image.responsibility{
    background-image: url(../img/slider/8.jpg);
}
 .glax_tm_universal_parallax_wrap .main_bg .overlay_color.responsibility{
    background-color: rgba(17,17,25,0.9);
}
 .glax_tm_universal_parallax_wrap .main_content.responsibility{
    padding: 150px 0px 143px 0px;
}
 .glax_tm_main_responsibility_wrap .content_inner_wrap{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .glax_tm_experience_box{
     width: 100%;
     min-width: 240px;
     max-width: 240px;
     min-height: 240px;
     border: 10px solid #45a2df;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
     padding: 13px 20px 10px 18px;
     margin-right: 180px;
}
 .glax_tm_experience_box .top p{
     font-family: "Rubik";
     font-size: 18px;
     color: #eeeeee;
     font-weight: 400;
     line-height: 1.3;
}
 .glax_tm_experience_box .bottom{
     display: flex;
     align-items: center;
}
 .glax_tm_experience_box .bottom .number span{
     font-family: "Rubik";
     font-size: 72px;
     color: #eee;
     letter-spacing: -0.25px;
     line-height: 1;
     font-weight: 400;
}
 .glax_tm_experience_box .bottom .definition{
     font-size: 10px;
     font-weight: 500;
     font-family: "Montserrat";
     text-transform: uppercase;
     color: #45a2df;
     margin-left: 10px;
     letter-spacing: 1px;
}
 .glax_tm_main_responsibility_wrap .experience_list{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_main_responsibility_wrap .experience_list ul{
     margin: 0px 0px 0px -24px;
     list-style-type: none;
}
 .glax_tm_main_responsibility_wrap .experience_list ul li{
     margin: 0px;
     float: left;
     width: 50%;
     position: relative;
     padding-left: 24px;
}
 .glax_tm_main_responsibility_wrap .experience_list ul li span{
     font-size: 16px;
     color: #ccc;
     line-height: 2.3;
}
 .glax_tm_main_responsibility_wrap .experience_list ul li:before{
     position: absolute;
     content: "";
     width: 10px;
     height: 2px;
     background-color: #999;
     top: 50%;
     left: 0px;
}
/*------------------------------------------------------------------*/
/* 23) GLAX HOME PROJECTS 
/*------------------------------------------------------------------*/
 .glax_tm_home_project_wrapper_all{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     margin-bottom: 150px;
}
 .glax_tm_home_project_wrapper_all .rightbox ul{
     margin: 0px;
     list-style-type: none;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li{
     margin: 0px 0px 45px 0px;
     float: left;
     width: 100%;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li:last-child{
    margin-bottom: 0px;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
     position: relative;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap{
     float: left;
     position: relative;
     min-width: 100%;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .image{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .overlay_color{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-color: rgba(0,0,0,.2);
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner:hover .image_wrap .overlay_color{
    background-color: rgba(17,17,25,0.9);
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .plus{
     position: absolute;
     top: 49px;
     left: 50px;
     z-index: 3;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .plus:before{
     position: absolute;
     content: "";
     width: 0px;
     height: 2px;
     background-color: #45a2df;
     transition-delay: .2s;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .plus:after{
     position: absolute;
     content: "";
     width: 2px;
     height: 0px;
     top: -9px;
     left: 9px;
     background-color: #45a2df;
     transition-delay: .1s;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner:hover .image_wrap .plus:before{
    width: 20px;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner:hover .image_wrap .plus:after{
    height: 20px;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner:before{
     position: absolute;
     content: "";
     left: 30px;
     right: 30px;
     height: 15px;
     background-color: #45a2df;
     bottom: -15px;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .title_holder{
     position: absolute;
     bottom: 34px;
     left: 50px;
     z-index: 3;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .title_holder h3{
     font-family: "Rubik";
     font-size: 24px;
     color: #eee;
     line-height: 1;
     margin-bottom: 10px;
}
 .glax_tm_home_project_wrapper_all{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_view_more_wrap a{
     text-decoration: none;
     display: inline-block;
     text-transform: uppercase;
     color: #ccc;
     font-family: "Montserrat";
     font-size: 14px;
     letter-spacing: 0px;
     position: relative;
     padding-right: 10px;
     font-weight: 600;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_view_more_wrap a .svg{
     color: #ccc;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .glax_tm_view_more_wrap .arrow{
     position: absolute;
     top: 2px;
     left: 100%;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner:hover .glax_tm_view_more_wrap a{
    color: #45a2df;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner:hover .glax_tm_view_more_wrap a .svg{
    color: #45a2df;
}
 .glax_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .link{
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     z-index: 4;
     display: block;
}
 .constructify_fn_sticky_section{
     position: -webkit-sticky;
     position: -moz-sticky;
     position: -ms-sticky;
     position: -o-sticky;
     position: sticky;
     overflow: visible;
     top: 140px;
}
 .constructify_fn_sticky_section:after{
     clear: both;
     display: table;
     content: '';
}
/*------------------------------------------------------------------*/
/* 23) GLAX HOME BLOG 
/*------------------------------------------------------------------*/
 .glax_tm_home_blog_wrap, .glax_tm_home_blog_wrap .inner_wrap, .glax_tm_home_blog_wrap .inner_wrap .blog_title_holder{
     width: 100%;
     height: auto;
     clear: both;
     float: left;
}
 .glax_tm_home_blog_wrap .inner_wrap{
    padding: 140px 0px 105px 0px;
}
 .glax_tm_home_blog_wrap:before{
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     background-image: url(../uploads/arkaplan/haberler/