﻿@charset "utf-8";
/* CSS Document */
/* @import '../css/scrollbar-style.css'; */
@import '../css/custom.css';
/* @import '../css/accordion-menu.css'; */
/* @import '../css/accordion1-10.css'; */
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* @import url("https://use.typekit.net/adk8fuz.css"); */

@font-face {
    font-family: 'wowslider-controls';
    src: url('../fonts/wowslider-controls.eot');
    src: url('../fonts/wowslider-controls.eot#iefix') format('embedded-opentype'), url('../fonts/wowslider-controls.woff') format('woff'), url('../fonts/wowslider-controls.ttf') format('truetype'), url('../fonts/wowslider-controls.svg#wowslider-controls') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    /*url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), */
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Net-proxima_nova_reg-webfont;
    src: url(../../webfonts/Net-proxima_nova_reg-webfont.ttf);
  } 
 

body {
    display: block;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    font-size: 15px;
    color: #333;
    /* font-family: Net-proxima_nova_reg-webfont; */
    font-family: "Open Sans", sans-serif;
}

.center{
    text-align: center;
}

a, a:hover, a:focus {
    text-decoration: none;
}

p {
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
}

.table td, .table th {
    padding: .35rem;
}

.clear {
    clear: both;
}

.order-list li {
    margin-bottom: 5px;
}

.f14 {
    font-size: 14px;
}
/* button.accordion-button.collapsed::before {
    transform: rotate(0deg);
}

/* button.accordion-button::after {
    transform: rotate(180deg);
    transition: 0.5s;
} */
/* .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
} */
.accordion-item {
    background: #fff;
    border: 1px solid rgb(0 0 0 / 15%) !important;
}
.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.border-right {
    border-right: 1px solid #007bff !important
}
/*-----------------------Style of border-radius-------------------*/
.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

/*-----------------------Style of background-------------------*/
.text-white {
    color: #fff;
}

.text-info {
    color: #0051a6 !important;
}

.text-primary {
    color: #00448b !important;
    position: relative;
    top: 10px;
}

.text-vs {
    color: #238ffe;
    /*font-size: 50px;*/
}
/*-----------------------Style of background-------------------*/
.bg-white {
    background: #fff;
}

.bg-dark {
    background: #343a40 !important;
}

.bg-light {
    background-color: #ececec !important;
}

.bg-orange {
    background-color: #d2ecf7;
    color: #000;
}
/*-----------------------Style of btn-------------------*/
.btn-warning {
    color: #fff;
    background-color: #ff5d2a;
    border-color: #f0ad4e;
}
/*-----------------------box-shadow-------------------*/
.box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow:0px 0px 3px 2px #d1d1d196 !important;
}
.br-10{
    border-radius: 10px !important;
}
.accordion-button:focus {
    box-shadow: none;
}
/*-----------------------Zoom image effects-------------------*/
.zoom-img {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

    .zoom-img img {
        width: 100%;
    }

    .zoom-img img {
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .zoom-img:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

/*-----------------------style of sec-title-------------------*/
.sec-title {
    text-align: center;
    padding-bottom: 2.5rem;
}

.sec-title h2 {
    color: #000;
    font-size: 1.9rem;
    font-weight: 600;
}
    .sec-title.SP h2 {
        font-weight: 700;
    }
    .sec-title.SP h3 {
        line-height: 1.5;
        font-size: 1.3rem;
        text-align: justify;
        color: #000;
    }

        .sec-title h2 span {
            position: relative;
            color: #59aacd;
        }

            .sec-title h2 span::before {
                position: absolute;
                width: 44px;
                height: 1px;
                top: 18px;
                content: "";
                left: -50px;
            }

    .sec-title p {
        margin-top: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        max-width: 550px;
    }

/*===========================================================================
					start Top Header
=============================================================================*/
.top-header {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #ff5e2b;
    position: relative;
}

.top-link-left {
    float: left;
    margin: 0;
    padding: 0;
    list-style: outside none;
}

    .top-link-left > li {
        float: left;
        margin: 0;
        padding: 0;
        display: inline;
    }

        .top-link-left > li:last-child {
            border-right: 1px solid #ddd;
        }

        .top-link-left > li > a {
            float: left;
            color: #fff;
            padding: 5px 15px;
            border-left: 1px solid #ddd;
        }

    .top-link-left li:hover .top-drop-list {
        display: block;
    }

.themes-blk {
    background: #000;
    color: #000;
    padding: 2px;
    border: 2px solid #ffc107;
}

    .themes-blk:hover {
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.7)
    }

.themes-wh {
    background: #fff;
    color: #fff;
    padding: 2px;
    border: 2px solid #0088d7;
}

    .themes-wh:hover {
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.7)
    }

.top-link-right {
    float: left;
    margin: 0;
    padding: 0;
    list-style: outside none;
}

    .top-link-right > li {
        float: left;
        margin: 0;
        padding: 0;
        display: inline;
        position: relative;
    }

        .top-link-right > li:last-child {
            border-right: 1px solid #ddd;
        }

        .top-link-right > li > a {
            float: left;
            color: #fff;
            padding: 5px 15px;
            border-left: 1px solid #ddd;
        }

.top-drop-list {
    display: none;
    position: absolute;
    top: 30px;
    list-style: none;
    background: #003d8d;
    z-index: 1;
    margin: 1px;
    padding: 0;
}

    .top-drop-list li {
        display: block;
    }

        .top-drop-list li a {
            color: #fff;
            text-align: center;
            display: block;
            padding: 6px 13px;
            font-size: 16px;
        }

            .top-drop-list li a:hover {
                background: #ff5e2b;
            }

.top-link-right li:hover .top-drop-list {
    display: block;
}

.site-search-form {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 10;
    height: 40px;
    border-bottom: 5px solid #d8d4d4;
}

    .site-search-form span {
        float: left;
        width: 85%;
        padding: 0 0 0 80px;
        margin: 0;
        height: 35px;
        background: url(../images/search-icon.png) no-repeat 50px 7px;
        background-size: 20px;
    }

.nav-search {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    line-height: 34px;
    font-size: 17px;
    overflow: hidden;
    outline: none;
}

    .nav-search:focus, .nav-search:after {
        border: none;
    }

.search-submit {
    color: #7b7b7b;
    outline: 0;
    border-left: 1px solid #7b7b7b;
    text-decoration: none;
    word-wrap: break-word;
    font-size: 14px;
    padding: 5px 20px;
    margin: 2px 0;
    background-color: #fff;
    float: right;
    max-width: 16%;
    overflow: hidden;
}

/*===========================================================================
					start Header
=============================================================================*/
header {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    position: relative;
}



.left-logo {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 150px;
}

.right-logo {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 150px;
}

.projecttitle {
    display: block;
    margin: 0;
    padding: 15px 0;
}

.hindi-title {
    margin: 0;
    color: #0600ff;
    font-size: 26px;
    font-weight: 500;
    font-family: inherit;
    text-shadow: 2px 2px 3px #969090;
    text-align: center;
}

.english-title {
    margin: 0;
    color: #d67002;
    font-size: 26px;
    font-weight: 600;
    font-family: inherit;
    text-shadow: 2px 3px 3px #bba7a7;
    text-align: center;
}


/*===========================================================================
					navigation menu
=============================================================================*/
.navigation {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background: linear-gradient(to bottom,#0051a6 50%,#00448b 50%);
    position: relative;
}

.nav-container {
    margin: 0 auto;
    max-width: 1170px;
}

.main-memu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: outside none;
}

    .main-memu > li {
        float: left;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .main-memu > li > a {
            float: left;
            margin: 0;
            padding: 10px 20px;
            color: #fff;
        }

        .main-memu > li:first-child a {
            padding: 0;
            font-size: 27px;
        }

.drop-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    background: #f5f5f5;
    padding: 30px 0;
    width: 100%;
    z-index: 16;
    border-bottom: 50px solid #0051a6;
}

.drop-heading {
    margin: 0;
    padding: 0;
    display: block;
}

