@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
.dropdown-toggle::after{
    display:none;
}
body{
    font-family: 'Titillium Web', sans-serif;
}
header{
    background:#000;
    padding-top:15px;
    padding-bottom:15px;
}
ul.menu-inside{
    margin-bottom:0;
    list-style: none;
    display: flex;
    float: right;
    padding-left: 0;
}
ul.menu-inside li{
    line-height:55px;
    margin:0 10px;
}
ul.menu-inside li a{
    color:#ebebeb;
    text-decoration:none;
}
.logo-top{
    height: 55px;
}
li.shake{
    animation: shake 1s linear 2s 1 alternate;
    -moz-animation: shake 1s linear 2s 1 alternate;
    -webkit-animation: shake 1s linear 2s 1 alternate;
    -o-animation: shake 1s linear 2s 1 alternate;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}
.banner-top{
    background-image:url(../images/banner-top.png);
    background-size:cover;
    background-position:center;
    padding-top:60px;
    padding-bottom:60px;
}
.banner-top h1, .banner-top h2, .banner-top h3, .banner-top h4, .banner-top h5, .banner-top h6, .banner-top p{
    color:#fff;
}
div.cookie_law { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1; color:#fff; text-align: center; line-height: 39px; text-align: center; background:#ee287c; font-size: 9pt; }
div.cookie_law a { color:#fff; text-decoration: underline; }
div.cookie_law a.cookie_x {
    display: inline-block;
    padding: 0 15px;
    margin: 0 15px;
    background: #af1154;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cookie_law a.cookie_x:hover {
    background:#fff; color:#af1154; text-decoration: none;
}
.buttons-banner{
    margin-top:50px;
}
a.btn{
    background: #ee287c;
    color: #fff;
}
a.btn:hover{
    color:#000;
    background:#fff;
}
.banner-top h3{
    margin-bottom:25px;
}
.banner-top h4{
    margin-bottom:45px;
}
@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.banner-contact{
    background: #fff;
    margin: 0 0 0 10%;
}
.banner-contact h3{    color: #000;
    padding: 20px 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    font-weight: 700;
}
.banner-contact h3 i{
    color:#ee287c;
}
.banner-contact form{
    padding: 40px 20px 40px 20px;
    background: #fafafa;
}
.banner-contact form input:not([type="checkbox"]), .banner-contact form textarea{
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.banner-contact form input[type="submit"]{
    background:#ee287c;
    color:#fff;
    margin-bottom:0;
    margin-top:15px;
}
.form-check-label{
    margin-left:10px;
}
.form-check-label a{
    color:#ee287c;
}
.banner-phone{
    text-align: center;
    background: #000;
    padding: 40px 0;
    color: #fff;
}
.banner-phone h3{
    margin-bottom:0;
}
.banner-phone .banner-phone-number{
    color: #ee287c;
    font-size: 40px;
    font-weight: 700;
}
.description-block{
    background:#1A1A1A;
    padding-top: 60px;
    padding-bottom: 60px;
}
.description-block h1, .description-block h2, .description-block h3, .description-block h4, .description-block h5, .description-block h6, .description-block p, .description-block li{
    color:#fff;
}
.list {
    margin-bottom:0;
    margin-left: 0;
    list-style: none;
    padding: 0;
}
.list li {
    padding-left: 1.3em;
    list-style-type: none;
}
.list li:not(:last-child){
    margin-bottom:10px;
}
.list li:before {
    color: #EE287C;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.custom-heading{
    position:relative;
    padding-bottom:15px;
    margin-bottom:15px;
}
.custom-heading:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 66px;
    height: 2px;
    border-bottom: 2px dotted #FFFFFF;
}
.portfolio-block img{
    width:100%;
    margin-bottom:30px;
}
.portfolio-block h4{
    color:#fff;
}
.portfolio-block{
    background:#000;
    padding-top: 60px;
    padding-bottom: 60px;
}
.testimonials-block{
    background: #1A1A1A;
    padding-top: 60px;
    padding-bottom: 60px;
}
.testimonials-block h4.custom-heading{
    color:#fff;
}
.testimonials-block h4.custom-heading:after{
    left:50%;
    transform:translatex(-50%);
}
.testimonials-block .testimonials-stars{
    background-image:url("data:image/svg+xml,\00003csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'>\00003cpolygon fill='%23F5DB00' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/>\00003c/svg>");
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background-position: center;
    width: 120px;
    height: 20px;
}
.testimonials-block .testimonials-stars-text{
    color:#fff;
}
.testimonial{
    color: #fff;
    text-align: center;
    padding: 80px 40px 30px 30px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: 50% 30px;
    background-size: 40px;
    border: 1px solid #2c2c2c;
    background-color: #000;
    margin-top: 40px;
    margin-left:20px;
    margin-right:20px;
}
.testimonial-text{
    margin-bottom: 20px;
    font-style: italic;
}
.testimonial-name{
    font-weight: 700;
    font-size: 21px;
}
footer{
    margin-top:-8px;
    background:#000;
    color:#fff;
    padding:20px 0;
}
footer a{
    color:#ee287c;
}
.cache-box{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #000;
}
.cache-box .btn{
    background: #ee287c;
    color: #fff;
}
.cache-box.hide{
    display:none !important;
}
@media (min-width: 1200px){
    div.dropdown{
        display:none;
    }
    .phone-mobile{
        display:none;
    }
}
@media (max-width: 1199px){
    nav.menu-top{
        display:none;
    }
    header .col-md-8{
        position:relative;
    }
    .dropdown{
        float: right;
        margin-top: 10px;
    }
    .phone-mobile{
        position: absolute;
        right: 60px;
        top: 10px;
        color: #fff;
        background: #ee287c;
        width: 40px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        text-decoration: none;
    }
}
@media (max-width: 991px){
    iframe{
        margin-top:20px;
    }
    .slick-next, .slick-prev{
        display:none !important;
    }
    .banner-contact{
        margin: 30px 0px 0px 0%;
    }
}
@media (max-width: 768px){
    .banner-phone .banner-phone-number, .banner-phone h3{
        font-size:24px;
    }
    header .col-md-4{
        width: 40%;
        float: left;
    }
    header .logo-top{
        height: 30px;
    }
    header .col-md-8{
        width: 60%;
        float: right;
    }
    .dropdown{
        margin-top:-5px;
    }
    .phone-mobile{
        top:-5px;
    }
}



input[type="submit"]:disabled{
    opacity:0.5;
}