/* 
    Author     : Pixel Industry
    Website    : www.pixel-industry.com
*/

/* 
    TABLE OF CONTENTS
    ========================================================================= */
/*      1. CSS RESET
        2. DOCUMENT STYLES
        3. TYPOGRAPHY 
        4. HEADER 
        5. PAGE TITLES 
        6. CUSTOM SECTION BACKGROUNDS
        7. ELEMENTS
            7.1. ACCORDION
            7.2. BLOCKQUOTE
            7.3. BUTTONS
            7.4. CALL TO ACTION
            7.5. CLIENT CAROUSEL
            7.6. CLIENT LIST
            7.7. COMPANY TIMELINE
            7.8. CUSTOM HEADING
            7.9. CUSTOM HEADING02 - CENTERED WITH SUBTITLE
            7.10. DRIVER APPLICATION
            7.11. EVENTS
            7.12. INTRO TITLE
            7.13. LATEST POSTS STYLE 01
            7.14. LATEST POSTS STYLE 02
            7.15. LATEST POSTS STYLE 03
            7.16. LIST WITH ICONS
            7.17. NUMBERS COUNTER
            7.18. PROMO BOXES
            7.19. SERVICES FEATURE BOX
            7.20. SERVICES GALLERY
            7.21. SERVICE ICON CENTER
            7.22. SERVICE ICON CENTER BOXED
            7.23. SERVICES ICON LEFT 
            7.24. SERVICES ICON LEFT BOXED
            7.25. SERVICE LIST - small icons and text
            7.26. SERVICES LIST BIG ICONS 
            7.27. SERVICES LIST BIG ICONS + DETAILS (text)
            7.28. SHIPPING QUOTE FORM
            7.29. SLIDER - MASTER SLIDER
            7.30. STATEMENT ELEMENT
            7.31. TABLE 
            7.32. TABS
            7.33. TEAM MEMBERS
            7.34. TEAM MEMBERS LIST
            7.35. TESTIMONIAL
            7.36. TRACKING FORM
            7.37. VEHICLE GALLERY FULL
        8. HOME MINIMAL CUSTOM STYLES
        9. BLOG
        10. LOCATIONS PAGE
        11. CONTACT
        12. WIDGETS
        13. FOOTER
*/

/* 
    1. CEE RESET 
----------------------------------------------------------------------------- */
@font-face{
    font-family: "Mona Sans Condensed";
    src: url("/wp-content/themes/twentytwentyone/assets/fonts/MonaSansCondensed/22c1859c45dc03fec30c7f5266917e56.eot");
    src: url("/wp-content/themes/twentytwentyone/assets/fonts/MonaSansCondensed/22c1859c45dc03fec30c7f5266917e56.eot?#iefix")format("embedded-opentype"),
        url("/wp-content/themes/twentytwentyone/assets/fonts/MonaSansCondensed/22c1859c45dc03fec30c7f5266917e56.woff")format("woff"),
        url("/wp-content/themes/twentytwentyone/assets/fonts/MonaSansCondensed/22c1859c45dc03fec30c7f5266917e56.woff2")format("woff2"),
        url("/wp-content/themes/twentytwentyone/assets/fonts/MonaSansCondensed/22c1859c45dc03fec30c7f5266917e56.ttf")format("truetype"),
        url("/wp-content/themes/twentytwentyone/assets/fonts/MonaSansCondensed/22c1859c45dc03fec30c7f5266917e56.svg#Mona Sans Condensed")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: 0;
    text-decoration: none;
}

a:focus,
a:active {
    text-decoration: none;
    outline: 0;
}

/* ==========================================================================
    2. DOCUMENT STYLES
    ========================================================================= */
	
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #777;
    background-color: #fff;
	overflow-x: hidden;
}



*[class^="row"] *[class^="row"]:last-child {
    margin-bottom: 0;
}



/* ==========================================================================
    3. TYPOGRAPHY 
    ========================================================================= */

p {
    padding-bottom: 15px;
}

a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Poppins', Arial, sans-serif;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0;
    color: black;
    letter-spacing: 1px;
}

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

h2 {
    font-size: 24px;
    line-height: 26px;
}

h3 {
    font-size: 21px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5 {
    font-size: 16px;
    line-height: 18px;
}

h6 {
    font-size: 15px;
    line-height: 18px;
}

strong {
    font-weight: 600;
}

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

.logo img {
    height: 43px;

}

img.float-left {
    float: left;
    margin: 12px 12px 12px 0;
}

img.float-right {
    float: right;
    margin: 12px 0px 12px 12px;
}

.img-fixed-bottom {
    position: relative;
    bottom: -70px;
}

ul,
ol {
    list-style-position: inside;
}

ul li,
ol li {
    padding-bottom: 5px;
}

blockquote+p {
    margin-top: 15px;
}

.required {
    color: #ce292d;
}

.text-big, .footer-widget-container .text-big a {
    font-size: 18px;
    line-height: 25px;
    color: #bcc0c4;
    font-weight: 400;
}

.align-right {
    text-align: right;
}

a.read-more {
    float: right;
    position: relative;
}

a.read-more span {
    text-transform: uppercase;
    font-weight: 700;
    display: block;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a.read-more:hover span {
    transform: translate(-15px, 0);
    -webkit-transform: translate(-15px, 0);
    -moz-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
}

a.read-more i {
    font-size: 11px;
    line-height: 20px;
    opacity: 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a.read-more:hover i {
    opacity: 1;
}

a.download-link {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}


a.download-link span {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a.download-link span i {
    padding-right: 5px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.svg-white .st0 {
    fill: #fff;
}



/* ==========================================================================
    4. HEADER 
    ========================================================================= */
.header-wrapper {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 1000;
	transition: 1.5s all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);  
}

.header-wrapper.header-transparent {
    background-color: transparent;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.header-wrapper.header-transparent02 {
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.header-wrapper.header-transparent.solid-color,
.header-wrapper.header-transparent02.solid-color {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.header-wrapper.header-transparent.solid-color .header-style01 .main-nav {
    background: #fff;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#header {
    position: relative;
    z-index: 1000;
}

#search {
    width: 40px;
    min-height: 80px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 30px;
    float: right;
    z-index: 1005;
    background-color: transparent;
    padding-top: 20px;
}

.search-submit {
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 40px;
    min-height: 40px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#search:focus,
.search-submit:focus,
#m_search:focus {
    outline: none;
}

#m_search {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 25px;
    position: absolute;
    top: 100%;
    width: 170px;
    right: 0;
    font-style: italic;
    color: #666;
    display: none;
}

/* 
    MAIN NAVIGATION 
*/
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.main-nav .row {
    margin-bottom: 0;
}


body.page header,body.archive header,body.single  header,body.home header.scroll {
backdrop-filter: blur(10px);
background-color: rgb(12 81 63);
}
body.home header {
backdrop-filter: blur(10px);
background-color: rgb(56 65 69 / 35%);
}



header.scroll {
    backdrop-filter: blur(30px);
    background-color: rgb(0 0 0 / 20%);
}

.header-wrapper.active {
    top: -200px;
}
div[data-wpr-lazyrender] {
    content-visibility: visible;
}

.main-nav .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.main-nav-old {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
    /* IE10+ */

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

   /* margin-top: 35px;*/

    -webkit-box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2);
}

.navbar {
    min-height: 80px;
    margin-bottom: 0;
}
.navbar:before,.navbar-collapse:before {content:none;}
.navbar-default {
    border: none;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 132px;
	height: 85px;
}

#dl-menu {
    display: none;
}

.navbar-nav>li {
    padding-bottom: 0;
    padding: 45px 0;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 0 25px;
    line-height: 1;
    font-size: 20px;
    font-weight: 200;
}
.navbar-nav li a {
	color: white;
	font-size: 18px;
    white-space: nowrap;
}
.navbar-nav .sub-menu>li:hover a {
    font-weight: 300;
    border-bottom: 1px solid white;
}

.nav>li>a {
    padding-left: 25px;
    padding-right: 25px;
}
.navbar-nav {
    flex: 0 0 calc(100% - 355px);
}
.navbar-nav .menu-item-has-children {
    display: flex;
    justify-content: space-between;
}
.navbar-nav .sub-menu-toggle{display:none;}
.navbar-nav .menu-item-has-children .sub-menu{display:none;    border-radius: 0 0 20px 20px;}
.navbar-nav .menu-item-has-children .sub-menu li{padding-left: 0;list-style: none;font-weight: 200;}
.navbar-nav .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    min-width: 200px;
    background-color: #0c513f;
	padding: 0px 15px 15px;
    top: 18px;
      margin-top: 80px;
}

.navbar-nav .btn_menu {
    display: block;
    height: auto;
    width: 25px;
    position: relative;
}
.navbar-nav .btn_menu:before {
    content: "\2039";
    transform: rotate(-90deg);
    position: absolute;
    top: 10px;
    left: 0px;
    color: white;
    width: 0px;
    height: 10px;
    display: block;
}
.navbar-nav .menu-item-has-children:hover .btn_menu:before {
    content: "\203A";
}



.navbar-nav .btn_menu .icon-plus {display: none;}
.navbar-nav .btn_menu .icon-plus:before {content: "";}
.navbar-nav .btn_menu .icon-minus {display: none;}
.navbar-nav .btn_menu .icon-minus:before {content: "";}




body.home .navbar-nav .menu-item-has-children:hover .sub-menu {
    background-color: #c5c8bbd6;
    backdrop-filter: blur(10px);
    background-color: rgb(56 65 69 / 35%);	
}
body.home header.scroll .navbar-nav .menu-item-has-children:hover .sub-menu {
    background-color: #0c513f;
}
.navbar-nav>li>a:hover, .navbar-nav>li.current-menu-item>a {
    color: white;
    border-bottom: 1px solid #0C513F;
	padding-bottom: 5px;
}

.header-style01 .navbar-default .navbar-nav>li>a:hover {
    color: white;
    border-bottom: 1px solid #0C513F;
}


body.home .navbar-nav>li>a:hover, .navbar-nav>li.current-menu-item>a {
    border-bottom: 1px solid white;
}




body.home .header-style01 .navbar-default .navbar-nav>li>a:hover {
    border-bottom: 1px solid white;
}

body.home .navbar-nav>li.menu-item-home>a,body.home .navbar-nav>li.menu-item-home>a:hover {
    border-bottom: 0px solid white;
}



.dropdown-menu {
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #eee;
    min-width: 240px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
}

.dropdown .dropdown-menu .dropdown-submenu>a {
    position: relative;
}

.dropdown .dropdown-menu .dropdown-submenu>a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #aaa;
    right: 0;
    top: 50%;
    margin-top: -3px;
}

.dropdown-menu>li {
    padding: 0px 20px;
}

.dropdown-menu>li>a {
    font-size: 13px;
    color: #333;
    padding: 15px 0px;
    border-bottom: 1px dotted #ddd;
}

.dropdown-menu>li:last-child a {
    border: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    left: 100%;
    top: -3px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown.dropdown-submenu>a {
    position: relative;
}

.navbar-header {
    padding-top: 0px;
    /*padding-left: 30px;*/
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}
.navbar-collapse {}
.navbar-collapse,.btn__contacts {
    float: left;
    padding: 0;
}


.navbar-header {flex:0 0 167px;}
.btn__contacts {
    flex: 0 0 188px;
    justify-items: self-end;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    float: none;
}
.btn__contacts .btn__contacts_link {
    background: #0C513F;
    display: block;
    color: white;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 20px 35px;
    border-radius: 34px;
    height: 54px;
}

body.page .btn__contacts .btn__contacts_link,body.archive .btn__contacts .btn__contacts_link,body.single .btn__contacts .btn__contacts_link,body.home header.scroll .btn__contacts .btn__contacts_link{
    background: white;
    color: #0C513F;
}
body.page .btn__contacts_ico:before,body.archive .btn__contacts_ico:before,body.single  .btn__contacts_ico:before, body.home header.scroll  .btn__contacts_ico:before  {
    content: "";
    display: block;
    background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right-green.svg);
    width: 24px;
    height: 24px;
}

body.home .btn__contacts .btn__contacts_link{
    background: #0C513F;
    color: white;
}
/*
.btn__contacts .btn__contacts_link .btn__contacts_name {color: white;}
*/
body.home .btn__contacts .btn__contacts_link .btn__contacts_name {color: white;}
body.home header.scroll .btn__contacts .btn__contacts_link .btn__contacts_name {color: #0C513F;}
body.home .btn__contacts .btn__contacts_link .btn__contacts_ico:before {
    content: "";
    display: block;
    background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right.svg);
    width: 24px;
    height: 24px;
}
body.home header.scroll  .btn__contacts .btn__contacts_link .btn__contacts_ico:before  {
    content: "";
    display: block;
    background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right-green.svg);
    width: 24px;
    height: 24px;
}

/*  HEADER STYLE 01 - WITH TOPBAR
    ------------------------------------------------------------------------- */
.header-style01 #top-bar-wrapper .row {
    margin-bottom: 0;
}

.header-style01 #quick-links {
    padding-top: 8px;
}

.header-style01 #quick-links li {
    list-style: none;
    float: left;
    padding-right: 30px;
    padding-bottom: 0;
}

.header-style01 #quick-links li span,
.header-style01 #quick-links li a {
    color: #fff;
}

.header-style01 #top-bar-wrapper {
    padding: 20px 0 0;
    width: 100%;
}



/*  HEADER STYLE 02 - LIGHT TOPBAR
    ------------------------------------------------------------------------- */

.header-style02 #top-bar-wrapper .row {
    margin-bottom: 0;
}

.header-style02 #quick-links {
    padding-top: 8px;
}

.header-style02 #quick-links li {
    list-style: none;
    float: left;
    padding-right: 30px;
    padding-bottom: 0;
}

.header-style02 #top-bar-wrapper {
    background-color: #fcfcfc;
    padding: 10px 0;
    width: 100%;
}

.header-style02 .navbar-header {
    padding-left: 0;
}

.header-style02 #search {
    margin-right: 0;
}


.wpml-languages {
    display: block;
    float: right;
    position: relative;

}

.wpml-languages a.active {
    display: block;
    padding: 8px 6px 8px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.wpml-languages a.active i {
    font-size: 9px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.wpml-languages a.active img {
    width: 22px;
    float: left;
}

.wpml-languages a img {
    width: 22px;
}

.wpml-lang-dropdown {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 102%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
    width: 100%;
    display: none;
    z-index: 10001;
}

.wpml-lang-dropdown li {
    list-style: none;
    padding: 8px 15px;
}

.wpml-languages:hover ul.wpml-lang-dropdown {
    display: block;
}

.header-style02 .header-inner {
    padding: 20px 0;
}

.header-style02 .header-inner .main-nav {
    margin-top: 0;
    background: none;
}

.header-style02 .navbar-default .navbar-nav>li>a:hover,
.header-style02 .nav>li.current-menu-item>a {
    border: none;
    border-bottom: none;
    border-color: transparent;
}

.header-style02 .navbar-default .navbar-nav>li>a {
    border-bottom: none;
}


/*  HEADER STYLE 02 - DARK TOPBAR
    ------------------------------------------------------------------------- */
.header-style02 #top-bar-wrapper.dark {
    background-color: #333333;
}

.header-style02 #top-bar-wrapper.dark #quick-links li span,
.header-style02 #top-bar-wrapper.dark #quick-links li a {
    color: #ccc;
}