.drop-content {
    margin: 0;
    padding: 20px 0 0 0;
    display: block;
}

    .drop-heading h2, .drop-content p {
        color: #333;
    }

.drop-btn {
    margin: 0;
    padding: 30px 0 0 0;
    display: block;
}

.drop-list {
    float: left;
    margin: 0;
    padding: 0;
    list-style: outside none;
    width: 100%;
}

    .drop-list li {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .drop-list li a {
            float: left;
            color: #333;
            padding: 5px 0;
            margin: 0;
        }

            .drop-list li a:hover {
                color: #0051a6;
            }

.drop-download {
    margin: 0;
    padding: 0;
}

    .drop-download a {
        color: #333;
        vertical-align: top;
    }

        .drop-download a:hover {
            color: #ff5e2b;
        }

.main-memu > li:hover .drop-menu {
    display: block;
}



.bg-menu {
    /*background:linear-gradient(to bottom,#0088d7 50%,#037ec5 50%);
	background:-webkit-linear-gradient(to bottom,#0088d7 50%,#037ec5 50%);
	background:-moz-linear-gradient(to bottom,#0088d7 50%,#037ec5 50%);*/
    background: #0088d7;
}

nav.navbar {
    clear: both;
    padding: 0.5rem 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }

/*===========================================================================
					wapper-slider Section
=============================================================================*/
.wapper-slider {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}
/*===========================================================================
					Footer Section
=============================================================================*/
.footer {
    float: left;
    margin: 0;
    padding: 50px 0;
    width: 100%;
    /*background:#5f5f5f;*/
    background: #005f9c;
}

.quick-links h4 {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.1rem;
}

    .quick-links h4::after {
        display: block;
        height: 3px;
        font-weight: bold;
        background-color: #03a9f5;
        content: " ";
        width: 50px;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

.quick-links ul {
    padding-left: 5px;
    line-height: 20px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .quick-links ul li a {
        padding-left: 0px;
        padding-bottom: .5rem;
        color: #fff;
        text-decoration: none;
        display: block;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        font-size: 12px;
    }

        .quick-links ul li a:before {
            content: "\f101";
            font-family: "FontAwesome";
            font-size: 16px;
            padding-right: 1rem;
            color: #fff;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .quick-links ul li a:hover {
            color: #ccc;
        }

.copyright {
    float: left;
    width: 100%;
    margin: 0;
    padding: 1em 0;
    /*background:#404040;*/
    background: #002944;
}

    .copyright p {
        margin: 0;
        color: #fff;
        font-size: 12px;
    }

    .copyright .list-inline {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .copyright .list-inline li {
            margin: 0;
            padding: 0;
            display: inline;
        }

            .copyright .list-inline li a {
                float: left;
                color: #fff;
                font-size: 12px;
                padding: 0 15px 0 0;
            }

.follow-us h6 {
    color: #fff;
}

.follow-us ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .follow-us ul li {
        display: inline;
    }

        /* .follow-us ul li a {
            float: left;
            margin: 0 15px 0 0;
            padding: 0;
            background-color: #fff;
            color: #089df5;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
        } */

            /* .follow-us ul li a:hover {
                background-color: #003d8d;
                color: #fff;
            } */


/*==============================Hone page Slider ===========================*/
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    background-color: #0000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 25px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    /* background-color: #000; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 25px;
}
/*==============================Home page wapper-contaier ===========================*/
.wapper-contaier {
    float: none;
    width: 100%;
    padding: 20px 0;
    min-height: 520px;
    margin-bottom: 50px;
    margin-top: 0%;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.accordion-item:last-of-type {
    overflow: hidden;
}
.annualItem img{
    height: 355px;
}
.pb-2{
    padding-bottom:2rem !important;
}

.pt-2{
    padding-top: 2rem !important;
}

.CenterLine{
    background: #74a8bd;
    display: none !important;
}
.CenterLine {
    width: 270px;
    height: 3px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.CenterLine:before{
    content: "";
    position: absolute;
    left: -7px;
    background: #74a8bd;
    width: 4px;
    height: 3px;
}

.CenterLine::after{
    content: "";
    position: absolute;
    left: auto;
    background: #74a8bd;
    width: 4px;
    height: 3px;
    right: -7px;
}

.news-desc {
    padding: 5px 15px;
    border-bottom: 1px dotted #555;
    margin: 10px;
}

.main_footer nav.navbar {
    clear: both;
    padding: 0 0;
}

.whats_new {
    float: left;

    padding: 0;
    width: 100%;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    position: relative;
    background: #fff;
}

    .whats_new:hover {
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.7)
    }

.whatsnew_header {
    float: left;
    margin: 0;
    padding: 5px 15px;
    width: 100%;
    background-color: #ececec;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    font-size: 18px;
    color: #089df5;
    font-family: 'Roboto', sans-serif;
}

.whatsnew_body {
    float: left;
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
}


.whatsnew_bootom {
    background: url(../images/bootom-bg-white.png) repeat-x scroll 0 -1px;
    bottom: -8px;
    height: 8px;
    position: absolute;
    right: 0px;
    width: 100%;
}

.whatsnew_link {
    float: right;
    margin: 0;
    padding: 4px 0;
    color: #003d8d;
    font-size: 13px;
    font-weight: 300;
}

.whats-date {
    /*float: left;
    margin: 0;
    padding: 10px 10px 5px 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;*/
    color: #053087;
    font-size: 13px;
}

.whats-list-heading {
    /*float: left;
    margin: 0;
    padding: 5px 10px 5px 20px;*/
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}

.whats-list {
    float: left;
    margin: 0;
    padding: 0 10px 0 50px;
    list-style: outside none;
}

    .whats-list li {
        float: left;
        width: 100%;
        position: relative;
    }

        .whats-list li a {
            float: left;
            width: 100%;
            padding: 5px 0;
            border-bottom: 1px solid #ddd;
            font-size: 13px;
            line-height: 16px;
            color: #003d8c;
        }

            .whats-list li a:before {
                font-family: 'FontAwesome';
                content: "\f105";
                position: absolute;
                left: -25px;
            }

.notice-wedget {
    float: left;
    padding: 8px 8px 5px 8px;
    width: 100%;
    position: relative;
}

.notice-wedget-event-bg {
    background: url(../images/upcomin-event.png) no-repeat scroll right center;
}

.notice-wedget h3 {
    float: left;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    font-size: 18px;
    color: #089df5;
}

/*.public-notice {
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
}

.notice-bg-blue {
    float: left;
    width: 100%;
    background: #003d8d;
    border-bottom: 3px solid #ff5e2b;
}

.notice-blue {
    float: left;
    width: 100%;
    background: #003d8d;
}

.notice-bg-red {
    float: left;
    width: 100%;
    background: #ff5e2b;
    border-bottom: 3px solid #003d8d;
}

.notice-box {
    float: left;
    width: 100%;
}

.notice-img {
    float: left;
    width: 40%;
}

.notice-box img {
    width: 100%;
    min-height: 88px;
}

.notice-content {
    float: left;
    width: 60%;
    padding: 10px;
}

    .notice-content h6 {
        margin: 0 0 10px 0;
        padding: 0;
        color: #fff;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

    .notice-content p {
        margin: 0;
        padding: 0;
        color: #d6d6d6;
        height: 40px;
        overflow: hidden;
    }
	
.notice-head {
    float: left;
    width: 60%;
}

	.notice-head h3 {
        margin: 0;
        padding: 0;
		color:white;
        height: 40px;
        overflow: hidden;
    }
	
.notice-content2 {
    float: right;
    width: 60%;
}

	.notice-content2 h6 {
        margin-top: 0px;
        padding-top: 20px;
		padding-left:250px;
		color:white;
        height: 40px;
        overflow: hidden;
    }

.notice-list {
    margin: 0;
    padding: 0;
    display: flex;
}

    .notice-list ul {
        float: left;
        margin: 0;
        padding: 0 10px 0 25px;
        list-style: outside none;
    }

        .notice-list ul li {
            float: left;
            width: 100%;
            position: relative;
        }

            .notice-list ul li a {
                float: left;
                width: 100%;
                padding: 5px 0;
                font-size: 15px;
                line-height: 16px;
                color: #003d8c;
            }

                .notice-list ul li a:before {
                    font-family: 'FontAwesome';
                    content: "\f105";
                    position: absolute;
                    left: -25px;
                }
/*==============================Hone page wapper-map ===========================*/
.wapper-map {
    float: left;
    margin: 0;
    padding: 50px 0;
    width: 100%;
    background: linear-gradient(rgba(0, 115, 146, 0.93), rgba(0, 72, 125, 0.93)), url(../images/bg-map.png) no-repeat scroll center center;
    background: -webkit-linear-gradient(rgba(0, 115, 146, 0.93), rgba(0, 72, 125, 0.93)), url(../images/bg-map.png) no-repeat scroll center center;
    background: -moz-linear-gradient(rgba(0, 115, 146, 0.93), rgba(0, 72, 125, 0.93)), url(../images/bg-map.png) no-repeat scroll center center;
    background-size: cover;
}

/*============================== Path section ===========================*/
.wapper-path {
    float: none;
    margin-top: 8.4%;
    padding: 0;
    width: 100%;
    position: relative;
    background: #e0e0e0;
    overflow: visible;
}

.path-link {
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .path-link ul {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .path-link ul li {
            float: left;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

            .path-link ul li a {
                color: #626878;
                font-weight: 300;
            }

                .path-link ul li a:after {
                    content: "/";
                    padding-left: 10px;
                    padding-right: 10px;
                }

            .path-link ul li span {
                font-weight: 300;
                color: #39a5d3;
            }

/*======================  wapper mid home page  ========================*/
.wapper-box-link {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #ffdab2;
    position: relative;
    /*height: 500px;*/
    clear: both;
}

.wapper-box-link-regulation {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #ebfbff;
    position: relative;
    /*height: 500px;*/
    clear: both;
}
/*============================About us====================================*/
.pdficon {
    background: url(../images/pdficon.gif);
    background-repeat: no-repeat;
    /*display: block;    */
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.ppticon {
    background: url(../images/ppt_icon.png);
    background-repeat: no-repeat;
    /*display: block;    */
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.teamsicon {
    background: url(../images/teamsicon.gif);
    background-repeat: no-repeat;
    /*display: block;    */
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.wordicon {
    background: url(../images/mswordicon.gif);
    background-repeat: no-repeat;
    /*display: block;*/
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.mapicon {
    background: url(../images/map_icon.png);
    background-repeat: no-repeat;
    /*display: block;    */
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.texticon {
    background: url(../images/note-text.png);
    background-repeat: no-repeat;
    /*display: block;*/
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.xlsicon {
    background: url(../images/xls-121.png);
    background-repeat: no-repeat;
    /*display: block;*/
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}
.raricon {
    background: url(../images/rar_icon.png);
    background-repeat: no-repeat;
    /*display: block;*/
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.commenticon {
    background: url(../images/comment_24.png);
    background-repeat: no-repeat;
    /*display: block;*/
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.bidicon {
    background: url(../images/bid-icon-32.png);
    background-repeat: no-repeat;
    /*display: block;*/
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.infoicon {
    background: url(../images/icon_info.png);
    background-repeat: no-repeat;
    /*display: block;*/
    /*height: 30px;*/
    padding: 2px 5px 2px 30px;
    text-decoration: none;
}

.disclaimer-content {
    margin: 10px;
    padding: 10px;
    clear: both;
    border: 1px solid #ccc;
}

.download-gazette {
    /*margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;*/
    margin: 5px 0px 5px 0px;
    padding: 20px 0px 5px 0px;
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    text-align: center;
    color: #4a6db4;
    background: #f1f0f0;
}

    .download-gazette ul {
        list-style: none;
        text-align: left;
        padding: 0;
    }

        .download-gazette ul li {
            /* float: left; */
            cursor: pointer;
            margin-left: 10px;
            margin-right: 18px;
            /*width: 50%;*/
            line-height: 15px;
            height: 35px;
            text-align: center;
        }
.consolidated-file {
    float: right;
    color: #4a6db4;
}
.consolidated-file ul {
    list-style: none;
    text-align: left;
    padding: 0;
}
.consolidated-file ul li {
    float: left;
    display:inline-block;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 15px;
    height: 30px;
}

.download-consolidated {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
/*.download-consolidated ul li{
	float: left;	
	cursor: pointer;
	margin-left: 25px;
	margin-right: 30px; 

}*/

.Related-Links {
    /*margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;*/
    /*margin: 5px 0px 5px 0px;*/
    padding: 20px 0px 5px 0px;
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    text-align: center;
    color: #4a6db4;
    background: #f1f0f0;
}

    .Related-Links ul {
        list-style: none;
        text-align: left;
        padding: 0;
    }

        .Related-Links ul li {
            float: left;
            cursor: pointer;
            margin-left: 10px;
            margin-right: 18px;
            /*width: 50%;*/
            line-height: 15px;
            height: 35px;
        }

.close_1 {
    float: right;
    padding: 0px 5px;
    cursor: pointer;
}

.close-border {
    border: 1px solid #ccc;
    margin: 0px 10px 0px 0px;
}

.close_div {
    float: right;
    padding: 0px 5px;
    cursor: pointer;
}

.book-mark {
    background: url(../images/the-act-2.png) no-repeat scroll center center;
    height: 555px;
    position: relative;
    padding: 20px 0 20px 0;
}

.content-list-left {
    margin: 20px 0 0 250px;
    padding: 0;
    /*display: flex;*/
    float: left;
    width: 380px;
    height: 400px;
}

.content-list {
    margin: 20px 0 0 55px;
    padding: 0;
    display: flex;
    float: left;
    width: 540px;
    /*line-height: 35px;*/
}

    .content-list ul {
        float: left;
        margin: 0;
        padding: 0 10px 0 20px;
        list-style: outside none;
        font-weight: bold;
    }

        .content-list ul li {
            float: left;
            width: 100%;
            /*padding: 5px 0;*/
            position: relative;
            color: #6b6b6b;
        }

            .content-list ul li a {
                float: left;
                width: 100%;
                /*padding: 4px 0;*/
                position: relative;
                color: #534035;
            }

                .content-list ul li a:hover {
                    color: #000;
                }

            .content-list ul li:before {
                /*padding: 22px 0;*/
                font-family: 'FontAwesome';
                content: "\f101";
                position: absolute;
                left: -15px;
                color: #000;
            }
            .content-list-ps p:before {
                padding: 0px 0px;
                font-family: 'FontAwesome';
                content: "\f101";
                position: relative;
                left: -10px;
                color: #000;
            }

.chapter-txt {
    color: #d43404;
}

.bull-point {
    color: #d43404;
}

blockquote {
    margin: 0px 20px 0px 25px;
}

.fieldset-style {
    border: 1px solid #f1f0f0;
    margin-bottom: 10px;
}

legend {
    padding: 7px 0 0 10px;
    background: #f1f0f0;
}

.note {
    font-size: 15px;
    color: #a3a3a3;
    padding: 5px;
}
/*==========*/
.pdf_container-map {
    /* border: 1px solid #333; */
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    /* background: #fff; */
    overflow: auto;
}

.object-pdf {
    display: none;
}

.tab_drawer_heading-map {
    display: none;
}

/*============================Public Notice====================================*/
.faq-sec .sec-title {
    text-align: left;
    margin-bottom: 30px;
    margin: 0
}

.notice-body p {
    font-size: 13px;
    text-align: justify;
}

.notice-body a {
    font-size: 14px;
}

.notice-date {
    font-size: 14px;
}

.faq-sec .card-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600px;
}

.faq-sec .card-body {
    padding: 10px 0px 10px 0px;
    color: #333;
    background: #f9f9f9;
    /*width: 98%*/
}

.card-body td {
    font-size: 14px;
}

.card span {
    font-size: 12px;
    font-weight: bold;
}

.faq-img {
    display: inline-block;
    width: 100%;
}

    .faq-img img {
        width: 100%;
    }

.faq-sec .card-header {
    margin-bottom: 0px;
    padding: 10px 20px;
    background: #d2ecf7;
    border-radius: 0;
}

.faq-sec .card {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.0);
    margin-bottom: 15px;
}

.faq-sec .card-header a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
}

.faq-sec .card-title {
    margin: 0;
}

    .faq-sec .card-title a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f106";
        color: #000;
    }

    .faq-sec .card-title a.collapsed:before {
        float: right !important;
        content: "\f107";
        color: #000;
    }

    .faq-sec .card-title > a:hover,
    .faq-sec .card-title > a:active,
    .faq-sec .card-title > a:focus {
        text-decoration: none;
        color: #000;
    }

.faq-single {
    margin-bottom: 20px;
}

    .faq-single .icon {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        background: #fab909;
        text-align: center;
        line-height: 60px;
        color: #011e40;
    }

    .faq-single .media-body h2 {
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }


/*============================Authorization====================================*/
/* -------------------------------------
2 Global Sections - 2.22 Filter Sidebar
---------------------------------------- */
.filter-sidebar {
    padding-left: 5px;
}

    .filter-sidebar h4 {
        font-size: 18px;
        margin-bottom: 17px;
        color: #111111;
    }

    .filter-sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .filter-sidebar ul li {
            padding-bottom: 5px;
            color: #0051a6;
            font-size: 14px;
        }

            .filter-sidebar ul li a {
                color: #0051a6;
                font-size: 14px;
            }

                .filter-sidebar ul li a i {
                    font-size: 12px;
                }

                .filter-sidebar ul li a:hover {
                    color: #111111;
                }

            .filter-sidebar ul li span {
                color: #777777;
                font-size: 12px;
            }

            .filter-sidebar ul li:last-child {
                padding-bottom: 0px;
            }

            .filter-sidebar ul li label {
                margin-bottom: 0px;
            }

            .filter-sidebar ul li .check {
                position: relative;
                width: 12px;
                height: 12px;
                background-clip: border-box;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                margin: 0px 3px 0 0;
                -webkit-transition: background-color 0.25s;
                -o-transition: background-color 0.25s;
                transition: background-color 0.25s;
                background-color: #fff;
                border: 1px solid #0051a6;
            }

                .filter-sidebar ul li .check:checked:after {
                    content: '';
                    display: block;
                    height: 5px;
                    width: 6px;
                    border: 0 solid #333;
                    border-width: 0 0 2px 2px;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    position: absolute;
                    top: 2px;
                    left: 2px;
                }

                .filter-sidebar ul li .check:disabled {
                    opacity: 0.65;
                }

                .filter-sidebar ul li .check:focus {
                    outline: none;
                }

                .filter-sidebar ul li .check:checked {
                    background-color: #fff;
                    border-color: #0051a6;
                }

                    .filter-sidebar ul li .check:checked:after {
                        border-color: #0051a6;
                    }

            .filter-sidebar ul li .check-info {
                background-color: #fff;
                border: 1px solid #0051a6;
            }

                .filter-sidebar ul li .check-info:checked {
                    background-color: #0051a6;
                    border-color: #0051a6;
                }

                    .filter-sidebar ul li .check-info:checked:after {
                        border-color: #fff;
                    }

            .filter-sidebar ul li:hover label {
                cursor: pointer;
            }

    .filter-sidebar .filter-status {
        -webkit-box-shadow: 1px 1px 9px -2px #ccc;
        box-shadow: 1px 1px 9px -2px #ccc;
        padding: 20px 24px 20px 24px;
        margin-bottom: 31px;
    }

/*============================ start style of Photo Gallery ====================================*/
.effect-phoebe {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin: 0;
    background: #0088d7;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

    .effect-phoebe img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.img-radius {
    border-radius: 50%;
}

.effect-img figcaption {
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .effect-img figcaption::before, .effect-img figcaption::after {
        pointer-events: none;
    }

.figcaption, .figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-img figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.effect-img:hover img {
    opacity: 0.1;
}

.effect-img:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.effect-img p a {
    color: #ffffff;
    font-size: 30px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

    .effect-img p a:first-child {
        -webkit-transform: translate3d(0px, -100px, 0);
        transform: translate3d(0px, -100px, 0);
    }

    .effect-img p a:nth-child(2) {
        -webkit-transform: translate3d(0px, -100px, 0);
        transform: translate3d(0px, -100px, 0);
    }

.effect-img:hover p a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-img p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 112px;
    height: 56px;
    text-align: center;
}

    .effect-img p i {
        font-size: 20px;
        line-height: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
        border: 1px solid #ffffff;
        width: 50px;
        height: 50px;
        margin: 2px;
        text-align: center;
        color: #ffffff;
        background: transparent;
        border-radius: 50px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .effect-img p i:hover {
            color: #b3cc66;
            border: 1px solid #ffffff;
            background: #ffffff;
        }

.figuar-title {
    margin: 0;
    padding: 5px;
    color: #fff;
    font-size: 13.5px;
}

/* ----------------------------------------------------------------------
	2. nivo-lightbox
---------------------------------------------------------------------- */
/*
 * Nivo Lightbox v1.2.0
 */

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nivo-lightbox-overlay.nivo-lightbox-open {
        visibility: visible;
        opacity: 1;
    }

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.nivo-lightbox-nav {
    display: none;
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.nivo-lightbox-image {
    text-align: center;
}

    .nivo-lightbox-image img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        vertical-align: middle;
    }

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-inline, .nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

    .nivo-lightbox-error p {
        display: table-cell;
        vertical-align: middle;
    }
/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
    /*
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
*/
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 */

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0,0,0,0.6);
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url("../images/assets/loading.gif") no-repeat 50% 50%;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}

    .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
        opacity: 1;
        background-color: rgba(0,0,0,0.5);
    }

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url("../images/left.png");
    border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url("../images/next.png");
    border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url("../images/close.png") no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}

    .nivo-lightbox-theme-default .nivo-lightbox-close:hover {
        opacity: 1;
    }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url("../images/assets/loading@2x.gif");
        background-size: 32px 32px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url("../images/assets/prev@2x.png");
        background-size: 48px 48px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url("../images/assets/next@2x.png");
        background-size: 48px 48px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url("../images/assets/close@2x.png");
        background-size: 16px 16px;
    }
}

/*============================ End style of Photo Gallery ====================================*/

#owl-demo .item, #owl-demo1 .item {
    background: #ddd;
    padding: 20px;
    margin: 10px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    float: left;
}
#owl-demo .thumb .item, #owl-demo1 .thumb .item {
    background: #fff;
    padding: 15px;
    margin: 25px 5px 10px 15px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: justify;
    float: left;
    height: 310px;
    box-shadow: 0px 0px 5px 1px #213555;
}

.customNavigation {
    text-align: center;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }


/*============================ start style of Media ====================================*/
.tweets-wapper {
    float: left;
    width: 100%;
    padding: 0;
}

    .tweets-wapper h4 {
        float: left;
        width: 100%;
        margin: 0;
        position: relative;
        top: -5px;
    }

.tweets-box {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #003d8d;
    min-height: 335px;
}

.press-release {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

    .press-release li {
        float: left;
        width: 100%;
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .press-release li .date {
            float: left;
            width: 70px;
            height: 85px;
            border: #e5e5e5 solid 1px;
            background: #00448b;
            border-radius: 2px;
            text-align: center;
        }

            .press-release li .date .month {
                font-size: 10px;
                line-height: 28px;
                letter-spacing: 0.055em;
                color: #fff;
                display: block;
                margin-top: 3px;
                text-transform: uppercase;
            }

            .press-release li .date .year {
                font-size: 15px;
                line-height: 28px;
                letter-spacing: 0.055em;
                color: #fff;
                display: block;
                /*margin-top: 3px;*/
                text-transform: uppercase;
            }

            .press-release li .date .day {
                font-size: 25px;
                line-height: 28px;
                letter-spacing: 0.055em;
                color: #faee1e;
                display: block;
                margin-top: -4px;
            }

        .press-release li .event-right {
            text-align: left;
            width: calc(100% - 89px);
            float: right;
        }

            .press-release li .event-right .News_title {
                font-size: 15px;
                line-height: 26px;
                letter-spacing: 0.035em;
                color: #0088d7;
                margin-top: 1px;
                margin-bottom: 0;
                /* text-transform: capitalize; */
            }

                .press-release li .event-right .News_title a {
                    color: #333;
                }

                    .press-release li .event-right .News_title a::before {
                        content: "\00BB";
                        padding: 0 5px 0 10px;
                        color: #dc1616;
                    }

            .press-release li .event-right .desc {
                font-size: 12px;
                line-height: 18px;
                letter-spacing: 0.035em;
            }
/*============================ End style of Media ====================================*/


/*============================ Start style of Quick Menu updated by pankaj ====================================*/

.qcbtn {
    background-color: #d2ecf7;
    color: black;
    padding: 4px 20px 4px 20px;
    font-size: 14px;
    border: 1px solid #fff;
  
}

.ddown {
    position: relative;
    display: inline-block;
    float: right;
}

.ddown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /*min-width: 200px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .ddown-content a {
        color: black;
        padding: 6px 14px;
        text-decoration: none;
        display: block;
    }

        .ddown-content a:hover {
            background-color: #ddd;
        }

.ddown:hover .ddown-content {
    display: block;
}

.ddown:hover .qcbtn {
    background-color: #afafaf;
}

/*============*/
.ddown-comment {
    /*position: relative;*/
    display: inline-block;
    float: left;
    min-width: 200px;
}

    .ddown-comment:hover .ddown-content {
        display: block;
    }

    .ddown-comment:hover .qcbtn {
        background-color: #afafaf;
    }

/*============================ End style of Quick Menu ====================================*/



.modal-content-bg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 775px;
    height: 560px;
    pointer-events: auto;
    /*background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);*/
    border-radius: .3rem;
    outline: 0;
    background-image: url("../images/Sign-In-bg.png");
    background-repeat: no-repeat;
}

.btn-login-blue {
    background: #238ffe;
}

.login-header {
    color: #fff;
    text-align: center;
}

.login-left-side {
    /*width: 400px;*/
    float: left;
    margin: 0px;
    padding: 2px;
    clear: both;
    text-align: center;
}

.login-right-side {
    /*width: 400px;*/
    float: right;
    margin: 0;
    padding: 2px;
}
/*===========popup model login*================//**/
.main-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.2;
}

.wrap {
    width: 700px;
    height: 500px;
    background: #fff;
    margin: 20px auto;
    padding: 10px;
}

.pngrb_logo {
    position: relative;
    left: 42%;
    top: 10px;
}

.close-button {
    float: right;
    cursor: pointer;
}

.login {
    margin: 20px auto;
    width: 380px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    top: 25%;
    left: 38%;
    position: absolute;
}

.login-screen {
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px
}

.app-title {
    text-align: center;
    color: #e44c65;
}

.login-form {
    text-align: center;
}

.control-group {
    margin-bottom: 10px;
}

/*input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}
*/
/*.btn {
  border: 2px solid transparent;
  background: #238ffe;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}*/

.btn {
    border: 2px solid transparent;
    background: #238ffe;
    color: #ffffff;
    font-size: 16px;
    /* line-height: 25px; */
    /* padding: 10px 10px; */
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    /* width: 250px; */
    margin: 0 auto;
}

    /* .btn:hover {
        background-color: #e44c65;
    } */

.login-link {
    font-size: 12px;
    color: #444;
    display: block;
    margin-top: 12px;
}
/*==============popup login end==============*/

/*========blink================*/
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    color: #f00;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

/*=================*/

/* Exra css padding in lg md & sm */
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-80 {
    padding-right: 80px;
}
/* Exra css margin in lg md & sm */
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-80 {
    margin-right: 80px;
}
/*====================*/

/*========for scroll=============*/

.testheight {
    height: 1200px;
    font-size: 20px;
    text-align: center;
    padding: 100px 20px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 2px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgb(255,255,255);
    /*padding:20px;*/
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #0088d7;
}

    .scroll:hover {
        background: rgba(178,178,178,1.0);
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .scroll:hover .fa {
            padding-top: -10px;
        }

    .scroll .fa {
        font-size: 40px;
        /*margin-top:-5px;
	margin-left:1px;*/
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }
/*==end ====*/

/* for Toggle show hide event*/
.hidden {
    display: none;
}

.unhidden {
    display: block;
}
/*=========*/

.career-list {
    padding-left: 0;
    line-height: 2.0em;
    margin: 0;
    width: 100%
}

.icon-arrow-list {
    list-style: none;
    margin-top: 10px;
}

.job-title {
    color: #0276af;
    font-size: 16px;
}

/*=== EOI CGD Network ============*/
.eoi-cgd-net {
    text-align: center;
}

select {
    border: 2px solid transparent;
    border-radius: 3px;
    /*font-size: 16px;*/
    font-weight: 200;
    padding: 3px;
    transition: border .5s;
    /*background: url(../images/arrow-D.png) no-repeat right center;*/
}

.eoi-cgd-details {
    display: block;
}

.table-va td, .table-va th {
    vertical-align: middle;
}

.witdh-full-100 {
    width: 100%;
}

/*  ===for button===========*/
.button {
    background-color: #f9b900;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 1px;
    cursor: pointer;
}

.button1 {
    border-radius: 2px;
}

.button2 {
    border-radius: 4px;
}

.button3 {
    border-radius: 8px;
}

.button4 {
    border-radius: 25px;
}

.button5 {
    border-radius: 50%;
}

/*===================*/

table#example {
    font-size: 0.8rem;
}

#example tbody tr {
    cursor: pointer;
}
table#PngCngPrice {
    font-size: 0.8rem;
}

#PngCngPrice tbody tr {
    cursor: pointer;
}

/*===================*/
#ticker {
    width: 98%;
    /*height: 330px;*/
    margin: 2px auto;
}

#ticker-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    #ticker-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        /*height: 800px;*/
        position: relative;
        transition: all 1500ms ease-in;
    }

    #ticker-wrapper li {
        display: block;
        /*height: 80px;*/
        width: 100%;
        margin-bottom: 0.3em;
        /*position: relative;*/
        padding: 5px 5px;
        float: left;
    }

        #ticker-wrapper li .right-desc {
            text-align: left;
            /*float: left;*/
        }

        #ticker-wrapper li .date {
            float: left;
            width: 50px;
            /*height: 85px;*/
            border: #e5e5e5 solid 1px;
            background: #00448b;
            border-radius: 2px;
            text-align: center;
            margin-right: 10px;
            padding: 9px 0px 12px 0px;
        }

            #ticker-wrapper li .date .month {
                font-size: 10px;
                line-height: 20px;
                letter-spacing: 0.055em;
                color: #fff;
                display: block;
                /*margin-top: 3px;*/
                text-transform: uppercase;
            }

            #ticker-wrapper li .date .day {
                font-size: 20px;
                line-height: 20px;
                letter-spacing: 0.055em;
                color: #faee1e;
                display: block;
                /*margin-top: -4px;*/
            }

            #ticker-wrapper li .date .year {
                font-size: 20px;
                line-height: 28px;
                letter-spacing: 0.055em;
                color: #fff;
                display: block;
                margin-top: 3px;
                text-transform: uppercase;
            }

        #ticker-wrapper li:nth-child(even) {
            background: #f5f5f5;
        }

        #ticker-wrapper li figure {
            width: 80px;
            height: 80px;
            float: left;
            margin: 0;
            padding: 0;
        }

            #ticker-wrapper li figure img {
                display: block;
                width: 100%;
                height: 100%;
            }

        #ticker-wrapper li h3 {
            /*float: right;*/
            margin: 0;
            /*padding-top: 2em;*/
            padding-right: 0.5em;
            font-size: 1em;
        }


