﻿/************************************/
/*****    Navigation area css   *****/
/************************************/
html {
  scroll-behavior: smooth
}
header.header {
}

header .navbar {
    padding: 0;
    background: rgba(0,0,0,0.9);
    z-index: 40;
    transition: all 0.3s;
}

.navbar-brand h1 {
    font-weight: normal;
    transition: all 0.3s;
    color: #fff;
    margin: 0;
}

/*.navbar-brand h1 {
    color: #6ea8fe;
}*/

header .navbar-collapse.collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar .navbar-nav .nav-item {
    padding: 40px 6px 36px;
    transition: all 0.3s;
}

.navbar .navbar-nav .nav-link {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.3s;
}

    .navbar .navbar-nav .nav-link.active {
        background: none;
        color: #6ea8fe;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus {
        color: #fff;
    }

    .navbar .navbar-nav .nav-link.active:hover,
    .navbar .navbar-nav .nav-link.active:focus {
        color: #6ea8fe;
    }

header .navbar.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
}

.sticky-header .navbar-nav .nav-item {
    padding: 23px 6px;
}

.sticky-header .navbar-brand img {
    height: 40px;
}

.sticky-header .navbar-brand h1 {
    font-size: 24px;
}

.navbar-toggle {
    display: none;
    position: absolute;
    top: 22px;
    right: 15px;
}

    .navbar-toggle .slicknav_btn {
        background: none;
        border: 1px solid #fff;
        border-radius: 0;
    }

    .navbar-toggle .slicknav_icon-bar {
        background: #fff;
        box-shadow: none;
        height: 1px;
        margin-top: 2px;
        margin-bottom: 4px;
    }

.slicknav_menu {
    padding: 0;
    background: none;
}

.slicknav_btn {
    margin: 0;
}

.slicknav_nav a {
    color: #fff;
    padding: 8px 0;
    text-transform: uppercase;
}

    .slicknav_nav a:hover {
        background: none;
        color: #ff5d56;
    }

/************************************/
/*****     Banner Section css    ****/
/************************************/

.banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    /*background: url(../images/header-bg-cagri.png) no-repeat top center;
    background-size: cover;*/
    padding: 220px 0 120px;
}

.banner-content h2 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 2.3em;
    margin-bottom: 1.5em;
    letter-spacing: 0.04em;
}

    .banner-content h2 span.before-heading {
        display: block;
        font-size: 22px;
    }

    .banner-content h2 span {
        display: block;
        font-size: 36px;
        font-weight: 300;
    }



.banner-content p {
    color: #707070;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 1.5em;
}

.btn-download {
    display: inline-block;
    border: 2px solid #fff;
    padding: 14px 30px;
    border-radius: 4px;
    color: #fff;
    transition: all 0.3s;
}

    .btn-download:hover {
        border-color: #ff5d56;
        color: #ff5d56;
    }

/**************************************/
/*****     About us Section css    ****/
/**************************************/

.about-us {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 80px;
    position: relative;
}

    .section-title:after {
        content: '';
        display: block;
        width: 60px;
        margin-left: -30px;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        border-bottom: 10px dotted #6ea8fe;
    }

    .section-title h2 {
        color: #6ea8fe;
        /**/
        font-weight: normal;
        font-size: 36px;
    }

    .section-title p {
        color: #707070;
    }

