@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);


/*Type-Scale*/
/************/
body{
    font-family: 'Raleway';
    background-color: #000;
}

/*Custom*/
/********/
p{
    font-size: 16px;
    color: #a39bbf;
    line-height: 30px;
}
section{
    padding-top: 80px;
    padding-bottom: 80px;

    &.sys-logos {
        padding-top: 0;
    }

}

.highlight,
.section-title{
    font-family: 'Oswald';
    text-transform: uppercase;
}
.highlight{
    font-weight: 700;
    color: #fff;
}
.section-title{
    color: #a39bbf;
    font-weight: 100;
    letter-spacing: 5px;
    font-size: 45px;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
::selection {
  background: #a39bbf;
  color: #fff;
}
.star-btn{
    background-color: #3f384f;
    color: #a39bbf;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #3f384f;
    font-family: 'Oswald';
    transition: all 0.4s ease-in-out;
    min-width: 195px;
}
.star-btn:hover{
    color: #3f384f;
    background-color: #a39bbf;
}

/*Turn off Google Map zooming*/
/******************************/
.scrolloff {
    pointer-events: none;
}
/*Navigation Bar*/
/****************/
a.logo{
    font-size: 25px;
    letter-spacing: 8px;
    display: inline-block;
    color: #fff;
}
a.logo:hover{
    color: #fff;
    text-decoration: none;
}
.star{
    color: #e64d69;
}
/*=================================
||          Navigation 
==================================*/
.creative-star{
    padding: 40px;
}
.star-logo{
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 15px 0;
    /*background: #221e2d;*/
    background: transparent;
}
.star-logo img{
    padding: 5px 0;
}
.modified{
    padding: 10px 0px;
    background-color: #2a2538;
    transition: all 0.4s ease-in-out;
}

/*Header Section*/
/****************/
header{
    background-image: url('../images/architectural-design-architecture-buildings-830891.jpg');
    background-size: cover;
    /*height: 100vh;*/
    position: relative;
    margin-top: -80px;
}

.overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.intro-box{
    display: table;
    text-align: center;
    width: 100%;
    height: 100vh;
}
.intro{
    display: table-cell;
    vertical-align: middle;
}
.intro .highlight:after, 
.intro .highlight:before{
    content: '';
    height: 70px;
    width: 300px;
    border: 10px solid #fff;
    position: absolute;
    left: calc(50% - 150px);
    opacity: 0.5;
}
.intro .highlight:after{
    top: -70px;
    border-bottom: 0;
}
.intro .highlight:before{
    bottom: -70px;
    border-top: 0;
}
.highlight{
    margin: 0;
    padding: 0;
    letter-spacing: 5px;
    position: relative;
}

/*Service*/
/*********/
.service{
    background-color: #221e2d;
    padding-bottom: 125px;
    padding-top: 200px;
}
.service-title{
    border-top: 1px solid #342e45;
    border-bottom: 1px solid #342e45;
}
.service-title h3{
    padding: 50px 0;
    margin: 0;
}
.service-content{
    padding: 50px 0;
    border-bottom: 1px solid #342e45;
}
.services{
    text-align: center;
    position: relative;
}
.service-content p{
    margin-bottom: 40px;
}
@media (min-width: 992px){
    .service-item{
        position: absolute;
        top: -210px;
        left: 0;
        width: 100%;
    }
}
.service-item{
    transition: all 0.4s ease-in-out;
}
.service-item:hover {
    box-shadow: 0px 6px 5px #1c1825;
}
.service-icon{
    background-color: #50476a;
    text-transform: uppercase;
    font-size: xx-large;
    letter-spacing: 4px;
    padding: 50px 0;
    color: #fff;
}
.service-bar{
    background: linear-gradient(#322d3f, #221e2d);
    position: relative;
}
/*Radial Bar Css*/
/****************/
.wrap {
  margin: 50px auto;
  display: inline-block;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.progress-radial {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #50476A;
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 142px;
  height: 142px;
  background-color: #2b2636;
  border-radius: 50%;
  margin-left: 4px;
  margin-top: 4px;
  text-align: center;
  line-height: 135px;
  font-size: 24px;
  color: #fff;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -70%, 0);

    text-align: center;
    font-size: 24px;
    color: #fff;
}

/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */
.progress-0 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #50476A 50%, #fff 50%, #fff);
}

.progress-5 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #50476A 50%, #fff 50%, #fff);
}

.progress-10 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #50476A 50%, #fff 50%, #fff);
}

