﻿

/*******   Contact Page CSS  *******/

@import _grid-framework.scss;
.contact [type=text], select, textarea {
    width: 49%;
    padding: 12px;

    background-color:transparent;
    border-top:none;
    border-left:none;
    border-right:none;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.contact input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

.contact input[type=email], [type=tel ], textarea {
    width: 100%;
    padding: 12px;
    /*border: 1px solid #e0e0d1;*/
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}


.contact input[type=submit] {
    text-align: center;
    background-color: #e98700;
}

    .contact input[type=submit]:hover {
        background-color: #68E900;
    }

/* Style the container/contact section */
.contact .container {
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    background: linear-gradient(-45deg,#e69926,#d2ac47 45%,#d1d1d1 45%, #d1d1d1 50%, #fff 50.1%) !important;
    padding: 10px;
}

/* Create two columns that float next to eachother */
.column-1 {
    float: left;
    width: 50%;
    margin-top: 7%;
    padding: 10px;
}

.contact .column-1 legend {
    font-size: 30px;
}

.contact .column-1 label {
    font-weight: 500;
}
/* Clear floats after the columns */
.contact .row:after {
    content: "";
    display: table;
    clear: both;
}




/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}


.contact .address {
    padding-top: 20%;
    padding-left: 25%;
    color: #cccccc;
    font-size: 30px;
}

    .contact .address .address-1 {
        color: #cccccc;
        font-size: 18px;
        padding-left: 7%;
    }

.para-4 {
    padding-left: 9%;
    color: #bfbfbf;
    font-weight: 500;
    font-size: 18px;
}

.contact .mob-no {
    padding-top: 7%;
    padding-left: 25%;
    color: #cccccc;
    font-size: 30px;
}

    .contact .mob-no .address-1 {
        color: #cccccc;
        font-size: 18px;
        padding-left: 7%;
    }

    .contact .mob-no .para-4 {
        padding-left: 9%;
        color: #bfbfbf;
        font-weight: 800;
        font-size: 18px;
    }

.contact .support {
    padding-top: 7%;
    padding-left: 25%;
    color: #cccccc;
    font-size: 30px;
}

    .contact .support .address-1 {
        color: #cccccc;
        font-size: 18px;
        padding-left: 6%;
    }

    .contact .support .para-4 {
        padding-left: 10%;
        color: #bfbfbf;
        font-weight: 800;
        font-size: 18px;
    }

.contact {
    padding-top: 3%;
}

    .contact .services {
        width: 100%;
        height: 100px;
        background-color: #0059b3;
        margin-top: 5%;
    }

    .contact .heading-4 {
        text-align: center;
        color: white;
        padding-top: 2%;
    }

@media screen and (max-width:360px) {
    .contact .services {
        margin-top: 30%;
    }

        .contact .services .heading-4 {
            padding-top: 5%;
        }
}

@media screen and (max-width: 600px) {
    .column-1 {
        width: 100%;
        margin-top: 0;
    }
    .contact .backg img {
        width: 100%;
    }
}
/*===============================
    Call To Action CSS
=================================*/
.cta {
    background-image: url(../img/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .cta .cta-inner {
        padding: 60px;
        width: 100%;
    }

        .cta .cta-inner:before {
            opacity: 0.9;
        }

    .cta .text-content {
        z-index: 3;
        position: relative;
    }

    .cta .cta-inner h2 {
        font-size: 30px !important;
        margin-bottom: 45px;
        color: #fff;
    }

    .cta .cta-inner p {
        font-size: 16px;
        color: #fff;
    }

    .cta .cta-inner .button {
        margin-top: 45px;
    }

    .cta .cta-inner .btn {
        background: #fff;
        color: #252525;
        border: 2px solid transparent;
    }

        .cta .cta-inner .btn:before {
            display: none;
        }

        .cta .cta-inner .btn:hover {
            border-color: #fff;
            background: transparent;
            color: #fff;
        }

    .cta .cta-inner:before {
        background: #f78439;
        background: -webkit-linear-gradient(left, #ef7b12, #ffba00);
    }

    .cta .cta-inner:before {
        opacity: 0.9;
    }

/*.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}*/

.button .btn {
    font-weight: 500;
    text-align: center;
    color: #252525;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 0px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    position: relative;
    background: #fff;
    border: none;
    box-shadow: none;
    -webkit-transition: all 0.4S ease;
    -moz-transition: all 0.4S ease;
    transition: all 0.4S ease;
}
/**********footer*******/
ul.horizontal-menu li {
    list-style: none;
    display: inline-block;
}
.widget-area .widget ul.horizontal-menu li:not(:last-child)::after {
    background: rgba(255,255,255,0.4);
    margin: 0px 20px;
    top: 2px;
    width: 2px;
    height: 15px;
}
.footer-top-area .newsletter {
    max-width: 580px;
    margin: auto;
    width: 100%;
}
    .footer-top-area .newsletter input[type="email"] {
        border: 0px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        -webkit-border-radius: 0;
        border-radius: 0;
        padding-right: 15px;
        width: calc(100% - 160px);
        margin-right: 10px;
        background: transparent;
        height:48px;
    }
.footer-top-area .newsletter button {
    position: static;
    height: auto;
    width: auto;
    padding: 11px 30px;
    font-size: 1rem;
}

.widget-area .newsletter button {
    font-size: 0;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    padding: 0;
}
.btn {
    color: #1d1d1d;
    padding: 14px 30px;
    background: #fbbd18;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-top-area .widget-area .widget-title {
    margin-bottom: 10px;
}

.widget-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer-top-area .widget-area {
    margin-bottom: 60px;
}
    .footer-top-area .widget-area .socials {
        float: none;
        display: table;
    }

.widget-area .socials {
    margin-top: 0px;
}

.socials {
    /* clear: both; */
    /* float: left; */
    width: 100%;
    /* margin-top: 25px; */
}
.widget-area .socials li i {
    color: #fbbd17;
    font-size: 20px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    margin: 0;
}
.socials ul {
    list-style: none;
    display: inline-block;
}
.footer-top-area .widget-area {
    margin-bottom: 60px;
}
.widget-area .socials ul li a {
    border: 1px solid rgba(255,255,255,0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    color: #fbbd17;
    font-size: 20px;
    display: block;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.widget-area .socials ul li {
    margin: 0 5px;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: none;
    width: auto;
}

/*************contact us***/
.contact-root-container {
    background-color: #0C0C0C;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-x: hidden;
}

.location-root h3 {
    padding-top: 16px;
    padding-bottom: 30px;
}


.contact-title h5, .button-container, .contact-form-container {
    padding-top: 20px;
}

.alignment-field, .contact-title h5, .contact-description,
.row1, .button-container, .location-root {
    padding-bottom: 30px;
}

.form-input-field input.form-control, .row2 .contact-textarea.form-control {
    background-color: #090909;
    border: 1px solid #292929;
    color: #FFFFFF;
}

.inline-container {
    width: 70%;
    height: 100%;
    padding: 40px;
    background: #131313 0% 0% no-repeat padding-box;
}

.form-container {
    background: #090909 0% 0% no-repeat padding-box;
    border: 1px solid #292929;
    border-radius: 4px;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.button-container button.btn.btn-warning {
    width: 50%;
    height: 20%;
}

.button-container {
    display: flex;
    justify-content: flex-end;
}

.map-root img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.address-text {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.location-root h3 {
    padding-bottom: 30px;
}

.loction-icon {
    width: 13px;
    height: 18px;
    opacity: 1;
}

.address-text p {
    margin-left: 10px;
}

.address-root-container.col {
    margin-left: 40px;
}

p.description-text {
    height: 100%;
    font: 18px/36px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-align: left;
}

.map-root img {
    width: auto;
    height: auto;
}

@media only screen and (max-width: 980px) {
    .location-root h3,
    .address-text p {
        font-size: 18px;
    }

    .inline-container {
        width: 90%;
    }
}

@media only screen and (max-width: 786px) {
    .address-text p {
        font-size: 12px;
        overflow-wrap: anywhere;
    }


    .inline-container {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {

    p.description-text {
        font-size: 12px;
    }

    .address-row.row {
        flex-direction: column;
    }

    .address-root-container.col {
        margin-left: 10px;
        margin-top: 30px;
    }

    .inline-container {
        padding: 0px;
    }
}
/***************about us- services************/
.serviceabout {
    z-index: 1;
    position: relative;
}

    .serviceabout .service-content {
        padding: 20px;
        background: #000;
        border: 2px solid #000;
        text-align: center;
        position: relative;
    }

        .serviceabout .service-content:after {
            content: "";
            width: 100%;
            height: 100%;
            background: #e09e25;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: -1;
            transition: all 0.5s ease 0s;
        }

    .serviceabout:hover .service-content:after {
        top: 0;
        left: 0;
    }

    .serviceabout .service-icon {
        display: inline-block;
        font-size: 50px;
        color: #e09e25;
        margin-bottom: 20px;
        transition: all 0.5s ease 0s;
    }

    .serviceabout:hover .service-icon {
        transform: rotateY(180deg);
    }

    .serviceabout .title {
        font-size: 20px;
        font-weight: 600;
        color: #474747;
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }

    .serviceabout .description {
        font-size: 15px;
        color: #777;
        line-height: 25px;
        margin-bottom: 0;
    }

@media only screen and (max-width:990px) {
    .serviceabout {
        margin-bottom: 30px;
    }
}
/******************business services box**************/
.serviceBox {
    padding: 25px 30px;
    text-align: center;
    background: #dc8c28a6;
    border-top: 3px solid #ffd800;
    border-bottom: 3px solid #ffd800;
    position: relative;
}

    .serviceBox:before {
        content: "";
        border-top: 0 solid #ffd800;
        border-right: 0 solid transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

    .serviceBox:hover:before {
        border-top-width: 78px;
        border-right-width: 78px;
    }

    .serviceBox:after {
        content: "";
        border-bottom: 0 solid #ffd800;
        border-left: 0 solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

    .serviceBox:hover:after {
        border-bottom-width: 78px;
        border-left-width: 78px;
    }

    .serviceBox .service-icon {
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 20px;
        border: 2px solid #eed956;
        background: #0c0c0c;
        font-size: 40px;
        color: #eed956;
        margin-bottom: 20px;
        position: relative;
    }

    .serviceBox .title {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        letter-spacing: 1px;
        margin: 0 0 12px 0;
        text-transform: uppercase;
        position: relative;
        transition: all 0.3s ease 0s;
    }

    .serviceBox:hover .title {
        letter-spacing: 3px;
    }

    .serviceBox .description {
        font-size: 20px;
        color: #fff;
        letter-spacing: 1px;
        line-height: 27px;
        margin: 0;
        font-weight:600;
    }

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 30px;
    }
}
/*******************services  gold membership ********/
.serviceGold {
    padding: 35px 20px 25px;
    border: 1px solid #161616;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #161616;
}

    .serviceGold:hover {
        border-color: #ffd800;
    }

    .serviceGold:before {
        content: "";
        border-top: 20px solid #ffd800;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
        position: absolute;
        top: 7px;
        right: 7px;
        transition: all 0.3s ease 0s;
    }

    .serviceGold:hover:before {
        border-top-color: #ffd800;
    }

    .serviceGold .service-icon {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 35px;
        color: #000;
        margin-bottom: 35px;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
        font-weight:600;
       
    }

    .serviceGold:hover .service-icon {
        color: #fff;
       
    }

    .serviceGold .service-icon:before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 3px;
        border: 1px solid #dc8c28;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: rotate(45deg);
        transition: all 0.3s ease 0s;
        background: #dc8c28;
    }

    .serviceGold:hover .service-icon:before {
        border-color: #ffd800;
        background: #ffd800;
    }

    .serviceGold .title {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
        margin: 0 0 15px 0;
    }

    .serviceGold .description {
        font-size: 20px;
        color: #999;
        line-height: 27px;
        margin: 0;
        color:#fbbd17;
    }

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 30px;
    }
}
/**************tab businsss*********/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab {
    font-family: 'Hind', sans-serif;
    display: table;
}

    .vertical-tab .nav-tabs {
        display: table-cell;
        width: 28%;
        min-width: 28%;
        vertical-align: top;
        border: none;
    }

        .vertical-tab .nav-tabs li {
            float: none;
            vertical-align: top;
        }

            .vertical-tab .nav-tabs li a {
                color: #fff;
                background: #353b48;
                font-size: 15px;
                font-weight: 700;
                letter-spacing: 1px;
                text-align: center;
                text-transform: uppercase;
                padding: 13px 10px 10px;
                margin: 0 9px 9px 0;
                border-radius: 0;
                border: none;
                display: block;
                overflow: hidden;
                position: relative;
                z-index: 1;
                transition: all 0.3s ease 0.1s;
            }

                .vertical-tab .nav-tabs li a:hover,
                .vertical-tab .nav-tabs li.active a,
                .vertical-tab .nav-tabs li.active a:hover {
                    color: #fff;
                    background: #DDAB30;
                    border: none;
                    text-shadow: 0 0 5px #353b48;
                }

                .vertical-tab .nav-tabs li a:before,
                .vertical-tab .nav-tabs li a:after {
                    content: '';
                    background: #DDAB30;
                    height: 10%;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    z-index: -1;
                    transition: all 0.3s;
                    clip-path: polygon(50% 10%, 50% 90%, 75% 90%, 75% 10%, 100% 10%, 100% 100%, 0 100%, 0 90%, 25% 90%, 25% 10%);
                }

                .vertical-tab .nav-tabs li a:after {
                    transform: rotateX(180deg);
                    bottom: auto;
                    top: 0;
                    clip-path: polygon(50% 90%, 50% 10%, 75% 10%, 75% 90%, 100% 90%, 100% 100%, 0 100%, 0 10%, 25% 10%, 25% 91%);
                }

                .vertical-tab .nav-tabs li a:hover:before,
                .vertical-tab .nav-tabs li.active a:before,
                .vertical-tab .nav-tabs li.active a:hover:before,
                .vertical-tab .nav-tabs li a:hover:after,
                .vertical-tab .nav-tabs li.active a:after,
                .vertical-tab .nav-tabs li.active a:hover:after {
                    height: 100%;
                    opacity: 0;
                }

    .vertical-tab .tab-content {
        color: #fff;
        background: #353b48;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 25px;
        text-shadow: 0 0 3px #333;
        padding: 20px 20px 10px;
        margin-top: 10px;
        display: table-cell;
        position: relative;
    }

        .vertical-tab .tab-content h3 {
            color: #DDAB30;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0 0 7px 0;
        }

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        border: none;
    }

        .vertical-tab .nav-tabs li a {
            margin: 0 0 10px;
        }

    .vertical-tab .tab-content {
        padding: 25px 20px;
        display: block;
    }

        .vertical-tab .tab-content h3 {
            font-size: 18px;
        }
}