/* ===================================
        About
====================================== */

.img-sec {
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.about_img {
    padding: 3%;
    background-color: #f6f6f6;
    position: relative;
}

.margin_aboutimg {
    margin-left: 10%;
}

.about_img img {
    height: 100%;
    width: 100%;
}

.green_rectangle {
    position: absolute;
    width: 60%;
    height: 67%;
    bottom: 1%;
    background-color: #172941;
}

.colored_heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #0a1d2f;
    margin-bottom: 0;
    letter-spacing: 0;
}

.about-heading {
    text-align: left;
    margin-top: 70px;
}

.heading {
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #0a1d2f;
}

.margin_heading {
    margin-top: 25px;
    margin-bottom: 25px;
}

.info {
    color: #0a1d2f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    font-weight: 500;
}

.margin_button {
    margin-top: 25px;
}
/* button */
.btn1{
    right:0;
}
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
    /* Blue button */
    .btn.btn-blue {
        background: #0f2233;
        border-color: #0f2233;
        color: #ffffff
    }

        .btn.btn-blue:hover {
            background: #e52c2a !important;
            border-color: #e52c2a;
            color: #ffffff !important
        }
    /* Green button */
    .btn.btn-green {
        background: #81a109;
        border-color: #81a109;
        color: #ffffff
    }

        .btn.btn-green:hover {
            background: #33c9dd !important;
            border-color: #33c9dd;
            color: #ffffff !important
        }
    /* Transparent button */
    .btn.btn-trans {
        background: transparent;
        border-color: #ffffff;
        color: #ffffff
    }

        .btn.btn-trans:hover {
            background: #33c9dd !important;
            border-color: #33c9dd;
            color: #ffffff !important
        }

    /* button size */
    .btn.btn-small {
        font-size: 12px;
        padding: 4px 1.8em;
    }

    .btn.btn-medium {
        font-size: 16px;
        padding: 10px 48px;
        line-height: 1.8em
    }

    .btn.btn-large {
        font-size: 16px;
        padding: 14px 30px;
        line-height: 1.8em;
    }

    .btn.btn-rounded {
        border-radius: 50px;
    }


/* ===================================
    Blog-Section
====================================== */

.blog-section {
    width: 100%;
}

    .blog-section .carousel-section h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .blog-section .text-area {
        padding: 50px 25px;
        background-color: #000;
    }

    .blog-section .subheading {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

    .blog-section .heading {
        color: #fff;
        font-weight: 700;
        margin-bottom: 25px;
        font-size: 45px;
    }

    .blog-section .text {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .blog-section .blog-navigation {
        position: absolute;
        left: 48.2%;
        top: 50%;
        z-index: 1;
        cursor: pointer;
    }

        .blog-section .blog-navigation a {
            text-decoration: none;
            border-radius: 50%;
            display: block;
            color: #fff;
            background-color: #e3007f;
            height: 50px;
            line-height: 55px;
            width: 50px;
            border: 1px solid transparent;
            text-align: center;
        }

            .blog-section .blog-navigation a i {
                font-size: 20px;
            }


/* Counters */

.bg-counters {
    background: url(../images/topbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}


/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
footer .copyrights{
    font-size: 13px;
}
.footer-logo {
    display: inline-block;
    max-width: 230px;
}
footer ul.social-icons:not(.small) li a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 26px;
    border: none;
    background: transparent;
}
footer ul.social-icons li a {
    background: #f5f5f5;
}
footer .copyrights > a:hover,
footer .copyrights > a:focus {
    color: #f5f5f5;
}

/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
/* ----- Social Icons ----- */
ul.social-icons-simple li,
ul.social-icons li {
    display: inline-block;
}

    ul.social-icons li a {
        height: 36px;
        line-height: 36px;
        width: 36px;
        font-size: 17px;
        border-radius: 50%;
        margin: 0 0.1rem;
        text-align: center;
        display: block;
        color: #ffffff;
        background: #58b433;
    }

ul.social-icons.whitebg li a {
    background: #fff;
}

ul.social-icons-simple li a {
    height: 24px;
    line-height: 24px;
    width: 24px;
    margin: 0 8px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}

ul.social-icons.white li a,
ul.social-icons-simple.white li a {
    color: #fff;
}

ul.social-icons-simple li:last-child a,
ul.social-icons li:last-child a {
    margin-right: 0;
}

ul.social-icons-simple li:first-child a,
ul.social-icons li:first-child a {
    margin-left: 0;
}

ul.social-icons-simple li a:hover,
ul.social-icons-simple li a:focus {
    color: #f5f5f5;
}

ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons.white li a:hover,
ul.social-icons.white li a:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 15px 30px #2b3c4c inset;
    box-shadow: 0 0 15px 30px #2b3c4c inset;
}
.padding_half {
    padding: 4.375rem 0;
}


.counter-num {
    font-size: 42px;
    margin-bottom: 20px;
}

.counter-heading {
    font-size: 16px;
}

.counter-text {
    font-family: 'Teko', sans-serif;
    color: #fff;
    text-align: center;
    padding: 60px 0px;
}



.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #0a1d2f;
}