.progress-15 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #50476A 50%, #fff 50%, #fff);
}

.progress-20 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #50476A 50%, #fff 50%, #fff);
}

.progress-25 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #50476A 50%, #fff 50%, #fff);
}

.progress-30 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #50476A 50%, #fff 50%, #fff);
}

.progress-35 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #50476A 50%, #fff 50%, #fff);
}

.progress-40 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #50476A 50%, #fff 50%, #fff);
}

.progress-45 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #50476A 50%, #fff 50%, #fff);
}

.progress-50 {
  background-image: linear-gradient(-90deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-55 {
  background-image: linear-gradient(-72deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-60 {
  background-image: linear-gradient(-54deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-65 {
  background-image: linear-gradient(-36deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-70 {
  background-image: linear-gradient(-18deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-75 {
  background-image: linear-gradient(0deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-80 {
  background-image: linear-gradient(18deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-85 {
  background-image: linear-gradient(36deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-90 {
  background-image: linear-gradient(54deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-95 {
  background-image: linear-gradient(72deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-100 {
  background-image: linear-gradient(90deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

/*About*/
/*******/
.about{
    background-color: #2a2538;
}
.about p{
    margin-top: 25px;
}
.about .nav-tabs{
    border-bottom-color: transparent;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald';
}
.about .nav-tabs>li>a{
    background-color: #221e2d;
    margin-right: 0;
    margin-bottom: 5px;
    border: 0;
    color: #d7d2ef;
    line-height: 1;
    padding: 10px 25px;
}
.about .nav-tabs>li.active>a,
.about .nav-tabs>li.active>a:hover,
.about .nav-tabs>li.active>a:focus,
.about .nav>li>a:hover,
.about .nav>li>a:focus{
    background-color: #524967;
    border: 0;
    color: #d7d2ef;
}

/*Our Works*/
/***********/
.works{
    background: #221e2d;
}
.works-item{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.works-single-item{
    position: relative;
    width: 33.13%;
    display: inline-block;
}

@media (max-width: 767px){
    .works-single-item{
        width: 45%;
    }
}
@media (max-width: 480px){
    .works-single-item{
        width: 100%;
    }
}
.works-single-item-hover{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(34, 30, 45, 0.6);
    opacity: 0;
    top: 0;
    left: 0;
}
.works-single-item:hover{
    transition: all 0.4s ease-in-out;
}
.works-single-item:hover .works-single-item-hover{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.works-icons .custom-icon{
    color: #d7d2ef;
    padding: 5px;
    font-size: 26px;
}
.works-icons{
    position: absolute;
    top: 40%;
    width: 100%;
}
.works-icons-content{
    background: rgba(82, 73, 103, 0.6);
    width: 100%;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.button-group{
    margin: 30px 0 50px;
}
button.filter{
    outline: none;
    background-color: #2c2739;
    margin-right: 0;
    margin-bottom: 5px;
    border: 0;
    color: #d7d2ef;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 25px;
    font-family: 'Oswald';
}
button.active, button.filter:hover, button.filter:active, button.filter:focus{
    background-color: #524967;
    border: 0;
    color: #d7d2ef;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background-color: rgba(82, 73, 103, 0.8);
}
#works_container{
    overflow: hidden;
}
.mix{
    display: none;
}
.display-none{
    display: none;
}
.pager-list{
    float: right;
}
.display-none.page-prev.star-btn, .display-none.page-next.star-btn{
    display: inline-block;
    cursor: pointer;
    padding: 6px 12px;
    margin: 0;
}
/*Watch My Film*/
/***************/
#watct_flim{
    background-image: url('../images/video.png');
    background-size: cover;
    height: 80vh;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.watch-box{
    display: table;
    text-align: center;
    width: 100%;
    height: 80vh;
}
.watch_inner{
    display: table-cell;
    vertical-align: middle;
}
.iframe{
    width: 650px;
    height: 370px;
}
.watch, .close-video{
    border: 1px solid #3f384f;
    background-color: #3f384f;
    color: #d7d2ef;
    padding: 20px 25px;
    cursor: pointer;
    display: inline-block;
    transition: all .4s ease-in-out;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.watch span, .close-video span{
    padding-left: 5px;
}
.close-video{
    margin-top: -5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}
@media (max-width: 767px){
    .iframe{
        width: 350px;
        height: 150px;
    }
    .close-video{
        width: 350px;
    }
}
.watch:hover, .close-video:hover{
    background-color: #313131;
    color: #fff;
}
.pause-icon, .play-icon{
    display: none;
}

/*Meet me & my friends*/
/**********************/
.meet{
    background-color: #373147;
}
.meet-item-bg{
    background: #221e2d;
    width: 100%;
    margin: 25px 0px 40px;
}
.meet-item{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    margin-top: 90px;
}
.meet-single-item{
    position: relative;
}
.meet-icons
{
    position: absolute;
    bottom: 10%;
    opacity: 0;
    width: 100%;
    text-align: center;
}
.meet-icons a div{
    margin: 0px 3px;
    border: 1px solid #2a2538;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 100%;
    padding: 5px;
    color: #fff;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    background-color: #2a2538;
}
.meet-icons a:hover div{
    border-color: #fff;
    background-color: transparent;
}
.meet-item:hover .meet-icons
{
    opacity: 1;
    transition: all .8s;
}
.meet-item img
{
    width: 100%;
    margin-top: -50px;
}
.meet-item-content
{
    background: #907fbf;
    padding: 15px;
}
.meet-item-content h4{
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.meet-item-sub{
    text-transform: uppercase;
    color: #221e2d;
    font-weight: 700;
}

/*Quote Section*/
/***************/
.quote{
    background-image: url('../images/foggy.png');
    background-size: cover;
}


/*Price Section*/
/***************/
.price{
    background-color: #221e2d;
    text-transform: uppercase;
}
.price ul{
    margin-top: 40px;
    background-color: #302c3d;
    text-align: center;
    letter-spacing: 2px;
    color: #a39bbf;
    padding-left: 0;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
}
.price .col-sm-4:hover ul{
    border: 1px solid #a39bbf;
}
.price ul li{
    list-style-type: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(163, 155, 191, 0.2);
    font-family: 'Oswald';
    font-weight: 200;
    letter-spacing: 2px;
}
.price ul li:last-child{
    border-bottom: none;
    padding-bottom: 80px;
}
.price h4{
    margin-bottom: 0;
}
.price p{
    color: #fff;
    text-transform: none;
    font-family: 'Oswald';
    font-size: 25px;
}
.price .btn{
    width: 100%;
    background-color: #3f384f;
    padding: 15px 0;
    border-color: transparent;
    color: #a39bbf;
    letter-spacing: 4px;
    font-family: 'Oswald';
    transition: all 0.4s ease-in-out;
}
.price .btn:hover{
    border-color: #a39bbf;
    background-color: transparent;
}


/*Call to Action*/
/****************/
section.cta{
    padding-top: 60px;
    padding-bottom: 60px;
}
.cta-1{
    background-color: #221e2d;
}
.cta-2{
    background-color: #2a2538;
}
.cta h4{
    text-transform: uppercase;
    color: #d7d2ef;
}

/*Testimonial Section*/
/*********************/
.testimonial{
    background-color: #50476a;
    color: #fff;
}
.testimonial .container{
    border: 1px solid rgba(163, 155, 191, 0.5);
}
.testimonial-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.img-logo{
    background: #fff;
    display: inline-block;
    margin: 4px 3px;
    opacity: .5;
    transition: all 0.4s ease-in-out;
    position: relative;
    width: 175px;
    height: 177px;

    &.hotel-emma {
        width: 175px;
        height: 177px;
        border-radius: 50%;
    }
}

.sys-titels {
    padding-bottom: 60px;
}

.sys {
  border-radius: 50%;
  padding: 15px;
  margin: 40px;
}

@media screen and (max-width: 1200px) {
    .img-logo {
        width: 140px;
        height: 180px;

        &.sys {
            width: 140px;
            height: 140px;
            margin: 16px;
        }
    }
    .slider__item {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
@media screen and (max-width: 992px) {
    .slider__item {
        filter: none !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.img-logo:hover{
    opacity: 1;
}
.testimonial .item{
    margin-left: 50px;
    padding: 50px 0;
}
.test-name{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
}
.name-title{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 767px){
    .testimonial{
        text-align: center;
    }
    .item img{
        margin-left: auto;
        margin-right: auto;
        width: 200px !important;
    }
}
@media (max-width: 991px){
    .img-logo{
        margin: 2px 0;
    }
}
/*Contact with us Section*/
/*************************/
.contact{
    background-color: #2a2538;
}
.contact ul{
    padding-left: 0;
}
.contact ul li{
    color: #a39bbf;
    list-style-type: none;
    padding-bottom: 10px;
}
.contact ul li span{
    font-weight: 700;
}
.contact ul, .contact form{
    margin-top: 30px;
}
textarea,
input[type="text"],
input[type="email"]{
    background: transparent !important;
    padding: 20px 30px !important;
    color: #a39bbf !important;
}
.contact button[type='submit']{
    width: 100%;
}

/*Quote Page Style*/
/******************/
.quote-header{
    background-image: url('../images/mountain.png');
    background-position: top;
    background-size: cover;
}
.quote-header .breadcrumb{
    margin-top: 200px;
    padding-left: 0;
    background-color: transparent;
    font-family: 'Oswald';
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}
.breadcrumb>.active{
    color: inherit;
}
.quote-content{
    background-color: #2a2538;
}
.form-box{
    padding: 40px 25px 25px;
    border: 3px solid #907fbf;
    position: relative;
    margin-top: 40px;
}
.form-box-header{
    text-transform: uppercase;
    position: absolute;
    top: -12px;
    left: 10px;
    padding: 0 15px;
    background-color: #2a2538;
    color: #a39bbf;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Oswald';
    letter-spacing: 4px;
}
#attachment{
    font-size: 16px;
    background-color: #53496e;
    color: #a39bbf;
    border-color: #53496e;
}
#attachment:hover{
    background-color: transparent;
    border-color: #fff;
}
#quoteForm .star-btn{
    margin-top: 30px;
}
/*Response*/
/**********/
.response-success, .response-fail{
    border: 1px solid;
    color: #a39bbf;
    padding: 10px 30px;
}
.response-success{
    border-color: #a8e672;
}
.response-success span{
    color: #a8e672;
    padding-right: 10px;
}
.response-fail{
    border-color: #e64d69;
}
.response-fail span{
    color: #e64d69;
    padding-right: 10px;
}
/*Footer*/
/********/
footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2a2538;
    color: #a39bbf;
    border-top: 1px solid rgba(163, 155, 191, 0.5);
}
footer a{
    color: #a39bbf;
}

@media (max-width: 767px){
    footer{
        text-align: center;
    }
}
@media (min-width: 768px){
    footer .col-sm-6:last-child{
        text-align: right;
    }
}

#row-btns1 {
    margin-top: 50px; 
    margin-bottom: 25px;
}

#collum-img {
    margin-bottom: 20px;
}

#collum-img > img {
    min-width: 140px;
    min-height: 180px;
}

#collum-title {
    margin-bottom: 10px;
    color: white
}

#collum-text {
    padding-bottom: 50px;
    color: white
}

#collum-title, #collum-text {
    padding-right: 100px;
}

#one, #one-worker {
    display: flex;
    flex-direction: column;
    transition: 1s;
}

#two, #two-worker{
    display: none;
    flex-direction: column;
        transition: 1s;
}

#three,
.worker{
    display: none;
    flex-direction: column;
        transition: 1s;
}

.worker {
    flex-wrap: wrap;
    will-change: transform;
    transform: translateZ(0);
}

.workers-row {
    display: flex;  
    align-items: center;
}

.worker >* {
    width: 48%;
    color: #ada6c4;
}

.worker #collum-title{
    height: initial;
    margin: 0;
}

.worker #collum-title h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
}

.worker #collum-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.worker #collum-img > img{
    max-width: 200px;
    max-height: 400px;
    width: auto;
    height: auto;
}

.workers-slider a {
    display: inline-block;
}

.workers-slider {
    align-self: center;
    text-align: center;
}

#meet-title {
    margin-bottom: 50px;
}

#row-btns1 {
    display: flex;
    flex-wrap: wrap;
}

.card .btn.btn-default {
    margin-top: auto;
}

.card {
    background-color: #302c3d;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 968px) {
    #row-btns1 .col-sm-3 {
        width: 33.333%;
    } 
}

@media screen and (max-width: 768px) {
    #row-btns1 .col-sm-3 {
        width: 50%;
    } 
}

@media screen and (max-width: 576px) {
    #row-btns1 .col-sm-3 {
        width: 100%;
    } 
}

.card-header {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-header.moon:after {
    content: "";
    display: block;

    position: absolute;
    top: 25px;
    left: 30px;

    width: 25px;
    height: 25px;

    background: url('../images/moon-phase-outline.svg') center no-repeat;
    background-size: contain;
}

.card-header img{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
}

.card-header h4 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: center;
    color: #a39bbf;
    margin-top: 0;
    font-size: 22px;
}

#progress-ring-container {
  height:200px;
  width:200px;
}

#progress-ring-1, #progress-ring-2 {
  stroke-dasharray:565;
  stroke-dashoffset:565;
  stroke-width: 5;
  stroke: white;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.progress-1.animate #progress-ring-1 {
    animation: stroke 2.5s cubic-bezier(0.65, 0, 0.4, 1) forwards;
}
.progress-2.animate #progress-ring-2 {
    animation: stroketwo 2.5s cubic-bezier(0.65, 0, 0.4, 1) forwards;
}

#progress-ring-back {
    stroke-width: 5;
    stroke: #50476A;
}

@keyframes stroke {
    100% {
      stroke-dashoffset: 175;
    }
  }
  
@keyframes stroketwo {
    100% {
      stroke-dashoffset: 125;
    }
  }

.order-btns .col-sm-3{
    margin-bottom: 20px;
}
  














 .slider {
      position: relative;
      overflow: hidden;
    }

    .slider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

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

    .slider__control {
      position: absolute;
      top: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      width: 60px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 60px;
      border-radius: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, .5);
    }

    .slider__control_show {
      display: flex;
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .slider__control_left {
      left: 0;
    }

    .slider__control_right {
      right: 0;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .slider__item {
        filter: blur(1.5px);
        transition: .3s;
        transform: scale(.85)
    }

    .slider__item.active {
        filter: none;
        transform: none
    }

    /* #collum11 a {
        display: flex;
        flex-direction: column;
        height: 235px;
        flex-wrap: wrap;
    }

    #collum11 .img-logo {
        height: 100%;
    } */

    @-webkit-keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
        }
        
        50% {
            opacity: 1;
        }
    }
        
    @keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
            }
        
            50% {
            opacity: 1;
        }
    }
      
    .zoomIn {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn;
    }

    @-webkit-keyframes zoomOut {
        from {
            opacity: 1;
          }
        
          50% {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
          }
        
          to {
            opacity: 0;
        }
    }
        
    @keyframes zoomOut {
        from {
            opacity: 1;
          }
        
          50% {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
          }
        
          to {
            opacity: 0;
        }
    }
      
    .zoomOut {
        -webkit-animation-name: zoomOut;
        animation-name: zoomOut;
    }

      
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
      

    .neth-flag, .eng-flag {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }

    .slider__item>div {
      line-height: 250px;
      font-size: 100px;
      text-align: center;
    }

    .slider_item_1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 390px;
        flex-wrap: wrap;
    }
    
    .slider_cont_img {
        width: 175px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .slider_cont_img > img {
        display: block;
        max-height: 100%;
        width: 100%;
    }

    .slider_cont_text {
        width: calc(100% - 200px);
        color: rgb(255,255,255);
        
        text-align: left;
    }

    .slider_count_author {
        text-transform: uppercase;
        font-weight: bold;
        color: white !important;
    }
    
    .slider_cont_content {
        width: calc(100% - 200px);
        text-align: left;
    }

    .slider_cont_h5 {
        height: 40px;   
    }


    #imgprof {
        width: 200px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #imgprof > img {
        width: 100%;
        height: 100%;
    }

    #but-right {
        margin-right: 20px;
    }

    #but-left {
        margin-left: 20px;
    }




    @media (max-width: 767px){
    .slider__item {
      flex: 0 0 100%;
      max-width: 100%;
    }

    #collum-text {
    margin-bottom: 20px;
}

}

