/*

Theme Name: Gulf Automation
Theme Author: Ajay Mohan
Theme Author URI: www.doodletech.ae
Version: 1.0.0

*/


* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    height: 100% !important;
}

body {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'DINOffc-Light', san-serif;
    height: 100%;
}


section {
    position: relative;
}

/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0 10px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
    font-family: 'DINOffc';
}

strong {
    font-family: 'DINOffc';
}

h1 {
    font-size: 40px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
}

h2 {
    font-size: 31.8px;
    line-height: 100%;
    color: #4a4a4a;
    font-family: 'DINOffc';
}

h3 {
    font-weight: 500;
    line-height: 100%;
    font-size: 30px;
    color: #4a4a4a;
    padding: 0;
    position: relative;
}

h4 {
    font-size: 22px;
    letter-spacing: 0;
    color: #000;
    padding: 0;
    line-height: 28px;
}

h5 {
    font-size: 19px;
    font-weight: 500;
}

h6 {
    font-size: 17px;
    font-weight: 500;
}

p {
    font-weight: 300;
    font-size: 19px;
    color: #4a4a4a;
    position: relative;
    line-height: 27px;
    font-family: 'DINOffc-Light';
}

a:hover {
    color: #0875bb;
}

a,
li,
img,
div {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}



/* IMAGES
-----------------------------------------------------------------*/

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


/* FONTS
-----------------------------------------------------------------*/

@font-face {
    font-family: 'DINOffc';
    src: url('fonts/DINOffc.eot') format('embedded-opentype');
    src: url('fonts/DINOffc.woff') format('woff'),
        url('fonts/DINOffc.ttf') format('truetype'),
        url('fonts/DINOffc.svg#DINOffc') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOffc-Black';
    src: url('fonts/DINOffc-Black.eot') format('embedded-opentype');
    src: url('fonts/DINOffc-Black.woff') format('woff'),
        url('fonts/DINOffc-Black.ttf') format('truetype'),
        url('fonts/DINOffc-Black.svg#DINOffc-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOffc-Bold';
    src: url('fonts/DINOffc-Bold.eot') format('embedded-opentype');
    src: url('fonts/DINOffc-Bold.woff') format('woff'),
        url('fonts/DINOffc-Bold.ttf') format('truetype'),
        url('fonts/DINOffc-Bold.svg#DINOffc-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOffc-Light';
    src: url('fonts/DINOffc-Light.eot') format('embedded-opentype');
    src: url('fonts/DINOffc-Light.woff') format('woff'),
        url('fonts/DINOffc-Light.ttf') format('truetype'),
        url('fonts/DINOffc-Light.svg#DINOffc-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOffc-Medi';
    src: url('fonts/DINOffc-Medi.eot') format('embedded-opentype');
    src: url('fonts/DINOffc-Medi.woff') format('woff'),
        url('fonts/DINOffc-Medi.ttf') format('truetype'),
        url('fonts/DINOffc-Medi.svg#DINOffc-Medi') format('svg');
    font-weight: normal;
    font-style: normal;
}


.gu_header_wrap {
    background: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 125px;
    border-bottom: 4px solid #ff1d2a;
}

.gu_header_wrap:before {
    content: '';
    width: 50%;
    height: 4px;
    background: #0096fa;
    position: absolute;
    bottom: -4px;
    right: 0;
}

.gu_main_wrapper {
    float: left;
    width: 100%;
}

.gu_main_conainer {
    float: left;
    width: 100%;
    clear: none;
}

.content_wrapper {
    float: left;
    width: 100%;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.banner_wrapper {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    float: left;
    width: 100%;
}

footer {
    float: left;
    width: 100%;
    clear: none;
    position: relative;
}

.banner_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 100%;
    text-align: center;
}

.banner_inr {
    max-width: 690px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.88);
    padding: 20px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
	width: 100%;
}

.banner_inr h1 {
	color: #09f;
    display: inline-block;
    margin: 10px 0 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'DINOffc-Bold';
}

.banner_inr h4 {
    color: #222;
    margin: 0;
    float: left;
    width: 100%;
    font-family: 'DINOffc';
    text-transform: uppercase;
}

.tp_owl_img .container {
    max-width: 100%;
}

.banner_inr-bx {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner_wrapper .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    width: 50px;
    height: 80px;
    margin: 0;
    background: #fff url(images/l_arow.png) center !important;
    border-radius: 0;
    background-repeat: no-repeat !important;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.39);
    -o-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.39);
    -ms-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.39);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.banner_wrapper .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    width: 50px;
    height: 80px;
    margin: 0;
    background: #fff url(images/r_arow.png) center !important;
    border-radius: 0;
    background-repeat: no-repeat !important;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.39);
    -o-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.39);
    -ms-box-shadow: -3px 3px 5px 0pxrgba(0, 0, 0, 0.39);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.banner_wrapper .owl-nav button.owl-next:hover,
.banner_wrapper .owl-nav button.owl-prev:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}


.banner_wrapper .owl-nav button span {
    color: transparent !important;
    font-size: 36px;
}

.gu_top_inr .container {
    max-width: 100%;
}

.gu_logo {
    float: left;
    padding-top: 35px;
}

.gu_menu_right {
    float: right;
    padding-top: 17px;
}

.top_adres {
    float: right;
    text-align: right;
    max-height: 45px;
}

.top_adres ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    float: left;
    width: 100%;
    font-family: 'DINOffc-Medi';
}

.top_adres ul li {
    float: left;
    padding: 0 0px 0 25px;
    position: static;
}

.banner_content .container {
    height: 100%;
    display: table;
}

.gu_menu {
    float: right;
    margin-top: 22px;
    padding-right: 0;
    width: 100%;
    clear: both;
}

.gu_menu ul.navbar-nav li.nav-item {
    display: inline-block;
    padding: 0 4px 0;
    position: static;
}

.gu_menu ul.navbar-nav li.nav-item:last-child a,
.gu_menu ul.navbar-nav li.nav-item:last-child {
    padding-right: 0;
}

.gu_menu ul.navbar-nav li.nav-item a {
    text-transform: uppercase;
    font-size: 20px;
    color:#999;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px; 
	font-family: 'DINOffc-Medi';
	
}

.gu_menu ul.navbar-nav li.nav-item.current-menu-item a.nav-link {
    color: #ff1d2a;
}

.gu_menu ul.navbar-nav li.nav-item a:hover {
    color: #aaa;
}

.ga_p-m {
    float: left;
    margin-top: 11px;
    padding-right: 40px;
}

.top_adres a {
    color: #aaaaaa;
    text-decoration: none;
    font-family: 'DINOffc';
}

.ga_p-m strong {
    padding-right: 5px;
    font-weight: normal;
    color: #222;
    font-family: 'DINOffc-Medi';
}

.ga_social {
    float: left;
}

.ga_social ul li a {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
}

.ga_social ul li {
    padding-left: 7px;
}

.ga_social ul i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 98%;
    background-position: center top;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.gu_menu nav.navbar.navbar-light {
    padding: 0;
    float: right;
}

