﻿ 
 
.logo {
    width: 100px !important;
    height: 75px !important ;
}
.logo2 {
    width: 100px !important;
    height: 75px !important;
    margin-bottom:15px !important; 
}

.redcolor {
    color: #ED3237 !important;
}
.bg-redcolor {
    background-color: #ED3237 !important;
}
.whitecolor {
    color: #ffffff !important; 
}
.topbar {
    text-align: right;
    margin-bottom: 3px;
    padding-right: 30px;
}
.textgrey {
    color: #727272 !important;
}
.table-bordered2 {
    border: 1.5px solid #a79999;
}
.fontsize {
    font-size: 15px;
}
.blessing{
    font-style:italic;
}
.containertbl{
    margin-left:150px;
   margin-right:150px;
}

.text-justify {
    text-align: justify !important;
    font-size: 14px;
    font-style: normal;
    text-align: justify-all !important;
}
.background-yellow {
    background-color: #F89B16 !important;
}
.header {
    text-align:left !important;
}
.p5{
   padding:3rem !important
}
.heightline{
    line-height: 35px;
}
.page-titlen {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 45px 0 !important;
    background-color: #000000 !important;
    position: relative !important;
    clear: both !important;
    text-align: center;
}
.divbottom {
    /*   box-shadow: 0px 25px 21px -24px rgba(0,0,0,0.45);*/
    box-shadow: 0px 25px 21px -29px rgba(0,0,0,0.45);
}
.headershadow {
   -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
    
}
====================================================================

Business Section Three

====================================================================



***/



.business-section-three {
    position: relative;
    padding: 60px 0px 30px;
}



.business-section-three:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(255 151 0 / 0.90);
}



.business-section-three .inner-container {
    position: relative;
    padding: 0px 60px;
}



.service-block-nine {
    position: relative;
    margin-bottom: 30px;
}



    .service-block-nine .inner-box {
        position: relative;
        border-radius: 7px;
        padding: 35px 40px 35px;
        border: 1px solid rgba(255,255,255,0.30);
    }



        .service-block-nine .inner-box .color-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: scale(1,0);
            border-radius: 7px;
            background-color: #ffffff;
            border-left: 8px solid #f71735;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }



        .service-block-nine .inner-box:hover .color-layer {
            transform: scale(1,1);
            opacity: 1;
        }



        .service-block-nine .inner-box .content {
            position: relative;
            padding-left: 85px;
        }



            .service-block-nine .inner-box .content .icon {
                position: absolute;
                left: 0px;
                top: 5px;
                color: #ffffff;
                font-size: 54px;
                line-height: 1em;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }



        .service-block-nine .inner-box:hover .content .icon {
            color: #f71735;
        }



        .service-block-nine .inner-box .side-icon {
            position: absolute;
            right: 0px;
            bottom: 0px;
            opacity: 0.2;
            color: #000000;
            font-size: 74px;
            line-height: 1em;
            opacity: 0;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }



        .service-block-nine .inner-box:hover .side-icon {
            opacity: 0.2;
        }



        .service-block-nine .inner-box .content h3 {
            position: relative;
            font-weight: 700;
            line-height: 1.3em;
        }



            .service-block-nine .inner-box .content h3 a {
                position: relative;
                color: #ffffff;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }



        .service-block-nine .inner-box:hover .content h3 a {
            color: #222222;
        }



        .service-block-nine .inner-box .content .text {
            position: relative;
            margin-top: 15px;
            color: #ffffff;
            font-size: 16px;
            line-height: 1.8em;
            margin-bottom: 10px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }



        .service-block-nine .inner-box:hover .content .text {
            color: #555555;
        }



        .service-block-nine .inner-box .content .read-more {
            position: relative;
            color: #f71735;
            font-size: 16px;
            font-weight: 700;
            text-decoration: underline;
        }
.shadowimg {
    -moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
    box-shadow: 2px 3px 7px rgba(0,0,0,.3);
}
.vision {
    background: linear-gradient(90deg,rgb(179 152 77) 1%, rgb(203 190 139) 35%, rgb(179 152 77) 100%);
    box-shadow: -12px -12px 17px -8px rgba(0,0,0,0.47);
    text-align: center;
}
.visionfont {
        font-style: italic;
        color:white!important
    }
.mission {
    background: linear-gradient(90deg, rgb(179 152 77) 1%, rgb(203 190 139) 35%, rgb(179 152 77) 100%);
    box-shadow: -12px -12px 17px -8px rgba(0,0,0,0.47);
    text-align: center;
    padding-bottom: 1px;
}
.missionfont{
    color:white!important
}
.about {
    border-radius: 10px;
}
.eye {
    top: -20px;
    /*  height: 35px;*/
    font-size: 25px;
    width: 42px;
    /*line-height: 42px;*/
    position: relative;
    /*padding-left: 20px;*/
    height: 45px;
    width: 45px;
    background: rgb(164 94 77);
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    color: #fdfdfd;
}
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 190px;
    top: -30px;
}
.link {
    color: #fff!important
}
.paragraph {
    font-style: normal;
    font-size: 15px;
}

