﻿/* Extra */
body {
    background: #ccc;
    color: #272727;
    font-size: 14px;
    margin: 0;
}

.logo {
    max-width: 200px;
}

.navbar {
    align-items: center;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    padding: 10px 50px;
}

.push-left {
    margin-left: auto;
}

/* Menu */
.hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: inline-block;
    }
}

.hamburger-line {
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
}

.hamburger:hover .hamburger-line {
    background: #777;
}

.hamburger-line-top {
    top: 3px;
}

.menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.hamburger-line-middle {
    top: 50%;
    transform: translatey(-50%);
}

.menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
}

.hamburger-line-bottom {
    bottom: 3px;
}

.menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease-in;
}

@media screen and (max-width: 768px) {
    .nav-menu {
        background: #fff;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translatey(-100%);
        text-align: center;
    }

    .menu-active .nav-menu {
        transform: translatey(0%);
        opacity: 1;
    }
}

.nav-menu .menu-item a {
    color: #000000;
    display: block;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

    .nav-menu .menu-item a:hover {
        color: #777777;
        text-decoration: underline;
    }

@media screen and (max-width: 768px) {
    .nav-menu .menu-item a {
        font-size: 20px;
        margin: 8px;
    }
}

.sub-nav {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 5px 5px;
    list-style: none;
    width: 230px;
}

@media screen and (max-width: 768px) {
    .sub-nav {
        position: relative;
        width: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }
}


.nav__link:hover + .sub-nav {
    display: block;
}

.sub-nav:hover {
    display: block;
}
/*---slider---*/
.slider_heading {
    margin-top: -560px;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

.slider_paragraph {
    font-family: 'Courgette', cursive;
    font-size: 18px;
    font-weight: 300;
    color: #ccc;
}

.read_more {
    background-image: linear-gradient(#ff0000,#ff0000);
    padding: 14px 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

    .read_more:hover {
        background-image: linear-gradient(#fff,#fff);
        color: #ff0000;
        text-decoration: none;
    }

.Get_Quote {
    background-image: linear-gradient(#fff,#fff);
    padding: 14px 40px;
    color: #ff0000;
    text-decoration: none;
    text-align: center;
}

    .Get_Quote:hover {
        background-image: linear-gradient(#ff0000,#ff0000);
        color: #fff;
        text-decoration: none;
    }

/* about_us section*/
#about_us {
    margin-top: 78px;
}

    #about_us h6 {
        text-align: center;
        color: #ff0000;
        text-transform: uppercase;
    }

        #about_us h6::before {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

        #about_us h6::after {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

    #about_us h2 {
        text-align: center;
        color: #000000;
        padding-bottom: 50px;
        text-transform: capitalize;
    }

    #about_us h5 {
        text-transform: capitalize;
        font-size: 20px;
        padding-top: 25px;
    }

.aboutimg2 {
    position: absolute;
    margin-top: 105px;
    margin-left: 244px;
}

#about_us a {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
}

#recent_projects {
    margin-top: 250px;
}

    #recent_projects h6 {
        text-align: center;
        color: #ff0000;
        text-transform: uppercase;
    }

        #recent_projects h6::before {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

        #recent_projects h6::after {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

    #recent_projects h2 {
        text-align: center;
        color: #000000;
        padding-bottom: 20px;
        text-transform: capitalize;
    }

    #recent_projects img {
        width: 100%;
        height: 500px;
    }

.slider_div {
    position: absolute;
    background-image: linear-gradient(#fff,#fff);
    background-repeat: no-repeat;
    margin-top: -250px;
    height: 207px;
    width: 53%;
    margin-left: 266px;
    padding: 20px
}

    .slider_div h5 {
        font-size: 20px;
    }

    .slider_div p {
        text-align: justify;
    }

    .slider_div a {
        text-decoration: none;
        text-decoration-line: blink;
        color: #ff0000;
    }

#whatwe_do {
    margin-top: 100px;
}

    #whatwe_do h6 {
        text-align: center;
        color: #ff0000;
        text-transform: uppercase;
    }

        #whatwe_do h6::before {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

        #whatwe_do h6::after {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

    #whatwe_do h2 {
        text-align: center;
        color: #000000;
        padding-bottom: 20px;
        text-transform: capitalize;
    }

    #whatwe_do h5 {
        text-transform: capitalize;
        font-size: 20px;
        padding-top: 25px;
    }

        #whatwe_do h5:hover {
            color: #ff0000;
            font-size: 25px;
        }

    #whatwe_do p {
        color: #444444;
        text-align: justify
    }

    #whatwe_do a {
        text-decoration: none;
        color: #ff0000;
    }

    #whatwe_do img:hover {
        opacity: 0.6;
    }

