.img-carousel {
    width: 100% !important;
    height: auto !important;
}

.img-carousel1 {
    width: 100% !important;
    height: auto !important;
}

.one-slide {
    width: 100%;
    height: 100%;
}

slide-slider1 {
    width: 100%;
    height: 100%;
}

.slick-slide {
    position: relative;
}

.carousel-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #FFF;
    z-index: 999;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.7);
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-info h2 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.carousel-info p.carousel-caption {
    top: 60%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.carousel-info .carousel-intro {
    color: #FFF;
    font-family: 'Squada One', sans-serif;
    text-decoration: none;
    font-size: 2em;
    padding-bottom: 110px;
    position: relative;
    z-index: 300;
}

.carousel-info .carousel-caption {
    color: #FFF;
    font-size: 3em;
    padding-top: 90px;
    padding-bottom: 20px;
    /*background-color: rgba(0,0,0,0.7);*/
}

.carousel1-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #FFF;
    z-index: 999;
    width: 90%;
    text-align: left;
    line-height: 0.8
}

.carousel1-info .carousel1-intro {
    color: #FFF;
    font-size: 3em;
}

.carousel1-info .carousel1-caption {
    color: #FFF;
    font-size: 4em;
}

.slick-dots {
    bottom: 10px !important;
}

.page-template-template-services2 .slick-dots {
    bottom: -45px !important;
}

.slick-dots li button:before {
    content: "" !important;
}

.slick-dots li button {
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.7) !important;
}

li.slick-active button {
    background: #FFF !important;
}

.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


#complete-solution h3 {
    text-align: center;
    color: #FFF;
    background-color: #4c9e45;
    font-size: 3em;
}

#complete-solution ul {
    text-align: center;
}

#complete-solution ul li {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 4px solid #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

#complete-solution ul li:last-child {
    border-right: 0px;
}

#complete-solution ul li a {
    text-align: center;
    color: #FFF;
    font-size: 1em;
}

.slick .slick-slide {
    outline: none !important;
    -webkit-backface-visibility: hidden !important;
}

.slick .slick-slide * {
    -webkit-backface-visibility: hidden !important;
}

.page-template-template-general .vc-complete {
    padding-right: 50px !important;
}

.page-template-template-general .vc-complete ul {
    list-style: inherit !important;
    margin-left: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-template-template-general .vc-complete ul li {
    font-size: 24px;
}

.page-template-template-general .vc-complete .p3 {
    padding-bottom: 20px;
}

.single-post .singlenews .p1 {
    padding-bottom: 20px;
}

footer a {
    color: #FFF;
}

#topbar .container ul {
    float: right;
}

.dropdown-menu li {
    text-transform: uppercase;
}

.page-template-template-services2 h2 {
    text-transform: uppercase;
}

.newslist a.section-cta {
    font-size: 1.2em;
}

.sidebar ul li img {
    width: 100%;
    padding-top: 10px;
    margin-right: 100%;
}

.entry-content.singlenews img {
    padding-bottom: 30px;
}

#topbar .container {
    padding: 8px 15px 7px 15px;
}

.sidebar li {
    list-style: none;
}

.sidebar li a {
    color: #000;
}

.wpcf7-not-valid-tip {
    color: #4C9E45;
}

#news-section .col-md-4 .news-bloc {
    height: 480px;
}

/*#main-menu .menu-item:hover .dropdown-menu{
    display: block;
}*/
#main-menu .menu-item {
    text-transform: uppercase;
}

#main-menu .menu-item .dropdown-menu a {
    text-transform: initial;
}

#topbar {
    font-family: 'Squada One', cursive;
}

.carousel-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider1 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 994px) {
    #news-section .col-md-4 .news-bloc {
        height: 480px;
    }
}

@media screen and (max-width: 1150px) {
    .carousel-info .carousel-caption {
        font-size: 2.5em;
    }

    .carousel-info .carousel-intro {
        font-size: 1.5em;
    }

    #quote-section {
        height: 750px;
    }
}