.com-left-sticky {
    position: fixed;
    left: -6px !important;
    top: 14%;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #fff;
    /* writing-mode: vertical-lr;*/
    transform: translateY(30%);
    /* background: #e56b1d;*/
    padding: 10px 5px 20px 5px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    transition-timing-function: ease-in;
    z-index: 999;
}

.com-right-sticky {
    position: fixed;
    right: -6px !important;
    top: 14%;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #fff;
    /* writing-mode: vertical-lr;*/
    transform: translateY(30%);
    /* background: #e56b1d;*/
    padding: 10px 5px 20px 5px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    transition-timing-function: ease-in;
    z-index: 999;
}



.rotate {
    animation: rotation 8s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.circle {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
}

.container2 {
    position: relative;
    width: 100%;
    max-width: 400px;
}

    .container2 img {
        width: 100%;
        height: auto;
    }

    .container2 .btn2 {
        position: absolute;
        top: 45%;
        left: 51%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #ed3237;
        color: white;
        font-size: 16px;
        /* padding: 12px 24px;*/
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
    }

    .container2 .btn:hover {
        background-color: black;
    }

.playbtn {
    font-size: 30px;
    padding-top: 10px;
    color: white;
}
.table-2 {
    display: block;
    overflow-x: auto;
}

.zoom {
   
    transition: transform .3s;
    margin: 0 auto;
}

    .zoom:hover {
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.2);
    }
.vfont {
    color: #721909bf;
    font-size: x-large;
    font-weight: 500;
}
.policy {
    font-size:large;
    font-weight: 500;
}
.avtar {
    padding-left: 25px
}
.avtar2 {
    padding-left: 35px
}
.gallery {
    height: 230px;
    width: 320px;
    padding-top: 20px;
}
.gallerydetail {
    height: 250px;
    width: 400px;
}
.categoty {
    padding-top: 20px !important;
    padding-left: 40px;
}
.tactivity {
    height: 230px;
    width: 320px;
}
.grid-item img {
    width: 425px; 
    height: 360px;
}
/* -------------------------------------
    GLOBAL
    A very basic CSS reset
------------------------------------- */ 

img {
    max-width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    width: 100% !important;
    height: 100%;
    line-height: 1.6;
}

/* Let's make sure all tables have defaults */
table td {
    vertical-align: top;
}

.btn-primary {
    text-decoration: none;
    color: #FFF;
    background-color: #1ab394;
    border: solid #1ab394;
    border-width: 5px 10px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
}

.pt-5 {
    padding-top: 15px !important;
}

/* -------------------------------------
    OTHER STYLES THAT MIGHT BE USEFUL
------------------------------------- */
.last {
    margin-bottom: 0;
}