/*video gallery*/

#videogaleria {
    width: 460px;
    text-align: center;
    height: 280px;
    background: #000;
    margin: 0 auto;
    box-shadow: 0px 0px 13px #666;
    -moz-box-shadow: 0px 0px 13px #666;
    -webkit-box-shadow: 0px 0px 13px #666;
    -o-box-shadow: 0px 0px 13px #666;
    -ms-box-shadow: 0px 0px 13px #666;
}


/*for sitemap*/


.sitemap-Content {
    margin: 20px 0;
}

.content-Block {
    border-bottom: solid 1px #c9c9c9;
    padding: 20px 10px 20px 20px;
}

    .content-Block h3 {
        font-size: 22px;
        font-style: normal;
        line-height: 32px;
        margin-bottom: 0;
    }

        .content-Block h3 a {
            text-decoration: none;
            color: #0088d7;
            font-size: inherit;
            line-height: inherit;
        }

.line_h {
    display: block;
    background: #ff5e2b;
    height: 3px;
    width: 100%;
    transition: width ease-out .3s;
    max-width: 100px;
    margin-bottom: 30px;
}

.content-Block ul {
    padding-top: 10px;
}

    .content-Block ul li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 24%;
    }

        .content-Block ul li:last-child {
            margin-right: 0;
        }

        .content-Block ul li a {
            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
            color: #2a2a2a;
        }

            .content-Block ul li a:before {
                font-family: 'FontAwesome';
                /*content: "\f0da";*/
                content: "\f101";
                margin-right: 2px;
                color: #ff5e2b;
            }

            .content-Block ul li a:hover {
                text-decoration: none;
                color: #2f97da;
            }

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f5f5f5;
    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;
}

    .thumbnail .caption {
        top: 30%;
        left: 20%;
        position: absolute;
        padding: 9px;
        color: #2860a6;
        font-weight: 900;
        width: 172px;
        height: 68px;
    }