#name-title {
    display: flex;
    font-size: 15px;
    color: rgb(255,255,255);
}

.select__lang-en,
.select__lang-ot {
    padding: 5px 40px;
    cursor: pointer;
}

.map {
    height: 420px;
    width: 100%;
    overflow: hidden;
}

.map iframe {
    margin-top: -60px;
    height: 480px;
    width: 100%;
}

#file-attachment {
    display: none;
}

.gm-inset-map.gm-inset-map-small.gm-inset-light {
    display: none;
}
.worker-card {
    position: static;
    transition: .3s;
    will-change: transform;
    transform: translateZ(0);
}
.worker-card.active {
    /* filter: blur(3px); */
    opacity: 0.3;
}
.worker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    height: 450px;

    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 100px;
    left: 50px;
    right: 50px;

    z-index: 99999;
}
.worker.active {
    display: flex !important;
    -webkit-animation-name: zoomIn !important;
    animation-name: zoomIn !important;
    visibility: visible !important;
    backface-visibility: initial !important;
}

@-webkit-keyframes zoomInTopLeft {
    from {
        opacity: 0;
       -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, -100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, -100%, 0);
    }
    
    50% {
        opacity: 1;
    }
}
    
@keyframes zoomInTopLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, -100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, -100%, 0);
        }
    
        50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInTop {
    from {
        opacity: 0;
       -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(0, -100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(0%, -100%, 0);
    }
    
    50% {
        opacity: 1;
    }
}
    
@keyframes zoomInTop {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(0, -100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(0%, -100%, 0);
        }
    
        50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInTopRight {
    from {
        opacity: 0;
       -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, -100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, -100%, 0);
    }
    
    50% {
        opacity: 1;
    }
}
    
@keyframes zoomInTopRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, -100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, -100%, 0);
        }
    
        50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInCenterLeft {
    from {
        opacity: 0;
       -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, 0%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, 0%, 0);
    }
    
    50% {
        opacity: 1;
    }
}
    