.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-10 {
    opacity: 1 !important;
}















/* ===================================
    About-section
====================================== */
.about-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

    .about-section .text-section .subheading {
        margin-bottom: 30px;
    }

    .about-section .text-section .heading {
        margin-bottom: 30px;
    }

    .about-section .text-section .text {
        margin-bottom: 30px;
        padding-right: 70px;
    }

    .about-section .text-section .heading span {
        color: #913596;
    }

.about-check-list ul {
    padding-left: 0;
    margin-bottom: 20px;
}

    .about-check-list ul li {
        list-style: none;
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 5px;
    }

        .about-check-list ul li a {
            color: #0a1d2f;
        }

            .about-check-list ul li a:hover {
                color: #e52e29;
            }

        .about-check-list ul li i {
            background: linear-gradient(to right, #e52e29 0%, #e52e29 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-right: 15px;
        }

.about-section .img-section {
    padding-left: 30px;
}

.about-section .services-section {
    padding-top: 120px;
}

    .about-section .services-section .row-2 {
        padding-bottom: 120px;
    }

    .about-section .services-section .card {
        padding: 40px;
        text-align: center;
        border-radius: 0;
        border: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        display: inline-block;
        text-decoration: none;
        position: relative;
        background-image: linear-gradient(to right, #ffff 30%, #ffff 70%);
        -webkit-backface-visibility: hidden;
        z-index: 1;
    }

        .about-section .services-section .card:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to right, #fc294b 10%, #913596 90%);
            transition: opacity 0.5s ease-in-out;
            z-index: 2;
            opacity: 0;
        }

        .about-section .services-section .card:hover:after {
            opacity: 1;
        }

        .about-section .services-section .card .card-body {
            position: relative;
            z-index: 3;
        }

        .about-section .services-section .card .card-body {
            padding: 0;
        }

        .about-section .services-section .card i {
            padding-bottom: 30px;
            font-size: 40px;
            z-index: 3;
            position: relative;
            background: linear-gradient(to right, #fc294b 30%, #913596 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .about-section .services-section .card .card-body .subheading {
            color: #000;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .about-section .services-section .card .card-body .text {
            font-weight: 300;
        }

        .about-section .services-section .card:hover i {
            background: linear-gradient(to right, #fff 30%, #fff 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .about-section .services-section .card:hover .subheading {
            color: #fff;
        }

        .about-section .services-section .card:hover .text {
            color: #fff;
        }

/* ===================================
    Portfolio Section
====================================== */

.portfolio {
    padding: 0;
    margin:0;
}

.project-sec {
    position: relative;
}

    .project-sec .row {
        margin: 0 !important;
    }

    .project-sec .project-area {
        position: relative;
    }

        .project-sec .project-area .project-img {
            height: 100vh;
        }

            .project-sec .project-area .project-img img {
                height: 100%;
                width: 100%;
            }

        .project-sec .project-area .project-detail {
            bottom: 0;
            left: 50%;
            color: #ffffff;
            position: absolute;
        }

            .project-sec .project-area .project-detail .project-heading {
                font-size: 36px;
                padding: 16px 8px;
                color: #ffffff;
                width: 130%;
                text-align: center;
                font-weight: 500;
                background: #0a1d2f;
                max-width: 130%;
                position: relative;
                text-transform: uppercase;
                transform: translateX(-28%);
                font-family: 'Oswald', sans-serif;
            }

            .project-sec .project-area .project-detail .project-text {
                font-family: 'Roboto', sans-serif;
                font-weight: normal;
                font-size: 20px;
                color: #ffffff;
                margin: 30px 0;
            }

    .project-sec .project-links-left {
        position: absolute;
        top: 50%;
        left: 3%;
        z-index: 1;
        cursor: pointer;
    }

    .project-sec .project-links-right {
        position: absolute;
        top: 50%;
        right: 3%;
        z-index: 1111;
        cursor: pointer;
    }

    .project-sec .project-links-left a i {
        color: #202020;
        font-size: 48px;
        transition: .5s ease;
    }

    .project-sec .project-links-right a i {
        color: #202020;
        font-size: 48px;
        transition: .5s ease;
    }

    .project-sec .project-links-right a:hover i, .project-sec .project-links-left a:hover i {
        color: #008256;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-fade {
        animation: 1.5s fadeInUp;
        margin: auto;
    }

.animate-fade a {
    cursor: pointer;
}

.black-box {
    background: rgba(0,0,0,0.7);
    position: relative;
    padding: 75px 30px;
}

/* ===================================
   Media Queries
====================================== */

@media (max-width: 1200px) and (min-width: 992px) {


    /* Portfolio */
    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .project-sec .project-links-right a i, .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .project-area .project-detail .project-heading {
        padding: 16px 8px;
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
    }

    .black-box {
        padding: 50px 30px;
        text-align: center;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {
    /* Portfolio */
    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .project-sec .project-area .project-detail .project-heading {
            font-size: 24px;
        }

    .project-sec .project-links-right a i, .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
        padding: 16px 8px;
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
    }

    .black-box {
        padding: 50px 30px;
        width: 80%;
        margin: 0 auto;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    /* Portfolio */
    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
    }

    .project-sec .project-area .project-detail .project-text {
        font-size: 16px;
        color: #202020;
    }

    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
    }

        .project-sec .project-area .project-detail .project-heading {
            font-size: 28px;
            padding: 16px 8px;
            width: 100%;
            max-width: 100%;
            color: #202020;
            background: transparent;
            transform: translateX(0);
        }

    .project-sec .btn.btn-white {
        color: #202020;
        border-color: #202020
    }

    .btn.btn-medium {
        font-size: 14px;
    }

    .black-box {
        padding: 50px 30px;
        background: transparent;
    }

    .portfolio {
        padding-top: 0;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

    .project-sec .project-links-right a i, .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-fade {
        animation: none;
    }

}


/* ===================================
    Services
====================================== */



.services-skill li {
    list-style: none;
    margin-top:15px;

}

.services-skill .progress {
    border-radius: 50px;
    height: 2px;
    padding-top: 10px;
    margin-top: 10px;
}

.services-skill .progress-bar {
    border-radius: 50px;
    background-color: #55ACEE;
    
}

.progress-item {
    background-color: #0a1d2f;
    opacity: 0.8;
    color: #fff;
    padding: 15px;
}
    .progress-item:hover {
        background-color: #e52e29;
        opacity: 1;
        color: #fff;
        padding: 15px;
    }

.progress-item b {
    font-weight: 600;

}

.counter-area {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .counter-area .counters .content {
        display: inline-block;
    }

    .counter-area .counters .c-icon {
        font-size: 40px;
        margin-right: 15px;
        color: #55ACEE;
    }

.services-about {
    height: 550px;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    padding-top: 10px;
   
    background-position: 0 0px !important;
    background-repeat: repeat !important;
    right: 0;
    background-size: 15px;
}


    .services-about .service-image {
        float: right;
        max-width: 450px;
    }

    .services-about .content {
        position: absolute;
        background-color: #0a1d2f;opacity: 0.8;
        top: 50px;
        left: 0;
        max-width: 500px;
        color: #fff;
        padding: 50px;
        text-align: left;
    }

        .services-about .content h5 {
            color: #fff;
        }

        .services-about .content:before {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-size: 20px;
            position: absolute;
            font-weight: 700;
            opacity: .1;
            top: 100px;
            left: 30px;
        }




/* ===================================
   Client
====================================== */

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.partners-slider .logo-item {
    text-align: center;
}

.about-img {
    height: auto;
    width: 100%;
}

.skill-box {
    padding: 7.5rem 0;
    max-width: 720px;
    margin: 0 auto;
}

.skill-box {
    padding: 0 80px;
}

    .skill-box .main-title h2 {
        max-width: 100%;
    }

    .skill-box .main-title p {
        max-width: 100%;
    }

.progress {
    height: 0.5rem;
    margin-top: 1rem;
}

