﻿/********services*******/
 :root {
    --color_1: #3498db;
    --color_2: #9b59b6;
    --color_3: #00b894;
    --color_4: #c44569;
}

.serviceBox {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    padding: 20px 0 0;
    position: relative;
}

    .serviceBox:before {
        content: '';
        background-color: var(--color_1);
        height: 100px;
        width: 100%;
        border-radius: 10px;
        position: absolute;
        left: 0;
        top: 20px;
    }

    .serviceBox .service-icon {
        color: var(--color_1);
        font-size: 50px;
        line-height: 100px;
        width: 100px;
        height: 100px;
        margin: 0 auto 35px;
        position: relative;
        z-index: 1;
    }

        .serviceBox .service-icon:before {
            content: '';
            background-color: #fff;
            height: 100%;
            width: 100%;
            border-radius: 5px;
            border: 5px solid var(--color_1);
            box-shadow: 0 0 10px #555;
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: -1;
        }

        .serviceBox .service-icon i.fa {
            transition: all 0.3s;
        }

    .serviceBox:hover .service-icon i.fa {
        transform: rotateY(360deg);
    }

    .serviceBox .title {
        color: var(--color_1);
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0 0 10px;
        display: block;
    }

    .serviceBox .description {
        font-size: 15px;
        line-height: 27px;
        margin: 0;
    }

    .serviceBox.purple:before {
        background-color: var(--color_2);
    }

    .serviceBox.purple .service-icon {
        color: var(--color_2);
    }

        .serviceBox.purple .service-icon:before {
            border-color: var(--color_2);
        }

    .serviceBox.purple .title {
        color: var(--color_2);
    }

    .serviceBox.green:before {
        background-color: var(--color_3);
    }

    .serviceBox.green .service-icon {
        color: var(--color_3);
    }

        .serviceBox.green .service-icon:before {
            border-color: var(--color_3);
        }

    .serviceBox.green .title {
        color: var(--color_3);
    }

    .serviceBox.magenta:before {
        background-color: var(--color_4);
    }

    .serviceBox.magenta .service-icon {
        color: var(--color_4);
    }

        .serviceBox.magenta .service-icon:before {
            border-color: var(--color_4);
        }

    .serviceBox.magenta .title {
        color: var(--color_4);
    }

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}
/**************about detail page*************/
.demo {
    background-color: #d5d5d5;
}