@keyframes zoomInCenterLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, 0%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, 0%, 0);
        }
    
        50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInCenterRight {
    from {
        opacity: 0;
       -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, 0%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, 0%, 0);
    }
    
    50% {
        opacity: 1;
    }
}
    
@keyframes zoomInCenterRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, 0%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, 0%, 0);
        }
    
        50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInBottomLeft {
    from {
        opacity: 0;
       -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, 100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, 100%, 0);
    }
    
    50% {
        opacity: 1;
    }
}
    
@keyframes zoomInBottomLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, 100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(-75%, 100%, 0);
        }
    
        50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInBottom {
    from {
        opacity: 0;
       -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(0, 100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(0%, 100%, 0);
    }
    
    50% {
        opacity: 1;
    }
}
    
@keyframes zoomInBottom {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(0, 100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(0%, 100%, 0);
        }
    
        50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInBottomRight {
    from {
        opacity: 0;
       -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, 100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, 100%, 0);
    }
    
    50% {
        opacity: 1;
    }
}
    
@keyframes zoomInBottomRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, 100%, 0);
        transform: scale3d(0.3, 0.3, 0.3) translate3d(75%, 100%, 0);
        }
    
        50% {
        opacity: 1;
    }
}

#btn-one-worker + .worker.active {
    -webkit-animation-name: zoomInTopLeft !important;
    animation-name: zoomInTopLeft !important;
}
#btn-two-worker + .worker.active {
    -webkit-animation-name: zoomInTop !important;
    animation-name: zoomInTop !important;
}
#btn-three-worker + .worker.active {
    -webkit-animation-name: zoomInTopRight !important;
    animation-name: zoomInTopRight !important;
}
#btn-four-worker + .worker.active {
    -webkit-animation-name: zoomInCenterLeft !important;
    animation-name: zoomInCenterLeft !important;
}
#btn-five-worker + .worker.active {
}
#btn-six-worker + .worker.active {
    -webkit-animation-name: zoomInCenterRight !important;
    animation-name: zoomInCenterRight !important;
}
#btn-seven-worker + .worker.active {
    -webkit-animation-name: zoomInBottomLeft !important;
    animation-name: zoomInBottomLeft !important;
}
#btn-eight-worker + .worker.active {
    -webkit-animation-name: zoomInBottom !important;
    animation-name: zoomInBottom !important;
}
#btn-nine-worker + .worker.active {
    -webkit-animation-name: zoomInBottomRight !important;
    animation-name: zoomInBottomRight !important;
}

