﻿body, #form1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.bea {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*------------Welcome Section---------------*/
.wlcm-sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.wlcm-title {
    margin: 0px 0px 35px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
}

    .wlcm-title h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        text-align: center;
        color: #104587;
        font-size: 40px;
        line-height: 45px;
        font-weight: 700;
    }

        .wlcm-title h2:after {
            background-color: #104587;
            border: none;
            content: "";
            display: block;
            height: 2px;
            margin: 20px auto 0;
            width: 150px;
        }


    .wlcm-title .title-bdr-color {
        background: #fff none repeat scroll 0 0;
        color: #104587;
        display: inline-block;
        font-size: 30px;
        height: 40px;
        left: auto;
        margin-left: -20px;
        position: absolute;
        right: auto;
        text-align: center;
        top: 42px;
        width: 40px;
    }

/*----------------hm Service---------------*/
.service-wrap {
    margin: 0px;
    padding: 70px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    background: #ededed;
}

.service-sec {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.services-box {
    margin: 0px 0px 80px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.services-inner {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    margin-left: 35px;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

    .services-inner:hover {
        background: #ffcb36;
    }

        .services-inner:hover h3, .services-inner:hover p {
            color: #000;
        }

        .services-inner:hover .our-services-icon span:after {
            border-top: 40px solid #fff;
        }

        .services-inner:hover a {
            background: #1c1c1c;
            color: #fff;
        }

.our-services-icon {
    float: left;
    margin-left: -35px;
    margin-right: 25px;
    margin-top: -35px;
}

    .our-services-icon span {
        width: 70px;
        height: 70px;
        background: #003769;
        border-radius: 50%;
        line-height: 67px;
        text-align: center;
        display: inline-block;
        position: relative;
    }

        .our-services-icon span:after {
            border-left: 20px solid rgba(0, 0, 0, 0);
            border-right: 20px solid rgba(0, 0, 0, 0);
            border-top: 40px solid #dfdfdf;
            content: "";
            height: 0;
            left: 46px;
            position: absolute;
            top: 53px;
            transform: rotate(-40deg);
            width: 0;
            z-index: -1;
        }

        .our-services-icon span img {
            width: auto;
        }

.our-services-text {
    overflow: hidden;
    padding: 20px 10px 25px 0px;
    margin: 0px;
}

    .our-services-text h3 {
        margin: -4px 0px 3px 0px;
        padding: 0px;
        color: #003769;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        position: relative;
        line-height: 18px;
        text-align: center;
        min-height: 44px;
    }

    .our-services-text p {
        font-size: 15px;
        margin: 0px;
        padding: 0px;
    }

.service-rdmore {
    border: 2px solid #1c1c1c;
    color: #000;
    padding: 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    margin: 20px 0px 0px 0px;
}

    .service-rdmore:hover {
        background: #1c1c1c;
        color: #fff;
    }


/*----------------hm About us---------------*/
.about-us-wrap {
    margin: 0px;
    padding: 70px 0px 20px 0px;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
}

.about-us-inner {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.about-us-img {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.about-us-bdr-top-left {
    margin: 0px;
    padding: 0px;
    top: 0;
    left: -6px;
    position: absolute;
}

    .about-us-bdr-top-left span {
        display: block;
        position: relative;
    }

        .about-us-bdr-top-left span:before {
            background-color: #ffcb36;
            content: "";
            display: block;
            height: 6px;
            top: -6px;
            position: absolute;
            width: 20px;
        }

        .about-us-bdr-top-left span:after {
            background-color: #ffcb36;
            content: "";
            display: block;
            height: 20px;
            left: 0;
            width: 6px;
            position: absolute;
        }

.about-us-bdr-bottom-right {
    margin: 0px;
    padding: 0px;
    right: 0;
    bottom: -6px;
    position: absolute;
}

    .about-us-bdr-bottom-right span {
        display: block;
        position: relative;
    }

        .about-us-bdr-bottom-right span:before {
            background-color: #ffcb36;
            content: "";
            display: block;
            height: 6px;
            top: -6px;
            position: absolute;
            width: 20px;
            right: 0;
        }

        .about-us-bdr-bottom-right span:after {
            background-color: #ffcb36;
            content: "";
            display: block;
            height: 20px;
            left: 0;
            width: 6px;
            bottom: 0;
            position: absolute;
        }

.about-content {
    margin: 0px;
    padding: 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.about-h {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 35px;
    color: #104587;
    font-weight: 700;
}

.about-p {
    margin: 5px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2d2e2e;
}

.about-btn {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    height: auto;
}

    .about-btn a {
        margin: 10px 0;
        padding: 8px 30px;
        border: 2px solid #003769;
        background: #003769;
        color: #fff;
        display: inline-block;
        float: left;
        text-transform: uppercase;
    }

        .about-btn a:hover {
            background: none;
            color: #003769;
            border: 2px solid #003769;
            text-decoration: none;
        }

.wlcm-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-align: justify;
}


/*----------------hm jon sec---------------*/
.hm-join-wrap {
    background: rgba(0, 0, 0, 0) url(../images/join-bg.jpg) no-repeat left top;
    float: left;
    margin: 0px;
    padding: 71px 0 80px;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
    background-size: 100%;
}

    .hm-join-wrap:before {
        background: #003769;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

.hm-join-inner {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .hm-join-inner h3 {
        margin: 0px;
        padding: 0px;
        height: auto;
        width: 100%;
        float: left;
        font-size: 40px;
        color: #fff;
        font-weight: 500;
    }

        .hm-join-inner h3 span {
            display: block;
            font-size: 40px;
            color: #ffcb36;
            font-weight: 800;
        }

    .hm-join-inner a {
        display: inline-block;
        padding: 6px 30px;
        margin: 20px 0px 0px;
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        border: 2px solid #f9be4a;
        border-radius: 6px;
    }

        .hm-join-inner a:hover {
            border: 2px solid #f9be4a;
            background: #f9be4a;
            color: #000;
            text-decoration: none;
        }

/*----------------hm Our Team---------------*/
.team-sec {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.team-inner {
    margin: 10px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .team-inner:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 1;
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

.team-inner-img {
    position: relative;
    overflow: hidden;
    border-radius: 40px 0 0;
}

    .team-inner-img:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 1;
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

.team-inner-details {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

    .team-inner-details p {
        font-size: 18px;
        color: #fff;
    }

.team-inner .social-link {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
}

    .team-inner .social-link a {
        display: inline-block;
        padding: 0 7px;
        color: #003769;
        background: #ffcb36;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
    }

        .team-inner .social-link a:hover {
            text-decoration: none;
        }

.team-inner-content {
    margin: 0px;
    padding: 20px 5px;
    width: 100%;
    color: #003769;
    text-align: center;
    background: #ededed;
    border-radius: 0 0 40px 0;
}

    .team-inner-content h4 {
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        min-height: 31px;
        line-height: 24px;
    }

        .team-inner-content h4 span {
            margin-top: 4px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.4em;
        }

.team-inner:hover .team-inner-img:after {
    background: rgba(0,0,0, .8);
}

.team-inner:hover .team-inner-details {
    opacity: 1;
}

.team-inner:hover .team-inner-content {
    color: #003769;
    background: #ffcb36;
}

/*------------------News & Guides----------------------*/
.news-wrap {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: inline-block;
}

.news-image-main {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.news-image {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}

.news-bottom-list {
    height: 45px;
    width: 100%;
    margin: -10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #1455a6;
    position: relative;
}

.news-bottom-listpp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
    float: left;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    text-align: left;
}

.news-bottom-list:after {
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 21px solid #1455a6;
    border-bottom: 26px solid transparent;
    content: "";
    right: -13px;
    position: absolute;
    top: 0;
}

.news-bottom-list ul {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    text-align: left;
    padding: 0px;
}

    .news-bottom-list ul li {
        list-style: none;
        font-size: 13px;
        line-height: 25px;
        color: #fff;
        display: inline-block;
        float: left;
        width: 100%;
    }

        .news-bottom-list ul li i {
            color: #ffcb36;
            margin: 0 4px 0 0;
        }

        .news-bottom-list ul li:first-child {
            padding-left: 0px;
        }


.news-image-main:hover .news-image {
    transform: scale(1.2);
    -webkit-transition: all 0.5s;
    transition: all 0.5s ease-in-out;
    opacity: 0.8;
}

.news-bottom-h-sec {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.news-bottom-h {
    margin: 0px;
    padding: 0px;
    display: block;
    color: #003769;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}




/*---------------------Other pages-------------------------*/
.about-bottom {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.about-bottom-inner {
    margin: 0px;
    padding: 30px;
    height: auto;
    width: 100%;
    float: left;
}


.title-sec {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.title-sec-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.org-img {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.ac-container {
    width: 100%;
    margin: 0px;
    text-align: left;
    float: left;
}

    .ac-container label {
        padding: 5px 20px;
        position: relative;
        z-index: 20;
        display: block;
        height: 42px;
        margin: 0px;
        cursor: pointer;
        color: #777;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
        line-height: 33px;
        font-size: 16px;
        font-weight: normal;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
        background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
        background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
        background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
        background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
    }

        .ac-container label:hover {
            background: #fff;
        }

    .ac-container input:checked + label,
    .ac-container input:checked + label:hover {
        background: #c6e1ec;
        color: #3d7489;
        text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
    }

        .ac-container label:hover:after,
        .ac-container input:checked + label:hover:after {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            right: 13px;
            top: 7px;
            /*background: transparent url(../images/arrow_down.png) no-repeat center center;*/
        }

        .ac-container input:checked + label:hover:after {
            background-image: url(../images/arrow_up.png);
        }

    .ac-container input {
        display: none;
    }

    .ac-container article {
        background: rgba(255, 255, 255, 0.5);
        margin-top: -1px;
        overflow: hidden;
        height: 0px;
        position: relative;
        z-index: 10;
        -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    }

        .ac-container article p {
            font-style: normal;
            color: black;
            line-height: 30px;
            font-size: 14px;
            padding: 5px;
        }

    .ac-container input:checked ~ article {
        -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    }

        .ac-container input:checked ~ article.ac-small {
            height: auto;
        }

        .ac-container input:checked ~ article.ac-medium {
            height: auto;
        }

        .ac-container input:checked ~ article.ac-large {
            height: auto;
        }

.membership div {
    padding: 5px 0px 10px 25px;
    margin: 0px 0px 0px 22px;
    height: auto;
    width: 90%;
    float: left;
    list-style: none;
    font-size: 15px;
    text-transform: capitalize;
    text-align: left;
    color: Black;
    background: url('../images/join_now_benifits.png') no-repeat left 10px;
}

.chart {
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .chart span {
        padding: 5px 10px 5px 50px;
        margin: 0px;
        height: auto;
        width: 100%;
        float: left;
        list-style: none;
        background: url('../images/join_now_benifits.png');
        background-repeat: no-repeat;
        background-position: 21px 13px;
        font-size: 14px;
        text-transform: capitalize;
        text-align: left;
    }

/*---------------------Advisory council pages-------------------------*/
.p_star {
    width: 100%;
    height: auto;
    padding-left: 30px;
    float: left;
    background: url(../images/star.png) no-repeat;
    background-position: 0px 0px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.advoisory-box-wrap {
    margin: 0px;
    padding: 0px 50px;
    height: auto;
    width: 100%;
    float: left;
}

.advoisory-box {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .advoisory-box p {
        margin: 0px;
        padding: 13px 0px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
        background: #104587;
        color: #e5e5e5;
        transition: all 0.3s ease;
        transform: translateY(-10px);
    }

        .advoisory-box p:hover {
            background-color: #ffcb36;
            color: #777;
        }


.advoisory-main-wrap {
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #ccc;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .advoisory-main-wrap .content {
        padding-left: 15px;
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        float: left;
    }

        .advoisory-main-wrap .content h3 {
            color: #1455a6;
            margin-bottom: 2px;
            text-transform: uppercase;
            font-size: 23px;
            line-height: 34px;
            font-weight: 700;
        }

            .advoisory-main-wrap .content h3 span {
                color: #767373;
                text-transform: initial;
                font-size: 18px;
                line-height: 25px;
                font-weight: 600;
                margin: 5px 0px 10px 0px;
                padding: 0px 0px 0px 0px;
                float: left;
            }

        .advoisory-main-wrap .content p {
            text-align: justify;
            padding: 5px 15px 0px 0px;
            font-size: 14px;
            line-height: 25px;
            font-weight: 400;
            margin: 0px 0px 0px 0px;
            float: left;
            color: #777;
        }


.rightborder {
    border-right: 1px solid #ccc;
}

.leftborder {
    border-left: 1px solid #ccc;
}

.align_center {
    text-align: center !important;
}

.img-initial {
    display: initial !important;
}

.advismarg {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*---------------------Executive Committee page-------------------------*/
.ex-committee-wrap {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.ex-committee-box {
    margin: 8px 0px 8px 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ebebeb;
    height: 323px;
    background-image: url(https://www.transparenttextures.com/patterns/otis-redding.png);
}

    .ex-committee-box .inner {
        margin: 0px 0px 10px 0px;
        padding: 15px 5px;
        float: left;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

        .ex-committee-box .inner .icon {
            width: 161px;
            height: 163px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 5px solid rgba(0,0,0,.05);
            margin: 0px auto;
        }

            .ex-committee-box .inner .icon img {
                width: 150px;
                height: 150px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

        .ex-committee-box .inner .title {
            width: 100%;
            text-align: center;
            height: auto;
            border-bottom: none !important;
        }

            .ex-committee-box .inner .title h3 a {
                width: 100%;
                text-align: center;
                height: auto;
                float: left;
                color: #660033;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                padding: 10px 0px 0px 0px;
                text-transform: uppercase;
            }

            .ex-committee-box .inner .title h5 {
                font-weight: 600;
                color: #ffa500;
                text-transform: capitalize;
                font-size: 15px !important;
                line-height: 23px;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                float: left;
                text-align: center;
                width: 100%;
            }

                .ex-committee-box .inner .title h5 span {
                    color: #104587;
                    line-height: 22px;
                    margin: 5px 0px 0px 0px;
                    float: left;
                    width: 100%;
                    font-weight: 600;
                }
/*---------------------Services page-------------------------*/
.services-beagalll {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    height: auto;
    width: 100%;
    float: left;
    background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/debut-light.png);
    border: 1px solid #f1f1f1;
}

.services-bea {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.services-contact {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.gallery_page {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

/*---------------------benefits page-------------------------*/
.benifits-wrap {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.benifits-ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .benifits-ul li {
        margin: 0px;
        padding: 0px 0px 20px 24px;
        list-style-type: none;
        width: 100%;
        float: left;
        color: #777;
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        text-align: justify;
        position: relative;
    }

        .benifits-ul li:before {
            position: absolute;
            content: "\f138";
            font-family: FontAwesome;
            font-size: 16px;
            margin: 0px 0px 0px -27px;
            padding: 0px;
            top: 0px;
            color: #ffcb37;
            float: left;
        }

.benifits-img {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .benifits-img a {
        margin: 20px 0px 10px 0px;
        padding: 0px;
        height: auto;
        text-align: center;
        width: 100%;
    }

.cge-box {
    margin: 0px 0px 20px 0px;
    padding: 15px 15px 11px 15px;
    width: 100%;
    height: auto;
    float: left;
    min-height: 113px;
    background: #fff;
    text-align: center;
    border: 1px solid #efefef;
}

    .cge-box h2 {
        color: #333;
        margin: 0px auto;
        padding: 0px 15px;
        text-align: center;
        width: 95%;
        box-sizing: border-box;
        line-height: 30px;
        font-size: 17px;
        font-weight: bold;
        background: Orange;
    }

.cge-ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .cge-ul li {
        margin: 0px;
        padding: 0px 0px 7px 24px;
        list-style-type: none;
        width: 100%;
        float: left;
        color: #777;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        text-align: justify;
        position: relative;
    }

        .cge-ul li:before {
            position: absolute;
            content: "\f18e";
            font-family: FontAwesome;
            font-size: 16px;
            margin: 0px 0px 0px -25px;
            padding: 0px;
            top: 0px;
            color: #ffcb4c;
            float: left;
        }

.cge-h {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 28px;
    color: #104587;
    font-weight: 700;
}

.event-ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .event-ul li {
        margin: 0px;
        padding: 0px 0px 5px 34px;
        list-style-type: none;
        width: 100%;
        float: left;
        color: #2f4c65;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        text-align: left;
    }

        .event-ul li i {
            color: #2d2e2e;
        }

.venue-box {
    margin: 20px 0px 20px 0px;
    padding: 10px 5px;
    width: 100%;
    height: auto;
    float: left;
    min-height: 113px;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    background: rgba(23, 20, 17, 0.04);
    box-shadow: 2px 2px 20px #fbd875;
}

    .venue-box h2 {
        color: #333;
        margin: 0px auto;
        padding: 0px 15px;
        text-align: center;
        width: 95%;
        box-sizing: border-box;
        line-height: 30px;
        font-size: 17px;
        font-weight: bold;
        background: Orange;
    }

.it-meet-img {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.it-meet-txt {
    width: 100%;
    height: auto;
    -webkit-border-radius: 21px 0px 20px 0px;
    -moz-border-radius: 21px 0px 20px 0px;
    border-radius: 21px 0px 20px 0px;
    background: rgb(0, 55, 105);
    padding: 15px 15px 55px 15px;
    text-align: justify;
    float: left;
    margin: 20px 0px;
    color: #fff;
    font-size: 16px;
}
/*------------------------BEA Activities----------------------*/
.bea-activity {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.activity-h {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 5px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 24px;
    color: #356e9e;
    font-weight: 600;
}

.activity-ul {
    margin: 0px;
    padding: 0px 20px;
    height: auto;
    width: 100%;
    float: left;
}

    .activity-ul li {
        margin: 0px;
        padding: 0px 0px 7px 5px;
        list-style-type: decimal;
        width: 100%;
        float: left;
        color: #2f4c65;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        text-align: left;
        /*position: relative;*/
    }

.why-bes-wrap {
    margin: 0px;
    padding: 0px 30px;
    height: auto;
    width: 100%;
    float: left;
}

.bank-summit-wrap {
    margin: 0px;
    padding: 0px 30px;
    height: auto;
    width: 100%;
    float: left;
}

.bank-summit-img {
    margin: 0px;
    padding: 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
}

/*---------------------Application form-----------------------*/

.form_container {
    margin: 0px;
    padding: 20px 15px;
    height: auto;
    width: 100%;
    float: left;
    background: #fff7e1;
    border: solid rgba(139, 138, 138, 0.22) 1px;
}

.txt_box {
    margin: 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.txt_box-name {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

sup {
    color: red;
}

.form-control1 {
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%;
    box-shadow: none;
}

.header_apply_h {
    font: italic 1em/2.5em 'trebuchet MS',Arial, Helvetica;
    color: #468CC8;
    font-size: 20px;
    text-align: left;
    margin: 30px 0 0px 0px;
    padding: 0px 0px 0px 20px;
    top: 0px;
    left: 0px;
    text-decoration: underline;
}

.join-img {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.membership {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .membership p {
        padding: 5px 0px 10px 25px;
        margin: 0px 0px 0px 22px;
        height: auto;
        width: 90%;
        float: left;
        list-style: none;
        font-size: 14px;
        text-transform: capitalize;
        text-align: left;
        color: Black;
        background: url(../images/join_now_benifits.png) no-repeat left 10px;
    }

.membership-join {
    margin: 20px 0px;
}
/*---------------------FAQ------------------------*/
.faq_main_ul {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    list-style-type: none;
    height: auto;
}

    .faq_main_ul li {
        margin: 0px 0px;
        padding: 0px;
        float: left;
        width: 100%;
        padding: 10px 0px;
        height: auto;
    }

        .faq_main_ul li a {
            float: left;
            text-decoration: none;
            color: #3749ff;
            padding: 4px 0px 3px 0px;
            font-size: 16px;
            text-align: justify;
        }

        .faq_main_ul li img {
            width: 10px;
            height: 10px;
            margin: 0px 0px 0px 0px;
            padding: 0px;
        }

.question {
    background: url('../images/q.png') no-repeat;
    background-position: left center;
    font-weight: bold;
}

.ans {
    background: url('../images/ans.png') no-repeat;
    background-position: left top 5px;
}

.gifbox {
    background: #fff;
    /*width: 300px;*/
    height: 140px;
    padding: 7px 10px 7px 10px;
    text-align: center;
    border: 1px solid rgba(11, 31, 42, 0.51);
    margin: 10px auto;
}

    .gifbox a {
        text-decoration: none;
    }

    .gifbox img {
        height: 65%;
    }


.h1 {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 25%;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
}


.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
/*---------------------Contact us-------------------------*/
.contact-wrap {
    background-position: center top;
    margin: 0px;
    padding: 140px 0 66px;
    width: 100%;
    height: auto;
    float: left;
    /*background: rgba(0, 0, 0, 0) url(../images/contact-bg.jpg) no-repeat fixed top center /;*/
    position: relative;
    background-image: url('../images/contact-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contact-wrap-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 55, 105, 0.7) none repeat scroll 0 0;
    float: left;
    position: absolute;
    top: 0;
}

.contact-inner {
    margin: 0px 0px 60px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    text-align: left;
}

    .contact-inner h3 {
        margin: 70px 0px;
        padding: 10px 15px;
        float: left;
        color: #ffcb36;
        font-size: 30px;
        text-transform: capitalize;
        text-align: left;
        background: #2d506e;
        display: inline-block;
        position: relative;
        font-weight: 700;
    }

        .contact-inner h3:before {
            position: absolute;
            content: "";
            background: #2d506e;
            height: 100%;
            left: -10000%;
            top: 0;
            width: 10000%;
        }

        .contact-inner h3:after {
            position: absolute;
            content: "";
            top: 0;
            width: 0;
            height: 0;
            right: -54px;
            border-right: 54px solid rgba(0, 0, 0, 0);
            border-top: 54px solid #2d506e;
        }

.contact-txt-warp {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    background: #f6f6f6;
}

.contact-txt-inner {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .contact-txt-inner ul {
        margin: 0px;
        padding: 0px;
        height: auto;
        width: 100%;
        float: left;
    }

        .contact-txt-inner ul li {
            margin: 0px;
            padding: 10px 0px;
            float: left;
            list-style-type: none;
            display: inline-block;
        }

            .contact-txt-inner ul li a {
                margin: 0px 3px;
                padding: 0px;
                float: left;
                color: #000;
                font-size: 16px;
                text-transform: none;
                text-decoration: none;
            }

.contact-wlcm {
    margin: 0px 0px 50px 0px;
    padding: 30px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.contact-form-sec {
    margin: 0px 0px 50px 0px;
    padding: 15px;
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.txtbox-wrap {
    margin: 0px;
    padding: 0px;
}

.form-control2 {
    border: 1px solid #cccccc;
    border-radius: 0;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
    box-shadow: none;
    color: #777;
    font-size: 15px;
}

.contact-btn-sec {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
}

.contact-btn {
    background: #104587 none repeat scroll 0 0;
    border: 2px solid #104587;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-align: center;
    width: 100%;
}

    .contact-btn:hover {
        background: none;
        border: 2px solid #003769;
        color: #003769;
    }

.contact-map {
    margin: 16px 0px 20px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    position: relative;
}

    .contact-map iframe {
        border: medium none;
        height: 750px;
        margin: 0 0 -6px;
        width: 100%;
    }


.contact-info-main {
    bottom: auto;
    float: left;
    position: absolute;
    top: 865px;
    width: 100%;
}

.contact-info {
    background: #ffcb37;
    border-radius: 10px;
    padding: 40px 50px;
    width: 100%;
}

    .contact-info .title {
        margin: 0;
        padding: 0px;
        width: 100%;
        text-align: center;
    }

        .contact-info .title h2 {
            margin: 0;
            padding: 0;
            color: #003769;
            font-size: 40px;
            font-weight: 700;
        }

        .contact-info .title .border {
            background: #003769;
            height: 1px;
            width: 150px;
            display: inline-block;
        }

        .contact-info .title h2:after {
            display: none;
        }

.contact-box-img {
    width: auto;
    text-align: center;
    margin-top: -6px;
}

.contact-box.border {
    margin-bottom: 22px;
    padding-bottom: 0px;
    position: relative;
}

.contact-box img {
    margin: 0 0 10px;
    padding: 0px;
}

.contact-box h3 {
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0px;
    font-size: 20px;
    color: #2d4966;
}

.contact-box a {
    color: #2d4966;
}

.contact-box p {
    line-height: 22px;
}

.contact-box-add {
    margin: 0px 0px 20px 0px;
}
/*************************top arrow*************************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    border: 2px solid #ffd813;
    z-index: 99999999;
    background: #0245f1;
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    line-height: 34px;
    right: 30px;
    bottom: 30px;
    padding-top: 0;
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background: #ffd813d1;
        border: 2px solid #0245f1;
        color: #0245f1;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1;
    }

    .scroll-top-wrapper i.fa {
        line-height: 0;
        padding: 0 1px 0 0;
        font-size: 17px;
        text-align: center;
    }

/*---------------------------Login------------------------------------*/
.login-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.login-link-ul {
    margin: 5px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
}

    .login-link-ul li {
        margin: 0px;
        padding: 0px 5px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .login-link-ul li a {
            margin: 0px;
            padding: 0px;
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: .5px;
        }

            .login-link-ul li a:hover {
                color: #ffcb36;
            }



/*---------------------------News Page Css----------------------------*/
.new-sec {
    margin: 5px 0px 0px 0px;
    padding: 0px 15px;
    width: 100%;
    height: auto;
    float: left;
}

.new-wraper {
    margin: 10px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    min-height: 320px;
    float: left;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 1px rgb(171 171 171 / 23%);
}

    .new-wraper:hover {
        box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
    }

.new-date {
    margin: 0px;
    padding: 8px 10px 8px 42px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #fff;
    background: #104587;
}

.new-heading {
    margin: 0px;
    padding: 10px 10px 7px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    line-height: 21px;
    color: #383838;
}

.calender-icon {
    color: #ffffff;
    background: #0f59b5;
    position: absolute;
    padding: 9px 11px;
    left: 0;
    top: 0;
}

.new-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #777;
    line-height: 23px;
    text-align: left;
    font-weight: 400;
}


/*-----------------------------------------------------------------*/
.sectors-sec {
    margin: 15px 0px 0px 0px;
    padding: 15px 15px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 5px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 0px;
    position: relative;
    background: #fff;
}

    .sectors-sec:after {
        bottom: -1px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
        box-shadow: 0 0 10px rgba(0,0,0,0.8);
        content: "";
        height: 20px;
        left: 5%;
        position: absolute;
        right: 5%;
        z-index: -1;
    }

.sectors-h {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 28px;
    line-height: 35px;
}

.sectors-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 24px;
}

.sectors-btn-sec {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.sectors-btn {
    position: relative;
    text-decoration: none !important;
    float: left;
    height: 20px;
    padding: 0 9px;
    margin-top: 1px;
    margin-left: 14px;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #0198ca;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

    .sectors-btn:before {
        top: 0;
        left: -9px;
        width: 0;
        height: 0;
        border-color: transparent #0198ca transparent transparent;
        border-style: solid;
        border-width: 10px 9px 10px 0;
        content: "";
        float: left;
        position: absolute;
    }

    .sectors-btn:after {
        top: 8px;
        left: 0;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #fff;
        content: "";
        float: left;
        position: absolute;
    }

    .sectors-btn:hover {
        color: #fff;
    }

.event-content-sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

    .event-content-sec:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        z-index: 100;
        width: 2px;
        margin-left: -1px;
        content: '';
        background-color: #ccd1d9;
    }

.event-content-tp-date-sec {
    position: relative;
    top: 30px;
    z-index: 200;
    width: 120px;
    padding: 3px 5px;
    margin: 0 auto 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #a4cc3b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.event-desc-sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.event-desc-circle {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 200;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background-color: #4fc1e9;
    border: 4px solid #f5f7fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.event-desc-contnt-wpr {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 12px !important;
    position: relative;
    width: 47%;
    padding: 10px 10px 0;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: left;
    padding: 10px 10px 20px 10px;
    margin: 31px 0px 0px 0px;
}

    .event-desc-contnt-wpr:before {
        position: absolute;
        top: 12px;
        width: 0;
        height: 0;
        content: '';
        border-style: solid;
        border-width: 6px;
        right: -12px;
        border-color: transparent transparent transparent #ccc;
    }

.event-desc-contnt-wpr-h {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 32px;
}

.event-desc-contnt-wpr-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 24px;
}

.event-desc-time-sec {
    position: absolute;
    top: 50px;
    left: 50%;
    display: inline-block;
    width: 164px;
    padding: 5px 20px;
    color: #202b40;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
}

.event-img {
    width: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
    border: 1px solid gray;
    border-radius: 4px;
}

.No {
    display: none;
}

.fix-social-ul {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    z-index: 999999;
    top: 28%;
}

    .fix-social-ul li {
        margin: 1px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        .fix-social-ul li a {
            padding: 0px 0px;
            margin: 5px 0px;
            font-size: 18px;
            color: #fff;
            width: 36px;
            float: right;
            height: 36px;
            background: #4d6fa9;
            border-radius: 0px;
            text-align: center;
            border: 1px solid rgb(255, 203, 54);
            line-height: 36px;
            border-radius: 2px 0px 0px 2px;
            box-shadow: 0 5px 10px 0 rgba(86, 86, 86, 0.2);
            transition: all 0.3s ease 0s;
        }



            .fix-social-ul li a:hover {
                opacity: 0.8;
                width: 48px;
            }

.highlight-wrap {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.update-soon {
    margin: 50px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 28px;
    text-align: center;
    color: #dd1a1a;
}


.idstry-ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .idstry-ul li {
        margin: 5px 5px;
        padding: 0px;
        border: 2px solid #fbe670;
        padding: 8px 15px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-align: center;
        display: inline;
        float: left;
    }


.goal-h {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 6px 0px;
    width: 100%;
    text-align: left;
    color: #003769;
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative;
    float: left;
}

.teem-btn-lnk {
    margin: 0px auto;
    padding: 5px 5px 0px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #edc957;
    background: #fbe670;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(169, 169, 169, 0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(173, 173, 173, 0.75);
    cursor: pointer;
}

.teem-btn-lnk-p {
    margin: 6px 0px 4px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #003769;
}

.teem-btn-lnk-bx {
    float: right;
}

.teem-pag-sec {
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: right;
}

.teem-sec {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    width: 100%;
    height: auto;
    float: right;
    border-bottom: 1px solid #e3d4ad;
}

.teem-h {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 7px 0px;
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    font-size: 27px;
    line-height: 30px;
}

    .teem-h:before {
        background: #ffcb36;
        bottom: 0;
        content: "";
        height: 3px;
        position: absolute;
        width: 30px;
    }

.teem-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: right;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    text-align: justify;
}

.us-quck-ul {
    margin: 95px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .us-quck-ul li {
        margin: 0px 0px;
        padding: 0px;
        list-style-type: none;
    }

        .us-quck-ul li a {
            margin: 5px 5px;
            padding: 0px;
            border: 2px solid #337cae;
            padding: 8px 15px;
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            text-align: center;
            display: inline;
            float: left;
            width: 100%;
            background: #fbe670;
        }

.us-click-here {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}


.blinking {
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #76e839;
    }

    50% {
        color: #00e0ff;
    }

    99% {
        color: #2706ff;
    }

    100% {
        color: #000;
    }
}


.chapter-map-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.chapter-map-wpr {
    margin: 0px;
    padding: 10px;
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 1px 4px 10px 0 rgba(56, 56, 56, 0.21);
}

.chapter-map-wpr-inr {
    margin: 0px;
    padding: 10px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #ddd;
}

.chapter-map-add-sec {
    margin: 0px;
    padding: 10px;
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    right: 50px;
    top: 70px;
    background: #ffffffeb;
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
}

.chapter-map-add-sec-inr {
    margin: 0px;
    padding: 10px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #ddd;
}

.chapter-map-add-p {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 24px;
    color: #171717;
}

    .chapter-map-add-p i {
        margin: 0px;
        padding: 0px 0px 5px 0px;
        font-size: 36px;
        width: 100%;
        color: #ff8300;
    }

    .chapter-map-add-p span {
        margin: 0px;
        padding: 0px 10px 4px 0px;
        font-weight: 600;
        width: 100%;
        float: left;
        font-size: 17px;
        letter-spacing: 1px;
        color: #ff1900;
    }

    .chapter-map-add-p a {
        font-size: 15px;
        line-height: 24px;
        color: #171717;
    }

/*****apply for cowork*******/

.slider1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}


.apply-crowing {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    top: 5px;
    left: 0px;
}

.onlinereg-main {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
}

.quadrat {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 2px 10px 2px 10px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 30px 30px 0px;
    float: left;
    font-weight: 400;
}

    .quadrat:hover {
        color: #fff;
    }

/**********kk*********/
.cowork-heading {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.comain-margin22 {
    height: auto;
    width: 100%;
    margin: 20px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.cowork-heading-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #003769;
    text-align: left;
}

.cowork-headinghead2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.cowork-headinghead2-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #777;
    text-align: justify;
}

.cowork-heimages {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.cowork-heimages33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.unlessmarg {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.unlessmarg-h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 20px;
    color: #003769;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.unlessmarg-pp {
    background: #ffcb36;
    bottom: 0px;
    height: 1px;
    width: 100px;
    margin: 0px auto;
    display: table;
}

.unlessmargpp {
    margin: 0px 0px 30px 0px;
    padding: 0px 15px 0px 15px;
    height: auto;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-align: justify;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: #ffcb36;
    }

    50%, 100% {
        background-color: #f00;
    }
}


.lblmesspage {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #f00;
    text-align: left;
}

/******************************captcha**********************/
.capchamargin-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
    float: left;
}

.protectedcap {
    user-select: none;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    padding: 9px 10px 6px 10px;
    border: 1px solid #bbbaba;
    color: #333;
    font-weight: 600;
    height: 41px;
    float: left;
    letter-spacing: 0.5px;
}

.protectedcap22 {
    user-select: none;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    padding: 9px 10px 6px 10px;
    border: 1px solid #bbbaba;
    color: #333;
    font-weight: 600;
    height: 41px;
    width: 110px;
    float: left;
    letter-spacing: 0.5px;
    margin: 0px 0px 0px 5px;
}

    .protectedcap22:focus {
        border-color: #ccc !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

.btnrefreshcaptcha {
    height: 41px;
    width: 41px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    line-height: 40px;
    text-align: center;
    background-color: #ffcb4c;
    border: 1px solid #ffcb4c;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .btnrefreshcaptcha:hover {
        background-color: #104587;
        border: 1px solid #104587;
    }

.contmessagGHe {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    color: #d63133;
    font-weight: 400;
}

.addbtnn {
    height: 40px;
    width: 65px;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    line-height: 23px;
    border-style: none;
    background-color: #104587;
    color: #fff;
    text-align: center;
    float: right;
}

.form-controlsss {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 60px 0 0 60px;
    color: #333;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 23px 0 23px 20px;
    text-align: left;
    width: 69%;
    height: auto;
    box-shadow: none;
}

.socal-ul-bes {
    position: absolute;
    right: 0px;
    top: -44px;
    width: 95px !important;
    line-height: 32px !important;
    /* background: #4d6fa9 !important; */
    border: 1px solid #2067a9 !important;
    padding: 1px 0px !important;
    border-right: 0px !important;
}

    .socal-ul-bes:hover {
        width: 98px !important;
    }



.besfix-social-ul {
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: -88px;
    z-index: 999999;
    top: 40%;
}

    .besfix-social-ul li {
        margin: 1px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        .besfix-social-ul li a {
            margin: 5px 0px;
            font-size: 15px;
            color: #000;
            float: left;
            font-weight: 700;
            width: 247px;
            letter-spacing: 1px;
            overflow: hidden;
            height: 78px;
            background: #ffcb36;
            text-align: center;
            border-radius: 2px 0px 0px 2px;
            box-shadow: 0 5px 10px 0 rgb(86 86 86 / 62%);
            transition: all 0.3s ease 0s;
            line-height: 24px !important;
            border: 1px solid #2067a9 !important;
            padding: 1px 0px !important;
            border-left: 0px !important;
            -webkit-transform: rotate( -90deg );
            -moz-transform: rotate(-90deg);
            /* transform: rotate(-90deg); */
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        }



            .besfix-social-ul li a:hover {
                opacity: 1;
            }

.besblink {
    -webkit-animation: besblink 1s step-end infinite;
    animation: besblink 1s step-end infinite;
    background: #000;
    border-radius: 10px;
    color: #fff;
    float: left;
    cursor: pointer;
}

    .besblink:hover {
        opacity: 1 !important;
        color: #fff;
    }

.besblink-col {
    float: right;
    width: 81px;
    margin: -69px 6px 0px 0px;
    text-align: center;
}

@-webkit-keyframes besblink {
    50% {
        color: #ffcb36;
    }
}

@keyframes besblink {
    50% {
        color: #fff;
        background: #f00;
    }
}

@media only screen and (max-width:800px) {
    .besfix-social-ul {
        left: -101px;
        width: 0%;
    }

        .besfix-social-ul li a {
            margin: 5px 0px;
            font-size: 13px;
            color: #000;
            float: left;
            font-weight: 700;
            width: 247px;
            letter-spacing: 1px;
            overflow: hidden;
            height: 47px;
            background: #ffcb36;
            text-align: center;
            line-height: 21px !important;
        }
}

.bes-btn-ul {
    margin: 7px 0px 6px 0px;
    padding: 0px 10px 0px 0px;
    width: 100%;
    float: left;
}

    .bes-btn-ul li {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }

        .bes-btn-ul li a {
            margin: 0px;
            padding: 10px 0px 10px 0px;
            width: 100%;
            float: left;
            background: #2067a9 !important;
            color: #fff;
            border-radius: 50px;
            font-size: 14px;
            text-align: center;
            font-weight: 600;
            transition: all 0.3s ease 0s;
        }

            .bes-btn-ul li a:hover {
                background: #fff !important;
                color: #2067a9;
            }

.regfor {
    font-size: 14px;
    font-weight: 600;
}

.bes22p {
    width: 100%;
    float: left;
    margin: 16px 0px 15px 0px;
    padding: 0px 10px 0px 0px;
    font-weight: 600;
    text-align: justify;
    font-size: 14px;
    color: #000;
    line-height: 23px;
}
/*======================Events 22======================*/
.evnts-22-timing-div {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.evnts-22-timing-lft-div {
    margin: 0px;
    padding: 0px 0px 11px;
    width: 33%;
    float: left;
    background: #efa506;
}

.evnts-22-timing-lft-h1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 68px;
    line-height: 83px;
}

.evnts-22-timing-lft-p {
    color: #000000;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.evnts-22-timing-lft-date-p {
    color: #000000;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
}

.evnts-22-timing-rght-div {
    margin: 0px;
    padding: 12px 0px 11px 0px;
    width: 67%;
    float: left;
    background: #554cb9;
}

.evnts-22-div-wpr {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.evnts-22-count-days-h {
    margin: 0px;
    padding: 35px 50px 38px;
    width: 100%;
    float: left;
    text-align: center;
}

    .evnts-22-count-days-h span {
        margin: 0px;
        padding: 0px;
        width: 25%;
        float: left;
        font-weight: 600;
        font-size: 60px;
    }

        .evnts-22-count-days-h span i {
            margin: 4px 0px 0px 0px;
            padding: 0px;
            float: left;
            width: 100%;
            font-style: inherit;
            font-size: 15px;
            letter-spacing: 0.5px;
            color: #f5f3f3;
            text-transform: uppercase;
            line-height: 40px;
        }

.evnts-22-vnue-dv {
    margin: 35px 0px 25px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.evnts-22-vnue-bx-wrp-ttlp {
    text-align: center;
    margin: 0px;
    padding: 0px 20px;
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #d59100;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.evnts-22-vnue-bx-wrp-ttlp2 {
    margin: 10px 0px 10px 0px;
    padding: 0px 20px;
    width: 100%;
    float: left;
    line-height: 29px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
    color: #000;
}

.evnts-22-vnue-bx-wrpss {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

    .evnts-22-vnue-bx-wrpss img {
        max-width: 500px;
        width: 100%;
    }

.evnts-22-vnue-bx-wrpss1 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

    .evnts-22-vnue-bx-wrpss1 img {
        max-width: 430px;
        width: 100%;
    }

.evnts-22-vnue-bx-wrp {
    margin: 25px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    text-align: center;
}

    .evnts-22-vnue-bx-wrp img {
        margin: 0px;
        padding: 0px;
    }

.evnts-22-vnue-bx-wrp-h {
    margin: 20px 0px 8px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 23px;
    font-weight: 600;
}

    .evnts-22-vnue-bx-wrp-h span {
        font-size: 18px;
        font-weight: 600;
        float: left;
        width: 100%;
        line-height: 26px;
        margin: 8px 0px 0px 0px;
    }

.evnts-22-vnue-bx-wrp-p {
    margin: 0px;
    padding: 0px 20px;
    width: 100%;
    float: left;
    line-height: 24px;
    font-size: 14px;
}

.schedule-section {
    margin: 0px;
    padding: 40px 0px;
    width: 100%;
    float: left;
    background: #f1f1f1;
}

.schedule-dv-inr {
    margin: 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
}

.schedule-big-title-h {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    float: left;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
}

.schedule-big-title-hs {
    margin: 0px;
    padding: 11px 0px 60px 0px;
    width: 100%;
    float: left;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
}

.schedule-big-title-p {
    margin: 0px;
    padding: 0px 0px 40px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

.schedule-dv-inrs {
    margin: 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    border: 1px solid #554cb9;
}

.schedule-day-sec {
    margin: 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
}

.schedule-contnt-sec {
    margin: 0px;
    padding: 5px 5px;
    width: 100%;
    float: left;
}

.schedule-contnt-bx-sec {
    margin: 3px 0px 3px 0px;
    padding: 15px 10px;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.schedule-contnt-bx-img-sec {
    margin: 3px 0px 0px 0px;
    padding: 0px 0px;
    width: 15%;
    float: left;
}

    .schedule-contnt-bx-img-sec img {
        width: 100%;
        border-radius: 50px;
        /*height: 74px;*/
    }

.schedule-contnt-bx-cont-sec {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    width: 85%;
    float: left;
}

.schedule-contnt-bx-time-p {
    margin: 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
}

.schedule-contnt-bx-name-p {
    margin: 0px;
    padding: 23px 0px 7px 10px;
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 600;
}

.schedule-contnt-bx-smll-p {
    margin: 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
}

.spkrs-dv-sec {
    margin: 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
}

.spkrs-dv-bx-sec {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
}

.spkrs-dv-bx-wpr {
    margin: 0px;
    padding: 15px 10px;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

    .spkrs-dv-bx-wpr img {
        width: 100%;
        border-radius: 100%;
    }

.spkrs-dv-bx-wpr-name {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    font-weight: 600;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
}

.spkrs-dv-bx-wpr-info-p {
    margin: 3px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}

    .spkrs-dv-bx-wpr-info-p span {
        width: 100%;
        float: left;
    }

.evnts-22-reg-now-ul {
    margin: 6px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

    .evnts-22-reg-now-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        list-style-type: none;
    }

        .evnts-22-reg-now-ul li a {
            margin: 3px 0px 0px 0px;
            padding: 2px 5px;
            background: #ddd;
            font-weight: 800;
            border-radius: 2px;
            color: #554cb9;
        }

.pdd-lft5 {
    padding-left: 5px;
}

.pdd-rght5 {
    padding-right: 5px;
}
/*==============================================*/
.eve-partner-sec {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.eve-partner-bx-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.eve-partner-bx-logo {
    margin: -3px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

    .eve-partner-bx-logo img {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
    }


.pddrghto {
    padding-right: 0px;
}

.pddlfto {
    padding-left: 0px;
}

.pddlftrghto1 {
    padding-right: 5px;
    padding-left: 8px;
}

.pddlftrghto2 {
    padding-right: 8px;
    padding-left: 6px;
}

.pddconst {
    padding: 70px 0px 33px 0px;
}


/********page hover*/
.Ppintimages {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.Ppintimages-left {
    margin: 0px 0px 0px 0px;
    padding: 4px;
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.Ppintimages a:hover::before {
    border: 0 solid rgba(255, 255, 255, 0.7);
}

.Ppintimages a::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.img-thumbnail {
    display: inline-block;
    max-width: 131px;
    height: 131px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/************/
.ulsoiconnn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-link-ul {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

    .top-link-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 0px 5px;
        list-style-type: none;
        display: inline-block;
    }

        .top-link-ul li a {
            height: 30px;
            width: 30px;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
            font-size: 14px;
            line-height: 29px;
            font-weight: 400;
            color: #979797;
            border: 1px solid #dfdfdf;
            text-align: center;
            border-radius: 50%;
            background: #fff;
            transition: all 0.3s ease;
            transform: translateY(-10px);
        }

            .top-link-ul li a:hover {
                background: #104587;
                color: #fff;
            }

/******events*******/
.latternewssi {
    height: 500px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.entboxxr {
    height: 105px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    float: left;
}

.entboxxrh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    color: #1455a6;
}

.entboxxra {
    height: auto;
    width: 100%;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    color: #333;
}

.evbox {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.evboxyy {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    box-shadow: rgb(187 187 187) 0px 20px 30px -10px;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .evboxyy:hover {
        box-shadow: rgb(0 0 0 / 45%) 0px -10px 30px -10px;
    }

.evbox img {
    width: 100%;
    height: 196px;
    transition: all 0.5s ease 0s;
}

.evbox:hover img {
    filter: brightness(1.15);
}

.evbox .evboxContent {
    width: 60%;
    height: 81%;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    left: 22%;
    border: 2px solid #fff;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(50%, 50%, 0px);
    transition: all 0.35s ease 0s;
}

.evbox:hover .evboxContent {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px #fff;
}

.evbox .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0px 10px 0px;
    opacity: 0;
    transform: translate3d(-150%, -400%, 0px);
    transition: all 0.35s ease 0s;
    padding: 0px 10px;
}

.evbox .post {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    background: #fff;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
    font-weight: 400;
}

    .evbox .post:hover {
        text-decoration: none;
        background: #a3def6;
    }

.evbox:hover .evboxContent,
.evbox:hover .title,
.evbox .post {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}


/***********/
/*a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}*/

.vertical-tab {
    background: #f7f7f7;
    display: table;
    box-shadow: 0 0 15px rgb(175 152 152 / 10%);
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .vertical-tab .nav-tabs {
        background-color: #efefef;
        display: table-cell;
        width: 25%;
        min-width: 25%;
        padding: 10px;
        border: none;
        vertical-align: top;
    }

        .vertical-tab .nav-tabs li {
            float: none;
        }

            .vertical-tab .nav-tabs li a {
                color: #104587;
                background: #fff;
                font-size: 16px;
                font-weight: 500;
                text-align: left;
                padding: 9px 10px 10px;
                margin: 0px 0px 0px 0px;
                overflow: hidden;
                position: relative;
                z-index: 1;
                transition: all 0.5s ease 0.1s;
                width: 100% !important;
                border-bottom: 1px solid #ededed !important;
                float: left;
            }

                .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: #ffcb4c;
                    border: none;
                    box-shadow: 0 0 10px -4px #ffdd8a;
                    width: 100%;
                }


.nav nav-tabs li.active {
    color: #fff;
    background: #ffcb4c;
    border: none;
    box-shadow: 0 0 10px -4px #ffdd8a;
    width: 100%;
}

.vertical-tab .nav-tabs li a:before {
    content: '';
    background-color: #104587;
    height: 100%;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
}

.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 {
    width: 100%;
    opacity: 0;
}

.vertical-tab .tab-content {
    color: #888;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 21px;
    padding: 15px 15px 10px 15px;
    display: table-cell;
}

.tabheadh3 {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    color: #104587;
}

.tabheadhp {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 27px;
    color: #333;
    font-weight: 400;
    text-align: justify;
}


/**********tab**********/
.fade.in {
    opacity: 1;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    background: #ffcb4c;
    width: 100%;
}

/***********contact info page********/

.teamimggg {
    height: 175px !important;
    width: 165px !important;
    margin: 0px auto !important;
}


.continfff-box {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contactinfoh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    color: #003769;
    text-align: center;
}

.continfff-add {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 25px;
    float: left;
    box-shadow: rgb(0 0 0 / 19%) 0px 25px 20px -20px;
    border: 1px solid #f3f3f3;
    min-height: 100%;
}

.continf-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #ffba10;
    text-align: left;
}

.continf-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #777;
    text-align: left;
}

.contlinee {
    background: #ffcb36;
    height: 4px !important;
    width: 40px !important;
    margin: 0 auto;
    text-align: center;
    display: flex;
    margin-bottom: 20px;
    border-radius: 20px;
}

.contaaa {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #104587;
    text-align: left;
}

.marcontnooo {
    height: auto;
    width: 100%;
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*******end*/
.mmhighh11 {
    height: auto;
    width: 100%;
    padding: 25px;
    margin: 0px 0px 30px 0px;
    float: left;
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/absurdity.png);
    border: 1px solid #f5f5f5;
}

.highh11 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    color: #104587;
    text-align: left;
}

.highh11pp {
    background: #ffcb36;
    height: 4px !important;
    width: 40px !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    float: left;
}

/***********about defa********/
.aboutsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 100px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutsecimgg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.abdefaulttt {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 40px;
    float: left;
}

.videoabout {
    height: 314px !important;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    float: left;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.pagehhh-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 26px;
    line-height: 25px;
    color: #104587;
    font-weight: 700;
}

.pagehhhlinee {
    background: #ffcb36;
    height: 4px !important;
    width: 25px !important;
    margin: 0 auto;
    padding: 0 !important;
    display: inline-block;
}

.evmarginn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.evmarginn-titleh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    text-align: center;
    color: #104587;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    border-bottom: 1px dashed #ddd0d0;
}


/****events********/
.evaabox {
    text-align: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    border: 1px solid #efefef;
}

.youtubeddd-aa {
    height: 45px;
    width: 70px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #ff0000;
    border: 2px solid #ff3e3e;
    font-size: 23px;
    line-height: 37px;
    font-weight: 600;
    text-align: center;
    border-radius: 22%;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .youtubeddd-aa:hover {
        background-color: #fff;
        border: 3px solid #ff0000;
        color: #ff0000;
    }

.evaabox:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.evaabox:before {
    content: "";
    background-image: linear-gradient(to top,rgb(34 132 255), rgb(255 189 27));
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.evaabox:hover:before {
    bottom: 0;
}

.evaabox img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}

.evaabox:hover img {
    opacity: 0.3;
}

.evaabox .evaabox-content {
    color: #fff;
    background: #104587;
    width: 100%;
    padding: 5px 20px 5px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.evaabox:hover .evaabox-content {
    color: #104587 !important;
    background: #fff !important;
}

.evaabox:hover.evaabox .title {
    color: #104587 !important;
}

.evaabox .title {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.evaabox .post {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
}

.evaabox .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-35%);
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.evaabox:hover .icon {
    opacity: 1;
}

.evaabox .icon li {
    margin: 0 3px;
    display: inline-block;
}

    .evaabox .icon li a {
        color: #FF0000;
        background: #fff;
        font-size: 18px;
        line-height: 35px;
        height: 35px;
        width: 35px;
        display: block;
        transition: all .5s ease 0s;
        border-radius: 50%;
    }

        .evaabox .icon li a:hover {
            color: #fff;
            background: #104587;
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }


@media only screen and (max-width:900px) {
    .evaabox {
        margin: 0 0 30px;
    }
}

/******text*/
.text-evenheadd {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.text-evenheaddh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 22px;
    line-height: 35px;
    color: #1b222d;
    font-weight: 700;
    position: relative;
}

    .text-evenheaddh1:before {
        background: #ffcb36;
        bottom: -5px;
        content: "";
        height: 3px;
        position: absolute;
        width: 30px;
    }

.textevenheaddpp {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #104587;
    text-align: left;
}

.textevenheaddpp-contp {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-align: justify;
}

.events-aaa {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #196dd5;
    text-align: left;
}

.eventma-mm {
    height: auto;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 20px;
    float: left;
    background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/debut-light.png);
    border: 1px solid #ebebeb;
    transition: all .3s ease;
    transform: translateY(0px);
}

    .eventma-mm:hover {
        background-color: #eaf2ff;
    }

/************/
.buttonsection-bes {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.ulcatttt {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/asfalt-dark.png);
    border: 1px solid #ededed;
}

    .ulcatttt li {
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }


        .ulcatttt li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 5px 10px 5px 10px;
            float: left;
            font-size: 14px;
            line-height: 23px;
            font-weight: 400;
            color: #fff;
            text-align: left;
            background: #104587;
            border-radius: 5px;
            transition: 0.8s;
        }

            .ulcatttt li a:hover {
                background-color: #ffcb4c;
                color: #104587;
            }
/***************/
.whysection {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*--------------------ul-----------------------*/
.bpage-wrap {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.pagewrap-ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .pagewrap-ul li {
        margin: 0px;
        padding: 0px 0px 0px 24px;
        list-style-type: none;
        width: 100%;
        float: left;
        color: #777;
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        text-align: justify;
        position: relative;
    }

        .pagewrap-ul li:before {
            position: absolute;
            content: "\f138";
            font-family: FontAwesome;
            font-size: 16px;
            margin: 0px 0px 0px -27px;
            padding: 0px;
            top: 0px;
            color: #ffcb37;
            float: left;
        }
/************/
/*.table-responsive {
    display: inline-table !important;
}*/

.applaybackgrr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    float: left;
    background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/debut-light.png);
    border: 1px solid #f1f1f1;
}

.loginaaa {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    color: #777;
}

.form_pagess {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    float: left;
    background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/debut-light.png);
    border: 1px solid #f1f1f1;
}

.header_applyheading {
    height: auto;
    width: 100%;
    margin: 0px 0 0px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #468CC8;
    text-align: center;
    text-decoration: underline;
}

.btn-finddd {
    height: auto;
    width: 120px;
    margin: 10px auto;
    padding: 4px 0px 4px 0px;
    color: #fff;
    background-color: #1455a6;
    border: 1px solid #1455a6;
    outline: none;
    display: block;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .btn-finddd:hover {
        color: #333;
        background-color: #fff;
        border: 1px solid #1455a6;
    }

.btn-finddd33 {
    height: auto;
    width: 85px;
    margin: 0px auto;
    padding: 6px 0px 6px 0px;
    color: #fff;
    background-color: #1455a6;
    border: 1px solid #1455a6;
    outline: none;
    display: block;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .btn-finddd33:hover {
        color: #333;
        background-color: #fff;
        border: 1px solid #1455a6;
    }

.other_page66 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    float: left;
    background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/debut-light.png);
    border: 1px solid #f1f1f1;
}


/*************ul sec*/
.paauline-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .paauline-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 5px 25px;
        list-style-type: none;
        display: block;
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: #777;
        position: relative;
        text-align: justify;
    }

        .paauline-ul li:before {
            font-family: FontAwesome;
            content: "\f14a";
            font-size: 15px;
            line-height: 27px;
            color: #fa3d43;
            font-weight: 400;
            left: 0px;
            top: 0px;
            position: absolute;
        }


.gallerydefault {
    height: auto;
    width: 100%;
    margin: 50px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.gallerydefault-inner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.gallerydefault-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 50px;
    color: #333;
    text-align: left;
    font-weight: 800;
    position: relative;
}

    .gallerydefault-h1:before {
        content: '';
        width: 50px;
        height: 4px;
        border-radius: 2px;
        position: absolute;
        bottom: -5px;
        left: 0;
        background-color: #326abf;
    }

.galdeimg {
    height: 175px !important;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.gallbackkk {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    height: auto;
    width: 100%;
    float: left;
    background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/debut-light.png);
    border: 1px solid #f1f1f1;
}

.btnimagessgg {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}

.thumbnail {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.ourgallvieeej {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 15px;
    line-height: 23px;
    color: #333;
    text-align: center;
    font-weight: 600 !important;
    display: block;
}

/**********hiring*****/
.hiringmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hiringmm-P {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    color: #333;
}

.hirgintext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hirgintext-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #333;
}

.hirgintext-h1 {
    height: auto;
    width: 100%;
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    color: #333;
}

.hirinimgg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hirinimggimgg {
    height: 160px !important;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.collopsbox {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    /*background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/debut-light.png);
    border: 1px solid #ebebeb;*/
    transition: all .3s ease;
    transform: translateY(0px);
    border-bottom: 1px solid #e1e1e1;
}

.hirgintext-pp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
    color: #777;
}
/******/
.skill-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .skill-ul li {
        height: auto;
        list-style-type: none;
        display: inline-block;
        padding: 0px 5px 0px 0px;
    }

        .skill-ul li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 3px 15px 3px 15px;
            float: left;
            font-size: 15px;
            line-height: 25px;
            font-weight: 400;
            color: #fff;
            text-align: center;
            background: #1455a6;
            border-radius: 10px;
            transition: all 0.3s ease;
            transform: translateY(0px);
        }

            .skill-ul li a:hover {
                background-color: #ffcb36;
                color: #333;
            }

.applyaa-aa {
    height: 39px;
    width: 131px;
    margin: 0px auto;
    padding: 0px 12px 0px 12px;
    background-color: #ff0000;
    border: 2px solid #ff3e3e;
    font-size: 13px;
    line-height: 33px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
    transform: translateY(0px);
    display: table;
    position: relative;
    bottom: -53px;
    border-radius: 30px;
    z-index: 9;
}

    .applyaa-aa:hover {
        background-color: #fff;
        border: 2px solid #ff3e3e;
        color: #777;
    }


.currenthead-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    float: left;
    border: 1px solid #f1f1f1;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.currenthiring-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 5px 15px 5px 15px;
    float: left;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    background: #1455a6;
}

.hheadinn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hheadinn-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #333;
    text-align: center;
    background-color: #ffcb4c;
}

.mmarqueetag {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #f00;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.mobshow {
    display: none;
}

.deskshow {
    display: inherit;
}

@media screen and (max-width:900px) {
    .mobshow {
        display: inherit;
    }

    .deskshow {
        display: none;
    }
}

.blogsimages {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    height: 200px !important;
}

.blogstitles {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blogsppp1-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 156px;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .blogsppp1-txt p {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
        color: #ffffff80;
    }

.forMob {
    display: block;
}

/********news_event*/
.newsheadinggg {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.newsupmarg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    float: left;
}

.newsupdatepost {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .newsupdatepost:hover {
        background-color: #1455a6;
    }

        .newsupdatepost:hover .newsheadingh1 {
            color: #f5f5f5;
        }

        .newsupdatepost:hover .newsheadingp {
            color: #f5f5f5;
        }

        .newsupdatepost:hover .readmoreaaa {
            color: #ffe9a9;
        }


.newsheadinggg-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.newsheadinpp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.news_event {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 50px 0px;
    float: left;
    background: #f9f9f9;
}

.nhtextt {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
}

.newsheadingh1 {
    height: 46px;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.newsheadingp {
    height: 70px;
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #777;
    text-align: center;
}

.readmoreaaa {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #1305cf;
    text-align: center;
    display: block;
}

.newsheadimgg {
    height: 190px !important;
    width: 100% !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/******details img news*/
.newsdetailmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.newsmainimg {
    height: auto;
    width: 50%;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}


.newsdetailmmdata {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.newsdetailmmdatah1 {
    height: auto;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.newsdetailmmdatap {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #777;
    text-align: justify;
}

.mainbtnnn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.newsletterkk {
    height: auto;
    margin: 0px auto;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    background-color: #1455a6;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .newsletterkk:hover {
        background-color: #ffcb36;
        color: #fff;
    }
/**********/

.newseventmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #fbfffc;
    border: 1px solid #c3ffda;
    border-radius: 10px;
}

.news-imagepage {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.newsheadimgg22 {
    height: auto !important;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-right: 1px solid #c3ffda;
}

.calenderrk {
    font-size: 13px;
}

.pagenewss {
    height: auto !important;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    float: left;
}

.calendericonp {
    color: #f00;
}

.dateee {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #ff3636;
    text-align: left;
    font-style: italic;
}

.pagenewssh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.pagenewsspp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #777;
    text-align: justify;
}