.main-timeline {
    font-family: 'Roboto', sans-serif;
    padding: 30px 0;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline:before {
        content: '';
        background-color: #555;
        height: 100%;
        width: 5px;
        transform: translateX(-50%);
        position: absolute;
        top: 0;
        left: 50%;
    }

    .main-timeline .timeline {
        width: 50%;
        padding: 0 100px 0 0;
        margin: 0 10px 20px 0;
        float: left;
        position: relative;
        z-index: 1;
    }

        .main-timeline .timeline:before {
            content: '';
            background-color: #fff;
            height: 5px;
            width: 80px;
            position: absolute;
            right: 50px;
            top: 50px;
            z-index: -1;
        }

    .main-timeline .timeline-content {
        color: #555;
        background-color: #fff;
        text-align: center;
        padding: 0 0 10px;
        border-radius: 20px;
        display: block;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-year {
        color: #121365;
        background: linear-gradient(to right,#121365,#4546D0);
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        line-height: 100px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        top: 0;
        z-index: 1;
    }

        .main-timeline .timeline-year:before {
            content: '';
            background-color: #fff;
            height: 80%;
            width: 80%;
            border-radius: 50%;
            transform: translateX(-50%) translateY(-50%);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: -1;
        }

    .main-timeline .timeline-icon {
        color: #121365;
        font-size: 35px;
    }

    .main-timeline .title {
        color: #fff;
        background: linear-gradient(to right,#121365,#4546D0);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 10px;
        margin: 0 0 10px;
        border-radius: 20px 20px 0 0;
    }

    .main-timeline .description {
        font-size: 15px;
        letter-spacing: 1px;
        margin: 0 15px;
    }

    .main-timeline .timeline:nth-child(even) {
        padding: 0 0 0 100px;
        margin: 0 0 20px 10px;
        float: right;
    }

        .main-timeline .timeline:nth-child(even):before {
            right: auto;
            left: 50px;
        }

        .main-timeline .timeline:nth-child(even) .timeline-year {
            right: auto;
            left: -50px;
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            right: auto;
            left: 20px;
        }

    .main-timeline .timeline:nth-child(4n+2) .timeline-year,
    .main-timeline .timeline:nth-child(4n+2) .title {
        background: linear-gradient(to right,#FB6894,#FBB508);
    }

    .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
        color: #FB6894;
    }

    .main-timeline .timeline:nth-child(4n+3) .timeline-year,
    .main-timeline .timeline:nth-child(4n+3) .title {
        background: linear-gradient(to right,#121365,#4546D0);
    }

    .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
        color: #4B49C3;
    }

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 95px 0 0;
        margin: 0 0 20px;
        float: none;
    }

        .main-timeline .timeline:before {
            display: none;
        }

        .main-timeline .timeline-year,
        .main-timeline .timeline:nth-child(even) .timeline-year {
            left: 50%;
            transform: translateX(-50%);
        }
}

@media screen and (max-width:567px) {
    .main-timeline .title {
        font-size: 18px;
    }
}
/**********************contact us page************/
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.tab {
    background: url("../img/background/img-1.jpg") no-repeat 80% 0;
    background-size: cover;
    padding: 40px 50px;
    position: relative;
}

    .tab:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(#2e3a6a,#2f0b45);
        opacity: 0.85;
    }

    .tab .nav-tabs {
        border-bottom: none;
        padding: 0 20px;
        position: relative;
    }

        .tab .nav-tabs li {
            margin: 0 30px 0 0;
        }

            .tab .nav-tabs li a {
                font-size: 18px;
                color: #fff;
                border-radius: 0;
                text-transform: uppercase;
                background: transparent;
                padding: 0;
                margin-right: 0;
                border: none;
                border-bottom: 2px solid transparent;
                opacity: 0.5;
                position: relative;
                transition: all 0.5s ease 0s;
            }

                .tab .nav-tabs li a:hover {
                    background: transparent;
                }

            .tab .nav-tabs li.active a,
            .tab .nav-tabs li.active a:focus,
            .tab .nav-tabs li.active a:hover {
                border: none;
                background: transparent;
                opacity: 1;
                border-bottom: 2px solid #3498db;
                color: #fff;
                text-align:center;
            }

    .tab .tab-content {
        padding: 20px 0 0 0;
        margin-top: 40px;
        background: transparent;
        z-index: 1;
        position: relative;
    }

.contact {
    /*background: #ddd;*/
}

.form-horizontal .form-group {
    margin: 0 0 15px 0;
    position: relative;
}

.form-horizontal .form-control {
    height: 40px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 20px;
    box-shadow: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.form-horizontal .textarea .form-control {
    height: 100px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 20px;
    box-shadow: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease 0s;
}


    .form-horizontal .form-control:focus {
        box-shadow: none;
        outline: 0 none;
    }

.form-horizontal .form-group label {
    padding: 0 20px;
    color: #7f8291;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.form-horizontal .main-checkbox {
    width: 20px;
    height: 20px;
    background: #eec111;
    float: left;
    margin: 5px 0 0 20px;
    border: 1px solid #eec111;
    position: relative;
}

    .form-horizontal .main-checkbox label {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }

        .form-horizontal .main-checkbox label:after {
            content: "";
            width: 10px;
            height: 5px;
            position: absolute;
            top: 5px;
            left: 4px;
            border: 3px solid #fff;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .form-horizontal .main-checkbox input[type=checkbox] {
        visibility: hidden;
    }

        .form-horizontal .main-checkbox input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

.form-horizontal .text {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}

.form-horizontal .btn {
    width: 100%;
    background: #3ec1d5;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
}

    .form-horizontal .btn:focus {
        background: #eec111;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

.form-horizontal .forgot-pass {
    border-top: 1px solid #615f6c;
    margin: 0;
    text-align: center;
}

    .form-horizontal .forgot-pass .btn {
        width: auto;
        background: transparent;
        margin: 30px 0 0 0;
        color: #615f6c;
        text-transform: capitalize;
        transition: all 0.3s ease 0s;
    }

        .form-horizontal .forgot-pass .btn:hover {
            color: #eec111;
        }

@media only screen and (max-width: 479px) {
    .tab {
        padding: 40px 20px;
    }
}
/****************email *******/
.subscribe-form input {
    height: 40px;
    border: 0;
    margin-bottom: 30px;
    padding: 0 10px;
    background: #101720;
}

.btn_default {
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    margin-left: -2px;
}

.btn_default, .btn_white {
    padding: 0 0px;
    height: 50px;
    line-height: 50px;
    background-color: #3ec1d5;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-right: 30px;
    display: inline-block;
    position: relative;
    z-index: 0;
    font-weight: 500;