#top-bar-wrapper.dark .wpml-languages a.active,
#top-bar-wrapper.dark .wpml-lang-dropdown {
    background-color: #444;
    border: 1px solid #555;
}

#top-bar-wrapper.dark .wpml-languages a.active i {
    color: #ccc;
}


/*  HEADER STYLE 02 - DARK HEADER
    ------------------------------------------------------------------------- */
.header-wrapper.dark #top-bar-wrapper {
    background-color: #222;
}

.header-wrapper.dark #quick-links li span,
.header-wrapper.dark #quick-links li a {
    color: #ccc;
}

.header-wrapper.dark .wpml-languages a.active,
.header-wrapper.dark .wpml-lang-dropdown {
    background-color: #333;
    border: 1px solid #444;
}

.header-wrapper.dark .wpml-languages a.active i {
    color: #ccc;
}

.header-wrapper.dark {
    background-color: #333;
}

.header-wrapper.dark .main-nav {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.header-wrapper.dark .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.header-wrapper.dark .dropdown-menu {
    background-color: #333;
    border: 1px solid #444;
}

.header-wrapper.dark .dropdown-menu>li>a {
    color: #888;
    border-bottom: 1px dotted #444;
}

.header-wrapper.dark .dropdown-menu>li>a:hover {
    color: #fff;
}

.header-wrapper.dark .dropdown .dropdown-menu .dropdown-submenu>a:after {
    border-left: 5px solid #888;
}

.header-wrapper.dark .dropdown .dropdown-menu .dropdown-submenu>a:hover:after {
    border-left: 5px solid #fff;
}

.header-wrapper.dark #m_search {
    background: #333;
    border: 1px solid #444;
    color: #ccc;
}


/*  HEADER STYLE 03
    ------------------------------------------------------------------------- */
.header-style03 .info-container {
    float: right;
}

.header-style03 .info-container #quick-links,
.header-style03 .info-container .wpml-languages,
.header-style03 .info-container #search {
    float: left;
    padding: 0 10px;
}

.header-style03 .info-container #quick-links {
    padding-top: 10px;
}

.header-style03 #quick-links {
    padding-top: 8px;
}

.header-style03 #quick-links li {
    list-style: none;
    float: left;
    padding-right: 30px;
    padding-bottom: 0;
}

.header-style03 .wpml-lang-dropdown {
    width: auto;
    left: 10px;
}

.header-style03 #search {
    min-height: 60px;
}

.header-style03 .logo-info-container {
    padding: 20px 0;
}

.header-style03 .logo-info-container .row {
    margin-bottom: 0;
}

.header-style03 .main-nav {
    margin-top: 0;
    border-top: 1px solid #eee;
    background: none;
}

.header-style03 .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    float: left;
    width: 100%;
}

.header-style03 .navbar-nav>li>a {
    line-height: 30px;
}

.header-style03 .navbar {
    min-height: 30px;
}

.header-style03 .nav>li.current-menu-item>a {
    border-bottom: none;
}

.header-style03 .navbar a.btn {
    position: relative;
    top: 10px;
}

/*  HEADER STYLE 03 DARK
    ------------------------------------------------------------------------- */
.header-wrapper.dark .header-style03 .main-nav {
    border-top: 1px solid #444;
}




/* ==========================================================================
    5. PAGE TITLES 
    ========================================================================= */