#background_img {
    margin-top: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),#fff9),url(../images/bg1.jpg);
    height: 500px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
}

.background_imgdiv {
    background-color: #c317176e;
    margin-top: 200px;
    width: 79%;
    color: #fff;
    height: auto;
    padding: 20px;
}

    .background_imgdiv h4 {
        color: #fff;
        font-weight: 700;
    }

    .background_imgdiv p {
        font-size: 16px;
        font-weight: 300;
    }

    .background_imgdiv i {
        background-color: #ffffff42;
        border-radius: 50%;
        padding: 10px 15px;
    }

#clients {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #clients h6 {
        margin-top: 100px;
    }

    #clients h6 {
        text-align: center;
        color: #ff0000;
        text-transform: uppercase;
    }

        #clients h6::before {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

        #clients h6::after {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

    #clients h2 {
        text-align: center;
        color: #000000;
        padding-bottom: 20px;
        text-transform: capitalize;
    }

#adjust_client {
    margin-left: 140px;
    margin-top: 50px;
}

#work {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #work h6 {
        text-align: center;
        color: #ff0000;
        text-transform: uppercase;
    }

        #work h6::before {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

        #work h6::after {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

    #work h2 {
        text-align: center;
        color: #000000;
        padding-bottom: 50px;
        text-transform: capitalize;
    }

    #work p {
        text-align: justify;
        font-size: 16px;
    }
/*-------team section--------*/
#our_team {
    margin-top: 100PX;
    margin-bottom: 100PX;
}

    #our_team h6 {
        text-align: center;
        color: #ff0000;
        text-transform: uppercase;
    }

        #our_team h6::before {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

        #our_team h6::after {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

    #our_team h2 {
        text-align: center;
        color: #000000;
        padding-bottom: 50px;
        text-transform: capitalize;
    }


.our-team {
    text-align: center;
}

    .our-team .pic {
        position: relative;
        overflow: hidden;
    }

        .our-team .pic:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(to right, rgba(32, 84, 139, 0.5), rgba(236, 236, 1, 0.4));
            opacity: 0;
            transition: all 0.4s ease 0s;
        }

    .our-team:hover .pic:after {
        opacity: 1;
    }

    .our-team .pic img {
        width: 100%;
        height: auto;
        transition: all 0.4s ease 0s;
    }

    .our-team:hover img {
        transform: scale(1.8,1.8);
    }

    .our-team .social-link {
        width: 80%;
        position: absolute;
        top: 80%;
        left: 10%;
        padding: 8px 0;
        margin: 0;
        list-style: none;
        text-align: center;
        border: 2px solid #fff;
        opacity: 0;
        transform: scale(0.8);
        z-index: 1;
    }

    .our-team:hover .social-link {
        opacity: 1;
        transform: scale(1);
        transition: all 0.4s ease 0s;
    }

    .our-team .social-link li {
        display: inline-block;
        margin: 0 5px;
    }

        .our-team .social-link li a {
            display: inline-block;
            font-size: 19px;
            color: #fff;
        }

            .our-team .social-link li a:hover {
                text-decoration: none;
            }

    .our-team .post {
        display: block;
        font-size: 12px;
        color: #808080;
        margin-top: 15px;
        text-transform: uppercase;
    }

    .our-team .team-title {
        font-size: 16px;
        font-weight: bold;
        color: #222;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 8px 0 0 0;
    }

        .our-team .team-title:after {
            content: "";
            display: block;
            width: 20%;
            margin: 15px auto;
            border-bottom: 1px solid #ff0000;
        }

    .our-team .description {
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }

@media screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 25px;
    }
}
/*----- end team section-----*/
/*-----------about use page---------*/
.about_slider {
    width: 100%;
    height: 600px;
}

.aboutimg_top {
    width: 100%;
    position: absolute
}

#about_head {
    background-image: linear-gradient(#0a090930,#322e2e05),url('../images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    color: #fff;
}

.about_heading {
    margin-top: -332px;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 48px;
    margin-top: -332px;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 48px;
    margin-left: 195px;
}

.about_humberger {
    margin-top: -332px;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 25px;
    margin-top: -100px;
}

