﻿
.sell-price {
    color: #009688;
    font-weight: bold;
    font-size: 18px;
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}


.green-btn {
    background-image: linear-gradient(to right, #099270 0%, #1a8d70 99%) !important;
    font-size: 14px;
    padding: 11px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 12px 12px -11px #0b9271;
    background-size: 200% auto;
    border: none
}


.red-btn {
    background-image: linear-gradient(to right, #ff1515 0%, #ff1515 99%) !important;
    font-size: 14px;
    padding: 11px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 12px 12px -11px #90452e;
    background-size: 200% auto;
    border: none !important
}

.blue-btn {
    background-image: linear-gradient(to right, #254b72 0%, #1ea6c6 99%) !important;
    font-size: 14px;
    padding: 11px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 12px 12px -11px #22779a;
    background-size: 200% auto;
    border: none !important
}




.default-btn {
    background-image: linear-gradient(to right, #f9f8f8 0%, #d9d9d9 99%) !important;
    font-size: 14px;
    padding: 11px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #000;
    box-shadow: 0 12px 12px -11px #d9d9d9;
    background-size: 200% auto;
    border: none
}





@media screen and (min-width: 1200px) {
    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-xl-5col {
    width: 100%; padding-left: 10px; padding-right: 10px;
}



#reservation {
    /*background: url('http://valleyexportsindia.com/assets/images/img-05.jpg');
    background-position: 50% 39px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
    background: #d1d5d8;
}

.photo-folder {
    width: 100% !important;
    height: auto !important;
    padding-top: 0px !important;
    max-height:231px;
}



.link-danger {
    color: #dc3545;
    padding: 2px;
    font-size: 15px;
    padding-left: 20px;
}

.service-head {
    background: linear-gradient(to right, rgb(212 50 129), rgb(255, 195, 160)) !important;
    color:#fff;
}

.footer-bg {
    background: url('../img/bg/products-bg-shape.png');
    background-size:cover;
}

.gradiant-text {
    background: linear-gradient(to right, rgb(188, 78, 156), rgb(248, 7, 89));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.section-suptitle {
    font-size: 25px;
    color: #e0ac3c;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    display: block;
    line-height: 25px;
    font-weight: 500;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sepcial-product-img {
    position: relative;
    overflow: hidden;
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.44);
    border-radius: 3px;
}

    .sepcial-product-img img {
        width: 100%;

    }

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}




.sepcial-product-detail h1 {
    margin: 9px 0;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    padding: 0 45px;
}

.margin-service{
    margin-bottom:60px;
}


.partner {
    height: 100px;
    width:auto !important;
}

.partner-small {
    height: 70px;
    width: auto !important;
}




.pricingTable {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 30px 20px 70px;
    border-radius: 10px;
    box-shadow: 0 0 15px -8px rgba(0,0,0,0.5);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .pricingTable:before,
    .pricingTable:after {
        content: "";
        background-color: #F4F5F9;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        position: absolute;
        top: -213px;
        right: -213px;
        z-index: -1;
    }

    .pricingTable:after {
        background-color: #FE5F85;
        height: 300px;
        width: 300px;
        top: auto;
        bottom: -210px;
        right: auto;
        left: -160px;
    }

    .pricingTable .title {
        color: #1A2A3A;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 20px;
    }

        .pricingTable .title:before {
            content: "";
            background-color: #1A2A3A;
            width: 65px;
            height: 3px;
            margin: 0 auto 20px;
            display: block;
            clear: both;
        }

    .pricingTable .price-value {
        color: #fff;
        background-color: #FE5F85;
        width: 160px;
        height: 160px;
        padding: 57px 0 0;
        margin: 0 auto 25px;
        border-radius: 50%;
    }

        .pricingTable .price-value .currency {
            font-size: 40px;
            font-weight: 300;
            line-height: 40px;
            vertical-align: top;
            display: inline-block;
        }

        .pricingTable .price-value .amount {
            font-size: 40px;
            font-weight: 700;
            line-height: 45px;
            display: inline-block;
        }

        .pricingTable .price-value .duration {
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 1px;
            margin: 0 0 0 -5px;
            display: inline-block;
        }

    .pricingTable .pricing-content {
        padding: 0;
        margin: 0 0 25px;
        list-style: none;
        display: inline-block;
    }

        .pricingTable .pricing-content li {
            color: #888;
            font-size: 15px;
            font-weight: 500;
            text-align: left;
            padding: 0 0 0 35px;
            margin: 0 0 20px;
            position: relative;
        }

            .pricingTable .pricing-content li:last-child {
                margin: 0;
            }

            .pricingTable .pricing-content li:before {
                content: "\f00c";
                color: #fff;
                background-color: #FE5F85;
                font-family: "Font Awesome 5 Free";
                font-size: 13px;
                font-weight: 900;
                text-align: center;
                line-height: 20px;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                position: absolute;
                top: 1px;
                left: 0;
            }

    .pricingTable .pricingTable-signup a {
        color: #fff;
        background-color: #FE5F85;
        font-size: 23px;
        font-weight: 500;
        width: 180px;
        padding: 3px 8px;
        margin: 0 auto;
        border-radius: 15px;
        border: 2px solid transparent;
        display: block;
        transition: all 0.3s ease 0s;
    }

        .pricingTable .pricingTable-signup a:hover {
            color: #FE5F85;
            background-color: transparent;
            border-color: #FE5F85;
        }

    .pricingTable.blue:after {
        background-color: #00CCFF;
    }

    .pricingTable.blue .price-value {
        background-color: #00CCFF;
    }

    .pricingTable.blue .pricing-content li:before {
        background-color: #00CCFF;
    }

    .pricingTable.blue .pricingTable-signup a {
        background-color: #00CCFF;
    }

        .pricingTable.blue .pricingTable-signup a:hover {
            color: #00CCFF;
            background-color: transparent;
            border-color: #00CCFF;
        }

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}



.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}




.our-team {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px -8px rgba(0,0,0,0.5);
    margin-bottom: 30px;
}

    .our-team .team_img {
        position: relative;
        overflow: hidden;
    }

        /*.our-team .team_img:after {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,0.2);
            position: absolute;
            bottom: -100%;
            left: 0;
            transition: all 0.3s ease 0s;
        }*/

    .our-team:hover .team_img:after {
        bottom: 0;
    }

    .our-team img {
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0;
    }

    .our-team .social {
        padding: 0 0 18px 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: -100%;
        right: 10px;
        background: #f76c5e;
        border-radius: 0 0 20px 20px;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

    .our-team:hover .social {
        top: 0;
    }

    .our-team .social li a {
        display: block;
        padding: 15px;
        font-size: 15px;
        color: #fff;
    }

    .our-team:hover .social li a:hover {
        color: #2a4284;
    }

    .our-team .team-content {
        padding: 20px 0;
        /*background: #fff;*/
    }

    .our-team .title {
        font-size: 18px;
        font-weight: bold;
        color: #2a4284;
        text-transform: capitalize;
        margin: 0 0 20px;
        position: relative;
    }

        .our-team .title:before {
            content: "";
            width: 25px;
            height: 1px;
            background: #de5488;
            position: absolute;
            bottom: -10px;
            right: 50%;
            margin-right: 9px;
            transition-duration: 0.25s;
        }

        .our-team .title:after {
            content: "";
            width: 25px;
            height: 1px;
            background: #de5488;
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: 9px;
            transition-duration: 0.25s;
        }

    .our-team:hover .title:before,
    .our-team:hover .title:after {
        width: 50px;
    }

    .our-team .post {
        display: inline-block;
        font-size: 16px;
        background: #000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: capitalize;
        font-weight:500;
    }

        .our-team .post:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #de5488;
            margin: 0 auto;
            position: relative;
            top: -13px;
        }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.header-icon__list li > a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    /*background: #639245 !important;*/
    width: 38px;
    height: 38px;
}

.header-navigation-wrapper nav > ul > li > a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 20px 0;
}



.blinking {
    font-family: 'Poppins', sans-serif;
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 8px 15px;
}

.blinking:hover{
    color:#fff;

} 

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}


.fb-color {
    background: #4267B2 !important;
}

.tw-color {
    background: #00acee !important;
}

.lnk-color {
    background: #0072b1 !important;
}

.insta-color {
    background: #bc2a8d !important;
}





.glow-button {
    font-family: 'Poppins', sans-serif;
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-animation: blink 1500ms infinite;
    -moz-animation: blink 1500ms infinite;
    -o-animation: blink 1500ms infinite;
    animation: blink 1500ms infinite;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 8px 15px;
}

    .blinking:hover {
        color: #fff;
    }

@-webkit-keyframes blink {
    0% {
        background-color: #f68b44;
        -webkit-box-shadow: 0 0 3px #f68b44;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #f68b44;
        -webkit-box-shadow: 0 0 3px #f68b44;
    }
}

@-moz-keyframes blink {
    0% {
        background-color: #f68b44;
        -moz-box-shadow: 0 0 3px #f68b44;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #f68b44;
        -moz-box-shadow: 0 0 3px #f68b44;
    }
}

@-o-keyframes blink {
    0% {
        background-color: #f68b44;
        box-shadow: 0 0 3px #f68b44;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #f68b44;
        box-shadow: 0 0 3px #f68b44;
    }
}

@keyframes blink {
    0% {
        background-color: #f68b44;
        box-shadow: 0 0 3px #f68b44;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #f68b44;
        box-shadow: 0 0 3px #f68b44;
    }
}