.about-image {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .about-image:after {
        content: '';
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        right: -10px;
        bottom: -10px;
        border: 1px solid #222;
        z-index: -1;
    }

    .about-image img {
        width: 100%;
    }

.about-content h3 {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    .about-content h3:after {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #6ea8fe;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.about-content p {
    line-height: 1.6em;
    margin-bottom: 1.6em;
}

.about-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .about-content ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .about-content ul li {
        float: left;
        width: 48%;
        padding: 4px 0 4px 36px;
        margin-right: 2%;
        position: relative;
    }

        .about-content ul li b,
        .about-content ul li strong {
            font-weight: 600;
        }

        .about-content ul li i {
            color: #6ea8fe;
            font-size: 20px;
            position: absolute;
            top: 0;
            left: 0;
        }


/***************************************/
/*****     My Resume Section css    ****/
/***************************************/

.my-resume {
    padding: 100px 0 70px;
}

.sub-title {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: #6ea8fe;
    padding: 14px 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

    .sub-title i {
        margin-right: 10px;
        color: #fff;
    }

.experience {
    margin-bottom: 50px;
}

.experience-single {
    background: #222;
    padding: 40px 30px;
    margin-top: 30px;
    position: relative;
}

    .experience-single:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 30px solid #222;
        border-right: 30px solid transparent;
        position: absolute;
        top: -30px;
        left: 30px;
    }

    .experience-single h5 {
        color: #ff5d56;
        font-weight: 400;
    }

    .experience-single h4 {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .experience-single p {
        margin: 0;
        line-height: 1.6em;
    }

.education{
    margin-bottom:50px;
}

.experience-pagination,
.education-pagination {
    text-align: center;
    margin-top: 20px;
}

    .experience-pagination .swiper-pagination-bullet,
    .education-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 2px solid #222;
        opacity: 1;
        background: none;
        transition: all 0.4s;
    }

    .education-pagination .swiper-pagination-bullet-active,
    .experience-pagination .swiper-pagination-bullet-active {
        border-color: #ff5d56;
    }

.skill-single {
    margin-bottom: 30px;
}

    .skill-single h5 {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 4px;
        letter-spacing: 0.04em;
    }

.skill-ratting {
    font-size: 20px;
    color: #ff5d56;
}

.counter-single {
    background: #222;
    border: 1px solid #333;
    margin-bottom: 30px;
    position: relative;
    height: 82px;
    padding-left: 100px;
    padding-top: 12px;
}

    .counter-single .icon-box {
        font-size: 50px;
        color: #ff5d56;
        line-height: 80px;
        margin-bottom: 10px;
        width: 80px;
        height: 80px;
        border-right: 1px solid #333;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
    }

    .counter-single h4 {
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        margin: 0;
    }

    .counter-single p {
        margin: 0;
    }

/***************************************/
/*****     Portfolio Section css    ****/
/***************************************/

.portfolio {
    /*background: #151515;*/
    padding: 100px 0;
}

.portfolio-nav {
    text-align: center;
    margin-bottom: 50px;
}

    .portfolio-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .portfolio-nav ul li {
            display: inline-block;
        }

            .portfolio-nav ul li a {
                display: block;
                background: #222;
                color: #707070;
                padding: 6px 20px;
                border: 1px solid #333;
                margin: 0 4px;
                transition: all 0.4s;
            }

                .portfolio-nav ul li a.active-portfolio {
                    background: #6ea8fe;
                    color: #fff;
                    border-color: #6ea8fe;
                }

.single-portfolio {
    position: relative;
    margin-bottom: 30px;
}

.single-portfolio-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0);
    padding: 20px;
    transition: all 0.6s;
}

    .single-portfolio-overlay h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        margin-top: 20px;
        opacity: 0;
        transition: all 0.8s;
    }

    .single-portfolio-overlay h3 {
        font-weight: 400;
        font-size: 16px;
        color: #ff5d56;
        opacity: 0;
        transition: all 0.8s;
    }

.single-portfolio:hover .single-portfolio-overlay {
    background: rgba(0,0,0,0.8);
}

    .single-portfolio:hover .single-portfolio-overlay h2 {
        opacity: 1;
        margin-top: 0;
    }

    .single-portfolio:hover .single-portfolio-overlay h3 {
        opacity: 1;
    }

.mfp-content {
    background: #222;
    max-width: 668px;
    padding: 20px;
    border: 1px solid #333;
}

    .mfp-content .content .image {
        width: 40%;
        float: left;
    }

    .mfp-content .content .desc {
        width: 56%;
        float: right;
    }

        .mfp-content .content .desc h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 400;
        }

        .mfp-content .content .desc h5 {
            font-size: 16px;
            color: #ff5d56;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .mfp-content .content .desc p {
            line-height: 1.6em;
            margin-bottom: 1.6em;
        }

.btn-view-project {
    display: inline-block;
    font-size: 16px;
    background: #333;
    border: 1px solid #444;
    padding: 6px 20px;
    color: #707070;
    transition: all 0.3s;
}

    .btn-view-project:hover {
        border-color: #ff5d56;
        color: #ff5d56;
        background: none;
    }

.mfp-close-btn-in .mfp-close {
    color: #707070;
}

.load-more-portfolio {
    text-align: center;
    margin-top: 30px;
}

    .load-more-portfolio a {
        display: inline-block;
        font-size: 18px;
        background: #222;
        color: #707070;
        padding: 18px 40px;
        border: 1px solid #333;
        transition: all 0.3s;
    }

        .load-more-portfolio a:hover {
            border-color: #ff5d56;
            color: #ff5d56;
        }

/*******************************************/
/*****      Latest Blog Section css     ****/
/*******************************************/

.latest-blog {
    padding: 100px 0;
}

.blog-single {
    background: #222;
    border: 1px solid #333;
}

.blog-header {
    position: relative;
}

.blog-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.6s;
}

.blog-single:hover .blog-header-overlay {
    opacity: 1;
    transform: scale(1);
}