.circle {
    top: -177%;
    left: -27%;
    height: 366px;
    width: 265px;
    margin: 0 auto;
    border: 6px solid #b8bbbf;
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    /*border-radius: 110px;*/
    /*float: left;*/
    /*position: relative;*/
    position: absolute;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 0px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 20px;
    color: #0855bd;
    opacity: 0.4;
}

    .circle a {
        background-size: 100% 100%;
        color: #0855bd;
        cursor: pointer;
    }

        .circle a:hover {
            background-size: 100% 100%;
            color: #0855bd;
        }

.circle-active {
    background: #0855bd;
}

.circle:hover {
    background-size: 100% 100%;
    color: #91bffd;
    cursor: pointer;
}

#search {
}

/*for faqs page*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #272727;
    background-color: #ededed;
    font-weight: bold;
}

.nav-pills .nav-link {
    border-radius: 0.0;
    width: 100%;
    /*background-color: #f7f7f7;*/
    padding: 20px 20px;
    border: 1px solid #ddd;
}

/*======================= CGD-Bid =====================*/
/*vertical slider*/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0,-100%, 0);
    transform: translate3d(0,-100%, 0);
}

.btn-control-prev {
    width: 32px;
    margin: 0px 20px 0px 0px;
    position: relative;
    float: right;
    top: -30px;
}
.geo-hgt .btn-control-prev {
    width: 32px;
    margin: 0px 20px 0px 0px;
    position: relative;
    float: right;
    top: 185px;
}