#progress {
    margin-top: 150px;
    margin-bottom: 500px;
}
/*progress bar*/
.progress {
    height: 6px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin-top: 70px;
    overflow: visible;
}

    .progress .progress-bar {
        box-shadow: none;
        border-radius: 5px;
        position: relative;
        animation: animate-positive 2s;
    }

    .progress .progress-title {
        padding: 3px 10px;
        margin: 0;
        min-width: 100px;
        font-size: 14px;
        font-weight: 700;
        color: #282828;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        background: #fff;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.14);
        position: absolute;
        top: -10px;
        left: 0;
    }

    .progress .progress-value {
        width: 50px;
        height: 25px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        line-height: 25px;
        border-radius: 4px;
        position: absolute;
        top: -40px;
        right: 0;
    }

    .progress.pink .progress-bar,
    .progress.pink .progress-value {
        background: #ff007f;
    }

    .progress.green .progress-bar,
    .progress.green .progress-value {
        background: #73cd21;
    }

    .progress.blue .progress-bar,
    .progress.blue .progress-value {
        background: #2e9ce0;
    }

    .progress.yellow .progress-bar,
    .progress.yellow .progress-value {
        background: #eea921;
    }

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}
/* end progress bar*/
.aboutimg {
    position: absolute;
    margin-top: 167px;
    height: 524px;
    width: 80%;
    margin-left: -129px;
    border: 2px solid #ff0000;
}
/*counter start*/
#counter {
    margin-bottom: 100px;
    margin-top: -193px;
}

    #counter h6 {
        text-align: center;
        color: #ff0000;
        text-transform: uppercase;
    }

        #counter h6::before {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

        #counter h6::after {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

    #counter h2 {
        text-align: center;
        color: #000000;
        padding-bottom: 50px;
        text-transform: capitalize;
    }

demo {
    background-color: #C0CBCF;
}

.counter {
    color: #666;
    background-color: #fff;
    font-family: 'Amaranth', sans-serif;
    text-align: center;
    width: 190px;
    margin: 12px auto 15px;
    border: 1px solid #fff;
    box-shadow: 10px 10px 6px -6px rgba(0, 0, 0, 0.2);
}

    .counter h3 {
        color: #fff;
        background: linear-gradient(to left,#FC4D7E,#FA214B);
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize;
        width: 90%;
        padding: 15px 17px;
        margin: -12px 0 17px -12px;
        border-radius: 0 0 30px 0;
        box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
    }

        .counter h3:before,
        .counter h3:after {
            content: "";
            background: linear-gradient(to left bottom, #666 49%, transparent 50%);
            width: 11px;
            height: 11px;
            position: absolute;
            bottom: -11px;
            left: 0;
            z-index: -1;
            transition: all 0.3s ease 0s;
        }

        .counter h3:after {
            transform: rotate(180deg);
            left: auto;
            right: -11px;
            bottom: auto;
            top: 0;
        }

    .counter .counter-value {
        font-size: 32px;
        font-weight: 600;
        margin: 0 0 15px;
        display: block;
    }

    .counter .counter-icon {
        color: #fff;
        background: linear-gradient(to left,#FC4D7E,#FA214B);
        font-size: 35px;
        line-height: 70px;
        width: 75px;
        height: 70px;
        margin: 0 auto -15px;
        border-radius: 20px 20px 0 0;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

        .counter .counter-icon i {
            transition: all 0.3s ease 0s;
        }

    .counter:hover .counter-icon i {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        transform: rotateY(360deg);
    }

    .counter .counter-icon:before,
    .counter .counter-icon:after {
        content: "";
        background: linear-gradient(to left bottom, #666 49%,transparent 50%);
        width: 14px;
        height: 14px;
        position: absolute;
        bottom: 0px;
        left: -14px;
        z-index: -1;
        transition: all 0.3s ease 0s;
    }

    .counter .counter-icon:after {
        transform: rotateY(180deg);
        left: auto;
        right: -14px;
    }

    .counter.blue h3,
    .counter.blue .counter-icon {
        background: linear-gradient(to left,#01C3FE,#0A8CE4);
    }

    .counter.purple h3,
    .counter.purple .counter-icon {
        background: linear-gradient(to left,#CA7EDA,#923CC3);
    }

    .counter.yellow h3,
    .counter.yellow .counter-icon {
        background: linear-gradient(to left,#FAB609,#FF9302);
    }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 60px;
    }
}
/*counter end*/
#about_video h2{
    font-size:40px;text-align:center;
   color:#000000;
   font-weight:700;
   padding-bottom:20px;
}
.video {
    width: 100%;
    height: 20%;
}
/*documents page*/
#documents {
    margin-top: 100px;
    margin-bottom: 100px;
}
/*contact page*/
#contacts {
    padding: 10px;
}

    #contacts i {
        text-align: center;
        font-size: 35px;
        background-color: #fff;
        border-radius: 50%;
        color: #ff0000;
        margin-left: 5px;
        padding: 10px;
    }

    #contacts h3 {
        text-align: center;
        font-size: 30px;
        color: #000000;
        font-weight: 700;
        text-transform: capitalize;
        margin-left: 5px;
        padding: 10px;
    }

    #contacts p {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #ff0000;
        margin-left: 5px;
    }

