@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.my-custome-form .call-left {
    background: #ffff;
    padding: 25px 20px !important;
    width: 228px !important;
    box-shadow: 0px 0px 20px #00000029;
}

.my-custome-form div#wpforms-98-field_2-container {
    background: #fff;
    padding: 28px 30px !important;
}

.my-custome-form div#wpforms-98-field_3-container {
    background: #fff;
    padding: 28px 22px !important;
}

.my-custome-form .wpforms-submit-container {
    background: #ffff !important;
    padding: 28px 14px !important;
    margin: 0px;
}

.my-custome-designe {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D1D1D1;
}

.services-block .services-img-1 a .services-img {
    height: 238px !important;
}

.my-custome-dive-two-colum p {
    font-family: "Roboto", sans-serif;
    color: #9B9B9B;
    line-height: 1.5;
    font-size: 12px;
    margin: 0 0 25px 0;
}

.tit-dec {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
    position: relative;
    background: #FFFFFF;
}

.tit-dec p {
    font-family: "Roboto", sans-serif;
    color: #9B9B9B;
    line-height: 1.5;
    font-size: 12px;
    margin: 0 0 25px 0;
}

.tit-dec h2 {
    font-size: 15px;
    color: #474747;
}

/*.services-block.row-num3 a .services-img
{
height:165px!important;
}*/
/*.services-block.row-num4 a .services-img
{
height:165px!important;
}
.services-block.row-num5 a .services-img
{
height:165px!important;
}
.services-block.row-num6 a .services-img
{
height:165px!important;
}
.services-block.row-num7 a .services-img
{
height:165px!important;
}
.services-block.row-num8 a .services-img
{
height:165px!important;
}*/

html {
    margin: 0 !important;
}

body {
    margin: 0 !important;
    font-family: "Roboto", sans-serif;
    background-color: #f1f1f1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0 0 20px;
}

p {
    font-family: "Roboto", sans-serif;
    color: #9b9b9b;
    line-height: 2;
    font-size: 14px;
    margin: 0 0 25px 0;
}

.wrapper {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    float: none;
    box-sizing: border-box;
}