.fa-chevron-circle-left {
    /*background: #000;*/
    font-size: 30px;
    color: #000;
}

.fa-chevron-circle-right {
    font-size: 30px;
    color: #000;
}

.fa-chevron-circle-up {
    /*background: #000;*/
    font-size: 30px;
    color: #000;
}

.fa-chevron-circle-down {
    font-size: 30px;
    color: #000;
}

/*.wapper-slider-bid*/
.wapper-slider-bid {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #ebebeb;
    margin-bottom:20px;
}
.wapper-press-release {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #f3f3f3;
    position: relative;
    clear: both;
}
.ga-section {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #ebebeb;
    position: relative;
    clear: both;
}

.bg-1 {
    background: #fff;
}

.carousel-inner-vertical {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner-vertical img {
        /*width: 45%;*/
        float: left;
        height: 100%;
    }


.text-bid {
    margin: 10px 0 0px 0;
    min-height: 58px;
    color: #000;
    display: inline-block;
}

.latest-corri {
    padding: 8px 0px 0px 10px;
    color: #eee;
}


.Advisor {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 200px;
    color: #fb4d16;
}

section article {
    padding-top: 0px;
    padding-bottom: 10px;
}

.content-wrap-section {
    padding: 40px 0;
    position: relative;
    clear: both;
    background: #ccc;
}

.wapper-network-didding {
    width: 100%;
    padding-bottom: 25px;
}

    .wapper-network-didding ul {
        margin: 0;
    }

        .wapper-network-didding ul li {
            float: left;
            cursor: pointer;
            width: 33.33333333%;
            /*width: 100%;*/
            height: 90px;
            line-height: 18px;
            padding: 0;
            border: 1px solid #eee;
            border-left: none;
            margin-bottom: -1px;
            color: #333;
        }

            .wapper-network-didding ul li a {
                color: #333;
                display: table-cell;
                vertical-align: middle;
                height: 90px;
                padding-left: 15px;
            }

                .wapper-network-didding ul li a:hover {
                    color: #fff;
                    display: table-cell;
                    vertical-align: middle;
                    height: 90px;
                    padding-left: 15px;
                }

            .wapper-network-didding ul li:hover {
                background: #0083e7;
                color: #fff;
            }

            .wapper-network-didding ul li a:before {
                font-family: FontAwesome;
                pointer-events: none;
                /*height: 34px;*/
                content: "\f1c1";
                font-size: 20px;
                /*margin-top: 6px;*/
                float: left;
                margin-right: 14px;
                color: #f00;
            }



            .wapper-network-didding ul li a span {
                color: #9e9e9e;
                /*display: block;*/
            }

            .wapper-network-didding ul li a:hover span {
                color: #fff;
                /*display: block;*/
            }

    .wapper-network-didding .heading_title {
        padding: 20px;
        line-height: 34px;
        font-size: 24px;
        color: #666;
        text-align: center;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.tender-section {
    float: left;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    background: #bebebe;
}

.bg-grey-b {
    background-color: #bddce9 !important;
}

.title-head-cgd {
    text-align: center;
    color: #005c82;
}
.title-head-cgd h1 {
    font-size: 50px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-style: initial;
    margin-top: 10px;
}

.carousel-caption-text {
    position: absolute;
    right: 17%;
    bottom: 20px;
    /* left: 15%; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 100px;
    color: #fff;
    text-align: center;
}

.bid-box {
    background-color: #fff;
    margin-bottom:20px;
}

.bd-head {
    background: #575757;
    color: #fff;
    font-size: 15px;
    padding: 5px 0 1px 5px;
}
.bid-content.geo-hgt {
    min-height: 215px !important;
    max-height: 215px !important;
}
.col-md-12.imp-hgt .bid-content {
    min-height: 498px;
    max-height: 498px;
    overflow: hidden;
}

.bid-content {
    margin: 0;
    padding: 10px;
    position: relative;
    display: block;
    width: 100%;
    color: #003367;
    min-height: 215px;
}

.tender-docs {
    padding: 40px 0;
    position: relative;
    clear: both;
    background: #f3f3f3;
}
.amendment-docs {
    padding: 40px 0;
    position: relative;
    clear: both;
    background: #bebebe;
}

.tender-bd-head h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    /* font-family: "Roboto", sans-serif; */
    font-weight: bold;
    position: relative;
    margin: 0px 0 30px;
}

    .tender-bd-head h2:after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 3px;
        background: #00aaee;
        left: 0;
        right: 0;
        bottom: -10px;
    }
/* for trophy carousel slider*/

.trophy {
    background: #f3f3f3;
}
.trophy-dark {
    background: #ebebeb;
}

.fa-trophy {
    font-size: 120px;
    color: #fbc942;
}

.wapper-network-didding h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    /*font-family: "Roboto", sans-serif;*/
    font-weight: bold;
    position: relative;
    margin: 0px 0 30px;
}

    .wapper-network-didding h2::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 3px;
        background: #00aaee;
        left: 0;
        right: 0;
        bottom: -10px;
    }