.adjustform {
    padding-top: 0px;
    padding-bottom: 10px;
    padding: 20px;
    box-shadow: 2px 3px 3px 3px #666;
}

    .adjustform a {
        margin-left: 167px;
        background-color: #14791c;
        color: #ffffff
    }

/*business page*/
#business {
    margin-top: 100px;
}

    #business h6 {
        text-align: center;
        color: #ff0000;
        text-transform: uppercase;
    }

        #business h6::before {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

        #business h6::after {
            content: '______';
            color: #ff0000;
            width: 100px;
            height: 30px;
        }

    #business h2 {
        text-align: center;
        color: #000000;
        padding-bottom: 50px;
        text-transform: capitalize;
    }

    #business h3 {
        font-size: 30px;
        color: #000000;
        text-transform: capitalize;
    }

#business2 {
    margin-top: 100px;
    border: 1px groove #ff0000; 
    box-sizing: border-box;
    padding:10px;
    margin-bottom:100px;
}
#terms {
    margin-top: 50px;
    background-image: linear-gradient(#ff000000,#ff000014), url('../images/background1.png');
    background-repeat: repeat;
    margin-top: 150px;
    padding: 27px;
}

    #terms h2 {
        text-align: center;
        color: #ff0000;
        padding-bottom: 50px;
        text-transform: capitalize;
    }
/*  ........footer section.............*/
/*footer*/
#footer {
    padding: 20px;
    position: relative;
    background-size: cover;
    z-index: 1;
    background-image: url('../images/Capture2.png');
}

.footer_heading h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.footer_heading i {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
}

    .footer_heading i:hover {
        color: #ff0000;
        font-size: 16px;
    }

.social_icon i {
    color: #ff0000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 9px;
    text-align: center;
    padding: 10px 15px;
}

    .social_icon i:hover {
        color: #fff;
        background-color: #ff0000;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 20px;
        margin-left: 9px;
        text-align: center;
        padding: 10px 15px;
    }

#footer p {
    color: #fff
}

#footer h5 {
    color: #fff;
}

#footer a {
    color: #fff;
}

    #footer a:hover {
        color: #ff0000;
    }

.footericon {
    color: #fff;
    padding: 10px 10px;
    font-size: 15px;
    margin-right: 15px;
}

    .footericon:hover {
        color: #fff;
    }


@media screen and (max-width: 425px) {
    .logo {
        max-width: 347px;
    }

    .read_more {
        padding: 10px 25px;
    }

    .Get_Quote {
        padding: 10px 25px;
    }

    .slider_heading {
        margin-top: -106px;
        font-size: 29px;
    }

    #about_us {
        margin-top: 55px;
    }

    .aboutimg2 {
        position: absolute;
        margin-top: 314px;
        margin-left: 30px;
    }

    .adjust_about {
        margin-top: 675px;
    }

        .adjust_about p {
            text-align: justify;
        }

    #recent_projects {
        margin-top: 43px;
    }

    .slider_div {
        margin-top: -382px;
        height: 225px;
        width: 84%;
        padding: 27px 15px;
        overflow: hidden;
        margin-left: 30px;
        padding: -12px;
    }

    #whatwe_do {
        margin-top: 49px;
    }

    .background_imgdiv {
        margin-top: 33px;
        margin-left: 40px;
        width: 79%;
    }

    #adjust_client {
        margin-left: 0px;
        margin-top: 50px;
    }

    #work p {
        text-align: justify;
        font-size: 13px;
    }

    #whatwe_do p {
        padding: 19px;
    }

    #about_head {
        height: 300px;
    }

    #progress {
        margin-top: 20px;
        margin-bottom: 500px;
    }

    #counter {
        margin-top: 100px;
    }

    .about_heading {
        margin-top: -333px;
        font-size: 36px;
        margin-left: 0px;
    }

    .about_slider {
        height: 300px;
        width: 100%;
    }

    .about_heading {
        margin-top: -203px;
        font-size: 32px;
        margin-left: 1px;
    }

    .aboutimg {
        display: none;
    }

    .aboutimg_top {
        width: 100%;
        height: 300px;
        margin-top: 64px;
    }

    .progress_heading {
        padding: 27px;
        padding-bottom: 1px;
    }

    .progress_para {
        padding: 33px;
    }

    .about_humberger {
        margin-left: 58px;
    }

    #business h3 {
        margin-left: 87px;
    }
    #business2 {
     
        padding: 0px;
       
    }
}
