/* merriweather-regular - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather/merriweather-regular-webfont.eot'); /* IE9 Compat Modes */
    src: local('Merriweather'),
    url('../fonts/merriweather/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/merriweather/merriweather-regular-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/merriweather/merriweather-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/merriweather/merriweather-regular-webfont.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/* merriweather-700 - latin */
@font-face {
    font-family: 'Merriweather Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather/merriweather-bold-webfont.eot'); /* IE9 Compat Modes */
    src: local('Merriweather Bold'), local('Merriweather-Bold'),
    url('../fonts/merriweather/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/merriweather/merriweather-bold-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/merriweather/merriweather-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/merriweather/merriweather-bold-webfont.svg#Merriweather') format('svg'); /* Legacy iOS */
}


html,body,div,h1,h2,h3,h4,h5,h6,p,a,input,textarea,label,select{
    font-family: 'Lato',sans-serif;
    color: #787878;
}
a:hover{
    color: #787878;
}
h3{
    font-size: 20px;
}


.banner{
    height: 507px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.banner-title{
    font-size: 45px;
    line-height: 45px;
}
.banner2{
    padding: 50px 0 30px 0;

}
.banner3{
    height: 232px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
*[role="form"] input, *[role="form"] textarea{
    font-size: 18px;
    padding: 15px ;
    border: none;
    outline: none;
    background-color: #e4e4e4;
}
*[role="form"] textarea{
    resize: none;
    min-height: 100px;
}

.social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links>li{
    display: inline-block;
    position: relative;
    margin-left: 10px;

}
.social-links>li>a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    margin-top: -1px;
    color: #fff;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;

    text-align: center;

}
.social-links>li>a>img{
    -webkitfilter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.social-links-blog{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links-blog>li{
    display: inline-block;
    position: relative;
    margin-left: 10px;

}
.social-links-blog>li>a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    margin-top: -1px;
    color: #fff;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;

    text-align: center;

}
.social-links-blog>li>a>img{

}
.social-links>li>a:hover{

}
.social-links>li>a.fb{
    background-color:  #3b5999;
}
.social-links>li>a.fb:hover{
    background-color:  #3b5999;
}
.social-links>li>a.twitter{
    background-color:  #00acee;
}
.social-links>li>a.twitter:hover{
    background-color:  #00acee;
}
.share-link{
    padding: 3px;
    border: 2px solid #bfbfbf;
    width: 381px;
}
.gutter-25{
    margin-left: -25px;
}
.gutter-25>div{
    padding-left: 25px;
}
.gutter-20{
    margin-left: -20px;
}
.gutter-20>div{
    padding-left: 20px;
}
.padding-50-0{
    padding: 50px 0;
}
.padding-40-0{
    padding: 40px 0;
}
.max-container-width{
    max-width: 1115px;
}
.team-member{
    position: relative;
}
.team-member>div:first-child{
    height: 85px;
    position: relative;
    z-index: 2;
}
.team-member>div:first-child>img{
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);

}
.team-member>div:last-child{
    background-color: #eee;
    padding:150px 25px 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 317px;
}
.line{
    border-color: #bfbfbf;
    border-width: 2px;
}
.work{
    padding-right: 42px;
}
.range{
    background-color: #dcdcdc;
    padding: 1px;
}
.range>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #63cc65;
    height: 7px;
}
.range-output{
    height: 32px;
    width: 36px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4a4a4a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.range-output p{
    font-size: 12px;
    color: #63cc65;
    margin-top: 7px;
}
.navslide{
    list-style: none;
}
.navslide li{
    display: inline-block;

}
.navslide li a{
    color: #63cc65;
    font-size: 22px;
}
.slides{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.slides .uk-dotnav>*>*{
    background-color: #fff;
    border: 2px solid transparent;
    height: 15px;
    width: 15px;
}
.slides .uk-dotnav>.uk-active>* {
    border: 2px solid #fff;
    background-color:transparent!important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.footer{
    background-color: #4a4a4a;
    padding:115px 0 15px 0;
}
.arrowup{
    top:-35px;
}
.arrow_box {
    position: relative;
    background: #eee;
    height: 85px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    border: none;
    outline: none;

}
.arrow_box:hover, li.uk-active .arrow_box{
    background: #f74c51;
    color: #fff;
}
.arrow_box:hover:after, li.uk-active .arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f74c51;
    border-width: 10px;
    margin-left: -10px;
}
.service-content{
    background-color: #eee;
    padding: 35px 50px;
    height: 450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.profile-testi{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 95px;
    width: 95px;
    background-color: #f74c51;
    border: 5px solid #f74c51;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/services/pictest.png");
    -webkit-border-radius: 200%;
    -moz-border-radius: 200%;
    border-radius: 200%;
    position: relative;
}
.profile-testi:after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #f74c51;
    border-width: 12px;
    margin-top: -12px;
}
.uk-width-15p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 12%;
}
.uk-width-85p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 88%;
}
.background-gray{
    background-color: #eeeeee;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.project-item{
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
.project-item:hover{
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    border: 10px solid #f5f5f5;
}
.project-item .uk-overlay-panel{
    padding: 15px;
    background-color: #edc84a;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}
.project-item:hover .uk-overlay-panel{
    bottom:15px;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}
.button{
    -webkit-appearance: none;
    overflow: visible;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: none;
    text-decoration: none;
    align-items: flex-start;
    display:block;
    text-align: center;
    vertical-align: middle;
    background-color:  #4c4c4c;
    height: 65px;
    width: 180px;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    outline: none;
   /* -webkit-box-shadow:0 0 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0  0 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);*/
    cursor: pointer;
}
.button:hover{
    text-decoration: none;
    color: #fff;
}
.button:active{
     -webkit-box-shadow:0 0 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0  0 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
  /*  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);*/
}
.button-mini{
    height: 40px;
    font-size: 14px;
    width: 90px;
}
.button-white{
    background-color: #fff;
    color:#f8690b;
}
.button-choose{
    height: 68px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid transparent;
    background-color: #f5f5f5;
    outline: none;
    font-size: 24px;
    color:#f8690b;
}
.button-choose:active,.button-choose.uk-active{
    border-bottom: 2px solid #f8690b;
    background-color: #eee;
}
.button-medium{
    /*width: 180px;*/
}
.button-long{
    width: 260px;
}
.button-width-1-1{
    width: 100%;
}
.button-ghost{
    background-color: #fff;
    color:#f8690b;
    border: 2px solid #f8690b;
}
.drpdwn{
    background-color: #f5f5f5;
    outline: none;
    border: 1px solid transparent;
    font-size: 18px;
    color: #4a4a4a;
    width: 145px;
    height: 40px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-image: url("../images/leftarrow.png");
    background-repeat: no-repeat;
    background-position: 90% 55%;
    font-weight: normal;
}
.mnth-drpdwn{
    padding: 0 15px;
    border: none;
}
.mnth-drpdwn .uk-nav-dropdown>li>a:focus, .mnth-drpdwn .uk-nav-dropdown>li>a:hover {
    background: #e8e8e8;
    color: #fff;
    outline: 0;
    box-shadow: none;
    text-shadow:none;

}

.mnth-drpdwn .uk-nav-dropdown>li>a {
    font-size: 18px;
    color: #4a4a4a;
    padding: 15px;
    background-color: #f5f5f5;
}

/*utilities*/
.uk-margin-xlarge-top{
    margin-top: 100px;
}
.uk-margin-xlarge-bottom{
    margin-bottom: 100px;
}
.text-normal{
    font-size: 18px;
    line-height: 22px;
}
.text-small{
    font-size: 10px;
}
.text-title{
    font-size: 30px;
}
.text-light{
    font-weight: 300;
}
.text-italic{
    font-style: italic;
}
.text-bold{
    font-weight: bold;
}
.text-xlarge{
    font-size: 72px;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-merriweather{
    font-family: 'Merriweather',sans-serif!important;
}
.text-orange,.text-orange:hover{
    color: #fc8549!important;
}
.text-white,.text-white:hover{
    color: #fff!important;
}
.text-gray,.text-gray:hover{
    color: #bfbfbf;
}
.text-green,.text-green:hover{
    color: #63cc65;
}
.text-dark{
    color: #4a4a4a;
}
.text-red{
    color: #f74c51!important;
}
.text-yellow,.text-yellow:hover{
    color: #edc84a;
}
.text-blue{
    color: #52b1ff;
}
.middle-center{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.hvcenter{
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -moz-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    -o-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
}
.vp-height{
    height: 100vh;
    overflow-y: auto;
}
.background-orange{
    background-color: #f8690b;
}
.container-width{
    max-width: 960px;
}
.inner-container-width{
    width: 890px;
}
.shadow-remove{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.no-rounded-corners{
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
.filter-white{
    -webkitfilter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.uk-margin-medium-bottom{
margin-bottom: 30px;
}
.block{
    display: block!important;
}
/*responsive*/
@media (max-width: 1400px) {

}
@media (max-width: 768px) {


}
@media (max-width: 414px){
    .banner{
        height: 100vh;

    }
    .banner3{
        height: 100vh;
    }

    .container-width, .max-container-width{
        width: auto;
        padding: 0 20px;
    }
    .inner-container-width{
        width: auto;
        padding: 0 20px;
    }
    .project-item{
        cursor: auto;
    }
    .arrow_box:hover:after, li.uk-active .arrow_box:after{
        display: none;
    }
    .arrow_box{
        width: 100%;
    }
    .uk-width-15p,.uk-width-85p{
        width: 100%;
    }
    .uk-width-85p{
        width: 100%;
        height: 120px;
    }
}
@media (max-width: 375px){

}
@media (max-width: 360px){

}
@media (max-width: 320px){

}