.trophy h2, .trophy-dark h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    /*font-family: "Roboto", sans-serif;*/
    font-weight: bold;
    position: relative;
    margin: 30px 0 60px;
}

    .trophy h2::after, .trophy-dark h2::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 3px;
        background: #00aaee;
        left: 0;
        right: 0;
        bottom: -10px;
    }

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel-trophy {
    margin: 50px auto;
    padding: 0 70px;
}

    .carousel-trophy .item {
        color: #333;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 290px;
    }

        .carousel-trophy .item .img-box {
            width: 135px;
            height: 135px;
            margin: 0 auto;
            padding: 5px;
            border: 2px solid #d69c00;
            border-radius: 50%;
        }

    .carousel-trophy .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

    .carousel-trophy .testimonial {
        padding: 30px 0 10px;
        text-align: center;
    }

    .carousel-trophy .overview {
        font-style: italic;
        text-align: center;
    }

        .carousel-trophy .overview b {
            text-transform: uppercase;
            color: #7AA641;
        }

    .carousel-trophy .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        top: 50%;
        background: none;
    }

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px !important;
    height: 14px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #999 !important;
    background-clip: padding-box;
    border: 0;
    border-radius: 50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators [data-bs-target].active {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px !important;
    height: 14px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0;
    border-radius: 50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-trophy .carousel-indicators {
    bottom: -20px;
}


.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

    .carousel-indicators li.active {
        background: #555;
        box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
    }


a:focus, a:hover {
    text-decoration: none;
}

.bg_white {
    background: #fff;
}

.bottom-btn {
    /*margin-bottom: 0px;*/
}

.bg-alter {
    background: #dbf0f9;
}

.bg-alter {
    background: #fff;
}

.dyicon:before {
    font-family: FontAwesome;
    pointer-events: none;
    /*height: 34px;*/
    content: "\f1c1";
    font-size: 30px;
    /*margin-top: 6px;*/
    color: #f00;
    text-align: center;
}

/*==============*/


/*============================= Start table setion counter ===========================*/
#CGD-Network-Bid, #ng-pipeline-bid {
    counter-reset: section;
}