@media screen and (max-width: 1150px) {
    #quote-section {
        height: 1050px;
    }
}

@media screen and (max-width: 768px) {
    .carousel-info .carousel-caption {
        font-size: 1.5em;
        padding-top: 35px;
        text-shadow: 1px 1px 1px #000;
    }

    .carousel-info .carousel-intro {
        font-size: 1.2em;
        text-shadow: 1px 1px 1px #000;
    }

    #complete-solution ul li {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #arrow-down {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .carousel-info .carousel-caption {
        font-size: 1.2em;
        padding-top: 35px;
        text-shadow: 1px 1px 1px #000;
    }

    .carousel-info .carousel-intro {
        font-size: 1em;
        text-shadow: 1px 1px 1px #000;
        padding-top: 10px;
    }

    #complete-solution h3 {
        font-size: 1em;
    }

    #quote-section {
        height: 1050px;
    }
}

/*** contact form 7 ***/
#wpcf7-f596-p515-o1 input,
#wpcf7-f596-p515-o1 textarea,
#wpcf7-f126-p15-o1 input,
#wpcf7-f126-p15-o1 textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#wpcf7-f596-p515-o1 textarea,
#wpcf7-f126-p15-o1 textarea {
    height: 100px
}

#wpcf7-f596-p515-o1 label,
#wpcf7-f126-p15-o1 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

#wpcf7-f596-p515-o1 p,
#wpcf7-f126-p15-o1 p {
    line-height: 50%;
}

#wpcf7-f596-p515-o1 .wpcf7-submit,
#wpcf7-f126-p15-o1 .wpcf7-submit {
    width: 25%;
    background-color: #EFEFEF;
    color: black;
}


#wpcf7-f596-p515-o1 .wpcf7-not-valid-tip,
#wpcf7-f126-p15-o1.wpcf7-not-valid-tip {
    color: #4C9E45;
    font-size: 18px;
    padding-top: 8px;
}

/*** contact form 7 online quote ***/
#wpcf7-f598-p521-o1 input,
#wpcf7-f251-p9-o1 input {
    padding: 0 10px;
}

#wpcf7-f598-p521-o1 input[type="text"],
#wpcf7-f251-p9-o1 input[type="text"] {
    font-size: 14px;
    font-weight: 500;
}

#wpcf7-f598-p521-o1 select,
#wpcf7-f251-p9-o1 select {
    padding: 0 5px;
}

#wpcf7-f598-p521-o1 .wpcf7-list-item,
#wpcf7-f251-p9-o1 .wpcf7-list-item {
    display: flex;
    margin: 0;
    width: 50%;
}

#wpcf7-f598-p521-o1 .wpcf7-radio,
#wpcf7-f251-p9-o1 .wpcf7-radio {
    display: flex;
    padding-top: 0;
    justify-content: center;
    align-items: center;
}

#wpcf7-f598-p521-o1 input[type="radio"],
#wpcf7-f251-p9-o1 input[type="radio"] {
    margin-right: 8px;
}

#wpcf7-f598-p521-o1 p,
#wpcf7-f251-p9-o1 p {
    font-size: 19px;
}

#wpcf7-f598-p521-o1 .boxes_input,
#wpcf7-f251-p9-o1 .boxes_input {
    margin-top: -30px;
}

#wpcf7-f598-p521-o1 .row,
#wpcf7-f251-p9-o1 .row {
    margin-left: -15px;
    margin-right: -30px;
}

#wpcf7-f598-p521-o1 textarea,
#wpcf7-f251-p9-o1 textarea {
    height: 150px
}

#wpcf7-f598-p521-o1 input[type="submit"],
#wpcf7-f251-p9-o1 input[type="submit"] {
    background-color: #6A9A46;
    width: 40%;
    color: white;
    padding: 10px 0;
}