@font-face {
    font-family: 'OpenSans-CondBold';
    src: url('/App_Themes/ThemeEn/Fonts/OpenSans-CondBold.eot');
    src: url('/App_Themes/ThemeEn/Fonts/OpenSans-CondBold.woff2') format('woff2'), url('/App_Themes/ThemeEn/Fonts/OpenSans-CondBold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-CondensedBold';
    src: url('/App_Themes/ThemeEn/Fonts/OpenSans-CondensedBold.woff') format('woff'), url('/App_Themes/ThemeEn/Fonts/OpenSans-CondensedBold.ttf') format('truetype'), url('/App_Themes/ThemeEn/Fonts/OpenSans-CondensedBold.svg#OpenSans-CondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/App_Themes/ThemeEn/Fonts/OpenSans-Regular.eot');
    src: url('/App_Themes/ThemeEn/Fonts/OpenSans-Regular.woff2') format('woff2'), url('/App_Themes/ThemeEn/Fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/App_Themes/ThemeEn/Fonts/OpenSans.woff') format('woff'), url('/App_Themes/ThemeEn/Fonts/OpenSans.ttf') format('truetype'), url('/App_Themes/ThemeEn/Fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* Inner page style */



.header {
    border-top: 10px solid #387b1d;
    min-height: 180px;
}

.logo {
    position: absolute;
    top: -9px;
    z-index: 1;
}

.menub {
    float: right;
    position: relative;
    z-index: 10;
}


/* Add a black background color to the top navigation */
.topnav {
    background-color: transparent;
    overflow: hidden;
    padding-top: 18px;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: right;
        display: block;
        color: #2d3b43;
        font-family: 'OpenSans-Regular';
        text-align: center;
        padding: 14px 13px;
        text-decoration: none;
        font-size: 15px;
        font-size: 14px;
        font-weight: bold;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #f0f0f0;
            color: #1f9700;
        }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 768px) {
    .topnav a {
        display: none;
    }

        .topnav a.icon {
            float: right;
            display: block;
        }

    .topnav a {
        padding: 10px 6px;
        font-size: 12px;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}



.social_search {
    /*padding-top: 20px;*/
    float: right;
    padding-right: 10px;
}

.search_btn {
    border: none;
    background: none;
    float: right;
}

.search_text {
    border: none;
    background: none;
    width: 65%;
    padding-top: 0px;
}

.imageSearch {
    /*width: 91% !important;*/
    padding: 0px 0px 10px 0px;
}

.searchbox {
    width: 71%;
    border: 1px solid gray;
    border-radius: 5px;
    margin-top: -1px;
    float: right;
    padding: 6px;
    height: 30px;
    /*margin-right: 1.4%;
    margin-bottom: 0%;*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #2d3b43;
}




.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'OpenSans-CondBold';
    font-size: 18px;
}



.navbar-default {
    background-color: #2d3b43;
    border-radius: 0px;
    border: none;
}

.menuA {
    margin-top: -60px;
    z-index: 5;
}


.navbar-nav {
    position: relative;
    left: 160px;
    z-index:1;
}


.nav > li > a {
    padding: 15px 20px;
}

@media screen and (max-width: 1000px) {

    .nav > li > a {
        padding: 10px 15px;
    }


    .navbar-nav {
        left: 0px;
    }

    .menuA {
        margin-top: -60px;
    }


    .topnav a {
        padding: 14px 6px;
        font-size: 14px;
    }
}




.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #1f9700;
    transition: 0.5s ease-in-out;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #1f9700;
    background-color: #fff;
}


.dropdown-menu {
    box-shadow: none;
}


.dropdown-menu {
    background-color: #2d3b43;
    min-width: 200px;
    border-radius: 0;
}

    .dropdown-menu > li > a {
        color: #FFF;
        font-family: 'OpenSans-CondBold';
        font-size: 17px;
    }


        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #1f9700;
            background-color: transparent;
            transition: 0.5s ease-in-out;
        }


.contantsection {
    padding-top: 40px;
    padding-bottom: 40px;
}

.breadcrumbArea ul {
    margin-left: -75px;
}


.contant_area .breadcrumbArea {
    background-color: #f1f1f1;
    border: 1px solid #2d6616;
    border-radius: 0px;
    padding: 15px 20px 5px 0px;
    margin-bottom: -20px;
}

.breadcrumbArea ul li {
    padding-right: 10px;
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    color: #2d3b43;
    display: inline;
}

.breadcrumbArea ul > .active {
    color: #1f9700;
}

.breadcrumbArea ul a:hover, a:focus {
    color: #1f9700;
    text-decoration: none;
}

.contantsection {
    background-image: url(../images/innerpbg.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-attachment: fixed;
}

.breadcrumbArea a {
    color: #2d3b43;
}


.breadcrumbArea ul li::after {
    content: "/";
    padding-left: 6px;
}

.breadcrumbArea ul li::after {
    content: "/";
    padding-left: 6px;
}

.breadcrumbArea ul li:last-child::after {
    content: "";
}

.contant_area h1 {
    font-family: 'OpenSans-CondensedBold';
}


.contant_area p {
    text-align: justify;
    font-size: 15px;
    font-family: 'OpenSans-Regular';
}



.listTitle {
    background-color: #2d6616;
    height: 53px;
    padding: 17px;
    color: white;
    font-size: 18px;
    font-family: 'OpenSans-CondensedBold';
}

.globalItems {
    padding: 0px;
    background-color: #f1f1f1;
}





    .globalItems li {
        display: block;
        padding-top: 15px;
        padding-left: 16px;
        min-height: 53px;
        border-bottom: 5px solid white;
        font-size: 18px;
        font-family: 'OpenSans-CondensedBold';
    }

        .globalItems li a {
            color: #2d3b43;
        }

    .globalItems > .active {
        border-right: 5px solid #2d3b43;
    }





    .globalItems li a:hover {
        text-decoration: none;
        color: #1f9700;
        transition: 0.5s ease-in-out;
    }






.footer {
    min-height: 350px;
    background-color: #2d3b43;
    border-top: 3px solid #1f9700;
}

.footeritems {
    padding: 0px;
}

    .footeritems li {
        padding-top: 8px;
        list-style-image: url(../images/greendot.png);
    }


        .footeritems li a {
            color: white;
            font-size: 14;
            font-family: 'OpenSans-Regular';
        }

            .footeritems li a:hover {
                text-decoration: none;
                color: #1f9700;
                transition: 0.5s ease-in-out;
            }

.menuFooter p {
    font-size: 18px;
    color: white;
    font-family: 'OpenSans-CondensedBold';
}


.menuFooter {
    padding-top: 30px;
}


.CR {
    color: White;
    font-size: 18px;
    font-family: 'OpenSans-CondensedBold';
    float: left;
}

.Powered_By {
    color: White;
    font-size: 18px;
    font-family: 'OpenSans-CondensedBold';
    float: right;
}

    .Powered_By a:hover {
        text-decoration: none;
        color: #009cf5;
    }


.copyRight {
    padding-top: 40px;
}

.subscribe {
    text-align: center;
    padding-top: 40px;
}

    .subscribe span {
        color: White;
        font-size: 18px;
        font-family: 'OpenSans-CondensedBold';
        text-align: center;
    }

    .subscribe input[type=text] {
        background: none;
        border: 1px solid #1f9700;
        width: 209px;
        height: 42px;
        color: white;
    }














.sub_btn {
    width: 42px;
    height: 42px;
    border: none;
    background-color: #1f9700;
}

    .sub_btn i {
        color: white;
    }


@media screen and (max-width: 768px) {


    .contant_area h1 {
        text-align: center;
    }
}

.breadcrumbArea {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumbArea ul > li {
        display: inline-block;
    }

    .breadcrumbArea ul > .active {
        color: #777;
    }

.lblFooterTitle {
    color: #ffffff;
}

    .lblFooterTitle:hover {
        color: #ffffff;
        text-decoration: none;
    }

.contant_area {
    float: right;
}

.addthis_inline_share_toolbox {
    float: right;
    position: relative;
    top: -20px;
    right: 10px;
}

.at-style-responsive .at-share-btn {
    background-color: #2D3B43 !important;
    border: 1px #2D3B43 solid !important;
}


.at-resp-share-element .at-share-btn {
    margin: -4px 2px 5px !important;
}

@media (max-width: 768px) {
    .breadcrumbArea {
        display: none;
    }
}

.radio-inline tr {
    display: inline;
    margin-left: 40px;
}

.btnSubmit {
    background-color: #2d6616 !important;
}



/* end inner style */

/* home page style */
.storyboard {
    min-height: 75vh;
}

.navbar {
    margin-bottom: 2px;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    text-shadow: none;
}

    .carousel-control:hover {
        color: #000;
    }

.carousel-indicators {
    bottom: 0px;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 50%;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 13%;
    bottom: 55px;
    right: 0;
    z-index: 10;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    background: rgba(0,0,0,0.8);
    width: 40%;
}

.item_0 {
    background-image: url(../images/story1.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 75vh;
}


.item_1 {
    background-image: url(../images/story1.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 75vh;
}


.item_2 {
    background-image: url(../images/story1.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 75vh;
}

.carousel-caption h2 {
    font-family: 'OpenSans-CondensedBold';
}

.carousel-caption h3 {
    font-family: 'OpenSans-Regular';
}

.aboutUs {
    min-height: 600PX;
    padding-top: 30px;
    padding-bottom: 30px;
}

.aboutSection {
    background-image: url(../images/aboutBG.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    height: 70vh;
}

.aboutUs h1 {
    font-family: 'OpenSans-CondensedBold';
}


.aboutUs p {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
}


.aboutUs a {
    color: #1f9700;
    font-size: 15px;
}

    .aboutUs a:hover {
        text-decoration: none;
        font-size: 15px;
    }





@media screen and (max-width: 768px) {

    .carousel-caption {
        width: 75%;
    }

    .aboutUs {
        text-align: center;
        padding-top: 10px !important;
    }


    .Nuclear_Safety h1 {
        text-align: center;
    }

    .Nuclear_Safety p {
        text-align: center;
        width: 100% !important;
    }


    .view_more {
        left: 33%;
    }
}



.Nuclear_Safety {
    min-height: 380px;
    background-image: url(../images/2bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



    .Nuclear_Safety h1 {
        color: white;
        font-family: 'OpenSans-CondensedBold';
    }



    .Nuclear_Safety p {
        font-family: 'OpenSans-Regular';
        font-size: 16px;
        color: white;
        width: 70%;
    }


.Nuclearcontant {
    padding-top: 40px;
}


.More_btn {
}

.partner {
    min-height: 300px;
    /*padding-top:  30px;*/
    /*padding-bottom: 30px;*/
    background-image: url(../images/partnerbg.png );
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
}




.partnerbg {
    background-color: #f3f3f3;
    border: 1px solid #1f9700;
    /*min-height: 300px;*/
    padding: 15px;
    padding-top: 25px;
    margin-bottom: 20px;
}


.partner h1 {
    font-family: 'OpenSans-CondensedBold';
    text-align: center;
}

.partner h4 {
    font-family: 'OpenSans-CondensedBold';
    text-align: center;
}


.partner p {
    font-family: 'OpenSans-Regular';
    text-align: center;
    font-size: 15px;
}

.partner a {
    color: #1f9700;
}




    .partner a:hover {
        text-decoration: none;
    }









.products {
    min-height: 460px;
    padding-top: 12px;
    /*padding-bottom: 30px;*/
    background-image: url(../images/productsbbg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.VisitingJRTR {
    /*background-image: url(../images/vistjrtr.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    margin-top: 30px;
    margin-bottom: 20px;
}


.ourproduct {
    background-image: url(../images/productsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}


.view_more {
    width: 114px;
    height: 50px;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    float: center;
    position: relative;
    top: 15px;
}

    .view_more span {
        font-size: 16px;
        color: #fff;
        font-family: 'OpenSans-CondensedBold';
    }

    .view_more:hover {
        border: 1px solid #1f9700;
    }


.VisitingJRTRItems .view_more {
    width: 114px;
    height: 50px;
    background: transparent;
    /*border:1px solid #1f9700;*/
    text-align: center;
    float: center;
    position: relative;
    /*top:113px;*/
    left: 40%;
    font-size: 16px;
    color: #fff;
    font-family: 'OpenSans-CondensedBold';
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}


.ourproduct .view_more span {
    font-size: 16px;
    color: #1f9700;
    font-family: 'OpenSans-CondensedBold';
}





.ourproduct h2 {
    font-family: 'OpenSans-CondensedBold';
    color: white;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
}


.ourproduct hr {
    border-color: #1f9700;
    width: 70%;
}


.ourproduct p {
    color: white;
    font-size: 16px;
    text-align: center;
    font-family: 'OpenSans-Regular';
    text-shadow: 2px 2px 4px #000000;
}


.ourproductItems {
    padding-top: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
}


.VisitingJRTRItems {
    padding-top: 50px;
}

.VisitingJRTR h2 {
    font-family: 'OpenSans-CondensedBold';
    color: white;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
}

.VisitingJRTR hr {
    border-color: #1f9700;
    width: 70%;
}

.VisitingJRTR p {
    color: white;
    font-size: 16px;
    text-align: center;
    font-family: 'OpenSans-Regular';
    text-shadow: 2px 2px 4px #000000;
    padding: 15px;
}



.VisitingJRTRItems h4 {
    color: white;
    font-family: 'OpenSans-CondensedBold';
    text-align: center;
}


.input li {
    display: block;
    text-align: center;
}

.output li {
    display: block;
    text-align: center;
}


.visit li {
    display: block;
    text-align: center;
}

.btnViewMore {
    font-size: 16px;
    color: #fff;
    font-family: 'OpenSans-CondensedBold';
}

.carousel-caption a {
    color: #ffffff;
}

.input img {
    max-width: 50px;
    max-height: 55px;
}

.navbar-nav > li {
    margin-right: 27px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .Nuclear_Safety {
    min-height: 560px !important;
    }
    .aboutUs {
        padding-top: 10px !important;
    }

    .VisitingJRTRItems .view_more {
        left: 34% !important;
    }

    .divInsideSection3 {
        margin-left: -40px;
    }

    .VisitingJRTRItems {
        padding-top: 10px;
    }

    .topnav a {
        padding: 5px 0px 5px 0px;
    }

    .header {
        min-height: 180px;
    }

    .aboutSection {
        height: 135vh;
    }
}
    .hassub a:after {

    content: ' \f0d7';
    font: normal normal normal 14px/1 FontAwesome;
}

.dropdown-menu>li>a:after {
    content: ' '; 
}
.lblMaxSize {
font-weight: normal;
font-size: 12px;
}