﻿/*services and features sec*/
.feature-item {
    margin-right: 30px;
    padding: 18px 25px;
    text-align: left;
    background-color: transparent;
    border: solid 2px #000;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    -moz-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
    transition: .8s ease;
}

    .feature-item:hover {
        background-color: #FFFFFF;
        cursor: pointer;
    }

    .feature-item:nth-child(2) {
        margin-top: 23px;
    }

    .feature-item:hover i.f-icon {
        background-color: #2b2b2b;

    }

    .feature-item > i.f-icon {
        font-size: 28px;
        height: 55px;
        width: 55px;
        line-height: 55px;
        background-image: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
        /*background-color: #00bcd4;*/
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        transition: .8s ease;
    }

    .feature-item .title {
        margin: 1rem 0 .3rem;
        color: #000;
        transition: .8s ease;
    }

    .feature-item:hover .title, .feature-item:hover p {
        color: #2b2b2b;
    }

    .feature-item p {
        color: #000;
        opacity: .8;
        transition: .8s ease;
    }

    .feature-item .r-icon {
        font-size: 25px;
        font-weight: 900;
        display: block;
        text-align: right;
        color: #000;
    }

    .feature-item:hover .r-icon {
        color: #2b2b2b;
    }

    .feature-item p {
        margin-bottom: 2px;
        font-size: 14px;
    }
/*****************services are there********/
.serviceBox {
    background: #c79c60;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    padding: 15px 10px 30px;
    border-radius: 15px;
    position: relative;
}

    .serviceBox:before {
        content: "";
        background-image: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
        width: 40px;
        height: 40px;
        box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
        transform: translateX(-50%) rotate(-45deg);
        position: absolute;
        top: 65px;
        left: 50%;
    }

    .serviceBox .service-icon {
        color: #fff;
        font-size: 50px;
        margin: 0 0 10px;
        position: relative;
    }

    .serviceBox .service-content {
        background: linear-gradient(#000 50%, #000 50%);
        padding: 45px 15px 25px;
        border-radius: 10px;
    }

    .serviceBox .title {
        color: #FB9C02;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0 0 5px;
    }

    .serviceBox .description {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }

    .serviceBox.blue,
    .serviceBox.blue:before {
        background: #4C63FF;
    }

        .serviceBox.blue .title {
            color: #4C63FF;
        }

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}
/*********contact************/
.px-port-sidebar-wrapper, .px-port-wrapper, .px-contact-from {
    padding: 30px;
    background: #fff;
    border-radius: 6px;
}

.px-about_listitem li i {
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    color: #202020;
    border-radius: 100%;
    background-color: #f6b94a;
    border: 2px solid #202020;
}

.px-about_listitem li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.section-padding {
    padding: 80px 0;
}