.page-title-style01 {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.page-title-negative-top {
    margin-top: 0 !important;
    padding-top: 185px;
}

.page-title-style01 .row,
.page-title-style02 .row {
    margin-bottom: 0;
}

.page-title-style01 h1 {
    color: #fff;
    text-align: center;
}

.breadcrumb-container {
    width: 100%;
    float: left;
}

.page-title-style01 .breadcrumb {
    margin: 0 auto;
    display: table;
}

.breadcrumb li {
    list-style: none;
    float: left;
    padding: 0 0px 0 3px;
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li+li::before {
    font-size: 12px;
    content: '/';
    color: #fff;
    padding: 0 8px;
}

.breadcrumb li:nth-child(2)::before {
    color: transparent;
}

.page-title-style02 {
    padding: 70px 0;
    margin-bottom: 70px;
}

.page-title-style02 h1 {
    color: #fff;
    margin-bottom: 0;
}

.page-title-style02 .breadcrumb-container {
    float: right;
    width: auto;
}



.pt-bkg01 {
    background-image: url('../img/pics/page-title01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg02 {
    background-image: url('../img/pics/page-title02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg03 {
    background-image: url('../img/pics/page-title03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg04 {
    background-image: url('../img/pics/page-title04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg05 {
    background-image: url('../img/pics/page-title05.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg06 {
    background-image: url('../img/pics/page-title06.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg07 {
    background-image: url('../img/pics/page-title07.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg08 {
    background-image: url('../img/pics/page-title08.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg09 {
    background-image: url('../img/pics/page-title09.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg10 {
    background-image: url('../img/pics/page-title10.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg11 {
    background-image: url('../img/pics/page-title11.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg12 {
    background-image: url('../img/pics/page-title12.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg13 {
    background-image: url('../img/pics/page-title13.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg14 {
    background-image: url('../img/pics/page-title14.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg15 {
    background-image: url('../img/pics/page-title15.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-bkg16 {
    background-image: url('../img/pics/page-title16.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


/* ==========================================================================
    6. CUSTOM SECTION BACKGROUNDS
    ========================================================================= */
.page-content.custom-bkg {
    padding-top: 70px;
}

.page-content.column-img-bkg {
    padding: 0;
}

.page-content.column-img-bkg .row {
    margin-bottom: 0;
}

.custom-col-padding-both {
    padding: 120px 50px; /* По умолчанию для больших экранов */
}

/* Для планшетов (ширина экрана от 768px до 1024px) */
@media (max-width: 1024px) {
    .custom-col-padding-both {
        padding: 80px 30px;
    }
}

/* Для средних планшетов и маленьких ноутбуков (ширина экрана от 480px до 767px) */
@media (max-width: 767px) {
    .custom-col-padding-both {
        padding: 60px 20px;
    }
}

/* Для мобильных устройств (ширина экрана до 479px) */
@media (max-width: 479px) {
    .custom-col-padding-both {
        padding: 40px 10px;
    }
}

.custom-col-padding-bottom {
    padding-bottom: 120px;
}

.img-bkg01 {
    background-image: url('../img/pics/img-bkg01_2 .png');
}

@media only screen and (min-width: 1500px) and (max-width: 3000px) {
    .img-bkg01 {
        background-image: url('../img/pics/img-bkg01_2 .png');
    }
}

@media only screen and (min-width: 600px) and (max-width: 1001px) {
    .img-bkg01 {
        background-image: url('../img/pics/img-bkg01_2 .png');
    }
}

@media only screen and (min-width: 250px) and (max-width: 401px) {
    .img-bkg01 {
        background-image: url('../img/pics/img-bkg01_2 .png');
    }
}


.img-bkg02 {
    background-image: url('../img/pics/img-bkg02.jpg');
}

.img-bkg03 {
    background-image: url('../img/pics/img-bkg03.jpg');
}

*[class*="img-bkg"] {
    background-size: cover;
}

.custom-bkg.bkg-grey {
    background-color: #f6f6f6;
}

.custom-bkg.bkg-light-blue {
    background-color: #f4fcfc;
}

.custom-bkg.bkg-dark-blue {
    background-color: #2c3741;
}

.custom-bkg.bkg-dark-blue.transparent01 {
    background-color: rgba(37, 39, 46, 0.7);
}

.custom-bkg.bkg-dark-blue.transparent02 {
    background-color: rgba(37, 39, 46, 0.8);
}

.custom-bkg.bkg-dark-blue.transparent03 {
    background-color: rgba(37, 39, 46, 0.9);
}

.page-title-style01+.page-content.custom-bkg,
.page-title-style02+.page-content.custom-bkg {
    margin-top: -70px;
}

.page-content {
    padding-top: 115px;
    padding-bottom: 30px;
}

.page-content.parallax {
    padding-top: 100px;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax01 {
    background-image: url('../img/pics/parallax01.jpg');
}

.parallax02 {
    background-image: url('../img/pics/parallax02.jpg');
}

.parallax03 {
    background-image: url('../img/pics/parallax03.jpg');
}

.parallax04 {
    background-image: url('../img/pics/parallax04.jpg');
}

.parallax05 {
    background-image: url('../img/pics/parallax05.jpg');
}

.page-content.dark h1,
.page-content.dark h2,
.page-content.dark h3,
.page-content.dark h4,
.page-content.dark h5,
.page-content.dark h6 {
    color: #fff;
}


.page-content.dark p,
.page-content.dark span,
.page-content.dark li,
.page-content.dark a {
    color: #eee;
}

*[class^="col-"].custom-bkg {
    padding: 30px;
}

*[class^="col-"].custom-bkg.dark h1,
*[class^="col-"].custom-bkg.dark h2,
*[class^="col-"].custom-bkg.dark h3,
*[class^="col-"].custom-bkg.dark h4,
*[class^="col-"].custom-bkg.dark h5,
*[class^="col-"].custom-bkg.dark h6 {
    color: #fff;
}

*[class^="col-"].custom-bkg.dark p,
*[class^="col-"].custom-bkg.dark a,
*[class^="col-"].custom-bkg.dark span,
*[class^="col-"].custom-bkg.dark li,
*[class^="col-"].custom-bkg.dark label {
    color: #eee;
}


/* ==========================================================================
    7. ELEMENTS
    ========================================================================= */

/*  7.1. ACCORDION
    ------------------------------------------------------------------------- */
.accordion .title {
    width: 100%;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 15px;
    float: left;
}

.accordion .title a {
    font-size: 15px;
    color: #333;
    font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    position: relative;
    width: 100%;
    padding-left: 20px;
    display: block;
    float: left;
}

.accordion .title::before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    display: block;
}

.accordion .title.active::before {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    display: block;
}

.accordion .title a::after {
    display: none;
}

.accordion.careers .title {
    padding: 15px 62px 15px 20px;
}

.accordion.careers .title a {
    padding-left: 0;
}

.accordion.careers .title::before {
    display: none;
}

.accordion.careers .title a span {
    color: #333;
    font-weight: 600;
    width: 30%;
    display: block;
    float: left;
    font-size: 13px;
}

.accordion .job-position,
.accordion .job-end-date {
    text-transform: uppercase;
}

.accordion.careers .title::after {
    position: absolute;
    content: "";
    display: block;
    width: 52px;
    height: 100%;
    background-color: #e6e6e6;
    background-image: url('../img/accordion-closed.png');
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.accordion.careers .title.active::after {
    background-image: url('../img/accordion-opened.png');
    background-repeat: no-repeat;
    background-position: center;
}

.accordion.careers .title:hover::after {
    background-image: url('../img/accordion-opened.png');
    background-repeat: no-repeat;
    background-position: center;
}

.accordion .content {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
}



/*
    7.2. BLOCKQUOTE
    ------------------------------------------------------------------------- */
blockquote {
    margin-left: 30px;
    border-left: 3px solid;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
    color: #333;
}


/*  7.3. BUTTONS
    ------------------------------------------------------------------------- */
.btn {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
    backface-visibility: hidden;
    float: right;

    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.btn span {
    color: #fff;
}

.dark .btn span {
    color: #fff;
}

.btn-big {
    padding: 12px 60px;
    font-size: 12px;
}

.btn-medium {
    padding: 10px 40px;
    font-size: 12px;
}

.btn-small {
    padding: 4px 20px;
    font-size: 11px;
}

.btn-yellow {
    background-color: #51774E !important;
}

.btn-centered {
    float: none;
    display: table;
    margin: 0 auto;
}

.btn-yellow:hover {
    background-color: #FAC312 !important;
}


/*  7.4. CALL TO ACTION
    ------------------------------------------------------------------------- */
.call-to-action .text {
    width: 70%;
    float: left;
}

.call-to-action .btn {
    float: right;
    position: relative;
    top: 30px;
}



/*
    7.5. CLIENT CAROUSEL
    ------------------------------------------------------------------------- */
#client-carousel .owl-item img {
    opacity: 0.7;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#client-carousel .owl-item:hover img {
    opacity: 1;
}


/*  7.6. CLIENT LIST
    ------------------------------------------------------------------------- */
.clients-li {
    width: 100%;
}

.clients-li li {
    list-style: none;
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #eee;
}

.clients-li li:first-child {
    padding-left: 0;
}

.clients-li:nth-child(3n) {
    padding-right: 0;
}

.clients-li li img {
    opacity: 0.7;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;

    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.clients-li li:hover img {
    opacity: 1;
}

.col-md-6 .clients-li li {
    max-height: 92px;
}


/*  7.7. COMPANY TIMELINE
    ------------------------------------------------------------------------- */
.company-timeline {
    width: 100%;
}

.company-timeline li {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
}

.company-timeline li .timeline-item-details::before {
    position: absolute;
    content: "";
    display: block;
    left: 35px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    z-index: 1;
}

.company-timeline .icon-date-container {
    width: 70px;
    height: 70px;
    float: left;
    border: 2px solid #ddd;
    background-color: #fff;
    z-index: 2;
    position: relative;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.company-timeline .icon-date-container i {
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
}

.company-timeline .timeline-item-details {
    padding-left: 100px;
    position: relative;
    padding-bottom: 30px;
}

.company-timeline li:last-child .timeline-item-details {
    padding-bottom: 0;
}


/*
    7.8. CUSTOM HEADING
    ------------------------------------------------------------------------- */
.row .custom-heading:only-child {
    margin-bottom: -70px;
}

.custom-heading {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 12px;
    text-transform: uppercase;
}

.custom-heading::after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    top: 0;
}

.custom-heading.centered {
    text-align: center;
}

.custom-heading.centered:after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 50%;
    margin-left: -20px;
    top: 0;
}

/*
    7.9. CUSTOM HEADING02 - CENTERED WITH SUBTITLE
    ------------------------------------------------------------------------- */
.custom-heading02 {
    position: relative;
    margin-bottom: 100px;
}

.custom-heading02:before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/twentytwentyone/assets/img/dots.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    width: 25%;
    height: 100%;
    z-index: 1;
}
.custom-heading02 h2 {
    font-size: 150px;
    line-height: 1;
    color: white;
    -webkit-text-stroke: 1px #000000;
    text-align: right;
    text-transform: uppercase;
	
	
}

.q {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
}
.grad {
    background-image: linear-gradient(#ffffff82, #ffffffd9, #ffffff);
}

.custom-heading02 p {
    text-transform: uppercase;
    text-align: center;
}

.custom-heading02:after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.custom-heading02.simple h1,
.custom-heading02.simple h2,
.custom-heading02.simple h3,
.custom-heading02.simple h4 {
    padding-bottom: 15px;
}



.we-offer > div {
    margin-bottom: 40px;
}
.we-offer .col-md-12 {text-align: right;}
.we-offer .col-md-12 > span {
    font-size: 40px;
    font-weight: bold;
    color: black;
    text-align: right;
}
.we-offer .custom-heading02 {text-align: left;}
.we-offer .lighten h2 span{
    color: transparent;
    -webkit-text-stroke: 2px black;
}
.we-offer .lighten h2 span:after{
    content: "";
    height: 35%;

}

.we-offers > div:nth-child(odd) {
    margin-top: -50px;
}
.we-offers > div:nth-child(even) {
    margin-top: 30px;
}

.we-offer .service-icon-left-boxed {
    background-color: #fcfcfc;
    padding: 30px 20px;
    border-radius: 16px;
    display: flex;	
    align-items: center;
    box-shadow: 0 30px 15px rgb(0 0 0 / 3%);
}
.we-offer .service-icon-left-boxed:hover {
    background-color: #0c513f;
    box-shadow: 0 30px 15px #0c513f3b;
    cursor: pointer;
}
.service-icon-left-boxed .icon-container {
    flex: 0 0 120px;
}


.we-offer .service-icon-left-boxed h3 {font-size: 28px;font-weight: bolder;}
.we-offer .service-icon-left-boxed p {font-size: 25px;}

.we-offer .service-icon-left-boxed:hover h3 {color: white;}
.we-offer .service-icon-left-boxed:hover p {color: white;}




/*  7.10. DRIVER APPLICATION
    ------------------------------------------------------------------------- */
.driver-app-form fieldset {
    width: 33.33333333%;
    padding-right: 15px;
    float: left;
}

.driver-app-form fieldset:nth-child(3n) {
    padding-right: 0;
}

.driver-app-form .wpcf7-select {
    max-height: 34px;
}

/*
    7.11. EVENTS
    ------------------------------------------------------------------------- */
.table-responsive {
    overflow-y: hidden;
}

.events-table thead {
    border-bottom: 1px solid #e6e6e6;
}

.events-table thead th {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 10px;
}

.events-table thead th:first-child {
    padding-left: 0;
}

.events-table tbody td {
    padding: 0 15px;
    vertical-align: middle;
}

.events-table .event-date {
    padding: 20px 0;
}

.events-table .event-date .day {
    background-color: #fcfcfc;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: 800;
    text-align: center;
    padding: 20px 30px;
}

.events-table .event-date .month {
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
}


/*  7.12. INTRO TITLE
    ------------------------------------------------------------------------- */
.intro-title {
    width: 100%;
}

.intro-title p {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
    text-align: center;
}



/*  7.13. LATEST POSTS STYLE 01
    ------------------------------------------------------------------------- */
.pi-latest-posts li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.pi-latest-posts li:last-child {
    margin-bottom: 0;
}

.pi-latest-posts li .post-media {
    width: 100px;
    height: 100px;
    float: left;
    margin-bottom: 0;
}

.pi-latest-posts li .post-details {
    padding-left: 120px;
}

.pi-latest-posts li .post-details h4 {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 10px;
}

.pi-latest-posts .post-date p {
    color: #565f66;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.pi-latest-posts .post-date i {
    padding-right: 3px;
}


/*  7.14. LATEST POSTS STYLE 02
    ------------------------------------------------------------------------- */
.pi-latest-posts02 li {
    width: 30%;
    float: left;
    margin-right: 30px;
    list-style: none;
}

.col-md-8 .pi-latest-posts02 li,
.col-md-9 .pi-latest-posts02 li {
    width: 46%;
}


.col-md-6 .pi-latest-posts02 li,
.col-md-4 .pi-latest-posts02 li,
.col-md-3 .pi-latest-posts02 li {
    width: 100%;
    margin-bottom: 20px;
}

.pi-latest-posts02 li:nth-child(3n) {
    padding-right: 0;
}

.pi-latest-posts02 .post-date,
.pi-latest-posts02 .post-date {
    width: 100px;
    float: left;
}

.pi-latest-posts02 .post-date .day {
    background-color: #fcfcfc;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: 800;
    text-align: center;
    padding: 20px 30px;
}

.pi-latest-posts02 .post-date .month {
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.pi-latest-posts02 .post-details {
    padding-left: 120px;
}

.pi-latest-posts02 li .post-details h4 {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 10px;
}

.pi-latest-posts02 .post-category p {
    color: #565f66;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.pi-latest-posts02 .post-category i {
    padding-right: 3px;
}



/*  7.15. LATEST POSTS STYLE 03
    ------------------------------------------------------------------------- */
.pi-latest-posts03 li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.pi-latest-posts03 li:last-child {
    margin-bottom: 0;
}

.pi-latest-posts03 li .post-media {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 0;
}

.pi-latest-posts03 li .post-media i {
    font-size: 36px;
}

.pi-latest-posts03 li .post-details {
    padding-left: 70px;
}

.pi-latest-posts03 li .post-details h4 {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 10px;
}

.pi-latest-posts03 .post-date p {
    color: #565f66;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.col-md-8 .pi-latest-posts03 li,
.col-md-9 .pi-latest-posts03 li {
    margin-right: 30px;
    width: 48%;
}

.col-md-8 .pi-latest-posts03 li:nth-child(2n),
.col-md-9 .pi-latest-posts03 li:nth-child(2n) {
    margin-right: 0;
}

.col-md-6 .pi-latest-posts03 li,
.col-md-4 .pi-latest-posts03 li,
.col-md-3 .pi-latest-posts03 li {
    width: 100%;
    margin-bottom: 20px;
}




/*   7.16. LIST WITH ICONS
    ------------------------------------------------------------------------- */
.fa-ul li i {
    line-height: 20px;
}

.fa-ul.large-icons {
    margin-left: 0;
}

.fa-ul.large-icons li {
    margin-bottom: 20px;
}

.fa-ul.large-icons li:last-child {
    margin-bottom: 0;
}

.fa-ul.large-icons li i {
    font-size: 24px;
    width: 30px;
    height: 30px;
}

.fa-ul.large-icons .icon-container {
    float: left;
    width: 30px;
    height: 30px;
}

.fa-ul.large-icons .li-content {
    padding-left: 40px;
}

.fa-ul.large-icons .li-content h4 {
    padding-top: 3px;
}



/*  7.17. NUMBERS COUNTER
    ------------------------------------------------------------------------- */
.numbers-counter {
    padding: 20px;
    background-color: #fcfcfc;
}

.numbers-counter .counter-container {
    width: 100%;
    position: relative;
}

.numbers-counter .counter-container::after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.numbers-counter .number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    text-align: center;
    color: #333;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.numbers-counter p {
    text-align: center;
}




/*  7.18. PROMO BOXES
    ------------------------------------------------------------------------- */
.promo-box {
    padding: 90px 20px;
}

.promo-box02 {
    padding: 30px 30px 90px 30px;
}

.promo-box02 p {
    text-align: center;
}

.promo-box h4,
.promo-box p {
    text-align: center;
}

.promo-box .btn {
    float: none;
    margin: 0 auto;
    display: table;
}

.promo-bkg01 {
    background-image: url('../img/pics/promo01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-bkg02 {
    background-image: url('../img/pics/promo02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


/*
    7.19. SERVICES FEATURE BOX
    ------------------------------------------------------------------------- */
.services-negative-top {
    /*margin-top: -316px;*/
}

.custom-bkg .service-feature-box,
.parallax .service-feature-box {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
}
.our_service h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.our_service p {
    font-weight: 600;
    font-size: 40px;
    color: black;
    letter-spacing: -0.1px;
    text-transform: capitalize;
}
.our_service .btn__link {
    background: #fafafa;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 34px;
    width: fit-content;
    border: 1px solid black;
    color: black;
    text-align: center;
    
}
.our_service .btn__link .btn__contacts_name {color: black;}
.our_service .btn__link .btn__contacts_ico {visibility: hidden;}
.our_service .btn__link:hover .btn__contacts_name {color: white;}
.our_service .btn__link:hover {background: #1a00e2;}
.our_service .btn__link:hover .btn__contacts_ico {visibility: visible;}
.our_service .btn__link:hover .btn__contacts_ico:before {
    content: "";
    display: block;
    background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right.svg);
    width: 24px;
    height: 24px;
}
.service-feature-box-old {
    box-shadow: 1px 0px 3px 0 #ddd;
    -webkit-box-shadow: 1px 0px 3px 0 #ddd;
    -moz-box-shadow: 1px 0px 3px 0 #ddd;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.services-negative-top .service-feature-box .service-media {
    position: relative;
    height: 80px;
}
.services-negative-top .service-feature-box .service-media span {position: relative;}
.services-negative-top .service-feature-box .service-media span:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 65px;
    background-repeat: no-repeat;background-size: cover;background-position-y: center;
}
.services-negative-top .service-feature-box .service-media.warehousing > span:before {background: url(/wp-content/themes/twentytwentyone/assets/img/warehousing_ico_blue.svg);background-repeat: no-repeat;background-size: cover;background-position-y: center;}
.services-negative-top .service-feature-box .service-media.transportation > span:before {background: url(/wp-content/themes/twentytwentyone/assets/img/transportation_icon_blue.svg);background-repeat: no-repeat;background-size: cover;background-position-y: center;}
.services-negative-top .service-feature-box .service-media.port-to-door > span:before {background: url(/wp-content/themes/twentytwentyone/assets/img/port-to-door_icon_blue.svg);background-repeat: no-repeat;background-size: cover;background-position-y: center;}

.services-negative-top .service-feature-box:hover .service-media.warehousing > span:before {background: url(/wp-content/themes/twentytwentyone/assets/img/warehousing_ico_white.svg);background-repeat: no-repeat;background-size: cover;background-position-y: center;}
.services-negative-top .service-feature-box:hover .service-media.transportation > span:before {background: url(/wp-content/themes/twentytwentyone/assets/img/transportation_icon_white.svg);background-repeat: no-repeat;background-size: cover;background-position-y: center;}
.services-negative-top .service-feature-box:hover .service-media.port-to-door > span:before {background: url(/wp-content/themes/twentytwentyone/assets/img/port-to-door_icon_white.svg);background-repeat: no-repeat;background-size: cover;background-position-y: center;}






.service-feature-box .service-media .btn__link_ico {display:none;}
.service-feature-box:hover .service-media .btn__link_ico {display:block;}

.service-feature-box .service-media .btn__link_ico {
    position: absolute;
    top: 0;
    right: 0;
}
.service-feature-box .service-media .btn__link_ico img{
    width: 32px;
    height: auto;
	}
.service-feature-box .service-media img {
    width: auto;
}
.service-feature-box .service-media-old img {
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;

    opacity: 1;
}

.service-feature-box .service-media-old:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);

    opacity: 0.7
}

.service-feature-box .service-media a {
    position: relative;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    padding: 9px 0px;
}

.service-feature-box .service-media i {
    /*background-color: #51774E;*/
    padding: 5px 10px;
    font-size: 10px;
    line-height: 22px;
    margin-left: 20px;

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.services-negative-top .service-feature-box {
    background: #FAFAFA;
    padding: 40px;
    font-size: 22px;
    border-radius: 20px;
    min-height: 430px;
    transition: background 1s ease-in-out;
    margin: 13px 4px 30px 17px;
    box-shadow: 0 20px 15px #0000000d;

}
.services-negative-top .service-feature-box:hover {
    background: #1a00e2;
  	transition: background 1s ease-in-out;
  	box-shadow: 0 20px 15px #1a00e23b;
}
.services-negative-top .service-feature-box .service-body .custom-heading h4 {
    /*font-weight: lighter;*/
    color: black;
}
.services-negative-top .service-feature-box:hover p,.services-negative-top .service-feature-box:hover h4,.services-negative-top .service-feature-box:hover .service-body .custom-heading h4 {
	color: #fff;
}	
.services-negative-top .service-feature-box .service-body {
    font-size: 18px;
}

.services-negative-top .swiper-service .swiper-button-next, .services-negative-top .swiper-service .swiper-button-prev {
	display:none;
}




/*
    7.20. SERVICES GALLERY
    ------------------------------------------------------------------------- */
.services-gallery .col-md-3 {
    padding: 0;
    list-style: none;
}

.service-item-container {
    position: relative;
    overflow: hidden;
}

.service-item-container .service-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.service-item-container .service-item img {
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
}

.service-item-container .hover-mask-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(49, 57, 63, 0.5);

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.service-item-container .service-item:hover .hover-mask-container {
    opacity: 1;
}

.service-item-container figcaption {
    position: absolute;
    width: 100%;
    top: 40px;
}

.service-item-container figcaption h1,
.service-item-container figcaption h2,
.service-item-container figcaption h3,
.service-item-container figcaption h4,
.service-item-container figcaption h5 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.service-item-container figcaption h1:after,
.service-item-container figcaption h2:after,
.service-item-container figcaption h3:after,
.service-item-container figcaption h4:after,
.service-item-container figcaption h5:after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.hover-mask-container .hover-details {
    position: absolute;
    bottom: 40px;
    left: 50%;

    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.hover-mask-container .hover-details span {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border: 3px solid;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.service-item-container .service-item:hover .hover-details {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.service-item-container .service-item:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

/*
    7.21. SERVICE ICON CENTER
    ------------------------------------------------------------------------- */
.service-icon-center .icon-container {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto 20px;
    background-color: #fcfcfc;
    border: 2px solid #ddd;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.service-icon-center .icon-container i {
    font-size: 36px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 100px;
}

.service-icon-center .icon-container img {
    width: 60px;
    height: 60px;
    position: relative;
    left: 50%;
    margin-top: 15px;
    margin-left: -30px;
}

.service-icon-center h1,
.service-icon-center h2,
.service-icon-center h3,
.service-icon-center h4,
.service-icon-center h5 {
    text-align: center;
    margin-bottom: 15px;
}

.service-icon-center p {
    text-align: center;
}


/*  7.22. SERVICE ICON CENTER BOXED
    ------------------------------------------------------------------------- */
.service-icon-center-boxed {
    width: 100%;
    background-color: #fcfcfc;
    padding: 30px 20px;
}

.service-icon-center-boxed .service-title {
    display: table;
    margin: 0 auto 10px;
}

.service-icon-center-boxed .service-title .icon-container {
    width: 60px;
    height: 60px;
    float: left;
}

.service-icon-center-boxed .service-title h4 {
    padding-left: 70px;
    padding-top: 20px;
}

.service-icon-center-boxed p {
    text-align: center;
    padding-bottom: 0;
}

.service-icon-center-boxed .icon-container i {
    width: 60px;
    height: 60px;
    font-size: 46px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/*
    7.23. SERVICES ICON LEFT 
    ------------------------------------------------------------------------- */
.service-icon-left {
    width: 100%;
}

.service-icon-left .icon-container {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #fff;

    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.service-icon-left .icon-container img,
.service-icon-left .icon-container svg {
    width: 60px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    height: 60px;
    position: relative;
    top: 20px;
}

.service-icon-left .service-details {
    padding-left: 120px;
}

.service-icon-left .service-details h1,
.service-icon-left .service-details h2,
.service-icon-left .service-details h3,
.service-icon-left .service-details h4 {
    margin-bottom: 15px;
}

.service-icon-left .icon-container i {
    font-size: 60px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
}

/*
    7.24. SERVICES ICON LEFT BOXED
    ------------------------------------------------------------------------- */
.service-icon-left-boxed {
    background-color: #fcfcfc;
    padding: 30px 40px;
  transition: background-color 1s ease-in-out;
}
.page_sweepers .service-icon-left-boxed:hover {
    background-color: #0c513f;    color: white;
}
.page_sweepers .service-icon-left-boxed:hover h3{
 color: white;
}


/* Медиазапрос для мобильных устройств (например, ширина экрана 768px и меньше) */
@media (max-width: 768px) {
    .service-icon-left-boxed {
        padding: 20px 20px; /* Уменьшенные отступы для мобильных устройств */
    }
}

.service-icon-left-boxed .icon-container {
    float: left;
    width: auto;
    margin: 0 20px;
	
}

.service-icon-left-boxed .service-details {
    padding-left: 0px;
}

.service-icon-left-boxed .service-details h1,
.service-icon-left-boxed .service-details h2,
.service-icon-left-boxed .service-details h3,
.service-icon-left-boxed .service-details h4 {
    margin-bottom: 15px;
}

.service-icon-left-boxed .service-details p {
    padding-bottom: 0;
}

.col-md-3 .service-icon-left-boxed .icon-container {
    float: none;
    margin: 0 auto 20px;
}

.col-md-3 .service-icon-left-boxed .service-details {
    padding-left: 0;
}


.col-md-3 .service-icon-left-boxed .service-details h1,
.col-md-3 .service-icon-left-boxed .service-details h2,
.col-md-3 .service-icon-left-boxed .service-details h3,
.col-md-3 .service-icon-left-boxed .service-details h4,
.col-md-3 .service-icon-left-boxed .service-details p {
    text-align: center;
}

.service-icon-left-boxed i {
    font-size: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100px;
}


/*  7.25. SERVICE LIST - small icons and text
    ------------------------------------------------------------------------- */
.service-list li {
    list-style: none;
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.service-list li:last-child {
    padding-bottom: 0;
}

.service-list li .icon-container {
    width: 70px;
    height: 70px;
    float: left;
}

.service-list li p {
    font-size: 18px;
    padding-top: 20px;
    padding-left: 95px;
}
 
.service-list li i {
    font-size: 46px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 70px;
}

.industry_sectors {
    background-color: #0c513f;
    width: 70%;
    border-radius: 0 100px 100px 0;
    position: relative;
	padding-top: 0px;
	@media (max-width:767px){    width: 100%;}
}


.page-content.industry_sectors  {
    padding-top: 0px;
	content-visibility: visible;
}
.industry_sectors .container-fluid {padding: 100px 50px 50px;}

.industry_sectors p {color: #fff;}

.industry_sectors .custom-heading02:before {content:none;}
.industry_sectors .custom-heading02 h2 {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-align: left;
    font-size: clamp(3.125rem, 5vw, 8.25rem);
}
.industry_sectors .custom-heading02 h2 span{
    color: transparent;
    -webkit-text-stroke: 2px white;	
    font-family: sans-serif;
    font-weight: 900;
    line-height: 1;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;	
}
.industry_sectors .custom-heading02 h2 span:after,.industry_sectors .title.text-anim:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    width: 100%;
    background: linear-gradient(0deg,#0c513ff2 30%,#0c513f00 100%);	
}

.industry_sectors .service-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    margin-bottom: 50px;
}

.industry_sectors .service-list li {
    list-style: none;
    flex: 0 0 33%;
    width: 100%;
}
.industry_sectors .service-list li > a {
	display: flex;
	flex-direction: column;
	padding: 0px 25px 20px;
	border-radius: 20px;
  /*background: linear-gradient(to bottom right, rgb(255 255 255 / 0%), rgba(255,255,255,0));*/
  /*transition: background 0.5s ease;*/
}


.industry_sectors .service-list li:hover > a {
    /*background: linear-gradient(to bottom right, rgb(255 255 255 / 25%), rgba(255, 255, 255, 0));*/
    
	/*transition: background 1s ease-in-out;*/
}

.industry_sectors .service-list li > a {
  position: relative;
  overflow: hidden;
}

.industry_sectors .service-list li > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgb(255 255 255 / 25%), rgba(255,255,255,0));
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  background: linear-gradient(to bottom right,rgba(255 255 255 / 45%),rgba(255 255 255 / 15%),rgba(255 255 255 / 0%),rgba(255 255 255 / 0));
  
}

.industry_sectors .service-list li > a:hover::before {
  opacity: 1;
}

.industry_sectors .service-list li .icon-container {
    width: 60px;
    height: 60px;
    float: left;
}

.industry_sectors .service-list li p {
    font-size: 18px;
    padding: 0px;
}
.industry_sectors .col-md-6.globe {
    position: relative;
    min-height: 555px;
}
.industry_sectors .row {position: relative;}
.industry_sectors .globe:after {
    /* content: ""; */
	display: block;	
    background: url(/wp-content/themes/twentytwentyone/assets/img/globe.svg);
	background: url(/wp-content/themes/twentytwentyone/assets/img/globe_mob3_1-min.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1100px;
    height: 1260px;
    bottom: -20%;
    right: -10%;
    z-index: 1;
}
.industry_sectors .globe img {
    width: 650px;
    height: auto;
    position: absolute;
    right: -10%;
    object-fit: cover;
    overflow: visible;
    z-index: 1;
    bottom: -20%;
}

.industry_sectors .globe span.globe {
    content: "";
    position: absolute;
    width: 120%;
    height: 100vh;
    display: block;
    top: -35%;
    right: calc(-20% - 73px);
}

.industry_sectors .globe span.globe  {background: url(/wp-content/themes/twentytwentyone/assets/img/globe_mob3_1-min.png);background-repeat: no-repeat;background-size: contain;background-position-y: center;z-index:1;}
.industry_sectors .globe span.pick {
    position: absolute;
    width: 120%;
    height: 100vh;
    display: block;
    z-index: 2;

}
.industry_sectors .globe span.pick_1 {
	background: url(/wp-content/themes/twentytwentyone/assets/img/globe_pick_1.png);background-repeat: no-repeat;background-size: contain;background-position-y: center;z-index:2;
	
	}
.industry_sectors .globe span.pick_2 {background: url(/wp-content/themes/twentytwentyone/assets/img/globe_pick_2.png);background-repeat: no-repeat;background-size: contain;background-position-y: center;z-index:3;

}
.industry_sectors .globe span.pick_3 {background: url(/wp-content/themes/twentytwentyone/assets/img/globe_pick_3.png);background-repeat: no-repeat;background-size: contain;background-position-y: center;z-index:4;

}

.industry_sectors .globe.pulse span.pickk {
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    /* border: 10px solid rgba(255,255,255,.3); */
    background: radial-gradient(circle at center, #1800e7 10px, rgb(163 156 225) 10px);
    background-clip: padding-box;
    box-shadow: 0 0 15px rgba(255,255,255,.4);
    transform-origin: center;
    animation: annoying .4s ease-in infinite alternate;
}
.industry_sectors .globe.pulse span.pickk.pick_1 {
    position: absolute;
    top: 393px;
    z-index: 4;
    right: 0;
    left: 167px;
    left: 17.7%;
    top: 58.4%;	
}
.industry_sectors .globe.pulse span.pickk.pick_2 {
    position: absolute;
    top: 520px;
    z-index: 4;
    right: 0;
    left: 438px;
    left: 79.5%;
    top: 90.8%;	
}

body.page-id-15 .industry_sectors .globe.pulse span.pickk.pick_2 {
    left: 96.7%;
    top: 42.4%;
}

.industry_sectors .globe.pulse span.pickk.pick_3 {
    position: absolute;
    top: 723px;
    z-index: 4;
    right: 0;
    left: 75.4%;
    top: auto;
    bottom: -60.9%;
}

@keyframes annoying{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.2);
  }
}
.item {position: relative;}
.item a.btn__link,.service-feature-box .service-media .btn__link_ico {
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: -20px;
	top: 0;
}

.item a.btn__link .btn__contacts_ico:before {
    content: "";
	background: transparent;
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
	right: 24px;
    top: 24px;	
}


.item:hover a.btn__link .btn__contacts_ico:before {
	background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right.svg);
    background-repeat: no-repeat;
    background-size: cover;	
}

.page_sweepers .item a.btn__link,.page_sweepers .service-feature-box .service-media .btn__link_ico {
    margin-left: -40px;

}
.page_sweepers .item:hover a.btn__link .btn__contacts_ico:before {
	background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right.svg);
    background-repeat: no-repeat;
    background-size: cover;	
}


.text-anim {
  position: relative;
  width: max-content;
  visibility: hidden;
}

.text-anim.typing {
  visibility: visible;
}

body.home .numbers .anim-num {
    display: flex;
    justify-content: space-between;
    column-gap: 0px;
}
body.home .numbers .anim-num .lighten .title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
body.home .numbers .anim-num .numbers__items:nth-child(2) .lighten .title {
    margin-left: -70px;
}
body.home .numbers .anim-num .lighten .title span {
    flex: 0 0 40%;}
body.home .numbers .anim-num .numbers__items:nth-child(1) .lighten .title span.num {text-align: center;}
body.home .numbers .anim-num .lighten .title span.num {
    flex: 0 0 60%;
    text-align: end;
}



body.home .numbers .anim-num .numbers__items {
    flex: 0 0 calc(50% - 0px);
    margin: 0;
}

@media (max-width: 1500px) and (min-width: 1400px) {
.industry_sectors .globe span.globe  {background: url(/wp-content/themes/twentytwentyone/assets/img/globe_mob3_1-min.png);background-repeat: no-repeat;background-size: contain;background-position-y: center;z-index:1;}
}
@media (max-width: 1990px) and (min-width: 1850px) {
.industry_sectors .globe span.globe  {background: url(/wp-content/themes/twentytwentyone/assets/img/globe_mob3_1-min.png);background-repeat: no-repeat;background-size: contain;background-position-y: center;z-index:1;}
}



@media (max-width: 1600px) and (min-width: 1401px) {.industry_sectors .globe img { width: 600px;}}
@media (max-width: 1400px) and (min-width: 1001px) {.industry_sectors .globe img { width: 550px;}}
@media (max-width: 1200px) {
	.page-content.industry_sectors {
		padding: 0;
		width: 100%;
	}
	.industry_sectors .container-fluid {
		padding: 100px 50px 0px;
	}	
	.industry_sectors .col-md-6 {width: 100%;}
	.industry_sectors .col-md-6.globe {
		position: static;
		display: flex;
		text-align: right;
		justify-content: flex-end;
		margin-top: 85px;
        position: relative;
	}	
	.industry_sectors .globe img {
		width: 550px;
		position: relative;
		right: -50px;
		bottom: -50px;
		margin: -50px 0;
	}
	.industry_sectors .globe span.globe,.industry_sectors .globe span.pick {top: -45%;    width: 100%;        right: 0;}
	.industry_sectors .col-md-6.globe {position: relative;min-height: 450px;}
}
@media (max-width:767px){
	
	.industry_sectors{
		width: 100%;
		padding: 0;
        border-radius: 0 50px 50px 0;
        /*height: 145%;*/
        margin-bottom: 15%;
	}
	.industry_sectors .container-fluid {
		padding: 35px 0px 0px;
	}
	.industry_sectors .service-list,.industry_sectors p {    padding: 0 10px;}
	.industry_sectors .custom-heading02 h2 {
		font-size: 50px;
		text-align: center;
	}
	.industry_sectors .service-list li {
		flex: 0 0 50%;
	}
	.industry_sectors .globe:after {
		content: none;

		background: url(/wp-content/themes/twentytwentyone/assets/img/globe_mob3_1-min.png);
		position: relative;
		background-size: contain;
		background-position: right;
	    background-repeat: no-repeat;
		width: 100%;
		height: 400px;
		bottom: 0%;
		right: 0;
        margin-bottom: -70px;
        margin-top: -40px;		
	}
	.industry_sectors .custom-heading02 h2 span {margin-bottom: 5px;}
.industry_sectors .globe.pulse span.pickk {
	display: none;
    width: 28px;
    height: 28px;
    background: radial-gradient(circle at center, #1800e7 5px, rgb(163 156 225) 5px);

}
.industry_sectors .globe.pulse span.pickk.pick_1 {
left: 21.9%;
top: 39.7%;	
}
.industry_sectors .globe.pulse span.pickk.pick_2 {
    left: 62.7%;
    top: 55.5%;
}
.industry_sectors .globe.pulse span.pickk.pick_3 {
    right: 0;
    left: 60%;
    top: auto;
    bottom: 10.8%;
}
	
	
	
	
	.our_service.service-body {padding: 0 35px 0;}
	.our_service.service-body:after {
		content: "";
		position: absolute;
		background: url(/wp-content/themes/twentytwentyone/assets/img/dots.svg);
		background-repeat: repeat;
        width: 70px;
        height: 150px;
        z-index: 1;
        top: 63%;
        right: 0;
	}
	.our_service p {font-size: 36px;}
	
	body.home .numbers .anim-num .numbers__items:nth-child(1) .lighten .title span.num {text-align: end;}
	body.home .numbers .anim-num .lighten .title span {text-align: left;}
	body.home .numbers .anim-num .lighten .title {margin-left: -42px;}
	
	
	
	
}














.numbers {
    padding: 100px 50px 100px;
    margin-top: 10px;
	
	@media (min-width:1850px){margin-top: 130px;margin-bottom: 115px;}
	@media (min-width:1439px) and (max-width:1850px){margin-top: 100px;}
	
}
.page-content.numbers {}



body.home .numbers .lighten span {
    color: transparent;
    -webkit-text-stroke: 2px #0c513f;
    text-transform: capitalize;
    text-transform: none;
    letter-spacing: -5px;
    font-weight: 600;
}
.numbers__items.target-block .title {
    display: flex;
    column-gap: 90px;
}

.numbers__items.target-block .title span {
    transition: opacity 1s ease;
}
.numbers__items.target-block2 {
    display: flex;
    column-gap: 145px;
}
.numbers__items.target-block2 span {
    flex: 0 0 58%;
}



.numbers .numbers__point {
    /*position: relative;*/
    display: block;
    height: 300px;
    overflow: hidden;
}
.numbers .numbers__point:after {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/twentytwentyone/assets/img/dots.svg);
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-position: top;
    width: 50%;
    height: 70%;
    z-index: 0;
    right: -5%;
    top: -23%;
}
.numbers .numbers__items{flex: 0 0 calc(50% - 50px);}
.numbers .numbers__items > div {
    color: transparent;
    -webkit-text-stroke: 2px #0c513f;
    text-align: left;
    font-size: 115px;
    font-family: sans-serif;
    /* text-transform: uppercase; */
    font-weight: 900;
    display: block;
    line-height: 1;
	position: relative;
}
.numbers .numbers__items > span {
    color: #0c513f;
    margin-top: 0px;
    display: block;
    position: relative;
    margin-left: 35px;
}

.numbers .numbers__items > div .q {
    height: 30px;
}
.numbers .numbers__items > div .grad {
    background-image: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255), rgb(255 255 255));
}



.page-content.advantages {
    padding: 100px 0 150px;
}
.our_advantages.service-body {
    margin-top: 100px;
}
.advantages .service-feature-box {
    background: #FAFAFA;
    padding: 25px;
    font-size: 18px;
    border-radius: 20px;
    text-align: left;
    min-height: 450px;
  	box-shadow: 0 20px 15px #0000000d;
    margin-bottom: 25px;
}
.advantages .service-feature-box .service-body h4 {
    font-weight: 600;
}
.advantages  .service-feature-box .service-media {
    position: relative;
    height: 80px;
}

.advantages .service-feature-box .service-media span {position: relative;}
.advantages .service-feature-box .service-media span:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 65px;
    background-repeat: no-repeat;background-size: contain;background-position-y: center;
}
.advantages .service-feature-box .service-media.reliability span:before {    background: url(/wp-content/themes/twentytwentyone/assets/img/reliability_ico.svg);background-repeat: no-repeat;background-size: contain;background-position-y: center;}
.advantages .service-feature-box .service-media.expertise span:before {    background: url(/wp-content/themes/twentytwentyone/assets/img/expertise_ico.svg);background-repeat: no-repeat;background-size: contain;background-position-y: center;}



.advantages .our_advantages .custom-heading h4 {
    text-align: left;
    font-size: 100px;
    font-family: sans-serif;
    /* text-transform: uppercase; */
    font-weight: 900;
    display: block;
    line-height: 1;
    position: relative;
}

.advantages .btn__contacts_name {color:#1A01D8;    font-weight: 700;}
.advantages .service-feature-box:hover .btn__link .btn__contacts_name {color:#1A01D8;border-bottom: 4px solid #00499020;}
.advantages .btn__link .btn__contacts_ico {display:none}
/*  7.26. SERVICES LIST BIG ICONS 
    ------------------------------------------------------------------------- */
.col-md-9 .service-list-big-icons li {
    width: 33.3%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.col-md-9 .service-list-big-icons li:nth-child(3n) {
    padding-right: 0;
}

.col-md-9 .service-list-big-icons li:first-child {
    padding-left: 0;
}

.service-list-big-icons {
    width: 100%;
}

.service-list-big-icons li {
    list-style: none;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.service-list-big-icons li .icon-container {
    background-color: #fff;
    width: 80px;
    height: 80px;
    float: left;
    border: 2px solid #ddd;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}


.service-list-big-icons .icon-container svg,
.service-list-big-icons .icon-container img {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 100%;
}

.service-list-big-icons li h4 {
    font-weight: normal;
    padding-left: 100px;
    padding-top: 30px;
}

.service-list-big-icons .icon-container i {
    font-size: 36px;
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/*  7.27. SERVICES LIST BIG ICONS + DETAILS (text)
    ------------------------------------------------------------------------- */
.service-list-big-icons-details li {
    margin-bottom: 20px;
}

.col-md-9 .service-list-big-icons-details li {
    width: 33.3%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.col-md-9 .service-list-big-icons-details li:nth-child(3n) {
    padding-right: 0;
}

.col-md-9 .service-list-big-icons-details li:first-child {
    padding-left: 0;
}

.service-list-big-icons-details {
    width: 100%;
}

.service-list-big-icons-details li {
    list-style: none;
    float: left;
}

.service-list-big-icons-details li .icon-container {
    background-color: #fff;
    width: 100px;
    height: 100px;
    float: left;
    border: 2px solid #ddd;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.service-list-big-icons-details li .icon-container svg,
.service-list-big-icons-details li .icon-container img {
    width: 60px;
    height: 100%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.service-list-big-icons-details li .service-details {
    padding-left: 125px;
    padding-top: 10px;
}

.service-list-big-icons-details li .service-details h4 {
    margin-bottom: 15px;
}

.service-list-big-icons-details .icon-container i {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 50px;
}


/*
    7.28. SHIPPING QUOTE FORM
    ------------------------------------------------------------------------- */
.wpcf7.shipping-quote {
    padding: 20px;
    background-color: #fcfcfc;
}

.wpcf7.shipping-quote label {
    width: 50%;
    float: left;
    padding-top: 8px;
}

.wpcf7.shipping-quote fieldset {
    width: 100%;
    margin-bottom: 5px;
}

.wpcf7.shipping-quote input.wpcf7-text {
    width: 50%;
    float: left;
    padding: 5px 15px;
}

.wpcf7.shipping-quote .submit {
    padding: 8px 30px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    float: right;
    color: #fff;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}




/*   7.29. SLIDER - MASTER SLIDER
    ------------------------------------------------------------------------- */
.header-style01+.master-slider {
    margin-top: -185px !important;
}

.master-slider .pi-caption01 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
}

.master-slider .pi-text {
    font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    color: #fff;
}

.master-slider {
    margin-bottom: 70px !important;
}

.master-slider.mb-0 {
    margin-bottom: 0 !important;
}

.master-slider.mb-30 {
    margin-bottom: 30px !important;
}

.master-slider .pi-caption02 {
    font-size: 21px;
    font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.master-slider .pi-button {
    padding: 12px 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;

    border: 2px solid;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.master-slider .pi-caption-dark {
    color: #03253c;
}

.master-slider .ms-view {
    background: transparent;
}

.master-slider .tooltip h1,
.master-slider .tooltip h2,
.master-slider .tooltip h3,
.master-slider .tooltip h4,
.master-slider .tooltip h5,
.master-slider .tooltip h6 {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 10px;
}

.master-slider .tooltip h6::after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    bottom: 0;
    left: 0;
}

.master-slider .tooltip p,
.master-slider .tooltip span {
    color: #333;
}

.master-slider .tooltip img {
    float: left;
}

.master-slider .tooltip-text {
    padding-left: 85px;
}

.ms-skin-default .ms-tooltip {
    max-width: 300px;
}



/*   7.30. STATEMENT ELEMENT
    ------------------------------------------------------------------------- */
.statement p {
    padding: 0 50px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}


/*
    7.31. TABLE 
    ------------------------------------------------------------------------- */
.table {
    width: 100%;
}

.table caption {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

.table thead {
    background-color: #f6f6f6;
}

.table thead tr th {
    padding: 10px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.table thead tr th:first-child {
    text-align: left;
}

.table tbody {
    background-color: #fcfcfc;
}

.table tbody tr td {
    padding: 10px;
    text-align: center;
}

.table tbody tr td:first-child {
    text-align: left;
    color: #333;
    font-weight: 700;
}



/*  7.32. TABS
    ------------------------------------------------------------------------- */
.tabs {
    overflow: hidden;
}

.tabs li {
    list-style: none;
    float: left;
    background-color: #fcfcfc;
    overflow: hidden;
    position: relative;
    padding: 0;
    line-height: 55px;
    list-style: none;
    top: 3px;
    cursor: pointer;
    margin-right: 2px;
}

.tabs li a {
    color: #333;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 800;
    line-height: 55px;
    text-transform: uppercase;
    display: block;
}

.tab-content-wrap {
    width: 100%;
    overflow: hidden;
    float: left;
    padding-top: 30px;
}

.tabs li.active a {
    color: #fff;
}


/*
    7.33. TEAM MEMBERS
    ------------------------------------------------------------------------- */
.team-member img {
    margin-bottom: 20px;
}

.team-details {
    position: relative;
}

.team-details:after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 0;
}

.team-details h1,
.team-details h2,
.team-details h3,
.team-details h4,
.team-details h5 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.team-details .position {
    font-style: italic;
}

/*
    7.34. TEAM MEMBERS LIST
    ------------------------------------------------------------------------- */
.team-list li {
    list-style: none;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.team-list li:last-child {
    margin-bottom: 0;
}

.team-list li img {
    float: left;
}

.team-list li .team-details-container {
    padding-left: 293px;
}

.team-list li .team-details {
    margin-bottom: 20px;
}

.col-md-3 .team-list li img,
.col-md-4 .team-list li img {
    float: none;
    display: table;
    margin: 0 auto 20px;
    width: 100%;
}

.col-md-3 .team-list li .team-details-container,
.col-md-4 .team-list li .team-details-container {
    padding-left: 0;
}


/*
    7.35. TESTIMONIAL
    ------------------------------------------------------------------------- */
.testimonial {
    background-color: #fcfcfc;
    padding: 30px;
}

.testimonial p {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    text-align: center;
}

.testimonial-author p {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    color: #333;
}




/*   7.36. TRACKING FORM
    ------------------------------------------------------------------------- */
.tracking {
    width: 100%;
    position: relative;
}

.tracking .package-id {
    padding: 5px 60px 5px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    min-width: 100%;
}

.tracking .submit {
    width: 40px;
    height: 40px;
    background-image: url('../img/tracking-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}


/*  7.37. VEHICLE GALLERY FULL
    ------------------------------------------------------------------------- */
.vehicle-gallery .col-md-3 {
    padding: 0;
    list-style: none;
}

.gallery-item-container {
    position: relative;
    overflow: hidden;
}

.gallery-item-container .gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.gallery-item-container .gallery-item img {
    width: 100%;
    height: auto;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;

    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.gallery-item-container .hover-mask-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(49, 57, 63, 0.5);

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.gallery-item-container .gallery-item:hover .hover-mask-container {
    opacity: 1;
}

.gallery-item-container figcaption {
    position: absolute;
    width: 100%;
    top: 40px;
}

.gallery-item-container figcaption h1,
.gallery-item-container figcaption h2,
.gallery-item-container figcaption h3,
.gallery-item-container figcaption h4,
.gallery-item-container figcaption h5 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.gallery-item-container figcaption h1:after,
.gallery-item-container figcaption h2:after,
.gallery-item-container figcaption h3:after,
.gallery-item-container figcaption h4:after,
.gallery-item-container figcaption h5:after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.hover-mask-container .hover-zoom {
    position: absolute;
    bottom: 50%;
    left: 50%;

    width: 50px;
    height: 50px;

    margin-bottom: -25px;
    margin-left: -25px;

    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;

    border: 2px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}


.hover-mask-container .hover-zoom a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 18px;

    width: 50px;
    height: 50px;
}

.gallery-item-container .gallery-item:hover .hover-zoom {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.gallery-item-container .gallery-item:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

/*  VEHICLE GALLERY GRID
    ------------------------------------------------------------------------- */
.vehicle-gallery .col-md-4 {
    padding: 0;
    list-style: none;
}

.col-md-4 .gallery-item-container figcaption {
    top: 20px;
}


/* ==========================================================================
    8. HOME MINIMAL CUSTOM STYLES
    ========================================================================= */
.page-content.fixed.centered .container {
    position: absolute;
    top: 50%;
    left: 50%;
}

.page-content.fixed.centered .container .row {
    max-width: 100%;
}

.page-content.fixed.bottom .row {
    margin-bottom: 0;
    max-width: 100%;
}

.page-content.fixed.bottom .container {
    position: absolute;
    bottom: 0;
    left: 50%;
}

/* ==========================================================================
    9. BLOG
    ========================================================================= */


.blog-posts li {
    list-style: none;
}

.blog-posts .pagination {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.blog-posts .pagination ul {
    float: right;
}

.blog-posts .pagination li {
    float: left;
    background-color: #f5f9fc;
    border: 1px solid #ddd;
    list-style: none;
    margin-right: 5px;
    width: 30px;
    height: 30px;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.blog-posts .pagination li a {
    display: table-cell;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

.blog-posts .pagination li.active a,
.blog-posts .pagination li:hover a {
    color: #fff;
}

.blog-post .post-body h3 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*
    BLOG LIST
    ------------------------------------------------------------------------- */
.blog-posts.post-list .blog-post {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #ddd;
}

.post-list .blog-post .post-date,
.post-single .blog-post .post-date {
    width: 100px;
    float: left;
}

.post-list .blog-post .post-date .day,
.post-single .blog-post .post-date .day {
    background-color: #fcfcfc;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: 800;
    text-align: center;
    padding: 20px 30px;
}

.post-list .blog-post .post-date .month,
.post-single .blog-post .post-date .month {
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.post-list .blog-post .post-body,
.post-single .blog-post .post-body {
    padding-left: 130px;
}

.post-list .blog-post .post-body h3 {
    font-size: 18px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*
    BLOG STANDARD
    ------------------------------------------------------------------------- */

.post-media {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 25px;
}

.post-media .post-img img {
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    opacity: 1;
}

.post-media .post-img:hover img {
    opacity: 0.7;

    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
}


/*
    BLOG MASONRY
    ------------------------------------------------------------------------- */
.blog-posts.isotope.masonry {
    padding: 0;
}

.blog-posts.isotope.masonry li.blog-post.isotope-item {
    margin-bottom: 30px;
    width: 30%;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #fff;
    float: left;
}

.blog-post.isotope-item .post-info {
    margin-bottom: 30px;
}

.blog-post.isotope-item .post-date {
    float: left;
    width: 50%;
}

.blog-post.isotope-item .post-date p {
    color: #565f66;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 0 20px;
}

.blog-post.isotope-item .post-date i {
    padding-right: 3px;
}

.blog-post.isotope-item .post-info .post-category {
    width: 50%;
    float: right;
    position: relative;
}

.blog-post.isotope-item .post-info .post-category a {
    text-transform: uppercase;
    color: #eee;
    background-color: #565f66;
    padding: 7px 15px;
    position: absolute;
    right: 0;
}

.blog-post.isotope-item .post-body {
    padding: 0 20px;
}

.blog-post.isotope-item .post-media {
    margin-bottom: 15px;
}

.blog-post.isotope-item .post-footer {
    padding: 0 15px 15px 20px;
}

.post-footer .post-meta {
    width: 50%;
    float: left;
    padding-top: 3px;
}

.post-footer .post-meta li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #ddd;
}

.post-footer .post-meta li:first-child {
    padding-left: 0;
}

.post-footer .post-meta li:last-child {
    border-right: none;
}

.post-footer .post-meta li.comments a {
    padding-left: 3px;
}

.post-footer .post-meta li.post-like:before {
    float: right;
    position: relative;
    top: 6px;
}

.post-footer .post-meta li.post-like .box {
    position: relative;
    top: -12px;
    padding-top: 12px;
}

.post-footer .post-meta li.post-like .box a {
    padding-right: 15px;
}

.post-footer a.read-more span {
    text-transform: none;
    font-weight: normal;
}

.post-footer .post-meta li.post-like:hover:before {
    color: #ff0101;
}


/*
    BLOG SINGLE POST
    ------------------------------------------------------------------------- */

/*  POST COMMENTS
    ------------------------------------------------------------------------- */
.post-comments {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.comments-li {
    float: left;
    margin-bottom: 30px;
    background: none;
    padding-left: 0;
    list-style: none;
}

.comments-li>li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    list-style: none;
    min-height: 75px;
}

.comments-li>li:last-child .comment {
    border: none;
    margin-bottom: 0;
}

.comments-li .comment {
    float: left;
    min-height: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.post-comments .comment+.children {
    margin-top: 30px;
}

.post-comments .children+.children {
    margin-top: 30px;
}

.comment .avatar {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    float: left;
    border: 3px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-meta li {
    font-style: italic;
    list-style: none;
}

.comment-meta .author {
    font-size: 15px;
    font-family: 'Poppins', Arial, sans-serif;
    color: #252525;
    font-weight: 600;
    font-style: normal;
}

.comment .comment-body {
    margin-left: 100px;
    margin-top: 15px;
}

.comment .comment-reply-link {
    display: block;
    margin-top: 15px;
    background: url('../img/blog/reply.png') no-repeat 0 center;
    padding-left: 22px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
}

.post-comments .children {
    margin-left: 10%;
    float: left;
    padding: 0 0 0 20px;
    width: calc(90%);
}

.children li {
    list-style: none;
}

/*  COMMENT FORM
    ------------------------------------------------------------------------ */
.comment-form {
    width: 100%;
    float: left;
}

.comment-form fieldset {
    width: 50%;
    float: right;
    padding-right: 30px;
    margin-bottom: 20px;
}

.comment-form fieldset:nth-child(2n + 1) {
    padding-right: 0;
}

.comment-form .wpcf7-message {
    width: 100%;
}

.comment-form label {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}

.comment-reply {
    padding: 13px 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    float: right;
    color: #fff;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* ==========================================================================
    10. LOCATIONS PAGE
    ========================================================================= */
.page-title-map.page-title-negative-top #map {
    height: 800px;
    margin-top: -186px;
}

.locations-li>li {
    list-style: none;
    margin-bottom: 30px;
}

.locations-li>li h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.locations-li>li .fa-ul {
    margin-left: 20px;
}


/* ==========================================================================
    11. CONTACT
    ========================================================================= */
.wpcf7 fieldset {
    margin-bottom: 15px;
}

.wpcf7 label {
    width: 100%;
    padding-bottom: 10px;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 15px;
}

.wpcf7 .wpcf7-submit {
    padding: 13px 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    float: right;
    color: #fff;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#map {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
}

#map img {
    max-width: none;
}

/* ==========================================================================
    12. WIDGETS
    ========================================================================= */
.aside-widgets>li {
    list-style: none;
}

.widget {
    display: block;
    width: 100%;
    margin-bottom: 45px;
}

.widget .title h3 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}

.widget ul>li {
    /*background-image: url('../img/arrow.png');*/
    background-repeat: no-repeat;
    background-position: 0 center;
    list-style: none;
    /*padding-left: 15px;*/
}
footer a {
    font-size: 18px;
}
footer .container {
    margin: auto;
}
.widget li a {
    padding-top: 5px;
    display: block;
}

/* 
   ASIDE SEARCH WIDGET
   -------------------------------------------------------------------------- */
.widget_search form {
    position: relative;
}

.widget_search .a_search {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    color: #777;
    font-style: italic;
    left: 0;
    top: 0;
    padding: 10px 60px 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.widget_search .search-submit {
    background-image: url('../img/search.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 100%;
    border: none;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    min-height: 40px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

/*
    LATEST POSTS WIDGET 01
    ------------------------------------------------------------------------- */
.rpw_posts_widget ul>li {
    position: relative;
    background: none;
    background-image: none !important;
    padding-left: 18px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.rpw_posts_widget ul>li::before {
    position: absolute;
    display: block;
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 11px;
    top: 5px;
    left: 0;
}

.rpw_posts_widget ul>li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.rpw_posts_widget li h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}




/*  NAV MENU WIDGET
    ------------------------------------------------------------------------- */
.widget_nav_menu ul li {
    background-position: right center;
    padding-left: 0;
    border-bottom: 1px dotted #ddd;
}

.widget_nav_menu ul li:last-child {
    border-bottom: none;
}


/*
    NEWSLETTER WIDGET
    ------------------------------------------------------------------------- */
.widget_newsletterwidget .newsletter {
    width: 100%;
    float: left;
    position: relative;
}

.widget_newsletterwidget .newsletter .email {
    padding: 5px 60px 5px 15px;
    font-style: italic;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 40px;
    border: 1px solid #ddd;
    min-width: 100%;
}

.footer-dark .footer-widget-container .newsletter .email {
    color: #bcc0c4;
    background-color: #565f66;
    border: none;
}

.newsletter .submit {
    width: 40px;
    height: 40px;
    background-image: url('../img/subscribe.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    border: none;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


/*  NEWS CAROUSEL
    ------------------------------------------------------------------------- */
.news-carousel-container .icon-title {
    float: left;
    border-right: 3px solid #1f2830;
    padding-right: 20px;
    margin-right: 20px;
    padding-top: 25px;
    padding-left: 15px;
    min-height: 80px;
}

.news-carousel-container .icon-title i,
.news-carousel-container .icon-title h3 {
    float: left;
    font-size: 24px;
}

.news-carousel-container .icon-title i {
    padding-right: 10px;
}

.news-carousel-container .owl-item {
    padding-top: 5px;
}

.news-carousel-container .owl-item h4 {
    margin-bottom: 5px;
}

.news-carousel-container .owl-item span {
    text-transform: uppercase;
}

*[class^="col-"].custom-bkg .news-carousel-container {
    margin: -15px;
}



/* ==========================================================================
     13. FOOTER
    ========================================================================= */
#footer .row {
    margin-bottom: 25px;
}
#footer a:hover {
    color: #C2F946;
    cursor: pointer;
}
address a {position: relative;}
address a:before {
    content: "";
    display: block;
    background: url(/wp-content/themes/twentytwentyone/assets/img/location.svg);
	width: 35px;
    height: 35px;
    position: absolute;
    top: 20%;
    left: -45px;
    background-size: cover;
    background-repeat: no-repeat;	
}
address a:hover:before {
    content: "";
    background: url(/wp-content/themes/twentytwentyone/assets/img/location-hover.svg);
    background-size: cover;
    background-repeat: no-repeat;
}


#footer-wrapper {
    padding-top: 70px;
    position: relative;
    /*background-image: url('../img/footer-bkg.png');*/
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-wrapper.footer-dark {
    background-color: black;
}

#footer-wrapper.footer-light {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.footer-dark .footer-widget-container .text-big {
    color: #fff;
}

.footer-dark .footer-widget-container .widget .title h3 {
    color: #fff;
	font-size: 21px;
    line-height: 24px;
    font-weight: 400;
}

.footer-widget-container>li {
    list-style: none;
}

.footer-dark .footer-widget-container p,
.footer-dark .footer-widget-container a,
.footer-dark .footer-widget-container address,
.footer-dark .footer-widget-container span,
.footer-dark .copyright-container p,
.footer-dark .copyright-container a,
.footer-dark .copyright-container span {
    color: #bcc0c4;
}

.footer-social-icons {
    margin-top: 15px;
}

.footer-social-icons>li {
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.footer-social-icons li a {
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.footer-social-icons li a:hover {
    color: #fff;
}

.footer-dark .footer-social-icons li a {
    color: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.footer-dark .footer-social-icons li a svg{
    fill: white;
}
.footer-light .footer-social-icons li a {
    background-color: #f6f6f6;
}

.copyright-container .row {
    margin-bottom: 0;
}

.footer-dark .copyright-container .row {
    border-top: 1px solid #384653;
    padding: 15px 0 10px 0;
}

.footer-light .copyright-container .row {
    border-top: 1px solid #ddd;
    padding: 15px 0 10px 0;
}

.copyright-container a,
.copyright-container p,
.copyright-container span {
    font-size: 18px;
}

/*
    SCROLL UP
    ------------------------------------------------------------------------- */
.scroll-up {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background-image: url('../img/to-top.png');
    background-repeat: no-repeat;
    background-color: #fac312;
    z-index: 100;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* ---------------------------------------------------- FLEX FOR BLOCKS ON INDUSTRY-SECTORS 
---------------------- */

.post-142 .row { 
    display: flex;
    flex-wrap: wrap;

}


.baner {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  	position: relative;
    overflow: hidden;
}

.baner.preload .promo{background: url(/wp-content/themes/twentytwentyone/assets/img/Header-min.png);background-repeat: no-repeat;background-size: cover;background-position-y: bottom;z-index:10;}

.baner > span {
    content: "";
    position: absolute;
	width: 100%;
    height: 100vh;
    background-repeat: no-repeat;background-size: cover;background-position-y: center;
	z-index:0;
	
	@media (max-width:767px){display: none;}
}
.baner > span.header_layer_1_02 {background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_04_1.png);background-repeat: no-repeat;background-size: cover;background-position-y: bottom;z-index:1;}
.baner > span.header_layer_sky_2_02 {background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_sky_2_02.png);background-repeat: no-repeat;background-size: cover;background-position-y: bottom;z-index:2;}
.baner > span.header_layer_truck_3_02 {background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_truck_3_05_1.png);background-repeat: no-repeat;background-size: cover;background-position-y: bottom;z-index:3;}
.baner > span.header_layer_light_right_4_02 {background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_02_headlight_right.png);background-repeat: no-repeat;background-size: cover;background-position-y: bottom;z-index:4;}
.baner > span.header_layer_light_left_5_02 {background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_02_headlight_left.png);background-repeat: no-repeat;background-size: cover;background-position-y: bottom;z-index:5;}

.baner span.txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: white;
    font-size: 100px;
    font-family: "Mona Sans Condensed","Inter", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	
	@media (max-width:767px){font-size: 85px;}
}
.baner span.txt.str_01 {
    left: 7.6%;
    bottom: 57%;
    font-size: 95px;
}
.baner span.txt.str_02 {
    bottom: 33%;
    font-size: 181px;
    left: 11.9%;
}
.baner span.txt.str_03 {
    bottom: 16.7%;
    font-size: 181px;
    left: 10.7%;
}
.baner span.txt.str_04 {
    bottom: 23.3%;
    font-size: 96px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255 255 255 / 40%);
    transform: rotate(-90deg);
    margin-left: -10%;
    @media (min-width: 1439px) and (max-width: 1849px){margin-left: -7%;}
  	@media (min-width:1500px){margin-left: -10%;}
  	@media (min-width:1550px){margin-left: -11%;}
  	@media (min-width:1650px){margin-left: -12%;}
  @media (min-width:1750px){margin-left: -13%;}
  @media (min-width:1800px){margin-left: -9%;}
  @media (min-width:1850px){margin-left: -10%;}
  
  
}

.baner span.txt.str_04 span{
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0px white;
}

.baner span.txt.str_04 span::before {
    content: attr(data-text);
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1.5px rgb(255 255 255 / 71%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    pointer-events: none;
}

.swiper {
	margin-bottom: 20px;
}

.swiper-wrapper {
	height: auto;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

	
.swiper-button-next, .swiper-button-prev {
    top: auto;
    background-color: #1a00e2;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    color: white;
    margin: 0;
}

.swiper-advantage .swiper-button-next, .swiper-advantage .swiper-button-prev {
	display: flex;
	@media (max-width:767px){display: none;}
}

.swiper-button-prev {
    right: 100px !important;
    left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content:"";
	display:block;
	background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-prev.svg);
	background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-prev-green.svg);
	transform: rotate(180deg);
	width: 25px;
	height: 25px;
	
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content:"";
	display:block;
	background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-prev.svg);
	background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-prev-green.svg);
	width: 25px;
	height: 25px;
}
/**
.swiper-button-next.swiper-button-disabled:after {background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-prev.svg);transform: rotate(180deg);}
.swiper-button-prev.swiper-button-disabled:after {background: url(/wp-content/themes/twentytwentyone/assets/img/arrow.svg);}
**/
.swiper-button-next[aria-disabled="false"]:after {background: url(/wp-content/themes/twentytwentyone/assets/img/arrow.svg);transform: rotate(0deg);}
.swiper-button-prev[aria-disabled="false"]:after {background: url(/wp-content/themes/twentytwentyone/assets/img/arrow.svg);transform: rotate(180deg);}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
	background-color: white;
	color: #1a00e2;
    cursor: auto;
    pointer-events: none;
    border: 1px solid;
}

.swiper-pagination {
    position: relative;
    padding-top: 30px;
    display:none;
	
	@media (max-width:1400px){display:  block;}
}
.btn__contacts_ico:before {
	content:"";
	display:block;
	background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right.svg);
	width: 24px;
	height: 24px;		
}
.navbar-collapse.collapse {
    display: flex !important;
    align-items: center;
	justify-content: space-between;
}
.btn__mob {
    display: none;
}


@media (min-width:3840px){
	.baner > span.header_layer_light_left_5_02 {
		/*bottom: 25.8%;*/
		/*right: 44.5%;*/
	}
	.baner > span.header_layer_light_right_4_02 {
		/*bottom: 27.9%;*/
		/*right: 24.7%;*/
	}
}

@media (min-width:2560px){
	
	.baner > span.header_layer_light_left_5_02 {
		/*bottom: 8.6%;*/
		/*right: 39.5%;*/
	}	
	.baner > span.header_layer_light_right_4_02 {
		/*bottom: 9.6%;*/
		/*right: 20.3%;*/
	}	
}










@media (min-width:1850px){
	
	.logo img {
    /* height: 60px; */
    
    width: 167px;
}
	
	
	.header-wrapper .container {
    width: 1800px;
}
	.baner {height: 1080px;}
	.baner > span {height: 1070px;}
	
	
.page-content.services .container {
    width: 1800px;
}	
.page-content.services {
    padding-top: 54px;
    padding-bottom: 93px;
}
.row.services-negative-top {
    margin-top: 15px;
}
.our_service h4 {font-size: 16px;}
.our_service.service-body {
    margin-left: 93px;
    margin-top: -7px;
}
.our_service.service-body .custom-heading {
    padding-top: 24px;
}
.our_service p {
    margin-top: 0;
    font-size: 56px;
    text-transform: capitalize;
    line-height: 1.1;
}
.services-negative-top > .col-md-3 {width: 32%;}
.services-negative-top > .col-md-9 {width: 68%;}
.our_service .btn__link {
    padding: 19px 40px 19px 22px;
    margin-top: 53px;
}
.our_service .btn__contacts_name {
    font-weight: 900 !important;
    padding-left: 30px;
}
.services-negative-top .service-feature-box {
    padding: 20px 25px;
    margin: 13px 4px 30px 17px;
}
.services-negative-top .swiper-slide {
    margin-right: 12px !important;
    width: 370px !important;
}

.services-negative-top .service-feature-box .service-body p {
	font-size: 20px;
	line-height: 28px;
	margin-top: 26px;
	margin-left: 0px;
}
.services-negative-top .service-feature-box .service-body {padding-left: 7px;padding-right: 7px;}
.services-negative-top .service-feature-box .service-body .custom-heading {
    padding-top: 60px;
    margin-left: 3px;
}
.services-negative-top .service-feature-box .service-body .custom-heading h4 {
    font-size: 32px;
    line-height: 18px;
    text-transform: capitalize;
}
.services-negative-top .service-feature-box .service-media span:before {
    width: 90px;
    height: 90px;
    left: 7px;
    top: 17px;
}
.services-negative-top .service-feature-box {
    min-height: 465px;
}
.page-content.we-offer {
    padding: 0;
    padding-bottom: 50px;
}	
.page-content.we-offer .container {
    width: 1800px;
}
.page-content.we-offer .we-offers {
    margin-left: 25px;
}
.page-content.we-offer .lighten h2 {
    font-size: 168px;
    margin-right: -65px;
    letter-spacing: -5px;
    overflow: hidden;
}


.page-content.we-offer .custom-heading02 {
    position: relative;
    margin-bottom: 87px;
}
.page-content.we-offer .col-md-12 > span {
    font-size: 55px;
    margin-right: 75px;
}	
.page-content.we-offer .service-icon-left-boxed {
    min-height: 300px;
    margin-right: 20px;
    padding: 30px 50px 30px 20px;
}	
.service-icon-left-boxed .icon-container {
    flex: 0 0 203px;
}	
.we-offers > div:nth-child(even) .service-icon-left-boxed {
	margin: 25px 11px 0px 20px;
}
.we-offer .service-icon-left-boxed h3 {
    font-size: 29px;
}
.we-offer .service-icon-left-boxed p {
    font-size: 26px;
}

.we-offers > div:nth-child(even) .service-icon-left-boxed .service-details {
    padding-left: 0;
    margin-top: -50px;
    margin-left: -6px;
}

.we-offers > div:nth-child(odd) .service-icon-left-boxed .service-details {
    padding-left: 0;
    margin-top: -38px;
    margin-left: 0px;
}
.we-offers > div:nth-child(1) .service-icon-left-boxed .service-details {
    padding-left: 0;
    margin-top: 6px;
}
.we-offers > div:nth-child(2) .service-icon-left-boxed .service-details {
    padding-left: 0;
    margin-top: -10px;
}
.we-offers > div:nth-child(3) .service-icon-left-boxed .service-details {
    padding-left: 0;
    margin-top: -47px;
}
.we-offers > div:nth-child(4) .service-icon-left-boxed .service-details {
    padding-left: 0;
    margin-top: -50px;
}

.page-content.industry_sectors {
    padding-top: 0px;
    width: 90%;
}
.page-content.industry_sectors .container-fluid {
    /*width: 1920;*/
}
.industry_sectors .custom-heading02 {margin-top: -40px;}
.industry_sectors .custom-heading02 h2 {
    font-size: clamp(8.005rem, 5vw, 8.25rem);
    margin: 0px 0 0 40px;
    letter-spacing: 2px;
}
.industry_sectors .custom-heading02 h2 span{
    line-height: 1.2;

}	
.industry_sectors .custom-heading02 {
    position: relative;
    margin-bottom: 75px;
	min-height: 256px;
}
.industry_sectors .service-list {
    margin-left: 55px;
	margin-right: 10%;
	margin-top: 8px;
}
.industry_sectors .service-list li .icon-container {
    width: 114px;
    height: 104px;
    float: left;
}
.industry_sectors .service-list li .icon-container img{
    width: 75px;
    margin-top: 20px;
}


.industry_sectors .service-list li p {
    font-size: 29px;
    padding: 0px;
    margin: 0;
}
.industry_sectors .col-md-6:nth-child(2) {
    width: 60%;
}

.industry_sectors .col-md-6:nth-child(3) {
    width: 40%;
}
.industry_sectors .globe span.globe {
    content: "";
    position: absolute;
    width: 995px;
    height: 1175px;
    display: block;
    top: -29%;
    right: -36%;
}

body.page-id-15 .industry_sectors .globe span.globe {
    content: "";
    position: absolute;
    width: 766px;
  height: 775px;
  top: -15%;
  right: -51%;
}

.industry_sectors p {
    color: #fff;
    margin-left: 89px;
    margin-top: 82px;
    font-size: 26px;
}


.page-content.numbers .container {
    width: 1800px;
}

	.numbers .numbers__items > div {
    font-size: 180px;
}
.numbers .numbers__items {
    margin: -15px 0 0 65px;
}	

.numbers .col-md-3:nth-child(1) {
    width: 30%;
}
.numbers .col-md-3:nth-child(2) {
    width: 30%;
}
.numbers .col-md-6:nth-child(3) {
    width: 40%;
}
.page-content.advantages .container {
    width: 1800px;
}
.page-content.advantages {
    padding: 10px 0 150px;
}
.page-content.advantages .col-md-6 {
    padding: 0px;
    margin: 0;
}
/*
.page-content.advantages .swiper-slide{
    width: 600px !important;
    margin-right: 55px !important;
}
*/
	.swiper-advantage .swiper-button-next, .swiper-advantage .swiper-button-prev {
		/*display: none;*/
	}	
	.advantages .our_advantages .custom-heading h4 {
    font-size: 130px;
}
	.navbar-default .navbar-nav>li>a {
    font-size: 26px;
    font-size: 18px;
    padding: 0;
    margin: 0px 0 0px 28px;
}
.advantages .service-feature-box {
    padding: 42px 42px 42px 42px;
}
.advantages .service-feature-box .service-media span:before {
    width: 90px;
	height: 87px;
}
.advantages .service-feature-box .service-body h4 {
    font-size: 20px;
    margin-top: 30px;
}
.advantages .service-feature-box .service-body p {
    font-size: 20px;
}
.our_advantages.service-body {
    margin-top: 115px;
    margin-left: 35px;
}




body.page-id-134 .page-content-selecter .container {width: 1725px;padding: 0;}

body.page-id-134 .content__repeater_2x.ico .content__repeater_2x_item {flex: 0 0 calc(50% - 25px);margin: 0;height: 290px;        border-radius: 25px;}
body.page-id-134 .content__repeater_2x {column-gap: 50px;        margin-left: 20px;}
body.page-id-134 .content__repeater_2x.offset > div:nth-child(even) {padding: 20px !important;    margin-top: 75px;}
body.page-id-134 .content__repeater_2x.offset > div:nth-child(1) {}
body.page-id-134 .content__repeater_2x.offset > div:nth-child(2) {}
body.page-id-134 .content__repeater_2x.offset > div:nth-child(3) {}
body.page-id-134 .content__repeater_2x.offset > div:nth-child(4) {}
	
}
@media (min-width:1600px){
	
}

@media (min-width:1439px) and (max-width:1849px){
	.container {
		width: 1370px;
		margin: auto;
		padding: 0 60px;
	}
	header .container {
        padding: 0;
    }  
	.col-md-12 {
		width: 100%;
		padding: 0;
	}
	.main-nav .row {
		margin-bottom: 0;
		margin: 0;
		padding: 0;
	}
	.navbar-default {
		height: 100px;
	}	
	.logo img {
		height: 44px;
	}

	.navbar-header {
    padding-top: 0px;
}
	.navbar-collapse.collapse {}
	.navbar-nav {

	}
	.navbar-collapse, .btn__contacts {}
	.btn__contacts .btn__contacts_link {width: 188px;}
	.btn__contacts_name {
		font-weight: 500 !important;
		font-size: 17px;
		white-space: nowrap;
		padding-left: 10px;
	}
	body.home .btn__contacts .btn__contacts_link .btn__contacts_ico:before {
		margin-left: -5px;
	}
.baner {
    height: 813px;
}
.baner>span {
    height: 813px;
	height: 795px;
}



.baner span.txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: white;
    font-size: 100px;
    font-family: "Mona Sans Condensed","Inter", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1;
	font-weight: bold;
	/*display: none;*/
	
	@media (max-width:767px){font-size: 85px;}
}
.baner span.txt.str_01 {
    left: 7.6%;
    bottom: 54.7%;
    font-size: 70px;
    letter-spacing: 2px;
}
.baner span.txt.str_02 {
    bottom: 33.2%;
    font-size: 130px;
    left: 10.3%;
    letter-spacing: 6px;
}
.baner span.txt.str_03 {
    bottom: 19.8%;
    font-size: 130px;
	left: 11.7%;
	letter-spacing: 5px;
}
.baner span.txt.str_04 {
    bottom: 25.2%;
    font-size: 73.4px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    transform: rotate(-90deg);
    /*margin-left: -6.5%;*/
    letter-spacing: 0px;
}




.page-content.services {
    padding-top: 30px;
    padding-bottom: 30px;
}
.row.services-negative-top {
    margin-top: 15px;
}
.our_service h4 {font-size: 16px;}
.our_service.service-body {
    margin-left: 50px;
    margin-top: 0px;
}
.our_service p {
    margin-top: -15px;
    font-size: 42px;
    text-transform: capitalize;
    line-height: 50px;
}
.services-negative-top > .col-md-3 {width: 30%;}
.services-negative-top > .col-md-9 {width: 70%;}
.our_service .btn__link {
    padding: 12px 5px;
    margin-top: 34px;
}
.our_service .btn__contacts_name {
    font-weight: 900 !important;
    padding-left: 30px;
}
.services-negative-top .service-feature-box {
    padding: 20px 25px;
    margin: 13px 4px 13px 17px;
}
.services-negative-top .swiper-slide{    margin-right: 3px !important;}

.services-negative-top .service-feature-box .service-body p {
    font-size: 14px;
    line-height: 21px;
    margin-top: -10px;
}
.services-negative-top .service-feature-box .service-body {padding-left: 7px;}
.services-negative-top .service-feature-box .service-body .custom-heading {padding-top: 19px;}
.services-negative-top .service-feature-box .service-body .custom-heading h4 {
    font-size: 21px;
    line-height: 22px;
    text-transform: capitalize;
}
.services-negative-top .service-feature-box .service-media span:before {
    width: 65px;
    height: 65px;
    left: 6px;
    top: 10px;
}
.services-negative-top .service-feature-box {
    min-height: 360px;
}
.page-content.we-offer {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 50px;
}

.page-content.we-offer .custom-heading02.lighten {text-align: left;    margin-bottom: 68px;}
.we-offer>div {
    margin-bottom: 40px;
    padding: 0 0 0 60px;
}
.we-offer .custom-heading02 h2 {
    font-size: 127px;
    font-family: sans-serif;
    font-weight: 900;
    letter-spacing: 0px;
    font-family: sans-serif;
    margin: 0px -12px 0px 0;
}
.we-offer .col-md-12>span {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    margin-right: 140px;
}
	.services-negative-top .service-feature-box {
		padding: 20px;
	}
	.we-offer .service-icon-left-boxed {
		display: flex;
		align-items: center;
		flex-direction: row;
		align-content: flex-start;
	}
	.service-icon-left-boxed .service-details {
		padding-left: 0px;
	}
	.service-icon-left-boxed .icon-container {
		width: 100%;
	}
	.service-icon-left-boxed .icon-container {
		flex: 0 0 145px;
	}
	
	.we-offers .col-md-6 {width: 47%;}
	.we-offers .we-offer .service-icon-left-boxed {padding: 17px 0px;margin: 0 0px 0px 6px;}
	.we-offer .service-icon-left-boxed p {
    font-size: 18px;
    padding: 22px 0 0 0px;
}
.we-offers > div:nth-child(1) {margin-top: -40px;margin-left: 6px;}
.we-offers > div:nth-child(2) {margin-top: 40px;margin-left: 13px;}
.we-offers > div:nth-child(3) {margin-top: -28px;margin-left: 6px;}
.we-offers > div:nth-child(4) {margin-top: 40px;margin-left: 13px;}


	.we-offers > div:nth-child(1) p {margin-top: 0px;}
	.we-offers > div:nth-child(2) p {margin-top: 0px;}
	.we-offers > div:nth-child(3) p {margin-top: 0px;}
	.we-offers > div:nth-child(4) p {margin-top: 0px;}


	.we-offer .service-icon-left-boxed h3 {font-size: 21px;}
	.service-icon-left-boxed .service-details {
    margin-top: -6px;
    margin-left: -4px;
}
	.service-icon-left-boxed .service-details h3{margin-bottom: 0px;}
	
	
.industry_sectors {
    width: 90%;
}
.industry_sectors .custom-heading02 {margin-top: -40px;}
.industry_sectors .custom-heading02 h2 {
    font-size: clamp(6.105rem, 5vw, 8.25rem);
    margin: 0px 0 0 33px;
    letter-spacing: 2px;
}
.industry_sectors .custom-heading02 h2 span{
    line-height: 1.2;

}	
.industry_sectors .custom-heading02 {
    position: relative;
    margin-bottom: 75px;
	min-height: 195px;
}
.industry_sectors .service-list {
	margin-left: 40px;
	margin-right: 10%;
}
.industry_sectors .service-list li .icon-container {
    width: 111px;
    height: 65px;
    float: left;
}
.industry_sectors .service-list li .icon-container img {
    width: 54px;
    margin-top: 8px;
}


.industry_sectors .service-list li p {
    font-size: 20px;
    padding: 0px;
    margin: 0;
}

.industry_sectors .col-md-6:nth-child(2) {
    width: 60%;
}
body.page-id-15 .col-md-6.contacts {width: 50%;}
.industry_sectors .col-md-6:nth-child(3) {
    width: 40%;
}
.industry_sectors .globe span.globe {
    content: "";
    position: absolute;
    width: 743;
    height: 906px;
    display: block;
    top: -29%;
    right: -37%;
}

body.page-id-15 .industry_sectors .globe span.globe {
    content: "";
    position: absolute;
    width: 743;
    height: 906px;
    display: block;
    top: 10%;
    right: -61%;
}

  body.page-id-15 .contacts .contact_info {
    margin: 25px 25px;
}
body.page-id-15 .contacts .v7_container.form_type_normal input, body.page-id-15 .contacts .v7_container.form_type_normal textarea {
    padding: 20px 0px !important;
}
.industry_sectors p {
    color: #fff;
    margin-left: 55px;
}
.industry_sectors .globe.pulse span.pickk {
    display: inline-block;
    width: 53px;
	height: 53px;
}
.industry_sectors .globe.pulse span.pickk.pick_1 {
    right: 0;
    left: 18.6%;
    top: 39.1%;
}
.industry_sectors .globe.pulse span.pickk.pick_2 {
    right: 0;
    left: 80.6%;
    top: 63.2%;	
}
body.page-id-15 .industry_sectors .globe.pulse span.pickk.pick_2 {
    right: 0;
    left: 102.7%;
    top: 67.4%;
}

.industry_sectors .globe.pulse span.pickk.pick_3 {
    right: 0;
    left: 76.3%;
    top: auto;
    bottom: -15.4%;
}












.numbers {
    padding: 100px 50px 0px;
	margin-bottom: 50px;
}

	.numbers .numbers__items > div {
	    font-size: 134px;
	}
.numbers .numbers__items {
    margin: -15px 0 0 100px;
}	
.numbers__items.target-block2 {
    display: flex;
    column-gap: 110px;
}
.numbers .col-md-3:nth-child(1) {
    width: 30%;
}
.numbers .col-md-3:nth-child(2) {
    width: 30%;
}
.numbers .col-md-6:nth-child(3) {
    width: 40%;
}
body.home .numbers .anim .numbers__items:nth-child(2) .lighten .title {
    margin-left: -45px;
}
.page-content.advantages {
    padding: 85px 0 150px;
}
.our_advantages.service-body {
    margin-top: 76px;
    margin-left: 16px;
}
.advantages .our_advantages .custom-heading h4 {
    font-size: 97px;
    margin-bottom: 26px;
}
.advantages .swiper-slide {
    width: 440px !important;
    margin-right: 45px !important;
}


.advantages .service-body p{
    font-size: 14px;
    margin-top: -10px;
}



	.swiper-advantage .swiper-button-next, .swiper-advantage .swiper-button-prev {
		/*display: none;*/
	}	

	.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    padding: 0px 0px 0px 0;
}
	







	
}

@media (min-width:1201px) and (max-width:1439px){

.baner span.txt.str_01 {
    left: 7.6%;
    bottom: 57%;
    font-size: 75px;
    letter-spacing: 2px;
}
.baner span.txt.str_02 {
    bottom: 32%;
    font-size: 161px;
    left: 11.9%;
    letter-spacing: 1px;
}
.baner span.txt.str_03 {
    bottom: 16.7%;
    font-size: 161px;
    left: 13.3%;
    letter-spacing: 0px;
}
.baner span.txt.str_04 {
    bottom: 23.3%;
    font-size: 76px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff61;
    transform: rotate(-90deg);
    margin-left: -8%;
}




}
@media (max-width:1200px){
	.numbers .numbers__items > div {
		font-size: 90px;
	}
	.advantages .our_advantages .custom-heading h4 {font-size: 60px;}	
}



@media (max-width:1023px){
	.services-negative-top > .col-md-3,.services-negative-top > .col-md-9 {width: 100%;}
	
	.we-offers > div:nth-child(odd) {
    margin-top: 0px;
}
	
	
}

@media (max-width:767px){
  
  .header-wrapper {
    padding-bottom: 0px;
    width: 100%;
}
  
	.baner {
		position: relative;
		background: url(/wp-content/uploads/2025/04/Header_mob.png);
      	background: url(/wp-content/themes/twentytwentyone/assets/img/Header_mob2.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left bottom;
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 600px;
        margin-top: 0px;
	}
	.baner span.txt {
		display: none;
}
	.header-wrapper.header-transparent {
		background-color: transparent;
		background: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		width: 100%;
	}
	
	
	.navbar {
		border: none;
		background: none;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 5px;
		justify-content: space-between;
	}
	.navbar-header, .btn__contacts {flex: 0 0 188px;    padding: 0;}
	.navbar-header .logo img {margin: 0;}
	.btn__mob {flex: 0 0 160px;z-index: 1;justify-content: end;display: flex;}

	.btn__mob:before {
		content:"";
		display: block;
		background: url(/wp-content/themes/twentytwentyone/assets/img/menu.svg);
		width: 32px;
		height: 32px;
		
	}
  
   .navbar-nav {
        display: none;
    }

  
	.mobile-active .btn__mob {
		position: absolute;
		top: 27px;
		right: 40px;
	}
	.mobile-active .btn__mob:before {
		content:"";
		background: url(/wp-content/themes/twentytwentyone/assets/img/menuX.svg);
      z-index: 10;
	}
	.mobile-active  .navbar-header {
		display: none;
	}
	.navbar .navbar-collapse {display:none !important;}
	.navbar .btn__contacts {display:none;float: none;}
	
	.mobile-active {
		display: block !important;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #0c513f !important;
		padding: 65px 0 65px;
		text-align: center;
		margin: 0px;
		height: auto;
	}
	.mobile-active .navbar-nav {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.navbar-nav>li {padding: 25px 0;}
.mobile-active .navbar-nav>li {text-align: center;}
.mobile-active .navbar-nav>li.current-menu-item>a {
    border-bottom: 0px solid white;
    width: auto;
    margin: auto;
	margin: revert;
}
.mobile-active .navbar-nav>li.current-menu-item>a:after {content:"";border-bottom: 1px solid white;}
.mobile-active .btn__contacts .btn__contacts_link {
    background: white;
    color: #0C513F;
}
	.mobile-active .btn__contacts_ico:before {
		content:"";
		display:block;
		background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right-green.svg);
		width: 24px;
		height: 24px;		
	}



    .mobile-active .btn__contacts {
		display: block;
		text-align: center;
		margin: auto;
		width: 100%;
		margin-top: 40px;
	}
	.mobile-active .btn__contacts .btn__contacts_link,body.home .btn__contacts .btn__contacts_link {
		background: white;
		color: #0C513F;
		display: flex;
		width: 80%;
		margin: auto;
        font-weight: bold;
	}
	.mobile-active .btn__contacts_name,body.home .btn__contacts .btn__contacts_link .btn__contacts_name {
		color: #0c513f;
		font-weight: 400;
	}
	body.home .mobile-active .btn__contacts .btn__contacts_link .btn__contacts_ico:before {
		background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right-green.svg);
	}
	.navbar-nav .menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.navbar-nav .menu-item-has-children:hover .sub-menu {display: none;}
	.navbar-nav .menu-item-has-children.btn_active .sub-menu {
		display: block;
		position: relative;
		flex: 0 0 100%;
		padding: 15px;
		top: 0;
		text-align: center;
	}
	.header-wrapper.active {top: 0px;}
	
	.navbar-nav .btn_menu:before {content: "\2039";}
	.navbar-nav .menu-item-has-children.btn_active .btn_menu:before {content: "\203A";}
	
	
	
	
	
	
	
	.btn__contacts_ico:before {
		content:"";
		display:block;
		background: url(/wp-content/themes/twentytwentyone/assets/img/arrow-up-right-green.svg);
		width: 24px;
		height: 24px;		
	}

	.we-offer .service-icon-left-boxed {
		display: flex;
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
	
	.we-offer .custom-heading02 h2 {font-size: 60px;letter-spacing: 0px;text-align: left;padding: 0 15px;}
	.we-offer .custom-heading02:before {
		content: none;
		position: relative;
		background: url(/wp-content/themes/twentytwentyone/assets/img/dots.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position-y: top;
		width: 75%;
		height: 75px;
		z-index: 1;
		display: block;
		margin-top: -50px;
		margin-bottom: 50px;
	}
	.we-offer .q.grad {
		height: 20px;
	}
	.service-icon-left-boxed .service-details {
		padding-left: 0;
	}
	.we-offer .service-icon-left-boxed p,.we-offer .service-icon-left-boxed h3{
		text-align: left;
		line-height: 1.3;
	}
	
	.service-icon-left-boxed .icon-container {
		margin: 0;
		float: none;
		margin-bottom: 20px;
	}
	.we-offer .col-md-12 > span {
		font-size: 30px;
		display: block;
		padding: 0 20px;
		white-space: normal;
		text-align: left;
		width: auto;
	}
	.we-offers > div:nth-child(odd),.we-offers > div:nth-child(even) {margin: 20px;}
	.numbers {padding: 10px 0px 10px;}
	.numbers .anim {
		flex-direction: column;align-items: center;
	}
	.numbers .numbers__items > div {
		font-size: 120px;
		text-align: center;
		padding: 0 0px;
	}
	.numbers__items.target-block .title {
		flex-direction: column;
	}
	.numbers__items.target-block > span {
		text-align: center;
		margin-top: -40px;
	}
	.numbers__items.target-block {
		margin-bottom: 35px;
	}
	
	
	
	.numbers .numbers__point:after {
		content: "";
		position: relative;
		background: url(/wp-content/themes/twentytwentyone/assets/img/dots.svg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 75%;
		height: 100%;
		z-index: 0;
		display: block;
	}
	body.home .numbers .anim-num {
		flex-direction: column;
	}
	
	
	
	.page-content {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.page-content.advantages {
		padding: 50px 0 150px;
	}
	.our_advantages.service-body {
		margin-top: 0px;
	}
	
	.advantages .our_advantages .custom-heading h4 {
		font-size: 45px;
	}

	.advantages .our_advantages .custom-heading h4:after {
		content: "";
		height: 30%;
		width: 100%;
	}	
	
	.container,.row {
		padding: 0;
		margin: 0px;
	}
	
	
	
	.page-content *[class*="col-"], aside *[class*="col-"], *[class*="col-"].footer-widget-container {
		padding: 0;
	}
.target-block .title {
    white-space: normal;
    padding: 0;
    margin: 0;
}

.target-block .title .visible:empty {
  display: block;
}  
  
  
}





.baner > span.eagle {
    -webkit-animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.baner > span.wave {
	width: 105% !important;
	left: 0%;
	height: 105%;
	
	@media (min-width:1439px) and (max-width:1850px){height: 105%;}
}
.baner > span.wave{
    -webkit-animation: wave 7s 0.1s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: wave 7s 0.1s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: wave 7s 0.1s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin-left: -60px;
	margin-top: -25px;
	
	@media (min-width:1439px) and (max-width:1850px){margin-left: -50px;}
}
.baner > span.light {
    -webkit-animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}



.baner > span.header_layer_light_right_4_02 {
	background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_light_right_6.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom;
	z-index:4;
}

.baner > span.header_layer_light_left_5_02 {
	background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_light_left_6.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom;
	z-index:5;
  }

.baner > span.rotateIn {
	/* -webkit-animation-name: rotateIn; */
	/* animation-name: rotateIn; */
	opacity: 0.75;
	animation: spin 10s linear infinite;
	animation: flickerAnimation 2.5s infinite;
}


.baner > span.promo {
    background: url(/wp-content/themes/twentytwentyone/assets/img/Header_mob2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 600px;
    margin-top: 0px;
    z-index: 0;
}
    .baner > span.header_layer_light_right_4_02,.baner > span.header_layer_light_left_5_02 {
      	display: block;
        content: "";
        position: absolute;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: center;
        z-index: 0;
    }  
    .baner > span.header_layer_light_right_4_02 {
        display: block;
        background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_02_headlight_right.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: bottom;
        z-index: 4;
    } 
    .baner > span.header_layer_light_left_5_02 {
      	display: block;
        background: url(/wp-content/themes/twentytwentyone/assets/img/header_layer_02_headlight_left.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: bottom;
        z-index: 5;
    }


/*
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
*/
@keyframes flickerAnimation {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

.cyclic-appear {
  animation: flickerAnimation 1s infinite;
}






@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg);
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0);
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg);
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0);
    } 
}









@-webkit-keyframes light {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0px, 5px, 0px) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0px, 5px, 0px) rotateZ(-360deg);
    }
}

@-moz-keyframes light {
    0% {
        -moz-transform: rotateZ(0deg) translate3d(0px, 5px, 0px) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateZ(360deg) translate3d(0px, 5px, 0px) rotateZ(-360deg);
    }
}

@-ms-keyframes light {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0px, 5px, 0px) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0px, 5px, 0px) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0px, 5px, 0px) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0px, 5px, 0px) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0px, 5px, 0px) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0px, 5px, 0px) rotateZ(-360deg);
    }
}

@keyframes light {
    0% {
        transform: rotateZ(0deg) translate3d(0px, 5px, 0px) rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg) translate3d(0px, 5px, 0px) rotateZ(-360deg);
    }
}






@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
    }
}

@-moz-keyframes wave {
    0% {
        -moz-transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
    }
}

@-ms-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
    }
}

@-webkit-keyframes eagle {
    0% {
        -webkit-transform: rotateZ(15deg);
    }
    100% {
        -webkit-transform: rotateZ(5deg) translate(40px, 30px);
    }
}

@-moz-keyframes eagle {
    0% {
        -moz-transform: rotateZ(15deg);
    }
    100% {
        -moz-transform: rotateZ(5deg) translate(40px, 30px);
    }
}

@-ms-keyframes eagle {
    0% {
        -webkit-transform: rotateZ(15deg);
        -moz-transform: rotateZ(15deg);
        transform: rotateZ(15deg);
    }
    100% {
        -webkit-transform: rotateZ(5deg) translate(40px, 30px);
        -moz-transform: rotateZ(5deg) translate(40px, 30px);
        transform: rotateZ(5deg) translate(40px, 30px);
        -o-transform:  rotateZ(5deg) translate(40px, 30px);
    }
}

@keyframes eagle {
    0% {
        transform: rotateZ(15deg);
    }
    100% {
        transform: rotateZ(5deg) translate(40px, 30px);
    }
}





.target-block .title .wordDiv {
    display: inline-flex;
}
.target-block .title span {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.target-block .title span.visible {
  opacity: 1;display: inline;
}


#arcontactus {
    bottom: 60px;
    right: 60px;
}
.arcu-widget.md.arcu-message {
    min-width: 86px !important;
    height: 86px !important;
}
.arcu-widget.md .arcu-message-button {
    background-color: #0C513F !important;
	padding-left: 86px !important;
    min-width: 86px !important;
    height: 86px !important;
}
.arcu-widget.md .arcu-message-button .arcu-button-icon {
    width: 86px !important;
}

.arcu-widget .static.arcu-hide {display: none !important;}
.arcu-widget .icons.arcu-hide{display: none !important;}


.arcu-widget .static.arcu-hide {
    transform: scale(1) !important;
    opacity: 1 !important;
}
.arcu-widget .icons.arcu-hide {
    transform: scale(1) !important;
    opacity: 1 !important;
}
.arcu-widget .icons.arcu-hide .icons-line {
    transform: scale(1) !important;
}

.arcu-widget .arcu-button-icon .static-container > div svg,.arcu-widget .arcu-button-icon .icons-line > span svg {display: none;}
.arcu-widget .arcu-message-button .icons {
    background-color: transparent !important;
    width: 68px !important;
    height: 68px !important;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    top: 10% !important;
    left: 10% !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.arcu-widget .arcu-button-icon .static-container p {padding: 0;margin-top: 15px}

.arcu-widget .arcu-button-icon .static-container > div {
position: relative;
}
.arcu-widget.md .arcu-message-button .static .static-container {
    width: 68px !important;
    height: 68px !important;
    margin-left: -33px !important;
    margin-top: -30px !important;
}


.arcu-widget .arcu-button-icon .static-container > div:before {
    content: "";
    display: block;
    background: url(/wp-content/themes/twentytwentyone/assets/img/chat.svg);
    width: 35px;
    height: 35px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -20px !important;
    margin-left: 5px !important;	
}
.arcu-widget .arcu-button-icon .icons-line > span:before {
    content: "";
    display: block;
    background: url(/wp-content/themes/twentytwentyone/assets/img/email.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:767px){
  .baner > span.header_layer_light_right_4_02 {
    display: block;
    background: url(/wp-content/themes/twentytwentyone/assets/img/Header_mob2_right_headlight.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom;
	z-index:4;
    width: 100%;
    height: 600px;
}


.baner > span.header_layer_light_left_5_02 {
	background: url(/wp-content/themes/twentytwentyone/assets/img/Header_mob2_left_headlight.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom;
	z-index:5;
    width: 100%;
    height: 600px;  
  }
  }