#CGD-Network-Bid>tbody>tr>td:first-child::before, #ng-pipeline-bid>tbody>tr>td:first-child::before {
  counter-increment: section;
  content: counter(section);
}

.list_Title {
    counter-reset: section;
    list-style:outside none;
    margin:0;
    padding:0;

}
.list_Title li{
    display:block;
}
.list_Title li::before{
    counter-increment: section;
    content: counter(section)". ";
}

/* #main_footer{
    position: fixed;
    bottom: 0;
} */


.faq-sec .card {
    box-shadow: 0 1px 1px rgb(22 19 19 / 35%);
    
}

.rti-table table{
	border: 1px solid #cbcbcb;
}

.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}
.rti-table table thead tr th{
	padding: 10px;
	border: 2px solid #fff;
}

.rti-table table tbody tr td{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
    font-family: sans-serif;
}

.faq-sec .accordion-item .accordion-header .accordion-button{
	color: #000;
    font-weight: 600;
}
#accordion2 .panel-title-acrchive a {
    display: block;
    padding: 6px 15px 12px 50px;
    background: #fff;
    /* border: 1px solid #c3c3c3; */
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #676767;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
    text-align: left;
}
.btn-primary:focus {
    border-color: #ffffff !important;
  
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #fff;
}
.accordion{
    margin: 10px;
}

.notice-img img{
    width: 100%;
    height: 160px !important;
    border-radius: 8px;
}

.notice-box{
    position: relative;
    border: 0.5px solid #b3b3b3;
    border-radius: 8px;
    overflow: hidden;
}

.notice-content{box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
    padding: 5px 10px 22px;
    position: absolute;
    bottom: -46px;
    background: #d2ecf7;
    width: 100%;
}

.pt-5 {
    padding-top: 2rem!important;
}

.text-right{
    text-align: right;
}

.title {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title a{
    color: #000 !important;
}

.readmore {
    height: 20px;
    opacity: 0;
    transition: .4s;
}

.public-notice:hover   .readmore {
    height: 60px;
    opacity: 1;
}

.public-notice{
    overflow: hidden;
}

.mediaPage .notice-content{
    transition: .5s ease-in-out;
    bottom:-22px;
}


	.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
    height: 100%;
}
ul.tabs{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	 ul.tabs li{
		background: none;
		color: #222;
		display: inline-block;
		padding: 10px 15px;
		cursor: pointer;
		transition: 0.3s ease all;
     width: 100%;
	}
	ul.tabs li.current{
		color: #222;
		transition: 0.3s ease all;
	}
	ul.tabs li.current span{
		color: #1AA8E2;
		transition: 0.3s ease all;
	}
	.tab-content{
		display: none;
		padding: 15px;
		transition: 0.3s ease all;
	}
	.tab-content.current{
		display: inherit;
		transition: 0.3s ease all;
	}


	/*------ease effect------*/
	.nav-justified > li { 
		float: none; 
	}
	.nav-justified > li span { 
		width: 100%; 
	}
	.customize_solution .nav-justified > li {
    	float: none;
	}
	.customize_solution span.ease-effect { 
		text-decoration: none; 
		-webkit-transition: 0.3s all ease; 
		transition: 0.3s ease all; 
	}
	.customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus,.customize_solution ul.tabs li.current span:hover,.customize_solution ul.tabs li.current span:focus { 
		color: #25b2eb;
		transition: 0.3s ease all; 
	}
	.customize_solution span.ease-effect { 
		letter-spacing: 2px; 
		text-transform: uppercase; 
		display: inline-block; 
		text-align: center; 
		font-weight: bold; 
		padding: 14px 0px; 
		border-top-right-radius: 2px; 
		border-top-left-radius: 2px; 
		position: relative; 
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); 
	}
	.customize_solution .ease-effect:before { 
		-webkit-transition: 0.5s all ease; 
		transition: 0.5s all ease; 
		position: absolute; 
		top: 0; left: 50%; 
		right: 50%; 
		bottom: 0; 
		opacity: 0; 
		content: ''; 
		background-color: #1AA8E2; 
		z-index: -2; 
	}
	.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before { 
		-webkit-transition: 0.5s all ease; 
		transition: 0.5s all ease; 
		left: 0; 
		right: 0; 
		opacity: 1; 
	}

.finbyz-icon {
    height: 100px;
    width: 100px;
}

.faq-sec table td{
	border: 1px solid #eee;
}

/*=========================== start Regulation css ==============================*/
.collapse-btn{
    margin:0;
    padding:0;
    border:none;
    background:transparent;
}
/*=========================== End collapse-btn css ==============================*/
/*============================= End table setion counter ============================*/

/* unselected text css */
.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

  td.show-details {
    cursor: pointer;
}

/* ========= Popup Model ======== */

.modal-open .modal {
    background: rgba(0, 0, 0, 0.5);
}

