/*!=========================================================*
* Developer:    Nazmul Hussain
* Developer URL: http://www.nazmul.info
=============================================================*/

/*===========================================================
 Common CSS
============================================================*/
html {
    scroll-behavior: smooth;
}

body {
    font-size: 13px;
    font-family: 'Anonymous Pro', monospace;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}



/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

/*===========================================================
 Scroll Animate
============================================================*/

.js .animate-box {
    opacity: 0;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}

/*==============================Banner Area====================*/
.banner-area {
    background-image: url(../img/banner.jpg);
    width: 100%;
    min-height: 900px;
    height: 98%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    background-attachment: fixed;

}

.banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.54);
}

.banner-logo {
    text-align: center;
    padding-top: 170px;
}

.las-mer a {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;

    line-height: 40px;

}

.las-mer {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 180px;

}

/*==============================Project Area====================*/
.projekt-area {
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
    /*background: #5d5d5d;*/
}

.projekt-area:before {
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    top: 0;
    background-color: #5d5d5d;
    height: 100%;
    z-index: 1;
}

.main-area {
    position: relative;
    z-index: 9;
}

.main-area h2 {
    color: #e6e6e6;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 35px;
    font-size: 31px;
    font-weight: 500;
}

.main-area p {
    color: #e6e6e6;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}

.main-area img {
    margin-top: 30px;
}

.main-area a {
    font-weight: 700;
    color: #e6e6e6;

    text-decoration: underline;

}

.projekt-area:after {
    position: absolute;
    content: '';
    width: 50%;
    background-color: #e6e6e6;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.sidebar-area {
    position: relative;
    z-index: 9;
    left: 50px;
}

.sidebar-title {
    margin-bottom: 45px;
}

.sidebar-title h2 {
    color: #5d5d5d;
    font-size: 31px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.single-service {
    overflow: hidden;
    margin-bottom: 15px;
}

.service-icon {
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.service-text {
    width: calc(100% - 100px);

}

.service-text h6 {
    color: #5d5d5d;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.service-text span {
    font-weight: 700;

}

/*================================Footer Area===============*/
.footer-area {
    background-image: linear-gradient(97deg, #2a4675 0%, #15233b 100%);
    padding-top: 80px;
    padding-bottom: 100px;
}

.footer-right {
    margin-left: 70px;
}

.footer-left a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-weight: 700;
}

.footer-left h3 {
    margin: 0;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-weight: 700;
}

.linkdin-icon {
    display: inline-block;
    vertical-align: middle;
}

.linkdin-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.linkdin-text h5 {
    color: #ffffff;
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
}

.linkdin-text a {
    color: #ffffff;
    font-size: 14px;

}

/*===================================Responsive======================*/
@media (min-width: 1500px) {
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 1199px) {
    .footer-right {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .projekt-area {
        overflow-x: hidden;
        background: #e6e6e6;
    }

    .main-area {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main-area:before {
        top: 0;
        content: '';
        left: -50%;
        width: 200%;
        bottom: 0;
        background: #5d5d5d;
        z-index: -1;
        position: absolute;
    }

    .service-text {
        width: 100%;
    }

    .projekt-area:before {
        background: none;
    }

    .projekt-area {
        padding-bottom: 0;
    }

    .main-area p {
        margin-bottom: 20px;
    }

    .sidebar-title {
        margin-bottom: 35px;
    }

    .projekt-area:after {
        background: none;
    }

    .sidebar-area {
        left: 0;
    }

    .sidebar-area {
        top: -10px;
    }

    .footer-right {
        margin-left: 0;
    }

    .linkdin-text {
        /*margin-left: 10px;*/
        width: 240px;
    }

    .linkdin-text {
        margin-left: 0;
        width: 240px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .footer-right {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .banner-area {
        min-height: auto;
    }

    .banner-logo {
        max-width: 300px;
        margin: 0 auto;

    }

    .linkdin-text {

        width: 100%;
        margin-top: 10px;
    }

    .banner-logo {
        padding-top: 100px;
    }

    .las-mer {
        bottom: 50px;
    }

    .las-mer a {
        font-size: 30px;
    }

}

@media (max-width: 550px) {
    .service-text {
        width: 100%;
    }

    .service-icon {
        width: 100%;
    }

    .sidebar-title h2 br {
        display: none;
    }

    .sidebar-title h2 {
        font-size: 27px;
    }

    .main-area h2 {
        font-size: 27px;
    }
}