header {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

header .logo {
    float: left;
    width: 15%;
    position: absolute;
    z-index: 999;
}

header .header-right {
    float: right;
    width: 85%;
}

header .header-right .header-top {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 27px;
}

header .header-right .header-middle {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 0px;
}

header .header-right .header-middle .menu-main-menu-container {
    display: inline-block;
}

header .header-right .header-middle .header-social {
    display: inline-block;
}

header .header-right .header-top ul {
    margin: 0;
    padding: 0;
}

header .header-right .header-top ul li {
    display: inline-block;
}

header .header-right .header-top ul li a {
    color: #008b47;
    margin-left: 30px;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

header .header-right .header-top ul li a:hover {
    text-decoration: underline;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li {
    display: inline-block;
    position: relative;
    list-style: none;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li a {
    font-weight: 700;
    background: none;
    display: block;
    color: #9b9b9b;
    padding: 0 20px;
    line-height: 72px;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li a:hover>a {
    color: #008b47;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li ul {
    min-width: 250px;
    border-top: 3px solid #008b47;
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 9;
    margin-top: -1px;
    background: #fff;
    padding: 0;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li:hover ul {
    display: block;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li ul li {
    display: block;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li ul li a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 0 15px;
    line-height: 37px;
    color: #9b9b9b;
    white-space: nowrap;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li ul li a:hover {
    background: #f1f1f1;
    color: #9b9b9b;
}

/*header .header-right .header-middle ul > li.has-dropdown:hover > a::after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #008b47;
}*/

header .header-right .header-middle .header-social ul li {
    display: inline-block;
    margin-left: 15px;
}

header .logo a {
    width: 100%;
    float: left;
}

header .logo a img {
    float: left;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li a:hover,
header .header-right .header-middle .menu-main-menu-container>.menu>li.current_page_item a {
    color: #008b47
}

.home .slider-section {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.home .slider-section .wpsisac-slick-slider-wrp .slick-slide img {
    height: 700px !important;
    width: 100%;
    object-fit: cover;
}

/* body.home .slider-section .wpsisac-slick-slider-wrp .slick-slide img {
   height: 330px !important;
    width: 100%;
}*/
.home .slider-section .wpsisac-slick-slider-wrp .slick-slide video {
    height: 700px;
}

.home .slider-section .slick-prev.slick-arrow {
    left: 15px !important;
    background: url("../images/slide_prev.png") !important;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    top: 41% !important;
    transition: 0.5s all;
    /*display: none!important;*/
}

.home .slider-section .slick-next.slick-arrow {
    right: 15px !important;
    top: 41% !important;
    background: url("../images/slide_next.png") !important;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: 0.5s all;
    /*display: none!important;*/
}

.home .slider-section .slick-prev.slick-arrow:hover,
.home .slider-section .slick-next.slick-arrow:hover {
    transition: 0.5s all;
    opacity: 0.5;
}

.home .slider-section .wpsisac-slick-slider-wrp .slick-slide img:focus {
    outline: none;
}

/* .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-175d7e9 {
    background-color: #008B47;
    padding: 15px;
    color: #000;
}*/

#custome-side-bar-single {
    background-color: #008B47;
    padding: 15px;
    color: #000;
}

.footer-contact-form {
    display: inline-block;
    width: 100%;
    background-image: url(https://cs-citystilladser.dk/wp-content/uploads/2021/05/Image-16.png);
    height: auto;
    background-position: center;
    background-size: cover;
}

.footer-contact-form .call-me .call-me-middle {
    position: unset;
    margin-top: 0px;
    z-index: 3;
    /*background: #FFFFFF;*/
    margin-bottom: 30px;
    padding: 0px 0 30px 0;
    display: block;
    width: 100%;
    float: left;
}

.footer-contact-form-sub {
    display: flex;
    width: 100%;
    height: auto;
    padding: 86px 0 12px 4px;
    background-color: rgb(0 0 0 / 63%);
}

.footer-contact-form-sub .call-me .call-me-middle .call-left p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 7px;
}

.footer-contact-form-sub .call-me .call-me-middle .call-left {
    float: left;
    width: 22%;
}

.footer-contact-form-sub .call-me .call-me-middle .call-right {
    width: 78%;
    float: right;
}

.footer-contact-form-sub .call-me .call-me-middle .call-left h4 {
    font-size: 25px;
    line-height: inherit;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 8px;
}

footer {
    color: #9b9b9b;
    padding: 30px 0;
    font-size: 11px;
    background-color: #fff;
    width: 100%;
    float: left;
}

footer .footer-colm {
    width: 25.7%;
    float: left;
}

footer .footer-colm h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 15px;
    color: #474747;
    font-weight: 600;
}

footer .footer-colm p {
    font-size: 11px;
    margin: 0 0 25px;
    line-height: 22px;
}

footer .footer-colm p a {
    color: #008b47;
    text-decoration: none;
}

footer .footer-colm p a:hover {
    text-decoration: underline;
}

footer .footer-social.footer-colm ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
}

footer .footer-social.footer-colm ul li a i {
    font-size: 24px;
}

.pagenot-found-img {
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0px;
}

header .header-right .header-top ul li a i {
    font-size: 12px;
    color: #008b47;
    margin-right: 6px;
    font: normal normal normal 14px/1 FontAwesome;
}

.call-me {
    width: 100%;
    float: left;
}

.call-me .call-me-middle {
    position: relative;
    margin-top: -63px;
    z-index: 3;
    /*background: #FFFFFF;*/
    margin-bottom: 30px;
    padding: 0px 0 30px 0;
    display: block;
    width: 100%;
    float: left;
}

.view-more-button-im-home {
    background-color: #008B47;
    width: 103px !important;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: auto;
    /*    position: absolute;
bottom: 29px;*/
}

.my-custome-dive-two-colum .view-more-button-im-home {
    background-color: #008B47;
    width: 103px !important;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: auto;
    position: absolute;
    bottom: 29px;
}

.my-custome-dive-two-colum .services-img a img {
    width: 100%;
    height: 238px;
}

.my-custome-dive-two-colum .services-img-1 {
    width: 50%;
    display: inline-block;
    float: left;
    height: 238px;
}

.my-custome-dive-two-colum .tit-dec {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px 10px 10px 10px;
    position: relative;
    height: 238px;
    background: #FFFFFF;
}

.my-custome-dive-two-colum .tit-dec h2 {
    font-size: 15px;
}

.call-me .call-me-middle .call-left {
    float: left;
    width: 18%;
}

.call-me .call-me-middle .call-left h4 {
    font-size: 18px;
    line-height: inherit;
    color: #474747;
    font-weight: 700;
    margin-bottom: 8px;
}

.call-me .call-me-middle .call-left p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 7px;
}

.call-me .call-me-middle .call-right {
    width: 80%;
    float: right;
}

.call-me .call-me-middle .call-right #wpforms-98 {
    margin: 0;
}

.call-me .call-me-middle .call-right #wpforms-98 form .wpforms-field-container {
    float: left;
    width: 75%;
}

.call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container {
    float: right;
    width: 21.5%;
    text-align: right;
    clear: none;
    padding: 0;
    box-shadow: 0px 0px 20px #00000029;
}

.call-me .call-me-middle .call-right #wpforms-98 form .wpforms-field-container .wpforms-field {
    width: 50%;
    float: left;
    clear: none;
    padding: 0 0 0 30px;
    box-shadow: 20px 0px 20px 0px #00000029;
}

.call-me .call-me-middle .call-right #wpforms-98 form .wpforms-field-container .wpforms-field input {
    width: 100%;
    float: left;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    height: 46px;
    padding: 12px 18px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    max-width: 100%;
    font-size: 14px;
}

.call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container button {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 35px;
    background: #008b47;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
}

.call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container button:hover {
    background: #00723a;
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.content-sectionbox {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.content-sectionbox h1 {
    font-size: 24px;
    color: #008b47;
}

.content-sectionbox h2 {
    font-size: 18px;
    color: #008b47;
}

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

.services .container {
    max-width: 1200px;
}

.services .services-block {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin: 0 0 30px 0;
}

.services .services-block a {
    width: 100%;
    float: left;
}

.services .services-block a .services-img img {
    float: left;
    width: 100%;
    height: auto;
    height: 238px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.services .services-block a .services-img {
    width: 100%;
    float: left;
    overflow: hidden;
}

.services .services-block a:hover .services-img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.services .services-block a .tit-dec {
    width: 100%;
    float: left;
    padding: 25px;
    background-color: #fff;
}

.services .services-block a .tit-dec h2 {
    font-size: 15px;
    color: #474747;
    margin: 0 0 5px 0;
}

.services .services-block a .tit-dec p {
    margin-bottom: 0;
    color: #9b9b9b;
    font-size: 12px;
}

.Scaffolding-section {
    width: 100%;
    float: left;
    padding: 70px 0px;
}

.Scaffolding-section .right-sidebar {
    width: 30%;
    float: right;
}

.Scaffolding-section .left-sections {
    float: left;
    width: 70%;
    margin-bottom: 25px;
}

.Scaffolding-section .left-sections h1 {
    font-size: 25px;
    color: #008b47;
    margin: 0px;
}

.Scaffolding-section .left-sections p a {
    /* color: ; */
    color: #008b47;
    font-family: "Roboto", sans-serif;
    line-height: 2;
    text-decoration: none;
    font-weight: 600;
}

.Scaffolding-section .left-sections p a:hover {
    text-decoration: underline;
}

.Scaffolding-section .left-sections img.alignleft {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
}

.Scaffolding-section .left-sections h2 {
    font-size: 18px;
    color: #008b47;
}

.Scaffolding-section .left-sections>img {
    float: left;
    display: inline-block;
    width: 30%;
    padding-right: 3px;
}

.Scaffolding-section .right-sidebar h2.widget-title {
    font-size: 18px;
    color: #008b47;
}

.Scaffolding-section .right-sidebar ul {
    margin: 0 0 10px 0;
}

.Scaffolding-section .right-sidebar ul li {
    list-style-position: inside;
    color: #787878;
    line-height: 2;
    font-size: 14px;
}

#menu-service li {
    display: block;
}

#menu-service li a {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    text-decoration: none;
    line-height: 50px;
    padding-left: 12px;
    color: #fff;
    font-size: 18px;
}

#menu-service li a:hover,
#menu-service li.current-menu-item a {
    background: #f7f7f7;
    color: #008b47;
}

.main-services .elementor-column.elementor-col-66 h1 {
    font-size: 24px;
    color: #008b47;
}

.main-services .elementor-column.elementor-col-66 p a,
p a {
    color: #008b47;
}

.main-services .elementor-column.elementor-col-66 p a:hover,
p a:hover {
    text-decoration: underline;
}

.main-services .elementor-column.elementor-col-66 h2 {
    font-size: 18px;
    color: #008b47;
}

.main-services .elementor-column.elementor-col-66 .wp-caption {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px;
}

.main-services .elementor-column.elementor-col-66 .wp-caption p {
    margin: 0;
    text-align: center;
}

.main-services .elementor-column.elementor-col-66 .wp-caption {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 20px;
}

.elementor-col-33 .elementor-widget-sidebar .widget.widget_media_image {
    width: 100%;
    float: left;
}

.elementor-col-33 .elementor-widget-sidebar .widget.widget_media_image img {
    width: 100%;
    float: left;
}

.elementor-col-33 .elementor-widget-sidebar .widget.widget_media_image .widget-title {
    color: #008b47;
    font-size: 18px;
}

.elementor-col-33 .elementor-widget-sidebar .widget.widget_text {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.elementor-col-33 .elementor-widget-sidebar .widget.widget_text p .button {
    display: inline-block;
    text-align: center;
    width: auto;
    background: #008b47;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 15px;
}

.elementor-col-33 .elementor-widget-sidebar .widget.widget_text p .button:hover,
.elementor-col-66 #wpforms-form-225 .wpforms-submit:hover {
    text-decoration: none;
    background: #00723a;
}

.elementor-col-66 #wpforms-form-225 .wpforms-submit {
    display: inline-block;
    text-align: center;
    width: auto;
    background: #008b47;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 22px;
}

.mobile-menu {
    display: none;
}

header .header-right .header-middle .desktop-menu {
    display: inline-block;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li.current-menu-parent>a {
    color: #008b47;
}

.elementor-widget-wp-widget-nav_menu h5 {
    display: block;
    line-height: 45px;
    background: none;
    padding-left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
}

.call-me .call-me-middle .call-right #wpforms-98 form .wpforms-field-container .wpforms-field label.wpforms-error {
    margin-top: 10px;
    display: inline-block;
}

.home .slider-section .wpsisac-slick-slider-wrp .slick-slide img:focus {
    outline: none;
}

#wpforms-225 form .wpforms-field-label {
    color: #9b9b9b;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}

#wpforms-225 form label.wpforms-error {
    margin-top: 10px;
}