.blog-header-overlay a {
    display: block;
    width: 50px;
    height: 50px;
    background: #ff5d56;
    border: 1px solid #ff5d56;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    transition: all 0.5s;
}

    .blog-header-overlay a:hover {
        background: none;
        color: #ff5d56;
    }

.blog-header figure {
    margin: 0;
}

    .blog-header figure img {
        filter: grayscale(100%);
    }

.blog-single .blog-body {
    padding: 30px 20px;
}

    .blog-single .blog-body h2 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 14px;
    }

    .blog-single .blog-body p {
        margin: 0;
        line-height: 1.6em;
    }

.blog-footer {
    padding: 20px;
    border-top: 1px solid #333;
}

    .blog-footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .blog-footer ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .blog-footer ul li i {
                color: #ff5d56;
                margin-right: 6px;
            }

/************************************/
/*****      Brand Slider css     ****/
/************************************/

.brand-sponser {
    padding: 60px 0;
    background: #151515;
}

.brand-slide {
    text-align: center;
}

    .brand-slide img {
        opacity: 0.4;
        transition: all 0.4s;
    }

    .brand-slide:hover img {
        opacity: 1;
    }

/************************************/
/*****       Contact us css      ****/
/************************************/

.contactus {
    padding: 100px 0;
}

.contact-form .form-control {
    background: #222;
    border: none;
    border-radius: 0;
    height: auto;
    padding: 14px 20px;
    border: 1px solid #333;
    margin-bottom: 10px;
    resize: none;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.btn-contact {
    background: none;
    display: inline-block;
    border: 1px solid #6ea8fe;
    color: #6ea8fe;
    padding: 12px 30px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.4s;
}

    .btn-contact:hover {
        background: #6ea8fe;
        color: #fff;
    }

/*****************************************/
/*****     Contact Information css    ****/
/*****************************************/

.contact-information {
    background: linear-gradient(#111111 50%,#151515 50%);
}

.contact-info-single {
    background: #222;
    padding: 20px;
    text-align: center;
    border: 1px solid #333;
    position: relative;
}

    .contact-info-single:before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-top: 1px solid #ff5d56;
        border-bottom: 1px solid #ff5d56;
        transform: scale(0,1);
        transition: all 0.6s;
    }

    .contact-info-single:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-left: 1px solid #ff5d56;
        border-right: 1px solid #ff5d56;
        transform: scale(1,0);
        transition: all 0.6s;
    }

    .contact-info-single:hover:before,
    .contact-info-single:hover:after {
        transform: scale(1);
    }

    .contact-info-single h3 {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 15px;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

        .contact-info-single h3:after {
            content: '';
            display: block;
            width: 40px;
            margin-left: -20px;
            height: 3px;
            background: #ff5d56;
            position: absolute;
            left: 50%;
            bottom: 0;
        }

    .contact-info-single p {
        margin: 0;
        position: relative;
        z-index: 1;
    }

/****************************************/
/*****       Footer Section css      ****/
/****************************************/

.main-footer {
    /* padding: 100px 0;*/
    position: relative;
    bottom: 0px;
    background: #151515;
}

.footer-logo {
    text-align: center;
}

    .footer-logo h1 {
        font-weight: normal;
        transition: all 0.3s;
        color: #fff;
    }

/*  .footer-logo h1 span {
            color: #ff5d56;
        }*/

/*.footer-about {
    max-width: 568px;
    margin: 30px auto 0;
    text-align: center;
}*/

/*    .footer-about p {
        line-height: 1.6em;
        margin-bottom: 1.6em;
    }*/

.footer-social {
    text-align: center;
    margin-top: 20px;
}

    .footer-social a {
        display: inline-block;
        width: 60px;
        height: 60px;
        font-size: 22px;
        background: #222;
        line-height: 60px;
        color: #707070;
        border-radius: 50%;
        border: 1px solid #333;
        margin: 0 6px;
        transition: all 0.5s;
    }

        .footer-social a:hover {
            background: none;
            border-color: #6ea8fe;
            color: #6ea8fe;
        }

.footer-copyright {
    max-width: 568px;
    margin: 20px auto 0;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

    .footer-copyright:before {
        content: '';
        display: block;
        width: 100px;
        height: 4px;
        background: #333;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50px;
    }

    .footer-copyright p {
        line-height: 1.6em;
        margin: 0;
    }

        .footer-copyright p a {
            color: #707070;
            text-decoration: underline;
            transition: all 0.3s;
        }

            .footer-copyright p a:hover {
                color: #ff5d56;
            }


#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 150;
    border: none;
    outline: none;
    background-color: #6ea8fe;
    color: #fff;
    cursor: pointer;
    padding: 15px;
}