.worker .close {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 50px;
    height: 40px;
    transition: .3s;
    
    opacity: 1 !important;
}

.worker .close:before {
    content: "";
    width: 35px;
    height: 7px;

    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.worker .close:after {
    content: "";
    width: 35px;
    height: 7px;

    background-color: white;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

@media screen and (max-width: 992px) {
    .workers-row {
        flex-direction: column;
    }
    #collum-title, #collum-text {
        padding-right: 25px;
        width: 55%;
    }

    .worker > #collum-img {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .worker {
        flex-wrap: nowrap;
        height: initial;
    }
    .worker > #collum-img {
        width: 60%;
        height: 265px;
    }
    .worker #collum-img > img {
        max-width: 150px;
    }
    .worker #collum-img {
        margin-bottom: 0;
    }

    #collum-title h3 {
        font-size: 24px;
        margin: 0;
    }
    #collum11 .worker.active {
        -webkit-animation-name: zoomIn !important;
        animation-name: zoomIn !important;
    }

    .map {
        padding: 0 8px 0px 8px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px) {
    #collum-title, #collum-text {
        width: 80%;
    }
    .workers-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 540px) {
    #btn-one-worker + .worker {
        top: 0px;
    }
    #btn-two-worker + .worker {
        top: 0px;
    }
    #btn-three-worker + .worker {
        top: 200px;
    }
    #btn-four-worker + .worker {
        top: 200px;
    }
    #btn-five-worker + .worker {
        top: 450px;
    }
    #btn-six-worker + .worker {
        top: 450px;
    }
    #btn-seven-worker + .worker {
        top: 700px;
    }
    #btn-eight-worker + .worker {
        top: 700px;
    }
    #btn-nine-worker + .worker {
        top: 900px;
    }
}
@media screen and (max-width: 400px) {
    .workers-slider > *:not(.worker) {
        width: 100%;
    }
    #btn-one-worker + .worker {
        top: -40px;
    }
    #btn-two-worker + .worker {
        top: 192.5px;
    }
    #btn-three-worker + .worker {
        top: 422.5px;
    }
    #btn-four-worker + .worker {
        top: 662.5px !important; 
    }
    #btn-four-worker + .worker {
        top: 700px;
    }
    #btn-five-worker + .worker {
        top: 897.5px;
    }
    #btn-six-worker + .worker {
        top: 1130px;
    }
    #btn-seven-worker + .worker {
        top: 1362.5px;
    }
    #btn-eight-worker + .worker {
        top: 1597.5px;
    }
    #btn-nine-worker + .worker {
        top: 1835px;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }

.contact .section-title {
    margin-bottom: 30px;
}

.captcha {
    margin-bottom: 10px;
}

.captcha h3 {
    margin: 0;
    color: #a39bbf;
}

#contactForm,
#contactFormWorkers {
    display: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
  
#contactForm.active,
#contactFormWorkers.active {
    display: block;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    
}


.contact__forms {
    display: flex;
}
.card-header h4 {
    width: 100%;
}
.form-control[type="text"],
.form-control[type="password"],
.form-control[type="email"] {
    min-height: 50px;
    line-height: 50px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.section-title {
    text-align: center;
}
.service-title .section-title {
    text-align: left;
}
.contact .row {
    text-align: center;
    justify-content: center;
}
.about-img {
    width: 100%;
}

.footer__author {
    text-align: center;
    user-select: none;
}

.attached-filename {
    display: none;
}