.first {
    margin-top: 0;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.clear {
    clear: both;
}

/* -------------------------------------
    RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */
.card-shadow {
    box-shadow: inset 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.gif {
    width: 62%;
}
.pl-8 {
    padding-left: 8px !important; 
}
.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

#contBtn {
    position: relative;
    top: 1.5em;
    text-decoration: none;
    background: #8bc34a;
    color: #fff;
    margin: auto;
    padding: .8em 3em;
    -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    border-radius: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

    #contBtn:hover {
        -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
        -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
        box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

.printer-top {
    z-index: 1;
    border: 6px solid #f0585c;
    height: 6px;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #333333;
   /* width: 48%;
    margin-left: 31%;*/
}

.printer-bottom {
    z-index: 0;
    border: 6px solid #f0585c;
    height: 6px;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #333333;
    width: 48%;
    margin-left: 31%;
}

.paper-container {
    position: relative;
    overflow: hidden;
    height: 467px;
}

.paper {
    background: #ffffff;
    height: 447px;
    position: absolute;
    z-index: 2;
    margin: 0 12px;
    margin-top: -12px;
    animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
    -moz-animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
    width: 45%;
    margin-left: 33%;
}

.main-contents {
    margin: 0 12px;
    padding: 24px;
}

Paper Jagged Edge
.jagged-edge {
    position: relative;
    height: 20px;
    width: 100%;
    margin-top: -1px;
}

.jagged-edge:after {
    content: "";
    display: block;
    position: absolute;  
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient( 45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%), linear-gradient( -45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%);
    background-size: 16px 40px;
    background-position: 0 -20px;
}

.success-icon {
    text-align: center;
    font-size: 48px;
    height: 72px;
    background: #359d00;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin: 18px auto;
    color: #fff;
}
.cross-icon {
    text-align: center;
    font-size: 48px;
    height: 72px;
    background: #f51717;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin: 18px auto;
    color: #fff;
}

.success-title {
    font-size: 22px;
    text-align: center;
    color: #666;
    font-weight: bold;
    margin-bottom: 16px;
}

.success-description {
    font-size: 15px;
    line-height: 21px;
    color: #999;
    text-align: center;
    margin-bottom: 24px;
}

.order-details {
    text-align: center;
    color: #333;
    font-weight: bold;
}
.order-number-label

{
    font-size: 18px;
    margin-bottom: 8px;
}

.order-number {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 48px;
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 24px;
}

.order-footer {
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #999;
}


@keyframes print {
    0% {
        transform: translateY(-90%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes print {
    0% {
        -webkit-transform: translateY(-90%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes print {
    0% {
        -moz-transform: translateY(-90%);
    }

    100% {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes print {
    0% {
        -ms-transform: translateY(-90%);
    }

    100% {
        -ms-transform: translateY(0%);
    }
}

#FAQ {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.accordian {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.item {
    background-color: #e7ecf5;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s ease;
}

    .item.selected {
        background-color: #ffffff;
    }

    .item::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        /*border-radius: 50%;
                background-color: #06965c;*/
    }

.FAQ-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #131414;
}

.faqQuestion {
    font-size: 15px;
    color: #131414;
    text-align: start;
}

.FAQ-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #131414;
}

    .FAQ-content.show {
        max-height: 9999px;
        transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
    }

.expandToggle {
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.FAQ-ShowMore {
    text-align: center;
    margin-top: 10px;
}

    .FAQ-ShowMore button {
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        border-radius: 8px;
        background-color: #06965c;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .FAQ-ShowMore button:hover {
            background-color: #8ee0c4;
            color: black;
            font-weight: 700;
        }

#more {
    display: none;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .accordian {
        max-width: 90%;
    }

    .item {
        padding: 12px 16px;
    }

    .FAQ-title {
        font-size: 16px;
    }

    .expandToggle {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .accordian {
        padding: 10px;
    }

    .item {
        padding: 10px 14px;
    }

    .FAQ-title {
        font-size: 14px;
    }

    .expandToggle {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .accordian {
        padding: 5px;
    }

    .item {
        padding: 8px 12px;
    }

    .FAQ-title {
        font-size: 12px;
    }

    .expandToggle {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../../assets/CustomImages/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../../assets/CustomImages/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url(../../assets/CustomImages/fancybox_loading@2x.gif);
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

/*********************************/
/*********************************/
/***********OVERLAY SECTION ******/
/*********************************/
/*********************************/
/*********************************/
#overlay {
    display: none;
    visibility: hidden;
    position: absolute !important;
    z-index: 999999999 !important;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #2e2e2e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}

    #overlay div {
        width: 100%; /*-Lets Center the Spinner-*/
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; /*Centering my shade */
        margin-bottom: 40px;
        margin-top: 60px;
        background-color: rgba(255,255,255,0.7);
        z-index: 999999999 !important;
        display: none;
    }

    #overlay::after {
        content: '';
        display: block;
        position: absolute;
        left: 48%;
        top: 40%;
        width: 30px;
        height: 30px;
        border-style: solid;
        border: 3px solid black;
        border-top-color: #6CC4EE;
        border-width: 5px;
        border-radius: 50%;
        -webkit-animation: spin .8s linear infinite; /* Lets make it go round */
        animation: spin .8s linear infinite;
    }

body.loading #overlay {
    overflow: hidden;
}

body.loading #overlay {
    display: block;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*********************************/
/*********************************/
/*****OVERLAY SECTION END ********/
/*********************************/
/*********************************/
/*********************************/


.cpt-4 {
    padding-top: 0.5rem !important;
}
.cbtn {
    background-color: #1ab394 !important;
    border: solid #1ab394 !important;
}
.pl-half {
    padding-left: 0.5rem;
}
.pr-half {
    padding-right: 0.5rem;
}