.section-header {
    margin: 0 auto;
    max-width: 550px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

from {
    padding: 30px;
    background: #fff;
    border-radius: 6px;
}

.px-contact-from {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.form-control {
    height: 50px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 6px;
    font-size: 13px;
    color: #000000;
    background-color: #444;
    border: 2px solid #000;
    -webkit-transition: .3s;
    transition: .3s;
}

.map_frame {
    height: 350px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    background: #444;
    padding: 30px;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.section-title-sub {
    text-align: center;
    font-size: 70px;
    font-weight: 900;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-bottom: 0;
    transform: translateX(-50%);
    color: #f4f4f400;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(246, 185, 74, 0.43);
    z-index: -1;
}

.fw-700 {
    font-weight: 900;
}

h3 {
    font-size: 36px;
}

.px-btn-primary {
    background-color: #d19f68;
    color: #000;
    border: 2px solid transparent;
}
/***********timeline*************/
.main-timeline {
    font-family: 'PT Sans', sans-serif;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline .timeline {
        margin: 0 -15px;
    }

    .main-timeline .timeline-content {
        color: #fff;
        text-align: center;
        display: block;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-year {
        font-size: 40px;
        font-weight: 600;
        padding: 0 0 15px;
        margin: 0 0 60px;
        border-bottom: 2px solid #555;
        position: relative;
        z-index: 1;
    }

        .main-timeline .timeline-year:before,
        .main-timeline .timeline-year:after {
            content: '';
            background: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
            height: 20px;
            width: 20px;
            border-radius: 50%;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            bottom: -10px;
        }

        .main-timeline .timeline-year:after {
            background: #555;
            height: 55px;
            width: 3px;
            border-radius: 0;
            bottom: -55px;
            z-index: -1;
        }

    .main-timeline .inner-content {
        background-color: #c79c60;
        padding: 20px 10px 10px;
        margin: 0 10px;
        box-shadow: 0 0 5px #444;
        border-radius: 0 0 40px 0;
        position: relative;
    }

        .main-timeline .inner-content:before,
        .main-timeline .inner-content:after {
            content: '';
            background: rgba(0,0,0,0.2);
            height: 40px;
            width: 25px;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            top: -25px;
        }

        .main-timeline .inner-content:after {
            background-color: #555;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            top: -20px;
        }

    .main-timeline .timeline-icon {
        font-size: 50px;
        transition: all 0.3s;
    }

    .main-timeline .timeline:hover .timeline-icon {
        transform: rotateY(360deg);
    }

    .main-timeline .title {
        font-size: 25px;
        font-weight: 600;
        margin: 0 0 15px 0;
    }

    .main-timeline .description {
        color: #000;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .main-timeline .timeline.blue .timeline-content {
        color: #fff;
    }

    .main-timeline .timeline.blue .timeline-year:before {
        background: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    }

    .main-timeline .timeline.orange .timeline-content {
        color: #fff;
    }

    .main-timeline .timeline.orange .timeline-year:before {
        background: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    }

    .main-timeline .timeline.green .timeline-content {
        color: #fff;
    }

    .main-timeline .timeline.green .timeline-year:before {
        background: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    }

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        margin: 0 0 15px;
    }
}
/*************link hove master page*****/
.link {
    color: #EE5A24;
    font-family: 'Ubuntu', sans-serif;
    /*font-size: 25px;
    font-weight: 700;*/
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out all;
}

    .link:hover {
        color: #fff;
        text-shadow: 0 0 2px #000;
    }

    .link:before,
    .link:after {
        content: "";
        background-image: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
        width: 55%;
        height: 80%;
        transform: translateY(-50%) rotate(360deg);
        opacity: 0;
        position: absolute;
        top: 50%;
        left: -5%;
        z-index: -1;
        transition: transform .2s ease-out, opacity .2s ease-out .03s;
    }

    .link:after {
        background: linear-gradient(to left,#EE5A24,#ff9b77);
        left: auto;
        right: -5%;
    }

    .link:hover:before,
    .link:hover:after {
        opacity: 1;
        transform: translateY(-50%) rotate(0);
        transition-duration: .35s, .35s;
        transition-delay: 0s, 0s;
    }

@media only screen and (max-width: 990px) {
    .link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .link {
        margin: 0 0 30px 40px;
    }
}
/*********text-effect*******/
.text-effect {
    /*color: #484848;*/
    color: #f3317a;
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
}

    .text-effect span {
        display: inline-block;
        animation: ani 1.2s linear infinite;
    }

        .text-effect span:nth-child(1) {
            animation-delay: .2s;
        }

        .text-effect span:nth-child(2) {
            animation-delay: .4s;
        }

        .text-effect span:nth-child(3) {
            animation-delay: .6s;
        }

        .text-effect span:nth-child(4) {
            animation-delay: 0.8s;
        }

        .text-effect span:nth-child(5) {
            animation-delay: 1s;
        }

        .text-effect span:nth-child(6) {
            animation-delay: 1.2s;
        }

        .text-effect span:nth-child(7) {
            animation-delay: 1.4s;
        }

        .text-effect span:nth-child(8) {
            animation-delay: 1.6s;
        }

        .text-effect span:nth-child(9) {
            animation-delay: 1.8s;
        }

@keyframes ani {
    0% {
        color: #44848;
        text-shadow: none;
    }

    90% {
        color: #44848;
        text-shadow: none;
    }

    100% {
        color: #fff900;
        text-shadow: 0 0 7px #fff900,0 0 70px #fff123;
    }
}

@media only screen and (max-width: 990px) {
    .text-effect {
        font-size: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .text-effect {
        font-size: 80px;
    }
}

@media only screen and (max-width: 479px) {
    .text-effect {
        font-size: 60px;
    }
}

@media only screen and (max-width: 359px) {
    .text-effect {
        font-size: 45px;
    }
}
/**********businesss******/
.email-signature {
    font-family: 'Roboto Condensed', sans-serif;
    background: linear-gradient(-45deg,#ced6e0,#dfe4ea);
    padding: 0 0 60px 180px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .email-signature .signature-img {
        background: linear-gradient(to right,#c79c60,#d0b084c4);
        width: 145px;
        height: 145px;
        padding: 10px 10px;
        overflow: hidden;
        position: absolute;
        top: 25px;
        left: 17px;
    }

        .email-signature .signature-img img {
            width: 100%;
            height: auto;
        }

    .email-signature .signature-details {
        color: #fff;
        background: linear-gradient(to right,#c79c60,#d0b084c4);
        padding: 15px 15px;
        margin-bottom: 15px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }

    .email-signature .title {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 5px;
        display: inline-block;
    }

        .email-signature .title:after {
            /*content: '/';*/
            display: inline-block;
            margin: 0 0 0 5px;
        }

    .email-signature .post {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: capitalize;
        display: inline-block;
    }

    .email-signature .signature-content {
        color: #5a5a5a;
        font-size: 16px;
        line-height: 35px;
        padding: 0 0 0 10px;
        margin: 0;
        list-style: none;
    }

        .email-signature .signature-content li span {
            margin: 0 6px 0 0;
        }

    .email-signature .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        box-shadow: 0 -1px 10px rgba(0,0,0,0.3);
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .email-signature .icon li {
            margin-right: -35px;
            display: inline-block;
            -webkit-clip-path: polygon(29% 0, 100% 0%, 69% 100%, 0% 100%);
            clip-path: polygon(29% 0, 100% 0%, 69% 100%, 0% 100%);
        }

            .email-signature .icon li:first-child {
                -webkit-clip-path: polygon(0 0, 100% 0%, 69% 100%, 0% 100%);
                clip-path: polygon(0 0, 100% 0%, 69% 100%, 0% 100%);
            }

            .email-signature .icon li a {
                color: #fff;
                background: linear-gradient(to right,#c79c60,#d0b084c4);
                font-size: 18px;
                line-height: 45px;
                height: 45px;
                padding: 0 40px;
                display: block;
                transition: all 0.3s ease 0s;
            }

                .email-signature .icon li a:hover {
                    background: linear-gradient(to right,#373c44 50%,#57606f);
                }

    .email-signature .signature-website {
        font-size: 16px;
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

@media screen and (max-width:576px) {
    .email-signature {
        padding: 180px 0 75px 0;
    }

        .email-signature .signature-img {
            top: 17px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .email-signature .signature-details {
            text-align: center;
        }

        .email-signature .title {
            display: block;
        }

            .email-signature .title:after {
                display: none;
            }

        .email-signature .post {
            display: block;
            margin: 0;
        }

        .email-signature .signature-content {
            padding: 0;
            margin-bottom: 7px;
            text-align: center;
        }

        .email-signature .icon {
            box-shadow: none;
            transform: translateX(-50%);
            bottom: 42px;
            left: 50%;
        }

            .email-signature .icon li {
                margin: 0 3px;
                -webkit-clip-path: none;
                clip-path: none;
            }

                .email-signature .icon li:first-child {
                    -webkit-clip-path: none;
                    clip-path: none;
                }

                .email-signature .icon li a {
                    text-align: center;
                    line-height: 30px;
                    width: 30px;
                    height: 30px;
                    padding: 0;
                }

        .email-signature .signature-website {
            transform: translateX(50%);
            right: 50%;
            bottom: 10px;
        }
}