#catapult-cookie-bar {
    max-height: 999px;
    min-height: 0;
    background-color: rgba(0, 0, 0, 0.9) !important;
    padding: 6px 0 !important;
    -webkit-box-shadow: 0px -2px 30px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -2px 30px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -2px 30px 4px rgba(0, 0, 0, 0.4);
}

#catapult-cookie-bar .ctcc-left-side {
    padding: 0;
    margin: 0;
    color: #e6e6e6 !important;
    font-size: 11px;
    line-height: 16px;
}

#catapult-cookie-bar #catapultCookie {
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px;
    background: #008b47;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 12px;
    line-height: 14px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 0 10px;
}

#catapult-cookie-bar #catapultCookie:hover {
    opacity: 0.7;
}

.home .slider-section:focus {
    outline: none;
    border: none;
}

.home .slider-section .slick-track .wpsisac-image-slide:focus {
    outline: none;
    border: none;
}

.services .services-block:nth-child(1) a .services-img img,
.services .services-block:nth-child(2) a .services-img img,
.services .services-block:nth-child(3) a .services-img img {
    height: 250px;
}

.Scaffolding-section .left-sections .textwidget ul {
    list-style: none;
}

.Scaffolding-section .left-sections .textwidget ul li {
    font-family: "Roboto", sans-serif;
    color: #9b9b9b;
    line-height: 16px;
    font-size: 14px;
    margin: 0 0 10px 0;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li.menu-item-has-children a {
    position: relative;
}

header .header-right .header-middle .menu-main-menu-container>.menu>li.myParentClass>a::after {
    position: absolute;
    content: "";
    top: 30px;
    right: -4px;
    background-image: url(../images/arrow-down-sign.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.services {
    padding-bottom: 50px;
}

.my-custome-dive-two-colum .view-more-button-im-home {
    bottom: 20px;
    text-transform: uppercase;
}

.my-custome-dive-two-colum .tit-dec h2 {
    padding-top: 12px;
}

.left-sections p {
    padding-right: 170px;
}

.custom_slider_video {
    width: 100%;
    object-fit: cover;
    /* height: 782px;*/
}

/* Media query */

@media (min-width: 1450px) {
    body.home .slider-section .wpsisac-slick-slider-wrp .slick-slide img {

        height: 700px !important;
        width: 100%;
    }

    .home .slider-section .wpsisac-slick-slider-wrp .slick-slide video {
        height: 700px !important;
    }

    .custom_slider_video {
        width: 100%;
        object-fit: cover;
        /* height: 700px;*/
    }
}

@media only screen and (max-width: 1100px) {
    .custom_slider_video {
        width: 100%;
        object-fit: cover;
        /* height: 700px;*/
    }
}

@media (min-width: 1650px) {
    body.home .slider-section .wpsisac-slick-slider-wrp .slick-slide img {
        /*   height: 411px !important;*/
        width: 100%;
    }
}

@media (min-width: 1900px) {
    body.home .slider-section .wpsisac-slick-slider-wrp .slick-slide img {
        /*    height: 471px !important;*/
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .services .services-block a .tit-dec {
        padding: 15px;
        min-height: 126px;
    }

    .main-services .elementor-column.elementor-col-66 .wp-caption {
        width: 100% !important;
    }

    .custom_slider_video {
        width: 100%;
        object-fit: cover;
        /*height: 574px;*/
    }
}

@media (max-width: 1143px) {
    .call-me .call-me-middle .call-left {
        float: none;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .call-me .call-me-middle .call-right {
        width: 100%;
    }

    .custom_slider_video {
        width: 100%;
        object-fit: cover;
        /* height: 516px;*/
    }
}

@media (max-width: 1023px) {
    header .header-right .header-middle .menu-main-menu-container>.menu>li.myParentClass>a::after {
        position: absolute;
        content: "";
        top: 21px;
        right: -4px;
        background-image: url(../images/arrow-down-sign.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        background-size: 12px;
    }

    header .header-right .header-middle {
        text-align: left;
        margin-left: 0% !important;
    }

    header .logo a img {
        width: 100%;
    }

    header .header-right .header-top {
        margin-top: 10px;
    }

    header .header-right .header-middle {
        margin-top: 10px;
    }

    header .header-right .header-middle .menu-main-menu-container>.menu>li a {
        padding: 0 12px;
        line-height: 53px;
        font-size: 12px;
    }

    .call-me .call-me-middle {
        padding: 20px;
    }

    .call-me .call-me-middle .call-left h4 {
        font-size: 15px;
    }

    .call-me .call-me-middle .call-left p {
        font-size: 11px;
    }

    .call-me .call-me-middle .call-left {
        float: left;
        width: 25%;
    }

    .call-me .call-me-middle .call-right {
        width: 75%;
        float: right;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-field-container .wpforms-field {
        padding: 0 0 0 10px;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container button {
        padding: 12px 15px;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container {
        width: 23%;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-field-container {
        float: left;
        width: 75%;
    }

    .services .services-block {
        width: 50%;
        padding: 0 8px;
    }

    .Scaffolding-section .right-sidebar {
        width: 100%;
        float: left;
    }

    .Scaffolding-section .left-sections {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .elementor-col-33 .elementor-widget-sidebar .widget.widget_text p {
        font-size: 13px;
    }

    .home .slider-section .slick-prev.slick-arrow,
    .home .slider-section .slick-next.slick-arrow {
        width: 35px;
        height: 35px;
        background-size: 35px !important;
    }

    .custom_slider_video {
        width: 95%;
        object-fit: cover;
        /*  height: 428px;*/
    }
}

@media (max-width: 767px) {
    header .header-right {
        float: right;
        width: 12% !important;
    }

    header .header-right .header-top {
        width: auto;
        /* float: right; */
        float: initial;
        text-align: right;
        margin-top: 2px;
    }

    header .header-right .header-middle {
        width: auto;
        float: initial;
        text-align: right;
        margin-top: 0px;
    }

    .footer-contact-form-sub .call-me .call-me-middle .call-left {
        float: left;
        width: 100%;
    }

    .footer-contact-form-sub .call-me .call-me-middle .call-right {
        width: 100%;
        float: right;
    }

    header .header-right .header-middle .header-social {
        display: none;
    }

    header .logo a img {
        width: 100px;
        margin-top: 0px;
    }

    header .header-right .header-middle {
        margin-top: 0px;
        float: initial;
    }

    header .logo {
        /* float: left; */
        /* width: 25%; */
       width: auto;
        position: unset;
        z-index: 999;
        float: initial;
    }

    /* new css add  */
    header .wrapper {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        align-items: center;
    }

    #button_left {
        top: 10px !important;
    }
    #slide_left{
        z-index: 99999 !important;
    }
    .header-top ul{
        display: flex;
        align-items: center;
    }
    .header-top ul li{
        display: flex !important;
        align-items: center;
    }
    .header-top ul li a{
        display: flex !important;
        align-items: center;
    }
    /* new css add  */
    header .header-right {
        /* float: right;
        width: 75%; */
        float: initial;
        width: auto !important;
        padding-right: 44px;
    }

    header .header-right .header-top ul li a {
        font-size: 0px;
        margin: 0;
    }

    header .header-right .header-top ul li a i {
        font-size: 20px;
        margin: 0 0 0 10px;
    }

    .home .slider-section .slick-prev.slick-arrow,
    .home .slider-section .slick-next.slick-arrow {
        width: 35px;
        height: 35px;
        background-size: 35px !important;
    }

    .call-me .call-me-middle {
        padding: 20px;
        text-align: center;
    }

    .call-me .call-me-middle .call-left {
        float: none;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .left-sections p {
        padding-right: 0px;
    }

    .call-me .call-me-middle .call-right {
        width: 100%;
        float: left;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-field-container {
        float: left;
        width: 100%;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-field-container .wpforms-field {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container {
        width: 100%;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container button {
        width: 100%;
    }

    footer .wrapper .footer-colm {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .widget_text.widget.widget_custom_html iframe {
        width: 100%;
    }

    footer .footer-colm:last-child {
        margin: 0;
    }

    footer .footer-social.footer-colm ul li {
        display: inline-block;
        margin: 0 10px 0px 0;
    }

    footer .footer-colm p:last-child {
        margin: 0;
    }

    .services .services-block {
        width: 100%;
        padding: 0;
    }

    .services .services-block a .services-img {
        overflow: visible;
    }

    .services .services-block a .services-img img {
        height: 100%;
    }

    .services .services-block a .tit-dec {
        padding: 15px;
        min-height: 0;
    }

    .services .services-block a:hover .services-img img {
        transform: none;
    }

    .services .services-block:last-child {
        margin: 0;
    }

    footer iframe {
        width: 100%;
    }

    footer {
        padding-bottom: 10px;
    }

    .mobile-menu {
        display: block;
    }

    header .header-right .header-middle .desktop-menu {
        display: none;
    }

    #slide_left>ul .menu-main-menu-container {
        display: block;
    }

    #slide_left>ul ul.menu>li {
        width: auto;
        display: block;
        width: 100%;
        border-bottom: solid 1px #e1e1e1;
        padding: 0;
    }

    #slide_left>ul ul.menu>li a {
        padding: 15px 15px;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
    }

    header .header-right .header-middle .menu-main-menu-container>.menu>li.current_page_item a {
        background-color: transparent;
        color: #9b9b9b;
    }

    .slide_left_open .s2 {
        display: none;
        transition: 0.5s all;
    }

    .slide_left_open .s3 {
        transition: 0.5s all;
        transform: rotate(133deg);
        top: 16px;
    }

    .slide_left_open .s1 {
        transition: 0.5s all;
        transform: rotate(50deg);
        top: 16px;
    }

    header .header-right .header-middle .menu-main-menu-container>.menu>li ul.sub-menu li a {
        padding-left: 50px !important;
        border-bottom: solid 1px #008b47;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 13px !important;
        line-height: 15px !important;
    }

    header .header-right .header-middle .menu-main-menu-container>.menu>li ul.sub-menu li {
        display: block;
        width: 100%;
        padding: 0;
    }

    header .header-right .header-middle .menu-main-menu-container>.menu>li ul {
        position: static;
        display: block;
    }

    #slide_left>ul {
        overflow-y: auto;
    }

    .scroll-header #button_left {
        display: none;
    }

    .mobile-nav .z-index-over #button_left {
        display: block;
    }

    .services .services-block a .tit-dec p {
        line-height: 18px;
    }

    header .header-right .header-middle .menu-main-menu-container>.menu>li.current_page_item>a {
        background-color: #008B47;
        color: #fff;
    }

    header .header-right .header-middle .menu-main-menu-container>.menu>li.current_page_parent ul li.current_page_item a {
        background-color: #008B47;
        color: #fff;
    }

    .Scaffolding-section .left-sections img.alignleft {
        width: 100% !important;
        height: auto;
    }

    .elementor-widget-wp-widget-nav_menu .menu-service-container {
        display: none;
        background-color: #fff;
        padding: 10px;
    }

    .elementor-widget-wp-widget-nav_menu .serviceMenuTogglMobileOnly {
        cursor: pointer;
        background-image: url(../images/service-toggle.png);
        background-repeat: no-repeat;
        background-position: top 7px right 10px;
        background-size: 30px;
    }

    .elementor-widget-wp-widget-nav_menu .serviceMenuTogglMobileOnly.menuToggleForMobile {
        background-image: url(../images/service-toggle-up.png);
    }

    .logged-in header .header-right #button_left {
        top: 85px;
    }

    header .header-right .header-middle .menu-main-menu-container>.menu>li.myParentClass>a::after {
        top: 18px;
        right: 12px;
    }

    .services .services-block:nth-child(1) a .services-img img,
    .services .services-block:nth-child(2) a .services-img img,
    .services .services-block:nth-child(3) a .services-img img {
        height: auto;
    }

    .custom_slider_video {
        width: 100%;
        object-fit: cover;
        /* height: 357px;*/
    }
}

@media (min-width: 767px) and (max-width:981px) {
    .call-me .call-me-middle .call-left {
        float: none;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .call-me .call-me-middle .call-right {
        width: 100%;
        float: right;
    }

    header .header-right .header-middle {
        text-align: left;
        margin-left: 0%;
        width: auto;
    }
}

@media (min-width: 1024px) and (max-width:1169px) {
    header .header-right .header-middle {
        text-align: left;
        margin-left: 0;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container {
        float: right;
        width: 21.5%;
        text-align: center;
        clear: none;
        padding: 0;
        box-shadow: 0px 0px 20px #00000029;
    }

    .call-me .call-me-middle .call-right {
        width: 100%;
    }

    .call-me .call-me-middle .call-left {
        float: none;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .call-me .call-me-middle .call-right #wpforms-98 form .wpforms-submit-container button {
        padding: 12px 24px;
    }

    header .header-right .header-middle {
        text-align: left;
        margin-left: 0% !important;
    }

    .home .slider-section .wpsisac-slick-slider-wrp .slick-slide video {
        height: 501px;
    }

    .home .slider-section .wpsisac-slick-slider-wrp .slick-slide img {
        height: 501px !important;
    }
}

@media (min-width: 768px) and (max-width:1025px) {
    .home .slider-section .wpsisac-slick-slider-wrp .slick-slide video {
        height: 341px;
    }

    .home .slider-section .wpsisac-slick-slider-wrp .slick-slide img {
        height: 341px !important;
    }
}

@media (min-width: 320px) and (max-width:525px) {
    .home .slider-section .wpsisac-slick-slider-wrp .slick-slide video {
        height: 341px;
        object-fit: none;
    }

    .home .slider-section .wpsisac-slick-slider-wrp .slick-slide img {
        height: 341px !important;
    }
}

@media (max-width: 546px) {
    .header-top ul {
        margin: 0px 0 0 0px !important;
        width: 56px;
    }
}

@media (max-width: 500px) {
    .header-top ul {
        /* margin: 0px 0 0 -6px !important;
        width: 56px; */
    }
}

@media (max-width: 451px) {
    .header-top ul {
        /* margin: 0px 0 0 -11px !important;
        width: 56px; */
    }
}


@media (max-width: 420px) {
    .header-top ul {
        /* margin: 0px 0 0 -20px !important;
        width: 56px; */
    }
}

@media (max-width: 375px) {
    .header-top ul {
        /* margin: 0px 0 0 -20px !important;
        width: 56px; */
    }
}

@media (max-width: 320px) {
    .header-top ul {
        /* margin: 0px 0 0 -24px !important;
        width: 56px; */
    }
}

.CookieDeclaration {
    display: none;
}

.home .slider-section #wpsisac-slick-slider-1 .slick-arrow svg{display:none;}