.carousel_modal_home button.btn.btn-danger.close {
    position: absolute;
    background: #fbbf0e;
    width: 30px;
    height: 30px!important;
    border-radius: 100%;
    text-align: center!important;
    line-height: 30px;
    display: block;
    opacity: 1;
    font-size: 30px!important;
    right: -10px;
    top: -20px;
    z-index: 2;
    border: 0;
    padding: 0;
}
.carousel_modal_home .modal-dialog.modal-lg {
    top: 50%;
    transform: translateY(-50%);
}
.carousel-inner.mdl img {
    width: 100%;
    height: 100%;
}
.carousel_modal_home button.btn.btn-danger.close:hover {
   border: 0;
}
/*========= Popup Model End ========*/
@media(min-width: 320px) and (max-width: 480px){
    
    section article {
        padding-top: 50%;
        padding-bottom: 10px;
    }
    .wapper-contaier {
        float: none;
        width: 100%;
        padding: 20px 0;
        min-height: 520px;
        margin-bottom: 50px;
        margin-top: 20%;
    }
    section.galleryNew {
        margin-top: 20% !important;
    }
    section article {
        padding-top: 30%;
        padding-bottom: 10px;
    }
    .card.gry {
        width: 330px;
        height: 420px !important;
        margin-top: 5%;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        border-radius: 15px;
        border: none;
        background-color: white;
    }
    .card.gry img {
        height: 350px !important;
        width: 100%;
        filter: blur(0px);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        border-radius: 15px;
        object-fit: cover;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .left-logo {
        width: 50px;
    }

    .right-logo {
        width: 55px;
    }

    .hindi-title {
        font-size: 21px;
    }

    .english-title {
        font-size: 21px;
    }

    .projecttitle {
        padding: 9px 0;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .wapper-path {
        float: none;
        margin-top: 0 !important;
        padding: 0;
        width: 100%;
        position: relative;
        background: #e0e0e0;
        overflow: visible;
    }
    .wapper-contaier {
        float: none;
        width: 100%;
        padding: 20px 0;
        min-height: 520px;
        margin-bottom: 50px;
        margin-top: 10%;
    }
    section.galleryNew {
        margin-top: 10%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .left-logo {
        width: 41px;
    }

    .right-logo {
        width: 45px;
    }

    .hindi-title {
        font-size: 16px;
    }

    .english-title {
        font-size: 16px;
    }

    .projecttitle {
        padding: 9px 0;
    }
}

@media (max-width: 575px) {
    .left-logo {
        width: 30px;
    }

    .right-logo {
        width: 33px;
    }

    .hindi-title {
        font-size: 9px;
    }

    .english-title {
        font-size: 9px;
    }

    .projecttitle {
        padding: 11px 0;
    }
}
@media (max-width: 575px) {
    .wapper-network-didding ul li {
        width: 100%;
    }
    .wapper-contaier {
        float: none;
        width: 100%;
        padding: 20px 0;
        min-height: 520px;
        margin-bottom: 50px;
        margin-top: 15%;
    }
    section.galleryNew {
        margin-top: 15%;
    }
    section article {
        padding-top: 7rem;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .wapper-network-didding ul li {
        width: 50%;
    }
    .wapper-contaier {
        float: none;
        width: 100%;
        padding: 20px 0;
        min-height: 520px;
        margin-bottom: 50px;
        margin-top: 15%;
    }
    section.galleryNew {
        margin-top: 15%;
    }
    section article {
        padding-top: 27%;
        padding-bottom: 10px;
    }
    /*.box-content .content h2,.box-content .content h3{font-size:1.7em;font-weight:600}*/
}

@media (max-width:1024px) {
    /*.box-content .content p{height:120px;overflow:auto}*/
}


@media(max-width:767px){

    .card.gry {
        width: 330px;
        height: 340px;
        margin-top: 5%;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        border-radius: 15px;
        border: none;
        background-color: white;
    }
   .card.gry img {
        height: 270px;
        width: 100%;
        filter: blur(0px);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        border-radius: 15px;
        object-fit: cover;
    }
    .foot-outer .navbar-light .footerToggleBtn {
        top: 20px !important;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(min-width:768px) and (max-width:991px){
    
    .foot-outer .navbar-light .footerToggleBtn {
        top: 20px !important;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
    }
    .wapper-contaier {
        float: none;
        width: 100%;
        padding: 20px 0;
        min-height: 520px;
        margin-bottom: 50px;
        margin-top: 10%;
    }
    section.galleryNew {
        margin-top: 10%;
    }
    section article {
        padding-top: 20%;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .navigation {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .navbar {
        padding: 0;
    }

    /* .navbar-brand {
        display: none;
    } */

    .navbar-expand-lg .navbar-nav .nav-item {
        position: relative;
    }

        /* .navbar-expand-lg .navbar-nav .nav-item:hover {
            background: #f5f5f5;
        } */

            .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
                color: #333;
                color: rgb(255 255 255 / 83%);
            }

    .navbar-expand-lg .navbar-nav .nav-link {
        /*padding:10px 20px;*/
        padding: 24px 20px;
    }

    /* .navbar-nav .nav-item:first-child .nav-link {
        padding: 14px 3px 0 0;
        font-size: 27px;
    } */

    .subchild {
        position: absolute;
        /*top: 42px;*/
        top: 70px;
        left: 0;
        background: #f5f5f5;
        z-index: 1;
        width: 250px;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 3px solid #0051a6;
    }

        .subchild li {
            margin: 0;
            padding: 0;
            position: relative;
        }

            .subchild li a {
                display: flex;
                padding: 8px 20px;
                color: #333;
                border-bottom: 1px dashed #1b66b5;
            }

                .subchild li a:hover {
                    /*background:#ff5e2b;*/
                    background: #d0d0d0;
                }

    .last-child {
        border-bottom: 0 !important;
    }

    .subchild li a:not([href]):not([tabindex]) {
        color: #333;
    }

    .navbar-expand-lg .navbar-nav .nav-item:hover .subchild {
        display: block;
    }

    .subchild-2 {
        position: absolute;
        left: 250px;
        top: 0;
        width: 250px;
        background: #f5f5f5;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 3px solid #0051a6;
    }

    .subchild li:hover .subchild-2 {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    /* .navbar-collapse {
        position: absolute;
        top: 56px;
        background: #5b5b5b;
        width: 100%;
        float: left;
        z-index: 16;
        left: 0px;
    } */

    .navbar-nav > li {
        position: relative;
    }

        .navbar-nav > li > a {
            color: #fff !important;
            padding: 10px 15px !important;
            border-bottom: 1px solid #ddd;
        }

            .navbar-nav > li > a:hover {
                background: #3a3a3a;
            }

    ul.subchild {
        margin: 0;
        padding: 0;
    }

        ul.subchild li {
            float: left;
            width: 100%;
            position: relative;
        }

            ul.subchild li a {
                float: left;
                width: 100%;
                color: #fff;
                padding: 10px 15px 10px 30px;
                border-bottom: 1px solid #ddd;
            }

    .subchild li a:not([href]):not([tabindex]) {
        color: #fff;
    }

    ul.subchild li a:hover {
        background: #8e8e8e;
    }

    ul.subchild .aboutchild li {
        position: relative;
    }

        ul.subchild .aboutchild li a {
            float: left;
            width: 100%;
            color: #fff;
            padding: 8px 15px 8px 30px;
            border-bottom: 1px solid #ddd;
        }

            ul.subchild .aboutchild li a:hover {
                background: #0051a6;
            }

    ul.subchild .subchild-2 {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        ul.subchild .subchild-2 li a {
            padding: 8px 15px 8px 45px;
        }

    .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #ddd;
        height: 42px;
        width: 42px;
        cursor: pointer;
    }

        .submenu-button:before {
            position: absolute;
            top: 18px;
            right: 20px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ddd;
            content: '';
        }

        .submenu-button:after {
            position: absolute;
            top: 21px;
            right: 17px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ddd;
            content: '';
        }

    .subchild {
    }

    nav.navbar {
        display: block;
    }
}
@media(min-width: 992px) and (max-width: 1200px){
    
    
    .wapper-contaier {
        float: none;
        width: 100%;
        padding: 20px 0;
        min-height: 520px;
        margin-bottom: 50px;
        margin-top: 5%;
    }
    section.galleryNew {
        margin-top: 5%;
    }
    section article {
        padding-top: 15%;
        padding-bottom: 10px;
    }
}
@media(min-width: 1201px) and (max-width: 1799px){
    
    
    .wapper-contaier {
        float: none;
        width: 100%;
        padding: 20px 0;
        min-height: 520px;
        margin-bottom: 50px;
        /* margin-top: 11%; */
    }
    section article {
        padding-top: 11%;
        padding-bottom: 10px;
    }
}
@media(min-width: 1800px) and (max-width: 1920px){
    
    
    .wapper-contaier {
        float: none;
        width: 100%;
        padding: 20px 0;
        min-height: 520px;
        margin-bottom: 50px;
        margin-top: 0%;
    }
    section article {
        padding-top: 8%;
        padding-bottom: 10px;
    }
}
