﻿/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f5f9fc;
}

.section-title {
    text-align: center;
    margin-bottom: -11px;
    /*padding-bottom: 30px;*/
}

    .section-title h2 {
        /*font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;*/
        font-size: 20px;
        /*color: #2a4a88;*/
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        position: relative;
        padding-bottom: 12px;
        padding-top: 10px;
        background: linear-gradient(to top, #2a4a88 25%, #0099ff 99%);
    }

        .section-title h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
            top: 37px;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #0099ff;
            bottom: 0;
            left: calc(50% - 20px);
            top: 36px;
        }

    .section-title p {
        margin-bottom: 0;
    }


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
    padding-bottom: 9px;
    padding-top: 0px;
}

    .about .container {
        /*box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);*/
        /*box-shadow: 0 5px 25px 0 rgb(214 215 216 / 60%);*/
        padding-top: 0px;
        /*background-color: #ececec;*/
        /*background-color: rgb(236 236 236 / 85%);*/
        padding-bottom: 0;
    }

    .about .video-box img {
        padding: 15px 0;
    }

    /*.about .section-title p {
        text-align: justify;
        color: black;*/
    /*font-style: italic;*/
    /*color: #666;*/
    /*}*/

    .about .about-content {
        padding: 10px;
    }

    .about .icon-box + .icon-box {
        margin-top: 40px;
    }

    .about .icon-box .icon {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 72px;
        background: #f1f7fb;
        border-radius: 6px;
        transition: 0.5s;
    }

        .about .icon-box .icon i {
            color: #428bca;
            font-size: 32px;
        }

    .about .icon-box:hover .icon {
        background: #428bca;
    }

        .about .icon-box:hover .icon i {
            color: #fff;
        }

    .about .icon-box .title {
        margin-left: 95px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
        text-transform: uppercase;
    }

        .about .icon-box .title a {
            color: #343a40;
            transition: 0.3s;
        }

            .about .icon-box .title a:hover {
                color: #428bca;
            }

    .about .icon-box .description {
        margin-left: 95px;
        line-height: 24px;
        font-size: 14px;
    }

    .about .video-box {
        position: relative;
    }

    .about .play-btn {
        width: 94px;
        height: 94px;
        background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
        border-radius: 50%;
        display: block;
        position: absolute;
        left: calc(50% - 47px);
        top: calc(50% - 47px);
        overflow: hidden;
    }

        .about .play-btn::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 100;
            transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        .about .play-btn::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation: pulsate-btn 2s;
            animation: pulsate-btn 2s;
            -webkit-animation-direction: forwards;
            animation-direction: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: steps;
            animation-timing-function: steps;
            opacity: 1;
            border-radius: 50%;
            border: 5px solid rgba(66, 139, 202, 0.7);
            top: -15%;
            left: -15%;
            background: rgba(198, 16, 0, 0);
        }

        .about .play-btn:hover::after {
            border-left: 15px solid #428bca;
            transform: scale(20);
        }

        .about .play-btn:hover::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border: none;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 200;
            -webkit-animation: none;
            animation: none;
            border-radius: 0;
        }

    .about td {
        font-weight: 600;
    }

ul {
    list-style-type: square;
}

    ul li {
        /*margin: 5px;*/ /*effect on left side nav*/
    }

        ul li a {
            color: black;
        }

ol li {
    margin: 10px;
}

.about table {
    text-align: justify;
}

.content-style {
    background-color: white; /*#9b672f2b*/
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 25px 0 rgb(101 124 187);
}

    .content-style ol {
        text-align: left;
        color: #081f9b;
        /*list-style:none;*/
    }

    .content-style ul {
        text-align: left;
        color: #081f9b;
        list-style: none;
    }

        .content-style ul li a {
            text-align: left;
            color: #081f9b;
            list-style: none;
        }

        .content-style ul li::before {
            content: "\2605";
            /*list-style: url('/assets/image/Finger.png');*/
            background-size: contain;
            display: inline-block;
            width: 1em;
            height: 1em;
            position: relative;
            top: 0.1rem;
            margin-right: 0.5rem;
        }

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    background-image: url("../image/gov.gif");
    background-repeat: no-repeat;
}

    #preloader:before {
        /*background-image:url("../img/gov.gif");*/
        /*content: "";*/
        /*position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #18d26e;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;*/
        align-content: center;
        align-items: center;
    }



@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Photo Gallery
--------------------------------------------------------------*/


.photo-gallery {
    color: #313437;
    /*background-color: #fff;*/
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 0;
    }

.photo-gallery .photos {
    /*padding-bottom: 20px;*/
    padding: 20px;
}

.photo-gallery .item {
    /*padding-bottom: 30px;*/
    box-shadow: 0 5px 25px 0 rgba(18, 18, 196, 0.58);
    margin-bottom: 25px;
    /*padding-top: 15px;*/
    /*padding-bottom: 5px;*/
    margin-right: 1px;
    padding-right:0;
    padding-left:0;
}

.colpad {
    padding-bottom: 10px;
}

.photo-gallery-img {
    height: 100%;
}


.main-content {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    /*overflow-y: scroll;
    max-height: 400px;*/
}

.tbl-scroll {
    overflow-y: scroll;
    max-height: 400px;
    margin-bottom: 15px;
    overflow-x: hidden;
    /*width:auto;*/
}

#wbmap img {
    height: 380px;
    width: 290px;
}

#wblogo img {
    height: 200px;
    width: 200px;
}

#wblogo {
    padding-top: 4%;
    padding-bottom: 10px;
}

