body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

.swiper-slide img {
    height: 864px;
    object-fit: cover;
    object-position: center center;
}

.header {
    padding: 20px 0px;
}

.nav-holder {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.nav-holder a {
    display: inline-flex;
    vertical-align: middle;
    color: #222;
    font-weight: bold;
    padding: 4px 0px 4px 35px;
    transition: .2s ease-in-out all;
}

.nav-holder a:hover {
    text-decoration: none;
    color: #50cf72;
}

.slider-info {
    position: absolute;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    bottom: 33%;
}

.slider-info span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 800;
}

.abouts {
    padding: 70px 0px;
}

.abouts h2 {
    color: #222;
    font-weight: bold;
    font-size: 2.2em;
}

.abouts h3 {
    color: #333;
    font-size: 1.4em;
    line-height: 1.4em;
}

.abouts a {
    color: #fff;
    padding: 8px 18px;
    background: #50cf72;
    display: inline-block;
    transition: .2s ease-in-out all;
}

.abouts a:hover {
    background: #222;
    text-decoration: none;
}

.abouts a i {
    padding-left: 7px;
}

.container-gray {
    background: #efefef;
    padding: 30px 0px;
}

.container-white {
    background: #fff;
    padding: 30px 0px;
}

.container-green {
    background: #50cf72;
    padding: 30px 0px;
}

.abouts p {
    line-height: 1.9em;
    color: #222;
}

.pr-img {
    padding: 0px;
    width: 100%;
    background: #fff;
    height:150px;
    object-fit: cover;
    object-position: center center;
    padding:5px;
    margin-top:15px;
}

.projects h2 {
    margin-bottom: 25px;
}

.projects .pr-name {
    font-weight: bold;
    padding-top: 5px;
}

.projects a {
    color: #161616 !important;
    font-weight: bold;
}

.cntn {
    object-fit: contain !important;
}

.no-bg {
    background: transparent !important;
    color: #222;
    padding: 0px !important;
}

.services p {
    font-size: .9em !important;
}

.services .form-control {
    border: none;
    margin-bottom: 10px;
    background: #343434;
    color: #efefef;
}

.services .form-control:focus {
    outline: none;
    box-shadow: none !important;
}

.services .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f3f3f3;
    opacity: 1;
    /* Firefox */
}

.services button {
    border: none !important;
    padding: 8px 18px;
    background: #efefef;
    color: #222;
    transition: .2s ease-in-out all;
    cursor: pointer;
}

.contact p {
    font-size: 1.1em !important;
}

.services button i {
    padding-left: 7px;
}

.services button:hover {
    background: #222;
    color: #fff;
}