i.fa_tp {
    background-position: 1px 1px;
    background: url(images/g_a-i_35.png);
}

i.fa_tw {
    background-position: 1px 1px;
    background: url(images/g_a-i_36.png);
}

i.fa_gp {
    background-position: 1px 1px;
    background: url(images/g_a-i_37.png);
}

i.fa_drble {
    background-position: 1px 1px;
    background: url(images/g_a-i_39.png);
}

i.fa_in {
    background-position: 1px 1px;
    background: url(images/g_a-i_41.png);
}

.ga_social ul i:hover {
    background-position: center bottom;
    opacity: .8;
}

.top_adres a:hover {
    color: #3e8ccb;
}

.ftr_wrapper {
    float: left;
    width: 100%;
    background: #e7eae9 url(images/g_a-i_97.png) right top;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: fixed;
    background-position: bottom right;
}

.ftr_container .container {
    width: 100%;
    max-width: 100%;
}

.ftr_content_box {
    padding-top: 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.ftr_lft {
    width: 20%;
    float: left;
    padding-right: 50px;
}

.ftr_mnu_01 {
    width: 23%;
    float: left;
    padding-right: 50px;
    padding-left: 20px;
}

.ftr_mnu_02 {
    width: 33%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.ftr_mnu_03 {
    width: 24%;
    float: left;
    padding-left: 20px;
}

.ftr_container {
    padding-left: 50px;
    padding-right: 50px;
}

.ftr_lft span {
    display: block;
    border-bottom: 1px solid #222;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.ftr_content_box h4 {
    display: block;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'DINOffc-Bold';
}

.ftr_content_box h4:before {
    content: '';
    width: 70px;
    height: 3px;
    background: #ff1d2a;
    position: absolute;
    bottom: 0;
}

.ftr_content_box ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.ftr_content_box ul li {
    font-weight: 300;
    font-size: 19px;
    color: #414141;
    position: relative;
    line-height: 25px;
    padding-bottom: 10px;
    word-break: break-word;
}

.ftr_content_box ul li a {
    color: #414141;
    text-decoration: none;
    display: block;
    position: relative;
}

.ftr_content_box ul li a:hover {
    padding-left: 10px;
    color: #3e8ccb;
}

.ftr_content_box ul li a:before {
    content: '';
    width: 0;
    height: 22px;
    position: absolute;
    left: 0;
    background: #3e8ccb;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.ftr_content_box ul li a:hover:before {
    width: 5px;
}

.ftr_content_box ul li strong {
    font-weight: normal;
    color: #ff1d2a;
    padding-right: 5px;
}

.ftr_content_box p {
    color: #414141;
}

.gu_top_menu {
    float: left;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.banner_wrapper .owl-nav button.owl-prev:hover {
    left: -4px;
}

.banner_wrapper .owl-nav button.owl-next:hover {
    right: -4px;
}

.home_abt_fullwidth {
    float: left;
    width: 100%;
}

.home_abt_inr .container {
    max-width: 1500px;
}

.home_abt_inr {
    background-color: #fafbfa;
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    background: linear-gradient(#fff, #fafbfa);
    background: -webkit-linear-gradient(#fff, #fafbfa);
    background: -moz-linear-gradient(#fff, #fafbfa);
    background: -o-linear-gradient(#fff, #fafbfa);
    background: -ms-linear-gradient(#fff, #fafbfa);
}

.home_mvs_fullwidth {
    float: left;
    width: 100%;
}

.abot_rgt-h {
    text-align: center;
    position: static;
}

.home_mvs_inr {
    background-color: #fafbfa;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    background: linear-gradient(#fafbfa, #e7eae9);
    background: -webkit-linear-gradient(#fafbfa, #e7eae9);
    background: -moz-linear-gradient(#fafbfa, #e7eae9);
    background: -o-linear-gradient(#fafbfa, #e7eae9);
    background: -ms-linear-gradient(#fafbfa, #e7eae9);
}

.home_mvs_inr .container {
    max-width: 1500px;
}

.abot_lft-h {
    padding-right: 90px;
    position: relative;
    z-index: 99;
}

.abot_lft-h h2 {
    text-transform: uppercase;
}

.red_me-cmn .btn {
    padding-left: 20px;
    padding-right: 20px;
    background: #ff1d2a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    width: 160px;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    text-align: center;
	font-family: 'DINOffc-Medi';
}

.red_me-cmn {
    display: block;
    margin-top: 40px;
}

span.cer_redmre button:hover,
.red_me-cmn .btn:hover {
    letter-spacing: 0;
    color: #fff;
    background: #464646;
}

.water_t-inr {
    background: #fff;
    padding: 35px;
    height: 100%;
    box-shadow: 0px 3px 4px 0px #ddd;
    -webkit-box-shadow: 0px 3px 4px 0px #ddd;
    -moz-box-shadow: 0px 3px 4px 0px #ddd;
    -o-box-shadow: 0px 3px 4px 0px #ddd;
    -ms-box-shadow: 0px 3px 4px 0px #ddd;
    max-width: 450px;
    position: relative;
    overflow: hidden;
}

.water_t-h {
    padding-right: 25px;
}

.vison_o-h {
    padding-left: 25px;
    padding-right: 25px;
}

.mison_o-h {
    padding-left: 25px;
}

.home_mvs_inr h2 {
    text-transform: uppercase; 
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding-bottom: 10px; 
}

.water_t-inr p {
    color: #5a5a5a;
}

.home_mvs_inr blockquote {
    margin-top: 50px;
    margin-bottom: 0;
}

.water_t-inr h2 {
    color: #d2d2d2;
}

span.vdo_lnk a {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-size: 18px;
}

span.prjct_mnger {
    float: right;
    color: #c50000;
    font-size: 18px;
}

.vison_o-inr {
    background: #0096fa;
    padding: 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

.vison_o-inr h2 {
    color: #ffffff;
}

.vison_o-inr p {
    color: #fff;
}

.mison_o-inr {
    background: #fff;
    padding: 35px;
    height: 100%; 
    float: right;
    position: relative;
    overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

.mison_o-inr h2 {
    color: #716168;
}

.abot_rgt-h:before {
    content: '';
    width: 88%;
    height: 100%;
    background:#0096fa;
    position: absolute;
    right: -29%;
    top: -49%;
    transform: rotate(42deg);
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    z-index: 9;
}

.ceo_msg {
    position: absolute;
    right: 50px;
    width: 30%;
    top: 100px;
    z-index: 99;
}

section.sec_dble {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home_mvs_inr .row {
    position: relative;
    z-index: 99;
}

.ceo_msg-icn p {
    color: #fff;
}

.ceo_msg-icn p:before {
    content: '2';
    width: 50px;
    height: 35px;
    background: url(images/g_a-i_24.png);
    background-size: 100%;
    display: inline-block;
    color: transparent;
    margin-right: 10px;
    position: relative;
    top: -10px;
}

.ceo_msg-icn {
    position: relative;
}

.ceo_msg-icn p:after {
    content: '1';
    width: 50px;
    height: 35px;
    background: url(images/g_a-i_05.png);
    background-size: 100%;
    display: inline-block;
    color: transparent;
    position: relative;
    bottom: -5px;
    margin-left: 10px;
}

.ceo_msg h5 {
    color: #fff;
    font-family: 'DINOffc-Bold';
}

.mison_o-inr:before,
.vison_o-inr:before,
.water_t-inr:before {
    width: 50%;
    height: 100%;
    background: #ecaab2;
    position: absolute;
    content: '';
    right: 0;
    top: -150%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.mison_o-inr:after,
.vison_o-inr:after,
.water_t-inr:after {
    width: 50%;
    height: 100%;
    background: #ecaab2;
    position: absolute;
    content: '';
    left: -50%;
    bottom: -110%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
/*
.mison_o-inr:hover:after,
.vison_o-inr:hover:after,
.water_t-inr:hover:after {
    left: 0;
    bottom: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    z-index: 9;
    opacity: .4;
}

.mison_o-inr:hover:before,
.vison_o-inr:hover:before,
.water_t-inr:hover:before {
    top: 0;
    right: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    z-index: 9;
    opacity: .4;
}
*/
a.btn_cmn-r {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 3px 4px 0px rgba(136, 136, 136, 0.62);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(136, 136, 136, 0.62);
    -moz-box-shadow: 0px 3px 4px 0px rgba(136, 136, 136, 0.62);
    -o-box-shadow: 0px 3px 4px 0px rgba(136, 136, 136, 0.62);
    -ms-box-shadow: 0px 3px 4px 0px rgba(136, 136, 136, 0.62);
    border: 1px solid #fdfdfd;
    cursor: pointer;
    font-size: 20px;
    color: #ecaab2 !important;
}

.absolute-cls {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: -80px;
	display: none;
}

.vison_o-inr:hover .absolute-cls,
.mison_o-inr:hover .absolute-cls,
.water_t-inr:hover .absolute-cls {
    bottom: 40px;
}

.hm_slns_inr .container {
    max-width: 1500px;
}

.hm_slns_fullwidth {
    float: left;
    width: 100%;
}

.hm_slns_inr {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    text-align: center;
}

.hm_slns_inr .red_me-cmn {
    margin-top: 0;
}

.hm_slns_inr h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.hm_slns_inr ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 50px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hm_slns_inr li {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.hm_slns_inr li img {
    max-height: 55px;
}
.hm_slns_inr figure {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    min-width: 110px;
    z-index: 9;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.hm_slns_inr p {
    float: left;
    width: 100%;
}
  
.hm_slns_inr figure:before {
    content: '';
    width: 100px;
    background: radial-gradient(rgba(97, 97, 97, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background: -webkit-radial-gradient(rgba(97, 97, 97, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background: -moz-radial-gradient(rgba(97, 97, 97, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background: -ms-radial-gradient(rgba(97, 97, 97, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background: -o-radial-gradient(rgba(97, 97, 97, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: -9;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    height: 0;
}

.hm_slns_inr li:hover figure {
    top: -20px;
}

.hm_slns_inr li:hover figure:before {
    height: 20px;
    bottom: -30px;
}

.hm_slns_inr li:hover figure img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg); 
}

.hm_clnts_fullwidth {
    float: left;
    width: 100%;
}

.hm_clnts_inr {
    background-color: #e7eae9;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    text-align: center;
}

.hm_clnts_inr h2 {
    text-transform: uppercase;
}

.hm_clnts_inr .container {
    max-width: 1500px;
}

.hm_clnts_inr ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.hm_clnts_inr li {
    display: inline-block;
    max-width: 270px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    -o-filter: grayscale(100);
    -ms-filter: grayscale(100);
    opacity: .5;
    cursor: pointer;
}

.hm_clnts_inr li:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1;
}

.hm_clnts_inr li img {
    max-height: 90px;
}

.banner_wrapper .owl-nav {
    margin: 0;
}

.table_cls {
    height: 100px;
    display: table;
    width: 100%;
}

.table_cls span {
    display: table-cell;
    vertical-align: middle;
}

.hm_test_fullwidth {
    float: left;
    width: 100%;
}

.hm_test_inr {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    text-align: center;
}

.main_testi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.left_testi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 20px;
}

.right_testi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 20px;
}

.tst_auther-txt {
    height: 100%;
    display: table;
    width: 100%;
    padding-top: 100px;
}

.testimonial_bx h2 {
    position: absolute;
    left: 30%;
    padding-left: 50px;
    top: 60px;
    text-transform: uppercase; 
}

.testimonial_bx {
    position: relative;
}

.table_btm {
    display: table-cell;
    vertical-align: bottom;
}

.tst_auther {
    display: table;
    width: 100%;
    height: 100%;
}

.main_testi .table_btm figure img {
    width: auto;
}

.main_testi .table_btm figure {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    border:2px solid #0096fa;
    padding: 4px;
    margin-bottom: 50px;
}

.tst_auther p {
    margin-bottom: 5px;
    font-family: 'DINOffc-Bold';
}

.tst_auther i {
    color: #c50000;
    font-style: normal;
    font-size: 20px;
}

.bdr_lft {
    border-left: 5px solid #ddd;
    padding-left: 25px;
    padding-top: 15px;
    min-height: 140px;
}

.hm_test_inr .owl-dots {
	margin-top: 40px !important;
    width: 170px;
    text-align: center;
}

.hm_test_inr .owl-dots button.owl-dot span {
    margin-right: 5px;
    border: 3px solid #646b6c;
    background: #fff !important;
    margin-left: 5px;
}

.hm_test_inr .owl-dots button.owl-dot.active span {
    border-color: #c50000;
}

.abt_fullwidth {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}

.abt_inr {
    background-color: #fff;
    padding-bottom: 30px;
}

.inr-bnr-pic {
    min-height: 450px;
    background: #333;
    background-attachment: fixed !important;
    position: relative;
}

.inr-bnr-pic:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.12);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.inr-bnr-pic .container {
    padding-bottom: 100px;
}

.about-pg {
    background: url(images/ab_g-i_02.jpg);
    background-size: 100%;
}

.solution-pg {
    background: url(images/sl_g-i_02.jpg);
    background-size: 100%;
}

.contact-pg {
    background: url(images/ct_g-i_02.jpg);
    background-size: 100%;
}
.product-pg {
    background: url(images/pr_g-i_02.jpg);
    background-size: 100%;
}

.career-pg {
    background: url(images/cr_g-i_02.jpg);
    background-size: 100%;
}

.inr-bnr-pic h4 { 
    clear: both;
    margin: 0 auto;
    float: none;
}

.inr-bnr-pic.solution-pg .container {
    padding-bottom: 0;
}

.sub_solution_more {
    margin-top: 30px;
}

.sub_solution_more figure {
    float: left;
    margin: -15px 45px 0 0;
    min-width: 87px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    max-width: 450px;
}
 

.inr-bnr-pic h1 {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.abt_inr .container {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.hm_abt_bx {
    display: block;
    width: 100%;
    margin-top: -60px;
}

.tab_left-box ul.nav-pills {
    display: block;
    width: 100%;
    float: left;
}

.tab_left-box ul.nav-pills li {
    float: left;
}

.tab_left-box {
    width: 100%;
    background: rgba(78, 79, 80, 0.7);
    display: inline-block;
    margin-bottom:40px;
}

.tab_left-box ul.nav-pills li a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    font-size: 21px;
    height: 60px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-family: 'DINOffc-Light';
}

.hm_abt_bx .tab-content {
    float: left;
    width: 100%;
}

.tab_left-box ul.nav-pills li a.active {
    background: #5a5c5f;
}

.tab_left-box ul.nav-pills li a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0px solid #5a5c5f;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.tab_left-box ul.nav-pills li a.active:before {
    border-top: 12px solid #5a5c5f;
}

.tab_left-box ul.nav-pills li a:hover {
    background: #559cd6;
}

.row.about_bx_layout {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    background: #3e8ccb;
    padding-right: 25px;
    position: relative;
}

.abt_src_bx {
    padding: 0;
}

.water_treat {
    height: 100%;
    background: #f3f3f3;
    position: relative;
}

.water_vision {
    background: #222 url(images/ab_g-i_05.png);
    height: 100%;
    position: relative;
    display: table;
    width: 100%;
    background-attachment: fixed;
    background-size: contain;
}

.water_mission {
    height: 100%;
    background: #222 url(images/ab_g-i_08.jpg);
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: 60% 100%;
}

.title_tp-a {
    height: 160px;
    padding-left: 50px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

.title_tp-a h1 {
    text-transform: uppercase;
	font-family: 'DINOffc';
}

.hd_bt-a {
    padding-left: 50px;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    height: calc(100% - 160px);
    display: table;
}

.water_mission p,
.water_vision p {
    color: #fff;
}

.title_tp-a h1 {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.water_treat .title_tp-a {
    background: #ff1d2a;
}

.water_vision .title_tp-a {
    background: #3e8ccb;
}

.water_mission .title_tp-a {
    background: #868686;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

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

.hd_bt-a blockquote {
    margin-top: 30px;
    margin-bottom: 0;
}

.hd_bt-a blockquote span.prjct_mnger {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    color: #3e8ccb;
}

.row.about_bx_layout:before {
    content: '';
    width: 24px;
    height: 0;
    background: #ff1d2a;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 4000ms;
    -moz-transition: all 4000ms;
    -o-transition: all 4000ms;
    transition: all 4000ms;
}

.row.about_bx_layout:hover:before {
    height: 100%;
}

.career_list {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.career_list ul {
    padding: 0;
    margin: 0 -15px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.career_list ul li {
    display: inline-block;
    padding-bottom: 40px;
    padding: 15px;
    vertical-align: top;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.career_list_box {
    display: inline-block;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 20px 20px;
    position: relative;
    border: 1px solid #dddddd;
}

.career_list_box figure img {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #ddd;
}

.career_text {
    float: right;
    max-width: 700px;
    width: 100%;
    margin-top: 10px;
    min-height: 110px;
}

.career_text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

span.cer_redmre {
    display: block;
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 16px;
}

span.cer_redmre button {
    max-width: 250px;
    border: 0;
    line-height: 48px;
    cursor: pointer;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: #ecaab2;
    color: #fff;
    text-transform: uppercase;
    width: 160px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}

span.cer_redmre a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    color: #fff;
    text-decoration: none;
}

.career_list_box:hover {
    background: rgba(210, 228, 243, 0.6);
}

.career_txt {
    padding-left: 30px;
    padding-top: 35px;
    background: #fafafa;
    padding-bottom: 25px;
    padding-right: 30px;
}

.car_li {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.car_li .row {
    margin: 20px 0 10px;
    padding: 0;
    text-align: left;
}

.car_li-l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background: #f1f3f2;
}

.car_li-l .table_cls {
    height: 100%;
}

.car_li-l h2, .car_li-r h2{
    padding: 0;
    margin: 0;
    color: #4a4a4a;
}

.pnt_01,
.pnt_02,
.pnt_03,
.pnt_04,
.pnt_05 {
    height: 160px;
    text-align: left;
}

.car_li-r .table_cls {
    height: 100%;
}

.pnt_01 {
    background: #ddd;
    padding: 20px 20px 20px 40px;
    border: 2px solid #fff;
    border-top: 0;
}

.pnt_02 {
    background: #ddd;
    padding: 20px 20px 20px 40px;
    background-position: center;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
}

.pnt_03 {
    background: #ddd;
    padding: 20px 20px 20px 40px;
    background-position: right center;
    border: 2px solid #fff;
}

.pnt_05 {
    background: #ddd;
    padding: 20px 20px 20px 40px;
    background-position: center bottom;
    border: 2px solid #fff;
    border-right: 0;
    border-bottom: 0;
}

.pnt_04 {
    background: #ddd;
    padding: 20px 20px 20px 40px;
    border: 2px solid #fff;
    border-right: 0;
}

.car_li-r h4 {
    color: #222;
}

.team_box {
    display: block;
}

.team_box-container {
    margin-top: 15px;
    text-align: center;
}

.team_box-container .row { 
    padding: 0 !important; 
	margin:0;
}

.team_bx {
    margin-bottom: 30px;
}

.sgle_team {
    background: white;
    box-shadow: 1px 1px 3px 0px rgba(107, 110, 113, 0.55);
}

.sgle_team-img img {
    width: 100%;
}

.sgle_team-img {
    position: relative;
    overflow: hidden;
}

.team-mbr-info {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.team-mbr-info h5 {
    margin: 0;
    padding: 0;
    font-family: 'DINOffc-Bold';
}

.team-mbr-info p {
    margin: 0;
}

.tem_social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
}

.tem_social a {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    color: #222;
    background: #fff;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    line-height: 44px;
    font-size: 22px;
    position: relative;
    bottom: -95px;
}

.social-link {
    display: inline-block;
}

.tem_social a:nth-child(1) {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.tem_social a:nth-child(2) {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.tem_social a:nth-child(3) {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.tem_social a:nth-child(4) {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

.sgle_team:hover .social-link a {
    bottom: 0;
}

.hm_abt_bx h2 {
    margin-bottom: 10px;
    text-transform: uppercase
}

.tem_social a:nth-child(1):hover {
    background: #627aaa;
}

.tem_social a:nth-child(2):hover {
    background: #59adec;
}

.tem_social a:nth-child(3):hover {
    background: #0d6697;
}

.tem_social a:nth-child(4):hover {
    background: #e74d88;
}

.tem_social a:hover {
    color: #fff;
}

.text_bx {
    padding-left: 0;
    text-align: left;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;

}

.text_bx:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.text_bx:nth-child(even) blockquote {
    margin-left: 0;
}

.text_bx figure {
    float: left;
    margin: -20px 25px 0 0;
    min-width: 200px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    height: 200px;
    display: table;
    background: white;
    text-align: center;
}

.text_bx figure span {
    display: table-cell;
    vertical-align: middle; 
	border: 1px solid #e6e6e6;
}

.text_bx h3 {
	font-family: 'DINOffc';
    margin-bottom: 15px;
    margin-top: 10px;
	
}

.text_bx blockquote {
    margin-left: 225px;
    border-left: 5px solid #dddddd;
    padding-left: 13px;
    margin-top: 20px;
    display: block;
}



.text_bx blockquote p {
    font-family: 'DINOffc-Bold';
    color: #3e8ccb;
    margin-bottom: 0;
}

.text_bx blockquote i {
    color: #c50000;
    font-style: normal;
    font-size: 20px;
    margin-top: 5px;
    display: block;
}

.text_bx:nth-child(even) figure {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.solution_bx h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.solution_bx ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-top: 60px; */
}

.solution_bx span.cer_redmre button {
    width: 160px;
    line-height: 40px;
}

.solution_bx span.cer_redmre button a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 0px;
}

.solution_bx ul li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 19px;
    color: #5a5a5a;
    position: relative;
    line-height: 25px;
    padding-left: 25px;
}

.solution_bx ul li a {
    text-decoration: none;
    padding-left: 60px;
    display: block;
    padding-top: 16px;
    padding-bottom: 14px;
    padding-right: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.tab_sol-box ul li {
    padding-left: 0;
}

.tab_sol-box ul li:before {
    display: none;
}

.solution_bx ul li:before {
    z-index: 9;
    width: 10px;
    height: 10px;
    font: normal normal normal 15px/1 FontAwesome;
    content: '\f178';
    position: absolute;
    left: 2px;
    color: #636363;
    top: 5px;
}

.solution_bx h3 {
    color: #737373;
}

.sol_fullwidth {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}

.sol_inr {
    background-color: #fff;
    padding-bottom: 80px;
    padding-top: 70px;
}

.sol_fullwidth .container {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.solution_bx .tab_left-box {
    background: #fff;
}

.solution_bx .container {
    padding: 0;
}

.tab_sol-box {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: left;
    padding-right: 15px;
}

.sol_tab_box .tab-content {
	float: right;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sol_tab_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.solution_bx figure {
    float: left;
    margin: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    min-width: 40px;
    position: absolute;
    left: 11px;
    top: 17px;
}

.solution_bx figure img {
    max-width: 40px;
    max-height: 30px;
}

.solution_bx ul li a:hover h4 {
    color: #efaab2;
}

.solution_bx h4 {
    margin-top: 4px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.solution_bx ul li:last-child a {
    border: 0;
}

.solution_bx ul li:last-child a:before {
    display: none;
}

.solution_bx ul li a.active h4 {
    color: #ecaab2;
}

.solution_bx ul li a.active {
    border-color: #ecaab2;
}

.solution_banner {
    margin-bottom: 10px;
    overflow: hidden;
}

.solution_banner img {
    width: 100%; 
}

@keyframes kenburns {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        transform: scale3d(1.5, 1.5, 1.5);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    100% {
        transform: scale3d(2, 2, 2);
        opacity: 0;
    }
}

.sol_tab_box p {
    color: #000;
}

.tile_img{
    display: block;
    text-decoration: none;
    background: #ecaab2;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.ser-bx img {
    width: 100%;
}

.single-ser_txt {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.single-ser_txt p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.single-service2 {
    margin-bottom: 10px;
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
}

.services2 {
    margin-top: 15px;
}

.ser-bx:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.tile_img:before {
    content: '';
    width: 0;
    height: 100%;
    background: #6b6b6b;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: -9;
}

.tile_img:hover:before {
    width: 100%;
}

.sol_tab_box .tab-content h4 {
    color: #920000;
}

.sol-pg {
    padding-top: 0;
}

.solution_bx-inr {
    margin-top: -100px;
    background: #fff;
    padding-top: 40px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-shadow: 0px -10px 9px rgba(149, 163, 174, 0.48);
    -moz-box-shadow: 0px -10px 9px rgba(149, 163, 174, 0.48);
    -o-box-shadow: 0px -10px 9px rgba(149, 163, 174, 0.48);
    -ms-box-shadow: 0px -10px 9px rgba(149, 163, 174, 0.48);
    padding-bottom: 40px;
}

.solution_bx-inr h2 {
    text-transform: uppercase;
    color: #920000;
    margin-bottom: 30px;
}

.contact-bx {
    width: 100%;
    margin-top: 70px;
}

.tab_cnt_bx {
    margin-top: 0;
    margin-bottom: 20px;
}

.cer_fl .row {
    margin: 0;
}

.cnt_txt {
    margin-bottom: 30px;
}

.cnt_txt h4 {
    color: red;
    margin: 0;
    line-height: 28px;
    font-family: 'DINOffc-Bold';
}

.cnt_txt p {
    margin-bottom: 5px;
    line-height: 30px;
}

.address_frm {
    display: inline-block;
    width: 100%;
    background: #fafafa;
    padding: 20px;
}

.form_field_left {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
}

.form_field_right {
    float: right;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
}

.form_field_full {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.address_frm .form_field_full.text-center {
    margin-bottom: 0;
}

.address_frm label {
    width: 100%;
    margin: 0;
}

.address_frm input.wpcf7-form-control {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    height: 45px;
    padding: 8px 5px 5px 12px;
    font-size: 22px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-family: 'DINOffc-Light';
}

.address_frm textarea.wpcf7-form-control {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    height: 126px;
    line-height: 22px;
    padding: 8px 5px 5px 12px;
    font-size: 22px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-family: 'DINOffc-Light';
}

.address_frm input.wpcf7-form-control.wpcf7-submit {
    color: white;
    background: #ec1c2a;
    text-transform: uppercase;
    font-size: 21px;
    max-width: 150px;
    float: right;
    padding-top: 9px;
}

.contact_right {
    padding-right: 50px;
}

.cnt_txt a {
    color: #920000;
}

.address_frm input.wpcf7-form-control.wpcf7-submit:hover,
.address_frm input.wpcf7-form-control.wpcf7-submit:focus {
    background: #a60000 !important;
}

.inr-bnr-pic.contact-pg .container {
    padding-bottom: 0;
}

.ftr_content_box ul li a {
    display: inline-block;
}

.sol_inr.sol-pg.contact_page {
    padding-bottom: 40px;
}

.map_bx {
    float: left;
    width: 100%;
}

.location_map-container iframe {
    width: 100%;
    height: 300px;
}

.banner_image .tp_owl_img {
    max-height: 600px;
}
.car_li ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 19px;
    color: #4a4a4a;
    position: relative;
    line-height: 27px;
}
.car_li ul li {
    padding-left: 30px;
    position: relative;
    padding-bottom: 5px;
}

.car_li ul li:before {
    width: 10px;
    height: 10px;
    font: normal normal normal 15px/1 FontAwesome;
    content: '\f178';
    position: absolute;
    left: 2px;
    color: #636363;
    top: 5px;
}
.car_li-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-left: 1px solid #f1f3f2;
    background: #fbfbfb;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.right_testi .table_btm {
    min-height: 130px;
}
.team_bx {
    max-width: 350px;
    margin-top: 30px;
    padding-left: 0;
}
.lst_hd {
    margin-top: 20px;
}

.lst_hd ul {
    padding-left: 15px;
    margin-top: 15px;
}

.lst_hd li:before {
    top: 3px !important;
}
 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    width: 100%;
    padding: 10px 10px 8px;
    background: rgba(255, 0, 0, 0.13);
    border-color: rgba(255, 0, 0, 0.36);
    color: red;
	box-shadow: 0 1px 0.5px rgba(0,0,0,.13);
    border-radius: 7px;
    border: 1px solid #fbdada;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    padding: 10px 10px 8px;
    background: rgba(57, 143, 20, 0.19);
    color: #398f14;
    box-shadow: 0 1px 0.5px rgba(0,0,0,.13);
    border-radius: 7px;
    border: 1px solid #d6e6cf;
}

.solution_bx p, div#exTab3 p, .bdr_lft p, .home_mvs_fullwidth p, .home_abt_inr p {
    text-align: justify;
}

/* MEDIA QUERY  
-----------------------------------------------------------------*/


@media (max-width: 1600px) {
    .inr-bnr-pic {
        min-height: 440px;
    }
}


@media (min-width: 1400px) {}



@media (max-width: 1400px) {

    .address_frm input.wpcf7-form-control.wpcf7-submit,
    .address_frm textarea.wpcf7-form-control,
    .address_frm input.wpcf7-form-control {
        font-size: 15px;
    }

    .contact-bx {
        margin-top: 50px;
    }

    .tab_left-box ul.nav-pills li a {
        font-size: 20px;
    }

    .inr-bnr-pic {
        min-height: 360px;
    }

    .ga_social ul li a {
        width: 35px;
        height: 35px;
    }

    .hm_clnts_inr li img {
        max-height: 65px;
        max-width: 180px;
    }

    .ga_p-m {
        margin-top: 6px;
        padding-right: 15px;
    }

    .red_me-cmn .btn {
        padding-bottom: 11px;
    }

    .table_cls {
        height: 80px;
    }

    h1 {
        font-size: 30px;
        line-height: 30pxf;
    }
  h4 {
        font-size: 20px; 
    }
	
	.inr-bnr-pic .container {
    padding-bottom: 60px;
}
    .ftr_lft {
        padding-right: 20px;
    }

    .ftr_mnu_01 {
        padding-right: 0;
    }

    .ftr_mnu_02 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hm_slns_inr,
    .ftr_container,
    .home_abt_inr,
    .gu_top_menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ceo_msg {
        right: 20px;
    }

    .gu_menu ul.navbar-nav li.nav-item a {
        font-size: 18px;
    }

    .top_adres ul {
        font-size: 17px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .ftr_content_box ul li {
        font-size: 16px;
        padding-bottom: 8px;
        line-height: 24px;
    }

    .ftr_mnu_03 {
        padding-left: 0;
    }

    .ftr_content_box h4 {
        font-size: 16px;
    }

    h2 {
        font-size: 26px;
    } 

    h2 {
        font-size: 25px;
    }

    .home_mvs_inr {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hm_clnts_inr {
        padding-top: 60px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hm_clnts_inr ul {
        margin-top: 30px;
    }

    .hm_test_inr {
        padding-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }

    .ftr_wrapper {
        padding-top: 20px;
        padding-bottom: 10px;
    }

}

@media all and (max-width: 1200px) and (min-width: 991px) {}


@media (max-width: 1200px) {
    h3 {
        font-size: 26px;
    }

    .title_tp-a {
        padding-left: 30px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
    }

    .hd_bt-a {
        padding-left: 30px;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 30px;
    }

    .row.about_bx_layout {
        margin-top: 50px;
        padding-right: 15px;
    }

    .row.about_bx_layout:before {
        width: 15px;
    }

    .tab_left-box ul.nav-pills li a {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 70px;
        line-height: 53px;
    }

    .hm_abt_bx {
        margin-top: -70px;
    }

    .inr-bnr-pic .container {
        padding-bottom: 70px;
    }

    .inr-bnr-pic {
        min-height: 420px;
    }

    .home_mvs_inr,
    .hm_clnts_inr,
    .hm_test_inr,
    .hm_slns_inr,
    .ftr_container,
    .home_abt_inr,
    .gu_top_menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gu_menu ul.navbar-nav li.nav-item a {
        font-size: 17px;
    }

    .gu_menu ul.navbar-nav li.nav-item {
        padding-left: 0;
        padding-right: 2px;
    }

    .top_adres .ga_social ul li {
        padding-left: 4px;
    }

    .top_adres ul {
        font-size: 15px;
    }

    .ga_p-m {
        margin-top: 7px;
        padding-right: 8px;
    }

    .top_adres ul li {
        padding-left: 10px;
    }

    .abot_rgt-h:before {
        right: -41%;
        top: -55%;
    }

    .abot_lft-h {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    h1 {
        font-size: 30px;
        line-height: 32px;
    }

    h4 {
        font-size: 19px;
        line-height: 24px;
    }

    .home_abt_inr {
        padding-bottom: 10px;
    }

    .mison_o-inr,
    .vison_o-inr,
    .water_t-inr {
        padding: 20px;
    }

    .water_t-h {
        padding-right: 10px;
    }

    .mison_o-h {
        padding-left: 10px;
    }

    .vison_o-h {
        padding-left: 10px;
        padding-right: 10px;
    }
}



@media (max-width: 1199px) {
    .gu_logo img {
        max-width: 240px;
    }

    .gu_logo {
        padding-top: 40px;
    }

    h5 {
        font-size: 17px;
    }

    .ceo_msg-icn p {
        color: #222;
    }

    .abot_lft-h {
        padding-right: 20px;
    }

    .abot_rgt-h {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .abot_rgt-h:before {
        display: none;
    }

    .ceo_msg {
        position: static;
        width: 100%;
        padding-top: 8%;
        text-align: left;
    }

    .ceo_msg h5 {
        color: #000;
    }
}


@media (min-width: 1200px) {}




@media all and (max-width: 991px) and (min-width: 767px) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}



@media (max-width: 1024px) {}


@media (min-width: 991px) {}



@media (max-width: 991px) {
    .contact_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .contact_left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .contact-bx {
        margin-top: 10px;
    }

    .ser-bx {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sol_tab_box .tab-content {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .tab_sol-box {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .career_list_box {
        padding: 10px;
    }

    span.cer_redmre {
        margin-top: 10px;
    }

    span.cer_redmre a {}

    span.cer_redmre button {
        max-width: 200px;
        line-height: 30px;
        font-size: 16px;
        max-width: 120px;
    }

.car_li-r, .car_li-l{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 23px 20px 20px;
    }

    .car_li .row {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .hm_abt_bx h2 {
        margin: 0;
        text-align: left;
    }

    .pnt_01,
    .pnt_02,
    .pnt_03,
    .pnt_04,
    .pnt_05 {
        height: auto;
        padding: 20px;
        text-align: left;
    }

    .car_li-r h4 {
        margin: 0;
    }

    .team_bx {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .ftr_lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        padding-right: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .ftr_mnu_01 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .ftr_mnu_02 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ftr_mnu_03 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ftr_content_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ftr_container {
        padding: 0;
    }

    .hm_slns_inr li:hover figure img {
        max-width: 40%;
        max-height: 30%;
    }

    .hm_slns_inr ul:first-child {
        background: transparent;
        padding: 0;
        border: 0;
    }

    .hm_slns_inr ul {
        padding: 0;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .hm_slns_inr ul:last-child {
        background: transparent;
        padding: 0;
        border: 0;
    }

    .hm_slns_inr figure img {
        max-width: 65px;
        max-height: 55px;
    }

    .hm_slns_inr li {
        padding-bottom: 20px;
    }

    .home_mvs_inr {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .vison_o-inr {
        margin-top: 0;
    }

    span.vdo_lnk a {
        font-size: 15px;
    }

    span.prjct_mnger {
        font-size: 16px;
    }

    .home_mvs_inr blockquote {
        margin-top: 26px;
    }

    .water_t-inr h2 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    a.btn_cmn-r {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .hm_slns_inr {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .hm_slns_inr h2 {
        margin-bottom: 10px;
    }

    .hm_slns_inr .red_me-cmn {
        margin-top: 20px;
    }

    .hm_clnts_inr {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .hm_clnts_inr li {
        max-width: 190px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .hm_clnts_inr li img {
        max-width: 85%;
    }

    .table_cls {
        height: 60px;
    }

    .hm_test_inr {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .hm_test_inr .container {
        max-width: 100%;
    }

    .main_testi .table_btm figure {
        width: 130px;
        height: 130px;
        margin-bottom: 20px;
    }

    .ftr_content_box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home_abt_inr {
        padding-top: 35px;
    }

    h2 {
        font-size: 22px;
    }

    .red_me-cmn {
        margin-top: 20px;
    }

    .red_me-cmn .btn {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
        width: auto;
        padding-top: 9px;
        padding-bottom: 5px;
        font-size: 17px;
    }

    .gu_menu ul.navbar-nav li.nav-item a {
        font-size: 15px;
    }

    .banner_wrapper .owl-nav button.owl-next,
    .banner_wrapper .owl-nav button.owl-prev {
        width: 30px;
        height: 60px;
    }

    h1 {
        font-size: 27px;
        line-height: 30px;
    }

    .gu_logo img {
        max-width: 200px;
    }

    .gu_menu button.navbar-toggler span.navbar-toggler-icon {
        background: url(images/burger.png) center;
        background-size: 37px;
    }

    .gu_top_menu {
        padding-left: 0;
        padding-right: 0;
    }

    .ga_social {
        width: auto;
        padding-top: 4px;
        clear: both;
        float: right;
    }

    .top_adres {
        max-height: 100%;
        text-align: right;
    }

    .ga_p-m {
        float: right;
        padding-right: 0;
        margin-top: 0;
    }

    .top_adres ul {
        width: auto;
        float: right;
    }

    .gu_menu_right {
        padding-top: 10px;
    }

    .ga_social ul li a {
        width: 30px;
        height: 30px;
    }

    .gu_menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin-top: 0;
        background: url(images/banner3.jpg);
        background-size: 100%;
        text-align: center;
    }

    .gu_menu button.navbar-toggler {
        position: absolute;
        right: 18px;
        top: -45px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 1px;
        padding-bottom: 1px;
        border: 1px solid #ecaab2;
        background: #ecaab2;
        border-radius: 0;
    }

    .gu_menu ul.navbar-nav li.nav-item a {
        background: rgba(32, 116, 183, 0.79);
        border-left: 20px solid #ddd;
        border-right: 20px solid #ddd;
        color: #fff;
        border-bottom: 1px solid #448ecc;
    }

    .gu_menu ul.navbar-nav li.nav-item {
        padding: 0;
        margin-bottom: 1px;
    }

    .gu_menu nav.navbar.navbar-light {
        position: static;
        width: 100%;
    }
}




@media (max-width: 800px) {
    .sub_solution_more figure {
        margin-top: 0;
        margin-right: 20px;
        max-width: 300px;
    }

    .solution_bx-inr h2 {
        margin-bottom: 0;
    }

    .sub_solution_more {
        margin-top: 5px;
    }

    .solution_bx-inr {
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

    h3 {
        font-size: 22px;
    }

    .text_bx figure {
        min-width: 230px;
        height: 230px;
        margin-top: 0;
    }

    .text_bx blockquote {
        margin-left: 0;
        float: left;
        width: 100%;
    }

    .inr-bnr-pic {
        min-height: 350px;
    }

    .tst_auther p {
        font-size: 14px;
        margin: 0;
    }

    .tst_auther i {
        font-size: 17px;
    }

    .left_testi {
        padding: 0;
    }

    .bdr_lft {
        border-left: 3px solid #ddd;
        padding-left: 20px;
    }

    .hm_test_inr .owl-dots {
        margin-top: 20px !important;
    }

    .hm_slns_inr ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .hm_slns_inr ul:last-child {
        border: 1px solid #ddd;
        border-top: 0;
        border-bottom: 0;
    }

    .hm_slns_inr ul:first-child {
        border: 1px solid #ddd;
        border-bottom: 0;
    }

    .hm_slns_inr li {
        min-height: auto;
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-top: 30px;
    }

    .mison_o-inr:after,
    .vison_o-inr:after,
    .water_t-inr:after,
    .mison_o-inr:before,
    .vison_o-inr:before,
    .water_t-inr:before {
        display: none;
    }

    .abot_lft-h {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .abot_rgt-h {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .ceo_msg {
        padding-top: 30px;
    }

    .mison_o-h,
    .vison_o-h,
    .water_t-h {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .mison_o-inr,
    .vison_o-inr,
    .water_t-inr {
        width: 100%;
        max-width: 100%;
    }

    .home_mvs_inr {
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .career_list ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tab_sol-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .sol_tab_box .tab-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}


@media (max-width: 767px) {
    .tab_cnt_bx {
        margin-top: 0;
    }

    .sol_inr.sol-pg.contact_page {
        padding-bottom: 10px;
    }

    .solution_bx h2 {
        margin-bottom: 0;
    }

    .sol_inr {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .sol_tab_box {
        margin-top: 30px;
    }


    .career_list {
        padding-bottom: 0;
    }

    .pnt_01,
    .pnt_02,
    .pnt_03,
    .pnt_04,
    .pnt_05 {
        border: 1px solid #fff;
    }

    .text_bx figure {
        width: 150px;
        min-width: 150px;
        height: auto;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .text_bx {
        padding-top: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 20px;
    }

    .text_bx h3 {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .title_tp-a {
        height: 100px;
    }

    .hd_bt-a {
        padding-bottom: 20px;
    }

    .tab_left-box ul.nav-pills li a:hover {
        background: #516192;
    }

    .inr-bnr-pic .container {
        padding-bottom: 0;
    }

    .tab_left-box {
        background: transparent;
    }

    .inr-bnr-pic {
        min-height: 300px;
    }

    .tab_left-box ul.nav-pills li {
        width: 20%;
        border-left: 1px solid #2e3c67;
        border-right: 1px solid #516192;
    }

    .tab_left-box ul.nav-pills li a {
        float: left;
        width: 100%;
        background: #405185;
        font-size: 16.5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 4px;
        padding-bottom: 5px;
        height: 50px;
        line-height: 42px;
        text-align: center;
    }

    .tab_left-box ul.nav-pills li a.active:before {
        display: none;
    }

    .tab_left-box ul.nav-pills {
        border-radius: 30px;
        overflow: hidden;
    }

    .abt_inr {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .inr-bnr-pic .banner_content {
        background: transparent;
        position: absolute;
    }

    .hm_abt_bx {
        margin-top: 0;
    }

    .tab_left-box {
        margin-bottom: 30px;
    }

    .left_testi {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .main_testi .table_btm figure {
        display: inline-block;
        margin-bottom: 10px;
        width: 110px;
        height: 110px;
    }

    .right_testi {
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .bdr_lft {
        padding-left: 0;
        border: 0;
        padding-top: 15px;
    }

    .hm_test_inr .owl-dots {
        margin-top: 0 !important;
    }

    .tst_auther-txt {
        padding-top: 0;
    }

    .testimonial_bx h2 {
        position: static;
        padding-left: 0;
        text-align: left;
    }

    h2 {
        font-size: 20px;
    }

    .hm_clnts_inr {
        padding-left: 0;
        padding-right: 0;
    }

    .hm_clnts_inr li {
        max-width: 150px;
    }

    .hm_clnts_inr li img {
        max-width: 95%;
    }

    h1 {
        font-size: 24px;
        line-height: 25px;
    }

    .gu_menu ul.navbar-nav li.nav-item a {
        font-size: 15px;
    }

    .gu_header_wrap {
        position: relative;
        float: left;
        width: 100%;
    }

    .content_wrapper {
        padding-top: 0;
    }
}

@media (min-width: 767px) {
    .gu_header_wrap.darkHeader {
        height: 80px;
    }
.darkHeader .gu_menu {
    margin-top: 8px;
}
    .gu_header_wrap.darkHeader .gu_menu_right {
        padding-top: 12px;
    }

    .gu_header_wrap.darkHeader .top_adres {
        height: auto;
        max-height: 0;
        opacity: 0;
    }

    .gu_header_wrap.darkHeader .gu_logo {
        padding-top: 14px;
    }
}




@media (max-width: 740px) {
    .text_bx blockquote {
        margin-top: 0;
    }

    .inr-bnr-pic {
        background-attachment: scroll !important;
        background-position: 0 0 !important;
    }

    .banner_image .owl-item:nth-child(even) .banner_content {
        background: #ecaab2;
    }

    .gu_menu ul.navbar-nav li.nav-item a {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .banner_content {
        position: relative;
        background: #0096fa;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .banner_inr h1 {
        margin-bottom: 0;
    }

    h1 {
        font-size: 21px;
        line-height: 21px;
    }
}



@media (max-width: 700px) {
    .team_bx {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tab_left-box ul.nav-pills li {
        float: left;
        width: 50%;
        clear: left;
        border: 0;
    }

    .tab_left-box ul.nav-pills li:nth-child(even) {
        float: right;
        clear: right;
    }

    .tab_left-box ul.nav-pills li:last-child {
        width: 100%;
    }

    .tab_left-box ul.nav-pills {
        border-radius: 0;
    }

    .tab_left-box ul.nav-pills li a {
        border: 1px solid #fff;
    }

    .tab_left-box ul.nav-pills li a {
        font-size: 15.5px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .ga_social {
        display: none;
    }

    .top_adres ul li {
        float: right;
        clear: both;
    }

    .gu_menu button.navbar-toggler {
        top: -52px;
    }
}



@media (max-width: 600px) {}



@media (max-width: 640px) {
    .solution_bx-inr {
        margin-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        padding: 0;
    }

    .sub_solution_more figure {
        max-width: 200px;
    }

    .car_li {
        margin-top: 20px;
        padding-top: 10px;
    }

    .text_bx blockquote i {
        font-size: 17px;
    }

    .team_box-container {
        margin-top: 15px;
        padding-top: 30px;
    }

    .text_bx figure {
        min-width: 120px;
        height: auto;
    }

    .ftr_lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ftr_mnu_01 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ftr_mnu_02 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ftr_mnu_03 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 540px) {
    .career_txt {
        padding: 0;
        background: transparent;
    }

    .team_box-container .row {
        padding: 0;
        background: transparent;
    }

    .top_adres {
        display: none;
    }

    .gu_menu button.navbar-toggler {
        top: -55px;
    }

    .gu_header_wrap {
        height: 80px;
    }

    .gu_logo {
        padding-top: 22px;
    }
}

@media (max-width: 480px) {
    .address_frm {
        padding: 10px;
    }

    .form_field_right,
    .form_field_left {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .form_field_full {
        margin-bottom: 4px;
    }

    .ser-bx {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tab_sol-box .container {
        padding: 0 !important;
    }

    .sol_fullwidth .container,
    .abt_inr .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    h3 {
        font-size: 17px;
    }

    .text_bx blockquote i {
        font-size: 15px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .text_bx figure {
        min-width: 80px;
        height: auto;
        width: 80px;
        margin-right: 10px;
    }

    .text_bx:nth-child(even) figure {
        margin-left: 10px;
    }

    .team_bx {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .inr-bnr-pic {
        min-height: 230px;
    }

    .inr-bnr-pic h4 {
        margin-top: 11px;
        max-width: 300px;
    }

    .title_tp-a {
        padding-left: 15px;
    }

    .row.about_bx_layout {
        margin-top: 30px;
    }

    .hd_bt-a {
        padding-left: 15px;
    }

    .hm_abt_bx h2 {
        margin-bottom: 0;
    }

    .abt_inr {
        padding-bottom: 30px;
        padding-top: 25px;
    }

    .tab_left-box ul.nav-pills li {
        width: 100%;
    }

    .tab_left-box ul.nav-pills li a {
        height: 45px;
        line-height: 37px;
    }

    .abt_inr .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ftr_lft,
    .ftr_mnu_01,
    .ftr_mnu_02,
    .ftr_mnu_03 {
        padding-left: 0;
        padding-right: 0;
    }

    .hm_test_inr {
        padding-left: 0;
        padding-right: 0;
    }

    h1 {
        font-size: 15px;
        line-height: 16px;
    }

    h4 {
        font-size: 14px;
        line-height: 19px;
    }

    .banner_inr h1 {
        padding-bottom: 3px;
    }

    .banner_content {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .banner_wrapper .owl-nav button.owl-next,
    .banner_wrapper .owl-nav button.owl-prev {
        width: 20px;
        height: 50px;
        top: 20%;
    }
}

@media (max-width: 320px) {
    .sub_solution_more figure {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .banner_wrapper .owl-nav button.owl-next,
    .banner_wrapper .owl-nav button.owl-prev {
        height: 40px;
    }

    .gu_top_inr .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gu_menu button.navbar-toggler {
        right: 11px;
    }

    h1 {
        font-size: 14px;
        line-height: 15px;
    }

    h4 {
        font-size: 13px;
        line-height: 13px;
    }
}
